@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "FontAwesome";
  src: url("../../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../../fonts/webfonts/fa-regular-400.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "FontAwesomeSolid";
  src: url("../../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../../fonts/webfonts/fa-solid-900.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: bold;
}
@font-face {
  font-family: "SourceSansProSemiBold";
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: bold;
}
@font-face {
  font-family: "SourceSerifPro";
  src: url("../../fonts/Source_Serif_Pro/SourceSerifPro-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
@font-face {
  font-family: "SourceSerifPro";
  src: url("../../fonts/Source_Serif_Pro/SourceSerifPro-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: bold;
}
@font-face {
  font-family: "Strenuous3d";
  src: url("../../fonts/strenuous/strenuous_3d.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
@font-face {
  font-family: "Strenuousbl";
  src: url("../../fonts/strenuous/strenuous_bl.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
@font-face {
  font-family: "CIMLondon";
  src: url("../../fonts/CIMLondon-SemiBold.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
/* Inherited mixins */
/* Helpers */
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.user,
.far,
.fal,
.fad,
.fab,
.twitter {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.twitter, .user {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

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

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

.fa-sm {
  font-size: 0.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: 2em;
  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: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.fa-pull-left.user,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left,
.fa-pull-left.twitter {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.fa-pull-right.user,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right,
.fa-pull-right.twitter {
  margin-left: 0.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-accessible-icon:before {
  content: "\f368";
}

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

.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-adversal:before {
  content: "\f36a";
}

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

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

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

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

.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-anchor:before {
  content: "\f13d";
}

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

.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-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-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-left:before {
  content: "\f060";
}

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

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

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

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

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

.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-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-baby:before {
  content: "\f77c";
}

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

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

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

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

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

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

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

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

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

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

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

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

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

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

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

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

.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-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-slash:before {
  content: "\f1f6";
}

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

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

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

.fa-biking:before {
  content: "\f84a";
}

.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-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-bong:before {
  content: "\f55c";
}

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

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

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

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

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

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

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

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

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

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

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

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

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

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

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

.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-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-burn:before {
  content: "\f46a";
}

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

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

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

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

.fa-buy-n-large:before {
  content: "\f8a6";
}

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

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

.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-minus:before {
  content: "\f272";
}

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

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

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

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

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

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

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

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

.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-crash:before {
  content: "\f5e1";
}

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

.fa-caravan:before {
  content: "\f8ff";
}

.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-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-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-pie:before {
  content: "\f200";
}

.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-chess:before {
  content: "\f439";
}

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

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

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

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

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

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

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

.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-down:before {
  content: "\f078";
}

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

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

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

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

.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-clinic-medical:before {
  content: "\f7f2";
}

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

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

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

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

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

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

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

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

.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-showers-heavy:before {
  content: "\f740";
}

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

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

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

.fa-cloudflare:before {
  content: "\e07d";
}

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

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

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

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

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

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

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

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

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

.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-dollar:before {
  content: "\f651";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cotton-bureau:before {
  content: "\f89e";
}

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

.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-critical-role:before {
  content: "\f6c9";
}

.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-css3:before {
  content: "\f13c";
}

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

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

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

.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-dailymotion:before {
  content: "\e052";
}

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

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

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

.fa-deezer:before {
  content: "\e077";
}

.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-dev:before {
  content: "\f6cc";
}

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

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

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

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

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

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

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

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

.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-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-dochub:before {
  content: "\f394";
}

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

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

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

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

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

.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-polygon:before {
  content: "\f5ee";
}

.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-bite:before {
  content: "\f6d7";
}

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

.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-earlybirds:before {
  content: "\f39a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-alt:before {
  content: "\f362";
}

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

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

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

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

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

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

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

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

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

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

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

.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-fan:before {
  content: "\f863";
}

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

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

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

.fa-faucet:before {
  content: "\e005";
}

.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-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-code:before {
  content: "\f1c9";
}

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

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

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

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

.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-pdf:before {
  content: "\f1c1";
}

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

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

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

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

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

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

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

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

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

.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-firefox:before {
  content: "\f269";
}

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

.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-fist-raised:before {
  content: "\f6de";
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-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-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.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-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-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.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-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.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-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.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-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.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-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.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-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.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-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.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-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.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-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-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

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

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

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

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.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-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

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

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

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

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.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-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

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

.fa-laptop-house:before {
  content: "\e066";
}

.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-leaf:before {
  content: "\f06c";
}

.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-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.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-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-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.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-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.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-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-mdb:before {
  content: "\f8ca";
}

.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-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-microblog:before {
  content: "\e01a";
}

.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-minus:before {
  content: "\f068";
}

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

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

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.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-monument:before {
  content: "\f5a6";
}

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

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

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

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.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-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-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

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

.fa-orcid:before {
  content: "\f8d2";
}

.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-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.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-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-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.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-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

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

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

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

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

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

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.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-pied-piper-square:before {
  content: "\e01e";
}

.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-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.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-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.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-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

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

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.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-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-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

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

.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-record-vinyl:before {
  content: "\f8d9";
}

.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-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.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-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.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-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-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.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-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-alt:before {
  content: "\f1e0";
}

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

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

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

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

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

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

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

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

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

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

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.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-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

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

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

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

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

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

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

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.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-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

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

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

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

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.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-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

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

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

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

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

.fa-star-and-crescent:before {
  content: "\f699";
}

.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-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-steam-symbol:before {
  content: "\f3f6";
}

.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-stop:before {
  content: "\f04d";
}

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

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

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

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

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

.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-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-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.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-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.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-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

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

.fa-tenge:before {
  content: "\f7d7";
}

.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-think-peaks:before {
  content: "\f731";
}

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

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

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

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

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

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.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-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.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-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.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-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

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

.fa-tv:before {
  content: "\f26c";
}

.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-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.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-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

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

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.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-check:before {
  content: "\f4fc";
}

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

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

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

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

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

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

.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-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

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

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

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.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-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-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

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

.fa-volume-mute:before {
  content: "\f6a9";
}

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

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

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.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-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

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

.fa-wind:before {
  content: "\f72e";
}

.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-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-wodu:before {
  content: "\e088";
}

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

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../fonts/webfonts/fa-solid-900.eot");
  src: url("../../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
.user {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../fonts/webfonts/fa-brands-400.eot");
  src: url("../../fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../../fonts/webfonts/fa-brands-400.woff") format("woff"), url("../../fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab, .twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../fonts/webfonts/fa-regular-400.eot");
  src: url("../../fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../../fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../../fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
  content: "\f000";
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

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

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

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

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-pencil:before {
  content: "\f303";
}

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

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

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

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

.fa.fa-eye {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

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

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

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

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

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

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

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

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

.fa.fa-files-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

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

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

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-money {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-dashboard:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

.fa.fa-clipboard {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

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

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

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-building-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

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

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

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

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

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

.fa.fa-compass {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

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

.fa.fa-gbp:before {
  content: "\f154";
}

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

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

.fa.fa-inr:before {
  content: "\f156";
}

.fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

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

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

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

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

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

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

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

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

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

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

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

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before {
  content: "\f195";
}

.fa.fa-turkish-lira:before {
  content: "\f195";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

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

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

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

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

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

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

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

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

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

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

.fa.fa-object-group {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-registered {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-map-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

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

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-user-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

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

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

.fa.fa-window-maximize {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cab:before {
  content: "\f1ba";
}

.user:before {
  content: "\f007";
}

.twitter:before {
  content: "\f099";
}

/* Fonts */
/* Colors */
/* new colours */
.color-white {
  color: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #f1563f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #f1563f;
  color: #fff;
  text-shadow: none;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
  font-size: 1rem;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

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

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

.memberOnly {
  min-height: 22rem;
  padding-top: 2rem;
}

.no-wrap {
  white-space: nowrap;
}

.shadowed {
  box-shadow: 3px 3px 3px rgba(153, 153, 153, 0.7);
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none;
}

.js .jsHide {
  display: none;
}

.no-js .noJsHide {
  display: none;
}

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

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

.invisible {
  visibility: hidden;
}

.clearfix:before, .checkout-section.checkout-active .inner:before, .clearfix:after, .checkout-section.checkout-active .inner:after, .container:before, .container:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after, .checkout-section.checkout-active .inner:after, .container:after {
  clear: both;
}

.clearfix, .checkout-section.checkout-active .inner, .container {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/* Variables */
.main .firstContent {
  margin-top: 3em;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  padding: 1.25rem 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media (min-width: 481px) {
  .gallery {
    width: 100%;
  }
}

/*p {
    color: #fff;
}*/
.gallery-item-container {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 0.75rem);
  -moz-flex: 0 0 calc(50% - 0.75rem);
  -ms-flex: 0 0 calc(50% - 0.75rem);
  flex: 0 0 calc(50% - 0.75rem);
  margin-bottom: 1.5rem;
  padding: 0;
}
@media (min-width: 766px) {
  .gallery-item-container {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 calc(33.33% - 1rem);
    -moz-flex: 0 0 calc(33.33% - 1rem);
    -ms-flex: 0 0 calc(33.33% - 1rem);
    flex: 0 0 calc(33.33% - 1rem);
  }
}
@media (min-width: 1025px) {
  .gallery-item-container {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 calc(33.33% - 1rem);
    -moz-flex: 0 0 calc(33.33% - 1rem);
    -ms-flex: 0 0 calc(33.33% - 1rem);
    flex: 0 0 calc(33.33% - 1rem);
  }
  .gallery-item-container.testimonials {
    flex: 0 0 calc(35% - 1.05rem);
    margin-bottom: 0;
  }
  .gallery-item-container.testimonials a {
    border: none;
  }
}
.gallery-item-container.open > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: rgba(0, 0, 0, 0.85);
  border-width: 15px;
  left: 50%;
  margin: -10px 0 0 -15px;
}
.gallery-item-container > a {
  background-size: cover;
  background-position: center;
  border: thin solid #fff;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.gallery-item-container .rollover {
  margin-top: -101%;
  opacity: 0;
}
.gallery-item-container .rollover:hover {
  opacity: 1;
}

.gallery-open-outer {
  background: rgba(0, 0, 0, 0.85);
  border: thin solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: auto;
  left: 15px;
  right: 15px;
  margin: 15px 0;
  text-align: left;
  height: auto;
  overflow: hidden;
}

.gallery-item-close {
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.gallery-item-close:hover, .gallery-item-close:active, .gallery-item-close:focus {
  background: transparent;
  outline: none;
}
.gallery-item-close:hover::before, .gallery-item-close:hover::after, .gallery-item-close:active::before, .gallery-item-close:active::after, .gallery-item-close:focus::before, .gallery-item-close:focus::after {
  height: 2px;
}
.gallery-item-close::before, .gallery-item-close::after {
  background: #f9c727;
  content: "";
  position: absolute;
  width: 1rem;
  top: 50%;
  height: 1px;
}
.gallery-item-close::before {
  transform: rotate(45deg);
}
.gallery-item-close::after {
  transform: rotate(-45deg);
}

.gallery-full-image {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  text-align: center;
}
@media (min-width: 766px) {
  .gallery-full-image {
    background-position: center;
  }
}
.gallery-full-image img {
  opacity: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gallery-open-next,
.gallery-open-prev {
  background-size: 0.75rem;
  border: 0;
  outline: none;
  position: absolute;
  top: 4rem;
  bottom: 4rem;
  width: 3rem;
  transition: background 150ms;
}
.gallery-open-next:hover,
.gallery-open-prev:hover {
  background-color: transparent;
  background-size: 1rem;
}

.gallery-open-next {
  right: 0;
}
.gallery-open-next, .gallery-open-next:hover, .gallery-open-next:active, .gallery-open-next:focus {
  background-color: transparent;
  background-image: url(/img/icons/svg/chevron-purple-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.gallery-open-prev {
  left: 0;
}
.gallery-open-prev, .gallery-open-prev:hover, .gallery-open-prev:active, .gallery-open-prev:focus {
  background-color: transparent;
  background-image: url(/img/icons/svg/chevron-purple-left.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.gallery-loading {
  animation: loader 0.5s infinite ease-in-out both;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}

@keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem;
  clear: both;
}

[class^=grid-],
[class*=" grid-"] {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  position: relative;
  color: #474c55;
  padding: 8px;
  font-weight: normal;
  /*&:empty{
      display: none;
  }*/
}
[class^=grid-] > a,
[class*=" grid-"] > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-transition: 150ms;
  transition: 150ms;
  height: 100%;
  color: #474c55;
  text-decoration: none;
}
[class^=grid-] > a div.text,
[class*=" grid-"] > a div.text {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
[class^=grid-] > a:hover,
[class*=" grid-"] > a:hover {
  text-decoration: none;
}
[class^=grid-] > img,
[class*=" grid-"] > img {
  display: block;
  margin: 0 auto;
}
[class^=grid-] .text,
[class*=" grid-"] .text {
  width: 100%;
  padding: 15px;
  background: #fff;
}
[class^=grid-] .text h1:first-child, [class^=grid-] .text h2:first-child, [class^=grid-] .text h3:first-child, [class^=grid-] .text h4:first-child, [class^=grid-] .text h5:first-child, [class^=grid-] .text h6:first-child, [class^=grid-] .text p:first-child, [class^=grid-] .text ul:first-child, [class^=grid-] .text ol:first-child,
[class*=" grid-"] .text h1:first-child,
[class*=" grid-"] .text h2:first-child,
[class*=" grid-"] .text h3:first-child,
[class*=" grid-"] .text h4:first-child,
[class*=" grid-"] .text h5:first-child,
[class*=" grid-"] .text h6:first-child,
[class*=" grid-"] .text p:first-child,
[class*=" grid-"] .text ul:first-child,
[class*=" grid-"] .text ol:first-child {
  margin-top: 0;
}
[class^=grid-] .text h1:last-child, [class^=grid-] .text h2:last-child, [class^=grid-] .text h3:last-child, [class^=grid-] .text h4:last-child, [class^=grid-] .text h5:last-child, [class^=grid-] .text h6:last-child, [class^=grid-] .text p:last-child, [class^=grid-] .text ul:last-child, [class^=grid-] .text ol:last-child,
[class*=" grid-"] .text h1:last-child,
[class*=" grid-"] .text h2:last-child,
[class*=" grid-"] .text h3:last-child,
[class*=" grid-"] .text h4:last-child,
[class*=" grid-"] .text h5:last-child,
[class*=" grid-"] .text h6:last-child,
[class*=" grid-"] .text p:last-child,
[class*=" grid-"] .text ul:last-child,
[class*=" grid-"] .text ol:last-child {
  margin-bottom: 0;
}
[class^=grid-] .text h3,
[class*=" grid-"] .text h3 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 0.45rem;
}
[class^=grid-] .text p,
[class*=" grid-"] .text p {
  font-weight: normal;
  font-size: 1rem;
  margin-top: 0;
}
[class^=grid-] .text ul:not(.tags) li,
[class*=" grid-"] .text ul:not(.tags) li {
  font-size: 1rem;
}
[class^=grid-] .text,
[class*=" grid-"] .text {
  background: #474c55;
}
[class^=grid-] .text h3,
[class*=" grid-"] .text h3 {
  color: white;
}
[class^=grid-] .text p,
[class*=" grid-"] .text p {
  color: #f1563f;
}
.international [class^=grid-] .text, .membershippage [class^=grid-] .text, .membership [class^=grid-] .text,
[class^=grid-] .text .more,
.international [class*=" grid-"] .text,
.membershippage [class*=" grid-"] .text,
.membership [class*=" grid-"] .text,
[class*=" grid-"] .text .more {
  background: #070078;
}
.international [class^=grid-] .text p, .membershippage [class^=grid-] .text p, .membership [class^=grid-] .text p,
[class^=grid-] .text .more p,
.international [class*=" grid-"] .text p,
.membershippage [class*=" grid-"] .text p,
.membership [class*=" grid-"] .text p,
[class*=" grid-"] .text .more p {
  color: #0064C8;
}
[class^=grid-] .text .resources,
[class*=" grid-"] .text .resources {
  background: #8970B2;
}
[class^=grid-] .text .resources p,
[class*=" grid-"] .text .resources p {
  color: #e7cceb;
}
[class^=grid-] small,
[class*=" grid-"] small {
  font-size: 12px;
  line-height: 120%;
  display: block;
}
[class^=grid-] .director-image,
[class*=" grid-"] .director-image {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  float: right;
  margin: 0 0 10px 20px;
}
[class^=grid-] .small-block,
[class*=" grid-"] .small-block {
  -webkit-transition: 150ms;
  transition: 150ms;
  background-color: #f2efeb;
  padding: 25px;
  text-align: center;
}
[class^=grid-] .small-block:hover,
[class*=" grid-"] .small-block:hover {
  box-shadow: none;
}
[class^=grid-] .small-block img,
[class*=" grid-"] .small-block img {
  float: left;
  margin-right: 8px;
}
[class^=grid-] .small-block h2,
[class^=grid-] .small-block h3,
[class*=" grid-"] .small-block h2,
[class*=" grid-"] .small-block h3 {
  font-family: "SourceSansPro", Tahoma, serif;
  color: #070078;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0.15em;
}
[class^=grid-] .small-block h3,
[class*=" grid-"] .small-block h3 {
  color: #909090;
}
[class^=grid-] .small-block p,
[class*=" grid-"] .small-block p {
  color: #909090;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  clear: left;
}
[class^=grid-] .small-block.has-subtitle h3,
[class*=" grid-"] .small-block.has-subtitle h3 {
  color: #070078;
}
[class^=grid-] .small-block.has-subtitle p:before,
[class*=" grid-"] .small-block.has-subtitle p:before {
  display: none;
}
[class^=grid-] .small-block.grey-titles h3,
[class*=" grid-"] .small-block.grey-titles h3 {
  color: #878787;
}
[class^=grid-] .small-block.single-line,
[class*=" grid-"] .small-block.single-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #474c55;
}
[class^=grid-] .small-block.single-line h3,
[class*=" grid-"] .small-block.single-line h3 {
  color: #fff;
  font-size: 20px;
  padding: 0;
}
#page-apprenticeships [class^=grid-] .small-block.single-line,
#page-apprenticeships [class*=" grid-"] .small-block.single-line {
  background-color: #0064C8;
}
#page-apprenticeships [class^=grid-] .small-block.single-line h3,
#page-apprenticeships [class*=" grid-"] .small-block.single-line h3 {
  color: #474c55;
}

.grid.half-grid {
  width: calc(50% - 8px);
  float: left;
  clear: none;
}
.grid.half-grid:first-child {
  margin-right: 0;
}
.grid.half-grid:last-child {
  margin-left: 0;
}

.grid-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 8.334%;
  -moz-flex: 1 1 8.334%;
  -ms-flex: 1 1 8.334%;
  flex: 1 1 8.334%;
  max-width: 8.334%;
}

.grid-2 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 16.667%;
  -moz-flex: 1 1 16.667%;
  -ms-flex: 1 1 16.667%;
  flex: 1 1 16.667%;
  max-width: 16.667%;
}

.grid-3 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 25%;
  -moz-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: calc(25% - 16px);
}

.grid-4 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 33.3%;
  -moz-flex: 1 1 33.3%;
  -ms-flex: 1 1 33.3%;
  flex: 1 1 33.3%;
  max-width: 33.3%;
}
.grid-4 .modal-item {
  width: 100%;
  background-color: #070078;
  padding: 1.4em 0.5em 1em 0.5em;
}
.grid-4 .modal-item h2 {
  text-align: center;
}

.grid-5 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 41.66%;
  -moz-flex: 1 1 41.66%;
  -ms-flex: 1 1 41.66%;
  flex: 1 1 41.66%;
  max-width: 41.66%;
}

.grid-6 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
}

.grid-7 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 58.33%;
  -moz-flex: 1 1 58.33%;
  -ms-flex: 1 1 58.33%;
  flex: 1 1 58.33%;
  max-width: 58.33%;
}

.grid-8 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 66.7%;
  -moz-flex: 1 1 66.7%;
  -ms-flex: 1 1 66.7%;
  flex: 1 1 66.7%;
  max-width: 66.7%;
}

.grid-9 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 75%;
  -moz-flex: 1 1 75%;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
  max-width: 75%;
}

.grid-10 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 83.334%;
  -moz-flex: 1 1 83.334%;
  -ms-flex: 1 1 83.334%;
  flex: 1 1 83.334%;
  max-width: 83.334%;
}

.grid-11 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 91.667%;
  -moz-flex: 1 1 91.667%;
  -ms-flex: 1 1 91.667%;
  flex: 1 1 91.667%;
  max-width: 91.667%;
}

.grid-12 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}

@media only screen and (max-width: 766px), screen and (max-device-width: 766px) and (max-aspect-ratio: 13/9) {
  .grid.half-grid {
    width: 100%;
  }
  .grid-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-2 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-3 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .grid-3:nth-child(odd):last-of-type {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-4 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .grid-4:nth-child(odd):last-of-type {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-5 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .grid-5:nth-child(odd):last-of-type {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-6 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .grid-6:nth-child(odd):last-of-type {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-7 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .grid-7:nth-child(odd):last-of-type {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-8 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .grid-8:nth-child(odd):last-of-type {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-9 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .grid-9:nth-child(odd):last-of-type {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-10 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-11 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-12 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .grid.half-grid {
    width: 100%;
  }
  .grid-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-2 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-3 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-4 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-5 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-6 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-7 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-8 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-9 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-10 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-11 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .grid-12 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
[class^=col-],
[class*=" col-"],
[class^=column],
[class*=" column"] {
  width: 100%;
  display: inline;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
[class^=col-].pad,
[class*=" col-"].pad,
[class^=column].pad,
[class*=" column"].pad {
  padding-top: 15px;
  padding-bottom: 15px;
}
[class^=col-].nopad,
[class*=" col-"].nopad,
[class^=column].nopad,
[class*=" column"].nopad {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
[class^=col-].nomar,
[class*=" col-"].nomar,
[class^=column].nomar,
[class*=" column"].nomar {
  margin-bottom: 0;
}

.column-s-2-1 {
  width: 50%;
}

.column-s-3-1 {
  width: 33.333%;
}

.column-s-3-2 {
  width: 66.666%;
}

.left {
  float: left;
  margin: 0 10px 10px 0;
}

.right {
  float: right;
  margin: 0 0 10px 10px;
}

.centre {
  text-align: center;
}

.mega-pad {
  padding: 30px 9%;
}

.memblocks .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 1em;
  padding: 0 !important;
  margin: 0 0.5em;
}
.memblocks .grid [class^=grid-] > a {
  height: initial;
  background: transparent;
  position: relative;
}
.memblocks.grid21 .grid {
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
.memblocks.grid31 .grid {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.memblocks .grid-4 {
  margin: 0;
  padding: 0 !important;
  max-width: 100%;
}
.memblocks .grid-4 h3 {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0;
  font-family: "SourceSansPro", Tahoma, serif;
  color: #101744;
  height: 30%;
  width: 100%;
  line-height: 1.4em;
}
.memblocks .grid-4 h6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.8em;
  font-weight: normal;
  margin: auto;
  font-family: "SourceSansPro", Tahoma, serif;
  color: #101744;
  height: 34%;
  width: 50%;
  line-height: 1.4em;
}
.memblocks .grid-4 .img-wrapper {
  margin: auto;
}
.memblocks .grid-4 > a {
  flex: 0 0 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
}
.memblocks .grid-4 > a .img-wrapper {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  max-height: 300px;
  height: auto;
}
.memblocks .grid-6 {
  margin: 0;
  padding: 0 !important;
  max-width: 100%;
}
.memblocks .grid-6 h3 {
  position: absolute;
  top: 40px;
  left: 30px;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0;
  font-family: "SourceSansPro", Tahoma, serif;
  color: #101744;
  width: 100%;
}
.memblocks .grid-6 h6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.8em;
  font-weight: normal;
  margin: auto;
  font-family: "SourceSansPro", Tahoma, serif;
  color: #101744;
  height: 34%;
  width: 50%;
  line-height: 1.4em;
}
.memblocks .grid-6 a {
  display: grid;
  position: relative;
  margin: 0.5em auto;
}
.memblocks .grid-6 a .img-wrapper {
  max-height: 340px;
  background-repeat: no-repeat;
  background-size: contain;
}
.memblocks .grid .featured-box-text {
  display: none;
  top: 0;
}
.memblocks .grid .featured-box-text.show {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0.5em 0;
  font-family: "SourceSansPro", Tahoma, serif;
  padding: 0 16px;
  text-align: left;
  display: grid !important;
  place-items: center self-start;
  grid-template-rows: 4fr 1fr;
}
.memblocks .grid .featured-box-text.show p {
  color: #fff;
}
.memblocks .grid .featured-box-text.show .button-large {
  place-self: self-end;
}
.memblocks .grid .featured-box-text.show h4 {
  margin: 20px 0 0 0;
}
.memblocks .grid .featured-box-text ul {
  font-family: "SourceSansPro", Tahoma, serif;
  font-weight: normal;
  font-size: 0.9rem;
}
.memblocks a.blur {
  color: #fff;
  position: relative;
}
.memblocks a.blur .overlaywrap {
  background-color: #101744;
}
.memblocks a.blur .img-wrapper {
  opacity: 0.2;
}
.memblocks h3.blur {
  visibility: hidden;
}
.memblocks h6.blur {
  visibility: hidden;
}

.page-home .memblocks .grid-4 h3 {
  color: #fff;
}
.page-home .memblocks .grid-4 > a {
  background-color: transparent;
}

.qualslayout {
  margin: 0 auto 1em auto;
}
.qualslayout .cim-button {
  width: calc(100% - 9px) !important;
  background: #9bca89;
  border: 2px solid transparent;
  color: #fff;
  position: absolute;
  bottom: 4px;
  padding: 12px;
  margin: 0 0.5em 0 -12px;
  font-size: 1.2em;
}
.qualslayout .cim-button:hover {
  color: #9bca89;
  background: transparent;
  border: 2px solid #9bca89;
}
.qualslayout .grid.new.grid-columns-9-3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.5em 0;
  padding: 0.5em;
  border: 2px solid #9bca89;
  margin: 0 1em;
}
@media (min-width: 481px) {
  .qualslayout .grid.new.grid-columns-9-3 {
    grid-template-columns: 1.5fr 1fr;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 900px) {
  .qualslayout .grid.new.grid-columns-9-3 {
    grid-template-columns: 2.5fr 1fr;
    padding: 0;
    margin: 0;
  }
}
.qualslayout .grid.new.grid-columns-9-3 .grid-9 {
  padding: 0.25em 1em;
}
@media (min-width: 481px) {
  .qualslayout .grid.new.grid-columns-9-3 .grid-9 {
    border-right: 2px solid #9bca89;
  }
}
.qualslayout .grid.new.grid-columns-9-3 .grid-3 {
  display: grid;
  place-content: center;
  padding: 0;
  margin: 0;
}
.qualslayout .grid.new.grid-columns-9-3 .grid-3 p {
  padding: 0;
  margin: 0;
}
.qualslayout .grid.new.grid-columns-9-3 .grid-3 p img {
  height: 32vh;
  width: 100%;
  max-width: 318px;
}
@media (min-width: 481px) {
  .qualslayout .grid.new.grid-columns-9-3 .grid-3 p img {
    max-width: unset;
  }
}
.qualslayout.yellow .grid.new {
  border-color: #F5C035;
}
.qualslayout.yellow .grid.new .grid-9 {
  padding: 0.25em 1em;
}
@media (min-width: 481px) {
  .qualslayout.yellow .grid.new .grid-9 {
    border-right: 2px solid #F5C035;
  }
}
.qualslayout.yellow .cim-button {
  background: #F5C035;
}
.qualslayout.yellow .cim-button:hover {
  color: #F5C035;
  border-color: #F5C035;
  background: transparent;
}
.qualslayout.red .grid.new {
  border-color: #E9543A;
}
.qualslayout.red .grid.new .grid-9 {
  padding: 0.25em 1em;
}
@media (min-width: 481px) {
  .qualslayout.red .grid.new .grid-9 {
    border-right: 2px solid #E9543A;
  }
}
.qualslayout.red .cim-button {
  background: #E9543A;
}
.qualslayout.red .cim-button:hover {
  color: #E9543A;
  border-color: #E9543A;
  background: transparent;
}
.qualslayout.purple .grid.new {
  border-color: #896FB1;
}
.qualslayout.purple .grid.new .grid-9 {
  padding: 0.25em 1em;
}
@media (min-width: 481px) {
  .qualslayout.purple .grid.new .grid-9 {
    border-right: 2px solid #896FB1;
  }
}
.qualslayout.purple .cim-button {
  background: #896FB1;
}
.qualslayout.purple .cim-button:hover {
  color: #896FB1;
  border-color: #896FB1;
  background: transparent;
}

@media only screen and (max-width: 768px), screen and (max-device-width: 768px) and (max-aspect-ratio: 13/9) {
  .qualslayout .grid-4:first-of-type {
    order: 1;
    flex: 1 1 52%;
    max-width: 52%;
  }
  .qualslayout .grid-4 {
    order: 3;
    flex: 1 1 100%;
    max-width: 100%;
    margin: 1em 0 0 0;
    min-height: 195px;
  }
  .qualslayout .grid-4:last-of-type {
    order: 2;
    flex: 1 1 50%;
    max-width: 50%;
    margin-left: auto;
  }
  .qualslayout .grid-4 p {
    width: 100%;
  }
}
.gridbox .grid {
  display: grid;
  padding: 0;
  grid-gap: 1em;
}
.gridbox .cim-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.gridbox.grid21 .grid {
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
.gridbox.grid31 .grid {
  grid-gap: 1em;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-auto-flow: row dense;
  place-items: stretch;
}
.gridbox.grid31 .grid-4 {
  flex: unset;
  max-width: 100%;
}
.gridbox.grid31 .grid-4 a {
  display: grid;
  font-weight: normal;
  flex: unset;
}
.gridbox.grid31 .grid-4 a:hover {
  color: #fff;
  background-color: #474c55;
}
.gridbox.grid31 .grid-4:nth-child(odd):last-of-type {
  grid-column: 1/-1;
}
@media (min-width: 900px) {
  .gridbox.grid31 .grid-4:nth-child(odd):last-of-type {
    grid-column: unset;
  }
}
.gridbox.grid31.borders .grid-4 a {
  border: 1px solid #474c55;
  padding: 0.5em 1.5em;
}
.gridbox.grid31.borders.rounded .grid-4 a {
  border-radius: 1em;
}
.gridbox.grid31.borders.shadow .grid-4 a {
  box-shadow: 4px 4px 20px 0px rgba(153, 153, 153, 0.8);
}
.gridbox.grid22 .grid {
  grid-gap: 0;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  place-items: stretch;
}
.gridbox.grid22 .grid-6 {
  flex: unset;
  max-width: 100%;
  padding: 0 1em;
}
.gridbox .ticket {
  display: grid;
  grid-template-rows: 1fr 2fr -1fr 1fr;
  align-content: stretch;
}
@media (min-width: 481px) {
  .gridbox .ticket {
    grid-template-rows: 1fr 3fr 0fr 1fr;
  }
}
@media (min-width: 1025px) {
  .gridbox .ticket {
    grid-template-rows: 1fr 4fr 0fr 1fr;
  }
}
.gridbox .ticket h3 {
  display: block;
  padding: 1.5em;
  text-align: center;
  font-size: 1.2em;
  margin: 0;
  align-self: flex-start;
}
.gridbox .ticket p {
  text-align: center;
}
.gridbox .ticket > div p {
  padding: 0 3em;
}
@media (min-width: 481px) {
  .gridbox .ticket > div p {
    padding: 0 2em;
  }
}
.gridbox .ticket a {
  align-self: flex-end;
}
.gridbox .ticket .ticket-price {
  font-weight: bold;
  width: 100%;
  font-size: 1.2em;
  align-self: flex-end;
}
.gridbox .ticket .cim-button {
  padding: 1.5em;
  border: none;
  font-size: 1.2em;
  position: unset;
}

.remove-grid-horizontal-padding .grid {
  padding: 0.5rem 0;
}
.remove-grid-horizontal-padding .grid [class^=grid-] {
  padding: 8px 0;
}

.remove-grid-vertical-padding .grid {
  padding: 0 0.5rem;
}
.remove-grid-vertical-padding .grid [class^=grid-] {
  padding: 0 8px;
}

.remove-grid-padding .grid {
  padding: 0;
}
.remove-grid-padding .grid [class^=grid-] {
  padding: 0;
}

.gridbox [class^=level-], .gridbox [class*=" level-"] {
  width: 100%;
}
.gridbox [class^=level-].gridshow, .gridbox [class*=" level-"].gridshow {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 1em;
}
.gridbox [class^=level-].gridshow button, .gridbox [class^=level-].gridshow .button, .gridbox [class*=" level-"].gridshow button, .gridbox [class*=" level-"].gridshow .button {
  width: 100%;
}
.gridbox .grid {
  padding: 0 1em;
}
@media (min-width: 1025px) {
  .gridbox .grid {
    padding: 0;
  }
}
.gridbox.grid21 .grid {
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
.gridbox.grid41 .grid {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.gridbox.grid41 .grid [class^=grid-], .gridbox.grid41 .grid [class*=" grid-"] {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 481px) {
  .gridbox.grid41 .grid [class^=grid-], .gridbox.grid41 .grid [class*=" grid-"] {
    display: grid;
  }
}

.display-selection {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "level-1 level-2 level-3 level-4 reset";
  place-items: stretch;
  text-align: center;
  font-size: 0.6em;
  margin: 1em 0;
}
@media (min-width: 481px) {
  .display-selection {
    font-size: 0.8em;
    place-items: stretch;
  }
}
.display-selection span {
  display: none;
}
@media (min-width: 650px) {
  .display-selection span {
    display: unset;
  }
}
.display-selection [class^=level-], .display-selection [class*=" level-"] {
  background-color: #070078;
  color: #fff;
  padding: 1em;
  border-radius: 1em;
  position: relative;
  font-size: 1.5em;
  font-weight: normal;
}
.display-selection [class^=level-] span, .display-selection [class*=" level-"] span {
  position: absolute;
  right: 0;
  bottom: -12px;
  cursor: pointer;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 0 0 0.8em 0.8em;
  width: 100%;
  z-index: 1;
}
@media (min-width: 481px) {
  .display-selection [class^=level-] span, .display-selection [class*=" level-"] span {
    right: 12px;
    top: 5px;
    padding: 0;
    background-color: transparent;
    border-radius: unset;
    width: auto;
  }
}
.display-selection .reset {
  background-color: #737370;
  color: #fff;
  padding: 1em;
  border-radius: 1em;
  cursor: pointer;
  justify-self: self-start;
  font-weight: normal;
}

.grid_2col {
  display: block;
}
@media (min-width: 481px) {
  .grid_2col {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 2em;
    place-items: self-start center;
  }
}
.grid_2col > div {
  margin-bottom: 2em;
}
@media (min-width: 481px) {
  .grid_2col > div {
    margin-bottom: 0;
  }
}

.grid_4col {
  display: block;
}
@media (min-width: 481px) {
  .grid_4col {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 1em;
    place-items: self-start center;
  }
}
.grid_4col > div {
  margin-bottom: 1em;
}
@media (min-width: 481px) {
  .grid_4col > div {
    margin-bottom: 0;
  }
}

.grid_block {
  display: grid;
  width: 100%;
  margin: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 4fr 2fr 3fr 1fr 4fr auto;
  grid-template-areas: " . top top top top . " ". . blank1 . . ." ". blank2 blank2 blank3 blank3 ." ". . . . . ." " button1 button1 button1 button2 button2 button2";
}
@media (min-width: 481px) {
  .grid_block {
    grid-template-areas: " . top top top top . " ". . blank1 . . ." ". blank2 blank2 blank3 blank3 ." ". . . . . ." " button1 button1 . . button2 button2";
  }
}
@media (min-width: 1025px) {
  .grid_block {
    width: 80%;
  }
}
.grid_block button, .grid_block .button {
  padding: 2em 1em;
  border-radius: 10px;
  color: #fff;
  border: none;
}
.grid_block button span, .grid_block .button span {
  font-weight: bold;
}
.grid_block button.button_top, .grid_block .button.button_top {
  grid-area: top;
  background-color: #070078;
  font-weight: normal;
  font-size: 1.1em;
}
.grid_block button.button_top span, .grid_block .button.button_top span {
  font-weight: bold;
}
.grid_block button.button1, .grid_block .button.button1 {
  grid-area: button1;
  background-color: #737370;
  font-weight: bold;
  font-size: 1.1em;
  margin-right: 0.25em;
}
.grid_block button.button1 span, .grid_block .button.button1 span {
  font-weight: normal;
  font-size: 0.9em;
}
@media (min-width: 481px) {
  .grid_block button.button1, .grid_block .button.button1 {
    margin-right: 0;
  }
}
.grid_block button.button2, .grid_block .button.button2 {
  grid-area: button2;
  background-color: #737370;
  font-weight: bold;
  font-size: 1.1em;
  margin-left: 0.25em;
}
.grid_block button.button2 span, .grid_block .button.button2 span {
  font-weight: normal;
  font-size: 0.9em;
}
@media (min-width: 481px) {
  .grid_block button.button2, .grid_block .button.button2 {
    margin-left: 0;
  }
}
.grid_block .blank.blank1 {
  grid-area: blank1;
  border-right: 2px solid #737370;
}
.grid_block .blank.blank2 {
  grid-area: blank2;
  border-top: 2px solid #737370;
  border-left: 2px solid #737370;
  border-radius: 10px 0;
  position: relative;
}
.grid_block .blank.blank2:after {
  content: "";
  border-left: 2px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #737370;
  border-radius: 10px;
  display: block;
  position: absolute;
  left: -7px;
  bottom: -10px;
}
.grid_block .blank.blank3 {
  grid-area: blank3;
  border-top: 2px solid #737370;
  border-right: 2px solid #737370;
  border-radius: 0 10px;
  position: relative;
}
.grid_block .blank.blank3:after {
  content: "";
  border-left: 2px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #737370;
  border-radius: 10px;
  display: block;
  position: absolute;
  right: -7px;
  bottom: -10px;
}

.grid.new {
  display: grid;
  grid-gap: 1em 0;
  place-content: center;
  grid-template-columns: 1fr;
}
@media (min-width: 481px) {
  .grid.new {
    grid-gap: 1em;
    padding: 0.5em;
    place-content: unset;
    grid-template-columns: initial;
  }
}
@media (min-width: 1025px) {
  .grid.new {
    grid-gap: 0.5em;
    padding: 0.5em;
  }
}
.grid.new:before, .grid.new:after {
  content: none;
}
.grid.new [class^=grid-], .grid.new [class*=" grid-"] {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
  height: 100%;
}
@media (min-width: 650px) {
  .grid.new [class^=grid-]:last-of-type:nth-of-type(odd), .grid.new [class*=" grid-"]:last-of-type:nth-of-type(odd) {
    grid-column: 1/-1;
  }
}
@media (min-width: 1025px) {
  .grid.new [class^=grid-]:last-of-type:nth-of-type(odd), .grid.new [class*=" grid-"]:last-of-type:nth-of-type(odd) {
    grid-column: auto;
  }
}
.grid.new.grid-column-1 {
  grid-template-columns: 1fr;
}
.grid.new.grid-columns-2 {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
.grid.new.grid-columns-3 {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (min-width: 900px) {
  .grid.new.grid-columns-3 > * {
    max-width: 330px;
  }
}
@media (min-width: 650px) {
  .grid.new.grid-columns-3 > *:last-of-type:nth-of-type(odd) {
    max-width: unset;
  }
}
@media (min-width: 900px) {
  .grid.new.grid-columns-3 > *:last-of-type:nth-of-type(odd) {
    grid-column: auto;
  }
}
@media (min-width: 900px) {
  .grid.new.grid-columns-3 > *:first-of-type:nth-of-type(odd) {
    max-width: 330px;
  }
}
.grid.new.grid-columns-3-3-6 {
  grid-template-columns: 1fr;
}
@media (min-width: 481px) {
  .grid.new.grid-columns-3-3-6 {
    grid-template-columns: 6fr 6fr;
  }
}
@media (min-width: 900px) {
  .grid.new.grid-columns-3-3-6 {
    grid-template-columns: 3fr 3fr 6fr;
  }
}
.grid.new.grid-columns-4 {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
@media (min-width: 900px) {
  .grid.new.grid-columns-4 {
    grid-template-columns: repeat(auto-fill, minmax(206px, 1fr));
  }
}
@media (min-width: 1025px) {
  .grid.new.grid-columns-4 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
.grid.new.grid-columns-4-8 {
  grid-template-columns: 1fr;
}
@media (min-width: 481px) {
  .grid.new.grid-columns-4-8 {
    grid-template-columns: 2fr 4fr;
  }
}
.grid.new.grid-columns-8-4 {
  grid-template-columns: 1fr;
}
@media (min-width: 481px) {
  .grid.new.grid-columns-8-4 {
    grid-template-columns: 4fr 2fr;
  }
}
.grid.new.grid-columns-9-3 {
  grid-template-columns: 1fr;
}
@media (min-width: 481px) {
  .grid.new.grid-columns-9-3 {
    grid-template-columns: 3fr 1fr;
  }
}
.grid.new.grid-columns-3-9 {
  grid-template-columns: 1fr;
}
@media (min-width: 481px) {
  .grid.new.grid-columns-3-9 {
    grid-template-columns: 1fr 3fr;
  }
}
.grid.new.grid-columns-10-2 {
  grid-template-columns: 1fr;
}
@media (min-width: 481px) {
  .grid.new.grid-columns-10-2 {
    grid-template-columns: 4fr 1fr;
  }
}
.grid.new.grid-columns-2-10 {
  grid-template-columns: 1fr;
}
@media (min-width: 481px) {
  .grid.new.grid-columns-2-10 {
    grid-template-columns: 1fr 4fr;
  }
}
.grid.new.grid-columns-6 {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  grid-gap: 0.5em;
}

.gridcolumns2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(44%, 1fr));
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
}
h1.stroke, h2.stroke, h3.stroke, h4.stroke, h5.stroke, h6.stroke {
  text-align: center;
  position: relative;
}
h1.stroke:before, h2.stroke:before, h3.stroke:before, h4.stroke:before, h5.stroke:before, h6.stroke:before {
  content: "";
  border-top: 1px solid #474c55;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
h1.stroke span, h2.stroke span, h3.stroke span, h4.stroke span, h5.stroke span, h6.stroke span {
  position: relative;
  padding: 0 25px;
  background: #f7f5f2;
  z-index: 2;
}
h1.orange, h2.orange, h3.orange, h4.orange, h5.orange, h6.orange {
  color: #f1563f;
}

h1 {
  font-weight: 400;
  font-size: 1.75rem;
  margin: 20px 0;
}

h2 {
  color: #000;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0 0 14px;
}

h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 20px 0;
}

h4 {
  font-size: 1.0625rem;
  font-weight: normal;
  margin: 20px 0;
}

h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0;
}
h6.large-sans {
  color: #737370;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-header {
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
  position: relative;
  text-align: center;
}
.section-header.vertical-space {
  margin-top: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section-header::before {
  border-top: 1px solid #474c55;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
}
.section-header .inner {
  background: #f7f5f2;
  padding: 0 1rem;
  position: relative;
  line-height: 1.2;
}

.strike {
  position: relative;
  text-align: center;
}
.strike:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid #DFDBD5;
}
.strike span, .strike strong {
  background: #fff;
  padding: 2px 10px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

ul {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  color: #000;
  padding-left: 20px;
}
ul li {
  margin: 5px 0;
  color: #000;
}

a {
  -webkit-transition: color 150ms, background-color 150ms;
  transition: color 150ms, background-color 150ms;
  text-decoration: none;
  color: #737370;
  font-weight: bold;
}
a:hover {
  color: #f1563f;
}

img {
  max-width: 100%;
  height: auto;
}

.purple {
  color: #8970B2;
}

.registration .site-wrapper .site-wrapper-inner .page-banner {
  display: none;
}
.registration .site-wrapper .site-wrapper-inner .no-nav-logo {
  border: none;
  background-image: url("../../img/CIM_logo_small.svg");
  background-repeat: no-repeat;
  background-size: auto 45px;
  background-position: 10px center;
  min-height: 128px;
  margin: 0;
  padding: 0;
}
@media (min-width: 481px) {
  .registration .site-wrapper .site-wrapper-inner .no-nav-logo {
    background-image: url("../../img/CIM_logo_blue.svg");
  }
}
.registration .site-wrapper .site-wrapper-inner .no-nav-logo img {
  max-width: 300px;
  visibility: hidden;
}
@media (min-width: 481px) {
  .registration .site-wrapper .site-wrapper-inner .no-nav-logo img {
    visibility: hidden;
  }
}
.registration .site-wrapper .site-wrapper-inner .already-member {
  min-height: 40vh;
  place-content: center;
}
.registration .site-wrapper .site-wrapper-inner .already-member [class^=grid-], .registration .site-wrapper .site-wrapper-inner .already-member [class*=" grid-"] {
  border: thin solid gray;
  padding: 3em;
}
.registration .site-wrapper .site-wrapper-inner .keep-hidden {
  display: none !important;
}

.registration-page {
  width: 100%;
  margin: auto;
  background: #F8F8F8;
  position: relative;
}
@media (min-width: 1025px) {
  .registration-page {
    width: 300%;
    margin: auto -100%;
  }
}
.registration-page h2, .registration-page p, .registration-page label {
  color: #000;
}
.registration-page h2 {
  font-size: 2.2rem;
  margin: 0 0 40px;
}
.registration-page label {
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
  padding-bottom: 5px;
}
.registration-page .blur {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: grid;
  place-items: center;
}
.registration-page .blur span {
  font-size: 1.3rem;
  padding: 5em 1em 2em 1em;
  max-width: 480px;
  text-align: center;
  position: relative;
}
.registration-page .blur span.emailholder {
  font-size: 1rem;
  padding: 0;
  border: none;
  background: transparent;
}
.registration-page .blur > span {
  color: transparent;
}
.registration-page .blur > span:after {
  background-image: url("../../img/loader.gif");
  position: absolute;
  background-size: 100%;
  display: block;
  content: "";
  top: 16px;
  left: 37%;
  z-index: 2;
  padding: 2em;
  background-repeat: no-repeat;
}
.registration-page .blur > span h3 {
  font-size: 2.2rem;
  margin: 0 0 30px;
}
.registration-page .blur > span p {
  margin: 0.25em;
  padding: 0;
}
.registration-page .blur > span.payment-call, .registration-page .blur > span.activation-call, .registration-page .blur > span.confirmation-call {
  border: thin solid #474c55;
  background: #fff;
  border-radius: 8px;
  color: #000;
  padding: 2em 1em;
}
.registration-page .blur > span.payment-call:after, .registration-page .blur > span.activation-call:after, .registration-page .blur > span.confirmation-call:after {
  background: none;
  content: none;
}
.registration-page .blur .email-validation, .registration-page .blur .logged-in {
  border-radius: 8px;
  padding: 2em;
  margin: 1em 0;
  background: #fff;
  max-width: 480px;
  width: 90%;
  position: relative;
}
@media (min-width: 481px) {
  .registration-page .blur .email-validation, .registration-page .blur .logged-in {
    width: 100%;
  }
}
.registration-page .blur .email-validation .emailholder, .registration-page .blur .logged-in .emailholder {
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
}
.registration-page .blur .email-validation .cim-button, .registration-page .blur .logged-in .cim-button {
  border-radius: 8px;
  padding: 23px 0;
  text-transform: uppercase;
  min-height: 65px;
}
.registration-page .blur .email-validation .close-modal, .registration-page .blur .logged-in .close-modal {
  position: absolute;
  top: 0;
  right: 0.5em;
  font-size: 2rem;
  cursor: pointer;
}
.registration-page .disabled {
  filter: grayscale(100%) brightness(60%) saturate(0%) opacity(30%) contrast(100%);
  cursor: default;
}
.registration-page .invisible {
  visibility: hidden;
}
.registration-page .progressBar-surround {
  background-color: #fff;
  border-top: 1px solid #cccccc;
}
.registration-page .progressBar-surround .progressBar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(94px, 1fr));
  grid-gap: 0;
  place-items: start center;
  background: #fff;
  color: #070078;
  min-height: 148px;
  max-width: 100vw;
  margin: auto auto 3em auto;
  place-content: center;
}
@media (min-width: 481px) {
  .registration-page .progressBar-surround .progressBar {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }
}
@media (min-width: 1025px) {
  .registration-page .progressBar-surround .progressBar {
    max-width: 1024px;
  }
}
.registration-page .progressBar-surround .progressBar > div {
  padding: 1em 0.7em;
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 9;
  cursor: default;
}
@media (min-width: 481px) {
  .registration-page .progressBar-surround .progressBar > div {
    padding: 1em 2em;
  }
}
.registration-page .progressBar-surround .progressBar > div:nth-child(3) {
  z-index: 8;
}
.registration-page .progressBar-surround .progressBar > div:nth-child(4) {
  z-index: 7;
}
.registration-page .progressBar-surround .progressBar > div:nth-child(5) {
  z-index: 6;
}
.registration-page .progressBar-surround .progressBar > div span:first-of-type {
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
  display: block;
  padding: 0.25em 0.15em 0 0.15em;
  background: #070078;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  width: 48px;
  height: 48px;
  margin: auto;
  border: 4px solid #22b3ff;
}
.registration-page .progressBar-surround .progressBar > div span:last-of-type {
  max-width: 100px;
  display: block;
  margin: 0.25em auto;
  text-align: center;
}
.registration-page .progressBar-surround .progressBar > div:before {
  font-family: "FontAwesomeSolid", serif;
  content: "";
  color: #fff;
  font-size: 2em;
  position: absolute;
  top: 48px;
  width: 100%;
  z-index: -2;
}
@media (min-width: 481px) {
  .registration-page .progressBar-surround .progressBar > div:before {
    border-top: 2px solid #070078;
    left: -37%;
    top: 39px;
    width: 93%;
  }
}
@media (min-width: 1025px) {
  .registration-page .progressBar-surround .progressBar > div:before {
    left: -43%;
    width: 97%;
  }
}
.registration-page .progressBar-surround .progressBar > div.past span {
  border-color: #fff;
}
.registration-page .progressBar-surround .progressBar > div:after {
  font-family: "FontAwesomeSolid", serif;
  content: "\f111";
  color: #fff;
  font-size: 5em;
  position: absolute;
  top: -8px;
  left: 10%;
  z-index: -1;
}
@media (min-width: 766px) {
  .registration-page .progressBar-surround .progressBar > div:after {
    left: 26%;
    font-size: 2em;
  }
}
@media (min-width: 1025px) {
  .registration-page .progressBar-surround .progressBar > div:after {
    left: 31%;
  }
}
.registration-page .progressBar-surround .progressBar > div:first-of-type:before {
  border: none;
}
.registration-page .progressBar-surround .progressBar > div.disabled {
  filter: none;
}
@media (min-width: 481px) {
  .registration-page .progressBar-surround .progressBar > div.disabled:before {
    border-top: 2px solid #cccccc;
  }
}
.registration-page .progressBar-surround .progressBar > div.disabled span {
  background-color: #cccccc;
}
.registration-page .progressBar-surround .progressBar > div.disabled span:first-of-type {
  border-color: #fff;
}
.registration-page .progressBar-surround .progressBar > div.disabled span:last-of-type {
  background-color: transparent;
  color: #cccccc;
}
.registration-page .progressBar-surround .progressBar > div.disabled:after {
  content: "";
}
.registration-page .application-type {
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
  padding: 0;
  width: 100%;
  text-align: right;
  font-size: 1.2em;
  font-weight: 400;
  color: #070078;
  position: absolute;
  top: -66px;
  right: 10px;
}
@media (min-width: 481px) {
  .registration-page .application-type {
    font-size: 1.2em;
  }
}
@media (min-width: 1025px) {
  .registration-page .application-type {
    right: 34%;
    top: -68px;
  }
}
.registration-page .registration-form {
  max-width: 600px;
  margin: auto;
  width: 100%;
  padding: 2em 1em;
}
.registration-page .registration-form img {
  border-radius: 8px;
}
.registration-page .registration-form form .opacity-change {
  opacity: 0;
  transition-delay: 0.3s;
  transition: opacity 1s ease-in-out;
}
.registration-page .registration-form form .opacity-change.transition-opacity {
  opacity: 1;
}
.registration-page .registration-form form .info-block {
  margin: 2em 0 3em 0;
  padding: 1em;
  background: #fff;
  border-radius: 8px;
  display: block;
}
.registration-page .registration-form form .select-input {
  position: relative;
}
.registration-page .registration-form form .select-input select {
  width: 100%;
  outline: none;
  background-color: #fff;
  appearance: none;
  padding: 0 1em;
}
.registration-page .registration-form form .select-input select.input-validation-error {
  border-color: #d60505;
}
.registration-page .registration-form form .select-input:after {
  font-family: "FontAwesomeSolid", serif;
  content: "\f078";
  font-size: 13px;
  position: absolute;
  top: 40px;
  right: 16px;
  color: #474c55;
  pointer-events: none;
}
.registration-page .registration-form form p.info-icon {
  position: relative;
  padding-left: 2.5em;
}
.registration-page .registration-form form p.info-icon:before {
  -webkit-transition: 200ms;
  transition: 200ms;
  font-family: "FontAwesomeSolid", serif;
  content: "\f129";
  position: absolute;
  top: 0.15em;
  left: 1.5em;
  font-size: 0.7em;
  border-radius: 50%;
  border: thin solid #f8f8f8;
  padding: 0.1em 0.5em;
  cursor: pointer;
}
.registration-page .registration-form form .registration-input .loading {
  max-width: 28px;
}
.registration-page .registration-form form .registration-input .notice {
  font-size: 1rem;
  padding: 0 0 0 0.5em;
  margin-top: 5px;
  display: inline-block;
}
.registration-page .registration-form form .registration-input.progress-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  position: relative;
  margin: 2em 0;
}
.registration-page .registration-form form .registration-input.progress-buttons .cim-button {
  border-radius: 8px;
  padding: 1.3em 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  height: 65px;
}
.registration-page .registration-form form .registration-input.progress-buttons .cim-button:hover {
  background: #0064C8;
  border-color: #0064C8;
  color: #fff;
}
.registration-page .registration-form form .registration-input.progress-buttons .cim-button.disabled {
  filter: none;
  background: #f8f8f8;
  border-color: #cccccc;
  color: #cccccc;
}
.registration-page .registration-form form .registration-input.progress-buttons .cim-button.disabled:hover {
  background: #f8f8f8;
  border-color: #cccccc;
  color: #cccccc;
}
.registration-page .registration-form form .registration-input.progress-buttons .cim-button:first-of-type:before {
  font-family: "FontAwesomeSolid", serif;
  content: "\f060";
  font-size: 1em;
  position: absolute;
  top: 22px;
  left: 38px;
  font-weight: 400;
}
@media (min-width: 481px) {
  .registration-page .registration-form form .registration-input.progress-buttons .cim-button:first-of-type:before {
    left: 88px;
  }
}
.registration-page .registration-form form .registration-input.progress-buttons .cim-button:last-of-type:after {
  font-family: "FontAwesomeSolid", serif;
  content: "\f061";
  font-size: 1em;
  position: absolute;
  top: 22px;
  font-weight: 400;
  margin-left: 1em;
}
.registration-page .registration-form form .registration-input label {
  display: block;
  place-self: center start;
}
.registration-page .registration-form form .registration-input input[type=text], .registration-page .registration-form form .registration-input input[type=textbox], .registration-page .registration-form form .registration-input input[type=date], .registration-page .registration-form form .registration-input input[type=email], .registration-page .registration-form form .registration-input input[type=url], .registration-page .registration-form form .registration-input input[type=password], .registration-page .registration-form form .registration-input input[type=file], .registration-page .registration-form form .registration-input input[type=radio] {
  border-color: #cccccc;
  color: #545454;
  height: 2.65rem;
  padding: 0 1rem;
}
.registration-page .registration-form form .registration-input input[type=text].input-validation-error, .registration-page .registration-form form .registration-input input[type=textbox].input-validation-error, .registration-page .registration-form form .registration-input input[type=date].input-validation-error, .registration-page .registration-form form .registration-input input[type=email].input-validation-error, .registration-page .registration-form form .registration-input input[type=url].input-validation-error, .registration-page .registration-form form .registration-input input[type=password].input-validation-error, .registration-page .registration-form form .registration-input input[type=file].input-validation-error, .registration-page .registration-form form .registration-input input[type=radio].input-validation-error {
  border-color: #d60505;
}
.registration-page .registration-form form .registration-input input[type=text]:focus, .registration-page .registration-form form .registration-input input[type=text]:active, .registration-page .registration-form form .registration-input input[type=textbox]:focus, .registration-page .registration-form form .registration-input input[type=textbox]:active, .registration-page .registration-form form .registration-input input[type=date]:focus, .registration-page .registration-form form .registration-input input[type=date]:active, .registration-page .registration-form form .registration-input input[type=email]:focus, .registration-page .registration-form form .registration-input input[type=email]:active, .registration-page .registration-form form .registration-input input[type=url]:focus, .registration-page .registration-form form .registration-input input[type=url]:active, .registration-page .registration-form form .registration-input input[type=password]:focus, .registration-page .registration-form form .registration-input input[type=password]:active, .registration-page .registration-form form .registration-input input[type=file]:focus, .registration-page .registration-form form .registration-input input[type=file]:active, .registration-page .registration-form form .registration-input input[type=radio]:focus, .registration-page .registration-form form .registration-input input[type=radio]:active {
  border-color: #000;
}
.registration-page .registration-form form .registration-input input[type=text].disabled, .registration-page .registration-form form .registration-input input[type=textbox].disabled, .registration-page .registration-form form .registration-input input[type=date].disabled, .registration-page .registration-form form .registration-input input[type=email].disabled, .registration-page .registration-form form .registration-input input[type=url].disabled, .registration-page .registration-form form .registration-input input[type=password].disabled, .registration-page .registration-form form .registration-input input[type=file].disabled, .registration-page .registration-form form .registration-input input[type=radio].disabled {
  color: #000;
  filter: grayscale(100%) brightness(80%) saturate(0%) opacity(60%) contrast(100%);
}
.registration-page .registration-form form .registration-input input[type=checkbox] {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
.registration-page .registration-form form .registration-input input[type=checkbox] .input-validation-error {
  border-color: #d60505;
}
.registration-page .registration-form form .registration-input .link {
  cursor: pointer;
  text-decoration: underline;
  margin: 10px 0;
  line-height: 1;
  color: #070078;
}
.registration-page .registration-form form .registration-input .link.mobile {
  text-align: right;
  margin: 10px 0 -20px 0;
}
.registration-page .registration-form form .registration-input.checks {
  display: grid;
  grid-template-columns: 30px auto;
  grid-gap: 1em;
  place-items: center start;
  position: relative;
}
.registration-page .registration-form form .registration-input.checks #Agreed, .registration-page .registration-form form .registration-input.checks #Terms {
  place-self: center;
}
.registration-page .registration-form form .registration-input.checks p {
  font-size: 0.9em;
}
.registration-page .registration-form form .registration-input.checks .field-validation-error {
  grid-column: 1/span 3;
  place-self: center end;
}
.registration-page .registration-form form .registration-input.checks input {
  appearance: none;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 7px;
  outline: 1px solid #cccccc;
}
.registration-page .registration-form form .registration-input.checks input:checked {
  background: #039a52;
}
.registration-page .registration-form form .registration-input.checks label {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  font-size: 1rem;
}
.registration-page .registration-form form .registration-input.checks label a {
  color: #070078;
  text-decoration: underline;
  font-weight: normal;
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
}
.registration-page .registration-form form .registration-input.radioButtons {
  display: grid;
  grid-template-columns: 0.15fr 1fr 0.15fr 1fr;
  grid-gap: 0.5em;
}
.registration-page .registration-form form .registration-input.radioButtons.study-buttons {
  margin-top: 2em;
  border-top: 1px solid #DFDBD5;
  padding-top: 1em;
}
.registration-page .registration-form form .registration-input.radioButtons label {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  padding: 0;
}
.registration-page .registration-form form .registration-input.radioButtons label span {
  margin-left: 0.5em;
}
.registration-page .registration-form form .registration-input.radioButtons input[type=radio] {
  height: 30px;
  width: 30px;
  accent-color: #039A52;
  appearance: none;
  background: #fff;
  border: 6px solid #fff;
  border-radius: 50%;
  outline: 2px solid #cccccc;
  padding: 0;
}
.registration-page .registration-form form .registration-input.radioButtons input[type=radio]:hover, .registration-page .registration-form form .registration-input.radioButtons input[type=radio]:focus {
  accent-color: #039A52;
}
.registration-page .registration-form form .registration-input.radioButtons input[type=radio]:checked {
  background: #039A52;
}
.registration-page .registration-form form .registration-input.radioButtons .field-validation-error {
  grid-column: 1/span 4;
}
.registration-page .registration-form form .registration-input .field-validation-error {
  color: #d60505;
  background: transparent;
  border: none;
  text-align: right;
  font-size: 1rem;
  padding: 5px 0;
  margin: 0 0 -20px 0;
}
.registration-page .registration-form form .personal-details .personal-details-internal {
  display: grid;
  grid-template-rows: 1fr;
  grid-gap: 1.9em;
  grid-template-columns: 1fr;
}
.registration-page .registration-form form .personal-details .personal-details-internal h3.uk-residence {
  margin: 3px 0 -30px 0;
  font-size: 1rem;
}
.registration-page .registration-form form .personal-details .personal-details-internal .registration-input.mobile .field-validation-error {
  margin: 0 0 -10px 0;
}
.registration-page .registration-form form .personal-details .personal-details-internal .registration-input.addressSection #postcode_lookup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5em;
  grid-template-areas: "input button" "dropdown dropdown";
}
.registration-page .registration-form form .personal-details .personal-details-internal .registration-input.addressSection #postcode_lookup #opc_input {
  text-transform: uppercase;
  grid-area: input;
}
.registration-page .registration-form form .personal-details .personal-details-internal .registration-input.addressSection #postcode_lookup #opc_button {
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
  border-radius: 4px;
  grid-area: button;
  font-size: 1em;
  text-transform: uppercase;
  height: 2.65rem;
}
.registration-page .registration-form form .personal-details .personal-details-internal .registration-input.addressSection #postcode_lookup #opc_dropdown {
  grid-area: dropdown;
  background: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  height: 2.5rem;
  width: 100%;
  margin: 10px 0;
  padding: 0 1em;
  color: #474c55;
}
.registration-page .registration-form form .personal-details .personal-details-internal .registration-input.addressSection #postcode_lookup:after {
  content: "";
}
.registration-page .registration-form form .personal-details .personal-details-internal .registration-input.addressSection #postcode_lookup.lookup-success:after {
  content: "\f078";
  top: 72px;
  font-size: 13px;
}
.registration-page .registration-form form .personal-details .personal-details-internal .registration-input.addressSection .address-inner {
  margin: 1em 0 0;
}
.registration-page .registration-form form .personal-details .personal-details-internal .registration-input.addressSection .address-inner .addressDetail {
  display: grid;
  grid-gap: 1.9em;
  grid-template-columns: 1fr;
}
.registration-page .registration-form form .personal-details .personal-details-internal .registration-input.addressSection #PostCodeZip {
  text-transform: uppercase;
}
.registration-page .registration-form form .studying-details .studying-details-internal {
  display: grid;
  grid-template-rows: 1fr;
  grid-gap: 1.9em;
  grid-template-columns: 1fr;
}
.registration-page .registration-form form .employment-details .employment-details-internal {
  display: grid;
  grid-template-rows: 1fr;
  grid-gap: 1.9em;
  grid-template-columns: 1fr;
}
.registration-page .registration-form form .document-details .application-info {
  display: grid;
  grid-template-columns: 0.1fr 2fr;
  grid-gap: 0.5em;
  place-items: center;
  margin-bottom: 1.9em;
}
.registration-page .registration-form form .document-details .application-info svg {
  place-self: center start;
}
.registration-page .registration-form form .document-details .application-info p {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin: 0;
}
.registration-page .registration-form form .document-details .document-details-internal {
  display: grid;
  grid-template-rows: 1fr;
  grid-gap: 1.9em;
  grid-template-columns: 1fr;
}
.registration-page .registration-form form .document-details .document-details-internal .registration-input .drop-zone {
  border: thin solid #f8f8f8;
  width: 100%;
  padding: 1em;
  background: #fff;
  position: relative;
}
.registration-page .registration-form form .document-details .document-details-internal .registration-input .drop-zone::before {
  -webkit-transition: 200ms;
  transition: 200ms;
  content: url("../../img/icons/svg/file-dropzone-icon.svg");
  opacity: 0.2;
  margin: 0 42%;
}
.registration-page .registration-form form .document-details .document-details-internal .registration-input .drop-zone p {
  padding: 0 0.2em;
  text-align: center;
}
.registration-page .registration-form form .document-details .document-details-internal .registration-input.gridcolumns2 {
  grid-template-columns: 1fr;
  grid-template-areas: "title" "important" "dropzone" "fileupload" "filelist";
  grid-gap: 0 1.5em;
}
.registration-page .registration-form form .document-details .document-details-internal .registration-input.gridcolumns2 h3 {
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  grid-area: title;
  margin: 0;
  padding-bottom: 10px;
  color: #000;
}
.registration-page .registration-form form .document-details .document-details-internal .registration-input.gridcolumns2 .drop-zone {
  grid-area: dropzone;
  margin-bottom: 1em;
  border: 1px solid #cccccc;
  padding-top: 3em;
}
.registration-page .registration-form form .document-details .document-details-internal .registration-input.gridcolumns2 .file-upload {
  grid-area: fileupload;
  border: none;
  background: transparent;
  color: #000;
}
.registration-page .registration-form form .document-details .document-details-internal .registration-input.gridcolumns2 .filelist {
  grid-area: filelist;
}
.registration-page .registration-form form .document-details .document-details-internal .registration-input.gridcolumns2 .filelist li {
  color: #000;
  position: relative;
}
.registration-page .registration-form form .document-details .document-details-internal .registration-input.gridcolumns2 .filelist li .FileListItem {
  color: #070078;
  text-transform: lowercase;
  text-decoration: underline;
  margin-left: 0.5em;
}
.registration-page .registration-form form .document-details .document-details-internal .registration-input.gridcolumns2 .filelist li::before {
  color: green;
  content: url("../../img/icons/svg/tick.svg");
  position: relative;
  top: 2px;
  display: inline-block;
  width: 20px;
  left: 0;
  margin-right: 8px;
}
.registration-page .registration-form form .document-details .document-details-internal .registration-input.gridcolumns2 ul#FileList li::marker {
  content: "";
}
.registration-page .registration-form form .document-details .document-details-internal .registration-input.gridcolumns2 .important {
  grid-area: important;
  padding: 0 1em;
  margin: 0;
  place-self: center;
}
.registration-page .registration-form form .document-details .document-details-internal .registration-input.gridcolumns2 .important span {
  font-weight: 600;
}
.registration-page .registration-form form .document-details .document-details-internal .registration-input.gridcolumns2 .important ul {
  color: #000;
}
@media (min-width: 481px) {
  .registration-page .registration-form form .document-details .document-details-internal .registration-input.gridcolumns2 {
    grid-template-columns: initial;
    grid-template-areas: "title important" "dropzone important" "fileupload ." "filelist filelist";
  }
}
.registration-page .registration-form form .document-details .document-details-internal .registration-input.checks label {
  background: #fff;
  padding: 1em;
  border-radius: 8px;
}
.registration-page .registration-form form .payment-details .payment-details-internal {
  display: grid;
  grid-template-rows: 1fr;
  grid-gap: 1.9em;
  grid-template-columns: 1fr;
}
.registration-page .registration-form form .payment-details .payment-details-internal h2.payment-method {
  margin: 0;
}
.registration-page .registration-form form .payment-details .payment-details-internal .check-group {
  padding: 0 0 30px 49px;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .payment-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5em;
  align-items: center;
  padding: 0 1.5em;
  border-radius: 8px;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .payment-info .payingAmount {
  place-self: center end;
  font-weight: normal;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .payment-info .payingAmount span {
  font-weight: bold;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion {
  border: thin solid #f8f8f8;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-caller {
  padding: 26px 40px 30px 40px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 26px;
  max-height: 90px;
  border: 1px solid #DFDBD5;
  font-weight: normal;
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
  color: #000;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-caller:hover {
  color: #474c55;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-caller:before {
  top: 28px;
  right: 1.5em;
  font-size: 1em;
  font-weight: lighter;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-caller.on {
  background-color: #f8f8f8;
  border: 1px solid #DFDBD5;
  border-radius: 8px 8px 0 0;
  border-bottom: none;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner {
  background: #fff;
  padding: 1em;
  border-radius: 0 0 8px 8px;
  border: 1px solid #DFDBD5;
  border-top: none;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner a {
  color: #070078;
  text-decoration: underline;
  font-weight: normal;
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .dd-info .dd-pay-amount {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 0.5em 0;
  place-items: center;
  margin-bottom: 1em;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .dd-info .dd-pay-amount label span {
  font-weight: bold;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .dd-info .dd-pay-amount label span.discounted {
  color: red;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .dd-info .dd-pay-amount label span.discounted .pound.black {
  color: #000;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .dd-info .dd-pay-amount label:last-of-type span {
  position: relative;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .dd-info .dd-pay-amount label:last-of-type span:last-of-type .spanIndicator {
  color: red;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .dd-info .dd-pay-amount label:last-of-type span.crossed {
  color: #474c55;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .dd-info .dd-pay-amount label:last-of-type span.crossed:before {
  font-family: "FontAwesomeSolid", serif;
  content: "\f715";
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  transform: rotate(140deg);
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .dd-info #dd-button {
  text-transform: uppercase;
  padding: 1.5em;
  max-height: 65px;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .dd-info #dd-button.disabled:hover {
  background-color: #0064C8;
  border-color: #0064C8;
  color: #fff;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .dd-info p {
  text-align: center;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .dd-info p.ddDiscount {
  text-align: center;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .dd-info p.ddDiscount span {
  color: red;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .dd-info p.ddDiscount span.spanPrice {
  color: initial;
  position: relative;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .info-panel {
  display: block;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .info-panel .application-info {
  display: grid;
  grid-template-columns: 0.2fr 2fr;
  grid-gap: 0.5em;
  place-items: center;
  margin: 1em 0;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .info-panel .application-info svg {
  place-self: center end;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .info-panel .application-info p {
  background-color: #f8f8f8;
  padding: 1em 0 1em 1em;
  font-size: 0.9rem;
  place-self: stretch;
  margin: 0 !important;
  border-radius: 8px;
  text-align: left;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .scroll-page {
  padding: 0 1em;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .scroll-page .scroll-area {
  padding: 0 1em;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .scroll-page .scroll-area::-webkit-scrollbar {
  width: 1em;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .scroll-page .scroll-area::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion .accordion-item .accordion-inner .scroll-page .scroll-area::-webkit-scrollbar-thumb {
  background: #070078;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.code-of-conduct .accordion-item {
  border: 1px solid #cccccc;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.code-of-conduct .accordion-item .accordion-caller {
  position: relative;
  font-size: 1em;
  padding: 30px 60px 30px 18px;
  display: none;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.code-of-conduct .accordion-item .accordion-caller.confirmed {
  padding: 30px 60px 30px 62px;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.code-of-conduct .accordion-item .accordion-caller.confirmed:after {
  font-family: "FontAwesomeSolid", serif;
  content: "\f00c";
  color: #039A52;
  font-size: 2em;
  position: absolute;
  top: 18px;
  left: 20px;
  width: 100%;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.code-of-conduct .accordion-item .accordion-inner {
  border-radius: 0;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.code-of-conduct .accordion-item .accordion-inner h3, .registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.code-of-conduct .accordion-item .accordion-inner p, .registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.code-of-conduct .accordion-item .accordion-inner ol, .registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.code-of-conduct .accordion-item .accordion-inner ul {
  color: #000;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.code-of-conduct .accordion-item .accordion-inner .check-group .checks {
  margin-left: 30px;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.code-of-conduct.openAccordion .accordion-item .accordion-caller {
  border: 1px solid #DFDBD5;
  border-radius: 8px 8px 0 0;
  padding: 30px 40px;
  text-align: center;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.code-of-conduct.openAccordion .accordion-item .accordion-caller:before {
  content: "";
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.code-of-conduct.openAccordion .accordion-item .accordion-caller:after {
  text-align: left;
}
@media (min-width: 481px) {
  .registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.code-of-conduct.openAccordion .accordion-item .accordion-caller:after {
    left: 40px;
  }
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.direct-debit-block .dd-info .dd-pay-amount label {
  display: grid;
  place-self: start;
  grid-template-columns: 0.4fr 1fr;
  grid-gap: 0.5em;
  place-items: center start;
  padding: 0;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.direct-debit-block .dd-info .dd-pay-amount label input[type=radio] {
  height: 30px;
  width: 30px;
  appearance: none;
  background: #fff;
  border: 6px solid #fff;
  border-radius: 50%;
  outline: 2px solid #cccccc;
  padding: 0;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.direct-debit-block .dd-info .dd-pay-amount label input[type=radio]:hover, .registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.direct-debit-block .dd-info .dd-pay-amount label input[type=radio]:focus {
  accent-color: #039A52;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.direct-debit-block .dd-info .dd-pay-amount label input[type=radio]:checked {
  background: #039A52;
}
@media (min-width: 481px) {
  .registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.direct-debit-block .dd-info .dd-pay-amount label {
    place-self: center;
  }
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.card-block .accordion-item .accordion-caller {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr 2fr;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.card-block .accordion-item .accordion-caller span {
  padding: 0.25em;
  border: thin solid grey;
  border-radius: 8px;
  background: #fff;
  place-self: center;
  display: grid;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.card-block .accordion-item .accordion-caller span:first-of-type {
  background: #1f72cd;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.card-block .accordion-item .accordion-inner .cim-button {
  border-radius: 8px;
  margin: 1em auto;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.card-block .accordion-item .accordion-inner .cim-button#GoToPay {
  padding: 1.5em;
  height: 65px;
  text-transform: uppercase;
}
.registration-page .registration-form form .payment-details .payment-details-internal .registration-input .accordion.card-block .accordion-item .accordion-inner iframe {
  border: none;
}
.registration-page .registration-form form .two-column {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
}
.registration-page .registration-form form .two-column .registration-input.addressSection {
  grid-column: 1/span 2;
}
.registration-page .registration-form form .two-column .registration-input.addressSection .address-inner .addressDetail {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
}
.registration-page .registration-form form .two-column .registration-input.progress-buttons {
  grid-column: 1/span 2;
}
.registration-page .registration-form form .two-column .registration-input.radioButtons {
  grid-column: 1/span 2;
}
.registration-page .welcome-details, .registration-page .activate-only {
  width: 100%;
  margin: 0;
}
@media (min-width: 900px) {
  .registration-page .welcome-details, .registration-page .activate-only {
    width: 170%;
    margin: -2em -36% auto -36%;
  }
}
.registration-page .welcome-details h2, .registration-page .activate-only h2 {
  text-align: center;
}
.registration-page .welcome-details h2:first-of-type, .registration-page .welcome-details h2:nth-of-type(2), .registration-page .activate-only h2:first-of-type, .registration-page .activate-only h2:nth-of-type(2) {
  font-size: 3rem;
  margin: 0 0 16px;
}
.registration-page .welcome-details p, .registration-page .activate-only p {
  text-align: center;
}
.registration-page .welcome-details .white-background-full, .registration-page .activate-only .white-background-full {
  padding: 2em;
  background: #fff;
}
.registration-page .welcome-details .welcome-details-internal, .registration-page .welcome-details .activate-only-internal, .registration-page .activate-only .welcome-details-internal, .registration-page .activate-only .activate-only-internal {
  margin: auto;
  padding: 3em 0;
}
.registration-page .welcome-details .welcome-details-internal.grid.grid-columns-2, .registration-page .welcome-details .activate-only-internal.grid.grid-columns-2, .registration-page .activate-only .welcome-details-internal.grid.grid-columns-2, .registration-page .activate-only .activate-only-internal.grid.grid-columns-2 {
  grid-template-columns: 1fr;
  grid-template-areas: "start" "whn";
}
@media (min-width: 900px) {
  .registration-page .welcome-details .welcome-details-internal.grid.grid-columns-2, .registration-page .welcome-details .activate-only-internal.grid.grid-columns-2, .registration-page .activate-only .welcome-details-internal.grid.grid-columns-2, .registration-page .activate-only .activate-only-internal.grid.grid-columns-2 {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-template-areas: "start whn";
  }
}
.registration-page .welcome-details .welcome-details-internal .whn, .registration-page .welcome-details .activate-only-internal .whn, .registration-page .activate-only .welcome-details-internal .whn, .registration-page .activate-only .activate-only-internal .whn {
  padding: 50px 40px 50px 0;
  grid-area: whn;
  place-self: center;
}
.registration-page .welcome-details .welcome-details-internal .whn h2, .registration-page .welcome-details .activate-only-internal .whn h2, .registration-page .activate-only .welcome-details-internal .whn h2, .registration-page .activate-only .activate-only-internal .whn h2 {
  font-size: 2.2rem;
  margin: 0 0 0 20px;
  text-align: left;
}
.registration-page .welcome-details .welcome-details-internal .whn h3, .registration-page .welcome-details .activate-only-internal .whn h3, .registration-page .activate-only .welcome-details-internal .whn h3, .registration-page .activate-only .activate-only-internal .whn h3 {
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
  margin: 20px 0 10px 8px;
  font-size: 1.4rem;
  color: #000;
}
.registration-page .welcome-details .welcome-details-internal .whn p, .registration-page .welcome-details .activate-only-internal .whn p, .registration-page .activate-only .welcome-details-internal .whn p, .registration-page .activate-only .activate-only-internal .whn p {
  text-align: left;
  margin: 0 0 0 8px;
  padding: 0;
}
.registration-page .welcome-details .welcome-details-internal ol, .registration-page .welcome-details .activate-only-internal ol, .registration-page .activate-only .welcome-details-internal ol, .registration-page .activate-only .activate-only-internal ol {
  padding: 0 0 0 72px;
  margin: 2.5em 0 0 0;
}
.registration-page .welcome-details .welcome-details-internal ol li, .registration-page .welcome-details .activate-only-internal ol li, .registration-page .activate-only .welcome-details-internal ol li, .registration-page .activate-only .activate-only-internal ol li {
  position: relative;
  list-style: none;
}
.registration-page .welcome-details .welcome-details-internal ol li:before, .registration-page .welcome-details .activate-only-internal ol li:before, .registration-page .activate-only .welcome-details-internal ol li:before, .registration-page .activate-only .activate-only-internal ol li:before {
  content: "1";
  background-color: #0064c8;
  position: absolute;
  color: #fff;
  left: -51px;
  padding: 0.5em 1em 0.6em 1em;
  border-radius: 50%;
  top: -8px;
  font-size: 16px;
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
}
.registration-page .welcome-details .welcome-details-internal ol .activated1:before, .registration-page .welcome-details .activate-only-internal ol .activated1:before, .registration-page .activate-only .welcome-details-internal ol .activated1:before, .registration-page .activate-only .activate-only-internal ol .activated1:before {
  content: "1";
}
.registration-page .welcome-details .welcome-details-internal ol .activated2:before, .registration-page .welcome-details .activate-only-internal ol .activated2:before, .registration-page .activate-only .welcome-details-internal ol .activated2:before, .registration-page .activate-only .activate-only-internal ol .activated2:before {
  content: "2";
}
.registration-page .welcome-details .welcome-details-internal ol .activated3:before, .registration-page .welcome-details .activate-only-internal ol .activated3:before, .registration-page .activate-only .welcome-details-internal ol .activated3:before, .registration-page .activate-only .activate-only-internal ol .activated3:before {
  content: "3";
}
.registration-page .welcome-details .welcome-details-internal ol .activated4:before, .registration-page .welcome-details .activate-only-internal ol .activated4:before, .registration-page .activate-only .welcome-details-internal ol .activated4:before, .registration-page .activate-only .activate-only-internal ol .activated4:before {
  content: "4";
}
.registration-page .welcome-details .welcome-details-internal .start, .registration-page .welcome-details .welcome-details-internal .activate-error, .registration-page .welcome-details .welcome-details-internal .b2c-error, .registration-page .welcome-details .welcome-details-internal .successful-b2c, .registration-page .welcome-details .welcome-details-internal .already-has-b2c, .registration-page .welcome-details .welcome-details-internal .ceased-member-update, .registration-page .welcome-details .activate-only-internal .start, .registration-page .welcome-details .activate-only-internal .activate-error, .registration-page .welcome-details .activate-only-internal .b2c-error, .registration-page .welcome-details .activate-only-internal .successful-b2c, .registration-page .welcome-details .activate-only-internal .already-has-b2c, .registration-page .welcome-details .activate-only-internal .ceased-member-update, .registration-page .activate-only .welcome-details-internal .start, .registration-page .activate-only .welcome-details-internal .activate-error, .registration-page .activate-only .welcome-details-internal .b2c-error, .registration-page .activate-only .welcome-details-internal .successful-b2c, .registration-page .activate-only .welcome-details-internal .already-has-b2c, .registration-page .activate-only .welcome-details-internal .ceased-member-update, .registration-page .activate-only .activate-only-internal .start, .registration-page .activate-only .activate-only-internal .activate-error, .registration-page .activate-only .activate-only-internal .b2c-error, .registration-page .activate-only .activate-only-internal .successful-b2c, .registration-page .activate-only .activate-only-internal .already-has-b2c, .registration-page .activate-only .activate-only-internal .ceased-member-update {
  background: linear-gradient(90deg, rgba(7, 0, 120, 0.19) 0.11%, rgba(0, 100, 200, 0.19) 52.17%, rgba(34, 179, 255, 0.19) 101.83%);
  border-radius: 8px;
  padding: 50px 40px;
  display: grid;
  grid-area: start;
}
.registration-page .welcome-details .welcome-details-internal .start h2, .registration-page .welcome-details .welcome-details-internal .activate-error h2, .registration-page .welcome-details .welcome-details-internal .b2c-error h2, .registration-page .welcome-details .welcome-details-internal .successful-b2c h2, .registration-page .welcome-details .welcome-details-internal .already-has-b2c h2, .registration-page .welcome-details .welcome-details-internal .ceased-member-update h2, .registration-page .welcome-details .activate-only-internal .start h2, .registration-page .welcome-details .activate-only-internal .activate-error h2, .registration-page .welcome-details .activate-only-internal .b2c-error h2, .registration-page .welcome-details .activate-only-internal .successful-b2c h2, .registration-page .welcome-details .activate-only-internal .already-has-b2c h2, .registration-page .welcome-details .activate-only-internal .ceased-member-update h2, .registration-page .activate-only .welcome-details-internal .start h2, .registration-page .activate-only .welcome-details-internal .activate-error h2, .registration-page .activate-only .welcome-details-internal .b2c-error h2, .registration-page .activate-only .welcome-details-internal .successful-b2c h2, .registration-page .activate-only .welcome-details-internal .already-has-b2c h2, .registration-page .activate-only .welcome-details-internal .ceased-member-update h2, .registration-page .activate-only .activate-only-internal .start h2, .registration-page .activate-only .activate-only-internal .activate-error h2, .registration-page .activate-only .activate-only-internal .b2c-error h2, .registration-page .activate-only .activate-only-internal .successful-b2c h2, .registration-page .activate-only .activate-only-internal .already-has-b2c h2, .registration-page .activate-only .activate-only-internal .ceased-member-update h2 {
  font-size: 2.2rem;
  margin: 0;
  text-align: left;
}
.registration-page .welcome-details .welcome-details-internal .start h3, .registration-page .welcome-details .welcome-details-internal .activate-error h3, .registration-page .welcome-details .welcome-details-internal .b2c-error h3, .registration-page .welcome-details .welcome-details-internal .successful-b2c h3, .registration-page .welcome-details .welcome-details-internal .already-has-b2c h3, .registration-page .welcome-details .welcome-details-internal .ceased-member-update h3, .registration-page .welcome-details .activate-only-internal .start h3, .registration-page .welcome-details .activate-only-internal .activate-error h3, .registration-page .welcome-details .activate-only-internal .b2c-error h3, .registration-page .welcome-details .activate-only-internal .successful-b2c h3, .registration-page .welcome-details .activate-only-internal .already-has-b2c h3, .registration-page .welcome-details .activate-only-internal .ceased-member-update h3, .registration-page .activate-only .welcome-details-internal .start h3, .registration-page .activate-only .welcome-details-internal .activate-error h3, .registration-page .activate-only .welcome-details-internal .b2c-error h3, .registration-page .activate-only .welcome-details-internal .successful-b2c h3, .registration-page .activate-only .welcome-details-internal .already-has-b2c h3, .registration-page .activate-only .welcome-details-internal .ceased-member-update h3, .registration-page .activate-only .activate-only-internal .start h3, .registration-page .activate-only .activate-only-internal .activate-error h3, .registration-page .activate-only .activate-only-internal .b2c-error h3, .registration-page .activate-only .activate-only-internal .successful-b2c h3, .registration-page .activate-only .activate-only-internal .already-has-b2c h3, .registration-page .activate-only .activate-only-internal .ceased-member-update h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.registration-page .welcome-details .welcome-details-internal .start h3.activate-error-header, .registration-page .welcome-details .welcome-details-internal .start h3.b2c-error-header, .registration-page .welcome-details .welcome-details-internal .start h3.b2c-success-header, .registration-page .welcome-details .welcome-details-internal .activate-error h3.activate-error-header, .registration-page .welcome-details .welcome-details-internal .activate-error h3.b2c-error-header, .registration-page .welcome-details .welcome-details-internal .activate-error h3.b2c-success-header, .registration-page .welcome-details .welcome-details-internal .b2c-error h3.activate-error-header, .registration-page .welcome-details .welcome-details-internal .b2c-error h3.b2c-error-header, .registration-page .welcome-details .welcome-details-internal .b2c-error h3.b2c-success-header, .registration-page .welcome-details .welcome-details-internal .successful-b2c h3.activate-error-header, .registration-page .welcome-details .welcome-details-internal .successful-b2c h3.b2c-error-header, .registration-page .welcome-details .welcome-details-internal .successful-b2c h3.b2c-success-header, .registration-page .welcome-details .welcome-details-internal .already-has-b2c h3.activate-error-header, .registration-page .welcome-details .welcome-details-internal .already-has-b2c h3.b2c-error-header, .registration-page .welcome-details .welcome-details-internal .already-has-b2c h3.b2c-success-header, .registration-page .welcome-details .welcome-details-internal .ceased-member-update h3.activate-error-header, .registration-page .welcome-details .welcome-details-internal .ceased-member-update h3.b2c-error-header, .registration-page .welcome-details .welcome-details-internal .ceased-member-update h3.b2c-success-header, .registration-page .welcome-details .activate-only-internal .start h3.activate-error-header, .registration-page .welcome-details .activate-only-internal .start h3.b2c-error-header, .registration-page .welcome-details .activate-only-internal .start h3.b2c-success-header, .registration-page .welcome-details .activate-only-internal .activate-error h3.activate-error-header, .registration-page .welcome-details .activate-only-internal .activate-error h3.b2c-error-header, .registration-page .welcome-details .activate-only-internal .activate-error h3.b2c-success-header, .registration-page .welcome-details .activate-only-internal .b2c-error h3.activate-error-header, .registration-page .welcome-details .activate-only-internal .b2c-error h3.b2c-error-header, .registration-page .welcome-details .activate-only-internal .b2c-error h3.b2c-success-header, .registration-page .welcome-details .activate-only-internal .successful-b2c h3.activate-error-header, .registration-page .welcome-details .activate-only-internal .successful-b2c h3.b2c-error-header, .registration-page .welcome-details .activate-only-internal .successful-b2c h3.b2c-success-header, .registration-page .welcome-details .activate-only-internal .already-has-b2c h3.activate-error-header, .registration-page .welcome-details .activate-only-internal .already-has-b2c h3.b2c-error-header, .registration-page .welcome-details .activate-only-internal .already-has-b2c h3.b2c-success-header, .registration-page .welcome-details .activate-only-internal .ceased-member-update h3.activate-error-header, .registration-page .welcome-details .activate-only-internal .ceased-member-update h3.b2c-error-header, .registration-page .welcome-details .activate-only-internal .ceased-member-update h3.b2c-success-header, .registration-page .activate-only .welcome-details-internal .start h3.activate-error-header, .registration-page .activate-only .welcome-details-internal .start h3.b2c-error-header, .registration-page .activate-only .welcome-details-internal .start h3.b2c-success-header, .registration-page .activate-only .welcome-details-internal .activate-error h3.activate-error-header, .registration-page .activate-only .welcome-details-internal .activate-error h3.b2c-error-header, .registration-page .activate-only .welcome-details-internal .activate-error h3.b2c-success-header, .registration-page .activate-only .welcome-details-internal .b2c-error h3.activate-error-header, .registration-page .activate-only .welcome-details-internal .b2c-error h3.b2c-error-header, .registration-page .activate-only .welcome-details-internal .b2c-error h3.b2c-success-header, .registration-page .activate-only .welcome-details-internal .successful-b2c h3.activate-error-header, .registration-page .activate-only .welcome-details-internal .successful-b2c h3.b2c-error-header, .registration-page .activate-only .welcome-details-internal .successful-b2c h3.b2c-success-header, .registration-page .activate-only .welcome-details-internal .already-has-b2c h3.activate-error-header, .registration-page .activate-only .welcome-details-internal .already-has-b2c h3.b2c-error-header, .registration-page .activate-only .welcome-details-internal .already-has-b2c h3.b2c-success-header, .registration-page .activate-only .welcome-details-internal .ceased-member-update h3.activate-error-header, .registration-page .activate-only .welcome-details-internal .ceased-member-update h3.b2c-error-header, .registration-page .activate-only .welcome-details-internal .ceased-member-update h3.b2c-success-header, .registration-page .activate-only .activate-only-internal .start h3.activate-error-header, .registration-page .activate-only .activate-only-internal .start h3.b2c-error-header, .registration-page .activate-only .activate-only-internal .start h3.b2c-success-header, .registration-page .activate-only .activate-only-internal .activate-error h3.activate-error-header, .registration-page .activate-only .activate-only-internal .activate-error h3.b2c-error-header, .registration-page .activate-only .activate-only-internal .activate-error h3.b2c-success-header, .registration-page .activate-only .activate-only-internal .b2c-error h3.activate-error-header, .registration-page .activate-only .activate-only-internal .b2c-error h3.b2c-error-header, .registration-page .activate-only .activate-only-internal .b2c-error h3.b2c-success-header, .registration-page .activate-only .activate-only-internal .successful-b2c h3.activate-error-header, .registration-page .activate-only .activate-only-internal .successful-b2c h3.b2c-error-header, .registration-page .activate-only .activate-only-internal .successful-b2c h3.b2c-success-header, .registration-page .activate-only .activate-only-internal .already-has-b2c h3.activate-error-header, .registration-page .activate-only .activate-only-internal .already-has-b2c h3.b2c-error-header, .registration-page .activate-only .activate-only-internal .already-has-b2c h3.b2c-success-header, .registration-page .activate-only .activate-only-internal .ceased-member-update h3.activate-error-header, .registration-page .activate-only .activate-only-internal .ceased-member-update h3.b2c-error-header, .registration-page .activate-only .activate-only-internal .ceased-member-update h3.b2c-success-header {
  text-align: center;
}
.registration-page .welcome-details .welcome-details-internal .start p, .registration-page .welcome-details .welcome-details-internal .activate-error p, .registration-page .welcome-details .welcome-details-internal .b2c-error p, .registration-page .welcome-details .welcome-details-internal .successful-b2c p, .registration-page .welcome-details .welcome-details-internal .already-has-b2c p, .registration-page .welcome-details .welcome-details-internal .ceased-member-update p, .registration-page .welcome-details .activate-only-internal .start p, .registration-page .welcome-details .activate-only-internal .activate-error p, .registration-page .welcome-details .activate-only-internal .b2c-error p, .registration-page .welcome-details .activate-only-internal .successful-b2c p, .registration-page .welcome-details .activate-only-internal .already-has-b2c p, .registration-page .welcome-details .activate-only-internal .ceased-member-update p, .registration-page .activate-only .welcome-details-internal .start p, .registration-page .activate-only .welcome-details-internal .activate-error p, .registration-page .activate-only .welcome-details-internal .b2c-error p, .registration-page .activate-only .welcome-details-internal .successful-b2c p, .registration-page .activate-only .welcome-details-internal .already-has-b2c p, .registration-page .activate-only .welcome-details-internal .ceased-member-update p, .registration-page .activate-only .activate-only-internal .start p, .registration-page .activate-only .activate-only-internal .activate-error p, .registration-page .activate-only .activate-only-internal .b2c-error p, .registration-page .activate-only .activate-only-internal .successful-b2c p, .registration-page .activate-only .activate-only-internal .already-has-b2c p, .registration-page .activate-only .activate-only-internal .ceased-member-update p {
  font-size: 1rem;
  text-align: left;
  margin: 0.25em 0;
}
.registration-page .welcome-details .welcome-details-internal .start p.smallText, .registration-page .welcome-details .welcome-details-internal .activate-error p.smallText, .registration-page .welcome-details .welcome-details-internal .b2c-error p.smallText, .registration-page .welcome-details .welcome-details-internal .successful-b2c p.smallText, .registration-page .welcome-details .welcome-details-internal .already-has-b2c p.smallText, .registration-page .welcome-details .welcome-details-internal .ceased-member-update p.smallText, .registration-page .welcome-details .activate-only-internal .start p.smallText, .registration-page .welcome-details .activate-only-internal .activate-error p.smallText, .registration-page .welcome-details .activate-only-internal .b2c-error p.smallText, .registration-page .welcome-details .activate-only-internal .successful-b2c p.smallText, .registration-page .welcome-details .activate-only-internal .already-has-b2c p.smallText, .registration-page .welcome-details .activate-only-internal .ceased-member-update p.smallText, .registration-page .activate-only .welcome-details-internal .start p.smallText, .registration-page .activate-only .welcome-details-internal .activate-error p.smallText, .registration-page .activate-only .welcome-details-internal .b2c-error p.smallText, .registration-page .activate-only .welcome-details-internal .successful-b2c p.smallText, .registration-page .activate-only .welcome-details-internal .already-has-b2c p.smallText, .registration-page .activate-only .welcome-details-internal .ceased-member-update p.smallText, .registration-page .activate-only .activate-only-internal .start p.smallText, .registration-page .activate-only .activate-only-internal .activate-error p.smallText, .registration-page .activate-only .activate-only-internal .b2c-error p.smallText, .registration-page .activate-only .activate-only-internal .successful-b2c p.smallText, .registration-page .activate-only .activate-only-internal .already-has-b2c p.smallText, .registration-page .activate-only .activate-only-internal .ceased-member-update p.smallText {
  font-size: 0.6rem;
}
.registration-page .welcome-details .welcome-details-internal .start p.largeText, .registration-page .welcome-details .welcome-details-internal .activate-error p.largeText, .registration-page .welcome-details .welcome-details-internal .b2c-error p.largeText, .registration-page .welcome-details .welcome-details-internal .successful-b2c p.largeText, .registration-page .welcome-details .welcome-details-internal .already-has-b2c p.largeText, .registration-page .welcome-details .welcome-details-internal .ceased-member-update p.largeText, .registration-page .welcome-details .activate-only-internal .start p.largeText, .registration-page .welcome-details .activate-only-internal .activate-error p.largeText, .registration-page .welcome-details .activate-only-internal .b2c-error p.largeText, .registration-page .welcome-details .activate-only-internal .successful-b2c p.largeText, .registration-page .welcome-details .activate-only-internal .already-has-b2c p.largeText, .registration-page .welcome-details .activate-only-internal .ceased-member-update p.largeText, .registration-page .activate-only .welcome-details-internal .start p.largeText, .registration-page .activate-only .welcome-details-internal .activate-error p.largeText, .registration-page .activate-only .welcome-details-internal .b2c-error p.largeText, .registration-page .activate-only .welcome-details-internal .successful-b2c p.largeText, .registration-page .activate-only .welcome-details-internal .already-has-b2c p.largeText, .registration-page .activate-only .welcome-details-internal .ceased-member-update p.largeText, .registration-page .activate-only .activate-only-internal .start p.largeText, .registration-page .activate-only .activate-only-internal .activate-error p.largeText, .registration-page .activate-only .activate-only-internal .b2c-error p.largeText, .registration-page .activate-only .activate-only-internal .successful-b2c p.largeText, .registration-page .activate-only .activate-only-internal .already-has-b2c p.largeText, .registration-page .activate-only .activate-only-internal .ceased-member-update p.largeText {
  font-size: 1.2rem;
}
.registration-page .welcome-details .welcome-details-internal .start label, .registration-page .welcome-details .welcome-details-internal .activate-error label, .registration-page .welcome-details .welcome-details-internal .b2c-error label, .registration-page .welcome-details .welcome-details-internal .successful-b2c label, .registration-page .welcome-details .welcome-details-internal .already-has-b2c label, .registration-page .welcome-details .welcome-details-internal .ceased-member-update label, .registration-page .welcome-details .activate-only-internal .start label, .registration-page .welcome-details .activate-only-internal .activate-error label, .registration-page .welcome-details .activate-only-internal .b2c-error label, .registration-page .welcome-details .activate-only-internal .successful-b2c label, .registration-page .welcome-details .activate-only-internal .already-has-b2c label, .registration-page .welcome-details .activate-only-internal .ceased-member-update label, .registration-page .activate-only .welcome-details-internal .start label, .registration-page .activate-only .welcome-details-internal .activate-error label, .registration-page .activate-only .welcome-details-internal .b2c-error label, .registration-page .activate-only .welcome-details-internal .successful-b2c label, .registration-page .activate-only .welcome-details-internal .already-has-b2c label, .registration-page .activate-only .welcome-details-internal .ceased-member-update label, .registration-page .activate-only .activate-only-internal .start label, .registration-page .activate-only .activate-only-internal .activate-error label, .registration-page .activate-only .activate-only-internal .b2c-error label, .registration-page .activate-only .activate-only-internal .successful-b2c label, .registration-page .activate-only .activate-only-internal .already-has-b2c label, .registration-page .activate-only .activate-only-internal .ceased-member-update label {
  display: block;
  margin: 30px 0 0;
}
.registration-page .welcome-details .welcome-details-internal .start input[type=password], .registration-page .welcome-details .welcome-details-internal .activate-error input[type=password], .registration-page .welcome-details .welcome-details-internal .b2c-error input[type=password], .registration-page .welcome-details .welcome-details-internal .successful-b2c input[type=password], .registration-page .welcome-details .welcome-details-internal .already-has-b2c input[type=password], .registration-page .welcome-details .welcome-details-internal .ceased-member-update input[type=password], .registration-page .welcome-details .activate-only-internal .start input[type=password], .registration-page .welcome-details .activate-only-internal .activate-error input[type=password], .registration-page .welcome-details .activate-only-internal .b2c-error input[type=password], .registration-page .welcome-details .activate-only-internal .successful-b2c input[type=password], .registration-page .welcome-details .activate-only-internal .already-has-b2c input[type=password], .registration-page .welcome-details .activate-only-internal .ceased-member-update input[type=password], .registration-page .activate-only .welcome-details-internal .start input[type=password], .registration-page .activate-only .welcome-details-internal .activate-error input[type=password], .registration-page .activate-only .welcome-details-internal .b2c-error input[type=password], .registration-page .activate-only .welcome-details-internal .successful-b2c input[type=password], .registration-page .activate-only .welcome-details-internal .already-has-b2c input[type=password], .registration-page .activate-only .welcome-details-internal .ceased-member-update input[type=password], .registration-page .activate-only .activate-only-internal .start input[type=password], .registration-page .activate-only .activate-only-internal .activate-error input[type=password], .registration-page .activate-only .activate-only-internal .b2c-error input[type=password], .registration-page .activate-only .activate-only-internal .successful-b2c input[type=password], .registration-page .activate-only .activate-only-internal .already-has-b2c input[type=password], .registration-page .activate-only .activate-only-internal .ceased-member-update input[type=password] {
  background: #fff;
  border: 1px solid #f8f8f8;
  font-size: 1rem;
  line-height: 1.25rem;
  height: 2.5rem;
  width: 100%;
  margin: 0;
  padding: 0.625rem;
}
.registration-page .welcome-details .welcome-details-internal .start .field-validation-error, .registration-page .welcome-details .welcome-details-internal .activate-error .field-validation-error, .registration-page .welcome-details .welcome-details-internal .b2c-error .field-validation-error, .registration-page .welcome-details .welcome-details-internal .successful-b2c .field-validation-error, .registration-page .welcome-details .welcome-details-internal .already-has-b2c .field-validation-error, .registration-page .welcome-details .welcome-details-internal .ceased-member-update .field-validation-error, .registration-page .welcome-details .activate-only-internal .start .field-validation-error, .registration-page .welcome-details .activate-only-internal .activate-error .field-validation-error, .registration-page .welcome-details .activate-only-internal .b2c-error .field-validation-error, .registration-page .welcome-details .activate-only-internal .successful-b2c .field-validation-error, .registration-page .welcome-details .activate-only-internal .already-has-b2c .field-validation-error, .registration-page .welcome-details .activate-only-internal .ceased-member-update .field-validation-error, .registration-page .activate-only .welcome-details-internal .start .field-validation-error, .registration-page .activate-only .welcome-details-internal .activate-error .field-validation-error, .registration-page .activate-only .welcome-details-internal .b2c-error .field-validation-error, .registration-page .activate-only .welcome-details-internal .successful-b2c .field-validation-error, .registration-page .activate-only .welcome-details-internal .already-has-b2c .field-validation-error, .registration-page .activate-only .welcome-details-internal .ceased-member-update .field-validation-error, .registration-page .activate-only .activate-only-internal .start .field-validation-error, .registration-page .activate-only .activate-only-internal .activate-error .field-validation-error, .registration-page .activate-only .activate-only-internal .b2c-error .field-validation-error, .registration-page .activate-only .activate-only-internal .successful-b2c .field-validation-error, .registration-page .activate-only .activate-only-internal .already-has-b2c .field-validation-error, .registration-page .activate-only .activate-only-internal .ceased-member-update .field-validation-error {
  margin: 0;
}
.registration-page .welcome-details .welcome-details-internal .start .cim-button, .registration-page .welcome-details .welcome-details-internal .activate-error .cim-button, .registration-page .welcome-details .welcome-details-internal .b2c-error .cim-button, .registration-page .welcome-details .welcome-details-internal .successful-b2c .cim-button, .registration-page .welcome-details .welcome-details-internal .already-has-b2c .cim-button, .registration-page .welcome-details .welcome-details-internal .ceased-member-update .cim-button, .registration-page .welcome-details .activate-only-internal .start .cim-button, .registration-page .welcome-details .activate-only-internal .activate-error .cim-button, .registration-page .welcome-details .activate-only-internal .b2c-error .cim-button, .registration-page .welcome-details .activate-only-internal .successful-b2c .cim-button, .registration-page .welcome-details .activate-only-internal .already-has-b2c .cim-button, .registration-page .welcome-details .activate-only-internal .ceased-member-update .cim-button, .registration-page .activate-only .welcome-details-internal .start .cim-button, .registration-page .activate-only .welcome-details-internal .activate-error .cim-button, .registration-page .activate-only .welcome-details-internal .b2c-error .cim-button, .registration-page .activate-only .welcome-details-internal .successful-b2c .cim-button, .registration-page .activate-only .welcome-details-internal .already-has-b2c .cim-button, .registration-page .activate-only .welcome-details-internal .ceased-member-update .cim-button, .registration-page .activate-only .activate-only-internal .start .cim-button, .registration-page .activate-only .activate-only-internal .activate-error .cim-button, .registration-page .activate-only .activate-only-internal .b2c-error .cim-button, .registration-page .activate-only .activate-only-internal .successful-b2c .cim-button, .registration-page .activate-only .activate-only-internal .already-has-b2c .cim-button, .registration-page .activate-only .activate-only-internal .ceased-member-update .cim-button {
  border-radius: 8px;
  padding: 1.3em 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  height: 65px;
  margin: 2em 0 1em 0;
}
.registration-page .welcome-details .welcome-details-internal .start .cim-button:hover, .registration-page .welcome-details .welcome-details-internal .activate-error .cim-button:hover, .registration-page .welcome-details .welcome-details-internal .b2c-error .cim-button:hover, .registration-page .welcome-details .welcome-details-internal .successful-b2c .cim-button:hover, .registration-page .welcome-details .welcome-details-internal .already-has-b2c .cim-button:hover, .registration-page .welcome-details .welcome-details-internal .ceased-member-update .cim-button:hover, .registration-page .welcome-details .activate-only-internal .start .cim-button:hover, .registration-page .welcome-details .activate-only-internal .activate-error .cim-button:hover, .registration-page .welcome-details .activate-only-internal .b2c-error .cim-button:hover, .registration-page .welcome-details .activate-only-internal .successful-b2c .cim-button:hover, .registration-page .welcome-details .activate-only-internal .already-has-b2c .cim-button:hover, .registration-page .welcome-details .activate-only-internal .ceased-member-update .cim-button:hover, .registration-page .activate-only .welcome-details-internal .start .cim-button:hover, .registration-page .activate-only .welcome-details-internal .activate-error .cim-button:hover, .registration-page .activate-only .welcome-details-internal .b2c-error .cim-button:hover, .registration-page .activate-only .welcome-details-internal .successful-b2c .cim-button:hover, .registration-page .activate-only .welcome-details-internal .already-has-b2c .cim-button:hover, .registration-page .activate-only .welcome-details-internal .ceased-member-update .cim-button:hover, .registration-page .activate-only .activate-only-internal .start .cim-button:hover, .registration-page .activate-only .activate-only-internal .activate-error .cim-button:hover, .registration-page .activate-only .activate-only-internal .b2c-error .cim-button:hover, .registration-page .activate-only .activate-only-internal .successful-b2c .cim-button:hover, .registration-page .activate-only .activate-only-internal .already-has-b2c .cim-button:hover, .registration-page .activate-only .activate-only-internal .ceased-member-update .cim-button:hover {
  background: #0064C8;
  border-color: #0064C8;
  color: #fff;
}
.registration-page .welcome-details .welcome-details-internal .start .cim-button.disabled, .registration-page .welcome-details .welcome-details-internal .activate-error .cim-button.disabled, .registration-page .welcome-details .welcome-details-internal .b2c-error .cim-button.disabled, .registration-page .welcome-details .welcome-details-internal .successful-b2c .cim-button.disabled, .registration-page .welcome-details .welcome-details-internal .already-has-b2c .cim-button.disabled, .registration-page .welcome-details .welcome-details-internal .ceased-member-update .cim-button.disabled, .registration-page .welcome-details .activate-only-internal .start .cim-button.disabled, .registration-page .welcome-details .activate-only-internal .activate-error .cim-button.disabled, .registration-page .welcome-details .activate-only-internal .b2c-error .cim-button.disabled, .registration-page .welcome-details .activate-only-internal .successful-b2c .cim-button.disabled, .registration-page .welcome-details .activate-only-internal .already-has-b2c .cim-button.disabled, .registration-page .welcome-details .activate-only-internal .ceased-member-update .cim-button.disabled, .registration-page .activate-only .welcome-details-internal .start .cim-button.disabled, .registration-page .activate-only .welcome-details-internal .activate-error .cim-button.disabled, .registration-page .activate-only .welcome-details-internal .b2c-error .cim-button.disabled, .registration-page .activate-only .welcome-details-internal .successful-b2c .cim-button.disabled, .registration-page .activate-only .welcome-details-internal .already-has-b2c .cim-button.disabled, .registration-page .activate-only .welcome-details-internal .ceased-member-update .cim-button.disabled, .registration-page .activate-only .activate-only-internal .start .cim-button.disabled, .registration-page .activate-only .activate-only-internal .activate-error .cim-button.disabled, .registration-page .activate-only .activate-only-internal .b2c-error .cim-button.disabled, .registration-page .activate-only .activate-only-internal .successful-b2c .cim-button.disabled, .registration-page .activate-only .activate-only-internal .already-has-b2c .cim-button.disabled, .registration-page .activate-only .activate-only-internal .ceased-member-update .cim-button.disabled {
  filter: none;
  background: #f8f8f8;
  border-color: #cccccc;
  color: #cccccc;
}
.registration-page .welcome-details .welcome-details-internal .start .cim-button.disabled:hover, .registration-page .welcome-details .welcome-details-internal .activate-error .cim-button.disabled:hover, .registration-page .welcome-details .welcome-details-internal .b2c-error .cim-button.disabled:hover, .registration-page .welcome-details .welcome-details-internal .successful-b2c .cim-button.disabled:hover, .registration-page .welcome-details .welcome-details-internal .already-has-b2c .cim-button.disabled:hover, .registration-page .welcome-details .welcome-details-internal .ceased-member-update .cim-button.disabled:hover, .registration-page .welcome-details .activate-only-internal .start .cim-button.disabled:hover, .registration-page .welcome-details .activate-only-internal .activate-error .cim-button.disabled:hover, .registration-page .welcome-details .activate-only-internal .b2c-error .cim-button.disabled:hover, .registration-page .welcome-details .activate-only-internal .successful-b2c .cim-button.disabled:hover, .registration-page .welcome-details .activate-only-internal .already-has-b2c .cim-button.disabled:hover, .registration-page .welcome-details .activate-only-internal .ceased-member-update .cim-button.disabled:hover, .registration-page .activate-only .welcome-details-internal .start .cim-button.disabled:hover, .registration-page .activate-only .welcome-details-internal .activate-error .cim-button.disabled:hover, .registration-page .activate-only .welcome-details-internal .b2c-error .cim-button.disabled:hover, .registration-page .activate-only .welcome-details-internal .successful-b2c .cim-button.disabled:hover, .registration-page .activate-only .welcome-details-internal .already-has-b2c .cim-button.disabled:hover, .registration-page .activate-only .welcome-details-internal .ceased-member-update .cim-button.disabled:hover, .registration-page .activate-only .activate-only-internal .start .cim-button.disabled:hover, .registration-page .activate-only .activate-only-internal .activate-error .cim-button.disabled:hover, .registration-page .activate-only .activate-only-internal .b2c-error .cim-button.disabled:hover, .registration-page .activate-only .activate-only-internal .successful-b2c .cim-button.disabled:hover, .registration-page .activate-only .activate-only-internal .already-has-b2c .cim-button.disabled:hover, .registration-page .activate-only .activate-only-internal .ceased-member-update .cim-button.disabled:hover {
  background: #f8f8f8;
  border-color: #cccccc;
  color: #cccccc;
}
.registration-page .welcome-details .welcome-details-internal .successful-b2c, .registration-page .welcome-details .activate-only-internal .successful-b2c, .registration-page .activate-only .welcome-details-internal .successful-b2c, .registration-page .activate-only .activate-only-internal .successful-b2c {
  max-width: 600px;
  margin: auto;
}
.registration-page .welcome-details.graded .welcome-details-internal.grid.grid-columns-2, .registration-page .welcome-details.graded .activate-only-internal.grid.grid-columns-2, .registration-page .activate-only.graded .welcome-details-internal.grid.grid-columns-2, .registration-page .activate-only.graded .activate-only-internal.grid.grid-columns-2 {
  grid-template-areas: "whn start";
}
.registration-page .activate-only .welcome-details-internal {
  grid-template-areas: "start start";
}
.registration-page .activate-only .welcome-details-internal .whn {
  display: none;
}
.registration-page .activate-only .welcome-details-internal .start, .registration-page .activate-only .welcome-details-internal .b2c-error {
  max-width: 480px;
  place-self: center;
}
.registration-page .logged-in .no-upgrade-member .cim-button, .registration-page .logged-in .upgrade-member .cim-button, .registration-page .logged-in .ceased-member .cim-button {
  min-height: unset;
  padding: 10px 0;
  margin-bottom: 0.5em;
}
.registration-page section.blue-background-full {
  padding: 3rem 0;
}
.registration-page section.blue-background-full a {
  color: #fff;
  text-decoration: none;
}
.registration-page section.blue-background-full p {
  margin-bottom: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  width: 100%;
  min-width: 300px;
  background: #fff;
  color: #474c55;
  font-size: 1rem;
}

.site-wrapper {
  background: #f7f5f2;
  margin: 0;
  /*@include breakpoint(small-extra){
      margin-top: $site-top-margin;
  }*/
  width: 100%;
  overflow: hidden;
}
.site-wrapper .site-wrapper-inner {
  -webkit-transition: transform 350ms;
  transition: transform 350ms;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.site-wrapper.noSiteNav {
  margin-top: 30px;
}
.site-wrapper.noSiteNav.nonNavLogo {
  margin-top: 0;
}
.site-wrapper.noSiteNav .no-nav-logo {
  margin: 0.5em 0;
  border-bottom: 2px solid #474c55;
  padding: 0 0 0.5em;
}
.site-wrapper.noSiteNav .no-nav-logo img {
  max-height: 100px;
}

.site-main {
  zoom: 1;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
}
.site-main:before, .site-main:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.site-main:after {
  clear: both;
}
.site-main .main-content > .container {
  padding: 0 0.5em;
}
@media (min-width: 1025px) {
  .site-main .main-content > .container {
    padding: 0;
  }
}

.container {
  position: relative;
  zoom: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

@media (min-width: 766px) {
  .right {
    display: inline-block;
    float: right;
    margin: 0 0 1rem 1.5rem;
  }
}

.center {
  display: grid !important;
  place-content: center !important;
}

.spritesheet {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden;
}

.icon {
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
}

.margin-top-16px {
  margin-top: 16px;
}

/* Header =================================================== */
#header {
  position: relative;
  /*@include breakpoint(small-extra){
      position: fixed;
      margin-bottom: $site-top-margin;
  }*/
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  text-align: center;
}
#header a {
  text-decoration: none;
  color: #474c55;
}
#header a:hover {
  background: #F05168;
}
#header .cim-logo:hover {
  background: none !important;
}
#header #header-inner {
  position: relative;
  z-index: 101;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 0.5em 0.5em;
}
#header #header-inner #header-top {
  padding: 1em 0 0;
}
#header #header-inner #header-top .header-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "logo" "member" "icons";
  place-items: center;
  text-align: center;
}
#header #header-inner #header-top .header-grid .cim-logo {
  grid-area: logo;
}
#header #header-inner #header-top .header-grid .bannerMemberDetails {
  grid-area: member;
  place-self: center;
}
#header #header-inner #header-top .header-grid .bannerMemberDetails .name {
  font-size: 1.2em;
  font-weight: bold;
}
#header #header-inner #header-top .header-grid .bannerMemberDetails .number span {
  padding-right: 0.5em;
  margin-right: 0.2em;
  border-right: 2px solid #474c55;
}
#header #header-inner #header-top .header-grid .bannerMemberDetails .ceased {
  color: red;
  font-weight: bold;
  font-size: 1.3em;
}
#header #header-inner #header-top .header-grid #account-nav {
  grid-area: icons;
}
@media (min-width: 650px) {
  #header #header-inner #header-top .header-grid {
    grid-template-columns: 3fr 2fr 4fr;
    grid-template-areas: "logo member icons";
  }
  #header #header-inner #header-top .header-grid .cim-logo {
    justify-self: flex-start;
  }
  #header #header-inner #header-top .header-grid #account-nav {
    justify-self: flex-end;
  }
}
@media (min-width: 1025px) {
  #header #header-inner #header-top .header-grid {
    grid-template-columns: 3fr 5fr 4fr;
    grid-template-areas: "logo member icons";
  }
  #header #header-inner #header-top .header-grid .bannerMemberDetails {
    text-align: left;
  }
}
#header .cim-logo {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  margin: 0;
}
#header .cim-logo img {
  height: 40px;
}
#header .nav-container {
  position: absolute;
  top: 1em;
}
#header #main-nav {
  float: left;
}
#header #main-nav a {
  display: block;
  padding: 0.5em;
}
#header #main-nav .nav-caller {
  margin-top: 3px;
  font-size: 10px;
}
#header #main-nav .nav-caller:hover, #header #main-nav .nav-caller:active, #header #main-nav .nav-caller:focus {
  background: transparent;
}
#header #main-nav .nav-caller .lines {
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
#header #main-nav .nav-caller .line {
  -webkit-transition: all 250ms;
  transition: all 250ms;
  display: block;
  width: 22px;
  height: 2px;
  padding: 2px !important;
  background: #474c55;
  margin: 5px 0;
}
#header #main-nav ul li {
  margin: 0;
}
#header #main-nav > ul {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 250ms;
  transition: transform 250ms;
  background: #474c55;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 116px;
  overflow: visible;
  left: -0.5em;
}
@media (min-width: 766px) {
  #header #main-nav > ul {
    height: calc(100vh - 130px);
  }
}
#header #main-nav > ul > li > a {
  color: #fff;
  display: block;
  padding: 1.25em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#header #main-nav > ul > li > ul {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  display: none;
  text-align: left;
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 0.5em solid #474c55;
  background: #fff;
  overflow: hidden;
}
#header #main-nav > ul > li > ul > li {
  float: left;
  width: 16.666%;
  padding: 0.5em;
}
#header #main-nav > ul > li > ul > li > a {
  height: 38px;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #d3d3d3;
}
#header #main-nav > ul > li > ul > li .sub-nav {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
}
#header #account-nav {
  display: inline-block;
  text-align: left;
  margin-top: 1em;
  vertical-align: middle;
}
@media (min-width: 766px) {
  #header #account-nav {
    float: right;
    margin: 0.5rem 0;
  }
  #header #account-nav .search-box {
    width: 300px;
    left: -251px;
  }
}
#header #account-nav button, #header #account-nav a {
  padding: 0.35em 0;
  display: block;
  width: 48px;
  font-size: 10px;
  font-weight: normal;
  border: none;
  color: #474c55;
}
#header #account-nav button:hover, #header #account-nav a:hover {
  background: #474C55;
  color: #fff;
}
#header #account-nav ul li {
  float: left;
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  position: relative;
}
#header #account-nav ul li.on button, #header #account-nav ul li.on a {
  background: #070078;
  color: #fff;
}
#header #account-nav ul li.on .search-box {
  display: block;
}
#header #account-nav ul li button {
  background: none;
  color: #737370;
}
#header #account-nav ul li button > span {
  line-height: 14px;
}
#header #account-nav ul li figure {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  margin: 2px auto 0;
}
#header #account-nav ul li figure path, #header #account-nav ul li figure rect, #header #account-nav ul li figure polygon, #header #account-nav ul li figure line {
  -webkit-transition: fill 150ms, stroke 150ms;
  transition: fill 150ms, stroke 150ms;
}
#header #account-nav ul li span {
  display: block;
  font-family: sans-serif;
}
#header #account-nav .search-box {
  display: none;
  width: 700%;
  position: absolute;
  left: -200%;
  z-index: 10;
  padding: 1em;
  background: #070078;
  border: 1px solid #fff;
  border-top: none;
}
@media (min-width: 481px) {
  #header #account-nav .search-box {
    left: -400%;
    width: 800%;
  }
}
#header #account-nav .search-box input {
  border-radius: 18px;
  width: 100%;
  border: 1px solid #474c55;
  padding: 8px 12px;
  background: #f7f5f2;
  outline: none;
}
#header #account-nav .stroke figure path, #header #account-nav .stroke figure rect, #header #account-nav .stroke figure polygon, #header #account-nav .stroke figure line {
  stroke: #000;
}
#header #account-nav .stroke.on a figure path, #header #account-nav .stroke.on a figure rect, #header #account-nav .stroke.on a figure polygon, #header #account-nav .stroke.on a figure line, #header #account-nav .stroke.on button figure path, #header #account-nav .stroke.on button figure rect, #header #account-nav .stroke.on button figure polygon, #header #account-nav .stroke.on button figure line,
#header #account-nav .stroke a:hover figure path,
#header #account-nav .stroke a:hover figure rect,
#header #account-nav .stroke a:hover figure polygon,
#header #account-nav .stroke a:hover figure line,
#header #account-nav .stroke button:hover figure path,
#header #account-nav .stroke button:hover figure rect,
#header #account-nav .stroke button:hover figure polygon,
#header #account-nav .stroke button:hover figure line {
  stroke: #fff;
}
#header #account-nav .cartIcon {
  display: none;
}
#header #account-nav .cartIcon.available {
  display: inline-block;
}

.overlap {
  margin-top: -55px;
}

#header-search {
  position: relative;
  margin: 20px auto 5px;
  width: calc(100% - 30px);
  max-width: 780px;
}
#header-search input {
  font-size: 20px;
  padding: 18px 20px 14px;
  border: none;
  height: auto;
  font-weight: normal;
}
#header-search button {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 3;
  border: none;
  border-left: 1px solid #ccc;
  padding: 0;
  background: none;
  font-size: 20px;
  width: 60px;
  height: 40px;
  text-align: center;
}
#header-search button:hover {
  color: #f1563f;
}
#header-search button .icon-search {
  float: none;
  margin: 0;
  line-height: 40px;
  display: block;
}

.cc-window {
  background: #000;
  padding: 0.5em 1.8em;
}
.cc-window .cc-message {
  overflow: hidden;
  margin: 0 auto;
  padding: 10px;
  max-width: 1100px;
  font-weight: bold;
  color: #a8a8a8;
  padding-bottom: 6px;
}
.cc-window .cc-compliance {
  font-size: 12px;
  font-weight: bold;
}
.cc-window .cc-compliance .cc-btn {
  margin-right: 5px;
  color: #d3d3d3;
  background-color: #696969;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  padding: 5px;
  font-weight: bold;
}
.cc-window .cc-compliance .cc-btn:hover {
  background-color: #000;
  color: #fff;
}
.cc-window .cc-compliance a {
  padding: 10px;
}

/* Fonts */
@font-face {
  font-family: "FontAwesome";
  src: url("../../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../../fonts/webfonts/fa-regular-400.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "FontAwesomeSolid";
  src: url("../../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../../fonts/webfonts/fa-solid-900.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: bold;
}
@font-face {
  font-family: "SourceSansProSemiBold";
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: bold;
}
@font-face {
  font-family: "SourceSerifPro";
  src: url("../../fonts/Source_Serif_Pro/SourceSerifPro-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
@font-face {
  font-family: "SourceSerifPro";
  src: url("../../fonts/Source_Serif_Pro/SourceSerifPro-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: bold;
}
@font-face {
  font-family: "Strenuous3d";
  src: url("../../fonts/strenuous/strenuous_3d.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
@font-face {
  font-family: "Strenuousbl";
  src: url("../../fonts/strenuous/strenuous_bl.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
@font-face {
  font-family: "CIMLondon";
  src: url("../../fonts/CIMLondon-SemiBold.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
/* Inherited mixins */
/* Helpers */
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.user,
.far,
.fal,
.fad,
.fab,
.twitter {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.user, .twitter {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

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

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

.fa-sm {
  font-size: 0.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: 2em;
  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: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.fa-pull-left.user,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left,
.fa-pull-left.twitter {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.fa-pull-right.user,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right,
.fa-pull-right.twitter {
  margin-left: 0.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-accessible-icon:before {
  content: "\f368";
}

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

.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-adversal:before {
  content: "\f36a";
}

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

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

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

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

.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-anchor:before {
  content: "\f13d";
}

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

.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-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-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-left:before {
  content: "\f060";
}

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

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

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

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

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

.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-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-baby:before {
  content: "\f77c";
}

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

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

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

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

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

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

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

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

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

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

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

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

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

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

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

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

.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-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-slash:before {
  content: "\f1f6";
}

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

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

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

.fa-biking:before {
  content: "\f84a";
}

.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-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-bong:before {
  content: "\f55c";
}

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

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

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

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

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

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

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

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

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

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

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

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

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

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

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

.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-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-burn:before {
  content: "\f46a";
}

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

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

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

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

.fa-buy-n-large:before {
  content: "\f8a6";
}

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

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

.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-minus:before {
  content: "\f272";
}

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

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

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

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

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

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

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

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

.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-crash:before {
  content: "\f5e1";
}

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

.fa-caravan:before {
  content: "\f8ff";
}

.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-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-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-pie:before {
  content: "\f200";
}

.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-chess:before {
  content: "\f439";
}

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

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

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

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

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

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

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

.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-down:before {
  content: "\f078";
}

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

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

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

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

.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-clinic-medical:before {
  content: "\f7f2";
}

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

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

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

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

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

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

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

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

.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-showers-heavy:before {
  content: "\f740";
}

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

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

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

.fa-cloudflare:before {
  content: "\e07d";
}

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

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

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

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

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

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

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

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

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

.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-dollar:before {
  content: "\f651";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cotton-bureau:before {
  content: "\f89e";
}

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

.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-critical-role:before {
  content: "\f6c9";
}

.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-css3:before {
  content: "\f13c";
}

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

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

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

.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-dailymotion:before {
  content: "\e052";
}

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

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

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

.fa-deezer:before {
  content: "\e077";
}

.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-dev:before {
  content: "\f6cc";
}

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

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

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

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

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

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

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

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

.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-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-dochub:before {
  content: "\f394";
}

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

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

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

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

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

.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-polygon:before {
  content: "\f5ee";
}

.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-bite:before {
  content: "\f6d7";
}

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

.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-earlybirds:before {
  content: "\f39a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-alt:before {
  content: "\f362";
}

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

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

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

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

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

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

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

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

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

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

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

.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-fan:before {
  content: "\f863";
}

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

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

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

.fa-faucet:before {
  content: "\e005";
}

.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-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-code:before {
  content: "\f1c9";
}

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

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

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

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

.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-pdf:before {
  content: "\f1c1";
}

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

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

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

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

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

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

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

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

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

.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-firefox:before {
  content: "\f269";
}

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

.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-fist-raised:before {
  content: "\f6de";
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-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-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.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-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-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.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-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.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-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.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-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.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-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.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-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.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-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.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-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.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-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-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

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

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

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

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.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-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

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

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

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

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.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-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

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

.fa-laptop-house:before {
  content: "\e066";
}

.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-leaf:before {
  content: "\f06c";
}

.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-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.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-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-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.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-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.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-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-mdb:before {
  content: "\f8ca";
}

.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-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-microblog:before {
  content: "\e01a";
}

.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-minus:before {
  content: "\f068";
}

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

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

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.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-monument:before {
  content: "\f5a6";
}

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

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

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

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.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-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-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

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

.fa-orcid:before {
  content: "\f8d2";
}

.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-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.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-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-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.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-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

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

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

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

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

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

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.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-pied-piper-square:before {
  content: "\e01e";
}

.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-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.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-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.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-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

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

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.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-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-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

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

.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-record-vinyl:before {
  content: "\f8d9";
}

.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-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.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-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.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-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-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.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-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-alt:before {
  content: "\f1e0";
}

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

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

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

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

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

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

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

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

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

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

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.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-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

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

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

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

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

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

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

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.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-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

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

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

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

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.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-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

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

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

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

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

.fa-star-and-crescent:before {
  content: "\f699";
}

.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-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-steam-symbol:before {
  content: "\f3f6";
}

.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-stop:before {
  content: "\f04d";
}

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

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

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

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

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

.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-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-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.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-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.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-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

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

.fa-tenge:before {
  content: "\f7d7";
}

.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-think-peaks:before {
  content: "\f731";
}

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

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

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

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

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

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.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-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.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-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.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-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

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

.fa-tv:before {
  content: "\f26c";
}

.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-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.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-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

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

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.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-check:before {
  content: "\f4fc";
}

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

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

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

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

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

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

.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-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

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

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

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.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-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-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

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

.fa-volume-mute:before {
  content: "\f6a9";
}

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

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

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.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-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

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

.fa-wind:before {
  content: "\f72e";
}

.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-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-wodu:before {
  content: "\e088";
}

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

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../fonts/webfonts/fa-solid-900.eot");
  src: url("../../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
.user {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../fonts/webfonts/fa-brands-400.eot");
  src: url("../../fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../../fonts/webfonts/fa-brands-400.woff") format("woff"), url("../../fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab, .twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../fonts/webfonts/fa-regular-400.eot");
  src: url("../../fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../../fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../../fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
  content: "\f000";
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

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

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

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

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-pencil:before {
  content: "\f303";
}

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

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

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

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

.fa.fa-eye {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

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

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

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

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

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

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

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

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

.fa.fa-files-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

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

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

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-money {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-dashboard:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

.fa.fa-clipboard {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

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

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

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-building-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

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

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

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

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

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

.fa.fa-compass {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

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

.fa.fa-gbp:before {
  content: "\f154";
}

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

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

.fa.fa-inr:before {
  content: "\f156";
}

.fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

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

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

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

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

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

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

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

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

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

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

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

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before {
  content: "\f195";
}

.fa.fa-turkish-lira:before {
  content: "\f195";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

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

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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

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

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

.fa.fa-line-chart:before {
  content: "\f201";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "\f20a";
}

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "\f2b4";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "\f09a";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "\f236";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "\f240";
}

.fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

.fa.fa-battery-2:before {
  content: "\f242";
}

.fa.fa-battery-1:before {
  content: "\f243";
}

.fa.fa-battery-0:before {
  content: "\f244";
}

.fa.fa-object-group {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "\f273";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "\f274";
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before {
  content: "\f2a4";
}

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "\f2b9";
}

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa.fa-bathtub:before {
  content: "\f2cd";
}

.fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cab:before {
  content: "\f1ba";
}

.user:before {
  content: "\f007";
}

.twitter:before {
  content: "\f099";
}

/* Fonts */
/* Colors */
/* new colours */
/* Footer overhaul */
footer {
  background-color: #000;
  color: #fff;
  padding-top: 2em;
  font-size: 0.75rem;
}
footer .checkout-show {
  padding: 2em 0;
}
footer .checkout-show div[class^=col-], footer .checkout-show div[class*=col-] {
  margin-bottom: 15px;
  padding-bottom: 0;
}
footer .checkout-show .CIM-logo img {
  max-width: 35%;
}
@media (min-width: 766px) {
  footer .checkout-show .CIM-logo img {
    max-width: 13%;
  }
}
footer .checkout-show .copyright {
  text-align: right;
  padding-top: 1em;
}
footer .checkout-show .inline-list ul {
  margin-top: 0.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  list-style-type: none;
}
@media (min-width: 766px) {
  footer .checkout-show .inline-list ul {
    justify-content: flex-end;
  }
}
footer .checkout-show .inline-list ul li {
  display: inline-block;
}
footer .checkout-show .inline-list ul li::before {
  content: "|";
  display: inline-block;
  font-weight: normal;
  opacity: 0.2;
  padding: 0 0.3rem 0 0.2rem;
}
footer .checkout-show .inline-list ul li:first-child::before {
  display: none;
}
footer .checkout-hide div[class^=col-], footer .checkout-hide div[class*=col-] {
  margin-bottom: 15px;
  padding-bottom: 0;
  position: unset;
}
@media (min-width: 766px) {
  footer .checkout-hide div[class^=col-], footer .checkout-hide div[class*=col-] {
    margin-bottom: 30px;
  }
}
footer .checkout-hide .CIM-logo {
  margin-bottom: 0 !important;
  padding-bottom: 0.3em !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .checkout-hide .CIM-logo {
    padding-top: 0;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  footer .checkout-hide .CIM-logo {
    padding-top: 1.5em;
  }
}
footer .checkout-hide .CIM-logo img {
  max-width: 40%;
  margin-left: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .checkout-hide .CIM-logo img {
    max-width: 25%;
    margin-left: 3em;
  }
}
@media (min-width: 1025px) {
  footer .checkout-hide .CIM-logo img {
    max-width: 65%;
    margin-left: 0 !important;
  }
}
footer .checkout-hide .awards {
  padding-right: 0.5em;
  margin-bottom: 0 !important;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 766px) {
  footer .checkout-hide .awards {
    display: block;
  }
}
footer .checkout-hide .awards div {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .checkout-hide .awards div:first-child {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  footer .checkout-hide .awards div:first-child {
    text-align: right;
  }
}
footer .checkout-hide .awards div:last-child {
  text-align: left;
}
footer .checkout-hide .awards div img.best-company {
  margin-right: 0.3em;
  padding-right: 0.3em;
  padding-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .checkout-hide .awards div img.best-company {
    padding-top: 0;
    width: 2.3em;
  }
}
@media (min-width: 1025px) {
  footer .checkout-hide .awards div img.best-company {
    padding-top: 0;
    width: 2.3em;
  }
}
footer .checkout-hide .awards div img.top-50 {
  width: 12em !important;
  /*@media only screen and (min-width: 768px) and (max-width: 991px) {
  	width: 20em !important;
  }*/
}
footer .checkout-hide .social-icons ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  list-style-type: none;
  justify-content: space-evenly;
}
@media only screen and (min-device-width: 992px) {
  footer .checkout-hide .social-icons ul {
    justify-content: flex-start;
  }
}
footer .checkout-hide .social-icons ul .icon {
  color: #fff;
  height: 3em;
  width: 3em;
  margin: 0 0.5em;
}
@media (min-width: 766px) {
  footer .checkout-hide .social-icons ul .icon {
    height: 2.5em;
    width: 2.5em;
    margin: 0 0.3em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  footer .checkout-hide .social-icons ul .icon {
    height: 4em;
    width: 4em;
    margin: 0 1em;
  }
}
footer .checkout-hide .top-nav {
  margin-bottom: 0;
  padding-bottom: 0;
}
footer .checkout-hide .top-nav div[class^=col-], footer .checkout-hide .top-nav div[class*=col-] {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
footer .checkout-hide .copyright {
  padding-top: 0;
  padding-left: 1em !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  footer .checkout-hide .copyright {
    text-align: right;
    margin-left: 4.3em;
  }
}
@media (min-width: 1025px) {
  footer .checkout-hide .copyright {
    text-align: left;
    padding-left: 0;
  }
}
footer .checkout-hide ul {
  list-style: none;
  padding-left: 0;
  min-height: 8em;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  footer .checkout-hide ul {
    padding-left: 20px;
    min-height: 8em;
  }
}
@media (min-width: 1025px) {
  footer .checkout-hide ul {
    padding-left: 20px;
    min-height: unset;
  }
}
footer .checkout-hide ul li {
  margin: 0;
}
footer .checkout-hide ul li h3 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 1025px) {
  footer .checkout-hide ul li h3 {
    font-size: 0.75rem;
  }
}
footer .checkout-hide ul li h3 a {
  color: #fff;
}
footer .checkout-hide ul li h3 a:hover {
  color: #f1563f;
}
footer .checkout-hide ul li a {
  font-weight: normal;
}
footer .checkout-hide .inline-list {
  padding-top: 0.4em;
}
footer .checkout-hide .inline-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
}
footer .checkout-hide .inline-list ul li {
  display: inline-block;
}
footer .checkout-hide .inline-list ul li::before {
  content: "|";
  display: inline-block;
  font-weight: normal;
  opacity: 0.2;
  padding: 0 0.3rem 0 0.2rem;
}
footer .checkout-hide .inline-list ul li:first-child::before {
  display: none;
}
footer.site-footer .container > div:first-of-type {
  grid-template-columns: 1fr 4fr 1fr;
  grid-template-areas: "logo centre social";
}
@media (min-width: 1025px) {
  footer.site-footer .container > div:first-of-type {
    display: grid;
  }
}
footer.site-footer .container > div:first-of-type > div:first-of-type {
  grid-area: centre;
  width: 100%;
}
footer.site-footer .container > div:first-of-type > div:nth-child(2) {
  grid-area: social;
  width: 100%;
}
footer.site-footer .container > div:first-of-type > div:last-of-type {
  grid-area: logo;
  width: 100%;
}

.site-footer-new {
  background-color: #000;
  color: #fff;
  padding-top: 2em;
}
.site-footer-new .grid-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "top-nav top-nav top-nav" "lower-nav lower-nav lower-nav" "social-icons social-icons social-icons" "logo other other";
  grid-gap: 1.5rem 0.5rem;
  place-items: self-start center;
}
@media (min-width: 481px) {
  .site-footer-new .grid-footer {
    grid-template-columns: 100px 4fr 300px;
    grid-template-areas: "top-nav top-nav social-icons" "logo lower-nav other";
  }
}
@media (min-width: 1025px) {
  .site-footer-new .grid-footer {
    grid-template-columns: 100px 3fr 300px;
    grid-template-areas: "logo top-nav social-icons" ". lower-nav other";
    grid-gap: 0.5rem;
  }
}
.site-footer-new .grid-footer .footer-logo {
  grid-area: logo;
  place-self: center;
  margin-left: 2em;
}
@media (min-width: 1025px) {
  .site-footer-new .grid-footer .footer-logo {
    place-self: self-start center;
    margin-left: auto;
  }
}
.site-footer-new .grid-footer .footer-logo .CIM-logo {
  max-width: 65%;
}
.site-footer-new .grid-footer .footer-logo .copyright {
  color: #fff;
  font-size: 0.7em;
}
@media (min-width: 481px) {
  .site-footer-new .grid-footer .footer-logo .copyright {
    font-size: 0.85em;
  }
}
.site-footer-new .grid-footer .top-nav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  grid-area: top-nav;
  width: 100%;
}
@media (min-width: 481px) {
  .site-footer-new .grid-footer .top-nav {
    justify-content: space-evenly;
  }
}
.site-footer-new .grid-footer .top-nav > div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer-new .grid-footer .top-nav > div ul li {
  margin: 0;
  color: #fff;
}
.site-footer-new .grid-footer .top-nav > div ul li h3 {
  margin: 0;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;
}
.site-footer-new .grid-footer .top-nav > div ul li h3 a {
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
}
@media (min-width: 481px) {
  .site-footer-new .grid-footer .top-nav > div ul li h3 a {
    font-size: 1rem;
  }
}
.site-footer-new .grid-footer .top-nav > div ul li a {
  font-weight: normal;
  color: #737370;
  font-size: 0.85rem;
}
@media (min-width: 481px) {
  .site-footer-new .grid-footer .top-nav > div ul li a {
    font-size: 1rem;
  }
}
.site-footer-new .grid-footer .social-icons {
  grid-area: social-icons;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  width: 100%;
}
.site-footer-new .grid-footer .social-icons > div a i {
  font-size: 2em;
  color: #000;
  background: #fff;
  padding: 0.2em;
  border-radius: 4px;
  margin: 3px;
}
.site-footer-new .grid-footer .lower-nav {
  grid-area: lower-nav;
  place-self: center;
  width: 100%;
}
.site-footer-new .grid-footer .lower-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  gap: 0.25em;
}
@media (min-width: 481px) {
  .site-footer-new .grid-footer .lower-nav ul {
    justify-content: space-evenly;
  }
}
.site-footer-new .grid-footer .lower-nav ul li {
  font-size: 0.85rem;
}
@media (min-width: 481px) {
  .site-footer-new .grid-footer .lower-nav ul li {
    font-size: 1rem;
  }
}
.site-footer-new .grid-footer .lower-nav ul li a {
  font-weight: normal;
}
.site-footer-new .grid-footer .other-logos {
  grid-area: other;
  display: grid;
  grid-template-columns: 1fr 4fr;
  place-items: self-start center;
  grid-gap: 0.5rem;
  padding: 0 1em;
}
@media (min-width: 481px) {
  .site-footer-new .grid-footer .other-logos {
    grid-gap: 3rem;
    padding: 0 2em;
  }
}
.site-footer-new .grid-footer .other-logos > div img {
  width: 100%;
}

.nav-open #header #main-nav .nav-caller .lines {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-open #header #main-nav .nav-caller .line {
  background-color: #555;
}
.nav-open #header #main-nav .nav-caller .line:first-child {
  -webkit-transform: rotate(45deg) translate3d(8px, -5px, 0);
  -ms-transform: rotate(45deg) translate3d(8px, -5px, 0);
  transform: rotate(45deg) translate3d(8px, -5px, 0);
  width: 15px;
}
.nav-open #header #main-nav .nav-caller .line:last-child {
  -webkit-transform: rotate(-45deg) translate3d(8px, 5px, 0);
  -ms-transform: rotate(-45deg) translate3d(8px, 5px, 0);
  transform: rotate(-45deg) translate3d(8px, 5px, 0);
  width: 15px;
}
.nav-open #header #main-nav > ul {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nav-open .wrapper-inner {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

.breadcrumb {
  font-size: 14px;
  margin: 15px 0 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li:after {
  content: "/";
  display: inline-block;
  padding: 0 5px;
}
.breadcrumb li:last-child:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  #header a:hover {
    background-color: #474c55;
    color: #fff;
  }
  #header #main-nav > ul > li > ul {
    position: relative;
  }
  #header #main-nav > ul > li > ul li > a:hover {
    background-color: #474c55;
  }
}
#header a:hover {
  background-color: #474c55;
  color: #fff;
}
#header #main-nav > ul > li > ul > li > a:hover {
  background-color: #474c55;
}
#header #main-nav > ul.touch > li > ul {
  width: 100%;
}
@media (min-width: 650px) {
  #header #main-nav > ul.touch > li > ul {
    width: 200%;
  }
}
#header #main-nav > ul.touch > li > ul > li {
  text-align: center;
}
@media (min-width: 650px) {
  #header #main-nav > ul.touch > li > ul > li {
    text-align: left;
  }
}
#header #main-nav > ul.touch > li > ul > li:last-of-type > ul {
  margin-left: 0;
}
@media (min-width: 650px) {
  #header #main-nav > ul.touch > li > ul > li:last-of-type > ul {
    left: -100%;
  }
}
#header #main-nav > ul.touch > li > ul > li a {
  font-size: 1rem;
}
#header #main-nav > ul.touch > li:last-of-type > ul {
  left: 0;
}
@media (min-width: 650px) {
  #header #main-nav > ul.touch > li:last-of-type > ul {
    left: -100%;
  }
}
#header #account-nav .account .sub-nav {
  display: none;
}
#header #account-nav .account:hover .sub-nav {
  display: block;
  border: thin solid #474c55;
  border-top-width: thick;
  z-index: 99;
  background: #fff;
  position: absolute;
  right: 0;
  width: 200%;
}
#header #account-nav .account:hover .sub-nav li {
  display: block;
  float: none;
}
#header #account-nav .account:hover .sub-nav li a {
  font-size: 1.5em;
  width: 100%;
  padding: 0 0.25em 0.25em;
}

.nav-sec-menu {
  background-color: transparent;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  list-style-type: none;
  justify-items: stretch;
  max-width: 1024px;
}
.nav-sec-menu li {
  border-right: thin solid #474c55;
  display: grid;
  align-self: center;
  margin: 0;
  font-size: 1.2rem;
}
.nav-sec-menu li a {
  font-family: "SourceSansPro", Tahoma, serif;
  font-weight: 700;
  color: #474c55;
  place-self: stretch;
  text-align: center;
  border-bottom: none;
  padding: 0.75rem;
}
.nav-sec-menu li a:hover {
  background: rgba(0, 160, 220, 0.8);
  color: #fff;
}
.nav-sec-menu li a:active, .nav-sec-menu li a:focus {
  background: #474c55;
  color: #fff;
}
.nav-sec-menu li:last-of-type {
  border-right: none;
}

.cc-banner .cc-message {
  max-width: none;
}

#mini-cart.has-items .cart-caller .icon-basket {
  margin-bottom: -1.2rem;
}

@media only screen and (min-width: 766px), screen and (max-device-width: 766px) and (min-aspect-ratio: 13/9) {
  /* Page =================================================== */
  /* Typography =================================================== */
  /* Forms =================================================== */
  .row.two-field {
    zoom: 1;
  }
  .row.two-field:before, .row.two-field:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }
  .row.two-field:after {
    clear: both;
  }
  .row.two-field .field {
    width: 50%;
    float: left;
    padding-left: 10px;
  }
  .row.two-field .field:first-child {
    padding-left: 0;
    padding-right: 10px;
  }
  .attendee-field {
    margin-bottom: 10px;
  }
  .attendee-field .checkbox {
    float: left;
    margin-top: 10px;
  }
  .attendee-field .select {
    float: right;
    max-width: 175px;
  }
  .expiry-cvv .field {
    float: left;
  }
  .datepicker-container {
    max-width: 200px;
  }
  /* Buttons =================================================== */
  .btn-container button,
  .btn-container [class^=button],
  .btn-container [class*=" button"] {
    width: calc(50% - 5px);
    float: left;
  }
  .btn-container button:first-child,
  .btn-container [class^=button]:first-child,
  .btn-container [class*=" button"]:first-child {
    margin-right: 10px;
    margin-bottom: 0;
  }
  /* Tables =================================================== */
  /* Layout =================================================== */
  .col-md-12,
  .column-m-1-1 {
    width: 100%;
  }
  .col-md-6,
  .column-m-2-1 {
    width: 50%;
  }
  .col-md-4,
  .column-m-3-1 {
    width: 33.333%;
  }
  .col-md-8,
  .column-m-3-2 {
    width: 66.666%;
  }
  .col-md-3,
  .column-m-4-1 {
    width: 25%;
  }
  .toolbar .filters {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .toolbar .filters h4 {
    float: left;
    vertical-align: middle;
    line-height: 40px;
    width: 80px;
    margin: 0;
  }
  .toolbar .filters .slider-row,
  .toolbar .filters .select-row,
  .toolbar .filters .datepicker-row {
    zoom: 1;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .toolbar .filters .slider-row:before, .toolbar .filters .slider-row:after,
  .toolbar .filters .select-row:before,
  .toolbar .filters .select-row:after,
  .toolbar .filters .datepicker-row:before,
  .toolbar .filters .datepicker-row:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }
  .toolbar .filters .slider-row:after,
  .toolbar .filters .select-row:after,
  .toolbar .filters .datepicker-row:after {
    clear: both;
  }
  .toolbar .filters .select {
    margin: 0 5px 0 0;
    float: left;
  }
  .toolbar .filters .select .customSelect,
  .toolbar .filters .select select {
    max-width: none;
    width: auto;
  }
  .toolbar .filters .more-filters-toggle {
    float: right;
  }
  .toolbar .filters .more-filters {
    padding-left: 80px;
  }
  .toolbar .event-filters {
    background: #fff;
    padding: 15px;
  }
  .toolbar .event-filters .field {
    float: left;
    width: calc(20% - 5px);
    margin: 0 5px 0 0;
  }
  .toolbar .results h4 {
    float: left;
    max-width: calc(100% - 110px);
    margin: 9px 0;
  }
  .toolbar .slider-row .slider-container {
    padding: 0 15px 10px 10px;
    margin-bottom: 0;
  }
  .toolbar .slider-row .slider-container label {
    float: left;
    padding: 14px 5px 0 0;
    font-size: 16px;
    line-height: 100%;
  }
  .toolbar .slider-row .slider-container .slider {
    float: left;
    width: 100px;
  }
  .view-toggle {
    margin: 0 0 0 10px;
  }
  /* Header =================================================== */
  #header {
    text-align: left;
  }
  #header.membership #main-nav button:hover, #header.membership #main-nav a:hover,
  #header.membership #account-nav button:hover,
  #header.membership #account-nav a:hover {
    background: #070078;
  }
  #header.membership #account-nav .search-box {
    background: #070078;
  }
  #header.membership #account-nav ul li.on button, #header.membership #account-nav ul li.on a {
    background: #070078;
  }
  #header.membership .nav-container .nav-arrow {
    background: #070078;
    left: 0;
  }
  #header.membership .nav-container .nav-arrow:before {
    border-top-color: #070078;
  }
  #header.qualifications #main-nav button:hover, #header.qualifications #main-nav a:hover,
  #header.qualifications #account-nav button:hover,
  #header.qualifications #account-nav a:hover {
    background: #474c55;
  }
  #header.qualifications #account-nav .search-box {
    background: #474c55;
  }
  #header.qualifications #account-nav ul li.on button, #header.qualifications #account-nav ul li.on a {
    background: #474c55;
  }
  #header.qualifications .nav-container .nav-arrow {
    background: #474c55;
    left: 16.66%;
  }
  #header.qualifications .nav-container .nav-arrow:before {
    border-top-color: #474c55;
  }
  #header.training #main-nav button:hover, #header.training #main-nav a:hover,
  #header.training #account-nav button:hover,
  #header.training #account-nav a:hover {
    background: #474c55;
  }
  #header.training #account-nav .search-box {
    background: #474c55;
  }
  #header.training #account-nav ul li.on button, #header.training #account-nav ul li.on a {
    background: #474c55;
  }
  #header.training .nav-container .nav-arrow {
    background: #474c55;
    left: 33.333%;
  }
  #header.training .nav-container .nav-arrow:before {
    border-top-color: #474c55;
  }
  #header.more #main-nav button:hover, #header.more #main-nav a:hover,
  #header.more #account-nav button:hover,
  #header.more #account-nav a:hover {
    background: #474c55;
  }
  #header.more #account-nav .search-box {
    background: #474c55;
  }
  #header.more #account-nav ul li.on button, #header.more #account-nav ul li.on a {
    background: #474c55;
  }
  #header.more .nav-container .nav-arrow {
    background: #474c55;
    left: 50%;
  }
  #header.more .nav-container .nav-arrow:before {
    border-top-color: #474c55;
  }
  #header.events #main-nav button:hover, #header.events #main-nav a:hover,
  #header.events #account-nav button:hover,
  #header.events #account-nav a:hover {
    background: #8970b2;
  }
  #header.events #account-nav .search-box {
    background: #8970b2;
  }
  #header.events #account-nav ul li.on button, #header.events #account-nav ul li.on a {
    background: #8970b2;
  }
  #header.events .nav-container .nav-arrow {
    background: #8970b2;
    left: 66.33%;
  }
  #header.events .nav-container .nav-arrow:before {
    border-top-color: #8970b2;
  }
  #header.content-hub #main-nav button:hover, #header.content-hub #main-nav a:hover,
  #header.content-hub #account-nav button:hover,
  #header.content-hub #account-nav a:hover, #header.newsroom #main-nav button:hover, #header.newsroom #main-nav a:hover,
  #header.newsroom #account-nav button:hover,
  #header.newsroom #account-nav a:hover {
    background: #F05168;
  }
  #header.content-hub #account-nav .search-box, #header.newsroom #account-nav .search-box {
    background: #F05168;
  }
  #header.content-hub #account-nav ul li.on button, #header.content-hub #account-nav ul li.on a, #header.newsroom #account-nav ul li.on button, #header.newsroom #account-nav ul li.on a {
    background: #F05168;
  }
  #header.content-hub .nav-container .nav-arrow, #header.newsroom .nav-container .nav-arrow {
    background: #F05168;
    left: 83.333%;
  }
  #header.content-hub .nav-container .nav-arrow:before, #header.newsroom .nav-container .nav-arrow:before {
    border-top-color: #F05168;
  }
  #header .cim-logo {
    margin: 0;
    width: auto;
  }
  #header #header-inner {
    border-top: 0.5em solid #000;
    padding-bottom: 0;
  }
  #header #header-inner #header-top {
    padding: 0.5em 0;
  }
  #header .narrow {
    max-width: 768px;
  }
  #header .nav-container {
    position: relative;
    top: auto;
    border-top: 4px solid #000;
    padding: 0.5em 0;
  }
  #header .nav-container .nav-arrow {
    position: absolute;
    border-left: solid 8px #fff;
    border-right: solid 8px #fff;
    background: #070078;
    left: 0;
    top: -12px;
    z-index: 2;
    height: 4px;
    width: 16.666%;
  }
  #header .nav-container .nav-arrow:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 100%;
  }
  #header #main-nav {
    display: block;
    float: none;
    font-size: 14px;
  }
  #header #main-nav a {
    font-family: "SourceSansPro", Tahoma, serif;
    font-weight: bold;
  }
  #header #main-nav a:hover {
    background: #070078;
    color: #fff;
  }
  #header #main-nav .nav-caller {
    display: none;
  }
  #header #main-nav > ul {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    position: static;
    background: none;
    height: auto;
    width: auto;
    overflow: visible;
  }
  #header #main-nav > ul > li {
    float: left;
    width: 16.666%;
    position: relative;
  }
  #header #main-nav > ul > li:hover > a {
    background: #474c55;
    color: #fff;
  }
  #header #main-nav > ul > li:hover ul {
    display: block;
  }
  #header #main-nav > ul > li > a {
    line-height: 2em;
    display: block;
    padding: 0.5em 0;
    text-align: center;
    color: #737370;
    border-bottom: none;
  }
  #header #main-nav > ul > li ul {
    width: 100%;
    padding: 0.5em;
  }
  #header #main-nav > ul > li ul li {
    width: 100%;
    float: none;
    padding: 0;
  }
  #header #main-nav > ul > li ul li:last-child a {
    border-bottom: none;
  }
  #header #main-nav > ul > li ul li a {
    margin: 0;
    height: auto;
  }
  #header .dropdown-bg {
    -webkit-transition: background 250ms, height 1ms 250ms, width 1ms 250ms;
    transition: background 250ms, height 1ms 250ms, width 1ms 250ms;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0);
  }
  #header .dropdown-bg.trigger {
    -webkit-transition: background 250ms;
    transition: background 250ms;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
  }
  #header #header-inner:hover + .dropdown-bg {
    -webkit-transition: background 250ms;
    transition: background 250ms;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .isTouchType .site-wrapper .dropdown-bg-inner {
    -webkit-transition: background 250ms, height 1ms 250ms, width 1ms 250ms;
    transition: background 250ms, height 1ms 250ms, width 1ms 250ms;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0);
  }
  .isTouchType .site-wrapper .dropdown-bg-inner.trigger {
    -webkit-transition: background 250ms;
    transition: background 250ms;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
    position: fixed;
  }
  .cc-banner .cc-message {
    float: left;
    padding: 6px 0;
  }
  .cc-banner .cc-compliance {
    float: right;
  }
  /* Main =================================================== */
  /* Footer =================================================== */
  /*#footer {
      padding:40px 20px 20px;
      .column-m-3-1:nth-child(3n+1){
          clear:left;
      }
      #footer-links{
          > li{
              width:16.666%;
              > a{
                  font-size:14px;
              }
          }
      }
      #copyright{
          text-align:center;
          ul{
              margin:0;
              li{
                  display:inline-block;
                  border-right:1px solid #424241;
                  margin-right:8px;
                  padding-right:8px;
                  color:$text-medium;
                  line-height:100%;
                  &:last-child{
                      border-right:none;
                      margin-right:0;
                      padding-right:0;
                  }
              }
          }
      }
  }*/
  /* Pages =================================================== */
  /*#checkout-basket{*/
  .payment-methods {
    text-align: left;
  }
  .payment-methods p {
    margin: 0;
    line-height: 27px;
    float: left;
    width: 40%;
    font-size: 13px;
  }
  .payment-methods .payment-types {
    float: right;
  }
  /*}*/
  .cart-summary {
    width: 100%;
  }
  .cart-summary tr th, .cart-summary tr td {
    padding: 20px;
  }
  .cart-summary tr th:first-child, .cart-summary tr td:first-child {
    padding-left: 0;
  }
  .cart-summary tr th:nth-child(2), .cart-summary tr td:nth-child(2) {
    text-align: center;
  }
  .cart-summary tr th:last-child, .cart-summary tr td:last-child {
    border-left: 1px solid #DFDBD5;
    text-align: right;
    padding-right: 0;
  }
  .cart-summary tr.residential-row {
    background: #f7f5f2;
    border-top: none;
  }
  .cart-summary tr.residential-row td {
    padding: 5px 10px 3px;
  }
  .cart-summary tr.residential-row label {
    padding: 2px 0;
  }
  .cart-summary tr.residential-row input {
    height: auto;
    vertical-align: middle;
  }
  .cart-summary tbody tr {
    border-top: 1px solid #DFDBD5;
  }
  .cart-summary tfoot tr:first-child {
    border-top: 1px solid #DFDBD5;
  }
  .cart-summary tfoot tr:first-child th, .cart-summary tfoot tr:first-child td {
    padding-top: 20px;
  }
  .cart-summary tfoot tr:last-child th, .cart-summary tfoot tr:last-child td {
    padding-bottom: 20px;
  }
  .cart-summary tfoot tr th, .cart-summary tfoot tr td {
    vertical-align: top;
    text-align: right;
    padding: 5px 20px;
  }
  .cart-summary tfoot tr th {
    padding-right: 25px;
    position: relative;
  }
  .course-dates {
    width: 100%;
    margin: 10px 0;
  }
  .course-dates th, .course-dates td {
    padding: 10px 5px;
  }
  .course-dates th:first-child, .course-dates td:first-child {
    padding-left: 8px;
    max-width: 386px;
  }
  .course-dates th:nth-child(2), .course-dates td:nth-child(2) {
    white-space: nowrap;
  }
  .course-dates th:last-child, .course-dates td:last-child {
    padding-right: 15px;
  }
  .accordion .accordion-inner .map {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1020px), screen and (min-device-width: 768px) and (max-device-width: 1020px) and (min-aspect-ratio: 13/9) {
  /* Page =================================================== */
  body {
    border: 10px solid #fff;
    border-top: none;
  }
  /* Typography =================================================== */
  /* Forms =================================================== */
  /* Buttons =================================================== */
  /* Tables =================================================== */
  /* Layout =================================================== */
  .column-l-1-1 {
    width: 100%;
  }
  .column-l-2-1 {
    width: 50%;
  }
  .column-l-3-1 {
    width: 33.333%;
  }
  .column-l-3-2 {
    width: 66.666%;
  }
  .column-l-4-1 {
    width: 25%;
  }
  .column-l-4-3 {
    width: 75%;
  }
  .column-l-5-2 {
    width: 40%;
  }
  .column-l-5-3 {
    width: 60%;
  }
  .column-l-6-1 {
    width: 16.666%;
  }
  .grid-3 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 25%;
    -moz-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: calc(25% - 16px);
    margin: auto;
  }
  .grid-9 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 75%;
    -moz-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: calc(75% - 16px);
    margin: auto;
  }
  .grid-9 + .grid-3 {
    padding-left: 20px;
  }
  /* Header =================================================== */
  #header .narrow {
    max-width: 1008px;
  }
  #header #main-nav {
    font-size: 16px;
  }
  /* Main =================================================== */
  /* Pages =================================================== */
  .price-table,
  .course-dates {
    font-size: 16px;
  }
  .course-dates th, .course-dates td {
    padding: 6px;
  }
  .page-banner.homepage {
    margin: 0 auto;
    max-width: 1024px;
  }
  .page-banner.homepage .image-slider {
    margin: 0;
  }
}
@media only screen and (max-width: 768px), screen and (max-device-width: 768px) and (max-aspect-ratio: 13/9) {
  /* Header =================================================== */
  #header #main-nav > ul > li:hover > a + ul {
    display: block;
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }
  #header #main-nav > ul > li > ul > li {
    width: 100%;
  }
}
.nav-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #e2e2e1;
  list-style: none;
  margin: 0 auto 1.5rem;
  padding: 0;
  text-align: center;
}
.nav-theme li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  margin: 0;
  padding: 0;
}
.nav-theme a {
  font-family: "SourceSansPro", Tahoma, serif;
  border-bottom: 1px solid #f7f5f2;
  color: #474c55;
  display: block;
  font-weight: 700;
  margin: 0;
  padding: 0.75rem;
}
.nav-theme a:hover, .nav-theme a:active, .nav-theme a:focus {
  background: #8970B2;
  color: #fff;
}

.landingpage {
  /* IE11 Hack */
}
.landingpage .landing-page-wrapper .site-main > section {
  max-width: 1024px;
  margin: auto;
}
.landingpage .landing-page-wrapper .site-main > section.page-banner img {
  width: 100%;
}
.landingpage .section-header .inner {
  background: #fff;
}
.landingpage h3, .landingpage .modal-item a {
  font-family: "SourceSansPro", Tahoma, serif;
  font-weight: normal;
}
.landingpage .modal-item a:link {
  color: #070078;
}
.landingpage .modal-item a:link:hover {
  color: #f1563f;
}
.landingpage .footer-text {
  padding: 0 1.5em;
}
.landingpage *::-ms-backdrop, .landingpage .footer-text {
  max-width: 1024px;
  margin: auto;
  padding: 0 1em;
}
.landingpage footer {
  /* IE11 Hack */
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .landingpage footer {
    padding-top: 0;
  }
}
.landingpage footer .page-footer {
  /* Grid Setup */
  display: -ms-inline-grid;
  display: grid;
  -ms-grid-columns: 33.3% 33.3% 33.3%;
  grid-template-columns: 33.3% 33.3% 33.3%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-template-areas: "cim-logo cim-logo cim-logo" "footer-nav footer-nav footer-nav" "social-icons social-icons social-icons";
  max-width: 1024px;
  padding: 1em;
  margin: auto;
}
@media only screen and (min-width: 640px) {
  .landingpage footer .page-footer {
    padding: 1em 25%;
  }
}
@media only screen and (min-width: 992px) {
  .landingpage footer .page-footer {
    /* Grid Setup */
    -ms-grid-columns: 20% 55% 25%;
    grid-template-columns: 20% 55% 25%;
    grid-template-areas: "cim-logo footer-nav social-icons";
    padding: 1em;
  }
}
.landingpage footer .page-footer .CIM-logo {
  /* Grid Setup */
  -ms-grid-column: 1;
  grid-area: cim-logo;
  display: -ms-inline-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "left right";
  margin-top: 1em;
}
@media only screen and (min-width: 992px) {
  .landingpage footer .page-footer .CIM-logo {
    margin: 1.75em 0 0 1em;
  }
}
.landingpage footer .page-footer .CIM-logo img {
  -ms-grid-column: 1;
  grid-area: left;
  max-width: 35%;
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .landingpage footer .page-footer .CIM-logo img {
    margin: 0;
    float: left;
    max-width: 65%;
  }
}
.landingpage footer .page-footer .CIM-logo span.footer-copyright {
  display: inline-block;
  -ms-grid-column: 2;
  grid-area: right;
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .landingpage footer .page-footer .CIM-logo span.footer-copyright {
    margin: 0.5em 0 0 0;
  }
}
.landingpage footer .page-footer nav {
  -ms-grid-column: 2;
  grid-area: footer-nav;
  margin: 2em 0;
}
@media only screen and (min-width: 992px) {
  .landingpage footer .page-footer nav {
    margin-top: 1.25em;
  }
}
.landingpage footer .page-footer nav ul {
  margin-top: 0.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  /*@include breakpoint(medium) {
  	justify-content: flex-end;
  }*/
  list-style-type: none;
}
.landingpage footer .page-footer nav ul li {
  display: inline-block;
}
.landingpage footer .page-footer nav ul li::before {
  content: "|";
  display: inline-block;
  font-weight: normal;
  opacity: 0.2;
  padding: 0 0.3rem 0 0.2rem;
}
.landingpage footer .page-footer nav ul li:first-child::before {
  display: none;
}
.landingpage footer .page-footer .social-icons {
  -ms-grid-column: 3;
  grid-area: social-icons;
}
.landingpage footer .page-footer .social-icons ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  list-style-type: none;
  justify-content: space-evenly;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .landingpage footer .page-footer .social-icons ul {
    max-width: 80%;
    margin: 1em auto;
  }
}
@media only screen and (min-width: 992px) {
  .landingpage footer .page-footer .social-icons ul {
    justify-content: flex-start;
    max-width: 100%;
    margin: 1em 0 1em 0;
  }
}
.landingpage footer .page-footer .social-icons ul .icon {
  color: #fff;
  height: 3em;
  width: 3em;
  margin: 0 0.5em;
}
@media only screen and (min-width: 992px) {
  .landingpage footer .page-footer .social-icons ul .icon {
    height: 2em;
    width: 2em;
    margin: 0 0.2em;
  }
}

.landing-pages .landing-page-header#header .cim-logo img {
  width: unset;
  height: unset;
}
.landing-pages .landing-page-wrapper .site-wrapper-inner .site-main {
  min-height: 20em;
}

.isTouchType .memblocks .grid a .overlaywrap .button-large {
  display: none;
}
.isTouchType .memblocks .grid a.blur .overlaywrap .button-large {
  position: absolute;
  right: 2%;
  bottom: 2%;
  display: block;
}
section.page-width, div.page-width {
  width: 100%;
  padding: 0;
}
@media (min-width: 1278px) {
  section.page-width, div.page-width {
    width: 300%;
    margin: 0 0 0 -100%;
    padding: 0;
    max-width: unset;
  }
  section.page-width > div, div.page-width > div {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
    position: relative;
  }
}
section.white-background-full, div.white-background-full {
  background: #fff;
  width: 100%;
  padding: 2em;
}
@media (min-width: 1278px) {
  section.white-background-full, div.white-background-full {
    width: 300%;
    margin-left: -100%;
  }
}
section.white-background-full .section-header:before, div.white-background-full .section-header:before {
  border: none;
}
section.white-background-full .section-header .inner, div.white-background-full .section-header .inner {
  background: transparent;
  font-weight: bold;
  color: #070078;
}
section.white-background-full p a, div.white-background-full p a {
  text-decoration: underline;
}
section.grey-background-full, div.grey-background-full {
  background: #f7f6f2;
  width: 100%;
  padding: 0;
}
@media (min-width: 1278px) {
  section.grey-background-full, div.grey-background-full {
    width: 300%;
    margin-left: -100%;
  }
}
section.grey-background-full .section-header:before, div.grey-background-full .section-header:before {
  border: none;
}
section.grey-background-full .section-header .inner, div.grey-background-full .section-header .inner {
  background: transparent;
  color: #474c55;
}
section.grey-background-full p a, div.grey-background-full p a {
  text-decoration: underline;
}
section.black-background-full, div.black-background-full {
  background: #000;
  width: 100%;
  padding: 0;
}
@media (min-width: 1278px) {
  section.black-background-full, div.black-background-full {
    width: 300%;
    margin-left: -100%;
  }
}
section.black-background-full .section-header:before, div.black-background-full .section-header:before {
  border: none;
}
section.black-background-full .section-header .inner, div.black-background-full .section-header .inner {
  background: transparent;
  color: #000;
}
section.black-background-full p, div.black-background-full p {
  color: #fff;
}
section.black-background-full p a, div.black-background-full p a {
  text-decoration: underline;
  color: #fff;
}
section.black-background-full h3, div.black-background-full h3 {
  color: #fff;
}
section.black-background-full.statement, div.black-background-full.statement {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(111, 112, 104) 100%);
  padding: 1em;
}
@media (min-width: 1278px) {
  section.black-background-full.statement, div.black-background-full.statement {
    margin: 0.5em auto 0.5em -100%;
  }
}
section.black-background-full.statement h3, div.black-background-full.statement h3 {
  margin-top: 0;
}
section.green-background-full, div.green-background-full {
  background: #007069;
  width: 100%;
  padding: 0;
}
@media (min-width: 1278px) {
  section.green-background-full, div.green-background-full {
    width: 300%;
    margin-left: -100%;
  }
}
section.green-background-full .section-header:before, div.green-background-full .section-header:before {
  border: none;
}
section.green-background-full .section-header .inner, div.green-background-full .section-header .inner {
  background: transparent;
  color: #007069;
}
section.green-background-full p, div.green-background-full p {
  color: #fff;
}
section.green-background-full p a, div.green-background-full p a {
  text-decoration: underline;
}
section.green-background-full p a .button:hover, div.green-background-full p a .button:hover {
  background: #00d6c0 !important;
  color: #007069 !important;
}
section.blue-background-full, div.blue-background-full {
  background: #070078;
  width: 100%;
  padding: 0;
}
@media (min-width: 1278px) {
  section.blue-background-full, div.blue-background-full {
    width: 300%;
    margin-left: -100%;
  }
}
section.blue-background-full .section-header:before, div.blue-background-full .section-header:before {
  border: none;
}
section.blue-background-full .section-header .inner, div.blue-background-full .section-header .inner {
  background: transparent;
  color: #070078;
}
section.blue-background-full p, div.blue-background-full p {
  color: #fff;
}
section.blue-background-full p a, div.blue-background-full p a {
  text-decoration: underline;
}
section.blue-background-full p a .button:hover, div.blue-background-full p a .button:hover {
  background: #22b3ff !important;
  color: #070078 !important;
}
section.orange-background-full, div.orange-background-full {
  background: #f1563f;
  width: 100%;
  padding: 0;
}
@media (min-width: 1278px) {
  section.orange-background-full, div.orange-background-full {
    width: 300%;
    margin-left: -100%;
  }
}
section.orange-background-full .section-header:before, div.orange-background-full .section-header:before {
  border: none;
}
section.orange-background-full .section-header .inner, div.orange-background-full .section-header .inner {
  background: transparent;
  color: #f1563f;
}
section.orange-background-full p, div.orange-background-full p {
  color: #fff;
}
section.orange-background-full p a, div.orange-background-full p a {
  text-decoration: underline;
}
section.orange-background-full p a .button:hover, div.orange-background-full p a .button:hover {
  background: #22b3ff !important;
  color: #f1563f !important;
}
section.black-background, div.black-background {
  background: #000;
}
section.black-background .section-header .inner, div.black-background .section-header .inner {
  background: #000;
}
section.black-background p, div.black-background p {
  color: #fff;
}
section.black-background p a, div.black-background p a {
  text-decoration: underline;
  color: #fff;
}
section.black-background h3, div.black-background h3 {
  color: #fff;
}
section.black-background.statement, div.black-background.statement {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(111, 112, 104) 100%);
  margin: 0.5em auto;
  padding: 1em;
  border-radius: 8px;
}
section.grey-background, div.grey-background {
  background: #f8f8f8;
}
section.grey-background .section-header .inner, div.grey-background .section-header .inner {
  background: #f8f8f8;
}
section.grey-medium-background, div.grey-medium-background {
  background: #747572;
}
section.grey-medium-background .section-header .inner, div.grey-medium-background .section-header .inner {
  background: #747572;
}
section.white-background, div.white-background {
  background: #fff;
}
section.white-background .section-header .inner, div.white-background .section-header .inner {
  background: #fff;
}
section.light-blue-background, div.light-blue-background {
  background: #22b3ff;
}
section.light-blue-background .section-header .inner, div.light-blue-background .section-header .inner {
  background: #22b3ff;
}
section.blue-background, div.blue-background {
  background: #070078;
}
section.blue-background .section-header .inner, div.blue-background .section-header .inner {
  background: #070078;
  color: #fff;
}
section.blue-background p, div.blue-background p {
  color: #fff;
}
section.blue-background a, div.blue-background a {
  color: #fff;
}
section.blue-background .accordion .accordion-item .accordion-caller, div.blue-background .accordion .accordion-item .accordion-caller {
  color: #fff;
  border-color: #fff;
}
section.blue-background .accordion .accordion-item .accordion-caller:before, div.blue-background .accordion .accordion-item .accordion-caller:before {
  content: url(../../img/icons/down-chevron-white.png);
}
section.blue-background .accordion .accordion-item .accordion-inner p, div.blue-background .accordion .accordion-item .accordion-inner p {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  place-items: flex-start;
  border-bottom: thin solid;
  padding-bottom: 0.5em;
  column-gap: 2em;
}
section.blue-background .accordion .accordion-item .accordion-inner p span, div.blue-background .accordion .accordion-item .accordion-inner p span {
  font-weight: bold;
}
section.blue-background.gradient, div.blue-background.gradient {
  background: rgb(33, 177, 255);
  background: linear-gradient(90deg, rgb(33, 177, 255) 0%, rgb(7, 0, 120) 100%);
}
section.green-background, div.green-background {
  background: #007069;
}
section.green-background .section-header .inner, div.green-background .section-header .inner {
  background: #007069;
  color: #fff;
}
section.purple-background, div.purple-background {
  background: #7e57d8;
}
section.purple-background .section-header .inner, div.purple-background .section-header .inner {
  background: #7e57d8;
}
section.event-background, div.event-background {
  background: #906ead;
}
section.event-background .section-header .inner, div.event-background .section-header .inner {
  background: #906ead;
  color: #fff;
}
section.clear-padding-margin .grid, div.clear-padding-margin .grid {
  padding: 0;
  margin: 0;
}
section.clear-padding-margin .grid [class^=grid-], section.clear-padding-margin .grid [class*=" grid-"], div.clear-padding-margin .grid [class^=grid-], div.clear-padding-margin .grid [class*=" grid-"] {
  padding: 0;
  margin: 0;
}
section.tablet-blocks .grid, div.tablet-blocks .grid {
  /*.grid-4{
    @include breakpoint(small-extra){
      max-width: calc(33.3% - 16px);
    }
  }*/
}
section.tablet-blocks .grid [class^=grid-], section.tablet-blocks .grid [class*=" grid-"], div.tablet-blocks .grid [class^=grid-], div.tablet-blocks .grid [class*=" grid-"] {
  border: thin solid #747572;
  padding: 0;
  margin: 0.25em auto;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  display: grid;
  grid-template-rows: 0.95fr 1fr;
}
section.tablet-blocks .grid [class^=grid-].linkAdded, section.tablet-blocks .grid [class*=" grid-"].linkAdded, div.tablet-blocks .grid [class^=grid-].linkAdded, div.tablet-blocks .grid [class*=" grid-"].linkAdded {
  grid-template-rows: 1fr;
}
section.tablet-blocks .grid [class^=grid-] a, section.tablet-blocks .grid [class*=" grid-"] a, div.tablet-blocks .grid [class^=grid-] a, div.tablet-blocks .grid [class*=" grid-"] a {
  background: transparent;
  border-radius: 16px;
  padding: 0.5em 1em;
  border: thin solid #f8f8f8;
}
section.tablet-blocks .grid [class^=grid-] a:hover, section.tablet-blocks .grid [class*=" grid-"] a:hover, div.tablet-blocks .grid [class^=grid-] a:hover, div.tablet-blocks .grid [class*=" grid-"] a:hover {
  -webkit-transition: 500ms;
  transition: 500ms;
  filter: saturate(0%);
  box-shadow: rgba(17, 17, 26, 0.2) 0px 4px 16px, rgba(17, 17, 26, 0.15) 0px 8px 32px;
}
section.tablet-blocks .grid [class^=grid-] .img-wrapper, section.tablet-blocks .grid [class*=" grid-"] .img-wrapper, div.tablet-blocks .grid [class^=grid-] .img-wrapper, div.tablet-blocks .grid [class*=" grid-"] .img-wrapper {
  max-height: 140px;
  border-radius: 15px 15px 0 0 !important;
}
section.tablet-blocks .grid [class^=grid-] .featured-box-text, section.tablet-blocks .grid [class*=" grid-"] .featured-box-text, div.tablet-blocks .grid [class^=grid-] .featured-box-text, div.tablet-blocks .grid [class*=" grid-"] .featured-box-text {
  background: #fff;
  border-radius: 0 0 16px 16px;
}
section.tablet-blocks .grid [class^=grid-] .featured-box-text h3, section.tablet-blocks .grid [class*=" grid-"] .featured-box-text h3, div.tablet-blocks .grid [class^=grid-] .featured-box-text h3, div.tablet-blocks .grid [class*=" grid-"] .featured-box-text h3 {
  color: #000;
}
section.tablet-blocks .grid [class^=grid-] p, section.tablet-blocks .grid [class*=" grid-"] p, div.tablet-blocks .grid [class^=grid-] p, div.tablet-blocks .grid [class*=" grid-"] p {
  padding: 1em;
}
section.top-image-overlap .grid [class^=grid-], section.top-image-overlap .grid [class*=" grid-"], div.top-image-overlap .grid [class^=grid-], div.top-image-overlap .grid [class*=" grid-"] {
  position: relative;
  display: grid;
  margin: 0 auto;
}
section.top-image-overlap .grid [class^=grid-] .section-header, section.top-image-overlap .grid [class*=" grid-"] .section-header, div.top-image-overlap .grid [class^=grid-] .section-header, div.top-image-overlap .grid [class*=" grid-"] .section-header {
  margin-bottom: 1em;
}
section.top-image-overlap .grid [class^=grid-] a, section.top-image-overlap .grid [class*=" grid-"] a, div.top-image-overlap .grid [class^=grid-] a, div.top-image-overlap .grid [class*=" grid-"] a {
  color: #474c55;
}
section.top-image-overlap .grid [class^=grid-] .img-wrapper, section.top-image-overlap .grid [class*=" grid-"] .img-wrapper, div.top-image-overlap .grid [class^=grid-] .img-wrapper, div.top-image-overlap .grid [class*=" grid-"] .img-wrapper {
  max-width: 60px;
  justify-self: center;
  position: absolute;
  top: -20px;
  background: transparent;
}
section.top-image-overlap .grid [class^=grid-] .featured-box-text, section.top-image-overlap .grid [class*=" grid-"] .featured-box-text, div.top-image-overlap .grid [class^=grid-] .featured-box-text, div.top-image-overlap .grid [class*=" grid-"] .featured-box-text {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  padding-top: 3em;
  padding-bottom: 2em;
  margin-bottom: 1em;
}
section.top-image-overlap .grid [class^=grid-] .featured-box-text h3, section.top-image-overlap .grid [class*=" grid-"] .featured-box-text h3, div.top-image-overlap .grid [class^=grid-] .featured-box-text h3, div.top-image-overlap .grid [class*=" grid-"] .featured-box-text h3 {
  color: #000;
}
section.top-image-overlap .grid [class^=grid-] a, section.top-image-overlap .grid [class*=" grid-"] a, div.top-image-overlap .grid [class^=grid-] a, div.top-image-overlap .grid [class*=" grid-"] a {
  display: grid;
}
section.top-image-overlap .grid [class^=grid-] a:hover, section.top-image-overlap .grid [class*=" grid-"] a:hover, div.top-image-overlap .grid [class^=grid-] a:hover, div.top-image-overlap .grid [class*=" grid-"] a:hover {
  -webkit-transition: 500ms;
  transition: 500ms;
  filter: saturate(0%);
  box-shadow: rgba(17, 17, 26, 0.2) 0px 4px 16px, rgba(17, 17, 26, 0.15) 0px 8px 32px;
}
section.top-bottom-fixed .gridblock, div.top-bottom-fixed .gridblock {
  display: grid;
  grid-template-rows: 1fr 1fr 2.2fr 1fr 1fr;
  grid-template-areas: "one" "two" "three" "learn" "four";
  place-items: center;
  border: thin solid #474c55;
  position: relative;
  border-radius: 16px;
  width: 94%;
  justify-self: center;
  margin-top: 3em;
}
@media (min-width: 481px) {
  section.top-bottom-fixed .gridblock, div.top-bottom-fixed .gridblock {
    grid-template-rows: 1fr 1fr 4.2fr 1fr 1fr;
    width: 100%;
    justify-self: unset;
    margin: auto;
    margin-top: 2em;
  }
}
section.top-bottom-fixed .gridblock p, section.top-bottom-fixed .gridblock h2, section.top-bottom-fixed .gridblock a, div.top-bottom-fixed .gridblock p, div.top-bottom-fixed .gridblock h2, div.top-bottom-fixed .gridblock a {
  padding: 0;
  margin: 0;
  text-align: center;
  display: block;
}
section.top-bottom-fixed .gridblock a.button, section.top-bottom-fixed .gridblock p.button, div.top-bottom-fixed .gridblock a.button, div.top-bottom-fixed .gridblock p.button {
  width: 100%;
  border: none;
}
section.top-bottom-fixed .gridblock .one, div.top-bottom-fixed .gridblock .one {
  grid-area: one;
  border: thin solid #070078;
  padding: 14px 8px;
  border-radius: 50%;
  max-width: 73px;
  position: absolute;
  top: -36px;
  background: #070078;
  color: #fff;
  font-size: 0.9em;
}
section.top-bottom-fixed .gridblock .one p, div.top-bottom-fixed .gridblock .one p {
  text-align: left;
}
section.top-bottom-fixed .gridblock .two, div.top-bottom-fixed .gridblock .two {
  grid-area: two;
  width: 50%;
}
section.top-bottom-fixed .gridblock .two p, div.top-bottom-fixed .gridblock .two p {
  text-align: left;
}
section.top-bottom-fixed .gridblock .three, div.top-bottom-fixed .gridblock .three {
  grid-area: three;
  align-self: flex-start;
  padding: 0.5em;
}
section.top-bottom-fixed .gridblock .three p, div.top-bottom-fixed .gridblock .three p {
  margin-bottom: 0.25em;
  padding-bottom: 0.25em;
  border-bottom: thin solid #f8f8f8;
  text-align: left;
}
section.top-bottom-fixed .gridblock .three .modal-item p, div.top-bottom-fixed .gridblock .three .modal-item p {
  border: none;
}
section.top-bottom-fixed .gridblock .learn, div.top-bottom-fixed .gridblock .learn {
  grid-area: learn;
}
section.top-bottom-fixed .gridblock .four, div.top-bottom-fixed .gridblock .four {
  grid-area: four;
}
section.top-bottom-fixed .gridblock .four.with-button, div.top-bottom-fixed .gridblock .four.with-button {
  background: #070078;
  width: 100%;
  padding: 1em;
  border-radius: 0 0 15px 15px;
}
section.top-bottom-fixed .gridblock .four.with-button a, section.top-bottom-fixed .gridblock .four.with-button p, div.top-bottom-fixed .gridblock .four.with-button a, div.top-bottom-fixed .gridblock .four.with-button p {
  color: #fff;
}
section.top-bottom-fixed .gridblock .four.with-button:hover, div.top-bottom-fixed .gridblock .four.with-button:hover {
  -webkit-transition: 500ms;
  transition: 500ms;
  filter: saturate(0%);
}
section.top-bottom-fixed .gridblock .four.with-button p, div.top-bottom-fixed .gridblock .four.with-button p {
  cursor: pointer;
}
section.top-bottom-fixed .gridblock .four.with-button p:hover, div.top-bottom-fixed .gridblock .four.with-button p:hover {
  background-color: unset;
}
section.top-bottom-fixed .gridblock .four.with-button .button:hover, div.top-bottom-fixed .gridblock .four.with-button .button:hover {
  background: none;
}
section.gridblock-layout .grid [class^=grid-], section.gridblock-layout .grid [class*=" grid-"], div.gridblock-layout .grid [class^=grid-], div.gridblock-layout .grid [class*=" grid-"] {
  display: grid;
  grid-template-rows: 1fr 1fr 6fr 1fr;
  grid-template-areas: "one" "two" "three" "four";
  place-items: center;
  border: thin solid #474c55;
  position: relative;
  border-radius: 16px;
  width: 94%;
  justify-self: center;
  margin-top: 3em;
  padding: 0;
}
@media (min-width: 481px) {
  section.gridblock-layout .grid [class^=grid-], section.gridblock-layout .grid [class*=" grid-"], div.gridblock-layout .grid [class^=grid-], div.gridblock-layout .grid [class*=" grid-"] {
    width: 100%;
    justify-self: unset;
    margin: auto;
    margin-top: 2em;
  }
}
section.gridblock-layout .grid [class^=grid-] p, section.gridblock-layout .grid [class^=grid-] h2, section.gridblock-layout .grid [class^=grid-] a, section.gridblock-layout .grid [class*=" grid-"] p, section.gridblock-layout .grid [class*=" grid-"] h2, section.gridblock-layout .grid [class*=" grid-"] a, div.gridblock-layout .grid [class^=grid-] p, div.gridblock-layout .grid [class^=grid-] h2, div.gridblock-layout .grid [class^=grid-] a, div.gridblock-layout .grid [class*=" grid-"] p, div.gridblock-layout .grid [class*=" grid-"] h2, div.gridblock-layout .grid [class*=" grid-"] a {
  padding: 0;
  margin: 0;
  text-align: center;
  display: block;
}
section.gridblock-layout .grid [class^=grid-] a.button, section.gridblock-layout .grid [class^=grid-] p.button, section.gridblock-layout .grid [class*=" grid-"] a.button, section.gridblock-layout .grid [class*=" grid-"] p.button, div.gridblock-layout .grid [class^=grid-] a.button, div.gridblock-layout .grid [class^=grid-] p.button, div.gridblock-layout .grid [class*=" grid-"] a.button, div.gridblock-layout .grid [class*=" grid-"] p.button {
  width: 100%;
  border: none;
}
section.gridblock-layout .grid [class^=grid-] .one, section.gridblock-layout .grid [class*=" grid-"] .one, div.gridblock-layout .grid [class^=grid-] .one, div.gridblock-layout .grid [class*=" grid-"] .one {
  grid-area: one;
  border: thin solid #070078;
  padding: 14px 8px;
  border-radius: 50%;
  max-width: 73px;
  position: absolute;
  top: -36px;
  background: #070078;
  color: #fff;
  font-size: 0.9em;
}
section.gridblock-layout .grid [class^=grid-] .two, section.gridblock-layout .grid [class*=" grid-"] .two, div.gridblock-layout .grid [class^=grid-] .two, div.gridblock-layout .grid [class*=" grid-"] .two {
  grid-area: two;
  width: 50%;
}
section.gridblock-layout .grid [class^=grid-] .three, section.gridblock-layout .grid [class*=" grid-"] .three, div.gridblock-layout .grid [class^=grid-] .three, div.gridblock-layout .grid [class*=" grid-"] .three {
  grid-area: three;
  align-self: flex-start;
  padding: 0.5em;
}
section.gridblock-layout .grid [class^=grid-] .four, section.gridblock-layout .grid [class*=" grid-"] .four, div.gridblock-layout .grid [class^=grid-] .four, div.gridblock-layout .grid [class*=" grid-"] .four {
  grid-area: four;
  background: #070078;
  width: 100%;
  padding: 1em;
  border-radius: 0 0 16px 16px;
}
section.gridblock-layout .grid [class^=grid-] .four a, section.gridblock-layout .grid [class^=grid-] .four p, section.gridblock-layout .grid [class*=" grid-"] .four a, section.gridblock-layout .grid [class*=" grid-"] .four p, div.gridblock-layout .grid [class^=grid-] .four a, div.gridblock-layout .grid [class^=grid-] .four p, div.gridblock-layout .grid [class*=" grid-"] .four a, div.gridblock-layout .grid [class*=" grid-"] .four p {
  color: #fff;
}
section.gridblock-layout .grid [class^=grid-] .four:hover, section.gridblock-layout .grid [class*=" grid-"] .four:hover, div.gridblock-layout .grid [class^=grid-] .four:hover, div.gridblock-layout .grid [class*=" grid-"] .four:hover {
  -webkit-transition: 500ms;
  transition: 500ms;
  filter: saturate(0%);
}
section.gridblock-layout .grid [class^=grid-] .four p, section.gridblock-layout .grid [class*=" grid-"] .four p, div.gridblock-layout .grid [class^=grid-] .four p, div.gridblock-layout .grid [class*=" grid-"] .four p {
  cursor: pointer;
}
section.gridblock-layout .grid [class^=grid-] .four p:hover, section.gridblock-layout .grid [class*=" grid-"] .four p:hover, div.gridblock-layout .grid [class^=grid-] .four p:hover, div.gridblock-layout .grid [class*=" grid-"] .four p:hover {
  background-color: unset;
}
section.steps, div.steps {
  padding: 0;
}
section.steps.gridbox .grid, div.steps.gridbox .grid {
  background: transparent;
  padding: 0;
}
section.steps.gridbox .grid .grid-3, div.steps.gridbox .grid .grid-3 {
  border-bottom: 1px solid #474c55;
  border-right: none;
}
section.steps.gridbox .grid .grid-3:before, div.steps.gridbox .grid .grid-3:before {
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #070078;
  display: block;
  position: absolute;
  left: 42%;
  bottom: -20px;
}
@media (min-width: 481px) {
  section.steps.gridbox .grid .grid-3:before, div.steps.gridbox .grid .grid-3:before {
    top: 46%;
    right: -30px;
    transform: rotate(270deg);
    left: unset;
    bottom: unset;
  }
}
section.steps.gridbox .grid .grid-3:after, div.steps.gridbox .grid .grid-3:after {
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  display: block;
  position: absolute;
  left: 42%;
  bottom: -14px;
}
@media (min-width: 481px) {
  section.steps.gridbox .grid .grid-3:after, div.steps.gridbox .grid .grid-3:after {
    top: 46%;
    right: -24px;
    transform: rotate(270deg);
    left: unset;
    bottom: unset;
  }
}
section.steps.gridbox .grid .grid-3:last-of-type, div.steps.gridbox .grid .grid-3:last-of-type {
  border-right: none;
}
section.steps.gridbox .grid .grid-3:last-of-type:before, section.steps.gridbox .grid .grid-3:last-of-type:after, div.steps.gridbox .grid .grid-3:last-of-type:before, div.steps.gridbox .grid .grid-3:last-of-type:after {
  content: none;
}
@media (min-width: 481px) {
  section.steps.gridbox .grid .grid-3, div.steps.gridbox .grid .grid-3 {
    border-right: 1px solid #474c55;
    border-bottom: none;
  }
}
section.steps h2, div.steps h2 {
  text-align: right;
  text-transform: uppercase;
  font-family: sans-serif;
}
section.steps h2 span, div.steps h2 span {
  font-size: 2em;
  padding: 0 0.5em 0 0;
  color: #070078;
  font-weight: bold;
}
section.steps p, div.steps p {
  font-weight: bold;
  padding: 0 1em;
}
section.gradient-steps, div.gradient-steps {
  background: none;
  margin: 1em 0;
}
@media (min-width: 481px) {
  section.gradient-steps, div.gradient-steps {
    background: rgb(33, 177, 255);
    background: linear-gradient(90deg, rgb(33, 177, 255) 0%, rgb(7, 0, 120) 100%);
    margin: 1em 0 4em 0;
  }
}
section.gradient-steps .grid.new, div.gradient-steps .grid.new {
  grid-template-columns: 1fr !important;
}
@media (min-width: 481px) {
  section.gradient-steps .grid.new, div.gradient-steps .grid.new {
    grid-template-columns: repeat(auto-fill, minmax(241px, 1fr)) !important;
  }
}
section.gradient-steps .grid.new .grid-3, div.gradient-steps .grid.new .grid-3 {
  border-radius: 0;
  background: #070078;
}
@media (min-width: 481px) {
  section.gradient-steps .grid.new .grid-3, div.gradient-steps .grid.new .grid-3 {
    border-radius: initial;
    background: initial;
  }
}
section.gradient-steps .grid.new .grid-3 a, div.gradient-steps .grid.new .grid-3 a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 36px;
  color: white;
  /*need more margin on the left of links to accomodate the numbers*/
  padding: 0 10px 0 10px;
  background: transparent;
  /*background: linear-gradient(#666, #333);*/
  position: relative;
}
section.gradient-steps .grid.new .grid-3 a:after, div.gradient-steps .grid.new .grid-3 a:after {
  content: "";
  position: absolute;
  top: -26px;
  right: -60px;
  width: 130px;
  height: 130px;
  /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
  length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
  if diagonal required = 1; length = 1/1.414 = 0.707*/
  transform: scale(1) rotate(45deg);
  /*we need to prevent the arrows from getting buried under the next link*/
  z-index: 1;
  box-shadow: 55px -55px 0 0px rgb(255, 255, 255), 0px 0px 0 0px rgba(255, 255, 255, 0);
  color: white;
  transition: all 0.5s;
}
@media (min-width: 481px) {
  section.gradient-steps .grid.new .grid-3 a:after, div.gradient-steps .grid.new .grid-3 a:after {
    top: -22px;
    right: -80px;
    width: 120px;
    height: 120px;
    transform: scale(0.707) rotate(45deg);
    box-shadow: 6px -6px 0 0px rgb(255, 255, 255), 0px 0px 0 0px rgba(255, 255, 255, 0);
  }
}
@media (min-width: 1025px) {
  section.gradient-steps .grid.new .grid-3 a:after, div.gradient-steps .grid.new .grid-3 a:after {
    top: -22px;
    right: 16px;
    width: 120px;
    height: 120px;
    transform: scale(0.707) rotate(45deg);
    box-shadow: 6px -6px 0 0px rgb(255, 255, 255), 0px 0px 0 0px rgba(255, 255, 255, 0);
  }
}
section.gradient-steps .grid.new .grid-3 a .featured-box-text, div.gradient-steps .grid.new .grid-3 a .featured-box-text {
  padding: 0 28px 0 0;
  min-width: 240px;
  display: grid;
  grid-template-rows: 50px 30px;
  grid-template-columns: 140px 70px;
  grid-template-areas: "heading heading" "type amount";
  position: relative;
  z-index: 2;
}
@media (min-width: 481px) {
  section.gradient-steps .grid.new .grid-3 a .featured-box-text, div.gradient-steps .grid.new .grid-3 a .featured-box-text {
    padding: 0 35px 0 0;
    min-width: unset;
    grid-template-rows: 50px 30px;
    grid-template-columns: 140px 14px;
  }
}
@media (min-width: 1025px) {
  section.gradient-steps .grid.new .grid-3 a .featured-box-text, div.gradient-steps .grid.new .grid-3 a .featured-box-text {
    padding: 0 28px 0 0;
    min-width: 240px;
    grid-template-rows: 50px 30px;
    grid-template-columns: 140px 70px;
  }
}
section.gradient-steps .grid.new .grid-3 a .featured-box-text h3, div.gradient-steps .grid.new .grid-3 a .featured-box-text h3 {
  place-self: center start;
  grid-area: heading;
}
section.gradient-steps .grid.new .grid-3 a .featured-box-text h6, div.gradient-steps .grid.new .grid-3 a .featured-box-text h6 {
  place-self: end start;
  grid-area: type;
}
section.gradient-steps .grid.new .grid-3 a .featured-box-text p, div.gradient-steps .grid.new .grid-3 a .featured-box-text p {
  grid-area: amount;
  border: 1px solid #0064C8;
  padding: 12px 6px;
  border-radius: 50%;
  max-width: 70px;
  position: absolute;
  top: -44px;
  right: -56px;
  background: #fff;
  color: #474c55;
  font-size: 0.9em;
  line-height: 1em;
  text-align: center;
}
@media (min-width: 1025px) {
  section.gradient-steps .grid.new .grid-3 a .featured-box-text p, div.gradient-steps .grid.new .grid-3 a .featured-box-text p {
    top: 2px;
    right: 16px;
  }
}
@media (min-width: 1025px) {
  section.gradient-steps .grid.new .grid-3:last-child a:after, div.gradient-steps .grid.new .grid-3:last-child a:after {
    box-shadow: none;
  }
}
@media (min-width: 1025px) {
  section.gradient-steps .grid.new .grid-3:last-child a .featured-box-text p, div.gradient-steps .grid.new .grid-3:last-child a .featured-box-text p {
    right: -12px;
  }
}
section.gradient-steps.affiliate, section.gradient-steps.associate, section.gradient-steps.member, section.gradient-steps.fellow, div.gradient-steps.affiliate, div.gradient-steps.associate, div.gradient-steps.member, div.gradient-steps.fellow {
  overflow: hidden;
  background: transparent;
  margin: 1em 0;
}
section.gradient-steps.affiliate:hover, section.gradient-steps.associate:hover, section.gradient-steps.member:hover, section.gradient-steps.fellow:hover, div.gradient-steps.affiliate:hover, div.gradient-steps.associate:hover, div.gradient-steps.member:hover, div.gradient-steps.fellow:hover {
  background: transparent;
}
section.gradient-steps.affiliate .grid, section.gradient-steps.associate .grid, section.gradient-steps.member .grid, section.gradient-steps.fellow .grid, div.gradient-steps.affiliate .grid, div.gradient-steps.associate .grid, div.gradient-steps.member .grid, div.gradient-steps.fellow .grid {
  padding: 0;
}
@media (min-width: 481px) {
  section.gradient-steps.affiliate .grid, section.gradient-steps.associate .grid, section.gradient-steps.member .grid, section.gradient-steps.fellow .grid, div.gradient-steps.affiliate .grid, div.gradient-steps.associate .grid, div.gradient-steps.member .grid, div.gradient-steps.fellow .grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
  }
}
@media (min-width: 766px) {
  section.gradient-steps.affiliate .grid, section.gradient-steps.associate .grid, section.gradient-steps.member .grid, section.gradient-steps.fellow .grid, div.gradient-steps.affiliate .grid, div.gradient-steps.associate .grid, div.gradient-steps.member .grid, div.gradient-steps.fellow .grid {
    grid-template-columns: repeat(auto-fill, minmax(176px, 1fr)) !important;
  }
}
section.gradient-steps.affiliate .grid .grid-3, section.gradient-steps.associate .grid .grid-3, section.gradient-steps.member .grid .grid-3, section.gradient-steps.fellow .grid .grid-3, div.gradient-steps.affiliate .grid .grid-3, div.gradient-steps.associate .grid .grid-3, div.gradient-steps.member .grid .grid-3, div.gradient-steps.fellow .grid .grid-3 {
  border-radius: 0;
  overflow: hidden;
  background: none;
}
@media (min-width: 481px) {
  section.gradient-steps.affiliate .grid .grid-3, section.gradient-steps.associate .grid .grid-3, section.gradient-steps.member .grid .grid-3, section.gradient-steps.fellow .grid .grid-3, div.gradient-steps.affiliate .grid .grid-3, div.gradient-steps.associate .grid .grid-3, div.gradient-steps.member .grid .grid-3, div.gradient-steps.fellow .grid .grid-3 {
    overflow: unset;
  }
}
section.gradient-steps.affiliate .grid .grid-3 a:after, section.gradient-steps.associate .grid .grid-3 a:after, section.gradient-steps.member .grid .grid-3 a:after, section.gradient-steps.fellow .grid .grid-3 a:after, div.gradient-steps.affiliate .grid .grid-3 a:after, div.gradient-steps.associate .grid .grid-3 a:after, div.gradient-steps.member .grid .grid-3 a:after, div.gradient-steps.fellow .grid .grid-3 a:after {
  top: -142px;
  right: 16px;
  width: 360px;
  height: 360px;
  background: #666;
  z-index: 2;
}
section.gradient-steps.affiliate .grid .grid-3 a:hover, section.gradient-steps.associate .grid .grid-3 a:hover, section.gradient-steps.member .grid .grid-3 a:hover, section.gradient-steps.fellow .grid .grid-3 a:hover, div.gradient-steps.affiliate .grid .grid-3 a:hover, div.gradient-steps.associate .grid .grid-3 a:hover, div.gradient-steps.member .grid .grid-3 a:hover, div.gradient-steps.fellow .grid .grid-3 a:hover {
  border-radius: 0 !important;
  filter: saturate(100%) !important;
}
section.gradient-steps.affiliate .grid .grid-3 a:hover:after, section.gradient-steps.associate .grid .grid-3 a:hover:after, section.gradient-steps.member .grid .grid-3 a:hover:after, section.gradient-steps.fellow .grid .grid-3 a:hover:after, div.gradient-steps.affiliate .grid .grid-3 a:hover:after, div.gradient-steps.associate .grid .grid-3 a:hover:after, div.gradient-steps.member .grid .grid-3 a:hover:after, div.gradient-steps.fellow .grid .grid-3 a:hover:after {
  background: #070078;
}
section.gradient-steps.affiliate .grid .grid-3 a .featured-box-text, section.gradient-steps.associate .grid .grid-3 a .featured-box-text, section.gradient-steps.member .grid .grid-3 a .featured-box-text, section.gradient-steps.fellow .grid .grid-3 a .featured-box-text, div.gradient-steps.affiliate .grid .grid-3 a .featured-box-text, div.gradient-steps.associate .grid .grid-3 a .featured-box-text, div.gradient-steps.member .grid .grid-3 a .featured-box-text, div.gradient-steps.fellow .grid .grid-3 a .featured-box-text {
  grid-template-areas: "heading heading" "type type";
  place-content: start center;
  z-index: 3;
}
@media (min-width: 481px) {
  section.gradient-steps.affiliate .grid .grid-3 a .featured-box-text h3, section.gradient-steps.associate .grid .grid-3 a .featured-box-text h3, section.gradient-steps.member .grid .grid-3 a .featured-box-text h3, section.gradient-steps.fellow .grid .grid-3 a .featured-box-text h3, div.gradient-steps.affiliate .grid .grid-3 a .featured-box-text h3, div.gradient-steps.associate .grid .grid-3 a .featured-box-text h3, div.gradient-steps.member .grid .grid-3 a .featured-box-text h3, div.gradient-steps.fellow .grid .grid-3 a .featured-box-text h3 {
    font-size: 1.1em;
  }
}
@media (min-width: 1025px) {
  section.gradient-steps.affiliate .grid .grid-3 a .featured-box-text h3, section.gradient-steps.associate .grid .grid-3 a .featured-box-text h3, section.gradient-steps.member .grid .grid-3 a .featured-box-text h3, section.gradient-steps.fellow .grid .grid-3 a .featured-box-text h3, div.gradient-steps.affiliate .grid .grid-3 a .featured-box-text h3, div.gradient-steps.associate .grid .grid-3 a .featured-box-text h3, div.gradient-steps.member .grid .grid-3 a .featured-box-text h3, div.gradient-steps.fellow .grid .grid-3 a .featured-box-text h3 {
    font-size: initial;
  }
}
section.gradient-steps.affiliate .grid .grid-3 a .featured-box-text h6, section.gradient-steps.associate .grid .grid-3 a .featured-box-text h6, section.gradient-steps.member .grid .grid-3 a .featured-box-text h6, section.gradient-steps.fellow .grid .grid-3 a .featured-box-text h6, div.gradient-steps.affiliate .grid .grid-3 a .featured-box-text h6, div.gradient-steps.associate .grid .grid-3 a .featured-box-text h6, div.gradient-steps.member .grid .grid-3 a .featured-box-text h6, div.gradient-steps.fellow .grid .grid-3 a .featured-box-text h6 {
  place-self: start;
}
section.gradient-steps.affiliate .grid .grid-3:first-of-type a:after, section.gradient-steps.associate .grid .grid-3:first-of-type a:after, section.gradient-steps.member .grid .grid-3:first-of-type a:after, section.gradient-steps.fellow .grid .grid-3:first-of-type a:after, div.gradient-steps.affiliate .grid .grid-3:first-of-type a:after, div.gradient-steps.associate .grid .grid-3:first-of-type a:after, div.gradient-steps.member .grid .grid-3:first-of-type a:after, div.gradient-steps.fellow .grid .grid-3:first-of-type a:after {
  z-index: 9;
}
section.gradient-steps.affiliate .grid .grid-3:first-of-type a:hover, section.gradient-steps.associate .grid .grid-3:first-of-type a:hover, section.gradient-steps.member .grid .grid-3:first-of-type a:hover, section.gradient-steps.fellow .grid .grid-3:first-of-type a:hover, div.gradient-steps.affiliate .grid .grid-3:first-of-type a:hover, div.gradient-steps.associate .grid .grid-3:first-of-type a:hover, div.gradient-steps.member .grid .grid-3:first-of-type a:hover, div.gradient-steps.fellow .grid .grid-3:first-of-type a:hover {
  z-index: 9;
}
section.gradient-steps.affiliate .grid .grid-3:first-of-type .featured-box-text, section.gradient-steps.associate .grid .grid-3:first-of-type .featured-box-text, section.gradient-steps.member .grid .grid-3:first-of-type .featured-box-text, section.gradient-steps.fellow .grid .grid-3:first-of-type .featured-box-text, div.gradient-steps.affiliate .grid .grid-3:first-of-type .featured-box-text, div.gradient-steps.associate .grid .grid-3:first-of-type .featured-box-text, div.gradient-steps.member .grid .grid-3:first-of-type .featured-box-text, div.gradient-steps.fellow .grid .grid-3:first-of-type .featured-box-text {
  z-index: 10;
}
section.gradient-steps.affiliate .grid .grid-3:nth-of-type(2) a:after, section.gradient-steps.associate .grid .grid-3:nth-of-type(2) a:after, section.gradient-steps.member .grid .grid-3:nth-of-type(2) a:after, section.gradient-steps.fellow .grid .grid-3:nth-of-type(2) a:after, div.gradient-steps.affiliate .grid .grid-3:nth-of-type(2) a:after, div.gradient-steps.associate .grid .grid-3:nth-of-type(2) a:after, div.gradient-steps.member .grid .grid-3:nth-of-type(2) a:after, div.gradient-steps.fellow .grid .grid-3:nth-of-type(2) a:after {
  z-index: 7;
}
section.gradient-steps.affiliate .grid .grid-3:nth-of-type(2) a:hover, section.gradient-steps.associate .grid .grid-3:nth-of-type(2) a:hover, section.gradient-steps.member .grid .grid-3:nth-of-type(2) a:hover, section.gradient-steps.fellow .grid .grid-3:nth-of-type(2) a:hover, div.gradient-steps.affiliate .grid .grid-3:nth-of-type(2) a:hover, div.gradient-steps.associate .grid .grid-3:nth-of-type(2) a:hover, div.gradient-steps.member .grid .grid-3:nth-of-type(2) a:hover, div.gradient-steps.fellow .grid .grid-3:nth-of-type(2) a:hover {
  z-index: 7;
}
section.gradient-steps.affiliate .grid .grid-3:nth-of-type(2) .featured-box-text, section.gradient-steps.associate .grid .grid-3:nth-of-type(2) .featured-box-text, section.gradient-steps.member .grid .grid-3:nth-of-type(2) .featured-box-text, section.gradient-steps.fellow .grid .grid-3:nth-of-type(2) .featured-box-text, div.gradient-steps.affiliate .grid .grid-3:nth-of-type(2) .featured-box-text, div.gradient-steps.associate .grid .grid-3:nth-of-type(2) .featured-box-text, div.gradient-steps.member .grid .grid-3:nth-of-type(2) .featured-box-text, div.gradient-steps.fellow .grid .grid-3:nth-of-type(2) .featured-box-text {
  z-index: 8;
}
section.gradient-steps.affiliate .grid .grid-3:nth-of-type(3) a:after, section.gradient-steps.associate .grid .grid-3:nth-of-type(3) a:after, section.gradient-steps.member .grid .grid-3:nth-of-type(3) a:after, section.gradient-steps.fellow .grid .grid-3:nth-of-type(3) a:after, div.gradient-steps.affiliate .grid .grid-3:nth-of-type(3) a:after, div.gradient-steps.associate .grid .grid-3:nth-of-type(3) a:after, div.gradient-steps.member .grid .grid-3:nth-of-type(3) a:after, div.gradient-steps.fellow .grid .grid-3:nth-of-type(3) a:after {
  z-index: 5;
}
section.gradient-steps.affiliate .grid .grid-3:nth-of-type(3) a:hover, section.gradient-steps.associate .grid .grid-3:nth-of-type(3) a:hover, section.gradient-steps.member .grid .grid-3:nth-of-type(3) a:hover, section.gradient-steps.fellow .grid .grid-3:nth-of-type(3) a:hover, div.gradient-steps.affiliate .grid .grid-3:nth-of-type(3) a:hover, div.gradient-steps.associate .grid .grid-3:nth-of-type(3) a:hover, div.gradient-steps.member .grid .grid-3:nth-of-type(3) a:hover, div.gradient-steps.fellow .grid .grid-3:nth-of-type(3) a:hover {
  z-index: 5;
}
section.gradient-steps.affiliate .grid .grid-3:nth-of-type(3) .featured-box-text, section.gradient-steps.associate .grid .grid-3:nth-of-type(3) .featured-box-text, section.gradient-steps.member .grid .grid-3:nth-of-type(3) .featured-box-text, section.gradient-steps.fellow .grid .grid-3:nth-of-type(3) .featured-box-text, div.gradient-steps.affiliate .grid .grid-3:nth-of-type(3) .featured-box-text, div.gradient-steps.associate .grid .grid-3:nth-of-type(3) .featured-box-text, div.gradient-steps.member .grid .grid-3:nth-of-type(3) .featured-box-text, div.gradient-steps.fellow .grid .grid-3:nth-of-type(3) .featured-box-text {
  z-index: 6;
}
section.gradient-steps.affiliate .grid .grid-3:last-of-type a:after, section.gradient-steps.associate .grid .grid-3:last-of-type a:after, section.gradient-steps.member .grid .grid-3:last-of-type a:after, section.gradient-steps.fellow .grid .grid-3:last-of-type a:after, div.gradient-steps.affiliate .grid .grid-3:last-of-type a:after, div.gradient-steps.associate .grid .grid-3:last-of-type a:after, div.gradient-steps.member .grid .grid-3:last-of-type a:after, div.gradient-steps.fellow .grid .grid-3:last-of-type a:after {
  z-index: 3;
}
section.gradient-steps.affiliate .grid .grid-3:last-of-type a:hover, section.gradient-steps.associate .grid .grid-3:last-of-type a:hover, section.gradient-steps.member .grid .grid-3:last-of-type a:hover, section.gradient-steps.fellow .grid .grid-3:last-of-type a:hover, div.gradient-steps.affiliate .grid .grid-3:last-of-type a:hover, div.gradient-steps.associate .grid .grid-3:last-of-type a:hover, div.gradient-steps.member .grid .grid-3:last-of-type a:hover, div.gradient-steps.fellow .grid .grid-3:last-of-type a:hover {
  z-index: 3;
}
section.gradient-steps.affiliate .grid .grid-3:last-of-type .featured-box-text, section.gradient-steps.associate .grid .grid-3:last-of-type .featured-box-text, section.gradient-steps.member .grid .grid-3:last-of-type .featured-box-text, section.gradient-steps.fellow .grid .grid-3:last-of-type .featured-box-text, div.gradient-steps.affiliate .grid .grid-3:last-of-type .featured-box-text, div.gradient-steps.associate .grid .grid-3:last-of-type .featured-box-text, div.gradient-steps.member .grid .grid-3:last-of-type .featured-box-text, div.gradient-steps.fellow .grid .grid-3:last-of-type .featured-box-text {
  z-index: 4;
}
section.gradient-steps.affiliate, div.gradient-steps.affiliate {
  background: transparent !important;
}
section.gradient-steps.affiliate .grid .grid-3:first-of-type a:after, div.gradient-steps.affiliate .grid .grid-3:first-of-type a:after {
  background: #22b3ff;
  border-radius: 0;
  top: -142px;
  right: 16px;
  width: 360px;
  height: 360px;
}
section.gradient-steps.affiliate .grid .grid-3:first-of-type a:hover, div.gradient-steps.affiliate .grid .grid-3:first-of-type a:hover {
  border-radius: 0 !important;
  filter: saturate(100%) !important;
}
section.gradient-steps.affiliate .grid .grid-3:first-of-type a:hover:after, div.gradient-steps.affiliate .grid .grid-3:first-of-type a:hover:after {
  background: #070078;
}
section.gradient-steps.affiliate.studying .grid .grid-3 a:after, div.gradient-steps.affiliate.studying .grid .grid-3 a:after {
  background: #22b3ff;
}
section.gradient-steps.associate .grid .grid-3:nth-of-type(2) a:after, div.gradient-steps.associate .grid .grid-3:nth-of-type(2) a:after {
  background: #22b3ff;
  border-radius: 0;
  top: -142px;
  right: 16px;
  width: 360px;
  height: 360px;
}
section.gradient-steps.associate .grid .grid-3:nth-of-type(2) a:hover, div.gradient-steps.associate .grid .grid-3:nth-of-type(2) a:hover {
  border-radius: 0 !important;
  filter: saturate(100%) !important;
}
section.gradient-steps.associate .grid .grid-3:nth-of-type(2) a:hover:after, div.gradient-steps.associate .grid .grid-3:nth-of-type(2) a:hover:after {
  background: #070078;
}
section.gradient-steps.member .grid .grid-3:nth-of-type(3) a:after, div.gradient-steps.member .grid .grid-3:nth-of-type(3) a:after {
  background: #22b3ff;
  border-radius: 0;
  top: -142px;
  right: 16px;
  width: 360px;
  height: 360px;
}
section.gradient-steps.member .grid .grid-3:nth-of-type(3) a:hover, div.gradient-steps.member .grid .grid-3:nth-of-type(3) a:hover {
  border-radius: 0 !important;
  filter: saturate(100%) !important;
}
section.gradient-steps.member .grid .grid-3:nth-of-type(3) a:hover:after, div.gradient-steps.member .grid .grid-3:nth-of-type(3) a:hover:after {
  background: #070078;
}
section.gradient-steps.fellow .grid .grid-3:last-of-type a:after, div.gradient-steps.fellow .grid .grid-3:last-of-type a:after {
  background: #22b3ff;
  border-radius: 0;
  top: -142px;
  right: 16px;
  width: 360px;
  height: 360px;
}
section.gradient-steps.fellow .grid .grid-3:last-of-type a:hover, div.gradient-steps.fellow .grid .grid-3:last-of-type a:hover {
  background: #070078 !important;
  border-radius: 0 !important;
  filter: saturate(100%) !important;
}
section.gradient-steps.fellow .grid .grid-3:last-of-type a:hover:after, div.gradient-steps.fellow .grid .grid-3:last-of-type a:hover:after {
  background: #070078;
}
section.membership-blocks [class^=grid-] a .featured-box-text, section.membership-blocks [class*=" grid-"] a .featured-box-text, div.membership-blocks [class^=grid-] a .featured-box-text, div.membership-blocks [class*=" grid-"] a .featured-box-text {
  display: grid;
  place-items: center;
  grid-template-rows: 1.3fr 1.3fr 0.3fr;
  text-align: center;
  border-radius: 8px;
}
section.membership-blocks [class^=grid-] a .featured-box-text h3, section.membership-blocks [class*=" grid-"] a .featured-box-text h3, div.membership-blocks [class^=grid-] a .featured-box-text h3, div.membership-blocks [class*=" grid-"] a .featured-box-text h3 {
  line-height: 23px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
section.membership-blocks [class^=grid-] a .featured-box-text h6, section.membership-blocks [class*=" grid-"] a .featured-box-text h6, div.membership-blocks [class^=grid-] a .featured-box-text h6, div.membership-blocks [class*=" grid-"] a .featured-box-text h6 {
  color: #00ffff;
  font-weight: 600;
  line-height: 23px;
  font-size: 16px;
}
section.membership-blocks [class^=grid-] a .featured-box-text .more, section.membership-blocks [class*=" grid-"] a .featured-box-text .more, div.membership-blocks [class^=grid-] a .featured-box-text .more, div.membership-blocks [class*=" grid-"] a .featured-box-text .more {
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
  background-color: #fff;
  border-color: #fff;
  color: #000;
  line-height: 20px;
  position: relative;
  padding: 4% 10%;
  border-radius: 16px;
}
section.membership-blocks [class^=grid-] a .featured-box-text .more:before, section.membership-blocks [class*=" grid-"] a .featured-box-text .more:before, div.membership-blocks [class^=grid-] a .featured-box-text .more:before, div.membership-blocks [class*=" grid-"] a .featured-box-text .more:before {
  -webkit-transition: 200ms;
  transition: 200ms;
  font-family: "FontAwesomeSolid", serif;
  content: "\f061";
  position: absolute;
  top: 14px;
  right: 8.3em;
  font-size: 0.7em;
}
@media (min-width: 1025px) {
  section.membership-blocks [class^=grid-] a .featured-box-text .more:before, section.membership-blocks [class*=" grid-"] a .featured-box-text .more:before, div.membership-blocks [class^=grid-] a .featured-box-text .more:before, div.membership-blocks [class*=" grid-"] a .featured-box-text .more:before {
    top: 9px;
    right: 3em;
  }
}
section.membership-blocks [class^=grid-] .grid-3:first-of-type a, section.membership-blocks [class*=" grid-"] .grid-3:first-of-type a, div.membership-blocks [class^=grid-] .grid-3:first-of-type a, div.membership-blocks [class*=" grid-"] .grid-3:first-of-type a {
  background: linear-gradient(90deg, rgb(33, 177, 255) 0%, rgb(27, 134, 222) 100%);
}
section.membership-blocks [class^=grid-] .grid-3:nth-of-type(2) a, section.membership-blocks [class*=" grid-"] .grid-3:nth-of-type(2) a, div.membership-blocks [class^=grid-] .grid-3:nth-of-type(2) a, div.membership-blocks [class*=" grid-"] .grid-3:nth-of-type(2) a {
  background: linear-gradient(90deg, rgb(27, 134, 222) 0%, rgb(20, 90, 189) 100%);
}
section.membership-blocks [class^=grid-] .grid-3:nth-of-type(3) a, section.membership-blocks [class*=" grid-"] .grid-3:nth-of-type(3) a, div.membership-blocks [class^=grid-] .grid-3:nth-of-type(3) a, div.membership-blocks [class*=" grid-"] .grid-3:nth-of-type(3) a {
  background: linear-gradient(90deg, rgb(20, 90, 189) 0%, rgb(7, 0, 120) 100%);
}
section.membership-blocks [class^=grid-] .grid-3:last-of-type a, section.membership-blocks [class*=" grid-"] .grid-3:last-of-type a, div.membership-blocks [class^=grid-] .grid-3:last-of-type a, div.membership-blocks [class*=" grid-"] .grid-3:last-of-type a {
  background: linear-gradient(90deg, rgb(7, 0, 120) 0%, rgb(7, 0, 120) 100%);
}
section.overlay-titles [class^=grid-], section.overlay-titles [class*=" grid-"], div.overlay-titles [class^=grid-], div.overlay-titles [class*=" grid-"] {
  position: relative;
}
section.overlay-titles [class^=grid-] .featured-box-text, section.overlay-titles [class*=" grid-"] .featured-box-text, div.overlay-titles [class^=grid-] .featured-box-text, div.overlay-titles [class*=" grid-"] .featured-box-text {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  background: rgba(0, 0, 0, 0.4);
  width: 95%;
  padding: 0.5em;
  color: #fff;
}
section.overlay-titles .slide p, div.overlay-titles .slide p {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  background: rgba(0, 0, 0, 0.2);
  width: 95%;
  padding: 0.5em;
  color: #fff;
}
section.membership-pricing, div.membership-pricing {
  background: none;
  margin: 1em 0;
  background: rgb(33, 177, 255);
}
@media (min-width: 481px) {
  section.membership-pricing, div.membership-pricing {
    background: linear-gradient(90deg, rgb(33, 177, 255) 0%, rgb(7, 0, 120) 100%);
    margin: 1em 0;
  }
}
@media (min-width: 1025px) {
  section.membership-pricing, div.membership-pricing {
    border-radius: 8px;
  }
}
section.membership-pricing .grid.new, div.membership-pricing .grid.new {
  place-content: start center;
}
section.membership-pricing .grid.new.grid-columns-4, div.membership-pricing .grid.new.grid-columns-4 {
  grid-template-columns: 1fr;
}
@media (min-width: 481px) {
  section.membership-pricing .grid.new.grid-columns-4, div.membership-pricing .grid.new.grid-columns-4 {
    grid-template-columns: 146px 179px 1fr 110px;
  }
}
@media (min-width: 1025px) {
  section.membership-pricing .grid.new.grid-columns-4, div.membership-pricing .grid.new.grid-columns-4 {
    grid-template-columns: 220px 240px 1fr 180px;
  }
}
section.membership-pricing .grid.new [class^=grid-], section.membership-pricing .grid.new [class*=" grid-"], div.membership-pricing .grid.new [class^=grid-], div.membership-pricing .grid.new [class*=" grid-"] {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  position: relative;
}
@media (min-width: 481px) {
  section.membership-pricing .grid.new [class^=grid-], section.membership-pricing .grid.new [class*=" grid-"], div.membership-pricing .grid.new [class^=grid-], div.membership-pricing .grid.new [class*=" grid-"] {
    border-right: 1px solid #fff;
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  section.membership-pricing .grid.new [class^=grid-], section.membership-pricing .grid.new [class*=" grid-"], div.membership-pricing .grid.new [class^=grid-], div.membership-pricing .grid.new [class*=" grid-"] {
    padding: 0.5em;
  }
}
section.membership-pricing .grid.new [class^=grid-]:first-of-type:after, section.membership-pricing .grid.new [class*=" grid-"]:first-of-type:after, div.membership-pricing .grid.new [class^=grid-]:first-of-type:after, div.membership-pricing .grid.new [class*=" grid-"]:first-of-type:after {
  content: "or";
  font-size: 1.3em;
  color: #fff;
  background: #22b3ff;
  position: absolute;
  bottom: -14px;
  left: 46%;
  padding: 0 0.25em;
}
@media (min-width: 481px) {
  section.membership-pricing .grid.new [class^=grid-]:first-of-type:after, section.membership-pricing .grid.new [class*=" grid-"]:first-of-type:after, div.membership-pricing .grid.new [class^=grid-]:first-of-type:after, div.membership-pricing .grid.new [class*=" grid-"]:first-of-type:after {
    right: -10px;
    top: 43%;
    left: unset;
    bottom: unset;
    background: #1B89E0;
    padding: 0;
  }
}
section.membership-pricing .grid.new [class^=grid-]:nth-of-type(3), section.membership-pricing .grid.new [class*=" grid-"]:nth-of-type(3), div.membership-pricing .grid.new [class^=grid-]:nth-of-type(3), div.membership-pricing .grid.new [class*=" grid-"]:nth-of-type(3) {
  border: none;
}
section.membership-pricing .grid.new [class^=grid-]:last-of-type, section.membership-pricing .grid.new [class*=" grid-"]:last-of-type, div.membership-pricing .grid.new [class^=grid-]:last-of-type, div.membership-pricing .grid.new [class*=" grid-"]:last-of-type {
  border: none;
  display: grid;
  place-content: center;
}
section.membership-pricing .grid.new [class^=grid-]:last-of-type .featured-box-text h3, section.membership-pricing .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3, div.membership-pricing .grid.new [class^=grid-]:last-of-type .featured-box-text h3, div.membership-pricing .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3 {
  grid-area: amount;
  border: 8px solid #0064C8;
  padding: 36px 36px;
  border-radius: 50%;
  max-width: 140px;
  position: unset;
  background: #fff;
  color: #474c55;
  font-size: 1.2em;
  line-height: 1em;
  text-align: center;
}
@media (min-width: 481px) {
  section.membership-pricing .grid.new [class^=grid-]:last-of-type .featured-box-text h3, section.membership-pricing .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3, div.membership-pricing .grid.new [class^=grid-]:last-of-type .featured-box-text h3, div.membership-pricing .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3 {
    padding: 20px 20px;
  }
}
@media (min-width: 1025px) {
  section.membership-pricing .grid.new [class^=grid-]:last-of-type .featured-box-text h3, section.membership-pricing .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3, div.membership-pricing .grid.new [class^=grid-]:last-of-type .featured-box-text h3, div.membership-pricing .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3 {
    padding: 36px 36px;
  }
}
section.membership-pricing .grid.new [class^=grid-] .featured-box-text h3, section.membership-pricing .grid.new [class*=" grid-"] .featured-box-text h3, div.membership-pricing .grid.new [class^=grid-] .featured-box-text h3, div.membership-pricing .grid.new [class*=" grid-"] .featured-box-text h3 {
  color: #fff;
}
section.membership-pricing .grid.new [class^=grid-] .featured-box-text p, section.membership-pricing .grid.new [class*=" grid-"] .featured-box-text p, div.membership-pricing .grid.new [class^=grid-] .featured-box-text p, div.membership-pricing .grid.new [class*=" grid-"] .featured-box-text p {
  color: #fff;
}
section.membership-pricing .grid.new [class^=grid-] .featured-box-text p:before, section.membership-pricing .grid.new [class*=" grid-"] .featured-box-text p:before, div.membership-pricing .grid.new [class^=grid-] .featured-box-text p:before, div.membership-pricing .grid.new [class*=" grid-"] .featured-box-text p:before {
  content: none;
}
@media (min-width: 481px) {
  section.membership-pricing.associate .grid.new.grid-columns-4, div.membership-pricing.associate .grid.new.grid-columns-4 {
    grid-template-columns: 300px 159px 1fr 30px;
  }
}
@media (min-width: 1025px) {
  section.membership-pricing.associate .grid.new.grid-columns-4, div.membership-pricing.associate .grid.new.grid-columns-4 {
    grid-template-columns: 316px 240px 1fr 150px;
  }
}
@media (min-width: 481px) {
  section.membership-pricing.associate .grid.new [class^=grid-]:first-of-type:after, section.membership-pricing.associate .grid.new [class*=" grid-"]:first-of-type:after, div.membership-pricing.associate .grid.new [class^=grid-]:first-of-type:after, div.membership-pricing.associate .grid.new [class*=" grid-"]:first-of-type:after {
    background: #1979D4;
  }
}
section.membership-pricing.associate .grid.new [class^=grid-]:first-of-type .featured-box-text, section.membership-pricing.associate .grid.new [class*=" grid-"]:first-of-type .featured-box-text, div.membership-pricing.associate .grid.new [class^=grid-]:first-of-type .featured-box-text, div.membership-pricing.associate .grid.new [class*=" grid-"]:first-of-type .featured-box-text {
  padding: 1rem 0.5em;
}
@media (min-width: 1025px) {
  section.membership-pricing.associate .grid.new [class^=grid-]:first-of-type .featured-box-text, section.membership-pricing.associate .grid.new [class*=" grid-"]:first-of-type .featured-box-text, div.membership-pricing.associate .grid.new [class^=grid-]:first-of-type .featured-box-text, div.membership-pricing.associate .grid.new [class*=" grid-"]:first-of-type .featured-box-text {
    padding: 1rem;
  }
}
section.membership-pricing.associate .grid.new [class^=grid-]:nth-child(2) .featured-box-text, section.membership-pricing.associate .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text, div.membership-pricing.associate .grid.new [class^=grid-]:nth-child(2) .featured-box-text, div.membership-pricing.associate .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text {
  padding: 1rem 0.5em;
}
@media (min-width: 1025px) {
  section.membership-pricing.associate .grid.new [class^=grid-]:nth-child(2) .featured-box-text, section.membership-pricing.associate .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text, div.membership-pricing.associate .grid.new [class^=grid-]:nth-child(2) .featured-box-text, div.membership-pricing.associate .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text {
    padding: 1rem;
  }
}
section.membership-pricing.associate .grid.new [class^=grid-]:nth-child(3) .featured-box-text, section.membership-pricing.associate .grid.new [class*=" grid-"]:nth-child(3) .featured-box-text, div.membership-pricing.associate .grid.new [class^=grid-]:nth-child(3) .featured-box-text, div.membership-pricing.associate .grid.new [class*=" grid-"]:nth-child(3) .featured-box-text {
  padding: 1rem 0;
}
@media (min-width: 1025px) {
  section.membership-pricing.associate .grid.new [class^=grid-]:nth-child(3) .featured-box-text, section.membership-pricing.associate .grid.new [class*=" grid-"]:nth-child(3) .featured-box-text, div.membership-pricing.associate .grid.new [class^=grid-]:nth-child(3) .featured-box-text, div.membership-pricing.associate .grid.new [class*=" grid-"]:nth-child(3) .featured-box-text {
    padding: 1rem;
  }
}
section.membership-pricing.associate .grid.new [class^=grid-]:nth-child(3) .featured-box-text p, section.membership-pricing.associate .grid.new [class*=" grid-"]:nth-child(3) .featured-box-text p, div.membership-pricing.associate .grid.new [class^=grid-]:nth-child(3) .featured-box-text p, div.membership-pricing.associate .grid.new [class*=" grid-"]:nth-child(3) .featured-box-text p {
  margin: 0;
}
@media (min-width: 1025px) {
  section.membership-pricing.associate .grid.new [class^=grid-]:nth-child(3) .featured-box-text p, section.membership-pricing.associate .grid.new [class*=" grid-"]:nth-child(3) .featured-box-text p, div.membership-pricing.associate .grid.new [class^=grid-]:nth-child(3) .featured-box-text p, div.membership-pricing.associate .grid.new [class*=" grid-"]:nth-child(3) .featured-box-text p {
    margin: initial;
  }
}
section.membership-pricing.associate .grid.new [class^=grid-]:last-of-type .featured-box-text, section.membership-pricing.associate .grid.new [class*=" grid-"]:last-of-type .featured-box-text, div.membership-pricing.associate .grid.new [class^=grid-]:last-of-type .featured-box-text, div.membership-pricing.associate .grid.new [class*=" grid-"]:last-of-type .featured-box-text {
  position: relative;
}
@media (min-width: 481px) {
  section.membership-pricing.associate .grid.new [class^=grid-]:last-of-type .featured-box-text h3, section.membership-pricing.associate .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3, div.membership-pricing.associate .grid.new [class^=grid-]:last-of-type .featured-box-text h3, div.membership-pricing.associate .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3 {
    position: absolute;
    bottom: -130px;
    left: -90px;
  }
}
@media (min-width: 1025px) {
  section.membership-pricing.associate .grid.new [class^=grid-]:last-of-type .featured-box-text h3, section.membership-pricing.associate .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3, div.membership-pricing.associate .grid.new [class^=grid-]:last-of-type .featured-box-text h3, div.membership-pricing.associate .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3 {
    position: unset;
  }
}
section.membership-pricing.member, div.membership-pricing.member {
  border-radius: 0;
}
@media (min-width: 1025px) {
  section.membership-pricing.member, div.membership-pricing.member {
    border-radius: 8px;
  }
}
@media (min-width: 481px) {
  section.membership-pricing.member .grid.new.grid-columns-4, div.membership-pricing.member .grid.new.grid-columns-4 {
    grid-template-columns: 230px 248px 1fr 26px;
  }
}
@media (min-width: 1025px) {
  section.membership-pricing.member .grid.new.grid-columns-4, div.membership-pricing.member .grid.new.grid-columns-4 {
    grid-template-columns: 316px 290px 1fr 60px;
  }
}
section.membership-pricing.member .grid.new [class^=grid-]:first-of-type:after, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type:after, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type:after, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type:after {
  content: none;
}
section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text {
  display: grid;
  grid-template-rows: auto;
}
@media (min-width: 481px) {
  section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text {
    grid-template-rows: 40px 100px 238px 60px;
  }
}
@media (min-width: 1025px) {
  section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text {
    grid-template-rows: 40px 100px 146px 60px;
  }
}
section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text p, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text p, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text p, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text p {
  padding: 0;
  margin: 0;
}
section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p {
  padding-bottom: 1em;
}
section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:before, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:before, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:before, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:before {
  content: "1)";
  position: absolute;
  color: #fff;
  left: -14px;
  border: none;
}
@media (min-width: 481px) {
  section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:before, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:before, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:before, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:before {
    content: none;
  }
}
section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:first-of-type, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:first-of-type, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:first-of-type, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:first-of-type {
  border-bottom: 1px solid #fff;
  position: relative;
}
@media (min-width: 481px) {
  section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:first-of-type:after, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:first-of-type:after, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:first-of-type:after, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:first-of-type:after {
    content: "plus";
    font-size: 1em;
    color: #fff;
    background: #1878D4;
    position: absolute;
    right: -39px;
    top: 16px;
    padding: 0.25em 0;
  }
}
section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:last-of-type, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:last-of-type, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:last-of-type, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:last-of-type {
  padding: 0.5em 0;
  position: relative;
}
section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:last-of-type:before, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:last-of-type:before, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:last-of-type:before, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:last-of-type:before {
  content: "3)";
}
@media (min-width: 481px) {
  section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:last-of-type:before, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:last-of-type:before, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:last-of-type:before, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:last-of-type:before {
    content: none;
  }
}
section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:last-of-type:after, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:last-of-type:after, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:last-of-type:after, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:last-of-type:after {
  content: "or";
  font-size: 1.3em;
  color: #fff;
  position: absolute;
  background: #22b3ff;
  top: -17px;
  left: 47%;
  padding: 0 0.25em;
}
@media (min-width: 481px) {
  section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:last-of-type:after, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:last-of-type:after, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > p:last-of-type:after, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > p:last-of-type:after {
    background: #1D94E9;
  }
}
section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > div, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > div, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > div, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > div {
  padding: 1em 0;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media (min-width: 481px) {
  section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > div, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > div, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > div, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > div {
    padding: 1em 0 0 0;
  }
}
section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > div:before, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > div:before, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > div:before, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > div:before {
  content: "or";
  font-size: 1.3em;
  color: #fff;
  position: absolute;
  background: #22b3ff;
  top: -17px;
  left: 47%;
  padding: 0 0.25em;
}
@media (min-width: 481px) {
  section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > div:before, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > div:before, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > div:before, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > div:before {
    background: #1D94E9;
  }
}
@media (min-width: 481px) {
  section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > div:after, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > div:after, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > div:after, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > div:after {
    content: "plus";
    font-size: 1em;
    color: #fff;
    background: #1878D4;
    position: absolute;
    right: -39px;
    top: 44px;
    padding: 0.25em 0;
  }
}
section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > div p:first-of-type:before, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > div p:first-of-type:before, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > div p:first-of-type:before, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > div p:first-of-type:before {
  content: "2)";
  position: absolute;
  color: #fff;
  left: -14px;
  border: none;
}
@media (min-width: 481px) {
  section.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > div p:first-of-type:before, section.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > div p:first-of-type:before, div.membership-pricing.member .grid.new [class^=grid-]:first-of-type .featured-box-text > div p:first-of-type:before, div.membership-pricing.member .grid.new [class*=" grid-"]:first-of-type .featured-box-text > div p:first-of-type:before {
    content: none;
  }
}
section.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text, section.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text, div.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text, div.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text {
  display: grid;
  grid-template-rows: auto;
}
@media (min-width: 481px) {
  section.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text, section.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text, div.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text, div.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text {
    grid-template-rows: 40px 100px 238px 60px;
  }
}
@media (min-width: 1025px) {
  section.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text, section.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text, div.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text, div.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text {
    grid-template-rows: 40px 100px 146px 60px;
  }
}
section.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p, section.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p, div.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p, div.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p {
  padding: 0 0 1em 0;
  margin: 0;
  border-bottom: 1px solid #fff;
  position: relative;
}
section.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:before, section.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:before, div.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:before, div.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:before {
  content: "1)";
  position: absolute;
  color: #fff;
  left: -14px;
  border: none;
}
@media (min-width: 481px) {
  section.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:before, section.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:before, div.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:before, div.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:before {
    content: none;
  }
}
section.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(3), section.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(3), div.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(3), div.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(3) {
  padding: 1em 0;
}
section.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(3):before, section.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(3):before, div.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(3):before, div.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(3):before {
  content: "2)";
}
@media (min-width: 481px) {
  section.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(3), section.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(3), div.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(3), div.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(3) {
    padding: 1em 0 0 0;
  }
  section.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(3):before, section.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(3):before, div.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(3):before, div.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(3):before {
    content: none;
  }
}
section.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:last-of-type, section.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:last-of-type, div.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:last-of-type, div.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:last-of-type {
  padding: 0.5em 0 0 0;
  border: none;
}
section.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:last-of-type:before, section.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:last-of-type:before, div.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:last-of-type:before, div.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:last-of-type:before {
  content: "3)";
}
@media (min-width: 481px) {
  section.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:last-of-type:before, section.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:last-of-type:before, div.membership-pricing.member .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:last-of-type:before, div.membership-pricing.member .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:last-of-type:before {
    content: none;
  }
}
section.membership-pricing.member .grid.new [class^=grid-]:last-of-type .featured-box-text h3, section.membership-pricing.member .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3, div.membership-pricing.member .grid.new [class^=grid-]:last-of-type .featured-box-text h3, div.membership-pricing.member .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3 {
  position: absolute;
  right: 20px;
  bottom: -40px;
}
@media (min-width: 481px) {
  section.membership-pricing.member .grid.new [class^=grid-]:last-of-type .featured-box-text h3, section.membership-pricing.member .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3, div.membership-pricing.member .grid.new [class^=grid-]:last-of-type .featured-box-text h3, div.membership-pricing.member .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3 {
    bottom: 10px;
  }
}
section.membership-pricing.fellow, div.membership-pricing.fellow {
  border-radius: 0;
}
@media (min-width: 1025px) {
  section.membership-pricing.fellow, div.membership-pricing.fellow {
    border-radius: 8px;
  }
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new.grid-columns-4, div.membership-pricing.fellow .grid.new.grid-columns-4 {
    grid-template-columns: 204px 278px 1fr 16px;
  }
}
@media (min-width: 1025px) {
  section.membership-pricing.fellow .grid.new.grid-columns-4, div.membership-pricing.fellow .grid.new.grid-columns-4 {
    grid-template-columns: 300px 300px 1fr 72px;
  }
}
section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type:after, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type:after, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type:after, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type:after {
  content: none;
}
section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text {
  display: grid;
  grid-template-rows: 1fr;
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text {
    grid-template-rows: 40px 122px 60px 90px 1fr;
  }
}
section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p {
  padding: 1em 0;
  margin: 0;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p {
    padding: 0.25em 0 0 0;
  }
}
section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:before, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:before, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:before, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:before {
  content: "1)";
  position: absolute;
  color: #fff;
  left: -14px;
  border: none;
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:before, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:before, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:before, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:before {
    content: none;
  }
}
section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:first-of-type, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:first-of-type, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:first-of-type, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:first-of-type {
  position: relative;
  border-bottom: none;
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:first-of-type:after, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:first-of-type:after, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:first-of-type:after, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:first-of-type:after {
    content: "plus";
    font-size: 1em;
    color: #fff;
    background: #1A80D9;
    position: absolute;
    right: -31px;
    top: 65px;
    padding: 0.25em 0;
  }
}
@media (min-width: 481px) and (min-width: 1025px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:first-of-type:after, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:first-of-type:after, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:first-of-type:after, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:first-of-type:after {
    right: -39px;
    background: #197BD6;
  }
}
section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(3), section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(3), div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(3), div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(3) {
  padding: 0.5em 0 1em 0;
}
section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(3):before, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(3):before, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(3):before, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(3):before {
  content: none;
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(3), section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(3), div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(3), div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(3) {
    padding: 0;
  }
}
section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(4), section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(4), div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(4), div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(4) {
  position: relative;
  padding: 0.75em 0;
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(4), section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(4), div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(4), div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(4) {
    padding: 0.75em 0 0 0;
  }
}
section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(4):before, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(4):before, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(4):before, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(4):before {
  content: "or";
  font-size: 1.3em;
  color: #fff;
  position: absolute;
  background: #22b3ff;
  top: -17px;
  left: 43%;
  padding: 0 0.25em;
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(4):before, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(4):before, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(4):before, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(4):before {
    background: #1D94E9;
  }
}
section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(4):after, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(4):after, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(4):after, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(4):after {
  content: "2)";
  position: absolute;
  color: #fff;
  left: -14px;
  border: none;
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(4):after, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(4):after, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(4):after, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(4):after {
    content: "plus";
    font-size: 1em;
    color: #fff;
    background: #1A80D9;
    position: absolute;
    right: -31px;
    top: 19px;
    left: unset;
    padding: 0.25em 0;
  }
}
@media (min-width: 481px) and (min-width: 1025px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(4):after, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(4):after, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:nth-child(4):after, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:nth-child(4):after {
    right: -39px;
    background: #197BD6;
  }
}
section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:last-of-type, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:last-of-type, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:last-of-type, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:last-of-type {
  border: none;
}
section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:last-of-type:before, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:last-of-type:before, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:last-of-type:before, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:last-of-type:before {
  content: "3)";
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:last-of-type:before, section.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:last-of-type:before, div.membership-pricing.fellow .grid.new [class^=grid-]:first-of-type .featured-box-text p:last-of-type:before, div.membership-pricing.fellow .grid.new [class*=" grid-"]:first-of-type .featured-box-text p:last-of-type:before {
    content: none;
  }
}
section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text, section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text, div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text, div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text {
  display: grid;
  grid-template-rows: 1fr;
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text, section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text, div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text, div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text {
    grid-template-rows: 40px 90px 32px 60px 90px 76px;
  }
}
section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p, section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p, div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p, div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p {
  padding: 0;
  margin: 0;
  position: relative;
}
section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:before, section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:before, div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:before, div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:before {
  content: "1)";
  position: absolute;
  color: #fff;
  left: -14px;
  border: none;
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:before, section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:before, div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:before, div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:before {
    content: none;
  }
}
section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(3), section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(3), div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(3), div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(3) {
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
}
section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(3):before, section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(3):before, div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(3):before, div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(3):before {
  content: none;
}
section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(4), section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(5), section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(4), section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(5), div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(4), div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(5), div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(4), div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(5) {
  border-bottom: 1px solid #fff;
  padding: 0.75em 0;
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(4), section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(5), section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(4), section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(5), div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(4), div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(5), div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(4), div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(5) {
    padding: 0;
  }
}
section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(4):before, section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(4):before, div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(4):before, div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(4):before {
  content: none;
}
section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(5):before, section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(5):before, div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(5):before, div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(5):before {
  content: "2)";
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(5):before, section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(5):before, div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(5):before, div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(5):before {
    content: none;
  }
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(5), section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(5), div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(5), div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(5) {
    padding: 0.75em 0 0 0;
  }
}
section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(6), section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(6), div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(6), div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(6) {
  padding: 0.75em 0;
}
section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(6):before, section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(6):before, div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(6):before, div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(6):before {
  content: "3)";
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(6):before, section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(6):before, div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(6):before, div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(6):before {
    content: none;
  }
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(6), section.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(6), div.membership-pricing.fellow .grid.new [class^=grid-]:nth-child(2) .featured-box-text p:nth-child(6), div.membership-pricing.fellow .grid.new [class*=" grid-"]:nth-child(2) .featured-box-text p:nth-child(6) {
    padding: 0;
  }
}
section.membership-pricing.fellow .grid.new [class^=grid-]:last-of-type .featured-box-text h3, section.membership-pricing.fellow .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3, div.membership-pricing.fellow .grid.new [class^=grid-]:last-of-type .featured-box-text h3, div.membership-pricing.fellow .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3 {
  position: absolute;
  right: 20px;
  bottom: -48px;
}
@media (min-width: 481px) {
  section.membership-pricing.fellow .grid.new [class^=grid-]:last-of-type .featured-box-text h3, section.membership-pricing.fellow .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3, div.membership-pricing.fellow .grid.new [class^=grid-]:last-of-type .featured-box-text h3, div.membership-pricing.fellow .grid.new [class*=" grid-"]:last-of-type .featured-box-text h3 {
    bottom: -6px;
  }
}
section.slider-tablet-blocks p, div.slider-tablet-blocks p {
  width: 100%;
  padding: 0 0.5em;
}
section.slider-tablet-blocks .slidepanel h2, div.slider-tablet-blocks .slidepanel h2 {
  text-align: center;
  font-weight: bold;
}
section.slider-tablet-blocks .flexslider, div.slider-tablet-blocks .flexslider {
  padding: 0 2rem;
}
section.slider-tablet-blocks .flexslider .flex-viewport, div.slider-tablet-blocks .flexslider .flex-viewport {
  height: auto !important;
  min-height: unset;
}
section.slider-tablet-blocks .flexslider .flex-viewport .slides, div.slider-tablet-blocks .flexslider .flex-viewport .slides {
  margin: 1rem auto;
}
section.slider-tablet-blocks .flexslider .flex-viewport .slides .slide, div.slider-tablet-blocks .flexslider .flex-viewport .slides .slide {
  border: thin solid #747572;
  padding: 0;
  margin: 0.5em;
  background: #fff;
  border-radius: 16px;
  display: grid;
  grid-template-rows: auto auto;
}
section.slider-tablet-blocks .flexslider .flex-viewport .slides .slide a, div.slider-tablet-blocks .flexslider .flex-viewport .slides .slide a {
  background: transparent;
  border-radius: 16px;
  padding: 0;
}
section.slider-tablet-blocks .flexslider .flex-viewport .slides .slide a:hover, div.slider-tablet-blocks .flexslider .flex-viewport .slides .slide a:hover {
  -webkit-transition: 500ms;
  transition: 500ms;
  filter: saturate(0%);
  box-shadow: rgba(17, 17, 26, 0.2) 0px 4px 16px, rgba(17, 17, 26, 0.15) 0px 8px 32px;
}
section.slider-tablet-blocks .flexslider .flex-viewport .slides .slide > span, div.slider-tablet-blocks .flexslider .flex-viewport .slides .slide > span {
  display: grid;
  grid-template-rows: 50px 106px;
  grid-gap: 0.5em;
}
section.slider-tablet-blocks .flexslider .flex-viewport .slides .slide img, div.slider-tablet-blocks .flexslider .flex-viewport .slides .slide img {
  border-radius: 16px 16px 0 0 !important;
}
section.slider-tablet-blocks .flexslider .flex-viewport .slides .slide h3, div.slider-tablet-blocks .flexslider .flex-viewport .slides .slide h3 {
  background: #fff;
  border-radius: 0 0 16px 16px;
  font-size: 0.9rem;
  padding: 0 1em;
  text-align: center;
  min-height: 30px;
}
section.slider-tablet-blocks .flexslider .flex-viewport .slides .slide p, div.slider-tablet-blocks .flexslider .flex-viewport .slides .slide p {
  padding: 0 0.5em;
  margin: 0.5em auto;
}
section.slider-tablet-blocks .flexslider .flex-direction-nav .flex-nav-prev a.flex-prev, section.slider-tablet-blocks .flexslider .flex-direction-nav .flex-nav-next a.flex-prev, div.slider-tablet-blocks .flexslider .flex-direction-nav .flex-nav-prev a.flex-prev, div.slider-tablet-blocks .flexslider .flex-direction-nav .flex-nav-next a.flex-prev {
  background: url(../../img/icons/svg/chevron-bold-left.svg) center no-repeat !important;
}
section.slider-tablet-blocks .flexslider .flex-direction-nav .flex-nav-prev a.flex-next, section.slider-tablet-blocks .flexslider .flex-direction-nav .flex-nav-next a.flex-next, div.slider-tablet-blocks .flexslider .flex-direction-nav .flex-nav-prev a.flex-next, div.slider-tablet-blocks .flexslider .flex-direction-nav .flex-nav-next a.flex-next {
  background: url(../../img/icons/svg/chevron-bold-right.svg) center no-repeat !important;
}
section.slider-tablet-blocks .flexslider.slider .flex-viewport, div.slider-tablet-blocks .flexslider.slider .flex-viewport {
  min-height: unset !important;
}
section.slider-tablet-blocks .flexslider.slider .flex-viewport ul.slides, div.slider-tablet-blocks .flexslider.slider .flex-viewport ul.slides {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(309px, 1fr));
}
section.slider-tablet-blocks .flexslider.slider .flex-viewport ul.slides li, div.slider-tablet-blocks .flexslider.slider .flex-viewport ul.slides li {
  display: grid !important;
  place-items: stretch;
  grid-template-rows: 1fr;
}
section.slider-tablet-blocks .flexslider.slider .flex-viewport ul.slides li .slide p, div.slider-tablet-blocks .flexslider.slider .flex-viewport ul.slides li .slide p {
  text-align: center;
}
section.slider-tablet-blocks .flexslider.slider .flex-viewport ul.slides li .slide p:last-of-type, div.slider-tablet-blocks .flexslider.slider .flex-viewport ul.slides li .slide p:last-of-type {
  font-size: 0.8em;
}
section.slider-tablet-blocks.slides-3 .flexslider .flex-viewport, div.slider-tablet-blocks.slides-3 .flexslider .flex-viewport {
  min-height: unset !important;
}
section.slider-tablet-blocks.slides-3 .flexslider .flex-viewport ul.slides, div.slider-tablet-blocks.slides-3 .flexslider .flex-viewport ul.slides {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
section.slider-tablet-blocks.slides-3 .flexslider .flex-viewport ul.slides li, div.slider-tablet-blocks.slides-3 .flexslider .flex-viewport ul.slides li {
  display: grid !important;
  place-items: stretch;
  grid-template-rows: 1fr;
  min-width: 300px;
}
section.slider-tablet-blocks.slides-3 .flexslider .flex-viewport ul.slides li .slide p, div.slider-tablet-blocks.slides-3 .flexslider .flex-viewport ul.slides li .slide p {
  text-align: center;
}
section.slider-tablet-blocks.slides-3 .flexslider .flex-viewport ul.slides li .slide p:last-of-type, div.slider-tablet-blocks.slides-3 .flexslider .flex-viewport ul.slides li .slide p:last-of-type {
  font-size: 0.8em;
}
section.slider-tablet-blocks.slides-4 .flexslider .flex-viewport, div.slider-tablet-blocks.slides-4 .flexslider .flex-viewport {
  min-height: unset !important;
}
section.slider-tablet-blocks.slides-4 .flexslider .flex-viewport ul.slides, div.slider-tablet-blocks.slides-4 .flexslider .flex-viewport ul.slides {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
}
section.slider-tablet-blocks.slides-4 .flexslider .flex-viewport ul.slides li, div.slider-tablet-blocks.slides-4 .flexslider .flex-viewport ul.slides li {
  display: grid !important;
  place-items: stretch;
  grid-template-rows: 1fr;
}
section.slider-tablet-blocks.slides-4 .flexslider .flex-viewport ul.slides li .slide p, div.slider-tablet-blocks.slides-4 .flexslider .flex-viewport ul.slides li .slide p {
  text-align: center;
}
section.slider-tablet-blocks.slides-4 .flexslider .flex-viewport ul.slides li .slide p:last-of-type, div.slider-tablet-blocks.slides-4 .flexslider .flex-viewport ul.slides li .slide p:last-of-type {
  font-size: 0.8em;
}
section.slider-top-image-overlap, div.slider-top-image-overlap {
  margin-top: 4em;
  padding: 0;
}
section.slider-top-image-overlap .container .grid, div.slider-top-image-overlap .container .grid {
  margin-top: -60px;
}
section.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider, section.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider, div.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider, div.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider {
  padding: 0;
}
@media (min-width: 481px) {
  section.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider, section.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider, div.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider, div.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider {
    padding: 2rem;
  }
}
section.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider .flex-viewport .slides .slide, section.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider .flex-viewport .slides .slide, div.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider .flex-viewport .slides .slide, div.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider .flex-viewport .slides .slide {
  display: grid;
  position: relative;
  padding: 0;
  min-height: fit-content;
  margin-bottom: 2em;
}
@media (min-width: 481px) {
  section.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider .flex-viewport .slides .slide, section.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider .flex-viewport .slides .slide, div.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider .flex-viewport .slides .slide, div.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider .flex-viewport .slides .slide {
    padding: 0 1rem;
  }
}
section.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider .flex-viewport .slides .slide img, section.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider .flex-viewport .slides .slide img, div.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider .flex-viewport .slides .slide img, div.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider .flex-viewport .slides .slide img {
  max-width: 100px;
  justify-self: center;
  position: absolute;
  top: -32px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
}
section.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider .flex-viewport .slides .slide p, section.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider .flex-viewport .slides .slide p, div.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider .flex-viewport .slides .slide p, div.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider .flex-viewport .slides .slide p {
  text-align: center;
  background: transparent;
  border-radius: 16px;
  padding: 4em 1em 1em;
  margin-bottom: 1em;
  color: #fff;
}
@media (min-width: 481px) {
  section.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider .flex-viewport .slides .slide p, section.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider .flex-viewport .slides .slide p, div.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider .flex-viewport .slides .slide p, div.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider .flex-viewport .slides .slide p {
    padding: 4em 2em 2em;
  }
}
section.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider ol.flex-control-nav, section.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider ol.flex-control-nav, div.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider ol.flex-control-nav, div.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider ol.flex-control-nav {
  top: unset;
  bottom: -28px;
}
@media (min-width: 481px) {
  section.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider ol.flex-control-nav, section.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider ol.flex-control-nav, div.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider ol.flex-control-nav, div.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider ol.flex-control-nav {
    bottom: 0;
  }
}
section.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider ol.flex-control-nav li a, section.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider ol.flex-control-nav li a, div.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider ol.flex-control-nav li a, div.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider ol.flex-control-nav li a {
  background: rgba(255, 255, 255, 0.8);
}
section.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider ol.flex-control-nav li a.flex-active, section.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider ol.flex-control-nav li a.flex-active, div.slider-top-image-overlap .container .grid [class^=grid-] section .flexslider ol.flex-control-nav li a.flex-active, div.slider-top-image-overlap .container .grid [class*=" grid-"] section .flexslider ol.flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.3);
}
section.info-form, div.info-form {
  padding-top: 1em;
  background: rgb(143, 204, 143);
  /*background: linear-gradient(58deg, rgba(240,81,104,1) 0%, rgba(240,81,104,1) 50%, rgba(250,192,49,1) 50%, rgba(250,192,49,1) 100%);*/
  margin-top: 1em;
}
@media (min-width: 481px) {
  section.info-form, div.info-form {
    padding-top: 0;
  }
}
section.info-form .grid-12, div.info-form .grid-12 {
  padding: 0;
}
section.info-form .info-form-details, section.info-form .grid-12, div.info-form .info-form-details, div.info-form .grid-12 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "info" "form";
  grid-gap: 0;
  place-items: center;
  margin: auto;
}
@media (min-width: 481px) {
  section.info-form .info-form-details, section.info-form .grid-12, div.info-form .info-form-details, div.info-form .grid-12 {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-gap: 1em;
    place-items: center;
    grid-template-areas: "info form form form";
    max-width: 985px;
  }
}
section.info-form .info-form-details .info, section.info-form .grid-12 .info, div.info-form .info-form-details .info, div.info-form .grid-12 .info {
  grid-area: info;
  padding: 0;
  margin-left: 1em;
  color: #fff;
}
@media (min-width: 481px) {
  section.info-form .info-form-details .info, section.info-form .grid-12 .info, div.info-form .info-form-details .info, div.info-form .grid-12 .info {
    padding: 0 1em;
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  section.info-form .info-form-details .info, section.info-form .grid-12 .info, div.info-form .info-form-details .info, div.info-form .grid-12 .info {
    padding: 0 2em;
    margin-left: 2em;
  }
}
section.info-form .info-form-details .info h3, section.info-form .grid-12 .info h3, div.info-form .info-form-details .info h3, div.info-form .grid-12 .info h3 {
  margin: 0;
}
section.info-form .info-form-details .form, section.info-form .grid-12 .form, div.info-form .info-form-details .form, div.info-form .grid-12 .form {
  grid-area: form;
  padding: 0 0.5em;
}
@media (min-width: 481px) {
  section.info-form .info-form-details .form, section.info-form .grid-12 .form, div.info-form .info-form-details .form, div.info-form .grid-12 .form {
    padding: 0 0.75em;
  }
}
section.info-form .info-form-details .form form, section.info-form .grid-12 .form form, div.info-form .info-form-details .form form, div.info-form .grid-12 .form form {
  /*display: grid;*/
  grid-template-columns: 1fr;
  grid-template-areas: "one" "two";
  grid-gap: 1em;
  padding: 1em 0;
  position: relative;
}
@media (min-width: 481px) {
  section.info-form .info-form-details .form form, section.info-form .grid-12 .form form, div.info-form .info-form-details .form form, div.info-form .grid-12 .form form {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "one two";
  }
}
section.info-form .info-form-details .form form .one, section.info-form .grid-12 .form form .one, div.info-form .info-form-details .form form .one, div.info-form .grid-12 .form form .one {
  grid-area: one;
  position: relative;
  top: 7px;
}
section.info-form .info-form-details .form form .two, section.info-form .grid-12 .form form .two, div.info-form .info-form-details .form form .two, div.info-form .grid-12 .form form .two {
  grid-area: two;
  position: relative;
  top: 7px;
}
section.info-form .info-form-details .form form select, section.info-form .grid-12 .form form select, div.info-form .info-form-details .form form select, div.info-form .grid-12 .form form select {
  background: #fff;
  border: 1px solid #A7A9AD;
  font: inherit;
  font-size: 1rem;
  line-height: 1.25rem;
  height: 2.5rem;
  width: 100%;
  margin: 0;
  padding: 0.625rem;
  color: #C3C3C4;
}
section.info-form .info-form-details .form form input, section.info-form .info-form-details .form form select, section.info-form .grid-12 .form form input, section.info-form .grid-12 .form form select, div.info-form .info-form-details .form form input, div.info-form .info-form-details .form form select, div.info-form .grid-12 .form form input, div.info-form .grid-12 .form form select {
  border-radius: 4px;
  margin: 0.25em;
  font-size: 0.9em;
}
section.info-form .info-form-details .form form .input.cim-button, section.info-form .grid-12 .form form .input.cim-button, div.info-form .info-form-details .form form .input.cim-button, div.info-form .grid-12 .form form .input.cim-button {
  position: relative;
  border-radius: 4px;
  margin: 0.25em;
}
section.info-form .info-form-details .form .cim-form form, section.info-form .grid-12 .form .cim-form form, div.info-form .info-form-details .form .cim-form form, div.info-form .grid-12 .form .cim-form form {
  padding: 1em 0 0 0;
  position: relative;
}
section.info-form .info-form-details .form .cim-form form .umbraco-forms-field, section.info-form .grid-12 .form .cim-form form .umbraco-forms-field, div.info-form .info-form-details .form .cim-form form .umbraco-forms-field, div.info-form .grid-12 .form .cim-form form .umbraco-forms-field {
  margin: 0;
}
section.info-form .info-form-details .form .cim-form form .umbraco-forms-navigation, section.info-form .grid-12 .form .cim-form form .umbraco-forms-navigation, div.info-form .info-form-details .form .cim-form form .umbraco-forms-navigation, div.info-form .grid-12 .form .cim-form form .umbraco-forms-navigation {
  width: 100%;
  position: relative;
  right: 0;
  bottom: 0;
}
@media (min-width: 481px) {
  section.info-form .info-form-details .form .cim-form form .umbraco-forms-navigation, section.info-form .grid-12 .form .cim-form form .umbraco-forms-navigation, div.info-form .info-form-details .form .cim-form form .umbraco-forms-navigation, div.info-form .grid-12 .form .cim-form form .umbraco-forms-navigation {
    width: 50%;
    position: absolute;
  }
}
section.info-form .info-form-details .form .cim-form form .umbraco-forms-fieldset .umbraco-forms-container.col-md-6, section.info-form .grid-12 .form .cim-form form .umbraco-forms-fieldset .umbraco-forms-container.col-md-6, div.info-form .info-form-details .form .cim-form form .umbraco-forms-fieldset .umbraco-forms-container.col-md-6, div.info-form .grid-12 .form .cim-form form .umbraco-forms-fieldset .umbraco-forms-container.col-md-6 {
  margin-bottom: 0;
}
@media (min-width: 481px) {
  section.info-form .info-form-details .form .cim-form form .umbraco-forms-fieldset .umbraco-forms-container.col-md-6, section.info-form .grid-12 .form .cim-form form .umbraco-forms-fieldset .umbraco-forms-container.col-md-6, div.info-form .info-form-details .form .cim-form form .umbraco-forms-fieldset .umbraco-forms-container.col-md-6, div.info-form .grid-12 .form .cim-form form .umbraco-forms-fieldset .umbraco-forms-container.col-md-6 {
    margin-bottom: 30px;
  }
}
section.info-form .info-form-details .form .cim-form form select, section.info-form .grid-12 .form .cim-form form select, div.info-form .info-form-details .form .cim-form form select, div.info-form .grid-12 .form .cim-form form select {
  cursor: pointer;
  color: #737370;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.5em;
  font-family: inherit;
  border: 1px solid #737370;
  border-right: 42px solid #737370;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: unset;
}
section.info-form .info-form-details .form .cim-form form .select-styling:after, section.info-form .grid-12 .form .cim-form form .select-styling:after, div.info-form .info-form-details .form .cim-form form .select-styling:after, div.info-form .grid-12 .form .cim-form form .select-styling:after {
  right: 9.5px;
  top: 19.5px;
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  line-height: 0;
  background: url(../../images/icons/svg/sharp-chevron-white-down.svg);
  pointer-events: none;
  display: block;
}
section.info-form .info-form-details .form .cim-form #clickdimensionsForm, section.info-form .grid-12 .form .cim-form #clickdimensionsForm, div.info-form .info-form-details .form .cim-form #clickdimensionsForm, div.info-form .grid-12 .form .cim-form #clickdimensionsForm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  justify-items: center;
  padding: 0;
  margin: 0;
}
section.info-form .info-form-details .form .cim-form #clickdimensionsForm .responsiveRow, section.info-form .grid-12 .form .cim-form #clickdimensionsForm .responsiveRow, div.info-form .info-form-details .form .cim-form #clickdimensionsForm .responsiveRow, div.info-form .grid-12 .form .cim-form #clickdimensionsForm .responsiveRow {
  padding: 0;
  margin: 0;
  width: 100%;
}
section.info-form .info-form-details .form .cim-form #clickdimensionsForm .responsiveRow:nth-of-type(odd), section.info-form .grid-12 .form .cim-form #clickdimensionsForm .responsiveRow:nth-of-type(odd), div.info-form .info-form-details .form .cim-form #clickdimensionsForm .responsiveRow:nth-of-type(odd), div.info-form .grid-12 .form .cim-form #clickdimensionsForm .responsiveRow:nth-of-type(odd) {
  grid-column: 1/span 1;
}
section.info-form .info-form-details .form .cim-form #clickdimensionsForm .responsiveRow:nth-of-type(even), section.info-form .grid-12 .form .cim-form #clickdimensionsForm .responsiveRow:nth-of-type(even), div.info-form .info-form-details .form .cim-form #clickdimensionsForm .responsiveRow:nth-of-type(even), div.info-form .grid-12 .form .cim-form #clickdimensionsForm .responsiveRow:nth-of-type(even) {
  grid-column: 2/span 1;
}
section.info-form .info-form-details .form .cim-form #clickdimensionsForm .responsiveRow .responsiveCell, section.info-form .grid-12 .form .cim-form #clickdimensionsForm .responsiveRow .responsiveCell, div.info-form .info-form-details .form .cim-form #clickdimensionsForm .responsiveRow .responsiveCell, div.info-form .grid-12 .form .cim-form #clickdimensionsForm .responsiveRow .responsiveCell {
  margin: 0;
}
section.info-form .info-form-details .form .cim-form #clickdimensionsForm .responsiveRow .responsiveCell input[type=text], section.info-form .grid-12 .form .cim-form #clickdimensionsForm .responsiveRow .responsiveCell input[type=text], div.info-form .info-form-details .form .cim-form #clickdimensionsForm .responsiveRow .responsiveCell input[type=text], div.info-form .grid-12 .form .cim-form #clickdimensionsForm .responsiveRow .responsiveCell input[type=text] {
  height: 34px;
}
section.info-form .info-form-details .form .cim-form #clickdimensionsForm .responsiveRow .responsiveCell textarea, section.info-form .grid-12 .form .cim-form #clickdimensionsForm .responsiveRow .responsiveCell textarea, div.info-form .info-form-details .form .cim-form #clickdimensionsForm .responsiveRow .responsiveCell textarea, div.info-form .grid-12 .form .cim-form #clickdimensionsForm .responsiveRow .responsiveCell textarea {
  max-height: 68px;
  padding: 0.3em 0.8em;
  margin: 0.25em;
  border-radius: 4px;
}
section.info-form .info-form-details .form .cim-form #clickdimensionsForm .responsiveRow .responsiveCell .buttonContainer, section.info-form .grid-12 .form .cim-form #clickdimensionsForm .responsiveRow .responsiveCell .buttonContainer, div.info-form .info-form-details .form .cim-form #clickdimensionsForm .responsiveRow .responsiveCell .buttonContainer, div.info-form .grid-12 .form .cim-form #clickdimensionsForm .responsiveRow .responsiveCell .buttonContainer {
  margin-right: 0 !important;
}
section.info-form.page-width, div.info-form.page-width {
  margin-bottom: 0.25em;
  padding-bottom: 0;
}
@media (min-width: 481px) {
  section.info-form.page-width, div.info-form.page-width {
    margin-bottom: -5em;
  }
}
section.titles-under-image .container .grid.new a.popadjust, div.titles-under-image .container .grid.new a.popadjust {
  display: grid;
  grid-template-rows: 3fr 0.7fr;
  place-items: center;
}
section.titles-under-image .container .grid.new a.popadjust .featured-box-text, div.titles-under-image .container .grid.new a.popadjust .featured-box-text {
  padding: 0 1.5em;
  top: unset;
  bottom: 1em;
}
section.subsection, div.subsection {
  background: rgba(0, 0, 0, 0.4);
  margin: 1em 0;
  padding: 1em;
}
section.subsection.no-gap, div.subsection.no-gap {
  margin-bottom: -1rem;
}
section.subsection h2.section-header, div.subsection h2.section-header {
  font-weight: 400;
  font-size: 1.5rem;
}
section.subsection h2.section-header .inner, div.subsection h2.section-header .inner {
  padding: 0;
}
section.subsection.accordion-added [class^=grid-] .accordion, section.subsection.accordion-added [class*=" grid-"] .accordion, div.subsection.accordion-added [class^=grid-] .accordion, div.subsection.accordion-added [class*=" grid-"] .accordion {
  background: rgba(255, 255, 255, 0.5);
  padding: 0 1em;
}
section.subsection.accordion-added [class^=grid-] .accordion .accordion-item, section.subsection.accordion-added [class*=" grid-"] .accordion .accordion-item, div.subsection.accordion-added [class^=grid-] .accordion .accordion-item, div.subsection.accordion-added [class*=" grid-"] .accordion .accordion-item {
  list-style-type: none;
  background: rgba(255, 255, 255, 0.5);
}
section.subsection.accordion-added [class^=grid-] .accordion .accordion-item a, section.subsection.accordion-added [class*=" grid-"] .accordion .accordion-item a, div.subsection.accordion-added [class^=grid-] .accordion .accordion-item a, div.subsection.accordion-added [class*=" grid-"] .accordion .accordion-item a {
  text-decoration: none;
}
section.subsection.accordion-added [class^=grid-] .accordion .accordion-item a.accordion-caller, section.subsection.accordion-added [class*=" grid-"] .accordion .accordion-item a.accordion-caller, div.subsection.accordion-added [class^=grid-] .accordion .accordion-item a.accordion-caller, div.subsection.accordion-added [class*=" grid-"] .accordion .accordion-item a.accordion-caller {
  color: #000;
  font-size: 1.3rem;
  margin: 0 0.5em;
  border: 0;
}
section.subsection.accordion-added [class^=grid-] .accordion .accordion-item a.accordion-caller:before, section.subsection.accordion-added [class*=" grid-"] .accordion .accordion-item a.accordion-caller:before, div.subsection.accordion-added [class^=grid-] .accordion .accordion-item a.accordion-caller:before, div.subsection.accordion-added [class*=" grid-"] .accordion .accordion-item a.accordion-caller:before {
  color: #737370;
  font-size: 2.5rem;
}
section.subsection.accordion-added [class^=grid-] .accordion .accordion-item .accordion-inner, section.subsection.accordion-added [class*=" grid-"] .accordion .accordion-item .accordion-inner, div.subsection.accordion-added [class^=grid-] .accordion .accordion-item .accordion-inner, div.subsection.accordion-added [class*=" grid-"] .accordion .accordion-item .accordion-inner {
  padding-left: 2rem;
}
section.subsection.accordion-added [class^=grid-] .accordion .accordion-item .accordion-inner ul li, section.subsection.accordion-added [class*=" grid-"] .accordion .accordion-item .accordion-inner ul li, div.subsection.accordion-added [class^=grid-] .accordion .accordion-item .accordion-inner ul li, div.subsection.accordion-added [class*=" grid-"] .accordion .accordion-item .accordion-inner ul li {
  color: #474c55;
}
section.subsection.accordion-added [class^=grid-] .accordion:first-of-type, section.subsection.accordion-added [class*=" grid-"] .accordion:first-of-type, div.subsection.accordion-added [class^=grid-] .accordion:first-of-type, div.subsection.accordion-added [class*=" grid-"] .accordion:first-of-type {
  padding-top: 1em;
}
section.subsection.accordion-added [class^=grid-] .accordion:last-of-type, section.subsection.accordion-added [class*=" grid-"] .accordion:last-of-type, div.subsection.accordion-added [class^=grid-] .accordion:last-of-type, div.subsection.accordion-added [class*=" grid-"] .accordion:last-of-type {
  padding-bottom: 1em;
}
section.subsection .slider, div.subsection .slider {
  padding: 0;
}
section.subsection .slider .flex-viewport, div.subsection .slider .flex-viewport {
  min-height: 16rem;
}
section.subsection .slider .flex-viewport .slides, div.subsection .slider .flex-viewport .slides {
  margin: 2rem auto;
}
section.rounded, div.rounded {
  border-radius: 8px;
}
section.shadowed, div.shadowed {
  box-shadow: 3px 3px 3px rgba(153, 153, 153, 0.7);
}
section.block-centre-headings .grid [class^=grid-] .featured-box-text, section.block-centre-headings .grid [class*=" grid-"] .featured-box-text, div.block-centre-headings .grid [class^=grid-] .featured-box-text, div.block-centre-headings .grid [class*=" grid-"] .featured-box-text {
  width: 100%;
}
section.block-centre-headings .grid [class^=grid-] .featured-box-text h3, section.block-centre-headings .grid [class*=" grid-"] .featured-box-text h3, div.block-centre-headings .grid [class^=grid-] .featured-box-text h3, div.block-centre-headings .grid [class*=" grid-"] .featured-box-text h3 {
  text-align: center;
  color: #fff;
}
section.block-centre-headings.rounded .grid [class^=grid-] .img-wrapper, section.block-centre-headings.rounded .grid [class*=" grid-"] .img-wrapper, div.block-centre-headings.rounded .grid [class^=grid-] .img-wrapper, div.block-centre-headings.rounded .grid [class*=" grid-"] .img-wrapper {
  border-radius: 8px;
}
section.announcement-black .grid, div.announcement-black .grid {
  padding: 0;
}
section.announcement-black .grid [class^=grid-], section.announcement-black .grid [class*=" grid-"], div.announcement-black .grid [class^=grid-], div.announcement-black .grid [class*=" grid-"] {
  padding: 0;
}
section.announcement-black .grid [class^=grid-] .attentionBanner, section.announcement-black .grid [class*=" grid-"] .attentionBanner, div.announcement-black .grid [class^=grid-] .attentionBanner, div.announcement-black .grid [class*=" grid-"] .attentionBanner {
  background: #000;
  border-radius: 0 !important;
  width: 100%;
  max-width: none;
  margin: 0;
  border-top: 12px solid #D10074;
  padding: 1em 0.5em;
}
section.key-format p, div.key-format p {
  border-bottom: 1px solid #000;
}
section.accordion-blue .accordion .accordion-item a.accordion-caller, div.accordion-blue .accordion .accordion-item a.accordion-caller {
  background: #070078;
  color: #fff;
}
section .grid [class^=grid-].grey-block, section .grid [class*=" grid-"].grey-block, div .grid [class^=grid-].grey-block, div .grid [class*=" grid-"].grey-block {
  background: #f8f8f8;
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  display: grid;
  place-content: center;
  text-align: center;
  margin: 0.5em auto;
}
section.blue-linear-bright, div.blue-linear-bright {
  background: #0064C8;
}
section.blue-linear-gradient, div.blue-linear-gradient {
  background: linear-gradient(90deg, rgba(4, 0, 120, 0.88) 0%, rgba(0, 100, 200, 0.88) 100%);
}
section.blue-linear-gradient-pale, div.blue-linear-gradient-pale {
  background: linear-gradient(90deg, rgba(7, 0, 120, 0.3) 0%, rgba(0, 100, 200, 0.3) 51%, rgba(34, 179, 255, 0.3) 100%);
}
section.blue-linear-gradient-very-pale, div.blue-linear-gradient-very-pale {
  background: linear-gradient(90deg, rgba(4, 0, 120, 0.03) 0%, rgba(0, 100, 200, 0.03) 100%);
}
section.opacity-9, div.opacity-9 {
  opacity: 0.9;
}
section.opacity-9 .container, div.opacity-9 .container {
  opacity: 1;
}
section.extra-padding, div.extra-padding {
  padding: 3% 0 3% 0;
}
section.extra-padding-top, div.extra-padding-top {
  padding-top: 3%;
}
section.extra-margin-top, div.extra-margin-top {
  margin-top: 3%;
}
section.extra-padding-bottom, div.extra-padding-bottom {
  padding-bottom: 3%;
}
section.no-padding-top, div.no-padding-top {
  padding-top: 0%;
}
section.no-padding, div.no-padding {
  padding: 0;
}
section.section-padding, div.section-padding {
  margin: 5% 0 3% 0;
}

.extra-padding {
  padding: 3% 0 3% 0;
}

.extra-padding-top {
  padding-top: 3%;
}

.extra-margin-top {
  margin-top: 3%;
}

.extra-padding-bottom {
  padding-bottom: 3%;
}

.no-padding-top {
  padding-top: 0%;
}

.no-padding {
  padding: 0;
}

.tardis {
  width: 100%;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #0064C8;
  padding: 2em 3em;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.tardis h2 {
  color: #fff;
  font-size: 2.5rem;
  margin: 0;
}
.tardis p {
  color: #fff;
  font-size: 1.5rem;
}
.tardis p:last-of-type {
  margin-bottom: 0;
}
.tardis a {
  color: #fff;
  text-decoration: none;
}
.tardis a:hover {
  text-decoration: underline;
}

.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-clip {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.megaNav {
  margin: auto;
  /* -scroll adjust- */
  /* -restrain header widths- */
}
.megaNav .sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.megaNav .sticky #headerLogo img {
  max-width: 80px;
}
.megaNav .sticky#mainNav .restrainer #primaryNav .navItemContainer .navItem {
  padding: 1.75em 1.5em;
}
.megaNav .sticky#mainNav .restrainer #primaryNav .navItemContainer .navPanel {
  top: 72px;
}
.megaNav .restrainer {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-content: center;
  flex-direction: row;
}
.megaNav .navIcon {
  margin-right: 3px;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(571deg) brightness(183%) contrast(126%);
  height: 20px;
  width: 20px;
}
.megaNav #topNav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background: #070078;
  padding: 0 1.5em;
}
.megaNav #topNav form {
  margin: 0;
}
.megaNav #topNav .restrainer {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: flex-end;
  align-items: center;
}
.megaNav #topNav .restrainer ul {
  display: inline-flex;
  align-content: center;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
.megaNav #topNav .restrainer ul li {
  display: inline-flex;
  flex-direction: row-reverse;
  align-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-right: 1em;
}
.megaNav #topNav .restrainer ul li:last-of-type {
  margin-right: -0.5em;
}
.megaNav #topNav .restrainer ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  display: flex;
  align-items: center;
  padding: 0.5em 0.5em;
}
.megaNav #topNav .restrainer ul li a:hover {
  transition: 0.2s;
  filter: saturate(100%);
}
.megaNav #topNav .restrainer .bannerMemberDetails {
  padding: 8px 0;
  margin: 0;
  color: #fff;
  border-radius: 8px;
  justify-self: flex-start;
  font-family: "SourceSansPro", Tahoma, sans-serif;
  font-size: 1em;
}
.megaNav #topNav .restrainer .bannerMemberDetails .name, .megaNav #topNav .restrainer .bannerMemberDetails .number {
  display: inline-block;
}
.megaNav #topNav .restrainer #cartDisplay2 {
  background: #fff;
  place-items: flex-start;
}
.megaNav #topNav .restrainer #cartDisplay2 h2 {
  padding: 0.5em;
}
.megaNav #topNav .restrainer #cartDisplay2 h3 {
  margin: 10px 0;
  border-bottom: thin solid #000;
  padding-bottom: 5px;
}
.megaNav #topNav .restrainer #cartDisplay2 p {
  font-size: 1.3em;
}
.megaNav #topNav .restrainer #cartDisplay2 a.cim-button {
  padding: 0.6em 1.1em;
  display: flex;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.megaNav #topNav .restrainer #cartDisplay2.icon {
  border: thin solid #737370;
  position: absolute;
  right: 158px;
  top: 41px;
  background: #fff;
  z-index: 99;
  padding: 1em;
  display: none;
  color: #000;
}
.megaNav #topNav .restrainer #cartDisplay2.icon .carttopbanner {
  border: thin solid #737370;
  padding: 0.25em 0;
  background: #737370;
  color: #fff;
  width: 100%;
}
.megaNav #topNav .restrainer #cartDisplay2.icon .carttopbanner h2 {
  color: #fff;
  margin: 0;
}
.megaNav #topNav .restrainer #cartDisplay2.icon .cartpopup li {
  font-weight: normal;
}
.megaNav #topNav .restrainer #cartDisplay2.icon .cartpopup .cartname {
  font-size: 1em;
  font-weight: bold;
}
.megaNav #topNav .restrainer #cartDisplay2.icon h3 {
  margin: -10px 0 10px -10px;
  background: #fff;
  padding: 0.5em;
  width: 104.8%;
}
.megaNav #topNav .restrainer #cartDisplay2.icon ul {
  border-bottom: thin solid #737370;
  padding: 0.5em;
  margin: 0.5em 0;
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  place-items: center baseline;
  grid-gap: 0.25em;
}
.megaNav #topNav .restrainer #cartDisplay2.icon ul li {
  float: none;
  text-align: left;
}
.megaNav #topNav .restrainer #cartDisplay2.icon .checkoutbutton {
  width: 100%;
}
.megaNav #topNav .restrainer #cartDisplay2.icon .checkoutbutton .button {
  padding: 1em;
  background: #070078;
  color: #fff;
  border: thin solid #737370;
  position: relative;
  width: 100%;
  margin: auto;
  font-size: 1.5em;
  justify-content: center;
}
.megaNav #topNav .restrainer #cartDisplay2 .grid {
  padding: 0;
  float: none;
}
.megaNav #topNav .restrainer #cartDisplay2 .grid .grid-5, .megaNav #topNav .restrainer #cartDisplay2 .grid .grid-7 {
  display: flex;
  padding: 4px;
  font-size: 2em;
}
.megaNav #topNav .restrainer .cartIcon.available a .cartDisplayNo {
  position: relative;
  display: inline;
  margin-left: 5px;
}
.megaNav #topNav .restrainer .cartIcon.available a .cartDisplayNo #cartNo {
  position: relative;
  left: 0;
  padding: 0;
  margin-right: 0;
}
.megaNav #topNav .restrainer .cartIcon.available #cartDisplay2.icon {
  padding: 2em 1.5em;
  border: thin solid #cccccc;
}
.megaNav #topNav .restrainer .cartIcon.available #cartDisplay2.icon ul {
  border-bottom: thin solid #cfcfcf;
  margin: 1em 0;
}
.megaNav #topNav .restrainer .cartIcon.available #cartDisplay2 .carttopbanner {
  border: none;
  padding: 0;
  background: none;
}
.megaNav #topNav .restrainer .cartIcon.available #cartDisplay2 .carttopbanner h2 {
  color: #000;
  padding: 0;
}
.megaNav #topNav .restrainer .cartIcon.available #cartDisplay2 .cartpopup li {
  font-size: 1em;
  text-transform: capitalize;
}
.megaNav #topNav .restrainer .cartIcon.available #cartDisplay2 .checkoutbutton .button {
  background: rgba(0, 100, 200, 0.9019607843);
  color: #fff;
  font-size: 1em;
  font-family: "FontAwesomeSolid", serif;
  border: none;
  text-transform: uppercase;
}
.megaNav #mainNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0 1.5em;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 6px 20px rgba(204, 204, 204, 0.2);
  box-sizing: border-box;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4196078431);
}
.megaNav #mainNav button {
  border: none;
  cursor: default;
}
.megaNav #mainNav button a:hover {
  color: #fff;
}
.megaNav #mainNav form {
  width: 100%;
  max-width: 180px;
  min-width: 80px;
  margin: 0 1.5em;
}
.megaNav #mainNav form input::placeholder {
  color: #474C55;
}
.megaNav #mainNav .restrainer {
  justify-content: space-between;
  align-items: center;
}
.megaNav #mainNav .restrainer ul li a:hover {
  transition: 0.2s;
  filter: saturate(100%);
}
.megaNav #mainNav .restrainer #headerLogo {
  float: left;
  width: 100%;
  max-width: 110px;
  min-width: 60px;
  display: flex;
  justify-content: center;
  margin-right: 2em;
}
.megaNav #mainNav .restrainer #headerLogo img {
  border-radius: 0;
}
.megaNav #mainNav .restrainer #headerLogo:hover {
  filter: saturate(100%) !important;
}
.megaNav #mainNav .restrainer #primaryNav {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  .megaNav #mainNav .restrainer #primaryNav {
    padding: 0 0 0 1em;
  }
}
.megaNav #mainNav .restrainer #primaryNav:hover ~ #wrapper {
  width: 300px;
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer {
  float: left;
  overflow: visible;
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer i.fa.fa-caret-down {
  margin-left: 3px;
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navItem {
  font-size: 16px;
  font-weight: 400;
  border: none;
  outline: none;
  color: #0C0C0C;
  padding: 2.5em 1.5em;
  background-color: inherit;
  margin: 0;
  white-space: nowrap;
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navItem:before {
  display: none;
  position: absolute;
  background-color: transparent;
  bottom: -0.6rem;
  text-align: center;
  left: 0;
  width: 100%;
  z-index: 10;
  font-family: "FontAwesomeSolid", serif;
  content: "\f0d7";
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.15);
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navItem:hover {
  display: block;
  color: #000;
  text-decoration: underline;
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navPanel {
  display: none;
  position: absolute;
  background-color: #f8f8f8;
  opacity: 0.5;
  transition: 0.1s;
  width: 100%;
  left: 0;
  top: 134px;
  z-index: 9;
  padding: 2.5em 1em;
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 12px 60px rgba(0, 0, 0, 0.04);
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navPanel .restrainer {
  max-width: 1024px;
  justify-content: space-between;
  align-items: flex-start;
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navPanel .restrainer ul {
  padding: 0 2em;
  max-width: 33%;
  width: 50%;
  float: left;
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navPanel .restrainer ul li {
  list-style: none;
  border-bottom: 1px solid #E3E4E2;
  margin: 0;
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navPanel .restrainer ul li.no_border {
  border-bottom: 0;
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navPanel .restrainer ul li.navButton {
  background: rgba(0, 100, 200, 0.9019607843);
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navPanel .restrainer ul li.navButton a {
  color: #fff;
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navPanel .restrainer ul li.navButton a:before {
  color: #fff;
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navPanel .restrainer ul li.navButton a:hover {
  color: #fff;
  background: rgba(0, 100, 200, 0.9019607843);
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navPanel .restrainer ul li a {
  font-weight: 400;
  padding: 1em;
  display: block;
  margin: 0;
  border-radius: 0;
  color: #474C55;
}
@media (min-width: 1025px) {
  .megaNav #mainNav .restrainer #primaryNav .navItemContainer .navPanel .restrainer ul li a {
    white-space: nowrap;
  }
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navPanel .restrainer ul li a:before {
  display: inline-block;
  color: #22b3ff;
  font-family: "FontAwesomeSolid", serif;
  content: "\f0da";
  margin-right: 12px;
  margin-left: 0;
  font-weight: 900;
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navPanel .restrainer ul li a:hover {
  background: #e3e4e2;
  color: #000;
  filter: saturate(100%);
  transition: 0.5s ease-in-out;
  transition-delay: 0.3s;
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navPanel .restrainer ul li a:hover:before {
  margin-left: 2px;
  margin-right: 10px;
  transition: 0.5s ease-in-out;
  transition-delay: 0.3s;
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer .navPanel h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer:hover .navItem:before {
  display: block;
}
.megaNav #mainNav .restrainer #primaryNav .navItemContainer:hover .navPanel {
  display: block;
  opacity: 1;
}
.megaNav #mainNav .restrainer #primaryNav ul {
  margin: 0;
}
.megaNav #mainNav .restrainer .joinCIM {
  padding: 10px 15px;
  margin: 0 0 0 1.5em;
  background: rgba(0, 100, 200, 0.9019607843);
  color: #fff;
  font-family: "SourceSansPro", Tahoma, sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  white-space: nowrap;
  min-width: fit-content;
  border-radius: 8px;
}
@media (max-width: 1025px) {
  .megaNav #mainNav .restrainer .joinCIM {
    display: none;
  }
}
.megaNav #mainNav .restrainer .joinCIM .navIcon {
  margin-right: 0px;
  margin-left: 5px;
  height: 26px;
}
@media (max-width: 1025px) {
  .megaNav #mainNav .restrainer .joinCIM .navIcon {
    display: none;
  }
}
.megaNav #mainNav .restrainer .joinCIM:hover {
  background: #0064C8;
  color: #fff;
}
.megaNav #vanityPanel {
  position: absolute;
  top: 136px;
  height: 3000px;
  background: rgba(0, 0, 0, 0.431372549);
  width: 3000px;
  z-index: 5;
  display: none;
}

.megNav2 {
  display: none;
}

.accordion .accordion-item {
  overflow: hidden;
}
.accordion .accordion-item .accordion {
  padding-left: 0;
}
.accordion .accordion-caller {
  cursor: pointer;
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #474c55;
  padding: 1em 0;
  color: #474c55;
  position: relative;
}
.accordion .accordion-caller:before {
  -webkit-transition: 200ms;
  transition: 200ms;
  font-family: "FontAwesomeSolid", serif;
  content: "\f107";
  position: absolute;
  top: 6px;
  right: 0.5em;
  font-size: 2em;
}
.accordion .accordion-caller:hover {
  color: #f1563f;
  text-decoration: none;
}
.accordion .accordion-caller.on:before {
  transform: rotateX(180deg);
}
.accordion .accordion-inner {
  display: none;
  overflow: hidden;
}
.accordion .accordion-inner p {
  margin: 1em 0 !important;
}
.accordion .accordion-inner .map {
  margin: 1em 0;
  height: 140px;
}
.accordion .accordion-inner table tbody tr {
  height: auto !important;
}
.accordion .accordion-inner table tbody tr td {
  height: auto !important;
}
.accordion .accordion-inner table tbody tr td p {
  margin: 0 !important;
}

.accordion-with-sidebar-nav {
  display: none;
  margin-top: 1em;
}
.accordion-with-sidebar-nav.on {
  display: block;
}

.accordion-grey {
  width: 100%;
}
.accordion-grey .accordion-item {
  margin-bottom: 1em;
}
.accordion-grey .accordion-item .accordion-caller {
  background: #e3e4e2;
  color: #070078;
  padding: 0.5em 0.5em 0.5em 1em;
  border: none;
  font-size: 1.1em;
}
.accordion-grey .accordion-item .accordion-caller:before {
  font-size: 2em;
  color: #474c55;
  top: -8px;
}
.accordion-grey .accordion-item .accordion-caller.on:before {
  transform: rotateX(180deg);
  top: 0;
}
.accordion-grey .accordion-item .accordion-inner {
  background: #fff;
  padding: 0 1em;
}

.openAccordion .container .row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.openAccordion .container .column {
  flex: 1 auto;
}
.openAccordion.menu-box {
  border: 1px #fff solid;
  margin-bottom: 32px;
}
.openAccordion .accordion .accordion-item .accordion-caller {
  padding: 0.5em 1.5em 0.5em 1em;
}
.openAccordion .accordion .accordion-item .accordion-caller.on:before {
  transform: rotateX(0deg);
}
.openAccordion .accordion .accordion-inner {
  height: 100% !important;
  background: transparent;
}
@media (min-width: 900px) {
  .openAccordion .accordion .accordion-inner {
    height: 607px !important;
  }
}
.openAccordion .accordion .button {
  float: none;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.openAccordion .accordion.menu-box {
  border: 1px #fff solid;
  margin-bottom: 32px;
}

.page-levy-paying-organisations .accordion .accordion-caller,
.page-is-an-apprenticeship-for-me .accordion .accordion-caller,
.page-non-levy-paying-organisations .accordion .accordion-caller {
  border-bottom: 0;
}
.page-levy-paying-organisations .accordion-inner,
.page-is-an-apprenticeship-for-me .accordion-inner,
.page-non-levy-paying-organisations .accordion-inner {
  background: #fff;
  padding: 1rem;
}
@media (min-width: 766px) {
  .page-levy-paying-organisations .accordion-inner,
  .page-is-an-apprenticeship-for-me .accordion-inner,
  .page-non-levy-paying-organisations .accordion-inner {
    padding: 1rem 2rem;
  }
}

.member-qual .accordion .accordion-item .accordion-caller, .graduation-block .accordion .accordion-item .accordion-caller {
  background: #22b3ff;
  color: #fff;
}
.member-qual .accordion .accordion-item .accordion-caller:before, .graduation-block .accordion .accordion-item .accordion-caller:before {
  -webkit-transition: 200ms;
  transition: 200ms;
  font-family: "FontAwesomeSolid", serif;
  content: "\f067";
  font-size: 1.2em;
  position: absolute;
  right: 14px;
  bottom: 14px;
  float: none;
  top: unset;
}
.member-qual .accordion .accordion-item .accordion-caller.on, .graduation-block .accordion .accordion-item .accordion-caller.on {
  margin-bottom: 0;
}
.member-qual .accordion .accordion-item .accordion-caller.on:before, .graduation-block .accordion .accordion-item .accordion-caller.on:before {
  content: "\f068";
}
.member-qual .accordion .accordion-item .accordion-caller:hover, .graduation-block .accordion .accordion-item .accordion-caller:hover {
  background-color: #747572;
  color: #fff;
}
.member-qual .accordion .accordion-item .accordion-inner .gridbox-display, .graduation-block .accordion .accordion-item .accordion-inner .gridbox-display {
  background: transparent;
}

.graduation-block .accordion .accordion-item .accordion-caller {
  padding: 1em;
  background: #f8f8f8;
  color: #000;
  border: none;
  border-radius: 8px;
}
.graduation-block .accordion .accordion-item .accordion-inner {
  padding: 0 1em;
}

.theme-full-page .accordion .accordion-item {
  background: #f8f8f8;
  padding: 5px 10px 5px 30px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.theme-full-page .accordion .accordion-item .accordion-caller {
  border-bottom: 0;
}
.theme-full-page .accordion .accordion-item .accordion-caller:hover {
  color: #000;
}
.theme-full-page .accordion .accordion-item .accordion-inner a {
  color: #474c55;
}

.alert-details {
  background: #f8f8f8;
  border-radius: 8px;
  border: thin solid #747572;
  margin: 0.5em auto;
  max-width: 1024px;
  padding: 0 1em;
}
.alert-details .alert {
  position: relative;
  padding: 0.5em;
}
.alert-details .alert p {
  text-align: center;
}
.alert-details .alert .close {
  position: absolute;
  right: 10px;
  top: 5px;
}

.page-banner {
  max-width: 1008px;
  margin: 0 auto 15px;
  position: relative;
  background: #070078;
  border-top: 1px solid #cccccc;
}
@media (min-width: 481px) {
  .page-banner {
    background: none;
  }
}
.page-banner .banner-text {
  zoom: 1;
  padding: 0 15px;
}
.page-banner .banner-text:before, .page-banner .banner-text:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.page-banner .banner-text:after {
  clear: both;
}
.page-banner .banner-text h1 {
  font-weight: normal;
  color: #fff;
}
@media (min-width: 481px) {
  .page-banner .banner-text h1 {
    color: inherit;
  }
}
.page-banner img.mobile-banner-image {
  display: block;
  width: 100%;
  border-radius: 0 !important;
}
@media (min-width: 481px) {
  .page-banner img.mobile-banner-image {
    display: none;
  }
}
.page-banner.mobile-available .banner-text {
  display: none;
}
@media (min-width: 481px) {
  .page-banner.mobile-available .banner-text {
    display: flex;
  }
}
.page-banner.checkout-banner .banner-text table, .page-banner.product-banner .banner-text table {
  margin: 50px 0 20px;
  font-size: 0.9em;
}
.page-banner.checkout-banner .banner-text {
  padding: 30px;
}

.attentionBanner, .attentionbanner {
  width: 100%;
  text-align: center;
  background: #0064C8;
  color: #fff;
  margin: 0.5em auto;
  cursor: pointer;
  padding: 0.5em;
  max-width: 1008px;
}
.attentionBanner p, .attentionbanner p {
  padding: 0;
}
.attentionBanner a, .attentionbanner a {
  color: #fff;
  text-decoration: none;
  background-color: transparent !important;
}
.attentionBanner a:hover, .attentionbanner a:hover {
  text-decoration: underline;
}

.attentionBannerHover, .attentionbannerhover {
  width: 100%;
  text-align: center;
  background: #fff;
  font-size: 0.9em;
  margin: auto;
  display: none;
  position: relative;
  color: #474c55;
  max-width: 1008px;
}
.attentionBannerHover p, .attentionbannerhover p {
  padding: 0.5em;
}
.attentionBannerHover i, .attentionbannerhover i {
  border: solid white;
  border-width: 0 10px 10px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
}
.attentionBannerHover i.up, .attentionbannerhover i.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: -0.5em;
  z-index: 99;
}

@media only screen and (min-width: 768px), screen and (max-device-width: 768px) and (min-aspect-ratio: 13/9) {
  .page-banner {
    color: #fff;
    border: none;
  }
  .page-banner .banner-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 30px;
  }
  .page-banner img {
    display: block;
    width: 100%;
  }
  .page-banner.checkout-banner, .page-banner.product-banner {
    background: #474c55 url(/img/test-images/banner.png) 100% 100% no-repeat;
    background-size: contain;
  }
  .page-banner.checkout-banner .banner-text, .page-banner.product-banner .banner-text {
    display: block;
    position: relative;
  }
  .page-banner.checkout-banner .banner-text table, .page-banner.product-banner .banner-text table {
    color: #fff;
  }
}
.block {
  width: 100%;
  background-color: #070078;
  padding: 2.9em 2em;
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: "SourceSansPro", Tahoma, serif;
  font-size: 1.125rem;
  font-weight: 400;
}
.block a {
  color: #fff;
  font-weight: 400;
}
.block .new-sash:before {
  content: "";
  width: 3em;
  height: 3em;
  background: red;
  position: absolute;
  right: 0;
  z-index: 1;
  border-radius: 0 16px 0 80px;
}
.block .new-sash:after {
  content: "NEW";
  width: 50%;
  transform: rotate(45deg);
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 1em;
  padding: 0.5em 1em;
  top: 0;
  right: -26px;
  font-weight: 400;
}
@media (min-width: 766px) {
  .block .new-sash:before {
    width: 3.5em;
    height: 3.5em;
  }
  .block .new-sash:after {
    font-size: 1em;
    top: 3px;
    right: -38px;
  }
}
@media (min-width: 1025px) {
  .block .new-sash:before {
    width: 4em;
    height: 4em;
  }
  .block .new-sash:after {
    font-size: 1em;
    top: 8px;
    right: -46px;
  }
}

.tileBlock p {
  text-align: center;
}
.tileBlock img {
  width: 100%;
  height: fit-content;
}

.container .recognition .grid-4, .container .recognition .grid-6 {
  background: rgba(247, 245, 242, 0.9);
  border: 10px solid #fff;
}
.container .recognition .grid-4 a, .container .recognition .grid-6 a {
  background: rgba(247, 245, 242, 0.9);
}
.container .recognition .grid-4 a:hover, .container .recognition .grid-6 a:hover {
  color: unset;
}
.container .recognition .grid-4 .featured-box-text, .container .recognition .grid-6 .featured-box-text {
  background: rgba(247, 245, 242, 0.9);
  padding: 0 20px;
}
.container .recognition .grid-4 .featured-box-text h3, .container .recognition .grid-6 .featured-box-text h3 {
  color: #070078;
  font-family: "SourceSansPro", Tahoma, serif;
  font-weight: 400;
  font-size: 1.2em;
}
.container .recognition .grid-4 .featured-box-text h4, .container .recognition .grid-6 .featured-box-text h4 {
  color: #737370;
  font-weight: 600;
  font-size: 1em;
}
.container .recognition .grid-4 .featured-box-text p, .container .recognition .grid-6 .featured-box-text p {
  color: #737370;
  font-weight: 400;
  font-size: 1em;
}
.container .recognition .grid-4 .featured-box-text ul, .container .recognition .grid-6 .featured-box-text ul {
  color: #737370;
  font-weight: 400;
  font-size: 1em;
}
.container .recognition .grid-6 {
  padding: 0.5em 1.5em;
}

.graduation-block .booking-unavailable.switched-off {
  text-align: center;
  padding: 0.5em 0;
  border: thin solid #474c55;
  border-right: none;
  border-left: none;
}

/* Buttons =================================================== */
[class^=button].button-yellow {
  background: #f5ba0f;
  border-color: #f5ba0f;
  color: #fff;
}
[class^=button].button-yellow:hover, [class^=button].button-yellow:active, [class^=button].button-yellow:focus {
  background: transparent;
  color: #f5ba0f;
}
[class^=button].button-green {
  background: #9bca89;
  border-color: #9bca89;
  color: #fff;
}
[class^=button].button-green:hover, [class^=button].button-green:active, [class^=button].button-green:focus {
  background: transparent;
  color: #9bca89;
}
[class^=button].button-orange {
  background: #f1563f;
  border-color: #f1563f;
  color: #fff;
}
[class^=button].button-orange:hover, [class^=button].button-orange:active, [class^=button].button-orange:focus {
  background: transparent;
  color: #f1563f;
}
[class^=button].button-blue {
  background: #070078;
  border-color: #070078;
  color: #fff;
}
[class^=button].button-blue:hover, [class^=button].button-blue:active, [class^=button].button-blue:focus {
  background: transparent;
  color: #070078;
}
[class^=button].button-white {
  background: #fff;
  border-color: #fff;
  color: #fff;
}
[class^=button].button-white:hover, [class^=button].button-white:active, [class^=button].button-white:focus {
  background: transparent;
  color: #fff;
}

.btn,
button,
.button,
.cim-button,
.button-outline [class^=button],
[class*=" button"] {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  -webkit-transition: color 150ms, background-color 150ms;
  transition: color 150ms, background-color 150ms;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  line-height: 100%;
  border: 2px solid;
  color: #474c55;
  font-weight: bold;
  padding: 0.6em 1.1em;
  font-size: 18px;
  background: none;
  position: relative;
}
.btn:hover,
button:hover,
.button:hover,
.cim-button:hover,
.button-outline [class^=button]:hover,
[class*=" button"]:hover {
  background-color: #474c55;
  color: #fff;
  text-decoration: none;
}
.btn .loading-indicator,
button .loading-indicator,
.button .loading-indicator,
.cim-button .loading-indicator,
.button-outline [class^=button] .loading-indicator,
[class*=" button"] .loading-indicator {
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-transition: all 250ms;
  transition: all 250ms;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
}
.btn .btn-text,
button .btn-text,
.button .btn-text,
.cim-button .btn-text,
.button-outline [class^=button] .btn-text,
[class*=" button"] .btn-text {
  -webkit-transition: all 250ms;
  transition: all 250ms;
  display: block;
}
.btn.loading,
button.loading,
.button.loading,
.cim-button.loading,
.button-outline [class^=button].loading,
[class*=" button"].loading {
  background: #fff;
}
.btn.loading .btn-text,
button.loading .btn-text,
.button.loading .btn-text,
.cim-button.loading .btn-text,
.button-outline [class^=button].loading .btn-text,
[class*=" button"].loading .btn-text {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.btn.loading .loading-indicator,
button.loading .loading-indicator,
.button.loading .loading-indicator,
.cim-button.loading .loading-indicator,
.button-outline [class^=button].loading .loading-indicator,
[class*=" button"].loading .loading-indicator {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.btn [class^=icon-],
.btn [class*=" icon-"],
button [class^=icon-],
button [class*=" icon-"],
.button [class^=icon-],
.button [class*=" icon-"],
.cim-button [class^=icon-],
.cim-button [class*=" icon-"],
.button-outline [class^=button] [class^=icon-],
.button-outline [class^=button] [class*=" icon-"],
[class*=" button"] [class^=icon-],
[class*=" button"] [class*=" icon-"] {
  float: right;
  margin: -4px 0 -3px 10px;
  font-size: 1.4em;
}
.btn.greyDisabled,
button.greyDisabled,
.button.greyDisabled,
.cim-button.greyDisabled,
.button-outline [class^=button].greyDisabled,
[class*=" button"].greyDisabled {
  background-color: #737370 !important;
  border-color: #737370 !important;
  color: #fff !important;
  pointer-events: none;
}
.btn.button-white,
button.button-white,
.button.button-white,
.cim-button.button-white,
.button-outline [class^=button].button-white,
[class*=" button"].button-white {
  background: #fff;
  border: none;
  color: #0064C8;
  padding: 20px 30px;
  border-radius: 8px;
  width: fit-content;
  text-decoration: none;
}
.btn.button-white:hover, .btn.button-white:active, .btn.button-white:focus,
button.button-white:hover,
button.button-white:active,
button.button-white:focus,
.button.button-white:hover,
.button.button-white:active,
.button.button-white:focus,
.cim-button.button-white:hover,
.cim-button.button-white:active,
.cim-button.button-white:focus,
.button-outline [class^=button].button-white:hover,
.button-outline [class^=button].button-white:active,
.button-outline [class^=button].button-white:focus,
[class*=" button"].button-white:hover,
[class*=" button"].button-white:active,
[class*=" button"].button-white:focus {
  background-color: #fff;
  color: #0064C8;
}
.btn.button-blue-light,
button.button-blue-light,
.button.button-blue-light,
.cim-button.button-blue-light,
.button-outline [class^=button].button-blue-light,
[class*=" button"].button-blue-light {
  background: #22b3ff;
  border: none;
  color: #fff;
  padding: 20px 30px;
  width: fit-content;
  text-decoration: none;
  border-radius: 8px;
}
.btn.button-blue-light:hover, .btn.button-blue-light:active, .btn.button-blue-light:focus,
button.button-blue-light:hover,
button.button-blue-light:active,
button.button-blue-light:focus,
.button.button-blue-light:hover,
.button.button-blue-light:active,
.button.button-blue-light:focus,
.cim-button.button-blue-light:hover,
.cim-button.button-blue-light:active,
.cim-button.button-blue-light:focus,
.button-outline [class^=button].button-blue-light:hover,
.button-outline [class^=button].button-blue-light:active,
.button-outline [class^=button].button-blue-light:focus,
[class*=" button"].button-blue-light:hover,
[class*=" button"].button-blue-light:active,
[class*=" button"].button-blue-light:focus {
  background: #22b3ff;
  color: #fff;
}

.button-blue {
  background: #070078;
  border: none;
  color: #fff;
  padding: 0.75em 1.25em;
}
.button-blue:hover, .button-blue:active, .button-blue:focus {
  color: #fff;
}

.button-blue-light {
  background: #22b3ff;
  border: none;
  color: #fff;
  padding: 0.75em 1.25em;
  cursor: pointer;
}
.button-blue-light:hover, .button-blue-light:active, .button-blue-light:focus {
  color: #fff;
}

.button-purple {
  background: #8970B2;
  border: none;
  color: #fff;
}
.button-purple:hover, .button-purple:active, .button-purple:focus {
  color: #fff;
}
.button-purple.button-solid {
  background: #8970B2;
  border: 2px solid #8970B2;
  color: #fff;
}
.button-purple.button-solid:hover, .button-purple.button-solid:active, .button-purple.button-solid:focus {
  background: transparent;
  color: #8970B2;
}

.button-large {
  font-size: 18px;
  width: 100%;
}

.button-small {
  font-size: 14px;
}

.btn-container button,
.btn-container [class^=button],
.btn-container [class*=" button"] {
  display: block;
}
.btn-container button:first-child,
.btn-container [class^=button]:first-child,
.btn-container [class*=" button"]:first-child {
  margin-bottom: 10px;
}

.cim-button,
.button-solid {
  background-color: #070078;
  border-color: #070078;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}
.cim-button:hover, .cim-button:active, .cim-button:focus,
.button-solid:hover,
.button-solid:active,
.button-solid:focus {
  background-color: transparent;
  color: #070078;
  text-decoration: none;
}

.cim-button {
  width: 100%;
}
.cim-button.blue {
  background: #070078;
}
.cim-button.blue:hover {
  color: #070078;
  border-color: #070078;
  background: transparent;
}
.cim-button.blue.reversed {
  background: transparent;
  border-color: #070078;
  color: #070078;
}
.cim-button.blue.reversed:hover {
  color: #fff;
  border-color: #070078;
  background: #070078;
}
.cim-button.blue-bright {
  background: #0064C8;
  border-color: #0064C8;
}
.cim-button.blue-bright:hover {
  color: #0064C8;
  border-color: #0064C8;
  background: transparent;
}
.cim-button.blue-bright.reversed {
  background: transparent;
  border-color: #0064C8;
  color: #0064C8;
}
.cim-button.blue-bright.reversed:hover {
  color: #fff;
  border-color: #0064C8;
  background: #0064C8;
}
.cim-button.blue-light {
  background: #22b3ff;
  border-color: #22b3ff;
  color: #fff;
}
.cim-button.blue-light:hover, .cim-button.blue-light:active, .cim-button.blue-light:focus {
  color: #fff;
  background: #474c55;
  border-color: #474c55;
}
.cim-button.black {
  background: #000;
}
.cim-button.black:hover {
  color: #000;
  border-color: #000;
  background: transparent;
}
.cim-button.black.reversed {
  background: transparent;
  border-color: #000;
  color: #000;
}
.cim-button.black.reversed:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}
.cim-button.grey {
  background: #474c55;
  border-color: #474c55;
  color: #fff;
}
.cim-button.grey:hover {
  color: #474c55;
  border-color: #474c55;
  background: transparent;
}
.cim-button.grey.reversed {
  background: transparent;
  border-color: #474c55;
  color: #474c55;
}
.cim-button.grey.reversed:hover {
  color: #fff;
  border-color: #474c55;
  background: #474c55;
}
.cim-button.green {
  background: #9bca89;
  border-color: #9bca89;
}
.cim-button.green:hover {
  color: #9bca89;
  background: transparent;
  border: 2px solid #9bca89;
}
.cim-button.green.reversed {
  background: transparent;
  border-color: #9bca89;
  color: #9bca89;
}
.cim-button.green.reversed:hover {
  color: #fff;
  border-color: #9bca89;
  background: #9bca89;
}
.cim-button.yellow {
  background: #F0BA1A;
  border-color: #F0BA1A;
}
.cim-button.yellow:hover {
  color: #F0BA1A;
  background: transparent;
  border: 2px solid #F0BA1A;
}
.cim-button.orange {
  background: #E9543A;
  border-color: #E9543A;
}
.cim-button.orange:hover {
  color: #E9543A;
  background: transparent;
  border: 2px solid #E9543A;
}
.cim-button.orange.reversed {
  background: transparent;
  border-color: #E9543A;
  color: #E9543A;
}
.cim-button.orange.reversed:hover {
  color: #fff;
  border-color: #E9543A;
  background: #E9543A;
}
.cim-button.purple {
  background: #896FB1;
  border-color: #896FB1;
  color: #fff;
}
.cim-button.purple:hover {
  color: #896FB1;
  background: transparent;
  border: 2px solid #896FB1;
}
.cim-button.purple.reversed {
  background: transparent;
  border-color: #896FB1;
  color: #896FB1;
}
.cim-button.purple.reversed:hover {
  color: #fff;
  border-color: #896FB1;
  background: #896FB1;
}
.cim-button.rounded {
  border-radius: 8px;
}
.cim-button.shadowed {
  box-shadow: 3px 3px 3px rgba(153, 153, 153, 0.7);
}
@media (min-width: 650px) {
  .cim-button.shadowed {
    right: 3px;
  }
}

.cta-button {
  padding: 0.5em 2em 0.5em 1em;
  margin: 0.25em;
  background: rgb(0, 101, 201);
  background: linear-gradient(90deg, rgb(0, 101, 201) 0%, rgb(35, 178, 254) 100%);
  border-radius: 8px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.cta-button:before {
  -webkit-transition: 200ms;
  transition: 200ms;
  font-family: "FontAwesomeSolid", serif;
  content: "\f054";
  font-size: 1em;
  position: absolute;
  right: 14px;
  bottom: 6px;
  float: none;
  top: unset;
}
.cta-button:hover {
  transition: 1500ms;
  filter: saturate(0%);
}
.cta-button a {
  color: #fff;
}
.cta-button.cim-button {
  padding: 0.5em 2em 0.5em 1em !important;
  color: #fff !important;
  border-color: #fff !important;
}

.cta-button-added {
  margin: 2em auto 1em;
}
.cta-button-added span.cta-button {
  margin: 0;
}

.view-all {
  text-decoration: none;
}
.view-all:hover, .view-all:active, .view-all:focus {
  color: #f1563f;
  text-decoration: none;
}
.view-all .icon {
  height: 0.9375rem;
  width: 0.9375rem;
}

.top-of-page {
  border: 2px solid;
  color: #474c55;
  border-radius: 100%;
  width: 3.25rem;
  height: 3.25rem;
  text-align: center;
  overflow: hidden;
  margin: 0 0 1rem;
  padding: 0;
  opacity: 0.4;
  position: fixed;
  right: 2.6rem;
  bottom: 7rem;
  z-index: 9;
  background-color: #ecedec;
  font-size: 2.65rem;
  font-weight: 400;
  transform: rotate(270deg);
}
.top-of-page:hover, .top-of-page:active, .top-of-page:focus {
  background: transparent;
  color: #f1563f;
  opacity: 1;
}

.button-reset {
  border: 0;
  color: #737370;
  font-size: 0.85rem;
  padding: 0;
  position: absolute;
  bottom: 0.75rem;
  left: 0;
}
@media (min-width: 1025px) {
  .button-reset {
    bottom: 0;
    left: 0;
  }
}
.button-reset span {
  background: #909090;
  color: #fff;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 5px 0 0;
  padding: 3px 4px;
  transition: all 150ms;
  vertical-align: bottom;
}
.button-reset:hover, .button-reset:active, .button-reset:focus {
  background: transparent;
  color: #f1563f;
}
.button-reset:hover span, .button-reset:active span, .button-reset:focus span {
  background: #f1563f;
  color: #fff;
}

.morelink {
  font-weight: bold;
  cursor: pointer;
}
.morelink:hover {
  text-decoration: underline;
}

/*  --------------------------------------------------
    Reveal Modals
    -------------------------------------------------- */
.reveal-popup-link p {
  display: inline;
  margin: 0 1rem;
  padding: 0;
}
@media (min-width: 481px) {
  .reveal-popup-link p {
    margin: -2.25rem 0 1rem;
  }
}

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
}

#modal-holder .reveal-modal {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  min-height: inherit;
  visibility: hidden;
  display: none;
  position: fixed;
  z-index: 1005;
  top: 50% !important;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  width: 80%;
  max-width: 62.5rem;
  right: 0;
  margin: 0 auto;
  overflow: auto;
}
#modal-holder .reveal-modal.open {
  max-height: 90vh;
  visibility: visible;
  display: block;
  opacity: 1;
  width: 94%;
  left: 3%;
}
@media (min-width: 481px) {
  #modal-holder .reveal-modal.open {
    width: 80%;
    left: 5%;
    right: 5%;
  }
}
#modal-holder .reveal-modal.open img {
  height: auto !important;
}
@media (min-width: 481px) {
  #modal-holder .reveal-modal.open img {
    height: initial;
  }
}
#modal-holder .reveal-modal iframe {
  height: 40vh;
  width: 100%;
  border: none;
}
#modal-holder .reveal-modal .close-reveal-modal {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  color: #333333;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}
#modal-holder .reveal-modal .close-reveal-modal:hover, #modal-holder .reveal-modal .close-reveal-modal:active, #modal-holder .reveal-modal .close-reveal-modal:focus {
  color: #f1563f;
  text-decoration: none;
}

#loading-overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 15;
}

#loading-overlay-bar {
  position: fixed;
  top: 60%;
  width: 100%;
  max-width: 1040px;
  z-index: 16;
}
#loading-overlay-bar .cim-logo.hue-wipe {
  width: 20%;
  min-width: 135px;
  margin: 0 auto;
}
#loading-overlay-bar .cim-logo.hue-wipe path, #loading-overlay-bar .cim-logo.hue-wipe rect, #loading-overlay-bar .cim-logo.hue-wipe polygon {
  fill: #e3e4e2;
}
#loading-overlay-bar .cim-logo.hue-wipe svg > g:nth-of-type(1) > * {
  animation: hue-wipe 0.9s linear 0.3s infinite alternate;
}
#loading-overlay-bar .cim-logo.hue-wipe svg > g:nth-of-type(2) > * {
  animation: hue-wipe 0.9s linear 0s infinite alternate;
}
#loading-overlay-bar .cim-logo.hue-wipe svg > g:nth-of-type(3) > * {
  animation: hue-wipe 0.9s linear 0.6s infinite alternate;
}

@keyframes hue-wipe {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#modalAlertOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
}

#modalAlert {
  font-family: "SourceSansPro", Tahoma, serif;
  text-align: center;
  padding: 0;
  position: fixed;
  z-index: 1001;
}
#modalAlert .alert, #modalAlert .confirm {
  margin: 0 auto;
  background: #f7f7f7;
}
#modalAlert .alert .header, #modalAlert .confirm .header {
  text-align: right;
  margin-bottom: 1em;
}
#modalAlert .alert .header span, #modalAlert .confirm .header span {
  font-family: sans-serif;
  font-size: 1.5rem;
  padding: 5px 10px 0 0;
}
#modalAlert .alert .header span:hover, #modalAlert .confirm .header span:hover {
  cursor: pointer;
  text-decoration: underline;
}
#modalAlert .alert .body, #modalAlert .confirm .body {
  padding: 0 4em 2em 4em;
}
#modalAlert .alert .body p, #modalAlert .confirm .body p {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  line-height: 2rem;
  color: #474c55;
}
#modalAlert button.alertOK {
  background-color: #fff;
  color: #f1563f;
  margin: 1em;
  border-color: #f1563f;
}
#modalAlert button.alertOK:hover {
  background-color: #f1563f;
  color: #fff;
}
#modalAlert button.alertCancel {
  margin: 1em;
  background-color: #f1563f;
  color: #fff;
  border-color: #f1563f;
}
#modalAlert button.alertCancel:hover {
  background-color: #fff;
  color: #f1563f;
}

.coursePopup {
  border: thin solid #000;
  width: 36%;
  background-color: cornsilk;
  padding: 1.5em;
  position: fixed;
  top: 30%;
  left: 32%;
  z-index: 999;
}
.coursePopup .closePopup {
  position: absolute;
  right: 1em;
  top: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
}

#modal-holder .sponsor-modal.open {
  width: 80%;
  top: unset;
  left: 10%;
  right: 10%;
}

.modal-item {
  z-index: 9;
}

.page-webinars .grid-4 > a,
.page-webinars .grid-3 > a, .page-webinars .grid-2 > a,
.page-qualifications-webinars .grid-4 > a,
.page-qualifications-webinars .grid-3 > a,
.page-qualifications-webinars .grid-2 > a,
.page-keep-social-honest .grid-4 > a,
.page-keep-social-honest .grid-3 > a,
.page-keep-social-honest .grid-2 > a,
.international .grid-4 > a,
.international .grid-3 > a,
.international .grid-2 > a,
.membershippage .grid-4 > a,
.membershippage .grid-3 > a,
.membershippage .grid-2 > a,
.membership .grid-4 > a,
.membership .grid-3 > a,
.membership .grid-2 > a,
.more .grid-4 > a,
.more .grid-3 > a,
.more .grid-2 > a,
.resources .grid-4 > a,
.resources .grid-3 > a,
.resources .grid-2 > a,
.page-governance .grid-4 > a,
.page-governance .grid-3 > a,
.page-governance .grid-2 > a,
.countrypage .grid-4 > a,
.countrypage .grid-3 > a,
.countrypage .grid-2 > a {
  background: #070078;
  padding: 0;
  margin-bottom: 0;
}
.page-webinars .grid-4 .img-wrapper,
.page-webinars .grid-3 .img-wrapper, .page-webinars .grid-2 .img-wrapper,
.page-qualifications-webinars .grid-4 .img-wrapper,
.page-qualifications-webinars .grid-3 .img-wrapper,
.page-qualifications-webinars .grid-2 .img-wrapper,
.page-keep-social-honest .grid-4 .img-wrapper,
.page-keep-social-honest .grid-3 .img-wrapper,
.page-keep-social-honest .grid-2 .img-wrapper,
.international .grid-4 .img-wrapper,
.international .grid-3 .img-wrapper,
.international .grid-2 .img-wrapper,
.membershippage .grid-4 .img-wrapper,
.membershippage .grid-3 .img-wrapper,
.membershippage .grid-2 .img-wrapper,
.membership .grid-4 .img-wrapper,
.membership .grid-3 .img-wrapper,
.membership .grid-2 .img-wrapper,
.more .grid-4 .img-wrapper,
.more .grid-3 .img-wrapper,
.more .grid-2 .img-wrapper,
.resources .grid-4 .img-wrapper,
.resources .grid-3 .img-wrapper,
.resources .grid-2 .img-wrapper,
.page-governance .grid-4 .img-wrapper,
.page-governance .grid-3 .img-wrapper,
.page-governance .grid-2 .img-wrapper,
.countrypage .grid-4 .img-wrapper,
.countrypage .grid-3 .img-wrapper,
.countrypage .grid-2 .img-wrapper {
  background-color: #474c55;
  background-size: cover;
  background-position: center;
}
.page-webinars .grid-4 .featured-box-text,
.page-webinars .grid-3 .featured-box-text, .page-webinars .grid-2 .featured-box-text,
.page-qualifications-webinars .grid-4 .featured-box-text,
.page-qualifications-webinars .grid-3 .featured-box-text,
.page-qualifications-webinars .grid-2 .featured-box-text,
.page-keep-social-honest .grid-4 .featured-box-text,
.page-keep-social-honest .grid-3 .featured-box-text,
.page-keep-social-honest .grid-2 .featured-box-text,
.international .grid-4 .featured-box-text,
.international .grid-3 .featured-box-text,
.international .grid-2 .featured-box-text,
.membershippage .grid-4 .featured-box-text,
.membershippage .grid-3 .featured-box-text,
.membershippage .grid-2 .featured-box-text,
.membership .grid-4 .featured-box-text,
.membership .grid-3 .featured-box-text,
.membership .grid-2 .featured-box-text,
.more .grid-4 .featured-box-text,
.more .grid-3 .featured-box-text,
.more .grid-2 .featured-box-text,
.resources .grid-4 .featured-box-text,
.resources .grid-3 .featured-box-text,
.resources .grid-2 .featured-box-text,
.page-governance .grid-4 .featured-box-text,
.page-governance .grid-3 .featured-box-text,
.page-governance .grid-2 .featured-box-text,
.countrypage .grid-4 .featured-box-text,
.countrypage .grid-3 .featured-box-text,
.countrypage .grid-2 .featured-box-text {
  background: transparent;
  width: 100%;
  padding: 1rem;
}
.page-webinars .grid-4 .featured-box-text h1:first-child, .page-webinars .grid-4 .featured-box-text h2:first-child, .page-webinars .grid-4 .featured-box-text h3:first-child, .page-webinars .grid-4 .featured-box-text h4:first-child, .page-webinars .grid-4 .featured-box-text h5:first-child, .page-webinars .grid-4 .featured-box-text h6:first-child, .page-webinars .grid-4 .featured-box-text p:first-child, .page-webinars .grid-4 .featured-box-text ul:first-child, .page-webinars .grid-4 .featured-box-text ol:first-child,
.page-webinars .grid-3 .featured-box-text h1:first-child,
.page-webinars .grid-3 .featured-box-text h2:first-child,
.page-webinars .grid-3 .featured-box-text h3:first-child,
.page-webinars .grid-3 .featured-box-text h4:first-child,
.page-webinars .grid-3 .featured-box-text h5:first-child,
.page-webinars .grid-3 .featured-box-text h6:first-child,
.page-webinars .grid-3 .featured-box-text p:first-child,
.page-webinars .grid-3 .featured-box-text ul:first-child,
.page-webinars .grid-3 .featured-box-text ol:first-child, .page-webinars .grid-2 .featured-box-text h1:first-child, .page-webinars .grid-2 .featured-box-text h2:first-child, .page-webinars .grid-2 .featured-box-text h3:first-child, .page-webinars .grid-2 .featured-box-text h4:first-child, .page-webinars .grid-2 .featured-box-text h5:first-child, .page-webinars .grid-2 .featured-box-text h6:first-child, .page-webinars .grid-2 .featured-box-text p:first-child, .page-webinars .grid-2 .featured-box-text ul:first-child, .page-webinars .grid-2 .featured-box-text ol:first-child,
.page-qualifications-webinars .grid-4 .featured-box-text h1:first-child,
.page-qualifications-webinars .grid-4 .featured-box-text h2:first-child,
.page-qualifications-webinars .grid-4 .featured-box-text h3:first-child,
.page-qualifications-webinars .grid-4 .featured-box-text h4:first-child,
.page-qualifications-webinars .grid-4 .featured-box-text h5:first-child,
.page-qualifications-webinars .grid-4 .featured-box-text h6:first-child,
.page-qualifications-webinars .grid-4 .featured-box-text p:first-child,
.page-qualifications-webinars .grid-4 .featured-box-text ul:first-child,
.page-qualifications-webinars .grid-4 .featured-box-text ol:first-child,
.page-qualifications-webinars .grid-3 .featured-box-text h1:first-child,
.page-qualifications-webinars .grid-3 .featured-box-text h2:first-child,
.page-qualifications-webinars .grid-3 .featured-box-text h3:first-child,
.page-qualifications-webinars .grid-3 .featured-box-text h4:first-child,
.page-qualifications-webinars .grid-3 .featured-box-text h5:first-child,
.page-qualifications-webinars .grid-3 .featured-box-text h6:first-child,
.page-qualifications-webinars .grid-3 .featured-box-text p:first-child,
.page-qualifications-webinars .grid-3 .featured-box-text ul:first-child,
.page-qualifications-webinars .grid-3 .featured-box-text ol:first-child,
.page-qualifications-webinars .grid-2 .featured-box-text h1:first-child,
.page-qualifications-webinars .grid-2 .featured-box-text h2:first-child,
.page-qualifications-webinars .grid-2 .featured-box-text h3:first-child,
.page-qualifications-webinars .grid-2 .featured-box-text h4:first-child,
.page-qualifications-webinars .grid-2 .featured-box-text h5:first-child,
.page-qualifications-webinars .grid-2 .featured-box-text h6:first-child,
.page-qualifications-webinars .grid-2 .featured-box-text p:first-child,
.page-qualifications-webinars .grid-2 .featured-box-text ul:first-child,
.page-qualifications-webinars .grid-2 .featured-box-text ol:first-child,
.page-keep-social-honest .grid-4 .featured-box-text h1:first-child,
.page-keep-social-honest .grid-4 .featured-box-text h2:first-child,
.page-keep-social-honest .grid-4 .featured-box-text h3:first-child,
.page-keep-social-honest .grid-4 .featured-box-text h4:first-child,
.page-keep-social-honest .grid-4 .featured-box-text h5:first-child,
.page-keep-social-honest .grid-4 .featured-box-text h6:first-child,
.page-keep-social-honest .grid-4 .featured-box-text p:first-child,
.page-keep-social-honest .grid-4 .featured-box-text ul:first-child,
.page-keep-social-honest .grid-4 .featured-box-text ol:first-child,
.page-keep-social-honest .grid-3 .featured-box-text h1:first-child,
.page-keep-social-honest .grid-3 .featured-box-text h2:first-child,
.page-keep-social-honest .grid-3 .featured-box-text h3:first-child,
.page-keep-social-honest .grid-3 .featured-box-text h4:first-child,
.page-keep-social-honest .grid-3 .featured-box-text h5:first-child,
.page-keep-social-honest .grid-3 .featured-box-text h6:first-child,
.page-keep-social-honest .grid-3 .featured-box-text p:first-child,
.page-keep-social-honest .grid-3 .featured-box-text ul:first-child,
.page-keep-social-honest .grid-3 .featured-box-text ol:first-child,
.page-keep-social-honest .grid-2 .featured-box-text h1:first-child,
.page-keep-social-honest .grid-2 .featured-box-text h2:first-child,
.page-keep-social-honest .grid-2 .featured-box-text h3:first-child,
.page-keep-social-honest .grid-2 .featured-box-text h4:first-child,
.page-keep-social-honest .grid-2 .featured-box-text h5:first-child,
.page-keep-social-honest .grid-2 .featured-box-text h6:first-child,
.page-keep-social-honest .grid-2 .featured-box-text p:first-child,
.page-keep-social-honest .grid-2 .featured-box-text ul:first-child,
.page-keep-social-honest .grid-2 .featured-box-text ol:first-child,
.international .grid-4 .featured-box-text h1:first-child,
.international .grid-4 .featured-box-text h2:first-child,
.international .grid-4 .featured-box-text h3:first-child,
.international .grid-4 .featured-box-text h4:first-child,
.international .grid-4 .featured-box-text h5:first-child,
.international .grid-4 .featured-box-text h6:first-child,
.international .grid-4 .featured-box-text p:first-child,
.international .grid-4 .featured-box-text ul:first-child,
.international .grid-4 .featured-box-text ol:first-child,
.international .grid-3 .featured-box-text h1:first-child,
.international .grid-3 .featured-box-text h2:first-child,
.international .grid-3 .featured-box-text h3:first-child,
.international .grid-3 .featured-box-text h4:first-child,
.international .grid-3 .featured-box-text h5:first-child,
.international .grid-3 .featured-box-text h6:first-child,
.international .grid-3 .featured-box-text p:first-child,
.international .grid-3 .featured-box-text ul:first-child,
.international .grid-3 .featured-box-text ol:first-child,
.international .grid-2 .featured-box-text h1:first-child,
.international .grid-2 .featured-box-text h2:first-child,
.international .grid-2 .featured-box-text h3:first-child,
.international .grid-2 .featured-box-text h4:first-child,
.international .grid-2 .featured-box-text h5:first-child,
.international .grid-2 .featured-box-text h6:first-child,
.international .grid-2 .featured-box-text p:first-child,
.international .grid-2 .featured-box-text ul:first-child,
.international .grid-2 .featured-box-text ol:first-child,
.membershippage .grid-4 .featured-box-text h1:first-child,
.membershippage .grid-4 .featured-box-text h2:first-child,
.membershippage .grid-4 .featured-box-text h3:first-child,
.membershippage .grid-4 .featured-box-text h4:first-child,
.membershippage .grid-4 .featured-box-text h5:first-child,
.membershippage .grid-4 .featured-box-text h6:first-child,
.membershippage .grid-4 .featured-box-text p:first-child,
.membershippage .grid-4 .featured-box-text ul:first-child,
.membershippage .grid-4 .featured-box-text ol:first-child,
.membershippage .grid-3 .featured-box-text h1:first-child,
.membershippage .grid-3 .featured-box-text h2:first-child,
.membershippage .grid-3 .featured-box-text h3:first-child,
.membershippage .grid-3 .featured-box-text h4:first-child,
.membershippage .grid-3 .featured-box-text h5:first-child,
.membershippage .grid-3 .featured-box-text h6:first-child,
.membershippage .grid-3 .featured-box-text p:first-child,
.membershippage .grid-3 .featured-box-text ul:first-child,
.membershippage .grid-3 .featured-box-text ol:first-child,
.membershippage .grid-2 .featured-box-text h1:first-child,
.membershippage .grid-2 .featured-box-text h2:first-child,
.membershippage .grid-2 .featured-box-text h3:first-child,
.membershippage .grid-2 .featured-box-text h4:first-child,
.membershippage .grid-2 .featured-box-text h5:first-child,
.membershippage .grid-2 .featured-box-text h6:first-child,
.membershippage .grid-2 .featured-box-text p:first-child,
.membershippage .grid-2 .featured-box-text ul:first-child,
.membershippage .grid-2 .featured-box-text ol:first-child,
.membership .grid-4 .featured-box-text h1:first-child,
.membership .grid-4 .featured-box-text h2:first-child,
.membership .grid-4 .featured-box-text h3:first-child,
.membership .grid-4 .featured-box-text h4:first-child,
.membership .grid-4 .featured-box-text h5:first-child,
.membership .grid-4 .featured-box-text h6:first-child,
.membership .grid-4 .featured-box-text p:first-child,
.membership .grid-4 .featured-box-text ul:first-child,
.membership .grid-4 .featured-box-text ol:first-child,
.membership .grid-3 .featured-box-text h1:first-child,
.membership .grid-3 .featured-box-text h2:first-child,
.membership .grid-3 .featured-box-text h3:first-child,
.membership .grid-3 .featured-box-text h4:first-child,
.membership .grid-3 .featured-box-text h5:first-child,
.membership .grid-3 .featured-box-text h6:first-child,
.membership .grid-3 .featured-box-text p:first-child,
.membership .grid-3 .featured-box-text ul:first-child,
.membership .grid-3 .featured-box-text ol:first-child,
.membership .grid-2 .featured-box-text h1:first-child,
.membership .grid-2 .featured-box-text h2:first-child,
.membership .grid-2 .featured-box-text h3:first-child,
.membership .grid-2 .featured-box-text h4:first-child,
.membership .grid-2 .featured-box-text h5:first-child,
.membership .grid-2 .featured-box-text h6:first-child,
.membership .grid-2 .featured-box-text p:first-child,
.membership .grid-2 .featured-box-text ul:first-child,
.membership .grid-2 .featured-box-text ol:first-child,
.more .grid-4 .featured-box-text h1:first-child,
.more .grid-4 .featured-box-text h2:first-child,
.more .grid-4 .featured-box-text h3:first-child,
.more .grid-4 .featured-box-text h4:first-child,
.more .grid-4 .featured-box-text h5:first-child,
.more .grid-4 .featured-box-text h6:first-child,
.more .grid-4 .featured-box-text p:first-child,
.more .grid-4 .featured-box-text ul:first-child,
.more .grid-4 .featured-box-text ol:first-child,
.more .grid-3 .featured-box-text h1:first-child,
.more .grid-3 .featured-box-text h2:first-child,
.more .grid-3 .featured-box-text h3:first-child,
.more .grid-3 .featured-box-text h4:first-child,
.more .grid-3 .featured-box-text h5:first-child,
.more .grid-3 .featured-box-text h6:first-child,
.more .grid-3 .featured-box-text p:first-child,
.more .grid-3 .featured-box-text ul:first-child,
.more .grid-3 .featured-box-text ol:first-child,
.more .grid-2 .featured-box-text h1:first-child,
.more .grid-2 .featured-box-text h2:first-child,
.more .grid-2 .featured-box-text h3:first-child,
.more .grid-2 .featured-box-text h4:first-child,
.more .grid-2 .featured-box-text h5:first-child,
.more .grid-2 .featured-box-text h6:first-child,
.more .grid-2 .featured-box-text p:first-child,
.more .grid-2 .featured-box-text ul:first-child,
.more .grid-2 .featured-box-text ol:first-child,
.resources .grid-4 .featured-box-text h1:first-child,
.resources .grid-4 .featured-box-text h2:first-child,
.resources .grid-4 .featured-box-text h3:first-child,
.resources .grid-4 .featured-box-text h4:first-child,
.resources .grid-4 .featured-box-text h5:first-child,
.resources .grid-4 .featured-box-text h6:first-child,
.resources .grid-4 .featured-box-text p:first-child,
.resources .grid-4 .featured-box-text ul:first-child,
.resources .grid-4 .featured-box-text ol:first-child,
.resources .grid-3 .featured-box-text h1:first-child,
.resources .grid-3 .featured-box-text h2:first-child,
.resources .grid-3 .featured-box-text h3:first-child,
.resources .grid-3 .featured-box-text h4:first-child,
.resources .grid-3 .featured-box-text h5:first-child,
.resources .grid-3 .featured-box-text h6:first-child,
.resources .grid-3 .featured-box-text p:first-child,
.resources .grid-3 .featured-box-text ul:first-child,
.resources .grid-3 .featured-box-text ol:first-child,
.resources .grid-2 .featured-box-text h1:first-child,
.resources .grid-2 .featured-box-text h2:first-child,
.resources .grid-2 .featured-box-text h3:first-child,
.resources .grid-2 .featured-box-text h4:first-child,
.resources .grid-2 .featured-box-text h5:first-child,
.resources .grid-2 .featured-box-text h6:first-child,
.resources .grid-2 .featured-box-text p:first-child,
.resources .grid-2 .featured-box-text ul:first-child,
.resources .grid-2 .featured-box-text ol:first-child,
.page-governance .grid-4 .featured-box-text h1:first-child,
.page-governance .grid-4 .featured-box-text h2:first-child,
.page-governance .grid-4 .featured-box-text h3:first-child,
.page-governance .grid-4 .featured-box-text h4:first-child,
.page-governance .grid-4 .featured-box-text h5:first-child,
.page-governance .grid-4 .featured-box-text h6:first-child,
.page-governance .grid-4 .featured-box-text p:first-child,
.page-governance .grid-4 .featured-box-text ul:first-child,
.page-governance .grid-4 .featured-box-text ol:first-child,
.page-governance .grid-3 .featured-box-text h1:first-child,
.page-governance .grid-3 .featured-box-text h2:first-child,
.page-governance .grid-3 .featured-box-text h3:first-child,
.page-governance .grid-3 .featured-box-text h4:first-child,
.page-governance .grid-3 .featured-box-text h5:first-child,
.page-governance .grid-3 .featured-box-text h6:first-child,
.page-governance .grid-3 .featured-box-text p:first-child,
.page-governance .grid-3 .featured-box-text ul:first-child,
.page-governance .grid-3 .featured-box-text ol:first-child,
.page-governance .grid-2 .featured-box-text h1:first-child,
.page-governance .grid-2 .featured-box-text h2:first-child,
.page-governance .grid-2 .featured-box-text h3:first-child,
.page-governance .grid-2 .featured-box-text h4:first-child,
.page-governance .grid-2 .featured-box-text h5:first-child,
.page-governance .grid-2 .featured-box-text h6:first-child,
.page-governance .grid-2 .featured-box-text p:first-child,
.page-governance .grid-2 .featured-box-text ul:first-child,
.page-governance .grid-2 .featured-box-text ol:first-child,
.countrypage .grid-4 .featured-box-text h1:first-child,
.countrypage .grid-4 .featured-box-text h2:first-child,
.countrypage .grid-4 .featured-box-text h3:first-child,
.countrypage .grid-4 .featured-box-text h4:first-child,
.countrypage .grid-4 .featured-box-text h5:first-child,
.countrypage .grid-4 .featured-box-text h6:first-child,
.countrypage .grid-4 .featured-box-text p:first-child,
.countrypage .grid-4 .featured-box-text ul:first-child,
.countrypage .grid-4 .featured-box-text ol:first-child,
.countrypage .grid-3 .featured-box-text h1:first-child,
.countrypage .grid-3 .featured-box-text h2:first-child,
.countrypage .grid-3 .featured-box-text h3:first-child,
.countrypage .grid-3 .featured-box-text h4:first-child,
.countrypage .grid-3 .featured-box-text h5:first-child,
.countrypage .grid-3 .featured-box-text h6:first-child,
.countrypage .grid-3 .featured-box-text p:first-child,
.countrypage .grid-3 .featured-box-text ul:first-child,
.countrypage .grid-3 .featured-box-text ol:first-child,
.countrypage .grid-2 .featured-box-text h1:first-child,
.countrypage .grid-2 .featured-box-text h2:first-child,
.countrypage .grid-2 .featured-box-text h3:first-child,
.countrypage .grid-2 .featured-box-text h4:first-child,
.countrypage .grid-2 .featured-box-text h5:first-child,
.countrypage .grid-2 .featured-box-text h6:first-child,
.countrypage .grid-2 .featured-box-text p:first-child,
.countrypage .grid-2 .featured-box-text ul:first-child,
.countrypage .grid-2 .featured-box-text ol:first-child {
  margin-top: 0;
}
.page-webinars .grid-4 .featured-box-text h1:last-child, .page-webinars .grid-4 .featured-box-text h2:last-child, .page-webinars .grid-4 .featured-box-text h3:last-child, .page-webinars .grid-4 .featured-box-text h4:last-child, .page-webinars .grid-4 .featured-box-text h5:last-child, .page-webinars .grid-4 .featured-box-text h6:last-child, .page-webinars .grid-4 .featured-box-text p:last-child, .page-webinars .grid-4 .featured-box-text ul:last-child, .page-webinars .grid-4 .featured-box-text ol:last-child,
.page-webinars .grid-3 .featured-box-text h1:last-child,
.page-webinars .grid-3 .featured-box-text h2:last-child,
.page-webinars .grid-3 .featured-box-text h3:last-child,
.page-webinars .grid-3 .featured-box-text h4:last-child,
.page-webinars .grid-3 .featured-box-text h5:last-child,
.page-webinars .grid-3 .featured-box-text h6:last-child,
.page-webinars .grid-3 .featured-box-text p:last-child,
.page-webinars .grid-3 .featured-box-text ul:last-child,
.page-webinars .grid-3 .featured-box-text ol:last-child, .page-webinars .grid-2 .featured-box-text h1:last-child, .page-webinars .grid-2 .featured-box-text h2:last-child, .page-webinars .grid-2 .featured-box-text h3:last-child, .page-webinars .grid-2 .featured-box-text h4:last-child, .page-webinars .grid-2 .featured-box-text h5:last-child, .page-webinars .grid-2 .featured-box-text h6:last-child, .page-webinars .grid-2 .featured-box-text p:last-child, .page-webinars .grid-2 .featured-box-text ul:last-child, .page-webinars .grid-2 .featured-box-text ol:last-child,
.page-qualifications-webinars .grid-4 .featured-box-text h1:last-child,
.page-qualifications-webinars .grid-4 .featured-box-text h2:last-child,
.page-qualifications-webinars .grid-4 .featured-box-text h3:last-child,
.page-qualifications-webinars .grid-4 .featured-box-text h4:last-child,
.page-qualifications-webinars .grid-4 .featured-box-text h5:last-child,
.page-qualifications-webinars .grid-4 .featured-box-text h6:last-child,
.page-qualifications-webinars .grid-4 .featured-box-text p:last-child,
.page-qualifications-webinars .grid-4 .featured-box-text ul:last-child,
.page-qualifications-webinars .grid-4 .featured-box-text ol:last-child,
.page-qualifications-webinars .grid-3 .featured-box-text h1:last-child,
.page-qualifications-webinars .grid-3 .featured-box-text h2:last-child,
.page-qualifications-webinars .grid-3 .featured-box-text h3:last-child,
.page-qualifications-webinars .grid-3 .featured-box-text h4:last-child,
.page-qualifications-webinars .grid-3 .featured-box-text h5:last-child,
.page-qualifications-webinars .grid-3 .featured-box-text h6:last-child,
.page-qualifications-webinars .grid-3 .featured-box-text p:last-child,
.page-qualifications-webinars .grid-3 .featured-box-text ul:last-child,
.page-qualifications-webinars .grid-3 .featured-box-text ol:last-child,
.page-qualifications-webinars .grid-2 .featured-box-text h1:last-child,
.page-qualifications-webinars .grid-2 .featured-box-text h2:last-child,
.page-qualifications-webinars .grid-2 .featured-box-text h3:last-child,
.page-qualifications-webinars .grid-2 .featured-box-text h4:last-child,
.page-qualifications-webinars .grid-2 .featured-box-text h5:last-child,
.page-qualifications-webinars .grid-2 .featured-box-text h6:last-child,
.page-qualifications-webinars .grid-2 .featured-box-text p:last-child,
.page-qualifications-webinars .grid-2 .featured-box-text ul:last-child,
.page-qualifications-webinars .grid-2 .featured-box-text ol:last-child,
.page-keep-social-honest .grid-4 .featured-box-text h1:last-child,
.page-keep-social-honest .grid-4 .featured-box-text h2:last-child,
.page-keep-social-honest .grid-4 .featured-box-text h3:last-child,
.page-keep-social-honest .grid-4 .featured-box-text h4:last-child,
.page-keep-social-honest .grid-4 .featured-box-text h5:last-child,
.page-keep-social-honest .grid-4 .featured-box-text h6:last-child,
.page-keep-social-honest .grid-4 .featured-box-text p:last-child,
.page-keep-social-honest .grid-4 .featured-box-text ul:last-child,
.page-keep-social-honest .grid-4 .featured-box-text ol:last-child,
.page-keep-social-honest .grid-3 .featured-box-text h1:last-child,
.page-keep-social-honest .grid-3 .featured-box-text h2:last-child,
.page-keep-social-honest .grid-3 .featured-box-text h3:last-child,
.page-keep-social-honest .grid-3 .featured-box-text h4:last-child,
.page-keep-social-honest .grid-3 .featured-box-text h5:last-child,
.page-keep-social-honest .grid-3 .featured-box-text h6:last-child,
.page-keep-social-honest .grid-3 .featured-box-text p:last-child,
.page-keep-social-honest .grid-3 .featured-box-text ul:last-child,
.page-keep-social-honest .grid-3 .featured-box-text ol:last-child,
.page-keep-social-honest .grid-2 .featured-box-text h1:last-child,
.page-keep-social-honest .grid-2 .featured-box-text h2:last-child,
.page-keep-social-honest .grid-2 .featured-box-text h3:last-child,
.page-keep-social-honest .grid-2 .featured-box-text h4:last-child,
.page-keep-social-honest .grid-2 .featured-box-text h5:last-child,
.page-keep-social-honest .grid-2 .featured-box-text h6:last-child,
.page-keep-social-honest .grid-2 .featured-box-text p:last-child,
.page-keep-social-honest .grid-2 .featured-box-text ul:last-child,
.page-keep-social-honest .grid-2 .featured-box-text ol:last-child,
.international .grid-4 .featured-box-text h1:last-child,
.international .grid-4 .featured-box-text h2:last-child,
.international .grid-4 .featured-box-text h3:last-child,
.international .grid-4 .featured-box-text h4:last-child,
.international .grid-4 .featured-box-text h5:last-child,
.international .grid-4 .featured-box-text h6:last-child,
.international .grid-4 .featured-box-text p:last-child,
.international .grid-4 .featured-box-text ul:last-child,
.international .grid-4 .featured-box-text ol:last-child,
.international .grid-3 .featured-box-text h1:last-child,
.international .grid-3 .featured-box-text h2:last-child,
.international .grid-3 .featured-box-text h3:last-child,
.international .grid-3 .featured-box-text h4:last-child,
.international .grid-3 .featured-box-text h5:last-child,
.international .grid-3 .featured-box-text h6:last-child,
.international .grid-3 .featured-box-text p:last-child,
.international .grid-3 .featured-box-text ul:last-child,
.international .grid-3 .featured-box-text ol:last-child,
.international .grid-2 .featured-box-text h1:last-child,
.international .grid-2 .featured-box-text h2:last-child,
.international .grid-2 .featured-box-text h3:last-child,
.international .grid-2 .featured-box-text h4:last-child,
.international .grid-2 .featured-box-text h5:last-child,
.international .grid-2 .featured-box-text h6:last-child,
.international .grid-2 .featured-box-text p:last-child,
.international .grid-2 .featured-box-text ul:last-child,
.international .grid-2 .featured-box-text ol:last-child,
.membershippage .grid-4 .featured-box-text h1:last-child,
.membershippage .grid-4 .featured-box-text h2:last-child,
.membershippage .grid-4 .featured-box-text h3:last-child,
.membershippage .grid-4 .featured-box-text h4:last-child,
.membershippage .grid-4 .featured-box-text h5:last-child,
.membershippage .grid-4 .featured-box-text h6:last-child,
.membershippage .grid-4 .featured-box-text p:last-child,
.membershippage .grid-4 .featured-box-text ul:last-child,
.membershippage .grid-4 .featured-box-text ol:last-child,
.membershippage .grid-3 .featured-box-text h1:last-child,
.membershippage .grid-3 .featured-box-text h2:last-child,
.membershippage .grid-3 .featured-box-text h3:last-child,
.membershippage .grid-3 .featured-box-text h4:last-child,
.membershippage .grid-3 .featured-box-text h5:last-child,
.membershippage .grid-3 .featured-box-text h6:last-child,
.membershippage .grid-3 .featured-box-text p:last-child,
.membershippage .grid-3 .featured-box-text ul:last-child,
.membershippage .grid-3 .featured-box-text ol:last-child,
.membershippage .grid-2 .featured-box-text h1:last-child,
.membershippage .grid-2 .featured-box-text h2:last-child,
.membershippage .grid-2 .featured-box-text h3:last-child,
.membershippage .grid-2 .featured-box-text h4:last-child,
.membershippage .grid-2 .featured-box-text h5:last-child,
.membershippage .grid-2 .featured-box-text h6:last-child,
.membershippage .grid-2 .featured-box-text p:last-child,
.membershippage .grid-2 .featured-box-text ul:last-child,
.membershippage .grid-2 .featured-box-text ol:last-child,
.membership .grid-4 .featured-box-text h1:last-child,
.membership .grid-4 .featured-box-text h2:last-child,
.membership .grid-4 .featured-box-text h3:last-child,
.membership .grid-4 .featured-box-text h4:last-child,
.membership .grid-4 .featured-box-text h5:last-child,
.membership .grid-4 .featured-box-text h6:last-child,
.membership .grid-4 .featured-box-text p:last-child,
.membership .grid-4 .featured-box-text ul:last-child,
.membership .grid-4 .featured-box-text ol:last-child,
.membership .grid-3 .featured-box-text h1:last-child,
.membership .grid-3 .featured-box-text h2:last-child,
.membership .grid-3 .featured-box-text h3:last-child,
.membership .grid-3 .featured-box-text h4:last-child,
.membership .grid-3 .featured-box-text h5:last-child,
.membership .grid-3 .featured-box-text h6:last-child,
.membership .grid-3 .featured-box-text p:last-child,
.membership .grid-3 .featured-box-text ul:last-child,
.membership .grid-3 .featured-box-text ol:last-child,
.membership .grid-2 .featured-box-text h1:last-child,
.membership .grid-2 .featured-box-text h2:last-child,
.membership .grid-2 .featured-box-text h3:last-child,
.membership .grid-2 .featured-box-text h4:last-child,
.membership .grid-2 .featured-box-text h5:last-child,
.membership .grid-2 .featured-box-text h6:last-child,
.membership .grid-2 .featured-box-text p:last-child,
.membership .grid-2 .featured-box-text ul:last-child,
.membership .grid-2 .featured-box-text ol:last-child,
.more .grid-4 .featured-box-text h1:last-child,
.more .grid-4 .featured-box-text h2:last-child,
.more .grid-4 .featured-box-text h3:last-child,
.more .grid-4 .featured-box-text h4:last-child,
.more .grid-4 .featured-box-text h5:last-child,
.more .grid-4 .featured-box-text h6:last-child,
.more .grid-4 .featured-box-text p:last-child,
.more .grid-4 .featured-box-text ul:last-child,
.more .grid-4 .featured-box-text ol:last-child,
.more .grid-3 .featured-box-text h1:last-child,
.more .grid-3 .featured-box-text h2:last-child,
.more .grid-3 .featured-box-text h3:last-child,
.more .grid-3 .featured-box-text h4:last-child,
.more .grid-3 .featured-box-text h5:last-child,
.more .grid-3 .featured-box-text h6:last-child,
.more .grid-3 .featured-box-text p:last-child,
.more .grid-3 .featured-box-text ul:last-child,
.more .grid-3 .featured-box-text ol:last-child,
.more .grid-2 .featured-box-text h1:last-child,
.more .grid-2 .featured-box-text h2:last-child,
.more .grid-2 .featured-box-text h3:last-child,
.more .grid-2 .featured-box-text h4:last-child,
.more .grid-2 .featured-box-text h5:last-child,
.more .grid-2 .featured-box-text h6:last-child,
.more .grid-2 .featured-box-text p:last-child,
.more .grid-2 .featured-box-text ul:last-child,
.more .grid-2 .featured-box-text ol:last-child,
.resources .grid-4 .featured-box-text h1:last-child,
.resources .grid-4 .featured-box-text h2:last-child,
.resources .grid-4 .featured-box-text h3:last-child,
.resources .grid-4 .featured-box-text h4:last-child,
.resources .grid-4 .featured-box-text h5:last-child,
.resources .grid-4 .featured-box-text h6:last-child,
.resources .grid-4 .featured-box-text p:last-child,
.resources .grid-4 .featured-box-text ul:last-child,
.resources .grid-4 .featured-box-text ol:last-child,
.resources .grid-3 .featured-box-text h1:last-child,
.resources .grid-3 .featured-box-text h2:last-child,
.resources .grid-3 .featured-box-text h3:last-child,
.resources .grid-3 .featured-box-text h4:last-child,
.resources .grid-3 .featured-box-text h5:last-child,
.resources .grid-3 .featured-box-text h6:last-child,
.resources .grid-3 .featured-box-text p:last-child,
.resources .grid-3 .featured-box-text ul:last-child,
.resources .grid-3 .featured-box-text ol:last-child,
.resources .grid-2 .featured-box-text h1:last-child,
.resources .grid-2 .featured-box-text h2:last-child,
.resources .grid-2 .featured-box-text h3:last-child,
.resources .grid-2 .featured-box-text h4:last-child,
.resources .grid-2 .featured-box-text h5:last-child,
.resources .grid-2 .featured-box-text h6:last-child,
.resources .grid-2 .featured-box-text p:last-child,
.resources .grid-2 .featured-box-text ul:last-child,
.resources .grid-2 .featured-box-text ol:last-child,
.page-governance .grid-4 .featured-box-text h1:last-child,
.page-governance .grid-4 .featured-box-text h2:last-child,
.page-governance .grid-4 .featured-box-text h3:last-child,
.page-governance .grid-4 .featured-box-text h4:last-child,
.page-governance .grid-4 .featured-box-text h5:last-child,
.page-governance .grid-4 .featured-box-text h6:last-child,
.page-governance .grid-4 .featured-box-text p:last-child,
.page-governance .grid-4 .featured-box-text ul:last-child,
.page-governance .grid-4 .featured-box-text ol:last-child,
.page-governance .grid-3 .featured-box-text h1:last-child,
.page-governance .grid-3 .featured-box-text h2:last-child,
.page-governance .grid-3 .featured-box-text h3:last-child,
.page-governance .grid-3 .featured-box-text h4:last-child,
.page-governance .grid-3 .featured-box-text h5:last-child,
.page-governance .grid-3 .featured-box-text h6:last-child,
.page-governance .grid-3 .featured-box-text p:last-child,
.page-governance .grid-3 .featured-box-text ul:last-child,
.page-governance .grid-3 .featured-box-text ol:last-child,
.page-governance .grid-2 .featured-box-text h1:last-child,
.page-governance .grid-2 .featured-box-text h2:last-child,
.page-governance .grid-2 .featured-box-text h3:last-child,
.page-governance .grid-2 .featured-box-text h4:last-child,
.page-governance .grid-2 .featured-box-text h5:last-child,
.page-governance .grid-2 .featured-box-text h6:last-child,
.page-governance .grid-2 .featured-box-text p:last-child,
.page-governance .grid-2 .featured-box-text ul:last-child,
.page-governance .grid-2 .featured-box-text ol:last-child,
.countrypage .grid-4 .featured-box-text h1:last-child,
.countrypage .grid-4 .featured-box-text h2:last-child,
.countrypage .grid-4 .featured-box-text h3:last-child,
.countrypage .grid-4 .featured-box-text h4:last-child,
.countrypage .grid-4 .featured-box-text h5:last-child,
.countrypage .grid-4 .featured-box-text h6:last-child,
.countrypage .grid-4 .featured-box-text p:last-child,
.countrypage .grid-4 .featured-box-text ul:last-child,
.countrypage .grid-4 .featured-box-text ol:last-child,
.countrypage .grid-3 .featured-box-text h1:last-child,
.countrypage .grid-3 .featured-box-text h2:last-child,
.countrypage .grid-3 .featured-box-text h3:last-child,
.countrypage .grid-3 .featured-box-text h4:last-child,
.countrypage .grid-3 .featured-box-text h5:last-child,
.countrypage .grid-3 .featured-box-text h6:last-child,
.countrypage .grid-3 .featured-box-text p:last-child,
.countrypage .grid-3 .featured-box-text ul:last-child,
.countrypage .grid-3 .featured-box-text ol:last-child,
.countrypage .grid-2 .featured-box-text h1:last-child,
.countrypage .grid-2 .featured-box-text h2:last-child,
.countrypage .grid-2 .featured-box-text h3:last-child,
.countrypage .grid-2 .featured-box-text h4:last-child,
.countrypage .grid-2 .featured-box-text h5:last-child,
.countrypage .grid-2 .featured-box-text h6:last-child,
.countrypage .grid-2 .featured-box-text p:last-child,
.countrypage .grid-2 .featured-box-text ul:last-child,
.countrypage .grid-2 .featured-box-text ol:last-child {
  margin-bottom: 0;
}
.page-webinars .grid-4 .featured-box-text h2,
.page-webinars .grid-4 .featured-box-text h3,
.page-webinars .grid-3 .featured-box-text h2,
.page-webinars .grid-3 .featured-box-text h3, .page-webinars .grid-2 .featured-box-text h2,
.page-webinars .grid-2 .featured-box-text h3,
.page-qualifications-webinars .grid-4 .featured-box-text h2,
.page-qualifications-webinars .grid-4 .featured-box-text h3,
.page-qualifications-webinars .grid-3 .featured-box-text h2,
.page-qualifications-webinars .grid-3 .featured-box-text h3,
.page-qualifications-webinars .grid-2 .featured-box-text h2,
.page-qualifications-webinars .grid-2 .featured-box-text h3,
.page-keep-social-honest .grid-4 .featured-box-text h2,
.page-keep-social-honest .grid-4 .featured-box-text h3,
.page-keep-social-honest .grid-3 .featured-box-text h2,
.page-keep-social-honest .grid-3 .featured-box-text h3,
.page-keep-social-honest .grid-2 .featured-box-text h2,
.page-keep-social-honest .grid-2 .featured-box-text h3,
.international .grid-4 .featured-box-text h2,
.international .grid-4 .featured-box-text h3,
.international .grid-3 .featured-box-text h2,
.international .grid-3 .featured-box-text h3,
.international .grid-2 .featured-box-text h2,
.international .grid-2 .featured-box-text h3,
.membershippage .grid-4 .featured-box-text h2,
.membershippage .grid-4 .featured-box-text h3,
.membershippage .grid-3 .featured-box-text h2,
.membershippage .grid-3 .featured-box-text h3,
.membershippage .grid-2 .featured-box-text h2,
.membershippage .grid-2 .featured-box-text h3,
.membership .grid-4 .featured-box-text h2,
.membership .grid-4 .featured-box-text h3,
.membership .grid-3 .featured-box-text h2,
.membership .grid-3 .featured-box-text h3,
.membership .grid-2 .featured-box-text h2,
.membership .grid-2 .featured-box-text h3,
.more .grid-4 .featured-box-text h2,
.more .grid-4 .featured-box-text h3,
.more .grid-3 .featured-box-text h2,
.more .grid-3 .featured-box-text h3,
.more .grid-2 .featured-box-text h2,
.more .grid-2 .featured-box-text h3,
.resources .grid-4 .featured-box-text h2,
.resources .grid-4 .featured-box-text h3,
.resources .grid-3 .featured-box-text h2,
.resources .grid-3 .featured-box-text h3,
.resources .grid-2 .featured-box-text h2,
.resources .grid-2 .featured-box-text h3,
.page-governance .grid-4 .featured-box-text h2,
.page-governance .grid-4 .featured-box-text h3,
.page-governance .grid-3 .featured-box-text h2,
.page-governance .grid-3 .featured-box-text h3,
.page-governance .grid-2 .featured-box-text h2,
.page-governance .grid-2 .featured-box-text h3,
.countrypage .grid-4 .featured-box-text h2,
.countrypage .grid-4 .featured-box-text h3,
.countrypage .grid-3 .featured-box-text h2,
.countrypage .grid-3 .featured-box-text h3,
.countrypage .grid-2 .featured-box-text h2,
.countrypage .grid-2 .featured-box-text h3 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 0.45rem;
}
.page-webinars .grid-4 .featured-box-text h2 + p,
.page-webinars .grid-4 .featured-box-text h3 + p,
.page-webinars .grid-3 .featured-box-text h2 + p,
.page-webinars .grid-3 .featured-box-text h3 + p, .page-webinars .grid-2 .featured-box-text h2 + p,
.page-webinars .grid-2 .featured-box-text h3 + p,
.page-qualifications-webinars .grid-4 .featured-box-text h2 + p,
.page-qualifications-webinars .grid-4 .featured-box-text h3 + p,
.page-qualifications-webinars .grid-3 .featured-box-text h2 + p,
.page-qualifications-webinars .grid-3 .featured-box-text h3 + p,
.page-qualifications-webinars .grid-2 .featured-box-text h2 + p,
.page-qualifications-webinars .grid-2 .featured-box-text h3 + p,
.page-keep-social-honest .grid-4 .featured-box-text h2 + p,
.page-keep-social-honest .grid-4 .featured-box-text h3 + p,
.page-keep-social-honest .grid-3 .featured-box-text h2 + p,
.page-keep-social-honest .grid-3 .featured-box-text h3 + p,
.page-keep-social-honest .grid-2 .featured-box-text h2 + p,
.page-keep-social-honest .grid-2 .featured-box-text h3 + p,
.international .grid-4 .featured-box-text h2 + p,
.international .grid-4 .featured-box-text h3 + p,
.international .grid-3 .featured-box-text h2 + p,
.international .grid-3 .featured-box-text h3 + p,
.international .grid-2 .featured-box-text h2 + p,
.international .grid-2 .featured-box-text h3 + p,
.membershippage .grid-4 .featured-box-text h2 + p,
.membershippage .grid-4 .featured-box-text h3 + p,
.membershippage .grid-3 .featured-box-text h2 + p,
.membershippage .grid-3 .featured-box-text h3 + p,
.membershippage .grid-2 .featured-box-text h2 + p,
.membershippage .grid-2 .featured-box-text h3 + p,
.membership .grid-4 .featured-box-text h2 + p,
.membership .grid-4 .featured-box-text h3 + p,
.membership .grid-3 .featured-box-text h2 + p,
.membership .grid-3 .featured-box-text h3 + p,
.membership .grid-2 .featured-box-text h2 + p,
.membership .grid-2 .featured-box-text h3 + p,
.more .grid-4 .featured-box-text h2 + p,
.more .grid-4 .featured-box-text h3 + p,
.more .grid-3 .featured-box-text h2 + p,
.more .grid-3 .featured-box-text h3 + p,
.more .grid-2 .featured-box-text h2 + p,
.more .grid-2 .featured-box-text h3 + p,
.resources .grid-4 .featured-box-text h2 + p,
.resources .grid-4 .featured-box-text h3 + p,
.resources .grid-3 .featured-box-text h2 + p,
.resources .grid-3 .featured-box-text h3 + p,
.resources .grid-2 .featured-box-text h2 + p,
.resources .grid-2 .featured-box-text h3 + p,
.page-governance .grid-4 .featured-box-text h2 + p,
.page-governance .grid-4 .featured-box-text h3 + p,
.page-governance .grid-3 .featured-box-text h2 + p,
.page-governance .grid-3 .featured-box-text h3 + p,
.page-governance .grid-2 .featured-box-text h2 + p,
.page-governance .grid-2 .featured-box-text h3 + p,
.countrypage .grid-4 .featured-box-text h2 + p,
.countrypage .grid-4 .featured-box-text h3 + p,
.countrypage .grid-3 .featured-box-text h2 + p,
.countrypage .grid-3 .featured-box-text h3 + p,
.countrypage .grid-2 .featured-box-text h2 + p,
.countrypage .grid-2 .featured-box-text h3 + p {
  color: #0064C8;
  font-weight: normal;
}
.page-webinars .grid-4 .featured-box-text h2 + p::before,
.page-webinars .grid-4 .featured-box-text h3 + p::before,
.page-webinars .grid-3 .featured-box-text h2 + p::before,
.page-webinars .grid-3 .featured-box-text h3 + p::before, .page-webinars .grid-2 .featured-box-text h2 + p::before,
.page-webinars .grid-2 .featured-box-text h3 + p::before,
.page-qualifications-webinars .grid-4 .featured-box-text h2 + p::before,
.page-qualifications-webinars .grid-4 .featured-box-text h3 + p::before,
.page-qualifications-webinars .grid-3 .featured-box-text h2 + p::before,
.page-qualifications-webinars .grid-3 .featured-box-text h3 + p::before,
.page-qualifications-webinars .grid-2 .featured-box-text h2 + p::before,
.page-qualifications-webinars .grid-2 .featured-box-text h3 + p::before,
.page-keep-social-honest .grid-4 .featured-box-text h2 + p::before,
.page-keep-social-honest .grid-4 .featured-box-text h3 + p::before,
.page-keep-social-honest .grid-3 .featured-box-text h2 + p::before,
.page-keep-social-honest .grid-3 .featured-box-text h3 + p::before,
.page-keep-social-honest .grid-2 .featured-box-text h2 + p::before,
.page-keep-social-honest .grid-2 .featured-box-text h3 + p::before,
.international .grid-4 .featured-box-text h2 + p::before,
.international .grid-4 .featured-box-text h3 + p::before,
.international .grid-3 .featured-box-text h2 + p::before,
.international .grid-3 .featured-box-text h3 + p::before,
.international .grid-2 .featured-box-text h2 + p::before,
.international .grid-2 .featured-box-text h3 + p::before,
.membershippage .grid-4 .featured-box-text h2 + p::before,
.membershippage .grid-4 .featured-box-text h3 + p::before,
.membershippage .grid-3 .featured-box-text h2 + p::before,
.membershippage .grid-3 .featured-box-text h3 + p::before,
.membershippage .grid-2 .featured-box-text h2 + p::before,
.membershippage .grid-2 .featured-box-text h3 + p::before,
.membership .grid-4 .featured-box-text h2 + p::before,
.membership .grid-4 .featured-box-text h3 + p::before,
.membership .grid-3 .featured-box-text h2 + p::before,
.membership .grid-3 .featured-box-text h3 + p::before,
.membership .grid-2 .featured-box-text h2 + p::before,
.membership .grid-2 .featured-box-text h3 + p::before,
.more .grid-4 .featured-box-text h2 + p::before,
.more .grid-4 .featured-box-text h3 + p::before,
.more .grid-3 .featured-box-text h2 + p::before,
.more .grid-3 .featured-box-text h3 + p::before,
.more .grid-2 .featured-box-text h2 + p::before,
.more .grid-2 .featured-box-text h3 + p::before,
.resources .grid-4 .featured-box-text h2 + p::before,
.resources .grid-4 .featured-box-text h3 + p::before,
.resources .grid-3 .featured-box-text h2 + p::before,
.resources .grid-3 .featured-box-text h3 + p::before,
.resources .grid-2 .featured-box-text h2 + p::before,
.resources .grid-2 .featured-box-text h3 + p::before,
.page-governance .grid-4 .featured-box-text h2 + p::before,
.page-governance .grid-4 .featured-box-text h3 + p::before,
.page-governance .grid-3 .featured-box-text h2 + p::before,
.page-governance .grid-3 .featured-box-text h3 + p::before,
.page-governance .grid-2 .featured-box-text h2 + p::before,
.page-governance .grid-2 .featured-box-text h3 + p::before,
.countrypage .grid-4 .featured-box-text h2 + p::before,
.countrypage .grid-4 .featured-box-text h3 + p::before,
.countrypage .grid-3 .featured-box-text h2 + p::before,
.countrypage .grid-3 .featured-box-text h3 + p::before,
.countrypage .grid-2 .featured-box-text h2 + p::before,
.countrypage .grid-2 .featured-box-text h3 + p::before {
  border-top: 1px solid currentColor;
  content: "";
  color: #0064C8;
  display: block;
  height: 0.5rem;
  width: 1.75rem;
  font-weight: normal;
  font-size: 0.9rem;
  margin-top: 0;
}
.page-webinars .grid-4 .featured-box-text.popup-added,
.page-webinars .grid-3 .featured-box-text.popup-added, .page-webinars .grid-2 .featured-box-text.popup-added,
.page-qualifications-webinars .grid-4 .featured-box-text.popup-added,
.page-qualifications-webinars .grid-3 .featured-box-text.popup-added,
.page-qualifications-webinars .grid-2 .featured-box-text.popup-added,
.page-keep-social-honest .grid-4 .featured-box-text.popup-added,
.page-keep-social-honest .grid-3 .featured-box-text.popup-added,
.page-keep-social-honest .grid-2 .featured-box-text.popup-added,
.international .grid-4 .featured-box-text.popup-added,
.international .grid-3 .featured-box-text.popup-added,
.international .grid-2 .featured-box-text.popup-added,
.membershippage .grid-4 .featured-box-text.popup-added,
.membershippage .grid-3 .featured-box-text.popup-added,
.membershippage .grid-2 .featured-box-text.popup-added,
.membership .grid-4 .featured-box-text.popup-added,
.membership .grid-3 .featured-box-text.popup-added,
.membership .grid-2 .featured-box-text.popup-added,
.more .grid-4 .featured-box-text.popup-added,
.more .grid-3 .featured-box-text.popup-added,
.more .grid-2 .featured-box-text.popup-added,
.resources .grid-4 .featured-box-text.popup-added,
.resources .grid-3 .featured-box-text.popup-added,
.resources .grid-2 .featured-box-text.popup-added,
.page-governance .grid-4 .featured-box-text.popup-added,
.page-governance .grid-3 .featured-box-text.popup-added,
.page-governance .grid-2 .featured-box-text.popup-added,
.countrypage .grid-4 .featured-box-text.popup-added,
.countrypage .grid-3 .featured-box-text.popup-added,
.countrypage .grid-2 .featured-box-text.popup-added {
  position: absolute;
  bottom: 8px;
  background: rgba(0, 0, 0, 0.6);
  max-width: 95%;
}

.page-benefits-of-graduate-gateway .grid-4 .img-wrapper,
.page-benefits-of-graduate-gateway .grid-3 .img-wrapper, .page-benefits-of-graduate-gateway.theme-grey .grid-4 .img-wrapper,
.page-benefits-of-graduate-gateway.theme-grey .grid-3 .img-wrapper {
  height: 11rem;
}
.page-benefits-of-graduate-gateway .grid-4 .featured-box-text,
.page-benefits-of-graduate-gateway .grid-3 .featured-box-text, .page-benefits-of-graduate-gateway.theme-grey .grid-4 .featured-box-text,
.page-benefits-of-graduate-gateway.theme-grey .grid-3 .featured-box-text {
  padding: 1rem;
}

.page-qualifications-webinars .grid-4 > a {
  background: #474c55;
}
.page-qualifications-webinars .grid-4 > a p {
  color: #039A52;
}
.page-qualifications-webinars .grid-4 > a p::before {
  color: #039A52;
}

.resources .grid-4 > a {
  background: #8970B2;
}
.resources .grid-4 > a p {
  color: #e7cceb;
}

.featured {
  display: none;
}

.page-home .grid-4,
.page-apprenticeships .grid-4,
.page-cpd .grid-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  align-content: center;
  text-align: center;
  position: relative;
}
.page-home .grid-4 > a,
.page-apprenticeships .grid-4 > a,
.page-cpd .grid-4 > a {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #f7f5f2;
  position: relative;
  padding: 0;
}
.page-home .grid-4 .small-block-text,
.page-apprenticeships .grid-4 .small-block-text,
.page-cpd .grid-4 .small-block-text {
  background: transparent;
  padding: 2rem 1rem 1rem;
  width: 100%;
}
.page-home .grid-4 h2,
.page-apprenticeships .grid-4 h2,
.page-cpd .grid-4 h2 {
  color: #070078;
  line-height: 1.6rem;
}
.page-home .grid-4 h3,
.page-apprenticeships .grid-4 h3,
.page-cpd .grid-4 h3 {
  color: #474c55;
  text-align: center;
}
.page-home .grid-4 p,
.page-apprenticeships .grid-4 p,
.page-cpd .grid-4 p {
  color: #474c55;
  font-weight: normal;
}

.page-apprenticeships .grid-4 > a {
  background: #0064C8;
}
.page-apprenticeships .grid-4 .small-block-text {
  padding: 2.5rem 1rem 2rem;
}
.page-apprenticeships .grid-4 .small-block-text h2,
.page-apprenticeships .grid-4 .small-block-text h3,
.page-apprenticeships .grid-4 .small-block-text p {
  color: #474c55;
  margin-top: 0;
  padding-top: 0;
}
.page-apprenticeships .grid-4 .small-block-text h2 {
  font-size: 1.25rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}

.theme-grey .grid-3 > a:not(.reveal-popup-link),
.theme-grey .grid-4 > a:not(.reveal-popup-link),
.page-graduate-gateway .grid-3 > a:not(.reveal-popup-link),
.page-graduate-gateway .grid-4 > a:not(.reveal-popup-link),
.page-cim-accredited-degree .grid-3 > a:not(.reveal-popup-link),
.page-cim-accredited-degree .grid-4 > a:not(.reveal-popup-link),
.page-qualifications .grid-3 > a:not(.reveal-popup-link),
.page-qualifications .grid-4 > a:not(.reveal-popup-link) {
  background: #474c55;
}
.theme-grey .grid-3 .small-block-text,
.theme-grey .grid-4 .small-block-text,
.page-graduate-gateway .grid-3 .small-block-text,
.page-graduate-gateway .grid-4 .small-block-text,
.page-cim-accredited-degree .grid-3 .small-block-text,
.page-cim-accredited-degree .grid-4 .small-block-text,
.page-qualifications .grid-3 .small-block-text,
.page-qualifications .grid-4 .small-block-text {
  padding: 2rem 1rem;
}
.theme-grey .grid-3 .small-block-text h2,
.theme-grey .grid-3 .small-block-text h3,
.theme-grey .grid-3 .small-block-text p,
.theme-grey .grid-4 .small-block-text h2,
.theme-grey .grid-4 .small-block-text h3,
.theme-grey .grid-4 .small-block-text p,
.page-graduate-gateway .grid-3 .small-block-text h2,
.page-graduate-gateway .grid-3 .small-block-text h3,
.page-graduate-gateway .grid-3 .small-block-text p,
.page-graduate-gateway .grid-4 .small-block-text h2,
.page-graduate-gateway .grid-4 .small-block-text h3,
.page-graduate-gateway .grid-4 .small-block-text p,
.page-cim-accredited-degree .grid-3 .small-block-text h2,
.page-cim-accredited-degree .grid-3 .small-block-text h3,
.page-cim-accredited-degree .grid-3 .small-block-text p,
.page-cim-accredited-degree .grid-4 .small-block-text h2,
.page-cim-accredited-degree .grid-4 .small-block-text h3,
.page-cim-accredited-degree .grid-4 .small-block-text p,
.page-qualifications .grid-3 .small-block-text h2,
.page-qualifications .grid-3 .small-block-text h3,
.page-qualifications .grid-3 .small-block-text p,
.page-qualifications .grid-4 .small-block-text h2,
.page-qualifications .grid-4 .small-block-text h3,
.page-qualifications .grid-4 .small-block-text p {
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}
.theme-grey .grid-3 .small-block-text h2,
.theme-grey .grid-4 .small-block-text h2,
.page-graduate-gateway .grid-3 .small-block-text h2,
.page-graduate-gateway .grid-4 .small-block-text h2,
.page-cim-accredited-degree .grid-3 .small-block-text h2,
.page-cim-accredited-degree .grid-4 .small-block-text h2,
.page-qualifications .grid-3 .small-block-text h2,
.page-qualifications .grid-4 .small-block-text h2 {
  margin-bottom: 1rem;
}
.theme-grey .grid-3 .small-block-text p,
.theme-grey .grid-4 .small-block-text p,
.page-graduate-gateway .grid-3 .small-block-text p,
.page-graduate-gateway .grid-4 .small-block-text p,
.page-cim-accredited-degree .grid-3 .small-block-text p,
.page-cim-accredited-degree .grid-4 .small-block-text p,
.page-qualifications .grid-3 .small-block-text p,
.page-qualifications .grid-4 .small-block-text p {
  font-weight: normal;
}

.page-not-just-digital .grid-4 .small-block-text {
  padding: 1rem;
}
.page-not-just-digital .grid-4 .small-block-text h2 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0.5rem;
  padding: 0;
  text-align: left;
}
.page-not-just-digital .grid-4 .small-block-text p {
  color: #fff;
  font-size: 0.9rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}
.page-not-just-digital .grid-4 .small-block-text p::before {
  border-top: 1px solid #039A52;
  content: "";
  color: #0064C8;
  display: block;
  height: 0.5rem;
  width: 1.75rem;
}

.theme-blue .grid-4 > a {
  background: #070078;
}
.theme-blue .grid-4 h2,
.theme-blue .grid-4 h3,
.theme-blue .grid-4 p {
  color: #fff;
}

.small-block-link {
  background: #f7f5f2;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-height: 127px;
}
.small-block-link .small-block-text {
  padding: 2rem 1rem 1rem;
}
.small-block-link .small-block-text h2 {
  color: #070078;
}
.small-block-link .small-block-text p {
  color: #474c55;
  font-weight: normal;
}

.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-container .flex-item {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  padding: 0.5em;
}
.flex-container .flex-item .columns {
  margin-bottom: 10px;
  padding: 0;
}

/* Forms =================================================== */
form,
.umbraco-forms-field,
.field {
  zoom: 1;
  margin-bottom: 15px;
  position: relative;
}
form:before, form:after,
.umbraco-forms-field:before,
.umbraco-forms-field:after,
.field:before,
.field:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
form:after,
.umbraco-forms-field:after,
.field:after {
  clear: both;
}
form button,
.umbraco-forms-field button,
.field button {
  border-width: 1px;
  float: right;
}
form input,
form textarea,
form select,
form .text,
.umbraco-forms-field input,
.umbraco-forms-field textarea,
.umbraco-forms-field select,
.umbraco-forms-field .text,
.field input,
.field textarea,
.field select,
.field .text {
  background: #fff;
  border: 1px solid #cccccc;
  font: inherit;
  font-size: 1rem;
  line-height: 1.25rem;
  height: 2.5rem;
  width: 100%;
  margin: 0;
  padding: 0.625rem;
}
form textarea,
.umbraco-forms-field textarea,
.field textarea {
  height: 9.5rem;
}

input.button {
  width: auto;
}

label,
.control-label {
  display: none;
}
label.checkbox, label.radio, .cart-summary label,
.control-label.checkbox,
.control-label.radio,
.cart-summary .control-label {
  display: block;
}
label.display-inline,
.control-label.display-inline {
  display: inline-block;
}

.singlechoice label {
  display: block;
  text-align: left;
  margin: 0;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
}

.cardnumber {
  max-width: 320px;
  width: calc(100% - 55px);
}

.checkbox {
  font-weight: bold;
  padding-left: 30px;
}
.checkbox input {
  position: absolute;
  left: -999em;
  visibility: hidden;
}
.checkbox .cb {
  float: left;
  margin-left: -30px;
  width: 20px;
  height: 20px;
  border: 1px solid #474c55;
  text-align: center;
}
.checkbox .cb:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 100ms;
  transition: 100ms;
  /*font-family: 'icomoon' !important;*/
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5ca";
  line-height: 18px;
  font-size: 17px;
  display: inline-block;
  color: #f1563f;
}
.checkbox input:checked ~ .cb:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.row {
  zoom: 1;
}
.row:before, .row:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.row:after {
  clear: both;
}

.attendee-field {
  zoom: 1;
  margin-bottom: 30px;
}
.attendee-field:before, .attendee-field:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.attendee-field:after {
  clear: both;
}
.attendee-field .checkbox {
  padding-bottom: 10px;
  font-weight: normal;
}
.attendee-field .select select,
.attendee-field .select .customSelect {
  font-weight: normal;
  font-size: 14px;
}

.expiry-cvv .expiry {
  margin-right: 50px;
}
.expiry-cvv .expiry input {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.expiry-cvv .expiry .divider {
  margin: 0 3px;
  display: inline-block;
}
.expiry-cvv .cvv input {
  width: 70px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  text-align: center;
}
.expiry-cvv .cvv .cvv-info {
  position: relative;
  display: inline-block;
}
.expiry-cvv .cvv .cvv-info:hover .info-inner {
  display: block;
}
.expiry-cvv .cvv .cvv-info .icon-info {
  color: #909090;
  cursor: pointer;
  font-size: 20px;
}
.expiry-cvv .cvv .cvv-info .info-inner {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
  background-clip: padding-box;
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 11px;
  line-height: 120%;
  width: 200px;
  padding: 10px;
}
.expiry-cvv .cvv .cvv-info .info-inner:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 6px solid rgba(0, 0, 0, 0.7);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-left: -6px;
}

.datepicker-container {
  display: block;
  position: relative;
  padding-bottom: 0;
}
.datepicker-container:after {
  /*font-family: 'icomoon' !important;*/
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e24f";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 38px;
  width: 30px;
  border-left: 1px solid #cccccc;
  text-align: center;
  margin: 0;
  font-size: 20px;
  color: #909090;
}
.datepicker-container:hover:after {
  border-color: #474c55;
  background-color: #474c55;
  color: #fff;
}
.datepicker-container input {
  cursor: pointer;
  font-size: 18px;
}

.field-validation-error, label.error {
  border-radius: 0 0 8px 8px;
  background-clip: padding-box;
  font-size: 12px;
  display: block;
  font-weight: normal;
  color: #fff;
  background-color: #d32e2e;
  padding: 5px 10px;
  margin: 0 5px;
  border: 1px solid #a53939;
}

::-webkit-input-placeholder {
  color: #909090;
}

::-moz-placeholder {
  color: #909090;
}

:-ms-input-placeholder {
  color: #909090;
}

:-moz-placeholder {
  color: #909090;
}

.input-container {
  position: relative;
}
.input-container .search-text {
  color: #474c55;
  background: transparent;
  position: relative;
  z-index: 2;
  outline: none;
}
.input-container .search-text:focus {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.input-container .search-text-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #ccc;
  background: #fff;
}

.minisearch-outer {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  max-height: 400px;
  max-height: 50vh;
  overflow: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 21;
  background: #fff;
  display: none;
  padding: 10px;
}
.minisearch-outer h6 {
  color: #909090;
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
  float: left;
  position: relative;
  z-index: 2;
}
.minisearch-outer p {
  margin: 0;
  line-height: 125%;
}
.minisearch-outer .hidden-result {
  display: none;
}
.minisearch-outer .minisearch-expand {
  font-weight: bold;
  font-style: italic;
}
.minisearch-outer ul {
  padding: 5px 0 0;
  border-top: 1px solid #DFDBD5;
  clear: both;
}
.minisearch-outer ul li {
  list-style: none;
  margin: 0;
}
.minisearch-outer ul li.on a {
  background: #eee;
}
.minisearch-outer ul li.on a:hover {
  background: #f1563f;
}
.minisearch-outer ul li a {
  overflow: hidden;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #909090;
  padding: 5px;
  text-decoration: none;
  line-height: 1.2em;
}
.minisearch-outer ul li a.has-image {
  overflow: hidden;
  padding: 6px;
}
.minisearch-outer ul li a:hover {
  background: #f1563f;
  color: #fff;
}
.minisearch-outer ul li a:hover .result-text,
.minisearch-outer ul li a:hover .price {
  color: #fff;
}
.minisearch-outer ul li a .search-term {
  font-style: italic;
}
.minisearch-outer ul li a .result-text {
  font-weight: bold;
  color: #f1563f;
}
.minisearch-outer ul li a .price {
  font-weight: bold;
  color: #777;
  margin-left: 5px;
}

[data-hide=after-submit][data-hidden=true] {
  display: none;
}

[data-form-submitted=true] {
  background: #DEDBD5;
  margin: 1rem 0 2rem;
  padding: 1rem;
}
[class^=grid-] [data-form-submitted=true] p, [class*=" grid-"] [data-form-submitted=true] p {
  font-weight: 600;
}
[class^=grid-] [data-form-submitted=true] p::before, [class*=" grid-"] [data-form-submitted=true] p::before {
  display: none;
}

.umbraco-forms-form {
  /*select,
  .customSelect {
      max-width: 400px;
  }*/
}
.umbraco-forms-form .btn {
  width: auto;
  padding: 0.6em 2em;
}
.umbraco-forms-form .umbraco-forms-field input.text {
  margin: 0;
}
.umbraco-forms-form .umbraco-forms-field.checkbox {
  padding-left: 0;
}
.umbraco-forms-form .umbraco-forms-field.checkbox label {
  display: inline;
}
.umbraco-forms-form .umbraco-forms-field.checkbox input {
  position: relative;
  left: 0;
  visibility: visible;
  height: auto;
}
.umbraco-forms-form .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper {
  display: inline-block;
  float: left;
  margin: 2px 5px 0 0;
}
.umbraco-forms-form .umbraco-forms-tooltip,
.umbraco-forms-form .help-block {
  display: none;
}
.umbraco-forms-form select {
  z-index: 2;
}
.umbraco-forms-form select:after {
  right: 27.5px;
  top: 19.5px;
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  line-height: 0;
  background: url(../../images/icons/svg/sharp-chevron-white-down.svg);
  pointer-events: none;
}
.umbraco-forms-form h2.response {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  padding: 1em;
  line-height: normal;
}

.cim-umbraco-form {
  max-width: 600px;
  margin: auto;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field h2 {
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
  font-size: 2.2rem;
  text-align: left;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field > label {
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field > div {
  margin-top: 0.5rem;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field textarea {
  max-height: 6rem;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=text], .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=textbox], .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=date], .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=email], .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=url], .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=password], .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=file], .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field select {
  border-color: #cccccc;
  color: #545454;
  height: 2.65rem;
  padding: 0 1rem;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=text].input-validation-error, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=textbox].input-validation-error, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=date].input-validation-error, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=email].input-validation-error, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=url].input-validation-error, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=password].input-validation-error, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=file].input-validation-error, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field select.input-validation-error {
  border-color: #d60505;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=text]:focus, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=text]:active, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=textbox]:focus, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=textbox]:active, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=date]:focus, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=date]:active, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=email]:focus, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=email]:active, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=url]:focus, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=url]:active, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=password]:focus, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=password]:active, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=file]:focus, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=file]:active, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field select:focus, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field select:active {
  border-color: #000;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=text].disabled, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=textbox].disabled, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=date].disabled, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=email].disabled, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=url].disabled, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=password].disabled, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=file].disabled, .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field select.disabled {
  color: #000;
  filter: grayscale(100%) brightness(80%) saturate(0%) opacity(60%) contrast(100%);
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .field-validation-error {
  color: #d60505;
  background: transparent;
  border: none;
  text-align: right;
  font-size: 1rem;
  padding: 5px 0;
  margin: 0 0 -20px 0;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "label label" "single single";
  grid-gap: 0.5rem;
  place-items: center start;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice > div {
  width: 100%;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice label {
  grid-area: label;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice div {
  grid-area: single;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice div .radiobuttonlist {
  position: relative;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice div .radiobuttonlist > div {
  display: inline-block;
  min-width: 140px;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice div .radiobuttonlist input[type=radio] {
  width: 30px;
  height: 30px;
  appearance: none;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 16px;
  outline: 1px solid #cccccc;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice div .radiobuttonlist input[type=radio]:checked {
  background: #039a52;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice div .radiobuttonlist input[type=radio] .input-validation-error {
  border-color: #d60505;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice div .radiobuttonlist label {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  font-size: 1rem;
  padding: 0 1em;
  position: relative;
  top: -11px;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice div .radiobuttonlist label a {
  color: #070078;
  text-decoration: underline;
  font-weight: normal;
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dropdown .select-styling {
  position: relative;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dropdown .select-styling select {
  width: 100%;
  outline: none;
  background-color: #fff;
  appearance: none;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dropdown .select-styling select.input-validation-error {
  border-color: #d60505;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dropdown .select-styling:after {
  font-family: "FontAwesomeSolid", serif;
  content: "\f078";
  font-size: 13px;
  position: absolute;
  top: 15px;
  right: 16px;
  color: #474c55;
  pointer-events: none;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .file-upload {
  display: grid;
  grid-template-columns: 1fr 2fr;
  place-items: center start;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .file-upload [class^=col-],
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .file-upload [class*=" col-"] {
  width: 100%;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .file-upload .fileupload label {
  display: none !important;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-fieldset .file-upload .fileupload .buttonFile {
  background: #cccccc;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  padding: 1.3em 1.1em;
  font-weight: bold;
  letter-spacing: 2px;
  height: 65px;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-navigation .col-md-12 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  grid-template-areas: "back next";
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-navigation .cim-button {
  border-radius: 8px;
  padding: 1.3em 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  height: 65px;
  background: #0064C8;
  border-color: #0064C8;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-navigation .cim-button:hover {
  background: #070078;
  border-color: #070078;
  color: #fff;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-navigation .cim-button.disabled {
  filter: none;
  background: #f8f8f8;
  border-color: #cccccc;
  color: #cccccc;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-navigation .cim-button.disabled:hover {
  background: #f8f8f8;
  border-color: #cccccc;
  color: #cccccc;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-navigation .cim-button.back {
  grid-area: back;
  background: #fff;
  border-color: #0064C8;
  color: #0064C8;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-navigation .cim-button.back:before {
  font-family: "FontAwesomeSolid", serif;
  content: "\f060";
  font-size: 1em;
  position: absolute;
  top: 22px;
  left: 20px;
  font-weight: 400;
}
@media (min-width: 481px) {
  .cim-umbraco-form form .umbraco-forms-page .umbraco-forms-navigation .cim-button.back:before {
    left: 88px;
  }
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-navigation .cim-button.back:hover {
  background: #070078;
  border-color: #070078;
  color: #fff;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-navigation .cim-button.next {
  grid-area: next;
}
.cim-umbraco-form form .umbraco-forms-page .umbraco-forms-navigation .cim-button.next:after {
  font-family: "FontAwesomeSolid", serif;
  content: "\f061";
  font-size: 1em;
  position: absolute;
  top: 22px;
  font-weight: 400;
  margin-left: 1em;
}

.umbraco-forms-submitmessage {
  font-size: 2em;
  padding: 2em;
  text-align: center;
  max-width: 80%;
  margin: 4em auto;
}

.cim-form-new {
  max-width: 1024px;
  margin: auto;
  width: 100%;
  font-family: "SourceSansPro", Tahoma, sans-serif;
}
.cim-form-new.single-file {
  max-width: 600px;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset legend {
  padding: 0.5em 0.5em 0 0;
  font-size: 1.5rem;
  width: 100%;
  margin: 1em auto 0.5em auto;
  text-align: center;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container {
  margin: 0;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field h2 {
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
  font-size: 2.2rem;
  text-align: left;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field > label {
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field > div {
  margin-top: 0.5rem;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field textarea {
  max-height: 6rem;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=text], .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=textbox], .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=date], .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=email], .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=url], .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=password], .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=file], .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field select {
  color: #545454;
  height: 50px;
  padding: 0.5em 1em;
  font-weight: 400;
  font-size: 1rem;
  border: 1px solid #737370;
  display: block;
  width: 100%;
  border-radius: 8px;
  background: #fff;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=text].input-validation-error, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=textbox].input-validation-error, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=date].input-validation-error, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=email].input-validation-error, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=url].input-validation-error, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=password].input-validation-error, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=file].input-validation-error, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field select.input-validation-error {
  border-color: #d60505;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=text]:focus, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=text]:active, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=textbox]:focus, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=textbox]:active, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=date]:focus, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=date]:active, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=email]:focus, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=email]:active, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=url]:focus, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=url]:active, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=password]:focus, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=password]:active, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=file]:focus, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=file]:active, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field select:focus, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field select:active {
  border-color: #000;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=text].disabled, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=textbox].disabled, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=date].disabled, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=email].disabled, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=url].disabled, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=password].disabled, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field input[type=file].disabled, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field select.disabled {
  color: #000;
  filter: grayscale(100%) brightness(80%) saturate(0%) opacity(60%) contrast(100%);
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.date label.umbraco-forms-label, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.countryofresidence label.umbraco-forms-label {
  display: block;
  color: #545454;
  font-family: "SourceSansPro", Tahoma, sans-serif;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.date .umbraco-forms-field-wrapper, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.countryofresidence .umbraco-forms-field-wrapper {
  position: relative;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.date .umbraco-forms-field-wrapper:after, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.countryofresidence .umbraco-forms-field-wrapper:after {
  content: "\f073";
  display: block;
  font-family: "FontAwesomeSolid", serif;
  font-size: 1.5em;
  position: absolute;
  top: 9px;
  right: 10px;
  color: #474c55;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice .umbraco-forms-field-wrapper .radiobuttonlist {
  display: flex;
  place-content: center flex-start;
  place-items: baseline;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .field-validation-error {
  color: #d60505;
  background: transparent;
  border: none;
  text-align: right;
  font-size: 1rem;
  padding: 5px 0;
  margin: 0 0 -20px 0;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "label label" "single single";
  grid-gap: 0.5rem;
  place-items: center start;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice > div {
  width: 100%;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice label {
  grid-area: label;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice div {
  grid-area: single;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice div .radiobuttonlist {
  position: relative;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice div .radiobuttonlist > div {
  display: inline-block;
  min-width: 140px;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice div .radiobuttonlist input[type=radio] {
  width: 30px;
  height: 30px;
  appearance: none;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 16px;
  outline: 1px solid #cccccc;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice div .radiobuttonlist input[type=radio]:checked {
  background: #039a52;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice div .radiobuttonlist input[type=radio] .input-validation-error {
  border-color: #d60505;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice div .radiobuttonlist label {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  font-size: 1rem;
  padding: 0 1em;
  position: relative;
  top: -11px;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice div .radiobuttonlist label a {
  color: #070078;
  text-decoration: underline;
  font-weight: normal;
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dropdown .select-styling {
  position: relative;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dropdown .select-styling select {
  width: 100%;
  outline: none;
  background-color: #fff;
  appearance: none;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dropdown .select-styling select.input-validation-error {
  border-color: #d60505;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dropdown .select-styling:after {
  font-family: "FontAwesomeSolid", serif;
  content: "\f078";
  font-size: 13px;
  position: absolute;
  top: 15px;
  right: 16px;
  color: #474c55;
  pointer-events: none;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.radiobuttonlist {
  display: grid;
  grid-template-columns: 0.1fr 1fr;
  place-items: center;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox input[type=checkbox], .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox input[type=radio], .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.radiobuttonlist input[type=checkbox], .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.radiobuttonlist input[type=radio] {
  width: 30px;
  height: 30px;
  appearance: none;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 16px;
  outline: 1px solid #cccccc;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox input[type=checkbox]:checked, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox input[type=radio]:checked, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.radiobuttonlist input[type=checkbox]:checked, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.radiobuttonlist input[type=radio]:checked {
  background: #039a52;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox input[type=checkbox] .input-validation-error, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox input[type=radio] .input-validation-error, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.radiobuttonlist input[type=checkbox] .input-validation-error, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.radiobuttonlist input[type=radio] .input-validation-error {
  border-color: #d60505;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox label, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.radiobuttonlist label {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  font-size: 1rem;
  padding: 0 1em;
  position: relative;
  grid-row: 1/-3;
  grid-column: 2/-1;
  justify-self: flex-start;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox label a, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.radiobuttonlist label a {
  color: #070078;
  text-decoration: underline;
  font-weight: normal;
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper .field-validation-error, .cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.radiobuttonlist .umbraco-forms-field-wrapper .field-validation-error {
  position: absolute;
  left: 0;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .file-upload {
  display: grid;
  grid-template-columns: 1fr 2fr;
  place-items: center start;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .file-upload [class^=col-],
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .file-upload [class*=" col-"] {
  width: 100%;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .file-upload .fileupload label {
  display: none !important;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-fieldset .file-upload .fileupload .buttonFile {
  background: #cccccc;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  padding: 1.3em 1.1em;
  font-weight: bold;
  letter-spacing: 2px;
  height: 65px;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-navigation .col-md-12 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  grid-template-areas: "back next";
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-navigation .cim-button {
  border-radius: 8px;
  padding: 1.3em 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  height: 65px;
  background: #0064C8;
  border-color: #0064C8;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-navigation .cim-button:hover {
  background: #070078;
  border-color: #070078;
  color: #fff;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-navigation .cim-button.cim-submit {
  grid-area: next;
  place-self: end;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-navigation .cim-button.disabled {
  filter: none;
  background: #f8f8f8;
  border-color: #cccccc;
  color: #cccccc;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-navigation .cim-button.disabled:hover {
  background: #f8f8f8;
  border-color: #cccccc;
  color: #cccccc;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-navigation .cim-button.back {
  grid-area: back;
  background: #fff;
  border-color: #0064C8;
  color: #0064C8;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-navigation .cim-button.back:before {
  font-family: "FontAwesomeSolid", serif;
  content: "\f060";
  font-size: 1em;
  position: absolute;
  top: 22px;
  left: 20px;
  font-weight: 400;
}
@media (min-width: 481px) {
  .cim-form-new form .umbraco-forms-page .umbraco-forms-navigation .cim-button.back:before {
    left: 88px;
  }
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-navigation .cim-button.back:hover {
  background: #070078;
  border-color: #070078;
  color: #fff;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-navigation .cim-button.next {
  grid-area: next;
}
.cim-form-new form .umbraco-forms-page .umbraco-forms-navigation .cim-button.next:after {
  font-family: "FontAwesomeSolid", serif;
  content: "\f061";
  font-size: 1em;
  position: absolute;
  top: 22px;
  font-weight: 400;
  margin-left: 1em;
}
.cim-form-new.catalyst-competition form .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.acknowledgeandconsent, .cim-form-new.catalyst-competition form .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.stayupdated {
  min-height: 130px;
}
.cim-form-new.catalyst-competition form .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.acknowledgeandconsent label, .cim-form-new.catalyst-competition form .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.stayupdated label {
  visibility: hidden;
}
.cim-form-new.catalyst-competition form .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.acknowledgeandconsent .help-block, .cim-form-new.catalyst-competition form .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.stayupdated .help-block {
  display: block;
  position: absolute;
  left: 66px;
  font-weight: normal;
}
.cim-form-new.catalyst-competition form .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.acknowledgeandconsent .field-validation-error, .cim-form-new.catalyst-competition form .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.stayupdated .field-validation-error {
  position: absolute;
  left: 0;
  bottom: 0;
}

.image-slider {
  overflow: hidden;
}
.image-slider .slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: left 300ms;
  transition: left 300ms;
  position: relative;
  left: 0;
}
.image-slider .slider-inner .slide {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  position: relative;
}
.image-slider .slider-inner .slide h1 {
  position: absolute;
  top: -8%;
  width: 46%;
  left: 1em;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 481px) {
  .image-slider .slider-inner .slide h1 {
    font-size: 2rem;
    top: 8%;
  }
}
@media (min-width: 1025px) {
  .image-slider .slider-inner .slide h1 {
    top: 20%;
  }
}
.image-slider .slider-nav {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 15px;
  left: 50%;
  padding: 0;
  margin: 0;
}
.image-slider .slider-nav li {
  list-style: none;
  float: left;
  margin: 0 5px;
}
.image-slider .slider-nav li.on a {
  background: #fff;
}
.image-slider .slider-nav a {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  text-indent: -900em;
  display: block;
  height: 12px;
  width: 12px;
  background: #999;
}
.image-slider .slider-nav a:hover {
  background: #fff;
}

.study-list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
.study-list div {
  padding: 0 0.5rem;
  vertical-align: top;
}
@media (min-width: 766px) {
  .study-list div {
    display: inline-block;
  }
}
.study-list .styled-list-item:nth-child(2n) {
  background: #fff;
}
.study-list .qual-row {
  border-bottom: thin solid #909090;
  padding: 1rem 0.5rem;
  width: 100%;
}
.study-list .qual-row:nth-child(even) {
  background: #e3e4e2;
}
.study-list .qual-row:last-child {
  border-width: 4px;
  border-color: #737370;
}
@media (min-width: 766px) {
  .study-list .qualification {
    width: 33%;
  }
}
@media (min-width: 766px) {
  .study-list .modules {
    width: 40%;
  }
}
@media (min-width: 766px) {
  .study-list .exempt {
    width: 25%;
  }
}

.styled-list-header {
  background: #474c55;
  color: #fff;
  display: none;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  padding: 0.5rem;
  margin: 0 0 1.5rem;
}
.styled-list-header .header-item {
  padding: 0.5rem;
}

.styled-list-item {
  margin: 0 0 1rem;
}
.styled-list-item .degree {
  background: #737370;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.2rem 1rem;
}

table {
  font-size: 14px;
}
table th, table td {
  text-align: left;
  padding-right: 5px;
  font-weight: bold;
}

.table-border {
  border: 2px solid #737370;
  border-collapse: separate;
  padding: 1rem 0;
  width: 100%;
}
@media (min-width: 766px) {
  .table-border {
    padding: 0;
  }
}
.table-border th {
  font-family: "SourceSansPro", Tahoma, serif;
  border-bottom: 1px solid;
  color: #737370;
  font-size: 1.5rem;
  font-weight: normal;
  display: none;
  padding: 1rem;
}
@media (min-width: 766px) {
  .table-border th {
    display: table-cell;
  }
}
.table-border th:first-child {
  border: 0;
}
.table-border td {
  font-weight: normal;
  font-size: 1rem;
  vertical-align: middle;
  display: block;
  padding: 0.5rem 1rem 0;
}
@media (min-width: 766px) {
  .table-border td {
    border-bottom: 1px solid;
    display: table-cell;
    padding: 1rem;
  }
}
.table-border td:first-child {
  border: 0;
  color: #070078;
  font-size: 1.3rem;
  text-align: center;
}
@media (min-width: 766px) {
  .table-border td:first-child {
    font-size: 1.125rem;
    text-align: left;
  }
}
.table-border tr:last-child td {
  border-bottom: 0;
}
.table-border p {
  font-weight: normal;
  font-size: 1rem;
  padding: 0;
}

.tab-block .tab-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, auto));
  list-style: none;
  padding: 0;
  margin: 0;
  width: 99%;
}
.tab-block .tab-list .tab-caller {
  padding: 1em;
  border: 1px solid #474c55;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  text-align: center;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
}
.tab-block .tab-list .tab-caller:hover {
  background: #cccccc;
}
.tab-block .tab-list .tab-caller.on {
  background: #070078;
  color: #fff;
}
.tab-block .tab-content {
  padding: 1em;
  border: 1px solid #474c55;
  border-radius: 0 8px 8px 8px;
}

.tab {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  grid-template-areas: none !important;
  margin-top: 1em;
}
@media (min-width: 650px) {
  .tab {
    grid-template-columns: repeat(auto-fill, minmax(166px, 1fr));
    grid-template-areas: "course event exchange news support page";
  }
}
.tab.course {
  grid-template-areas: "event exchange news support page";
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.tab.course.event {
  grid-template-areas: "exchange news support page";
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.tab.course.event.content-hub {
  grid-template-areas: "news support page";
  grid-template-columns: 1fr 1fr 1fr;
}
.tab.course.event.content-hub.news {
  grid-template-areas: "support page";
  grid-template-columns: 1fr 1fr;
}
.tab.course.event.content-hub.news.support {
  grid-template-areas: "page";
  grid-template-columns: 1fr;
}
.tab.event {
  grid-template-areas: "course exchange news support page";
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.tab.content-hub {
  grid-template-areas: "course event news support page";
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.tab.news {
  grid-template-areas: "course event exchange support page";
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.tab .tablinks {
  grid-area: unset !important;
  cursor: pointer;
  padding: 0.5em 0;
  transition: 0.3s;
  text-align: center;
  border: 1px solid #87CDD9;
  margin-bottom: -1px;
  border-radius: 10px 10px 0 0;
}
.tab .tablinks:hover {
  background-color: #87CDD9;
}
.tab .tablinks:active {
  background-color: #87CDD9;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #87CDD9;
  margin-bottom: 1em;
}
.tabcontent.course, .tabcontent.event {
  padding: 2em 0;
}
.tabcontent .articles .article:nth-child(17n+2) {
  grid-column: unset;
}
.tabcontent .articles .article:nth-child(17n+10) {
  grid-column: unset;
}

.customSelect {
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  height: 40px;
  line-height: 20px;
  border: 1px solid #cccccc;
  padding: 10px 30px 10px 10px;
  position: relative;
  z-index: 1;
  background: #fff;
  max-width: 100%;
  font-weight: bold;
}
.customSelect:after {
  content: url("/img/icons/down-chevron-white.png");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  line-height: 40px;
  width: 2rem;
  text-align: center;
  font-size: 20px;
  border-color: #737370;
  background: #737370;
  color: #fff;
}
.customSelect.customSelectHover:after, .customSelect.customSelectOpen:after {
  background: #474c55;
}
.customSelect.customSelectOpen.customSelectFocus:after {
  transform: rotateX(180deg);
}
.customSelect.customSelectDisabledOption {
  /* Styles for when the selected item is a disabled one */
}
.customSelect.customSelectDisabled {
  /* Styles for when the select box itself is disabled */
}
.customSelect .customSelectInner {
  white-space: nowrap;
  overflow: hidden;
  min-width: 100px;
}

.select {
  position: relative;
  overflow: hidden;
}
.select select {
  padding: 11px 20px 9px 10px;
  font-size: 14px;
  max-width: 100%;
  width: 100%;
  line-height: 18px;
  height: 40px;
  border: 1px solid #474c55;
  z-index: 2;
  cursor: pointer;
}

select.hasCustomSelect {
  z-index: 2;
}
select.hasCustomSelect.titleSelect {
  width: 323px !important;
}
select.hasCustomSelect.statusSelect {
  max-width: calc(100% - 30px);
  width: 100% !important;
  height: 40px;
  left: 15px;
  top: 20px;
}
select.hasCustomSelect.countrySelect {
  max-width: calc(100% - 30px);
  width: 100% !important;
  height: 40px;
  left: 15px;
  top: 20px;
}

#form0 #BillingDetailsFormSection select.hasCustomSelect {
  z-index: 2;
  width: calc(100% - 30px) !important;
  left: 15px;
  top: 20px;
}

@media only screen and (max-width: 767px) {
  .responsive-table {
    border: none;
    width: 100%;
    display: block;
  }
  .responsive-table thead, .responsive-table tbody, .responsive-table tfoot, .responsive-table th, .responsive-table td, .responsive-table tr {
    display: block;
  }
  .responsive-table th {
    padding: 20px 10px;
    text-align: left;
    font-weight: bold;
  }
  .responsive-table td {
    border: none;
    border-top: 1px solid #DFDBD5;
    padding: 10px;
    vertical-align: middle;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table tbody tr {
    border: 1px solid #DFDBD5;
    margin-bottom: 16px;
  }
  .responsive-table tbody tr:last-child {
    margin-bottom: 0;
  }
  .responsive-table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
  }
  .responsive-table tbody tr td:before {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    content: attr(data-label);
    background: #f7f5f2;
    padding: 10px;
    margin: -10px 10px -10px -10px;
    text-align: left;
    border-right: 1px solid #DFDBD5;
  }
  .responsive-table tbody tr td:first-child {
    border-top: none;
  }
  .responsive-table tfoot {
    margin: 20px 0;
    overflow: hidden;
    border: 1px solid #DFDBD5;
  }
  .responsive-table tfoot tr {
    overflow: hidden;
    clear: both;
    border-top: 1px solid #DFDBD5;
  }
  .responsive-table tfoot tr:first-child {
    border-top: none;
  }
  .responsive-table tfoot tr th, .responsive-table tfoot tr td {
    width: 50%;
    float: left;
    text-align: right;
    border-top: none;
  }
  .responsive-table tfoot tr th {
    background: #f7f5f2;
    padding: 10px;
    border-right: 1px solid #DFDBD5;
  }
  /* Tables ------------------------------------------- */
  .courseitem .course-dates tbody tr td:nth-child(1):before {
    content: "Start Date";
  }
  .courseitem .course-dates tbody tr td:nth-child(2):before {
    content: "Duration";
  }
  .courseitem .course-dates tbody tr td:nth-child(3):before {
    content: "Venue";
  }
  .courseitem .course-dates tbody tr td:nth-child(6):before {
    display: none;
  }
  .checkout .course-dates tbody tr td:nth-child(1):before {
    content: "Course";
  }
  .checkout .course-dates tbody tr td:nth-child(2):before {
    content: "Start Date";
  }
  .checkout .course-dates tbody tr td:nth-child(3):before {
    content: "End Date / Times";
  }
  .checkout .course-dates tbody tr td:nth-child(4):before {
    content: "Venue";
  }
  .checkout .course-dates tbody tr td:nth-child(5):before {
    content: "Residential";
  }
  .checkout .course-dates tbody tr td:nth-child(6):before {
    content: "Cost";
  }
  .checkout .course-dates tbody tr td:nth-child(7):before {
    content: "Remove";
  }
  .checkout .course-dates tbody tr td form {
    width: 100%;
  }
  .checkout .course-dates tbody tr td form button {
    padding: 10px;
  }
}
.programme-line-outer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  row-gap: 1rem;
  border-bottom: 1px solid #474c55;
  color: #474c55;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 1.5rem;
  text-align: left;
  width: 100%;
}
@media (min-width: 481px) {
  .programme-line-outer {
    grid-template-columns: 2fr 3fr 7fr;
    grid-gap: 1rem;
  }
}
.programme-line-outer .programme-line-speakers p {
  margin: 0;
}

.prog-chapter {
  color: #474c55;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 1.5rem;
  text-align: left;
  vertical-align: top;
  border-color: #474c55;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #474c55;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/img/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/img/fancybox/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("/img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #474c55;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #474c55;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
  color: #474c55;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
  background-color: transparent;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #f1563f;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #f1563f;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.pika-button:hover {
  color: #fff;
  background: #a8aaae;
  box-shadow: none;
  border-radius: 3px;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; /* Fix 401 */
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement; 
 */
.noUi-horizontal {
  height: 10px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  left: -9px;
  top: -4px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-target {
  background: #e6eae8;
  border-radius: 5px;
}

.noUi-connect {
  background: #f1563f;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  border: 2px solid #fff;
  border-radius: 50%;
  background: #474c55;
  cursor: default;
}

.noUi-active {
  background: #000;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Custom styles */
.slider-max,
.slider-min {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 100%;
  left: 50%;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
}

.team-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.team-members .team-member {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  margin-bottom: 30px;
}
.team-members .team-member a {
  display: block;
  background: #fff;
  margin: 0 15px;
  font-weight: normal;
  height: 100%;
}
.team-members .team-member a:hover {
  text-decoration: none;
}
.team-members .team-member a p {
  margin: 0;
  padding: 10px;
}
.team-members .team-member .bio {
  display: none;
}
.team-members.management .team-member:first-child {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.team-members.management .team-member:first-child a {
  width: calc(50% - 30px);
}

@media only screen and (min-width: 768px), screen and (max-device-width: 768px) and (min-aspect-ratio: 13/9) {
  .team-members .team-member {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
  .ceo {
    width: 100%;
  }
  .ceo .team-members {
    max-width: 25%;
  }
  .ceo .team-members .team-member {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .seniormanagementteam {
    width: 100%;
  }
  .seniormanagementteam .team-member {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
}
.flex-control-nav {
  position: absolute;
  top: 2.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  z-index: 2;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li a {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1.25rem;
  cursor: pointer;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  text-indent: -9999px;
}
.flex-control-nav li a:hover, .flex-control-nav li a:active, .flex-control-nav li a:focus {
  background: rgba(0, 0, 0, 0.25);
}
.flex-control-nav li a.flex-active {
  background: transparent;
  cursor: default;
}

.flex-direction-nav li {
  -webkit-transition: all 350ms;
  transition: all 350ms;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 1.25rem;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
}
@media (min-width: 766px) {
  .flex-direction-nav li {
    width: 2rem;
  }
}
.flex-direction-nav li.flex-nav-prev {
  left: -10rem;
  margin-left: -1em;
  width: 16px;
}
.flex-direction-nav li.flex-nav-next {
  right: -10rem;
  margin-right: -1em;
  width: 16px;
}
.flex-direction-nav a {
  background: url(../../img/icons/svg/chevron-bold-left.svg) center no-repeat !important;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
  text-indent: -1000vw;
  opacity: 0.5;
  outline: none;
}
.flex-direction-nav a.flex-next {
  background: url(../../img/icons/svg/chevron-bold-right.svg) center no-repeat !important;
}
.flex-direction-nav a:hover, .flex-direction-nav a:active, .flex-direction-nav a:focus {
  opacity: 0.75;
}

.flex-viewport {
  min-height: 20rem;
  margin: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.flexslider {
  margin: 0 auto;
  padding: 2rem;
  position: relative;
}
.flexslider:hover .flex-nav-prev, .flexslider:active .flex-nav-prev, .flexslider:focus .flex-nav-prev {
  left: 0.75rem;
  opacity: 1;
}
.flexslider:hover .flex-nav-next, .flexslider:active .flex-nav-next, .flexslider:focus .flex-nav-next {
  right: 0.75rem;
  opacity: 1;
}
.flexslider .slides {
  list-style: none;
  margin: 4rem auto 2rem;
  padding: 0;
}
.flexslider .slides li {
  display: block;
  font-size: 1rem;
  margin: 0;
  padding: 0 0 1em 0;
  position: relative;
  height: fit-content;
}
.flexslider .slide {
  padding: 0 1rem;
}

.slider_testimonials {
  background-color: #fff;
}
.slider_testimonials .slides img {
  display: block;
  margin: 0 auto 0.5rem;
  padding: 0;
  width: 50%;
}
@media (min-width: 766px) {
  .slider_testimonials .slides img {
    width: 33%;
    float: right;
    margin: 0 0 3.75rem 1rem;
  }
}
.slider_testimonials .slides p {
  font-size: 0.9rem;
  line-height: 1.4;
}
@media (min-width: 766px) {
  .slider_testimonials .slides p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  .slider_testimonials .slides p {
    line-height: 1.6;
  }
}

.product-slider {
  overflow: hidden;
}
.product-slider .slider-inner {
  -webkit-transition: left 250ms;
  transition: left 250ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  left: 0;
}
.product-slider .product-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  border-color: #DFDBD5;
}
.product-slider .product-item:hover {
  border-color: #f1563f;
}
.product-slider .product-item .link-text {
  display: inline-block;
}
.product-slider .slider-nav {
  padding: 0;
  position: absolute;
  top: 5px;
  right: 10px;
}
.product-slider .slider-nav li {
  list-style: none;
  float: left;
  margin: 0 0 0 10px;
}
.product-slider .slider-nav li.on a {
  background: #cccccc;
}
.product-slider .slider-nav a {
  overflow: hidden;
  text-indent: -900em;
  display: block;
  height: 10px;
  width: 10px;
  border: 1px solid #cccccc;
}
.product-slider .slider-nav a:hover {
  background: rgba(167, 169, 173, 0.5);
}

.testimonial-slider {
  overflow: hidden;
}
.testimonial-slider .slider-inner {
  -webkit-transition: left 250ms;
  transition: left 250ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  left: 0;
}
.testimonial-slider .product-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  border-color: #DFDBD5;
}
.testimonial-slider .product-item:hover {
  border: none;
}
.testimonial-slider .product-item:hover .product-description {
  border-color: transparent;
}
.testimonial-slider .product-item .link-text {
  display: inline-block;
}
.testimonial-slider .product-item .product-description {
  padding: 0;
  min-height: 14em;
}
@media (min-width: 650px) {
  .testimonial-slider .product-item .product-description {
    min-height: 10em;
  }
}
.testimonial-slider .product-item .product-description .testimonialOwner {
  padding: 0.5em 0.5em 0 0;
  font-size: 0.9em;
  border-top: thin solid #474c55;
  width: 100%;
  margin-top: 1em;
  position: relative;
}
.testimonial-slider .product-item .product-description .testimonialOwner .name {
  font-weight: normal;
}
.testimonial-slider .product-item .product-description .testimonialOwner .jobTitle {
  margin-right: 0.5em;
}
.testimonial-slider .product-item .product-description .testimonialOwner .company {
  font-weight: bold;
  display: block;
}
@media (min-width: 650px) {
  .testimonial-slider .product-item .product-description .testimonialOwner .link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.testimonial-slider .slider-nav {
  padding: 0;
  position: absolute;
  top: 5px;
  right: 10px;
}
.testimonial-slider .slider-nav li {
  list-style: none;
  float: left;
  margin: 0 0 0 10px;
}
.testimonial-slider .slider-nav li.on a {
  background: #cccccc;
}
.testimonial-slider .slider-nav a {
  overflow: hidden;
  text-indent: -900em;
  display: block;
  height: 10px;
  width: 10px;
  border: 1px solid #cccccc;
}
.testimonial-slider .slider-nav a:hover {
  background: rgba(167, 169, 173, 0.5);
}

.marketing-for-you .slidepanel {
  background: #73e8eb;
  padding: 20px;
}
.marketing-for-you .slidepanel .flexslider {
  padding: 1em 0 0;
}
.marketing-for-you .slidepanel .flexslider .flex-viewport {
  height: auto !important;
}
.marketing-for-you .slidepanel .flexslider .flex-viewport .slide h2 {
  color: #fff;
  font-size: 22px;
  margin: 1em 0 0.5em;
}

.centre-slider-items .flexslider .slides li {
  display: grid !important;
  height: 103px;
}
.centre-slider-items .flexslider .slides li .slide {
  display: grid;
  place-items: center;
}

/*@import "../helpers/fonts", "../helpers/mixins", "../helpers/variables";*/
.tabbed-carousel {
  background-color: #fff;
  margin-top: 0.5em;
}
.tabbed-carousel .flex-slider-controls {
  width: 100%;
}
.tabbed-carousel .flex-slider-controls ul {
  margin-left: 0;
  padding-left: 0;
}
.tabbed-carousel .flex-slider-controls ul.tabbed-control-nav {
  display: flex;
  justify-content: space-between;
  font-family: "SourceSansPro", Tahoma, serif;
  font-size: 1rem;
  margin: 0;
}
@media (min-width: 766px) {
  .tabbed-carousel .flex-slider-controls ul.tabbed-control-nav {
    font-size: 1.25rem;
  }
}
.tabbed-carousel .flex-slider-controls ul.tabbed-control-nav li {
  list-style: none;
  width: 33%;
  text-align: center;
  color: #fff;
  background-color: #0064C8;
  padding: 0.5em 1em;
  margin: 0 0.2em;
}
@media (min-width: 766px) {
  .tabbed-carousel .flex-slider-controls ul.tabbed-control-nav li {
    padding: 0.75em 3em;
    margin: 0 0.5em;
  }
}
.tabbed-carousel .flex-slider-controls ul.tabbed-control-nav li:first-child {
  margin-left: 0;
}
.tabbed-carousel .flex-slider-controls ul.tabbed-control-nav li:last-child {
  margin-right: 0;
}
.tabbed-carousel .flex-slider-controls ul.tabbed-control-nav li:hover {
  cursor: pointer;
}
.tabbed-carousel .flex-slider-controls ul.tabbed-control-nav li.flex-active {
  background-color: #BD2F92;
}
.tabbed-carousel .tabbed-slider {
  width: 100%;
}
@media (min-width: 766px) {
  .tabbed-carousel .tabbed-slider {
    height: auto;
  }
}
.tabbed-carousel .tabbed-slider .flex-viewport {
  min-height: unset;
}
.tabbed-carousel .tabbed-slider ul {
  margin-left: 0;
  padding-left: 0;
}
.tabbed-carousel .tabbed-slider ul.slides {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 766px) {
  .tabbed-carousel .tabbed-slider ul.slides {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.tabbed-carousel .tabbed-slider ul.slides li {
  list-style: none;
  background-color: #fff;
  display: grid;
}
.tabbed-carousel .tabbed-slider ul.slides li ul.blocks {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
@media (min-width: 766px) {
  .tabbed-carousel .tabbed-slider ul.slides li ul.blocks {
    flex-wrap: nowrap;
  }
}
.tabbed-carousel .tabbed-slider ul.slides li ul.blocks li {
  list-style: none;
  text-align: center;
  padding: 0 1em;
  margin-bottom: 1.25em;
  width: 10em;
  display: none;
}
.tabbed-carousel .tabbed-slider ul.slides li ul.blocks li img {
  width: 100%;
  height: 100%;
}
@media (min-width: 766px) {
  .tabbed-carousel .tabbed-slider ul.slides li ul.blocks li img {
    width: 8em;
  }
}
.tabbed-carousel .tabbed-slider ul.slides li.flex-active-slide ul.blocks {
  height: auto;
}
.tabbed-carousel .tabbed-slider ul.slides li.flex-active-slide ul.blocks li {
  display: grid;
}
.tabbed-carousel.width50 .flex-slider-controls ul.tabbed-control-nav li {
  width: 50%;
  padding: 0.75em 0;
  margin: 0;
  font-size: 0.95em;
}
.tabbed-carousel.width100 .flex-slider-controls ul.tabbed-control-nav li {
  width: 100%;
  padding: 0.75em 0;
  margin: 0;
}
.tabbed-carousel.qualsdefault-grey .flex-slider-controls ul.tabbed-control-nav li {
  background-color: #474c55;
}
.tabbed-carousel.qualsdefault-purple .flex-slider-controls ul.tabbed-control-nav li {
  background-color: #896FB1;
}
.tabbed-carousel.qualsactive-green .flex-slider-controls ul.tabbed-control-nav li.flex-active {
  background-color: #9bca89;
}
.tabbed-carousel.qualsactive-yellow .flex-slider-controls ul.tabbed-control-nav li.flex-active {
  background-color: #F0BA1A;
}
.tabbed-carousel.qualsactive-orange .flex-slider-controls ul.tabbed-control-nav li.flex-active {
  background-color: #E9543A;
}
.tabbed-carousel.qualsactive-purple .flex-slider-controls ul.tabbed-control-nav li.flex-active {
  background-color: #896FB1;
}
.tabbed-carousel.level-colours .flex-slider-controls ul.tabbed-control-nav li {
  background-color: #474c55;
}
.tabbed-carousel.level-colours .flex-slider-controls ul.tabbed-control-nav li.flex-active.Level3 {
  background-color: #8FCC8F;
}
.tabbed-carousel.level-colours .flex-slider-controls ul.tabbed-control-nav li.flex-active.Level4 {
  background-color: #FAC031;
}
.tabbed-carousel.level-colours .flex-slider-controls ul.tabbed-control-nav li.flex-active.Level6 {
  background-color: #f1563f;
}
.tabbed-carousel.level-colours .flex-slider-controls ul.tabbed-control-nav li.flex-active.Level7 {
  background-color: #8970B2;
}

@media (min-width: 766px) {
  .awards-version .tabbed-carousel .tabbed-slider .flex-viewport ul.slides li ul.blocks {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    place-items: center;
    width: 70%;
    margin: auto;
  }
}
.awards-version .tabbed-carousel .tabbed-slider .flex-viewport ul.slides li:nth-child(4) ul.blocks {
  grid-template-columns: unset;
  grid-auto-columns: 170px;
  grid-auto-flow: dense;
}
.awards-version .tabbed-carousel .tabbed-slider .flex-viewport ul.slides li:nth-child(4) ul.blocks li:nth-child(1) {
  grid-column: 2/3;
  grid-row: 1;
}
.awards-version .tabbed-carousel .tabbed-slider .flex-viewport ul.slides li:nth-child(4) ul.blocks li:nth-child(2) {
  grid-column: 3/4;
  grid-row: 1;
}
.awards-version .tabbed-carousel .tabbed-slider .flex-viewport ul.slides li:nth-child(4) ul.blocks li:nth-child(3) {
  grid-column: 4/5;
  grid-row: 1;
}
.awards-version .tabbed-carousel .tabbed-slider .flex-viewport ul.slides li:nth-child(4) ul.blocks li:nth-child(4) {
  grid-column: 1/3;
  grid-row: 2;
}
.awards-version .tabbed-carousel .tabbed-slider .flex-viewport ul.slides li:nth-child(4) ul.blocks li:nth-child(5) {
  grid-column: 2/4;
  grid-row: 2;
}
.awards-version .tabbed-carousel .tabbed-slider .flex-viewport ul.slides li:nth-child(4) ul.blocks li:nth-child(6) {
  grid-column: 2/6;
  grid-row: 2;
}
.awards-version .tabbed-carousel .tabbed-slider .flex-viewport ul.slides li:nth-child(4) ul.blocks li:nth-child(7) {
  grid-column: 4/6;
  grid-row: 2;
}

.cartDisplayNo {
  position: relative;
}
.cartDisplayNo #cartNo {
  position: absolute;
  top: 0;
  font-size: 1.4em;
  font-weight: bold;
  left: 36%;
}
.cartDisplayNo #cartNo:before {
  content: "(";
}
.cartDisplayNo #cartNo:after {
  content: ")";
}

.icon-cart .st0 {
  fill: green !important;
}

#header #account-nav #cartDisplay {
  background: #fff;
}
#header #account-nav #cartDisplay h3 {
  margin: 10px 0;
  border-bottom: thin solid #000;
  padding-bottom: 5px;
}
#header #account-nav #cartDisplay p {
  font-size: 1.3em;
}
#header #account-nav #cartDisplay a.cim-button {
  padding: 0.6em 1.1em;
  display: flex;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
#header #account-nav #cartDisplay.icon {
  border: thin solid #737370;
  position: absolute;
  width: 44%;
  right: 0;
  top: 324px;
  background: #fff;
  z-index: 99;
  padding: 1em;
  display: none;
  color: #000;
}
#header #account-nav #cartDisplay.icon .carttopbanner {
  border: thin solid #737370;
  padding: 0.25em 0;
  background: #737370;
  color: #fff;
}
#header #account-nav #cartDisplay.icon .carttopbanner h2 {
  color: #fff;
  margin: 0;
}
#header #account-nav #cartDisplay.icon .cartpopup li {
  font-weight: normal;
}
#header #account-nav #cartDisplay.icon .cartpopup .cartname {
  font-size: 1em;
  font-weight: bold;
}
#header #account-nav #cartDisplay.icon h3 {
  margin: -10px 0 10px -10px;
  background: #fff;
  padding: 0.5em;
  width: 104.8%;
}
#header #account-nav #cartDisplay.icon ul {
  border-bottom: thin solid #737370;
  padding: 0.5em;
  margin: 0.5em 0;
}
#header #account-nav #cartDisplay.icon ul li {
  float: none;
  text-align: left;
}
#header #account-nav #cartDisplay.icon .button {
  padding: 1em;
  background: #070078;
  color: #fff;
  border: thin solid #737370;
  position: relative;
  width: 100%;
  margin: auto;
  font-size: 1.5em;
}
#header #account-nav #cartDisplay .grid {
  padding: 0;
  float: none;
}
#header #account-nav #cartDisplay .grid .grid-5, #header #account-nav #cartDisplay .grid .grid-7 {
  display: flex;
  padding: 4px;
  font-size: 2em;
}
#header #account-nav .cartIcon.available #cartDisplay.icon {
  display: block;
  top: auto;
  width: 400%;
}

.paymentsection #payment-process .mailResultGood {
  background-color: #070078 !important;
  color: #fff !important;
}
.paymentsection #payment-process .mailResultGood h2 {
  color: #fff;
}
.paymentsection #payment-process .payment-form-section {
  width: 100%;
}
.paymentsection #payment-process .payment-form-section iframe#payment-form {
  border: none;
}
.paymentsection #payment-process .payment-form-section iframe#payment-form .portfolio-elavon {
  background: #fff;
}
.paymentsection #payment-process .payment-form-section iframe#payment-form .portfolio-elavon .rxp-header-title {
  display: none;
}
.paymentsection #payment-process .payment-form-section #payment-form-message-text {
  font-size: 1.5em;
  padding: 0 0 1em 0;
}

.indicator {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "virtual " "online  " "inperson" "short   " "new   ";
  margin-bottom: 0.5em;
  float: right;
  margin-top: -1em;
  margin-right: -1em;
  margin-left: 0.5em;
  text-align: center;
}
.indicator div:first-of-type {
  position: relative;
  z-index: 1;
}
.indicator div:last-of-type {
  margin-top: -4px;
  position: relative;
  z-index: 0;
}
.indicator .newIndicator {
  padding: 0.5em;
  background: #f1563f;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  border-radius: 1em 0;
  margin-top: -8px;
  grid-area: new;
  z-index: 0 !important;
}
.indicator .virtualIndicator {
  padding: 0.5em;
  background: #070078;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  border-radius: 1em 0;
  grid-area: virtual;
}
.indicator .onlineIndicator {
  padding: 0.5em;
  background: #8970B2;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  border-radius: 1em 0;
  grid-area: online;
}
.indicator .shortsIndicator {
  padding: 0.5em;
  background: #039A52;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  border-radius: 1em 0;
  grid-area: short;
}
.indicator .inPersonIndicator {
  padding: 0.5em;
  background: #747572;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  border-radius: 1em 0;
  grid-area: inperson;
}

.memberPurchased, .memberCompleted, .memberPurchasedOnline {
  margin: 0.6em;
  padding: 0.5em 1em;
  background: rgba(233, 84, 58, 0.8);
  font-weight: bold;
  color: #fff;
}

.memberCompleted {
  background: rgba(163, 249, 125, 0.5);
  color: #474c55;
}

.memberPurchasedOnline {
  background: rgba(7, 0, 120, 0.8);
  color: #fff;
}

.course-item .grid ol {
  padding-left: 20px;
  font-size: 0.9em;
}
.course-item .grid .course-testimonials {
  padding: 0;
  margin-top: 1em;
}
@media (min-width: 766px) {
  .course-item .virtualIndicator {
    font-size: 1.125rem;
  }
}
@media (min-width: 766px) {
  .course-item .onlineIndicator {
    font-size: 1.125rem;
  }
}
@media (min-width: 766px) {
  .course-item .newIndicator {
    font-size: 1.125rem;
  }
}
@media (min-width: 766px) {
  .course-item .shortsIndicator {
    font-size: 1.125rem;
  }
}
.course-item .product-banner table .multiDuration td span {
  margin-left: 0.5em;
  display: inline-block;
}
.course-item .course-dates tr.virtual td {
  font-weight: normal;
  color: #474c55;
}
.course-item .course-dates tr.virtual td:nth-child(3) {
  color: #070078;
  font-weight: bold;
}
.course-item .course-dates tr.online td, .course-item .course-dates tr.bundled td {
  border-top: none;
}
.course-item .course-dates tr.online td.onlineTD, .course-item .course-dates tr.bundled td.onlineTD {
  width: 56%;
  font-weight: bold;
  font-size: 1.125em;
}
.course-item .course-dates.responsive-table thead tr th {
  text-align: center;
}
.course-item .course-dates.responsive-table tbody tr td {
  text-align: center;
}
.course-item .course-dates.responsive-table tbody tr td:nth-child(3) {
  font-weight: bold;
}
.course-item .course-dates.responsive-table tbody tr.online td.onlineTD:before {
  display: none;
}

a.product {
  display: grid;
  grid-template-rows: 1fr 50px;
  grid-gap: 0;
  padding: 0;
  position: relative;
  margin: 1%;
  background: #f8f8f8;
  min-height: 8rem;
}
a.product .tagline {
  background: #f1563f;
  color: #fff;
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1;
  padding: 0.3rem 0.75rem;
}
.featured a.product {
  border: thin solid #f1563f;
  padding: 0;
  min-height: 241px;
}
@media (min-width: 481px) {
  .featured a.product {
    margin: 0.5rem;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 1rem);
    -moz-flex: 0 0 calc(50% - 1rem);
    -ms-flex: 0 0 calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
  }
}
@media (min-width: 766px) {
  .featured a.product {
    margin: 0.25rem;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 calc(25% - 0.5rem);
    -moz-flex: 0 0 calc(25% - 0.5rem);
    -ms-flex: 0 0 calc(25% - 0.5rem);
    flex: 0 0 calc(25% - 0.5rem);
  }
}
@media (min-width: 1025px) {
  .featured a.product {
    margin: 0.5rem;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 calc(25% - 1rem);
    -moz-flex: 0 0 calc(25% - 1rem);
    -ms-flex: 0 0 calc(25% - 1rem);
    flex: 0 0 calc(25% - 1rem);
  }
}
a.product:hover {
  color: #474c55;
  border-color: #f1563f;
}
a.product:hover .product-description {
  border-color: #f1563f;
  color: #737370;
}
a.product .product-description {
  display: grid;
  grid-template-columns: 1fr 50px;
  grid-template-rows: 54px auto 1fr;
  padding: 1rem 1rem 0 1rem;
}
a.product .product-description .indicator {
  grid-column: 2/-1;
  grid-row: 1/2;
  margin-top: -2em;
  margin-bottom: 2em;
}
a.product .product-description .indicator .virtualIndicator, a.product .product-description .indicator .inPersonIndicator, a.product .product-description .indicator .onlineIndicator, a.product .product-description .indicator .shortsIndicator {
  display: none;
}
a.product .product-description h3 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4rem;
  margin: 0 2rem 0.5rem 0;
  grid-column: 1/-1;
  grid-row: 1/3;
}
a.product .product-description p {
  font-size: 0.9rem;
  margin-top: 0;
  padding-top: 0;
  grid-column: 1/-1;
}
a.product .product-description .strapline {
  margin-bottom: 1.5rem;
  grid-column: 1/-1;
}
a.product .product-footer {
  border: none;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 0 0 8px 8px;
  display: grid;
  grid-template-columns: 90px 1fr 90px;
  place-content: center;
  place-items: center;
  background: #ededed;
}
.featured a.product .product-footer {
  bottom: 0;
  left: 0;
  right: 0;
}
a.product .product-footer .date {
  color: #f1563f;
  font-size: 0.85rem;
  position: absolute;
  bottom: 2.3rem;
  left: 0.5rem;
}
a.product .product-footer .price {
  color: #000;
  font-size: 1rem;
  margin: 0;
  font-weight: 300;
}
a.product .product-footer .product-link {
  font-size: 1rem;
  font-weight: 300;
}
a.product .product-footer .product-link .icon {
  color: #000;
  height: 0.7rem;
  width: 0.7rem;
  margin-top: -2px;
}
a.product .product-footer .product-link .link-text {
  color: #333333;
  display: inline-block;
  margin-right: 5px;
}
a.product .product-footer .tags {
  padding: 0;
}
a.product .product-footer .tags li {
  background: #737370;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
  padding: 0.3rem 0.6rem 0.3rem 0.6rem;
}
a.product .product-footer .tags li.tag-orange {
  background: #fff;
  color: #000;
}
a.product .product-footer .tags li.tag-grey {
  display: none;
}

.courselist h2.section-header {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.courselist h2#training-courses {
  display: none;
}
.courselist .page-banner .banner-text {
  height: auto;
}
.courselist .highlight {
  font-weight: bold;
  background: rgba(233, 84, 58, 0.2);
  padding: 1em 1.5em;
  font-size: 1.4em;
  text-align: center;
  font-style: italic;
  margin: 0;
  border-radius: 0.4em;
}
.courselist .highlight a {
  color: #474c55;
}
.courselist .highlight a:hover {
  color: #474c55;
}
.courselist .nav-sec-menu {
  margin: 0.5em 0;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  display: none;
}
.courselist .nav-sec-menu li {
  border-color: #E9543A;
}
.courselist .nav-sec-menu li:nth-child(3) {
  border-right: none;
}
@media (min-width: 481px) {
  .courselist .nav-sec-menu li:nth-child(3) {
    border-right: thin solid #E9543A;
  }
}
.courselist .nav-sec-menu li:last-of-type {
  border-right: thin solid #E9543A;
}
@media (min-width: 481px) {
  .courselist .nav-sec-menu li:last-of-type {
    border-right: none;
  }
}
.courselist .nav-sec-menu li a {
  color: #E9543A;
}
.courselist .nav-sec-menu li a:hover {
  background: rgba(233, 84, 58, 0.8);
  color: #fff;
}
.courselist .nav-sec-menu li a:active, .courselist .nav-sec-menu li a:focus {
  background: #E9543A;
  color: #fff;
}
.courselist .course-level {
  margin-bottom: 6em;
}
.courselist .course-level.Virtual span.inner {
  background: #070078;
  color: #fff;
  padding: 0.4em;
  border-radius: 0.8em;
}
.courselist .course-level.Virtual .virtualIndicator {
  display: none;
}
.courselist .course-level[class*=" grid-columns-"] {
  grid-gap: 1em;
}
.courselist .grid .search-block.grid-3 {
  max-width: 100%;
  width: 100%;
  position: relative;
  /*display: none;*/
}
.courselist .grid .search-block.grid-3 h3 {
  font-size: 1em;
  position: absolute;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
.courselist .grid .search-block.grid-3 span.smallText {
  font-size: 0.8em;
  position: absolute;
  bottom: 3em;
}
@media (min-width: 766px) {
  .courselist .grid .search-block.grid-3 {
    max-width: 25%;
  }
}
.courselist .grid .search-block.grid-4 {
  border-radius: 8px;
  box-shadow: 3px 3px 3px rgba(153, 153, 153, 0.7);
  border: thin solid #f8f8f8;
}
.courselist .grid .search-block.grid-4 h3 {
  font-weight: normal;
}
.courselist .grid .mainBoxes {
  width: 100%;
  display: grid;
  margin: 0 auto;
  grid-gap: 0.5em;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
@media (min-width: 766px) {
  .courselist .grid .mainBoxes {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}
@media (min-width: 900px) {
  .courselist .grid .mainBoxes {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}
.courselist .grid .mainBoxes .product {
  background-color: #f7f4f2;
  color: #737370;
  display: grid;
  grid-gap: 0.25em;
  grid-template-rows: 1fr 1fr;
  border-radius: 8px;
  box-shadow: 3px 3px 3px rgba(153, 153, 153, 0.7);
  border: thin solid #f8f8f8;
}
.courselist .grid .mainBoxes .product:nth-child(odd):last-of-type {
  grid-column: 1/span 2;
}
@media (min-width: 481px) {
  .courselist .grid .mainBoxes .product:nth-child(odd):last-of-type {
    grid-column: auto;
  }
}
.courselist .grid .mainBoxes .product h3 {
  place-self: self-end center;
  margin: 0;
  font-size: 1em;
}
.courselist .grid .mainBoxes .product span {
  text-align: center;
  width: 100%;
  font-weight: normal;
  font-size: 0.9em;
  padding: 0 0.5em;
  place-self: self-start center;
}
.courselist .grid .mainBoxes .product:hover {
  filter: saturate(0%);
  transition: 1500ms;
  background: #070078;
  color: #fff;
}
.courselist .grid.grid-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  grid-gap: 0.5em;
}
@media (min-width: 481px) {
  .courselist .grid.grid-buttons {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    margin-bottom: 2em;
  }
}
.courselist .grid.grid-buttons .grid-4 {
  border-radius: 16px;
  box-shadow: 3px 3px 3px rgba(153, 153, 153, 0.7);
  border: thin solid #e3e4e2;
  margin: 0;
  padding: 0;
  max-width: 100%;
  text-align: center;
}
.courselist .grid.grid-buttons .grid-4 h3 {
  font-weight: normal;
  margin: 0;
  padding: 0.5em;
}
.courselist .grid.grid-buttons .grid-4:hover {
  filter: saturate(0%);
  transition: 1500ms;
  background: #070078;
  color: #fff;
}
.courselist .grid .toolbar {
  margin: 0 0 2em 0;
  width: 100%;
}
.courselist .grid .toolbar .filters {
  background-color: #fff;
}
.courselist .grid .toolbar .filters .results-legend {
  display: none;
}
.courselist .grid .toolbar .filters .facet-search.has-button {
  padding-bottom: initial;
}
.courselist .grid .toolbar .filters form#header-search .input-container select {
  height: 3em;
}
.courselist .grid .toolbar .filters form#header-search .input-container input {
  font-size: 1rem;
  border: 1px solid #cccccc;
  height: 3em;
}
.courselist .grid .toolbar .filters form#header-search .input-container input::placeholder {
  color: #000;
}
.courselist .grid .toolbar .filters form#header-search button {
  top: -6px;
}
.courselist .source {
  padding: 0 1em;
}

.memberCourseList .memberBanner {
  background: transparent;
  border-bottom: thin solid #474c55;
}
.memberCourseList .orderFull {
  border: thin solid #474c55;
  border-right: none;
  border-left: none;
  background: rgba(135, 205, 217, 0.2);
  display: grid;
  grid-template-columns: 1fr 1.3fr 2fr 1fr 1fr 2fr;
  grid-template-areas: "orderID orderID courseName courseName courseName startDate" "courseCode courseCode variantID venue venue orderDate" "orderContinue1 orderContinue1 orderContinue1 orderContinue1 orderContinue1 orderContinue1" "orderContinue1 orderContinue1 orderContinue1 orderContinue1 orderContinue1 orderContinue1" "orderContinue2 orderContinue2 orderContinue2 orderContinue2 orderContinue2 orderContinue2" "orderContinue2 orderContinue2 orderContinue2 orderContinue2 orderContinue2 orderContinue2" "orderContinue3 orderContinue3 orderContinue3 orderContinue3 orderContinue3 orderContinue3" "orderContinue3 orderContinue3 orderContinue3 orderContinue3 orderContinue3 orderContinue3" "orderContinue4 orderContinue4 orderContinue4 orderContinue4 orderContinue4 orderContinue4" "orderContinue4 orderContinue4 orderContinue4 orderContinue4 orderContinue4 orderContinue4" "orderContinue5 orderContinue5 orderContinue5 orderContinue5 orderContinue5 orderContinue5" "orderContinue5 orderContinue5 orderContinue5 orderContinue5 orderContinue5 orderContinue5" "orderContinue6 orderContinue6 orderContinue6 orderContinue6 orderContinue6 orderContinue6" "orderContinue6 orderContinue6 orderContinue6 orderContinue6 orderContinue6 orderContinue6" "orderContinue7 orderContinue7 orderContinue7 orderContinue7 orderContinue7 orderContinue7" "orderContinue7 orderContinue7 orderContinue7 orderContinue7 orderContinue7 orderContinue7" "orderContinue8 orderContinue8 orderContinue8 orderContinue8 orderContinue8 orderContinue8" "orderContinue8 orderContinue8 orderContinue8 orderContinue8 orderContinue8 orderContinue8" "orderContinue9 orderContinue9 orderContinue9 orderContinue9 orderContinue9 orderContinue9" "orderContinue9 orderContinue9 orderContinue9 orderContinue9 orderContinue9 orderContinue9";
}
@media (min-width: 481px) {
  .memberCourseList .orderFull {
    grid-template-columns: 1fr 1.1fr 1fr 4fr 1fr 102px 102px;
    grid-template-areas: "orderID courseCode variantID courseName venue startDate orderDate" "orderContinue1 orderContinue1 orderContinue1 orderContinue1 orderContinue1 orderContinue1 orderContinue1" "orderContinue2 orderContinue2 orderContinue2 orderContinue2 orderContinue2 orderContinue2 orderContinue2" "orderContinue3 orderContinue3 orderContinue3 orderContinue3 orderContinue3 orderContinue3 orderContinue3" "orderContinue4 orderContinue4 orderContinue4 orderContinue4 orderContinue4 orderContinue4 orderContinue4" "orderContinue5 orderContinue5 orderContinue5 orderContinue5 orderContinue5 orderContinue5 orderContinue5" "orderContinue6 orderContinue6 orderContinue6 orderContinue6 orderContinue6 orderContinue6 orderContinue6" "orderContinue7 orderContinue7 orderContinue7 orderContinue7 orderContinue7 orderContinue7 orderContinue7" "orderContinue8 orderContinue8 orderContinue8 orderContinue8 orderContinue8 orderContinue8 orderContinue8" "orderContinue9 orderContinue9 orderContinue9 orderContinue9 orderContinue9 orderContinue9 orderContinue9";
    grid-auto-rows: auto;
  }
}
.memberCourseList .orderFull p {
  margin: 0;
  padding: 0.5em;
  display: inline-block;
}
.memberCourseList .orderFull .orderID {
  font-weight: bold;
  text-align: center;
  grid-area: orderID;
}
.memberCourseList .orderFull .courseCode {
  text-align: center;
  grid-area: courseCode;
}
.memberCourseList .orderFull .variantID {
  text-align: center;
  grid-area: variantID;
}
.memberCourseList .orderFull .courseName {
  grid-area: courseName;
  font-weight: bold;
}
.memberCourseList .orderFull .venue {
  text-align: center;
  grid-area: venue;
}
.memberCourseList .orderFull .startDate {
  text-align: center;
  grid-area: startDate;
}
.memberCourseList .orderFull .orderDate {
  text-align: center;
  grid-area: orderDate;
}
.memberCourseList .orderFull.completed {
  background: rgba(163, 249, 125, 0.3);
}
.memberCourseList .orderFull.onlineCourse {
  background: rgba(7, 0, 120, 0.5);
  color: #fff;
}
.memberCourseList .orderFull.onlineCourse a {
  color: #fff;
}
.memberCourseList .orderFull .orderContinue1, .memberCourseList .orderFull .orderContinue2, .memberCourseList .orderFull .orderContinue3, .memberCourseList .orderFull .orderContinue4, .memberCourseList .orderFull .orderContinue5, .memberCourseList .orderFull .orderContinue6, .memberCourseList .orderFull .orderContinue7, .memberCourseList .orderFull .orderContinue8, .memberCourseList .orderFull .orderContinue9 {
  display: grid;
  grid-template-columns: 1fr 1.3fr 2fr 1fr 1fr 1fr;
  grid-template-areas: "orderID orderID courseName courseName courseName startDate" "courseCode courseCode variantID venue venue orderDate";
  background: rgba(135, 205, 217, 0.5);
}
.memberCourseList .orderFull .orderContinue1.completed, .memberCourseList .orderFull .orderContinue2.completed, .memberCourseList .orderFull .orderContinue3.completed, .memberCourseList .orderFull .orderContinue4.completed, .memberCourseList .orderFull .orderContinue5.completed, .memberCourseList .orderFull .orderContinue6.completed, .memberCourseList .orderFull .orderContinue7.completed, .memberCourseList .orderFull .orderContinue8.completed, .memberCourseList .orderFull .orderContinue9.completed {
  background: rgba(163, 249, 125, 0);
}
.memberCourseList .orderFull .orderContinue1 .orderID, .memberCourseList .orderFull .orderContinue2 .orderID, .memberCourseList .orderFull .orderContinue3 .orderID, .memberCourseList .orderFull .orderContinue4 .orderID, .memberCourseList .orderFull .orderContinue5 .orderID, .memberCourseList .orderFull .orderContinue6 .orderID, .memberCourseList .orderFull .orderContinue7 .orderID, .memberCourseList .orderFull .orderContinue8 .orderID, .memberCourseList .orderFull .orderContinue9 .orderID {
  display: none;
}
@media (min-width: 481px) {
  .memberCourseList .orderFull .orderContinue1, .memberCourseList .orderFull .orderContinue2, .memberCourseList .orderFull .orderContinue3, .memberCourseList .orderFull .orderContinue4, .memberCourseList .orderFull .orderContinue5, .memberCourseList .orderFull .orderContinue6, .memberCourseList .orderFull .orderContinue7, .memberCourseList .orderFull .orderContinue8, .memberCourseList .orderFull .orderContinue9 {
    grid-template-columns: 1fr 1.1fr 1fr 4fr 1fr 1fr 1fr;
    grid-template-areas: "orderID courseCode variantID courseName venue startDate orderDate";
  }
  .memberCourseList .orderFull .orderContinue1 .orderID, .memberCourseList .orderFull .orderContinue2 .orderID, .memberCourseList .orderFull .orderContinue3 .orderID, .memberCourseList .orderFull .orderContinue4 .orderID, .memberCourseList .orderFull .orderContinue5 .orderID, .memberCourseList .orderFull .orderContinue6 .orderID, .memberCourseList .orderFull .orderContinue7 .orderID, .memberCourseList .orderFull .orderContinue8 .orderID, .memberCourseList .orderFull .orderContinue9 .orderID {
    visibility: hidden;
  }
}
.memberCourseList .orderFull .orderContinue1 {
  grid-area: orderContinue1;
}
.memberCourseList .orderFull .orderContinue2 {
  grid-area: orderContinue2;
}
.memberCourseList .orderFull .orderContinue3 {
  grid-area: orderContinue3;
}
.memberCourseList .orderFull .orderContinue4 {
  grid-area: orderContinue4;
}
.memberCourseList .orderFull .orderContinue5 {
  grid-area: orderContinue5;
}
.memberCourseList .orderFull .orderContinue6 {
  grid-area: orderContinue6;
}
.memberCourseList .orderFull .orderContinue7 {
  grid-area: orderContinue7;
}
.memberCourseList .orderFull .orderContinue8 {
  grid-area: orderContinue8;
}
.memberCourseList .orderFull .orderContinue9 {
  grid-area: orderContinue9;
}

.courseitem .site-wrapper .site-wrapper-inner .site-main .course-item .attentionBanner.in-page {
  width: 100%;
  border-radius: 8px;
  display: grid;
  background: #B8F60A;
  padding: 2em 3em;
}
.courseitem .site-wrapper .site-wrapper-inner .site-main .course-item .attentionBanner.in-page p {
  font-size: 1.5em;
  padding: 0;
  margin: 0.5em 0;
}
.courseitem .site-wrapper .site-wrapper-inner .site-main .course-item .attentionBanner.in-page a {
  text-decoration: none;
}
.courseitem .site-wrapper .site-wrapper-inner .site-main .course-item .attentionBanner.in-page a:hover {
  text-decoration: underline;
}
.courseitem .site-wrapper .site-wrapper-inner .site-main .course-item .attentionBanner.in-page #desktop {
  display: none;
}
.courseitem .site-wrapper .site-wrapper-inner .site-main .course-item .attentionBanner.in-page #mobile {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  width: 100%;
}
.courseitem .site-wrapper .site-wrapper-inner .site-main .course-item .attentionBanner.in-page #mobile span {
  display: block;
  font-weight: 300;
}
@media (min-width: 766px) {
  .courseitem .site-wrapper .site-wrapper-inner .site-main .course-item .attentionBanner.in-page {
    background: #0064C8;
  }
  .courseitem .site-wrapper .site-wrapper-inner .site-main .course-item .attentionBanner.in-page #desktop {
    display: block;
  }
  .courseitem .site-wrapper .site-wrapper-inner .site-main .course-item .attentionBanner.in-page #mobile {
    display: none;
  }
}
.courseitem .site-wrapper .site-wrapper-inner .site-main .course-item .page-banner .banner-text {
  color: #fff;
}
.courseitem .site-wrapper .site-wrapper-inner .site-main .course-item .page-banner.product-banner {
  margin: 0 auto;
}
.courseitem .site-wrapper .site-wrapper-inner .site-main .course-item .product-slider a.product {
  min-width: 98%;
  max-width: 100%;
}
.courseitem .site-wrapper .site-wrapper-inner .site-main .course-item .product-slider a.product .product-description h3 {
  color: #333333 !important;
}
.courseitem .site-wrapper .site-wrapper-inner .site-main .course-item .product-slider a.product .product-description .strapline {
  font-weight: normal;
  color: #474c55;
}
.courseitem .site-wrapper .site-wrapper-inner .site-main .course-item .course-details {
  background: #fff;
}

.content-hub .article-list .article figure {
  margin: 0;
}
.content-hub .article-list .article figure figcaption {
  background: none;
}
.content-hub .article-list .article.multi-article {
  padding: 0.5em 0.5em 0.9em 0.5em;
}
.content-hub svg#exchange-lock {
  width: 30px;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
.content-hub svg#exchange-lock .cls-1 {
  fill: rgba(255, 255, 255, 0.6);
  stroke: none;
}
.content-hub.blogarticle #main #secondary #select-boxes .select-container .article-choice, .content-hub.podcast #main #secondary #select-boxes .select-container .article-choice, .content-hub.webinar #main #secondary #select-boxes .select-container .article-choice, .content-hub.author #main #secondary #select-boxes .select-container .article-choice {
  display: none;
}
.content-hub.blogarticle .article-detail, .content-hub.podcast .article-detail, .content-hub.webinar .article-detail, .content-hub.author .article-detail {
  display: grid;
  grid-template-columns: 10fr 2fr;
  grid-template-rows: auto;
  grid-column-gap: 1em;
  grid-template-areas: "main main" "aside aside";
}
.content-hub.blogarticle .article-detail.container, .content-hub.podcast .article-detail.container, .content-hub.webinar .article-detail.container, .content-hub.author .article-detail.container {
  content: unset;
}
.content-hub.blogarticle .article-detail.container:before, .content-hub.blogarticle .article-detail.container:after, .content-hub.podcast .article-detail.container:before, .content-hub.podcast .article-detail.container:after, .content-hub.webinar .article-detail.container:before, .content-hub.webinar .article-detail.container:after, .content-hub.author .article-detail.container:before, .content-hub.author .article-detail.container:after {
  content: unset;
}
.content-hub.blogarticle .article-detail article, .content-hub.podcast .article-detail article, .content-hub.webinar .article-detail article, .content-hub.author .article-detail article {
  grid-area: main;
}
.content-hub.blogarticle .article-detail aside, .content-hub.podcast .article-detail aside, .content-hub.webinar .article-detail aside, .content-hub.author .article-detail aside {
  grid-area: aside;
  justify-self: center;
}
@media (min-width: 481px) {
  .content-hub.blogarticle .article-detail, .content-hub.podcast .article-detail, .content-hub.webinar .article-detail, .content-hub.author .article-detail {
    grid-template-areas: "main aside";
  }
}
.content-hub.blogarticle .article-detail .cpd-icon-present, .content-hub.podcast .article-detail .cpd-icon-present, .content-hub.webinar .article-detail .cpd-icon-present, .content-hub.author .article-detail .cpd-icon-present {
  width: 92%;
}
.content-hub.blogarticle .article-detail .cpd-indicator, .content-hub.podcast .article-detail .cpd-indicator, .content-hub.webinar .article-detail .cpd-indicator, .content-hub.author .article-detail .cpd-indicator {
  position: absolute;
  right: 10px;
  top: -60px;
}
@media (min-width: 650px) {
  .content-hub.blogarticle .article-detail .cpd-indicator, .content-hub.podcast .article-detail .cpd-indicator, .content-hub.webinar .article-detail .cpd-indicator, .content-hub.author .article-detail .cpd-indicator {
    right: 12px;
    top: 0;
  }
}
.content-hub.blogarticle .cpd-indicator-centre, .content-hub.podcast .cpd-indicator-centre, .content-hub.webinar .cpd-indicator-centre, .content-hub.author .cpd-indicator-centre {
  margin: 0 auto 2em auto;
  display: block;
}

.content-hub {
  margin: 0;
}
.content-hub .articles {
  display: flex;
  flex-direction: column;
  margin: 1em 0;
}
.content-hub .articles .article {
  margin-bottom: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.content-hub .articles .article .view-counter {
  display: none;
}
.content-hub .articles .article figure {
  margin: 0;
}
.content-hub .articles .article figure img {
  visibility: hidden;
}
.content-hub .articles .article figure figcaption {
  width: 100%;
  background: none;
  padding: 0.25em 0.5em;
  margin-top: 0;
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  bottom: 0;
}
.content-hub .articles .article figure figcaption h4 {
  margin: 0;
}
.content-hub .articles .article figure figcaption .bottom {
  display: grid;
  grid-template-rows: 1fr 3fr 1fr;
  max-height: 140px;
}
.content-hub .articles .article figure figcaption .bottom h4 {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  color: #00d6c0;
}
.content-hub .articles .article figure figcaption .bottom .title {
  font-weight: bold;
  margin: 0;
  color: #fff;
  font-family: sans-serif;
  line-height: 1.4;
  font-size: 1.1em;
}
.content-hub .articles .article figure figcaption .bottom .name {
  font-size: 0.8em;
  padding-top: 0.5em;
  border-top: 1px solid #fff;
  margin-top: 0.5em;
  font-weight: normal;
}
.content-hub .articles .article figure figcaption .bottom .view-counter {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.content-hub .articles .article ul {
  padding: 0;
  margin: 0;
}
.content-hub .articles .article ul li {
  list-style: none;
}
.content-hub .articles .article .popular-articles {
  width: 100%;
  border: 1px solid #474c55;
  padding: 0.8em;
  position: relative;
}
.content-hub .articles .article .popular-articles h2 {
  color: #474c55;
  margin: 0;
}
.content-hub .articles .article .popular-articles .popular-icon {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 60px;
  height: 50px;
  z-index: 2;
}
.content-hub .articles .article .popular-articles .popular-icon path {
  fill: #fff;
}
.content-hub .articles .article .popular-articles ul li a {
  font-weight: bold;
  color: #474c55;
  padding: 0.75em 0.5em;
  border-bottom: 1px solid #474c55;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-hub .articles .article .popular-articles ul li a:hover {
  background: #f7f5f2;
}
.content-hub .articles .article .popular-articles ul li a div {
  display: inline-block;
  font-size: 12px;
}
.content-hub .articles .article .popular-articles ul li a div:first-of-type {
  display: block;
  color: #00d6c0;
  text-transform: uppercase;
}
.content-hub .articles .article .popular-articles ul li a div:last-of-type {
  font-weight: normal;
}
.content-hub .articles .article.multi-article {
  display: grid;
  grid-template-columns: repeat(auto-fill, 1fr);
}
.content-hub .articles .article.multi-article .inner-article {
  margin-bottom: 0.8em;
  border: 1px solid #474c55;
  position: relative;
}
.content-hub .articles .article.multi-article .inner-article:last-child {
  margin-bottom: 0;
}
.content-hub .articles .article.multi-article .inner-article.call-to-action {
  background: 100% 100% no-repeat;
  background-size: contain;
}
.content-hub .articles .article.multi-article .inner-article.call-to-action a:hover {
  background: none;
}
.content-hub .articles .article.multi-article .inner-article.call-to-action h2 {
  font-size: 32px;
  padding-right: 0;
}
.content-hub .articles .article.multi-article .inner-article a {
  color: #474c55;
  padding: 0.8em 0.8em 0 0.8em;
  width: 100%;
  display: block;
}
.content-hub .articles .article.multi-article .inner-article a:hover {
  color: #474c55;
  background: #f7f5f2;
}
.content-hub .articles .article.multi-article .inner-article figure {
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  top: 1em;
  right: 1em;
  background: #00d6c0;
  overflow: hidden;
  z-index: 0;
  max-width: 78px;
}
.content-hub .articles .article.multi-article .inner-article figure img {
  visibility: visible;
  width: 70px;
}
@media (min-width: 481px) {
  .content-hub .articles .article.multi-article .inner-article figure img {
    width: 100%;
  }
}
.content-hub .articles .article.multi-article .inner-article h2,
.content-hub .articles .article.multi-article .inner-article .title {
  padding-right: 84px;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.content-hub .articles .article.multi-article .inner-article h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  color: #00d6c0;
}
.content-hub .articles .article.multi-article .inner-article .name {
  padding-right: 75px;
}
.content-hub .articles .article.multi-article .inner-article .name {
  margin-top: 0;
}
.content-hub .articles .article.multi-article .inner-article p {
  position: relative;
  bottom: 0;
}
.content-hub .articles .article.multi-article .inner-article .like-counter {
  border-top: 1px solid #474c55;
}
.content-hub .articles .article.multi-article .inner-article .like-counter .like-icon path {
  stroke: #474c55;
}
@media (min-width: 481px) {
  .content-hub .articles {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-auto-flow: dense;
    margin-top: -1em;
  }
  .content-hub .articles.articles-2 {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    margin-top: 1em;
  }
  .content-hub .articles.articles-2 .article.popular {
    grid-column: -2/-1;
  }
  .content-hub .articles.articles-3 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  .content-hub .articles.articles-3 .article.popular {
    grid-column: -2/-1;
  }
  .content-hub .articles.articles-4 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  .content-hub .articles.articles-4 .article.popular {
    grid-column: -3/-1;
  }
  .content-hub .articles.articles-4 .article.multi-article .inner-article figure {
    width: 30%;
  }
  .content-hub .articles .article {
    margin-bottom: 0;
    background-size: cover;
    position: relative;
    max-height: 400px;
    min-height: 258px;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: soft-light;
  }
  .content-hub .articles .article:nth-child(31n+1) {
    grid-column: 1/-1;
  }
  .content-hub .articles .article:nth-child(16n+2) {
    grid-column: -3/-1;
  }
  .content-hub .articles .article:nth-child(16n+10) {
    grid-column: 1/-3;
  }
  .content-hub .articles .article.article-full {
    grid-column: 1/-1;
  }
  .content-hub .articles .article.article-wide {
    grid-column: 1/-2;
  }
  .content-hub .articles .article:nth-child(1) {
    grid-column: 1/-2;
  }
  .content-hub .articles .article:nth-child(2), .content-hub .articles .article:nth-child(3) {
    grid-column: -2/-1;
    max-height: 49%;
    grid-row-start: 1;
  }
  .content-hub .articles .article:nth-child(3) {
    align-self: end;
  }
  .content-hub .articles .article:hover {
    background-blend-mode: unset;
  }
  .content-hub .articles .article.popular {
    background-blend-mode: unset;
    background-color: unset;
  }
  .content-hub .articles .article.multi-article {
    background-blend-mode: unset;
    background-color: unset;
  }
  .content-hub .articles .article h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    color: #00d6c0;
  }
  .content-hub .articles .article a {
    width: 100%;
    display: block;
  }
  .content-hub .articles .article iframe {
    display: block;
    margin-top: 1em;
  }
  .content-hub .articles .article figure img {
    width: 100%;
  }
  .content-hub .articles .article figure figcaption {
    position: absolute;
    color: #fff;
    padding: 0.4em;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    margin-top: 0;
    bottom: 0;
    min-height: 120px;
  }
  .content-hub .articles .article figure figcaption .bottom p {
    margin: 0;
  }
  .content-hub .articles .article figure figcaption .bottom .title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #fff;
    font-family: sans-serif;
    line-height: 1.4;
  }
  .content-hub .articles .article figure figcaption .bottom .name {
    padding-top: 0.5em;
    border-top: 1px solid #fff;
    margin-top: 0.5em;
    font-size: 16px;
    font-weight: normal;
  }
  .content-hub .articles .article figure figcaption .bottom .like-counter {
    padding-top: 0.5em;
    margin-top: 0.5em;
    border-top: 1px solid #fff;
  }
  .content-hub .articles .article figure figcaption .bottom .like-counter .icon-like {
    margin-right: 0.35em;
  }
}
.content-hub .related h2 {
  font-size: 34px;
}
.content-hub .related .article-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 1em;
  grid-row-gap: 1em;
}
.content-hub .related .article-list article {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: unset;
  grid-area: auto;
  position: relative;
}
.content-hub .related .article-list article a {
  background: rgba(0, 0, 0, 0.4);
}
.content-hub .related .article-list article img {
  visibility: hidden;
}
.content-hub.author .article-detail .cms-content blockquote {
  margin: 0.75em 1.5em 2.5em;
}
.content-hub.author .article-detail .cms-content p {
  padding: 0 2em;
}
.content-hub.author .article-detail .article-list {
  grid-template-areas: "main second third";
}
.content-hub.author .article-detail .article-list .article {
  grid-area: unset;
  min-height: 15em;
}
.content-hub.exchangesearch .articles.articles-2 .article {
  background-position: center;
}
.content-hub.exchangesearch .articles.articles-2 .article:nth-child(1) {
  grid-column: unset;
}
.content-hub.exchangesearch .articles.articles-2 .article:nth-child(31n+1) {
  grid-column: unset;
}
.content-hub.exchangesearch .articles.articles-2 .article:nth-child(2), .content-hub.exchangesearch .articles.articles-2 .article:nth-child(3) {
  grid-column: unset;
  max-height: 400px;
  grid-row-start: unset;
}

.content-hub li.social {
  display: inline-block;
  margin-top: 5px;
}
.content-hub li.social .svg {
  fill: #000;
  width: 20px;
}
.content-hub li.social .copyLink.copied .svg {
  fill: #87CDD9;
}
.content-hub div.social {
  display: inline-block;
  margin-top: 5px;
}
.content-hub div.social .svg {
  fill: #000;
  width: 20px;
}

.newsroom #social-block {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 0.5em;
}

.social-icons svg {
  max-width: 2em;
}
.social-icons .fab.fa-tiktok, .social-icons .fa-tiktok.twitter, .social-icons .fab.fa-instagram, .social-icons .fa-instagram.twitter, .social-icons .fab.fa-youtube, .social-icons .fa-youtube.twitter, .social-icons .fab.fa-twitter, .social-icons .fa-twitter.twitter, .social-icons .fab.fa-facebook, .social-icons .fa-facebook.twitter, .social-icons .fab.fa-linkedin, .social-icons .fa-linkedin.twitter {
  font-size: 2.5rem;
  color: #000;
  background: #fff;
  padding: 0.2em;
  border-radius: 4px;
  margin: 3px;
}
@media (min-width: 900px) {
  .social-icons .fab.fa-tiktok, .social-icons .fa-tiktok.twitter, .social-icons .fab.fa-instagram, .social-icons .fa-instagram.twitter, .social-icons .fab.fa-youtube, .social-icons .fa-youtube.twitter, .social-icons .fab.fa-twitter, .social-icons .fa-twitter.twitter, .social-icons .fab.fa-facebook, .social-icons .fa-facebook.twitter, .social-icons .fab.fa-linkedin, .social-icons .fa-linkedin.twitter {
    font-size: 1.5em;
  }
}
.social-icons.study-social .fab.fa-tiktok, .social-icons.study-social .fa-tiktok.twitter, .social-icons.study-social .fab.fa-instagram, .social-icons.study-social .fa-instagram.twitter, .social-icons.study-social .fab.fa-youtube, .social-icons.study-social .fa-youtube.twitter, .social-icons.study-social .fab.fa-twitter, .social-icons.study-social .fa-twitter.twitter, .social-icons.study-social .fab.fa-facebook, .social-icons.study-social .fa-facebook.twitter, .social-icons.study-social .fab.fa-linkedin, .social-icons.study-social .fa-linkedin.twitter {
  font-size: 2em;
  background: transparent;
  padding: 0;
  margin: 0;
}

[data-customTooltip] {
  cursor: pointer;
  position: relative;
  border-bottom: thin dashed #070078;
}
[data-customTooltip]::after {
  background-color: #fff;
  color: #222;
  font-size: 14px;
  padding: 8px 12px;
  height: max-content;
  width: max-content;
  max-width: 180px;
  border-radius: 6px;
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 50%;
  content: attr(data-customTooltip);
  transform: translate(-50%, 110%) scale(0);
  transform-origin: top;
  transition: 0.14s;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
[data-customTooltip]:hover::after {
  display: block;
  transform: translate(-50%, 110%) scale(1);
  z-index: 2;
}

.memberOnly {
  min-height: 22rem;
  padding: 2rem;
}
.memberOnly .memberLockedStatement {
  border: thin solid #474c55;
  padding: 1em 2em;
  border-radius: 1em;
}
.memberOnly .memberLockedStatement h3, .memberOnly .memberLockedStatement h4 {
  margin: 0;
}
.memberOnly .memberLockedStatement h3.ceased, .memberOnly .memberLockedStatement h4.ceased {
  color: red;
  font-weight: bold;
  font-size: 1.3em;
}
.memberOnly .memberLockedStatement .cim-button {
  margin-right: 2em;
  margin-bottom: 1em;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  color: #fff;
}
.memberOnly .memberLockedStatement .cim-button:hover {
  color: #000;
}
@media (min-width: 481px) {
  .memberOnly .memberLockedStatement .cim-button {
    width: unset;
  }
}
.memberOnly .memberLockedStatement .guestMembership {
  display: none;
  border: 1px solid #87CDD9;
  padding: 1em;
  border-radius: 10px;
}
.memberOnly .memberLockedStatement .guestMembership.show {
  display: block;
}
.memberOnly .memberLockedStatement .guestMembership form {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "email submit";
  grid-gap: 1em 2em;
  place-items: center;
}
.memberOnly .memberLockedStatement .guestMembership form #first_name {
  grid-area: first;
  height: 40px;
  width: 100%;
  padding: 0 0.5em;
  border-radius: 6px;
}
.memberOnly .memberLockedStatement .guestMembership form #email {
  grid-area: email;
  height: 40px;
  width: 100%;
  padding: 0 0.5em;
  border-radius: 6px;
}
.memberOnly .memberLockedStatement .guestMembership form #password {
  grid-area: password;
  height: 30px;
  width: 100%;
  padding: 0 0.5em;
  border-radius: 6px;
}
.memberOnly .memberLockedStatement .guestMembership form #btnSubmit {
  display: none !important;
}
.memberOnly .memberLockedStatement .guestMembership form .cim-button {
  grid-area: submit;
  justify-self: flex-end;
  margin: 0;
  width: 100%;
}

.guest-confirm, .training-delegate-confirm {
  margin: 2em auto;
  padding: 1em;
  border: thin solid #070078;
  width: 80%;
  border-radius: 20px;
}
.guest-confirm h2, .training-delegate-confirm h2 {
  font-weight: bold;
}
.guest-confirm form, .training-delegate-confirm form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  margin-bottom: 0;
}
.guest-confirm form .form-row, .training-delegate-confirm form .form-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}
@media (min-width: 481px) {
  .guest-confirm form .form-row, .training-delegate-confirm form .form-row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 1em;
  }
}
.guest-confirm form .form-row input, .training-delegate-confirm form .form-row input {
  border-radius: 10px;
}
.guest-confirm form .form-row .smallText, .training-delegate-confirm form .form-row .smallText {
  grid-area: 1/span 2;
  font-size: 0.8em;
}
.guest-confirm form .cim-button, .training-delegate-confirm form .cim-button {
  border-radius: 10px;
}
.guest-confirm .validation-summary-errors ul, .training-delegate-confirm .validation-summary-errors ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.guest-confirm .validation-summary-errors ul li, .training-delegate-confirm .validation-summary-errors ul li {
  color: #d32e2e;
}
.guest-confirm .field-validation-error, .training-delegate-confirm .field-validation-error {
  background: #d32e2e;
  color: #fff;
  border-radius: 0 0 10px 10px;
  width: 92%;
  margin: auto;
  padding: 0.5em 1em;
}
.guest-confirm .please-wait, .training-delegate-confirm .please-wait {
  font-size: 1.2em;
  text-align: center;
  border: 1px solid #474c55;
  padding: 1em 0;
  border-left: none;
  border-right: none;
}

.member-exclusive {
  position: absolute;
  top: 5%;
  right: 5%;
  background: #000;
  border-radius: 6px;
  padding: 7px 10px 7px 10px;
  margin: 0;
  text-transform: uppercase;
  line-height: 0.9rem;
}
.member-exclusive:before {
  background-image: url(/media/11951/lock.svg);
  background-size: 20px 25px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-flex;
  vertical-align: middle;
  width: 20px;
  height: 25px;
  content: "";
}
.member-exclusive:after {
  white-space: pre-wrap;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  vertical-align: middle;
  content: "Member \a" attr(title) "Content";
}

.noCourseOrdersMembers {
  text-align: center;
  border: thin solid #747572;
  border-left: none;
  border-right: none;
  margin: 2em 0;
  padding: 1em 0;
}

.exchange .memberOnly {
  padding: 0;
}

body #CybotCookiebotDialog #CybotCookiebotDialogBody {
  padding-left: 8px;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogPoweredbyLink {
  grid-area: logo;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent {
  grid-area: desc;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons {
  grid-area: buttons;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "details necessary all";
  place-items: center;
  grid-gap: 0.5em;
  margin: 0;
  padding: 0;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline {
  grid-area: necessary;
  width: 100% !important;
  margin: auto !important;
  box-sizing: border-box;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept {
  grid-area: all;
  color: #fff;
  background-color: #0039ff;
  border-color: #0039ff;
  width: 100% !important;
  margin: auto !important;
  box-sizing: border-box;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails {
  grid-area: details;
  background-image: none;
  display: inline-block;
  font-size: 9.5pt;
  font-weight: 600;
  min-width: 80px;
  padding: 2px 4px;
  text-align: center;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  margin: 8px auto;
  border: 1px solid #fff;
  box-sizing: border-box;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails.CybotCookiebotDialogBodyLink:hover {
  text-decoration: none;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton {
  white-space: normal;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBody .CybotCookiebotDialogBodyLevelButtonWrapper .CybotCookiebotDialogBodyLevelButtonLabel {
  display: inline-block;
}

.payment-section {
  margin: 0;
  padding: 0;
  width: 100%;
}
.payment-section form textarea {
  height: 5.5rem;
}
.payment-section form select {
  height: 2em;
  width: 100%;
}
.payment-section form #customer-details.customerPanel .accordion-item .accordion-caller.primary {
  background-color: #ECEDEC;
  padding: 1em;
}
.payment-section form #customer-details.customerPanel .accordion-item .accordion-inner {
  display: block;
  background: #fff;
  margin-top: -20px;
  padding: 0 0.5em;
}
.payment-section form #customer-details.customerPanel .accordion-item .accordion-inner .memberOnlySection p {
  margin: 0;
  padding: 0;
}
.payment-section form #customer-details.customerPanel .accordion-item .accordion-inner .memberOnlySection p.memberNameSection {
  font-weight: bold;
}
.payment-section form #customer-details.customerPanel .accordion-item .accordion-inner .memberOnlySection p [class^=grid-], .payment-section form #customer-details.customerPanel .accordion-item .accordion-inner .memberOnlySection p [class*=" grid-"] {
  padding: 0;
}
.payment-section form .paymentBlockSection .displayRecord .fullDetails {
  width: 100%;
}
.payment-section form .paymentBlockSection .displayRecord .fullDetails ul.nolist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.payment-section form .paymentBlockSection .displayRecord .fullDetails ul.nolist li {
  margin: 0;
  padding: 0;
}
.payment-section form .paymentBlockSection .displayRecord .fullDetails ul.nolist li.grid {
  margin: 0;
  padding: 0;
}
.payment-section form .paymentBlockSection .displayRecord .fullDetails ul.nolist li.grid [class^=grid-], .payment-section form .paymentBlockSection .displayRecord .fullDetails ul.nolist li.grid [class*=" grid-"] {
  padding: 0;
}
.payment-section form .paymentBlockSection .paymentPanel .grid {
  margin: 0;
  padding: 0;
}
.payment-section form .paymentBlockSection .paymentPanel .grid [class^=grid-], .payment-section form .paymentBlockSection .paymentPanel .grid [class*=" grid-"] {
  padding: 0;
}
.payment-section form .paymentBlockSection .paymentPanel .grid [class^=grid-] p, .payment-section form .paymentBlockSection .paymentPanel .grid [class*=" grid-"] p {
  margin: 0;
  padding: 0;
}
.payment-section form .paymentBlockSection .paymentPanel .grid [class^=grid-] .cim-button, .payment-section form .paymentBlockSection .paymentPanel .grid [class*=" grid-"] .cim-button {
  width: 96%;
  margin: auto;
}
.payment-section form .paymentBlockSection .paymentPanel .grid .terms .paymentTerms label {
  display: inline-block;
  margin: 1em 0;
}
.payment-section form .paymentBlockSection .paymentPanel .grid .payment-form-section {
  width: 100%;
}
.payment-section form .paymentBlockSection .paymentPanel .grid .payment-form-section iframe {
  border: none;
  background-color: transparent;
}
.payment-section #PayFormFrame {
  margin: 0;
  width: 100%;
  min-height: 37em;
  border: none;
  overflow: hidden;
}

.paymentpage .site-wrapper .site-wrapper-inner #main.site-main .page-banner .header-container .banner-text {
  width: 100%;
}
.paymentpage .site-wrapper .site-wrapper-inner #main.site-main .page-banner .header-container .banner-text .courseDetailHeading ul {
  color: #fff;
}
.paymentpage .site-wrapper .site-wrapper-inner #main.site-main .page-banner .header-container .banner-text .courseDetailHeading ul li {
  color: #fff;
}

#block-location-map {
  border: 1px solid #474c55;
  display: inline-block;
  width: 100%;
  height: 18.75rem;
}

.flow-text-right {
  float: left;
  margin-right: 1em;
}

.flow-text-left {
  float: right;
  margin-left: 1em;
}

#graduation-block.graduation-block {
  background: #070078;
  border-radius: 8px;
  padding: 1em 2%;
}
#graduation-block.graduation-block .login-request {
  color: #fff;
  font-size: 1.1em;
  border: thin solid #fff;
  border-left: none;
  border-right: none;
  padding: 1em 0;
}
#graduation-block.graduation-block .login-request a {
  color: #fff;
}
#graduation-block.graduation-block.open {
  background: #f8f8f8;
}
#graduation-block.graduation-block .introduction {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center start;
}
@media (min-width: 481px) {
  #graduation-block.graduation-block .introduction {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
#graduation-block.graduation-block .introduction h2 {
  margin: 0;
}
#graduation-block.graduation-block .introduction p {
  place-self: center end;
}
#graduation-block.graduation-block .graduate_form .memberDetails {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  margin-bottom: 1em;
}
@media (min-width: 1278px) {
  #graduation-block.graduation-block .graduate_form .memberDetails {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
#graduation-block.graduation-block .graduate_form .memberDetails div {
  padding: 0;
  margin: 0;
  min-width: max-content;
  width: 100%;
}
#graduation-block.graduation-block .graduate_form .memberDetails div p {
  font-weight: normal;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: 0;
  padding: 0;
}
#graduation-block.graduation-block .graduate_form .memberDetails div p span {
  font-weight: bold;
}
#graduation-block.graduation-block .graduate_form .memberDetails div:last-of-type {
  place-self: start;
}
#graduation-block.graduation-block .graduate_form #form-input, #graduation-block.graduation-block .graduate_form#previous-input {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "first first" "details details" "last last" "additional additional" "special special" "payment submit";
  width: 100%;
  background: #fff;
  padding: 0 0.5em;
  grid-gap: 0.5em 1.5em;
  place-items: self-start;
}
@media (min-width: 1278px) {
  #graduation-block.graduation-block .graduate_form #form-input, #graduation-block.graduation-block .graduate_form#previous-input {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "first . last ." "details details additional additional" "special special payment submit";
  }
}
#graduation-block.graduation-block .graduate_form #form-input h3:first-of-type, #graduation-block.graduation-block .graduate_form#previous-input h3:first-of-type {
  grid-area: first;
}
#graduation-block.graduation-block .graduate_form #form-input h3:last-of-type, #graduation-block.graduation-block .graduate_form#previous-input h3:last-of-type {
  grid-area: last;
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking {
  grid-template-columns: 1fr;
  grid-template-areas: "first" "last" "bookingdetails" "choices" "cancellation";
  border-radius: 8px;
  padding: 0.5em 1em;
}
@media (min-width: 481px) {
  #graduation-block.graduation-block .graduate_form #form-input.previousBooking, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking {
    grid-template-columns: 1fr 0.5fr;
    grid-template-areas: "first last" "bookingdetails choices" "cancellation cancellation";
  }
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking h3, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking h3 {
  margin: 0.5em 0;
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking h3:last-of-type, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking h3:last-of-type {
  place-self: center;
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking .bookingDetails, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .bookingDetails {
  grid-area: bookingdetails;
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking .bookingDetails p, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .bookingDetails p {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  grid-gap: 0.5em;
  font-weight: bold;
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking .bookingDetails p span, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .bookingDetails p span {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: normal;
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking .bookingDetails p span > span, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .bookingDetails p span > span {
  margin: 0;
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking .bookingDetails p span > span.addComma:after, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .bookingDetails p span > span.addComma:after {
  content: ",";
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking .bookingDetails p span > span.addComma:last-of-type:after, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .bookingDetails p span > span.addComma:last-of-type:after {
  content: "";
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking .bookingDetails p .refNoList, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .bookingDetails p .refNoList {
  list-style: none;
  display: inline-block;
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking .bookingDetails p .refNoList > div, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .bookingDetails p .refNoList > div {
  display: inline-block;
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking .bookingDetails div, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .bookingDetails div {
  grid-column: 1/span 2;
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking .choices, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .choices {
  grid-area: choices;
  width: 100%;
  padding: 0 1em;
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking .choices .registration-input, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .choices .registration-input {
  margin: 0.5em 0;
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking .choices .registration-input .cim-button, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .choices .registration-input .cim-button {
  border-radius: 8px;
  margin: 0.25em 0;
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking .addingGuests, #graduation-block.graduation-block .graduate_form #form-input.previousBooking .cancellation, #graduation-block.graduation-block .graduate_form #form-input.previousBooking .deferring, #graduation-block.graduation-block .graduate_form #form-input.previousBooking .cancellationConfirm, #graduation-block.graduation-block .graduate_form #form-input.previousBooking .deferringConfirm, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .addingGuests, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .cancellation, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .deferring, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .cancellationConfirm, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .deferringConfirm {
  grid-area: cancellation;
  border: thin solid #747572;
  width: 100%;
  padding: 1em;
  border-left: none;
  border-right: none;
  margin-top: 1em;
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking .addingGuests p span, #graduation-block.graduation-block .graduate_form #form-input.previousBooking .cancellation p span, #graduation-block.graduation-block .graduate_form #form-input.previousBooking .deferring p span, #graduation-block.graduation-block .graduate_form #form-input.previousBooking .cancellationConfirm p span, #graduation-block.graduation-block .graduate_form #form-input.previousBooking .deferringConfirm p span, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .addingGuests p span, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .cancellation p span, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .deferring p span, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .cancellationConfirm p span, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .deferringConfirm p span {
  display: inline-block;
  font-weight: bold;
}
#graduation-block.graduation-block .graduate_form #form-input.previousBooking .addingGuests .cim-button, #graduation-block.graduation-block .graduate_form #form-input.previousBooking .cancellation .cim-button, #graduation-block.graduation-block .graduate_form #form-input.previousBooking .deferring .cim-button, #graduation-block.graduation-block .graduate_form #form-input.previousBooking .cancellationConfirm .cim-button, #graduation-block.graduation-block .graduate_form #form-input.previousBooking .deferringConfirm .cim-button, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .addingGuests .cim-button, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .cancellation .cim-button, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .deferring .cim-button, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .cancellationConfirm .cim-button, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking .deferringConfirm .cim-button {
  border-radius: 8px;
  max-width: fit-content;
}
@media (min-width: 1278px) {
  #graduation-block.graduation-block .graduate_form #form-input.previousBooking, #graduation-block.graduation-block .graduate_form#previous-input.previousBooking {
    grid-template-columns: 1fr 0.5fr;
  }
}
#graduation-block.graduation-block .graduate_form #form-input .graduate-details select, #graduation-block.graduation-block .graduate_form #form-input .graduate-details input, #graduation-block.graduation-block .graduate_form #form-input .additional-guest-places select, #graduation-block.graduation-block .graduate_form #form-input .additional-guest-places input, #graduation-block.graduation-block .graduate_form#previous-input .graduate-details select, #graduation-block.graduation-block .graduate_form#previous-input .graduate-details input, #graduation-block.graduation-block .graduate_form#previous-input .additional-guest-places select, #graduation-block.graduation-block .graduate_form#previous-input .additional-guest-places input {
  max-width: 100%;
  width: 100%;
  place-self: center end;
  border-radius: 8px;
}
#graduation-block.graduation-block .graduate_form #form-input .graduate-details select#drpdown_number_of_guests, #graduation-block.graduation-block .graduate_form #form-input .graduate-details input#drpdown_number_of_guests, #graduation-block.graduation-block .graduate_form #form-input .additional-guest-places select#drpdown_number_of_guests, #graduation-block.graduation-block .graduate_form #form-input .additional-guest-places input#drpdown_number_of_guests, #graduation-block.graduation-block .graduate_form#previous-input .graduate-details select#drpdown_number_of_guests, #graduation-block.graduation-block .graduate_form#previous-input .graduate-details input#drpdown_number_of_guests, #graduation-block.graduation-block .graduate_form#previous-input .additional-guest-places select#drpdown_number_of_guests, #graduation-block.graduation-block .graduate_form#previous-input .additional-guest-places input#drpdown_number_of_guests {
  max-width: 50px;
  padding: 0.25rem;
}
#graduation-block.graduation-block .graduate_form #form-input .graduate-details textarea, #graduation-block.graduation-block .graduate_form #form-input .additional-guest-places textarea, #graduation-block.graduation-block .graduate_form#previous-input .graduate-details textarea, #graduation-block.graduation-block .graduate_form#previous-input .additional-guest-places textarea {
  height: 44px;
  border-radius: 8px;
}
#graduation-block.graduation-block .graduate_form #form-input .graduate-details, #graduation-block.graduation-block .graduate_form#previous-input .graduate-details {
  grid-area: details;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.5em;
  width: 100%;
}
#graduation-block.graduation-block .graduate_form #form-input .graduate-details #txt_graduate_requirements, #graduation-block.graduation-block .graduate_form#previous-input .graduate-details #txt_graduate_requirements {
  max-height: fit-content;
}
#graduation-block.graduation-block .graduate_form #form-input .graduate-details .registration-input, #graduation-block.graduation-block .graduate_form#previous-input .graduate-details .registration-input {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  place-items: center start;
}
#graduation-block.graduation-block .graduate_form #form-input .graduate-details .registration-input label, #graduation-block.graduation-block .graduate_form#previous-input .graduate-details .registration-input label {
  display: block;
}
#graduation-block.graduation-block .graduate_form #form-input .graduate-details .error-message, #graduation-block.graduation-block .graduate_form#previous-input .graduate-details .error-message {
  background: red;
  color: #fff;
  padding: 0 0.5em;
  border-radius: 0 0 8px 8px;
  width: 100%;
  font-size: 0.75em;
  grid-column: 1/span 2;
}
@media (min-width: 650px) {
  #graduation-block.graduation-block .graduate_form #form-input .graduate-details .error-message, #graduation-block.graduation-block .graduate_form#previous-input .graduate-details .error-message {
    font-size: 1em;
  }
}
#graduation-block.graduation-block .graduate_form #form-input .additional-guest-places, #graduation-block.graduation-block .graduate_form#previous-input .additional-guest-places {
  display: grid;
  grid-template-columns: 1fr 1fr 0.3fr;
  grid-template-areas: "first first first" "special special special" "second second ." "additional additional .";
  grid-area: additional;
  grid-gap: 0.5em;
  width: 100%;
}
@media (min-width: 481px) {
  #graduation-block.graduation-block .graduate_form #form-input .additional-guest-places, #graduation-block.graduation-block .graduate_form#previous-input .additional-guest-places {
    grid-template-columns: 1fr 1fr 0.2fr;
  }
}
#graduation-block.graduation-block .graduate_form #form-input .additional-guest-places p, #graduation-block.graduation-block .graduate_form#previous-input .additional-guest-places p {
  margin: 0;
  padding: 0;
}
#graduation-block.graduation-block .graduate_form #form-input .additional-guest-places p:first-of-type, #graduation-block.graduation-block .graduate_form#previous-input .additional-guest-places p:first-of-type {
  grid-area: first;
}
#graduation-block.graduation-block .graduate_form #form-input .additional-guest-places p.note, #graduation-block.graduation-block .graduate_form#previous-input .additional-guest-places p.note {
  font-size: 0.8em;
  font-style: italic;
}
#graduation-block.graduation-block .graduate_form #form-input .additional-guest-places div:first-of-type, #graduation-block.graduation-block .graduate_form#previous-input .additional-guest-places div:first-of-type {
  grid-area: second;
}
#graduation-block.graduation-block .graduate_form #form-input .additional-guest-places input:first-of-type, #graduation-block.graduation-block .graduate_form#previous-input .additional-guest-places input:first-of-type {
  grid-area: special;
}
#graduation-block.graduation-block .graduate_form #form-input .guestPayment, #graduation-block.graduation-block .graduate_form#previous-input .guestPayment {
  grid-area: payment;
  font-weight: bold;
  font-size: 1.2em;
  place-self: center;
}
#graduation-block.graduation-block .graduate_form #form-input .guestPayment button#pay_confirm, #graduation-block.graduation-block .graduate_form#previous-input .guestPayment button#pay_confirm {
  margin-left: 1em;
}
#graduation-block.graduation-block .graduate_form #form-input .special-requirements, #graduation-block.graduation-block .graduate_form#previous-input .special-requirements {
  grid-column: 1/span 3;
}
#graduation-block.graduation-block .graduate_form #form-input .additional-block, #graduation-block.graduation-block .graduate_form#previous-input .additional-block {
  grid-area: additional;
  margin: 0.5em 0;
}
#graduation-block.graduation-block .graduate_form #form-input #txt_graduate_requirements, #graduation-block.graduation-block .graduate_form#previous-input #txt_graduate_requirements {
  max-height: none;
}
#graduation-block.graduation-block .graduate_form #form-input #txt_guests_requirements, #graduation-block.graduation-block .graduate_form#previous-input #txt_guests_requirements {
  grid-column: 1/span 3;
  max-height: none;
  max-width: 100%;
}
#graduation-block.graduation-block .graduate_form #form-input #btn_submit, #graduation-block.graduation-block .graduate_form#previous-input #btn_submit {
  grid-area: submit;
  max-height: none;
  max-width: 100%;
  place-self: center;
  width: 100%;
  margin: 0.5em;
  border-radius: 8px;
}

.payment-section #payment-process .accordion-item .accordion-inner > div:last-of-type .grid-2 {
  display: grid;
  place-items: end;
  grid-template-columns: 1fr;
}
.payment-section #payment-process .accordion-item .accordion-inner > div:last-of-type .grid-2 .cim-button {
  max-width: 200px;
  border-radius: 8px;
}
.payment-section #payment-process .accordion-item .accordion-inner > div.row.grid .grid .grid [class^=grid-] {
  display: flex;
}
.payment-section #payment-process .accordion-item .accordion-inner .cim-button {
  border-radius: 8px;
}

.page-events .toolbar h3 {
  font-size: 1.125rem;
  text-align: center;
  width: 100%;
}
.page-events .toolbar form {
  width: 100%;
}
.page-events .event-filters {
  background: transparent;
  padding: 0.5rem 2rem;
}
.page-events .select {
  max-width: calc(100% - 0.6rem);
}
.page-events .customSelect:after {
  background: #757572;
  font-size: 2rem;
  width: 2.5rem;
}
.page-events .grid {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page-events .grid::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  content: "";
  min-width: 5rem;
}
@media (min-width: 481px) {
  .page-events .grid::after {
    max-width: calc(50% - 0.6rem);
  }
}
@media (min-width: 766px) {
  .page-events .grid::after {
    max-width: calc(33.3% - 0.6rem);
  }
}
.page-events .event {
  background: #fff;
  border: 1px solid;
  margin-bottom: 0.9rem;
  padding: 0.3rem;
}
.page-events .event:hover, .page-events .event:active, .page-events .event:focus {
  border-color: #8970B2;
  color: #8970B2;
  text-decoration: none;
}
.page-events .event:hover a,
.page-events .event:hover h3,
.page-events .event:hover p, .page-events .event:active a,
.page-events .event:active h3,
.page-events .event:active p, .page-events .event:focus a,
.page-events .event:focus h3,
.page-events .event:focus p {
  color: #474c55;
}
@media (min-width: 481px) {
  .page-events .event {
    max-width: calc(50% - 0.6rem);
  }
}
@media (min-width: 766px) {
  .page-events .event {
    max-width: calc(33.3% - 0.6rem);
  }
}
.page-events .event .date {
  background-color: #8970B2;
  background-image: url("/img/icons/svg/chevron-white-bold-right.svg");
  background-position: center bottom 1rem;
  background-size: 0.5rem;
  background-repeat: no-repeat;
  color: #fff;
  float: left;
  padding: 1.875rem 0.3125rem 3rem;
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  width: 100px;
  height: 100%;
}
.page-events .event .date span {
  font-size: 28px;
  display: block;
  line-height: 100%;
}
.page-events .event .summary {
  float: right;
  height: 100%;
  position: relative;
  padding-bottom: 2rem;
  width: calc(100% - 105px);
}
.page-events .event .summary .title {
  padding: 0.3125rem;
}
.page-events .event .summary .title h3 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0.5rem 0;
}
.page-events .event .summary .title p {
  margin: 0.625rem 0;
}
.page-events .event .summary .venue {
  background: #8970B2;
  color: #fff;
  padding: 0.625rem;
  line-height: 100%;
  font-weight: bold;
  min-height: 36px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.eventspage address {
  font-style: normal;
}
.eventspage .price-list {
  margin-top: 0;
}
.eventspage .price-list-header {
  margin-bottom: 0;
}
.eventspage .banner-text {
  width: 90%;
}

.page-event address {
  color: #8970B2;
  font-style: normal;
  font-weight: bold;
  line-height: 1.6;
}
.page-event .column-l-4-1 {
  padding-top: 2rem;
}
.page-event .column-l-4-1 h2 {
  font-size: 1.25rem;
  padding-top: 1rem;
}
.page-event .column-l-4-1 p {
  color: #8970B2;
}

.sponsorship {
  margin-bottom: 1em;
}
.sponsorship h3 {
  margin-bottom: 0.5em;
}

/* e-world event */
#page-e-world-marketing-summit {
  margin-top: -3px;
}
#page-e-world-marketing-summit > section > div div.grid {
  margin-bottom: 2rem;
  padding: 0;
}
#page-e-world-marketing-summit ul.nav-secondary {
  background-color: #EFEFEF;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
#page-e-world-marketing-summit ul.nav-secondary li {
  padding-left: 0;
  padding-right: 0;
}
#page-e-world-marketing-summit ul.nav-secondary a:hover {
  background-color: #070078;
}

.e-world-event {
  margin-top: 1rem;
}
.e-world-event-programme {
  background-color: #EFEFEF;
}
.e-world-event-programme h2.section-header .inner {
  background-color: #EFEFEF;
}
.e-world-event .ticket-body, .e-world-event .ticket-book-button {
  padding: 0 2rem;
}
.e-world-event .ticket-body {
  font-size: 0.95rem;
  min-height: 24rem;
}
@media only screen and (max-width: 768px), screen and (max-device-width: 768px) and (max-aspect-ratio: 13/9) {
  .e-world-event .ticket-body {
    min-height: 5rem;
  }
}
.e-world-event .ticket-price {
  font-size: 1.1rem;
  font-weight: bold;
  height: 5rem;
}
.e-world-event .ticket-book-button > a {
  display: block;
  padding: 1.5rem 0;
  margin: 0;
  width: 100%;
}
.e-world-event .ticket-outer {
  background-color: #EFEFEF;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px), screen and (max-device-width: 768px) and (max-aspect-ratio: 13/9) {
  .e-world-event .ticket-outer {
    margin-bottom: 2.5rem;
  }
}
.e-world-event .ticket-outer h3 {
  color: white;
  padding: 1.5rem 0;
  margin: 0;
  text-align: center;
}
.e-world-event .ticket-outer.ticket-student h3, .e-world-event .ticket-outer.ticket-student .ticket-book-button, .e-world-event .ticket-outer.ticket-student .ticket-book-button > a {
  background-color: #007069;
}
.e-world-event .ticket-outer.ticket-practitioner h3, .e-world-event .ticket-outer.ticket-practitioner .ticket-book-button, .e-world-event .ticket-outer.ticket-practitioner .ticket-book-button > a {
  background-color: #009ee3;
}
.e-world-event .ticket-outer.ticket-vip h3, .e-world-event .ticket-outer.ticket-vip .ticket-book-button, .e-world-event .ticket-outer.ticket-vip .ticket-book-button > a {
  background-color: #faaf31;
}
.e-world-event .ticket-outer h3, .e-world-event .ticket-outer p {
  text-align: center;
}

.page-eventbooking .intrinsic-container {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1023px) {
  .page-eventbooking .intrinsic-container {
    z-index: 0;
    overflow: scroll;
  }
}
.page-eventbooking .eventAttendee .guests {
  border: thin solid #474c55;
  padding: 1em 0.5em;
  background-color: rgba(71, 76, 85, 0.2);
}
.page-eventbooking iframe {
  z-index: 1;
  height: 62vh;
  border: none;
  background-color: transparent;
}
.page-eventbooking iframe body {
  background-color: transparent;
}
.page-eventbooking .payment-form-section {
  padding: 1em 0;
}
.page-eventbooking .payment-form-section #payment-form-message-text {
  margin: 0 2em 1em;
  font-size: 1.2em;
  color: #070078;
  font-weight: bold;
}
.page-eventbooking #EventBookingFormContainer form input, .page-eventbooking #EventBookingFormContainer form .customSelect {
  max-width: 100%;
  min-height: 40px;
}
.page-eventbooking #EventBookingFormContainer form input[type=hidden], .page-eventbooking #EventBookingFormContainer form input[type=checkbox], .page-eventbooking #EventBookingFormContainer form input[type=radio] {
  max-width: unset;
  min-height: unset;
}
.page-eventbooking #EventBookingFormContainer form select {
  max-width: 100%;
  min-height: 26px;
}
.page-eventbooking #EventBookingFormContainer form select.countrySelect {
  min-height: 40px;
  padding: 0.5em 0;
}
.page-eventbooking .registerPrivacy {
  margin: 1em 0;
  background-color: #e3e4e2;
}
.page-eventbooking .registerPrivacy p {
  padding: 1em;
}
.page-eventbooking .registerPrivacy p:first-of-type {
  font-weight: bold;
  padding-bottom: 0;
}
.page-eventbooking .registerPrivacy .sidebarHeader {
  background-color: #f7f5f2;
  padding: 1rem;
}
.page-eventbooking .registerPrivacy .sidebarHeader h3 {
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #474c55;
}

.cimevent .site-main {
  overflow-x: hidden;
}

.event-CTA-block {
  background: #474c55;
  overflow: auto;
  position: relative;
}
.event-CTA-block .img-wrapper {
  background-size: cover;
  background-position: center;
  display: block;
  height: 0;
  width: 50%;
  padding-top: 50%;
  float: left;
}

.event-CTA-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  float: right;
  padding: 1rem;
  text-align: center;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.event-CTA-icon img {
  max-width: 60%;
}
@media (min-width: 766px) {
  .event-CTA-icon img {
    max-width: none;
  }
}

.event-CTA-text {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
  padding: 0.3rem 0;
}
@media (min-width: 766px) {
  .event-CTA-text {
    font-size: 1.3rem;
  }
}

.cimevent .site-wrapper {
  background: #fff;
}
.cimevent .page-banner {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.cimevent .page-banner img {
  width: 100%;
}
.cimevent .section-header {
  margin-bottom: 2rem;
}
.cimevent .section-header .inner {
  background: #fff;
}
.cimevent .subsection {
  margin-bottom: 1rem;
  padding: 2rem 1rem 1rem;
}
.cimevent .subsection:first-of-type {
  padding-top: 0;
}
.cimevent .subsection:first-of-type .grid,
.cimevent .subsection:first-of-type .grid-9 {
  padding-top: 0;
}
.cimevent .subsection:first-of-type .grid > p:first-child,
.cimevent .subsection:first-of-type .grid-9 > p:first-child {
  margin-top: 0;
}
.cimevent .subsection:nth-child(2n+1) {
  background: #f7f5f2;
}
.cimevent .subsection:nth-child(2n+1) .section-header .inner {
  background: #f7f5f2;
}

.nav-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #e2e2e1;
  list-style: none;
  margin: 0 auto 1.5rem;
  padding: 0;
  text-align: center;
}
.nav-secondary li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  margin: 0;
  padding: 0;
}
.nav-secondary a {
  font-family: "SourceSansPro", Tahoma, serif;
  border-bottom: 1px solid #f7f5f2;
  color: #474c55;
  display: block;
  font-weight: 700;
  margin: 0;
  padding: 0.75rem;
}
.nav-secondary a:hover, .nav-secondary a:active, .nav-secondary a:focus {
  background: #8970B2;
  color: #fff;
}

@media (min-width: 766px) {
  .table-invitations td,
  .table-invitations th {
    text-align: center;
  }
  .table-invitations td:first-child,
  .table-invitations th:first-child {
    text-align: left;
  }
}
.table-invitations th {
  background: #e3e4e2;
  color: #474c55;
  font-size: 1rem;
  font-weight: bold;
  display: none;
  padding: 1rem;
  white-space: nowrap;
}
@media (min-width: 766px) {
  .table-invitations th {
    display: table-cell;
  }
}
.table-invitations th:first-child {
  border: 0;
}
.table-invitations td {
  font-weight: normal;
  font-size: 1rem;
  vertical-align: top;
  display: block;
  padding: 0 1rem;
}
@media (min-width: 766px) {
  .table-invitations td {
    border-bottom: 2px solid #e3e4e2;
    display: table-cell;
    padding: 1rem;
  }
}
.table-invitations tr:last-child td {
  border-bottom: 0;
}
.table-invitations p {
  font-weight: normal;
  font-size: 1rem;
  margin: 0;
  padding: 0 1rem 0.5rem;
  display: inline-block;
}
@media (min-width: 766px) {
  .table-invitations p {
    padding: 0 0 0.5rem;
  }
}
.table-invitations td:first-child .mobile-label {
  background: #e3e4e2;
  display: block;
  font-size: 1.2rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 766px) {
  .table-invitations td:first-child .mobile-label {
    display: none;
  }
}
.table-invitations td:first-child p:first-child {
  border-top: 2px solid #e3e4e2;
  margin-top: 1rem;
  padding-top: 1rem;
}
@media (min-width: 766px) {
  .table-invitations td:first-child p:first-child {
    border: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.table-invitations .mobile-label {
  color: #474c55;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
}
@media (min-width: 766px) {
  .table-invitations .mobile-label {
    display: none;
  }
}

#event-location-map {
  border: 1px solid #474c55;
  display: inline-block;
  width: 100%;
  height: 18.75rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 766px) {
  #event-location-map {
    width: 70%;
  }
}

@media (min-width: 766px) {
  .map-events-content {
    float: right;
    width: 26%;
  }
}

.booking-widget.grid-3 {
  padding-top: 0.5rem;
}
.booking-widget h2 {
  color: #070078;
  font-size: 1.3rem;
}
.booking-widget p {
  margin: 0;
  padding: 0;
}
.booking-widget h2,
.booking-widget h3,
.booking-widget .prices,
.booking-widget p {
  margin: 0;
  padding: 0 0 0.75rem;
}
.booking-widget .prices p {
  padding: 0;
}

.cimeventjudges .judges-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cimeventjudges .judge {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0 0 1rem;
  padding: 0;
  position: relative;
  text-align: center;
}
@media (min-width: 766px) {
  .cimeventjudges .judge {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33%;
    -moz-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 14rem;
  }
}
@media (min-width: 1025px) {
  .cimeventjudges .judge {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 16%;
    -moz-flex: 0 0 16%;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
  }
}
.cimeventjudges .judge:hover .popup, .cimeventjudges .judge:active .popup, .cimeventjudges .judge:focus .popup {
  max-height: 100vh;
  opacity: 1;
  top: 0;
}
.cimeventjudges .judge-logo {
  display: inline-block;
  max-width: calc(100% - 1rem);
  vertical-align: top;
}

.cimeventjudges .event-speaker:hover .popup, .cimeventjudges .event-speaker:active .popup, .cimeventjudges .event-speaker:focus .popup,
.cimeventjudges .judge:hover .popup,
.cimeventjudges .judge:active .popup,
.cimeventjudges .judge:focus .popup,
.cimeventspeakerspanel .event-speaker:hover .popup,
.cimeventspeakerspanel .event-speaker:active .popup,
.cimeventspeakerspanel .event-speaker:focus .popup,
.cimeventspeakerspanel .judge:hover .popup,
.cimeventspeakerspanel .judge:active .popup,
.cimeventspeakerspanel .judge:focus .popup {
  max-height: 100vh;
  opacity: 1;
  top: 0;
}
.cimeventjudges .popup,
.cimeventspeakerspanel .popup {
  -webkit-transition: all 350ms;
  transition: all 350ms;
  background: #fff;
  border: 2px solid #e3e4e2;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: -1rem;
  right: 0.5rem;
  left: 0.5rem;
  z-index: 1;
}
.cimeventjudges .popup-portrait,
.cimeventspeakerspanel .popup-portrait {
  border-bottom: 2px solid #e3e4e2;
  width: 100%;
}
.cimeventjudges .popup-intro,
.cimeventspeakerspanel .popup-intro {
  padding: 1rem;
}
.cimeventjudges .popup-name,
.cimeventjudges .popup-subtitle,
.cimeventjudges .popup-more,
.cimeventspeakerspanel .popup-name,
.cimeventspeakerspanel .popup-subtitle,
.cimeventspeakerspanel .popup-more {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  color: #070078;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: center;
}
.cimeventjudges .popup-subtitle,
.cimeventspeakerspanel .popup-subtitle {
  color: #474c55;
  font-weight: normal;
}
.cimeventjudges .popup-more,
.cimeventspeakerspanel .popup-more {
  color: #000;
  font-weight: bold;
}

.event-sponsor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.event-sponsor {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (min-width: 766px) {
  .event-sponsor {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.event-sponsor:hover, .event-sponsor:active, .event-sponsor:focus {
  opacity: 0.5;
}
.event-sponsor .sponsor-logo {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.sponsor-modal h2,
.sponsor-modal h3,
.sponsor-modal p {
  text-align: center;
}

.cimeventspeakerspanel .flex-viewport {
  min-height: 10rem;
  overflow: visible !important;
}
.cimeventspeakerspanel .popup .speaker-image {
  width: 100%;
}
.cimeventspeakerspanel .flexslider:hover .flex-nav-prev, .cimeventspeakerspanel .flexslider:active .flex-nav-prev, .cimeventspeakerspanel .flexslider:focus .flex-nav-prev {
  left: 0;
}
.cimeventspeakerspanel .flexslider:hover .flex-nav-next, .cimeventspeakerspanel .flexslider:active .flex-nav-next, .cimeventspeakerspanel .flexslider:focus .flex-nav-next {
  right: 0;
}

.speaker-modal img {
  width: 100%;
  margin: 0 0 2rem;
}
@media (min-width: 481px) {
  .speaker-modal img {
    float: left;
    margin: 0 2rem 2rem 0;
    width: 50%;
  }
}
@media (min-width: 766px) {
  .speaker-modal img {
    width: auto;
  }
}

.cimeventprogrammepanel table td {
  color: #474c55;
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 1.5rem;
  vertical-align: top;
}
@media (min-width: 766px) {
  .cimeventprogrammepanel table td {
    border-bottom: 1px solid;
    display: table-cell;
  }
}
.cimeventprogrammepanel table td:last-child {
  border-bottom: 1px solid;
}
.cimeventprogrammepanel table td:nth-child(2) {
  font-weight: bold;
}
@media (min-width: 1025px) {
  .cimeventprogrammepanel table td:nth-child(3) {
    min-width: 18.5rem;
  }
}

.page-students .fancyQuotes,
.page-university .fancyQuotes {
  line-height: 1.8;
}
.page-students .fancyQuotes::before,
.page-university .fancyQuotes::before {
  content: "“";
  padding-right: 1rem;
}
.page-students .fancyQuotes::after,
.page-university .fancyQuotes::after {
  content: "”";
  padding-left: 1rem;
}
.page-students .fancyQuotes::before, .page-students .fancyQuotes::after,
.page-university .fancyQuotes::before,
.page-university .fancyQuotes::after {
  color: #0064C8;
  display: inline-block;
  font-size: 5rem;
  line-height: 0;
  vertical-align: bottom;
}
.page-students .accordion,
.page-university .accordion {
  background: #fff;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 0 2rem;
}
.page-students .accordion .accordion-caller,
.page-university .accordion .accordion-caller {
  border: 0;
  color: #070078;
  font-size: 1.2rem;
  padding-bottom: 0;
}
.page-students .accordion .accordion-caller::before,
.page-university .accordion .accordion-caller::before {
  color: #737370;
  font-size: 2.5rem;
}
.page-students .accordion .accordion-inner,
.page-university .accordion .accordion-inner {
  padding-left: 2rem;
}
.page-students .accordion .accordion-inner li,
.page-university .accordion .accordion-inner li {
  color: #737370;
}
.page-students #Finalists2017 .accordion:first-of-type,
.page-university #Finalists2017 .accordion:first-of-type {
  padding-top: 1rem;
}
.page-students .event-accordion-wrapper,
.page-university .event-accordion-wrapper {
  background: #fff;
  padding: 0.5rem;
  margin: 0 0.5rem;
}
.page-students .event-accordion,
.page-university .event-accordion {
  margin: 0;
  padding: 0 1rem;
}
.page-students .event-accordion .accordion-caller,
.page-university .event-accordion .accordion-caller {
  font-size: 1.3rem;
  margin: 0;
}
.page-students .accordion li,
.page-university .accordion li {
  list-style-type: disc;
}
.page-students .umbraco-forms-page .cim-button,
.page-university .umbraco-forms-page .cim-button {
  background: #737370;
  border-color: #737370;
}
.page-students .umbraco-forms-page .cim-button:hover, .page-students .umbraco-forms-page .cim-button:active, .page-students .umbraco-forms-page .cim-button:focus,
.page-university .umbraco-forms-page .cim-button:hover,
.page-university .umbraco-forms-page .cim-button:active,
.page-university .umbraco-forms-page .cim-button:focus {
  background: transparent;
  color: #737370;
}
.page-students .umbraco-forms-page textarea,
.page-university .umbraco-forms-page textarea {
  height: 6rem;
}
.page-students .umbraco-forms-page .umbraco-forms-container,
.page-university .umbraco-forms-page .umbraco-forms-container {
  margin-bottom: 1rem;
}
.page-students .umbraco-forms-page .hasCustomSelect,
.page-university .umbraco-forms-page .hasCustomSelect {
  cursor: pointer;
  min-width: 100%;
}
.page-students .cimeventformpicker .panel-contents,
.page-students .cimeventcategories .panel-contents,
.page-university .cimeventformpicker .panel-contents,
.page-university .cimeventcategories .panel-contents {
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-students .customSelect,
.page-university .customSelect {
  width: 100%;
  max-width: none;
}

.judges-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .judges-list {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.judge {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0 0 1rem;
  padding: 0;
  position: relative;
  text-align: center;
}
@media (min-width: 766px) {
  .judge {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33%;
    -moz-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 14rem;
  }
}
@media (min-width: 1025px) {
  .judge {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.judge:hover .judge-popup, .judge:active .judge-popup, .judge:focus .judge-popup {
  max-height: 100vh;
  opacity: 1;
  top: 0;
}

.judge-logo {
  display: inline-block;
  max-width: calc(100% - 1rem);
  vertical-align: top;
}

.judge-popup {
  -webkit-transition: all 350ms;
  transition: all 350ms;
  background: #fff;
  border: 2px solid #e3e4e2;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: -1rem;
  right: 0.5rem;
  left: 0.5rem;
  z-index: 1;
}

.judge-portrait {
  border-bottom: 2px solid #e3e4e2;
  width: 100%;
}

.judge-intro {
  padding: 1rem;
}

.judge-name,
.judge-subtitle,
.judge-more {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  color: #070078;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: center;
}

.judge-subtitle {
  color: #474c55;
  font-weight: normal;
}

.judge-more {
  color: #000;
  font-weight: bold;
}

.videoFrame {
  position: relative;
  padding-top: 56.25%;
}

.videoContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page-testimonials .flex-viewport {
  margin-right: 30px;
}

.page-northern-awards-2017 .nav-secondary {
  margin-bottom: 3rem;
}
.page-northern-awards-2017 .cimeventcategories {
  overflow: auto;
}
.page-northern-awards-2017 .cimeventcategories .event-accordion {
  margin: 0;
  padding: 0;
}
@media (min-width: 766px) {
  .page-northern-awards-2017 .cimeventcategories .event-accordion {
    float: left;
    padding-right: 2rem;
    width: 50%;
  }
  .page-northern-awards-2017 .cimeventcategories .event-accordion:nth-child(2n) {
    padding-right: 0;
    padding-left: 2rem;
  }
}
.page-northern-awards-2017 .cimeventcategories .accordion-caller {
  border-color: #737370;
  color: #737370;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.page-northern-awards-2017 .cimeventcategories .accordion-caller::before {
  font-size: 2rem;
  margin-top: -0.3rem;
}
.page-northern-awards-2017 .cimeventcategories .accordion-caller.on::before {
  color: #737370;
}
@media (min-width: 1025px) {
  .page-northern-awards-2017 .cimeventjudges .judge {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1025px) {
  .page-northern-awards-2017 .event-sponsor {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

.page-digital-summit-2017 .nav-secondary {
  margin-bottom: 2rem;
}
.page-digital-summit-2017 .section-header {
  color: #070078;
  text-align: left;
}
.page-digital-summit-2017 .section-header::before {
  display: none;
}
.page-digital-summit-2017 .grid-3 {
  padding-top: 0;
}
@media (min-width: 1025px) {
  .page-digital-summit-2017 .grid-3 {
    padding-left: 2rem;
  }
}
.page-digital-summit-2017 .grid-9 {
  max-width: 71%;
}
.page-digital-summit-2017 .subsection:nth-child(2n+1) {
  background: transparent;
}
.page-digital-summit-2017 .subsection:nth-child(2n+1) .section-header .inner {
  background: transparent;
}
.page-digital-summit-2017 .event-slider {
  background: #f7f5f2;
  padding-bottom: 0;
}
.page-digital-summit-2017 .event-slider .popup {
  display: none;
}
.page-digital-summit-2017 .flexslider:hover .flex-nav-prev, .page-digital-summit-2017 .flexslider:active .flex-nav-prev, .page-digital-summit-2017 .flexslider:focus .flex-nav-prev {
  left: 1rem;
}
.page-digital-summit-2017 .flexslider:hover .flex-nav-next, .page-digital-summit-2017 .flexslider:active .flex-nav-next, .page-digital-summit-2017 .flexslider:focus .flex-nav-next {
  right: 1rem;
}
.page-digital-summit-2017 #Bookyourplace .grid-9 {
  background: #f7f5f2;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .page-digital-summit-2017 #Bookyourplace .grid-9 {
    margin-bottom: 0;
  }
}
.page-digital-summit-2017 .cimeventvenuepanel {
  position: relative;
}
.page-digital-summit-2017 .cimeventvenuepanel p {
  display: none;
}
.page-digital-summit-2017 .cimeventvenuepanel .panel-contents p {
  display: block;
}
.page-digital-summit-2017 #Contactus {
  background: #f7f5f2;
}
.page-digital-summit-2017 #Contactus .section-header {
  margin-bottom: 1rem;
  text-align: center;
}
.page-digital-summit-2017 #Contactus .cim-button {
  margin-top: 0.5rem;
}

.price-table {
  width: 100%;
  margin-bottom: 10px;
}
.price-table th, .price-table td {
  padding: 2px 0;
}
.price-table td {
  text-align: right;
}

.course-dates {
  margin-top: 16px;
}
.course-dates th {
  background: #DEDBD5;
}
.course-dates td {
  border-top: 1px solid #DEDBD5;
  font-weight: normal;
  vertical-align: middle;
}
.course-dates button, .course-dates a {
  float: right;
  padding: 0;
  color: #f1563f !important;
  border: none;
  outline: none;
  font-size: 16px;
}
.course-dates button:hover, .course-dates a:hover {
  background: none;
  text-decoration: underline;
}

[class^=card-type-],
[class*=" card-type-"] {
  -webkit-transition: background-position 250ms;
  transition: background-position 250ms;
  border-radius: 4px;
  background-clip: padding-box;
  width: 41px;
  height: 27px;
  background: url(/img/card-logos.png) -82px 0;
  background-size: 205px 27px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.card-type-amex {
  background-position: 0 0;
}

.card-type-visa {
  background-position: -41px 0;
}

.card-type-mastercard {
  background-position: -123px 0;
}

.card-type-paypal {
  background-position: -164px 0;
}

.checkout-container {
  margin: 10px auto 30px;
}

.checkout-section {
  margin: 0;
}
.checkout-section .inner {
  zoom: 1;
  margin: 5px;
  padding: 16px;
  background: #fff;
}
.checkout-section .inner:before, .checkout-section .inner:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.checkout-section .inner:after {
  clear: both;
}
.checkout-section .inner .checkout-step {
  font-family: "SourceSansPro", Tahoma, serif;
  font-size: 60px;
  line-height: 100%;
  color: #474c55;
  font-weight: normal;
}
.checkout-section .inner h3 {
  margin: 15px 0 20px;
  font-size: 18px;
}
.checkout-section .inner .next-step {
  clear: right;
  float: right;
}
.checkout-section form {
  zoom: 1;
}
.checkout-section form:before, .checkout-section form:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.checkout-section form:after {
  clear: both;
}
.checkout-section .button-orange {
  padding: 15px 20px;
  font-size: 18px;
  min-width: 200px;
  text-align: center;
}
.checkout-section .edit {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  min-width: 0;
}
.checkout-section.checkout-active .inner {
  border: 10px solid #DFDBD5;
}
.checkout-section.checkout-active .inner .checkout-step {
  float: right;
  margin-top: -20px;
}
.checkout-section.checkout-inactive {
  padding: 0 40px;
}
.checkout-section.checkout-inactive .inner {
  text-align: center;
  padding: 15px 40px 0;
}
.checkout-section.checkout-inactive .inner h3 {
  color: #474c55;
  font-weight: normal;
  font-size: 18px;
}
.checkout-section.checkout-complete {
  padding: 0 40px;
}
.checkout-section.checkout-complete .inner {
  text-align: center;
  padding: 20px 20px 70px;
  border-top: 5px solid #f7f5f2;
  position: relative;
  background: #DFDBD5;
  font-size: 14px;
}
.checkout-section.checkout-complete .inner [class^=icon-],
.checkout-section.checkout-complete .inner [class*=" icon-"] {
  display: block;
  font-size: 55px;
  margin-bottom: 10px;
}
.checkout-section.checkout-complete .inner .cart-grand-total {
  font-size: 20px;
  display: block;
}

.payment-selection {
  overflow: hidden;
}
.payment-selection .field {
  float: left;
  max-width: calc(50% - 10px);
  margin-left: 20px;
}
.payment-selection .field:first-child {
  margin-left: 0;
}
.payment-selection .field input {
  position: absolute;
  left: -999em;
}
.payment-selection .field .outer {
  -webkit-transition: 150ms;
  transition: 150ms;
  text-align: center;
  padding: 20px 0;
  width: 140px;
  max-width: 100%;
  display: block;
  border: 2px solid #eee;
  background: #f7f7f7;
}
.payment-selection .field .outer:hover {
  border-color: #f1563f;
}
.payment-selection .field .outer span {
  display: block;
  display: block;
  font-weight: bold;
  margin-top: 5px;
}
.payment-selection .field .outer .icon-payment {
  margin: 0;
  font-weight: normal;
  font-size: 50px;
}
.payment-selection .field input:checked ~ .outer {
  background: #FEEEEC;
  border-color: #f1563f;
}

#card-form {
  background: #F7F7F7;
  padding: 20px;
}

.payment-card {
  border-radius: 5px;
  background-clip: padding-box;
  background: #474c55;
  text-align: center;
  overflow: hidden;
  width: 90px;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  line-height: 27px;
  padding: 3px;
}
.payment-card span {
  float: left;
  margin: 0;
}

/*#checkout-basket{*/
.payment-methods {
  clear: both;
  border-top: 1px solid #DFDBD5;
  padding-top: 1em;
  margin-top: 3em;
  text-align: center;
}
.payment-methods p {
  margin-top: 0;
  font-size: 12px;
  line-height: 120%;
  width: 50%;
}
.payment-methods table {
  margin: auto;
  margin-top: 1rem;
}

/*}*/
#checkout-register.checkout-active .inner {
  padding: 0;
}
#checkout-register.checkout-complete .email {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
#checkout-register .guest-tab-caller {
  float: right;
  clear: right;
  margin-top: 10px;
  font-weight: normal;
  color: #737370;
  font-size: 14px;
}

#checkout-details .button-orange {
  float: right;
}
#checkout-details .attendee-section {
  display: none;
}
#checkout-details .attendee-section:first-of-type {
  display: block;
}
#checkout-details .attendee-details-manual {
  overflow: hidden;
}
#checkout-details .attendee-details-manual .strike {
  margin-top: 0;
}
#checkout-details .member-search {
  zoom: 1;
}
#checkout-details .member-search:before, #checkout-details .member-search:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
#checkout-details .member-search:after {
  clear: both;
}
#checkout-details .member-search #Attendee_MemberId {
  float: left;
  width: calc(100% - 40px);
}
#checkout-details .member-search .search-result {
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #cccccc;
  border-left: none;
  background: #f7f5f2;
}
#checkout-details .member-search .search-result:before {
  /*font-family: 'icomoon' !important;*/
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 38px;
  display: block;
}
#checkout-details .member-search .search-result-details {
  display: none;
  clear: both;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-top: none;
  background: #f7f5f2;
  padding: 10px;
  margin: 0;
}
#checkout-details .member-search.loading .search-result {
  background: #f7f5f2 url(/img/loading.gif) 50% 50% no-repeat;
}
#checkout-details .member-search.success .search-result:before {
  content: "\e5ca";
  color: green;
}
#checkout-details .member-search.failure .search-result:before {
  content: "\e5cd";
  color: red;
}

#checkout-details.checkout-complete .inner {
  padding: 20px 10px 70px;
}

.attendee-summary strong {
  display: block;
}
.attendee-summary span {
  display: block;
  font-size: 12px;
}
.attendee-summary span:before {
  content: "";
  width: 50px;
  border-top: 1px solid #cccccc;
  margin: 5px auto;
  display: block;
}

.cart-summary {
  margin-bottom: 3em;
  width: 100%;
}
.cart-summary td {
  font-weight: normal;
}
.cart-summary a {
  font-weight: normal;
  color: #474c55;
}
.cart-summary a:hover {
  color: #f1563f;
}
.cart-summary .text-box {
  width: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
  padding: 10px 2px;
}
.cart-summary .cart-remove {
  float: left;
  background: #cccccc;
  padding: 0 5px;
  color: #fff;
}
.cart-summary .cart-remove:hover {
  background: #f1563f;
  color: #fff;
  text-decoration: none;
}
.cart-summary .cart-remove span {
  line-height: 40px;
  display: block;
}
.cart-summary td.cart-item {
  min-width: 100px;
}
.cart-summary .qty {
  line-height: 38px;
  /*border: 1px solid #A7A9AD;*/
  float: left;
  width: 30px;
  text-align: center;
  font-weight: bold;
}

.checkout-timer {
  width: 80px;
  float: right;
  text-align: right;
}
.checkout-timer p {
  font-family: "SourceSansPro", Tahoma, serif;
  font-size: 12px;
  margin: 20px 0 5px;
}
.checkout-timer strong {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.billing-address {
  display: none;
}

.attendee-details {
  margin-bottom: 15px;
  font-size: 14px;
}
.attendee-details header {
  padding: 12px 15px 10px;
  background: #DFDBD5;
  overflow: hidden;
}
.attendee-details header h4 {
  margin: 0;
  font-size: 14px;
}
.attendee-details header a {
  float: right;
  line-height: 100%;
}
.attendee-details ul {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  padding: 5px 15px;
  margin: 0;
  background: #f7f5f2;
  border: 1px solid #DFDBD5;
}
.attendee-details ul li {
  list-style: none;
}
.attendee-details ul li strong {
  display: block;
}
.attendee-details ul li span {
  display: block;
  padding-left: 15px;
}

#header #account-nav .has-items {
  margin-left: 0.5rem;
  width: 4rem;
  /*.icon-cart,*/
  /*&:hover, &:active, &:focus {
      a {
          background: transparent;
      }
  }*/
}
#header #account-nav .has-items .cart-empty-caption {
  display: none;
}
#header #account-nav .has-items > a {
  padding-top: 0;
}
#header #account-nav .has-items .cart-caller {
  padding-top: 0.2rem;
}

#mini-cart {
  -webkit-transition: right 150ms;
  transition: right 150ms;
  position: relative;
  text-align: center;
  /*&:hover, &:active, &:focus {
      .icon-cart {
          color: $lightest;
      }
  }*/
  /*.cart-overflow,*/
  /*.cart-overflow {
      font-weight: bold;
      line-height: 100%;
      font-size: 11px;
      span {
          display: block;
          font-size: 20px;
          line-height: 100%;
          margin-top: 7px;
      }
  }*/
}
#mini-cart .icon-cart {
  color: #000;
}
#mini-cart .cart-empty-caption {
  height: 14px;
  line-height: 1.4;
}
#mini-cart .price {
  border-radius: 10px;
  background-clip: padding-box;
  background: #333333;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  position: absolute;
  top: 25px;
  right: 0;
  bottom: -5%;
  left: -8px;
  min-height: 2.2rem;
  line-height: 1rem;
  min-width: 4rem;
}
#mini-cart .cart-caller {
  display: block;
  border: 2px solid #474c55;
  color: #474c55;
  position: relative;
  top: 0;
  left: -7px;
}
#mini-cart .cart-caller:hover {
  background-color: #f1563f;
}
#mini-cart .cart-caller .icon-basket {
  border-radius: 50%;
  background-clip: padding-box;
  background: #f1563f;
  border: 2px solid #333333;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  height: 2rem;
  width: 2rem;
  margin: 0 1rem;
  padding: 0;
}
#mini-cart .cart-caller .icon-cart {
  position: relative;
  top: -6px;
}
#mini-cart .cart-caller .icon-cart:hover {
  stroke: #fff;
}
#mini-cart .cart-product {
  -webkit-transition: 150ms;
  transition: 150ms;
  border-radius: 50%;
  background-clip: padding-box;
  display: block;
  height: 50px;
  width: 50px;
  overflow: hidden;
  border: 2px solid #f1563f;
  margin-top: 10px;
  background: #474c55;
}
#mini-cart .cart-product.animate-remove {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: translate3d(80px, -30px, 0);
  -ms-transform: translate3d(80px, -30px, 0);
  transform: translate3d(80px, -30px, 0);
  opacity: 0;
}
#mini-cart .cart-product .name {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  line-height: 120%;
  display: block;
  font-size: 12px;
  padding: 5px 0 0;
  color: #fff;
  text-transform: uppercase;
}
#mini-cart .cart-product .name span {
  display: block;
  font-size: 18px;
  line-height: 80%;
}
#mini-cart .cart-items {
  display: none !important;
  position: relative;
  z-index: -1;
  margin: 0;
  padding: 0;
}
#mini-cart .cart-items li {
  -webkit-transition: margin 150ms;
  transition: margin 150ms;
  list-style: none;
  position: relative;
  margin-bottom: 0;
}
#mini-cart .cart-items li.animate-in {
  margin-bottom: -60px;
}
#mini-cart .cart-items li:hover .cart-remove {
  display: block;
}
#mini-cart .cart-items li:nth-last-child(n+5) {
  display: none;
}
#mini-cart .cart-remove {
  border-radius: 10px;
  background-clip: padding-box;
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 3;
  color: #fff;
  width: 20px;
  padding: 0;
  font-size: 12px;
  background: #e0432c;
  display: none;
}
#mini-cart .cart-remove span {
  display: block;
  line-height: 20px;
}

.dummy-cart-item {
  -webkit-transition: all 400ms;
  transition: all 400ms;
  border-radius: 25px;
  background-clip: padding-box;
  position: fixed;
  z-index: 99;
  overflow: hidden;
  height: 50px;
  width: 50px;
  opacity: 1;
}
.dummy-cart-item.animate {
  height: 50px !important;
  width: 50px !important;
  top: calc(100vh - 75px) !important;
  right: 25px !important;
}
.dummy-cart-item.animate-remove {
  -webkit-transform: translate3d(80px, -30px, 0);
  -ms-transform: translate3d(80px, -30px, 0);
  transform: translate3d(80px, -30px, 0);
  opacity: 0;
}

.voucher-caller {
  float: right;
  clear: right;
  margin-bottom: 15px;
}

.voucher-container {
  float: right;
  clear: right;
  width: 100%;
  max-width: 300px;
}
.voucher-container .grey-box {
  background: #f7f5f2;
  padding: 15px 15px 0;
  margin-bottom: 15px;
}
.voucher-container .checkout-discount input {
  float: left;
  width: calc(100% - 90px);
}
.voucher-container .checkout-discount button {
  float: left;
  width: 90px;
  border: none;
  background: #474c55;
  color: #fff;
}
.voucher-container .checkout-discount button:hover {
  background: #f1563f;
}

.applied-vouchers {
  float: right;
  clear: right;
  width: 100%;
  max-width: 300px;
  background: #f7f5f2;
  padding: 0 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
.applied-vouchers ul {
  padding: 0;
}
.applied-vouchers .applied-code {
  list-style: none;
}
.applied-vouchers .applied-code .button-orange {
  padding: 1px;
  min-width: 20px;
  text-align: center;
  margin-top: -1px;
}

.tags {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.tags li {
  display: inline-block;
}

[class^=tag-],
[class*=" tag-"] {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  border-radius: 10px;
  background-clip: padding-box;
  color: #fff;
  line-height: 100%;
  display: block;
  padding: 4px 8px;
  margin: 0 2px 0 0;
  font-size: 12px;
}

.tag-grey {
  background-color: #b7b6b6;
}

.tag-orange {
  background-color: #f1563f;
}

.modal {
  display: none;
}

.price-list {
  color: #8970B2;
  list-style: none;
  padding: 0;
}
.price-list li {
  font-family: "SourceSansPro", Tahoma, sans-serif;
}

.toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 8px -8px;
}
.toolbar .filters {
  background: #fff;
  padding: 15px;
}
.toolbar .filters h4 {
  margin: 0 0 10px;
}
.toolbar .filters .more-filters-toggle {
  display: block;
  text-align: left;
}
.toolbar .filters .more-filters-toggle .less {
  display: none;
}
.toolbar .filters .more-filters-toggle.on {
  background: #e3e4e2;
  padding-bottom: 20px;
  color: #474c55;
}
.toolbar .filters .more-filters-toggle.on .more {
  display: none;
}
.toolbar .filters .more-filters-toggle.on .less {
  display: inline;
}
.toolbar .filters .more-filters-toggle.on .icon-dots:before {
  content: "\e5cd";
}
.toolbar .filters .more-filters {
  display: none;
  clear: both;
  background: #e3e4e2;
  padding: 10px;
}
.toolbar .results {
  padding: 15px;
  background: #a7a9ad;
  color: #fff;
  overflow: hidden;
}
.toolbar .results h4 {
  margin: 0;
  line-height: 125%;
}
.toolbar .select-row .select {
  margin-bottom: 10px;
}
.toolbar .slider-row .slider-container {
  overflow: hidden;
  padding: 0 10px 10px;
  margin-bottom: 10px;
}
.toolbar .slider-row .slider-container .slider {
  margin: 17px 12px 0;
}

.paging-container {
  overflow: hidden;
  padding: 1rem;
  margin: 0;
}
.paging-container .paging {
  float: left;
  padding: 0;
  margin: 0;
}
.paging-container .paging li {
  float: left;
  list-style: none;
}
.paging-container .paging li span, .paging-container .paging li a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  color: #474c55;
  background: #f7f5f2;
}
.paging-container .paging li.on span {
  background: #f1563f;
  color: #fff;
}
.paging-container .paging li a:hover {
  text-decoration: none;
  background: #474c55;
  color: #fff;
}
.paging-container .top-of-page {
  float: right;
  bottom: 0;
  display: none;
}

.benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 8px;
  padding: 0;
}
.benefits-list li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 100px;
  -moz-flex: 1 0 100px;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
  list-style: none;
  position: relative;
  margin: 8px;
}

.view-toggle {
  display: none;
  margin: 10px 0 0 0;
  padding: 0;
  float: right;
}
.view-toggle li {
  float: left;
  margin: 0 0 0 10px;
  list-style: none;
}
.view-toggle a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #fff;
  margin: 0;
  font-size: 24px;
}
.view-toggle a span {
  display: block;
  line-height: 40px;
}
.view-toggle a:hover, .view-toggle a.on {
  background: #e6eae8;
  border-color: #e6eae8;
  color: #474c55;
}

@media only screen and (min-width: 768px), screen and (max-device-width: 768px) and (min-aspect-ratio: 13/9) {
  .checkout-timer {
    width: auto;
  }
  .checkout-timer p {
    font-size: 20px;
  }
  .checkout-timer strong {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1020px), screen and (min-device-width: 768px) and (max-device-width: 1020px) and (min-aspect-ratio: 13/9) {
  .checkout-header h1 {
    line-height: 50px;
    text-align: left;
  }
  /*#checkout-basket {*/
  .payment-methods p {
    line-height: 100%;
  }
  /*}*/
  #mini-cart .cart-items {
    display: block;
  }
  .checkout-section.checkout-active.column-l-2-1 {
    width: 50%;
  }
  .checkout-section.checkout-active.column-l-3-1 {
    width: 33.3%;
  }
  .checkout-section.checkout-active .inner {
    min-height: 530px;
  }
  .checkout-section.checkout-inactive {
    padding: 40px 0;
    width: 16.666%;
  }
  .checkout-section.checkout-inactive .inner {
    min-height: 450px;
    border-left: none;
    padding-top: 140px;
  }
  .checkout-section.checkout-complete {
    padding: 30px 0;
    width: 16.666%;
  }
  .checkout-section.checkout-complete .inner {
    min-height: 450px;
  }
  .checkout-section.checkout-complete .inner .icon-basket,
  .checkout-section.checkout-complete .inner .icon-lock,
  .checkout-section.checkout-complete .inner .icon-user {
    margin-bottom: 30px;
  }
}
.checkout-section .warning {
  border: 1px solid #f1563f;
  margin: 0 0 2rem;
  padding: 0;
}
.checkout-section .warning h3 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  background: #f1563f;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  text-align: center;
}
.checkout-section p {
  color: #000;
  font-size: 0.9rem;
  line-height: 1.4;
  padding: 0 1rem;
}

.membership .benefits-list > li {
  position: static;
  text-align: center;
}
@media (min-width: 766px) {
  .membership .benefits-list > li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    margin: 0;
  }
}
.membership .benefits-list > li > a {
  color: #474c55;
  display: inline-block;
  font-weight: normal;
  font-size: 0.9rem;
  padding: 0.5rem;
}
.membership .benefits-list > li img {
  height: 5.625rem;
  width: auto;
}
.membership #page-career #section-1 .grid, .membership #page-capability #section-1 .grid, .membership #page-community #section-1 .grid, .membership #page-content #section-1 .grid {
  background-color: inherit;
}
.membership #page-career #section-1 .grid, .membership #page-career #section-1 .grid-12, .membership #page-capability #section-1 .grid, .membership #page-capability #section-1 .grid-12, .membership #page-community #section-1 .grid, .membership #page-community #section-1 .grid-12, .membership #page-content #section-1 .grid, .membership #page-content #section-1 .grid-12 {
  padding: 0 8px;
}
.membership #page-career #section-2 .grid-4, .membership #page-career #section-2 .grid, .membership #page-capability #section-2 .grid-4, .membership #page-capability #section-2 .grid, .membership #page-community #section-2 .grid-4, .membership #page-community #section-2 .grid, .membership #page-content #section-2 .grid-4, .membership #page-content #section-2 .grid {
  padding: 0 8px;
}
.membership .page-banner {
  margin-bottom: 0;
}
.membership #page-membership h2.section-header {
  margin-bottom: 0;
}

.page-types .col-intro {
  margin-bottom: 0;
}
.page-types .col-intro h3 {
  margin: 0 0 0.3rem;
}
.page-types .reveal-modal .disclaimer {
  background: #f7f5f2;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0 0 2rem;
  padding: 1rem;
  text-align: center;
}
.page-types .reveal-modal h2 {
  color: #737370;
  font-weight: bold;
}
.page-types .reveal-modal p {
  padding-left: 2rem;
}
.page-types .reveal-modal table p {
  padding-left: 0;
}
.page-types .table-border p {
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 766px) {
  .page-types .table-border td:nth-child(1) {
    width: 20%;
  }
  .page-types .table-border td:nth-child(2), .page-types .table-border td:nth-child(4) {
    width: 35%;
  }
}
.page-types .table-border td:nth-child(2)::before, .page-types .table-border td:nth-child(4)::before {
  font-family: "SourceSansPro", Tahoma, serif;
  content: "Qualification";
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 766px) {
  .page-types .table-border td:nth-child(2)::before, .page-types .table-border td:nth-child(4)::before {
    display: none;
  }
}
.page-types .table-border td:nth-child(4)::before {
  content: "Marketing Experience *";
}

.cim-form .customSelect {
  border: none;
  display: block;
  height: 50px;
  padding: 0;
  width: calc(100% - 1rem);
  max-width: 96%;
  position: relative;
}
.cim-form .customSelect::after {
  line-height: 50px;
}
.cim-form .customSelect:hover::after, .cim-form .customSelect:active::after, .cim-form .customSelect:focus::after {
  background: #474c55;
}
.cim-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100%;
  outline: none;
  width: 100%;
  border-color: #737370;
  min-width: 100%;
}
.cim-form .checkbox label {
  position: relative;
  top: 0.8em;
}
.cim-form .checkbox input.squaredTwo {
  display: inline-block !important;
  width: 28px;
  height: 28px;
  position: relative;
  top: 8px;
  margin: 0 0.5em 0 0;
  visibility: visible;
  left: 0;
  /*margin: 11px auto;
  margin-left: 20px;
  float: right;
  top: -38px;*/
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  /* box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5); */
}

.membershiptypespage.membership .membershiptype-content {
  margin-bottom: 0;
}

.table-plain {
  margin: 2em auto;
}
.table-plain td {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.table-plain td:not(:last-child) {
  padding-right: 3rem;
  min-width: 200px;
}

.intList {
  padding: 0 0 2rem;
}
.intList ul {
  display: block;
  list-style: none;
  margin: 0 1rem;
  padding: 0;
  position: relative;
}
@media (min-width: 766px) {
  .intList ul {
    float: left;
    padding: 0 1rem 1rem;
    width: calc(32% - 2rem);
  }
}
.intList ul li {
  line-height: 1.6;
  margin: 0;
  padding: 0 1rem 0 0;
}

.membership-type {
  border: 3px solid #737370;
}
.membership-type .cim-button {
  float: right;
  margin-top: 0.3rem;
  white-space: nowrap;
}
.membership-type a,
.membership-type button {
  cursor: pointer;
}
.membership-type tr {
  border-bottom: 1px solid #737370;
}
.membership-type th {
  font-family: "SourceSansPro", Tahoma, serif;
  color: #737370;
  display: none;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 120%;
  padding: 1rem;
}
@media (min-width: 766px) {
  .membership-type th {
    display: table-cell;
  }
}
.membership-type th small {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  font-size: 0.75rem;
  color: #474c55;
  line-height: 120%;
  display: block;
}
.membership-type td {
  display: block;
  padding: 0.625rem;
  vertical-align: middle;
  font-weight: normal;
  font-size: 1rem;
  overflow: auto;
}
.membership-type td:first-of-type {
  border-top: 3px solid #737370;
}
@media (min-width: 766px) {
  .membership-type td:first-of-type {
    border-top: 0;
  }
}
.membership-type td::before {
  font-family: "SourceSansPro", Tahoma, serif;
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.membership-type td:nth-child(1)::before {
  content: "Level";
}
.membership-type td:nth-child(2)::before {
  content: "Criteria";
}
.membership-type td:nth-child(3)::before {
  content: "Who is it for?";
}
.membership-type td:nth-child(4)::before {
  content: "Membership fee";
}
@media (min-width: 766px) {
  .membership-type td {
    display: table-cell;
    width: 30%;
  }
  .membership-type td::before {
    display: none;
  }
  .membership-type td:nth-child(1) {
    font-size: 1.125rem;
    width: 15%;
    color: #070078;
  }
  .membership-type td:nth-child(2) {
    width: 18%;
  }
  .membership-type td:nth-child(4) {
    width: 33%;
  }
  .membership-type td:nth-child(5) {
    width: 10%;
  }
}
.membership-type td p {
  margin: 0.25em 0;
}
.membership-type td .right,
.membership-type td .international, .membership-type td .membership-type-further-information {
  margin: 0 0 0 10px;
  float: right;
}
.membership-type td .international, .membership-type td .membership-type-further-information {
  border-radius: 50%;
  background: #474c55;
  width: 18px;
  height: 18px;
  padding: 3px;
}
.membership-type td .international img, .membership-type td .membership-type-further-information img {
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 12px;
}

.learn-more-link, .learn-more-link:hover {
  color: #070078;
}

.page-exchange .page-banner {
  margin-bottom: 1rem;
}
.page-exchange .large-sans {
  color: #737370;
  padding-bottom: 1rem;
}
.page-exchange p {
  line-height: 1.625rem;
  margin-top: 0;
  padding-top: 0;
}
.page-exchange h3 {
  display: inline-block;
  line-height: 2rem;
  margin-top: 0;
  padding-top: 0.5rem;
}
.page-exchange .right {
  float: right;
}
.page-exchange .grid-12 {
  display: block;
}

.page-webinars h2,
.page-qualifications-webinars h2 {
  margin: 0;
  padding: 1rem 0 1.5rem;
}
.page-webinars p,
.page-webinars ul,
.page-qualifications-webinars p,
.page-qualifications-webinars ul {
  padding-top: 0;
  margin-top: 0;
}
.page-webinars .grid,
.page-webinars [class^=grid-],
.page-webinars [class*=" grid-"],
.page-qualifications-webinars .grid,
.page-qualifications-webinars [class^=grid-],
.page-qualifications-webinars [class*=" grid-"] {
  margin-top: 0;
  margin-bottom: 0;
}
.home {
  /* New highlighs area */
}
.home .site-wrapper {
  background: #fff;
}
.home [class^=button]:not(.top-of-page) {
  border: 2px solid currentColor;
  color: #909090;
  font-weight: 600;
  font-size: 1rem;
  text-transform: none;
}
.homepage-highlights-tile {
  background-color: black;
  height: 100%;
  width: 100%;
}
.homepage-highlights-tile > a {
  transition: background-color 10s linear;
}
.homepage-highlights-tile > a:hover {
  background-color: yellow;
  z-index: 999;
}
.homepage-highlights-tile .image-overlay {
  position: absolute;
  background-color: rgb(16, 23, 68);
  margin: 0px;
  padding: 0px;
  opacity: 0.25;
  top: 8px;
}
.homepage-highlights, .homepage-highlights-rollover {
  padding: 1rem;
  position: absolute;
}
.homepage-highlights h2, .homepage-highlights-rollover h2 {
  text-align: left;
}
.homepage-highlights-content, .homepage-highlights-rollover-content {
  color: white;
  margin-top: 1rem;
  text-align: left;
}
.home .button-grey {
  -webkit-transition: background 150ms;
  transition: background 150ms;
  color: #909090;
}
.home .button-grey:hover, .home .button-grey:active, .home .button-grey:focus {
  background: #909090;
  border-color: #909090;
  color: #fff;
}
.home .section-header .inner {
  background: #fff;
}
.home .bottom-links h2 {
  color: #737370;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
.home .bottom-links p {
  color: #737370;
  margin-top: 0;
  padding-top: 0;
}
.home .highlights a {
  background: transparent;
}
.home .highlights a:hover .button-grey, .home .highlights a:active .button-grey, .home .highlights a:focus .button-grey {
  background: #909090;
  border-color: #909090;
  color: #fff;
}
.home .highlights .img-wrapper {
  background: transparent;
  display: block;
  width: 100%;
  height: auto;
  padding-top: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 481px) {
  .home .highlights .img-wrapper {
    max-height: 300px;
  }
}
.home .highlights .featured-box-text {
  padding: 0;
  text-align: center;
}
.home .upcoming-events .grid {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #f7f5f2;
}
.home .upcoming-events .grid-4 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  background: #d1d0cf;
  margin: 0.5rem;
  margin-bottom: 0;
  max-width: none;
}
.home .upcoming-events .grid-4:nth-child(2n) {
  background: #b8b7b5;
}
.home .upcoming-events .grid-4:hover .button, .home .upcoming-events .grid-4:active .button, .home .upcoming-events .grid-4:focus .button {
  background: #fff;
  border-color: #fff;
  color: #737370;
}
.home .upcoming-events .grid-4 > a {
  background: transparent;
}
.home .upcoming-events .grid-4 .event {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: normal;
  padding-top: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 766px) {
  .home .upcoming-events .grid-4 .event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.home .upcoming-events .grid-4 .event p {
  color: #fff;
}
.home .upcoming-events .button {
  color: #fff;
}
.home .upcoming-events .view-all {
  padding: 0 0.5rem 0.5rem;
}
.home .event-time-date {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  font-size: 1rem;
  white-space: nowrap;
}
@media (min-width: 766px) {
  .home .event-time-date {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.home .event-time-date [class^=event-] {
  display: inline;
}
.home .event-time-date [class^=event-]:nth-child(n+3)::before {
  content: "|";
  display: inline-block;
  margin-left: 0.1rem;
  padding-right: 0.3rem;
}
.home .event-time-date .event-day {
  font-size: 4.5rem;
  font-weight: 300;
  display: block;
  letter-spacing: -0.05em;
  line-height: 1;
  padding: 0;
}
.home .event-description {
  padding: 1rem 0;
}
@media (min-width: 766px) {
  .home .event-description {
    padding: 0 2rem;
  }
}
.home .event-description h3 {
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.home .event-description p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  text-transform: none;
}
.home .event-action {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
@media (min-width: 766px) {
  .home .event-action {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 15%;
    -moz-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
  }
  .home .event-action span {
    display: block;
    white-space: nowrap;
  }
}
.home #section-5 .grid-12::before {
  display: none;
}

#hero-panel {
  padding: 1rem 1rem 2rem;
  position: relative;
}
#hero-panel h1 {
  color: #070078;
  font-size: 3rem;
  font-weight: 400;
}
@media (min-width: 766px) {
  #hero-panel h1 {
    width: 40%;
  }
}
#hero-panel img {
  width: 100%;
}
.newsarticlepage #hero-panel {
  padding: 0;
  margin-bottom: 2rem;
}
.newsroompage #hero-panel {
  padding: 0;
}
@media (min-width: 766px) {
  .newsroompage #hero-panel .pageHeader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
  }
  .newsroompage #hero-panel .pageHeader .headerText {
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }
  .newsroompage #hero-panel .pageHeader .headerTextInner {
    display: table-cell;
    vertical-align: middle;
  }
}
.newsroompage #hero-panel h1 {
  color: #000;
  font-size: 1.75rem;
  line-height: 1.6;
  padding-left: 2rem;
  padding-right: 2rem;
  text-shadow: 0.4rem 0.2rem 2rem #fff;
}
@media (min-width: 766px) {
  .newsroompage #hero-panel h1 {
    color: #070078;
    font-size: 3rem;
  }
}
.newsroompage #hero-panel .row {
  padding-top: 0;
}

.newsarticlepage .site-wrapper {
  background: #fff;
}
.newsarticlepage .site-main {
  background: #f7f5f2;
}

.newsItem a {
  display: block;
  overflow: auto;
  padding-bottom: 2rem;
}
.newsItem a:hover, .newsItem a:active, .newsItem a:focus {
  text-decoration: none;
}
.newsItem a:hover .ndImage, .newsItem a:active .ndImage, .newsItem a:focus .ndImage {
  opacity: 0.8;
}
.newsItem a:hover .cim-button, .newsItem a:active .cim-button, .newsItem a:focus .cim-button {
  background-color: transparent;
  color: #070078;
  text-decoration: none;
}
.newsItem h2 {
  font-family: "SourceSansPro", Tahoma, serif;
  color: #070078;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 481px) {
  .newsItem h2 {
    display: inline-block;
    max-width: 65%;
    margin-bottom: 0;
  }
}
@media (min-width: 766px) {
  .newsItem h2 {
    max-width: 75%;
  }
}
.newsItem p {
  color: #333333;
  font-weight: normal;
  line-height: 1.6;
}
.newsItem .ndImage {
  float: right;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 1rem;
}
@media (min-width: 481px) {
  .newsItem .ndImage {
    margin-left: 1rem;
    max-width: 30%;
  }
}
@media (min-width: 766px) {
  .newsItem .ndImage {
    max-width: 22%;
  }
}

.section-intro {
  padding: 0 1rem 1rem;
}
@media (min-width: 766px) {
  .section-intro {
    padding-bottom: 2rem;
  }
}
.section-intro p {
  color: #333333;
  font-size: 1rem;
  line-height: 1.6rem;
}

.newsContacts {
  background-color: #d60505;
  padding: 1rem;
}
@media (min-width: 766px) {
  .newsContacts {
    padding: 3rem;
  }
}
.newsContacts h3 {
  font-family: "SourceSansPro", Tahoma, serif;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
@media (min-width: 766px) {
  .newsContacts h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.newsContacts p {
  color: #fff;
}
.newsContacts .columns {
  margin-top: 1rem;
  text-align: center;
}
@media (min-width: 766px) {
  .newsContacts .columns {
    margin-left: 30%;
  }
}
.newsContacts .newsContactConnections {
  float: right;
}
@media (min-width: 481px) {
  .newsContacts .newsContactConnections {
    font-size: 1.4rem;
    padding-top: 0.5rem;
  }
}
.newsContacts a {
  color: #fff;
  font-weight: normal;
}
.newsContacts img {
  margin-right: 0.625rem;
  max-width: 7.5rem;
}
@media (min-width: 481px) {
  .newsContacts img {
    float: left;
    margin-right: 1rem;
    max-width: 10rem;
  }
}
@media (min-width: 1025px) {
  .newsContacts .pemergency {
    text-align: right;
  }
}

.newsContactDetails {
  margin-top: 1rem;
  float: none;
}
@media (min-width: 481px) {
  .newsContactDetails {
    float: left;
    padding-top: 2rem;
    text-align: left;
  }
}
.newsContactDetails h4 {
  font-family: "SourceSansPro", Tahoma, serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 0 0.2rem;
  line-height: 1.6;
}
.newsContactDetails p {
  margin: 0;
}
@media (min-width: 481px) {
  .newsContactDetails p {
    margin-bottom: 0.3rem;
  }
}

.read-more {
  text-align: right;
}
.read-more .cim-button {
  background: #f1563f;
  border-color: #f1563f;
  margin-left: 1rem;
}
.read-more .cim-button:hover, .read-more .cim-button:active, .read-more .cim-button:focus {
  background: #fff;
  color: #f1563f;
}

.news-detail .row {
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 766px) {
  .news-detail content .row {
    padding: 0 4rem 1rem;
  }
}
.news-detail h2 {
  font-family: "SourceSansPro", Tahoma, serif;
  color: #070078;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.25rem;
}
@media (min-width: 766px) {
  .news-detail h2 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}

.newsDate {
  font-family: "SourceSansPro", Tahoma, serif;
  color: #f1563f;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.trainingpage .page-banner,
.courselist .page-banner,
.searchpage .page-banner {
  margin-bottom: 2rem;
}
.trainingpage .page-banner .banner-text,
.courselist .page-banner .banner-text,
.searchpage .page-banner .banner-text {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem 1rem;
  text-align: center;
}
.trainingpage .page-banner h1,
.courselist .page-banner h1,
.searchpage .page-banner h1 {
  font-size: 1.8rem;
  margin: 0;
  padding: 0 0 0.5rem;
  text-align: center;
}
.trainingpage .page-banner h2,
.courselist .page-banner h2,
.searchpage .page-banner h2 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  color: #fff;
  font-size: 1rem;
}
.trainingpage .toolbar,
.courselist .toolbar,
.searchpage .toolbar {
  margin-bottom: 1.5rem;
}
.trainingpage .toolbar .filters,
.courselist .toolbar .filters,
.searchpage .toolbar .filters {
  padding: 1rem;
}
.trainingpage .toolbar h4,
.courselist .toolbar h4,
.searchpage .toolbar h4 {
  float: none;
  margin: 0;
  padding: 0.5rem 0;
}
@media (min-width: 766px) {
  .trainingpage .toolbar h4,
  .courselist .toolbar h4,
  .searchpage .toolbar h4 {
    padding: 0;
  }
}
.trainingpage .toolbar .facet-search.has-button,
.courselist .toolbar .facet-search.has-button,
.searchpage .toolbar .facet-search.has-button {
  padding-bottom: 2rem;
  position: relative;
}
@media (min-width: 766px) {
  .trainingpage .toolbar .facet-search,
  .courselist .toolbar .facet-search,
  .searchpage .toolbar .facet-search {
    display: inline-block;
  }
}
.trainingpage .toolbar .facet-search .field,
.courselist .toolbar .facet-search .field,
.searchpage .toolbar .facet-search .field {
  float: left;
}
@media (min-width: 1025px) {
  .trainingpage .toolbar .sort,
  .courselist .toolbar .sort,
  .searchpage .toolbar .sort {
    display: inline-block;
    float: right;
  }
}
.trainingpage #header-search,
.courselist #header-search,
.searchpage #header-search {
  margin: 0 auto;
}
.trainingpage #header-search input,
.courselist #header-search input,
.searchpage #header-search input {
  font-size: 1.1rem;
  line-height: 1;
  padding: 0.25rem 1rem;
}
.trainingpage #header-search button,
.courselist #header-search button,
.searchpage #header-search button {
  top: 0;
  bottom: 0;
  height: auto;
}
.trainingpage #header-search .icon-search,
.courselist #header-search .icon-search,
.searchpage #header-search .icon-search {
  font-size: 1.4rem;
  line-height: 1;
}
.trainingpage #header-search .minisearch-outer,
.courselist #header-search .minisearch-outer,
.searchpage #header-search .minisearch-outer {
  border-top: thin sold #DFDBD5;
  background-color: rgba(255, 255, 255, 0.96);
  color: #474c55;
}
.trainingpage .section-header,
.courselist .section-header,
.searchpage .section-header {
  margin: 0 1rem 1.5rem;
}
.trainingpage .specialHeading,
.courselist .specialHeading,
.searchpage .specialHeading {
  padding: 0.2rem 0.5rem;
  background-color: #f1563f;
  color: #fff;
  font-size: 0.8rem;
  font-weight: normal;
}

.trainingpage .page-banner,
.courselist .page-banner {
  display: grid;
  place-content: stretch;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.trainingpage .page-banner .banner-text,
.courselist .page-banner .banner-text {
  text-align: left;
}
.trainingpage .page-banner .banner-text.searched,
.courselist .page-banner .banner-text.searched {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "text";
  place-items: center;
  grid-template-rows: 1fr;
  width: 100% !important;
  margin: 0 !important;
  height: 100%;
}
@media (min-width: 481px) {
  .trainingpage .page-banner .banner-text.searched,
  .courselist .page-banner .banner-text.searched {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "text .";
  }
}
.trainingpage .page-banner .banner-text.searched h1,
.courselist .page-banner .banner-text.searched h1 {
  text-transform: capitalize;
  margin: 0 !important;
  padding: 0;
  grid-area: text;
}
.trainingpage .page-banner .banner-text.searched h1 span,
.courselist .page-banner .banner-text.searched h1 span {
  text-transform: lowercase;
}
.trainingpage .page-banner .banner-text.searched h2,
.courselist .page-banner .banner-text.searched h2 {
  grid-area: text;
}
.trainingpage .page-banner h1,
.courselist .page-banner h1 {
  text-align: left;
  margin-top: 0.8em;
}

.trainingdetailspage [class^=grid-] .text,
.trainingdetailspage [class*=" grid-"] .text,
.courselist [class^=grid-] .text,
.courselist [class*=" grid-"] .text,
.courseitem [class^=grid-] .text,
.courseitem [class*=" grid-"] .text,
.trainingpage [class^=grid-] .text,
.trainingpage [class*=" grid-"] .text,
.searchpage [class^=grid-] .text,
.searchpage [class*=" grid-"] .text {
  background-color: #fff;
}
.trainingdetailspage [class^=grid-] .text h3,
.trainingdetailspage [class^=grid-] .text p,
.trainingdetailspage [class*=" grid-"] .text h3,
.trainingdetailspage [class*=" grid-"] .text p,
.courselist [class^=grid-] .text h3,
.courselist [class^=grid-] .text p,
.courselist [class*=" grid-"] .text h3,
.courselist [class*=" grid-"] .text p,
.courseitem [class^=grid-] .text h3,
.courseitem [class^=grid-] .text p,
.courseitem [class*=" grid-"] .text h3,
.courseitem [class*=" grid-"] .text p,
.trainingpage [class^=grid-] .text h3,
.trainingpage [class^=grid-] .text p,
.trainingpage [class*=" grid-"] .text h3,
.trainingpage [class*=" grid-"] .text p,
.searchpage [class^=grid-] .text h3,
.searchpage [class^=grid-] .text p,
.searchpage [class*=" grid-"] .text h3,
.searchpage [class*=" grid-"] .text p {
  color: #474c55;
}
.trainingdetailspage [class^=grid-] .text p::before,
.trainingdetailspage [class*=" grid-"] .text p::before,
.courselist [class^=grid-] .text p::before,
.courselist [class*=" grid-"] .text p::before,
.courseitem [class^=grid-] .text p::before,
.courseitem [class*=" grid-"] .text p::before,
.trainingpage [class^=grid-] .text p::before,
.trainingpage [class*=" grid-"] .text p::before,
.searchpage [class^=grid-] .text p::before,
.searchpage [class*=" grid-"] .text p::before {
  display: none;
}

.trainingdetailspage [class^=grid-] .text > ul,
.trainingdetailspage [class*=" grid-"] .text > ul,
.courseitem [class^=grid-] .text > ul,
.courseitem [class*=" grid-"] .text > ul {
  margin-top: 0;
  padding-top: 0;
}
.trainingdetailspage [class^=grid-] .text > ul li,
.trainingdetailspage [class*=" grid-"] .text > ul li,
.courseitem [class^=grid-] .text > ul li,
.courseitem [class*=" grid-"] .text > ul li {
  font-size: 1rem;
  margin-top: 0;
  padding-top: 0;
}
.trainingdetailspage [class^=grid-] .text td,
.trainingdetailspage [class^=grid-] .text th,
.trainingdetailspage [class*=" grid-"] .text td,
.trainingdetailspage [class*=" grid-"] .text th,
.courseitem [class^=grid-] .text td,
.courseitem [class^=grid-] .text th,
.courseitem [class*=" grid-"] .text td,
.courseitem [class*=" grid-"] .text th {
  font-size: 0.9rem;
}
.trainingdetailspage [class^=grid-] .text td button,
.trainingdetailspage [class^=grid-] .text th button,
.trainingdetailspage [class*=" grid-"] .text td button,
.trainingdetailspage [class*=" grid-"] .text th button,
.courseitem [class^=grid-] .text td button,
.courseitem [class^=grid-] .text th button,
.courseitem [class*=" grid-"] .text td button,
.courseitem [class*=" grid-"] .text th button {
  font-size: 0.9rem;
}
.trainingdetailspage .course-dates form,
.courseitem .course-dates form {
  margin-bottom: 0;
}

#trainingenquiryform {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 992px;
  -moz-flex: 1 1 992px;
  -ms-flex: 1 1 992px;
  flex: 1 1 992px;
  background: #fff;
  padding: 1rem;
  margin: 0.5rem;
}
#trainingenquiryform p {
  font-size: 0.9rem;
}
#trainingenquiryform form {
  margin: 0;
  padding: 0;
}
#trainingenquiryform .umbraco-forms-container,
#trainingenquiryform .umbraco-forms-field,
#trainingenquiryform .umbraco-forms-field-wrapper,
#trainingenquiryform .col-sm-offset-2 {
  margin: 0;
  padding: 0;
}
#trainingenquiryform .umbraco-forms-field-wrapper {
  margin-bottom: 0.5rem;
}
#trainingenquiryform .form-control {
  border: 1px solid #737370;
}
#trainingenquiryform .cim-button {
  background: #fff;
  border: 1px solid #474c55;
  color: #474c55;
  float: right;
}
#trainingenquiryform .cim-button:hover, #trainingenquiryform .cim-button:active, #trainingenquiryform .cim-button:focus {
  background: #474c55;
  color: #fff;
}

.page-list-courses .trainingpage .section-header .inner,
.page-list-courses .courselist .section-header .inner {
  /*background: $bg-grey;*/
}

.training .section-header {
  margin: 1em 0 0.5em 0;
}
.training .section-header .inner {
  background: #fff;
}
.training .training-heading-text {
  padding: 0;
}
.training .training-heading-text > div > p {
  margin-top: 0.25rem;
}
.training .training-heading-text > div > p:last-child {
  margin-bottom: 0.25rem;
}
.training .training-heading-text > div:empty {
  display: none;
}
.training .training-heading-text > .grid-12 {
  padding-top: 0;
}

@media (min-width: 766px) {
  .landing-page-header {
    border-bottom: 4px solid #000;
  }
}

.landing-page-wrapper {
  margin-top: 5rem;
  /*.site-footer {
      .col-address {
          @include breakpoint(medium) {
              @include flex(1 1 50%);
          }
      }

      .col-social {
          @include breakpoint(medium) {
              @include flex(1 1 50%);
              margin-top: 4rem;
              text-align: right;
          }

          @include breakpoint(large) {
              margin-top: 0;
          }

          .icon {
              @include breakpoint(medium) {
                  height: 2.5rem;
                  width: 2.5rem;
                  margin-left: 0.75rem;
              }

              @include breakpoint(large) {
                  height: 2rem;
                  width: 2rem;
              }
          }
      }
  }*/
}
@media (min-width: 766px) {
  .landing-page-wrapper#wrapper {
    margin-top: 6.5rem;
  }
}
.landing-page-wrapper .site-main {
  background-color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.landing-page-wrapper .site-main > section {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}
.landing-page-wrapper .hero-image {
  display: block;
  margin: 0 0 1.5rem;
  width: 100%;
}
@media (min-width: 766px) {
  .landing-page-wrapper #section-0 {
    padding: 0 4rem;
  }
}
.landing-page-wrapper #section-1 {
  padding: 1rem 0;
}
.landing-page-wrapper #section-1 .grid-6 {
  padding: 0 0 1rem;
}
@media (min-width: 766px) {
  .landing-page-wrapper #section-1 .grid-6 {
    padding-bottom: 0;
  }
}

.landing-CTA-block {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  background: #fff;
  border: thin solid;
  height: 100%;
  margin: 0 1rem 1rem;
  padding: 2rem 2rem 3rem;
  position: relative;
}
.landing-CTA-block img:first-of-type {
  margin-top: -3.5rem;
  margin-left: -2.15rem;
  max-width: none;
  width: calc(100% + 4.3rem) !important;
  height: auto !important;
}
.landing-CTA-block p {
  line-height: 1.6rem;
  margin-bottom: 1.5rem;
}
.landing-CTA-block ul {
  margin-bottom: 2rem;
}
.landing-CTA-block li {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.landing-CTA-block .button-solid {
  margin: auto;
  padding: 1rem;
  width: 9rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-fresh-opportunities .landing-CTA-block,
.page-fresh-budget .landing-CTA-block {
  border: 10px solid #AEC2D0;
}
.page-fresh-opportunities .landing-CTA-block .button,
.page-fresh-budget .landing-CTA-block .button {
  background: #AEC2D0;
  border-color: #AEC2D0;
  text-transform: uppercase;
  bottom: -2px;
  padding-bottom: 0.75rem;
}
.page-fresh-opportunities .landing-CTA-block .button:hover, .page-fresh-opportunities .landing-CTA-block .button:active, .page-fresh-opportunities .landing-CTA-block .button:focus,
.page-fresh-budget .landing-CTA-block .button:hover,
.page-fresh-budget .landing-CTA-block .button:active,
.page-fresh-budget .landing-CTA-block .button:focus {
  background: #fff;
  color: #AEC2D0;
}
.page-fresh-opportunities .landing-CTA-block h3,
.page-fresh-budget .landing-CTA-block h3 {
  border-bottom: thin solid #AEC2D0;
  color: #909090;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
}
.page-fresh-opportunities .landing-CTA-block li,
.page-fresh-budget .landing-CTA-block li {
  color: #737370;
  font-weight: 600;
}
.page-fresh-opportunities .landing-CTA-block p,
.page-fresh-budget .landing-CTA-block p {
  border-bottom: thin solid #AEC2D0;
  color: #737370;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.3;
  margin: 0.5rem 0;
  padding: 0 0 1rem;
  text-align: center;
}

.page-upskill .site-main,
.page-use-it .site-main {
  background: #fff url("../img/training-landing/landing_page_assets_bottom_banner_1008x105.jpg") bottom center no-repeat;
  background-size: contain;
}
.page-upskill .grid-12,
.page-use-it .grid-12 {
  padding-top: 0;
}
.page-upskill h1,
.page-use-it h1 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
}
.page-upskill .section-header,
.page-use-it .section-header {
  margin: 0;
}
.page-upskill .section-header::before,
.page-use-it .section-header::before {
  display: none;
}
.page-upskill .grid-6 h3,
.page-use-it .grid-6 h3 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 5rem;
  margin: 0 -2rem;
  padding: 0;
  height: 5rem;
  text-indent: -200vw;
}
@media (min-width: 766px) {
  .page-upskill .grid-6 h3,
  .page-use-it .grid-6 h3 {
    height: 6rem;
    background-size: auto 6rem;
  }
}
.page-upskill .grid-6:first-child h3,
.page-use-it .grid-6:first-child h3 {
  background-image: url("../img/training-landing/qualifications.png");
}
.page-upskill .grid-6:nth-child(2) h3,
.page-use-it .grid-6:nth-child(2) h3 {
  background-image: url("../img/training-landing/training.png");
}
.page-upskill .landing-CTA-block,
.page-use-it .landing-CTA-block {
  padding-top: 0;
  border-top: 0;
}
.page-upskill .landing-CTA-block h2,
.page-upskill .landing-CTA-block h3,
.page-upskill .landing-CTA-block p,
.page-use-it .landing-CTA-block h2,
.page-use-it .landing-CTA-block h3,
.page-use-it .landing-CTA-block p {
  color: #000;
}
.page-upskill .landing-CTA-block p,
.page-use-it .landing-CTA-block p {
  text-transform: uppercase;
}
.page-upskill .landing-CTA-block li,
.page-use-it .landing-CTA-block li {
  color: #000;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.page-upskill .landing-CTA-block .button-solid,
.page-use-it .landing-CTA-block .button-solid {
  background-color: #000;
  border-color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.page-upskill .landing-CTA-block:hover .button-solid, .page-upskill .landing-CTA-block:active .button-solid, .page-upskill .landing-CTA-block:focus .button-solid,
.page-use-it .landing-CTA-block:hover .button-solid,
.page-use-it .landing-CTA-block:active .button-solid,
.page-use-it .landing-CTA-block:focus .button-solid {
  background: transparent;
  color: #000;
}

.page-tailored-training-solutions-test .section-header,
.page-tailored-training-solutions .section-header {
  color: #070078;
  line-height: 1.4;
  text-align: left;
}
.page-tailored-training-solutions-test .section-header::before,
.page-tailored-training-solutions .section-header::before {
  display: none;
}
.page-tailored-training-solutions-test .section-header .inner,
.page-tailored-training-solutions .section-header .inner {
  background: transparent;
  padding: 0;
}
.page-tailored-training-solutions-test .info-area,
.page-tailored-training-solutions .info-area {
  background: transparent url("../img/training-landing/TTS-CTA-background.jpg") bottom center no-repeat;
  border: 0;
}
.page-tailored-training-solutions-test .info-area h3,
.page-tailored-training-solutions .info-area h3 {
  font-family: "SourceSansPro", Tahoma, serif;
  font-weight: 400;
  margin-top: 0;
}
.page-tailored-training-solutions-test .umbraco-forms-page,
.page-tailored-training-solutions .umbraco-forms-page {
  padding-top: 1rem;
}
.page-tailored-training-solutions-test .umbraco-forms-container,
.page-tailored-training-solutions .umbraco-forms-container {
  margin: 0;
  padding: 0;
}
.page-tailored-training-solutions-test .umbraco-forms-navigation [class^=col-],
.page-tailored-training-solutions .umbraco-forms-navigation [class^=col-] {
  margin: 0;
  padding: 0;
}
.page-tailored-training-solutions-test .umbraco-forms-navigation .cim-button,
.page-tailored-training-solutions .umbraco-forms-navigation .cim-button {
  background: transparent;
  border: 0;
  color: #474c55;
  float: right;
  padding: 0;
}
.page-tailored-training-solutions-test .umbraco-forms-navigation .cim-button:hover, .page-tailored-training-solutions-test .umbraco-forms-navigation .cim-button:active, .page-tailored-training-solutions-test .umbraco-forms-navigation .cim-button:focus,
.page-tailored-training-solutions .umbraco-forms-navigation .cim-button:hover,
.page-tailored-training-solutions .umbraco-forms-navigation .cim-button:active,
.page-tailored-training-solutions .umbraco-forms-navigation .cim-button:focus {
  color: #070078;
}
@media (min-width: 766px) {
  .page-tailored-training-solutions-test .grid-9,
  .page-tailored-training-solutions .grid-9 {
    padding-right: 2rem;
  }
}
.page-tailored-training-solutions-test .grid-3,
.page-tailored-training-solutions .grid-3 {
  padding-top: 2rem;
}
@media (min-width: 766px) {
  .page-tailored-training-solutions-test .grid-3,
  .page-tailored-training-solutions .grid-3 {
    padding-top: 0;
    padding-right: 0;
  }
}
.page-tailored-training-solutions-test .grid-3 p:last-of-type,
.page-tailored-training-solutions .grid-3 p:last-of-type {
  float: right;
}
.page-tailored-training-solutions-test .accordion-caller,
.page-tailored-training-solutions .accordion-caller {
  font-family: "SourceSansPro", Tahoma, serif;
  color: #070078;
  font-weight: 400;
}
.page-tailored-training-solutions-test .accordion-caller:hover, .page-tailored-training-solutions-test .accordion-caller:active, .page-tailored-training-solutions-test .accordion-caller:focus,
.page-tailored-training-solutions .accordion-caller:hover,
.page-tailored-training-solutions .accordion-caller:active,
.page-tailored-training-solutions .accordion-caller:focus {
  color: #070078;
}
.page-tailored-training-solutions-test .accordion-caller.on::before,
.page-tailored-training-solutions .accordion-caller.on::before {
  color: #070078;
}

.trainingpage .featured .grid .product,
.courselist .featured .grid .product {
  border: none;
}
.trainingpage .featured .grid .product .tagline,
.courselist .featured .grid .product .tagline {
  display: none;
}
.trainingpage .featured .grid .product .product-description,
.courselist .featured .grid .product .product-description {
  background: #474c55;
}
.trainingpage .featured .grid .product .product-description h3,
.courselist .featured .grid .product .product-description h3 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3em;
  margin: 1em 0.5em 2em 0.5em;
  font-family: "SourceSansPro", Tahoma, serif;
  font-weight: normal;
}
.trainingpage .featured .grid .product .product-description p,
.courselist .featured .grid .product .product-description p {
  display: none;
}
.trainingpage .featured .grid .product .product-description padding,
.courselist .featured .grid .product .product-description padding {
  display: none;
}
.trainingpage .featured .grid .product .product-description:hover,
.courselist .featured .grid .product .product-description:hover {
  border: none;
}
.trainingpage .featured .grid .product .product-footer .date,
.courselist .featured .grid .product .product-footer .date {
  color: #fff;
  margin-left: 1.3em;
  font-weight: normal;
}
.trainingpage .featured .grid .product .product-footer .price,
.courselist .featured .grid .product .product-footer .price {
  color: #fff;
  margin-left: 0.4em;
  font-weight: normal;
}
.trainingpage .featured .grid .product .product-footer .tags,
.courselist .featured .grid .product .product-footer .tags {
  margin-left: 0.8em;
}
.trainingpage .featured .grid .product .product-footer .product-link .link-text,
.courselist .featured .grid .product .product-footer .product-link .link-text {
  color: #fff;
  margin-right: 0.5em;
  background-color: #f1563f;
  padding: 0.15em 0.4em;
  border-radius: 10px;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1;
}
.trainingpage .featured .grid .product .product-footer .product-link .icon,
.courselist .featured .grid .product .product-footer .product-link .icon {
  display: none;
}
.trainingpage .featured .grid .product .tag-orange,
.courselist .featured .grid .product .tag-orange {
  background: #737370;
}
.trainingpage .featured .grid .product :hover,
.courselist .featured .grid .product :hover {
  border: none;
}
.trainingpage .site-wrapper .site-wrapper-inner,
.courselist .site-wrapper .site-wrapper-inner {
  background-color: #fff;
}
.trainingpage .search-block,
.courselist .search-block {
  background-color: #f7f4f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trainingpage #header-search,
.courselist #header-search {
  width: 100%;
  max-width: none;
  margin-right: 0;
}
.trainingpage .toolbar .filters .facet-search h4,
.courselist .toolbar .filters .facet-search h4 {
  display: inline-block;
}
.trainingpage .toolbar .filters .facet-search .select-row,
.courselist .toolbar .filters .facet-search .select-row {
  margin-left: 1.4em;
}
.trainingpage .toolbar .filters .select .customSelect,
.trainingpage .toolbar .filters .select select,
.courselist .toolbar .filters .select .customSelect,
.courselist .toolbar .filters .select select {
  width: 137px !important;
}
.trainingpage .toolbar .filters .select.specialism .customSelect,
.trainingpage .toolbar .filters .select.specialism #specialism,
.courselist .toolbar .filters .select.specialism .customSelect,
.courselist .toolbar .filters .select.specialism #specialism {
  width: 280px !important;
}
.trainingpage .sort h4,
.courselist .sort h4 {
  display: none;
}
.trainingpage .button-reset,
.courselist .button-reset {
  bottom: -22px;
}
.trainingpage .slider-row,
.courselist .slider-row {
  display: none;
}
.trainingpage .page-container .paging,
.courselist .page-container .paging {
  float: none;
  margin: 0 auto;
  display: table;
}

.slider-nav {
  margin-right: 1em;
}

.moreitemsconsider {
  width: 100%;
}

.ourhistorypage .page-banner {
  border: none;
  margin-bottom: 2rem;
}

/* -----------------------------------------------
:: Pages, Timeline
-------------------------------------------------- */
#timeline #left-arrow,
#timeline #right-arrow {
  display: none;
  border: none;
  padding: 0;
  outline: none;
}
#timeline #left-arrow .icon,
#timeline #right-arrow .icon {
  height: 3rem;
  width: 1rem;
}
#timeline #left-arrow:hover, #timeline #left-arrow:active, #timeline #left-arrow:focus,
#timeline #right-arrow:hover,
#timeline #right-arrow:active,
#timeline #right-arrow:focus {
  background: transparent;
  color: #f1563f;
}

#timeline #scroll-list-container {
  max-width: 900px;
  margin: 0 auto;
}

#timeline h2 {
  font-family: "SourceSansPro", Tahoma, serif;
  margin: 0 0 1rem 0;
  padding: 0.2rem 0;
  font-weight: 400;
  font-size: 1.875rem;
  letter-spacing: 0px;
  color: #070078;
  border-bottom: 1px solid #070078;
}

#timeline h3:first-of-type,
#timeline h4 {
  margin: 0;
}

#timeline h3 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  font-weight: bold;
  margin: 2rem 0 0;
  line-height: 1.4;
  font-size: 1.5rem;
  letter-spacing: 0px;
  color: #000;
  padding: 0 0 0.5rem;
}

#timeline h4 {
  font-size: 1.125rem;
  color: #737370;
  margin: 0;
  line-height: 1.4;
  padding: 0 0 0.1rem;
}

#timeline p {
  font-size: 1rem;
  margin: 0;
  padding: 0 0 0.75rem;
  line-height: 1.6;
}

#timeline p + h4 {
  margin: 0.75em 0 0 0;
}

#timeline p:last-of-type {
  margin: 0;
}

@media screen and (min-width: 64em) {
  #timeline #left-arrow, #timeline #right-arrow {
    display: block;
    margin-top: 150px;
    cursor: pointer;
  }
  #timeline #left-arrow {
    float: left;
    margin-right: 16px;
  }
  #timeline #right-arrow {
    float: right;
    margin-left: 16px;
  }
  #timeline #scroll-list-container {
    max-width: 915px;
    width: 915px;
    overflow: hidden;
  }
  #timeline .timeline {
    min-width: 3355px;
  } /* 11 blocks (down from 45) */
  #timeline .timeline > div {
    width: 305px !important;
  }
  #timeline .timeline-block .timeline-line {
    width: 100% !important;
    height: 2px !important;
  }
}
.timeline * {
  /*color: inherit;*/
}

.timeline {
  /*    position: relative;
  */
  color: #000;
  /*    display: table;*/
  width: 100%;
}

.timeline-block .timeline-line {
  content: "";
  position: absolute;
  bottom: 0;
  height: auto !important;
  width: 2px;
  left: 18px;
  transition-property: height, width, background;
  background: #73e8eb !important;
}

.timeline-block:last-of-type > .timeline-line {
  opacity: 0;
  display: none;
}

.timeline-block {
  position: relative;
}

.timeline-block.tl-orient-vertical {
  padding-bottom: 3em;
}

.timeline-block[data-tl-orient=horizontal] {
  /*display: table-cell;*/
  /*width: 33.3%;*/
  padding-right: 1em;
}

.timeline-block:last-of-type {
  padding-bottom: 0px;
  /*    padding-right: 0px; */
}

.timeline-content {
  border-radius: 0.25em;
  padding: 1em;
  background: white;
  position: relative;
  box-sizing: border-box;
  /*  border: 1px solid #d9d9d9; */
  border-radius: 0 !important;
  /*  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.15); 
         -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
           -o-box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
              box-shadow: 0px 2px 5px rgba(0,0,0,0.15); */
}

.timeline-content figure {
  margin-bottom: 1em;
}

.timeline-block[data-tl-orient=horizontal] > .timeline-content {
  margin-bottom: 3px;
}

.timeline-arrow {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
  border-right-color: #fff !important;
}

@media screen and (min-width: 64em) {
  .timeline-arrow {
    border-bottom-color: #fff !important;
    border-right-color: transparent !important;
  }
}
.timeline-block[data-tl-orient=horizontal] > .timeline-content > .timeline-arrow {
  top: -14px;
  left: 22px !important;
}

.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-content > p {
  margin-bottom: 0.75em;
}

.timeline-content iframe {
  width: 100%;
  min-height: 300px;
}

.timeline-block > .timeline-date {
  /*float: left;*/
  padding: 0.8em 0;
  opacity: 0.7;
  position: relative;
}

/*.timeline-content .timeline-read-more {
    float: right;
    padding: .8em 1em;
    color: white;
}*/
[data-tl-orient=horizontal] > .timeline-img {
  display: block;
  /*margin: 0 auto;*/
  margin-left: 0px !important;
  position: relative;
  margin-bottom: 1em;
}

.timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 4px solid white;
  /*box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1), inset 0 3px 0 4px rgba(0, 0, 0, 0.2);*/
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale");
}

/* .timeline-content img {
    width: 100%;
} */
/*@media only screen and (min-width: 1170px) {*/
.tl-large > .timeline-block.tl-orient-vertical > .timeline-line {
  left: 50%;
  margin-left: -1px;
  top: 60px;
}

.tl-large > .timeline-block.tl-orient-vertical > .timeline-content {
  margin-left: 0px;
  padding: 1.6em;
  width: 45%;
}

.tl-large > .timeline-block.tl-orient-vertical.tl-even > .timeline-content {
  /*float: right;*/
  /*margin-left: 55%;*/
}

.tl-large > .timeline-block.tl-orient-vertical.tl-even > .timeline-content > .timeline-arrow {
  top: 24px;
  left: auto;
  right: 100%;
}

.tl-large > .timeline-block.tl-orient-vertical > .timeline-content > .timeline-arrow {
  top: 24px;
  left: 100%;
}

.tl-large > .timeline-block.tl-orient-vertical > .timeline-date {
  position: absolute;
  width: 100%;
  left: 122%;
  top: 6px;
  font-size: 1rem;
}

.tl-large > .timeline-block.tl-orient-vertical.tl-even > .timeline-date {
  left: auto !important;
  right: 122% !important;
  text-align: right !important;
}

.tl-large > .timeline-block > .timeline-img {
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
}

.tl-large > .timeline-block[data-tl-orient=horizontal] > .timeline-img {
  left: 0.5%;
}

/*}*/
.is-hidden {
  visibility: hidden;
}

.bounce-in {
  visibility: visible;
  -webkit-animation: bounce 0.6s;
  animation: bounce 0.6s;
}

@-moz-keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    /*-webkit-transform: scale(1);*/
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    /*-webkit-transform: scale(1);*/
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.order .page-banner h1,
.order .page-banner h2,
.order .page-banner h3,
.order .page-banner p {
  line-height: 1.2;
  margin: 0;
  padding: 0 0 0.5rem;
}
.order .page-banner h1 {
  font-size: 1.8rem;
}
.order .page-banner h3 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  font-size: 1.1rem;
}
.order .page-banner p {
  font-size: 1rem;
  text-shadow: 0.4rem 0.2rem 0.9rem #474c55;
}
@media (min-width: 766px) {
  .order .page-banner p {
    font-size: 1.2rem;
  }
}
.order .checkout-timer {
  width: 45%;
}
@media (min-width: 766px) {
  .order .checkout-timer {
    position: absolute;
    top: 1em;
    right: 1em;
  }
}
.order .timer {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  display: block;
  font-size: 1.2rem;
  white-space: nowrap;
  padding-top: 0.5rem;
}
@media (min-width: 766px) {
  .order .timer {
    font-size: 1.4rem;
  }
}

footer .checkout-hide {
  display: block;
}

footer .checkout-show {
  display: none;
}

.checkoutloginpage, .attendeedetailspage, .billingpage {
  /*.site-footer .col-address {
      @include flex(1 0 50%);
  }*/
}
.checkoutloginpage #header #account-nav,
.checkoutloginpage .nav-container,
.checkoutloginpage footer .checkout-hide, .attendeedetailspage #header #account-nav,
.attendeedetailspage .nav-container,
.attendeedetailspage footer .checkout-hide, .billingpage #header #account-nav,
.billingpage .nav-container,
.billingpage footer .checkout-hide {
  display: none;
}
.checkoutloginpage footer .checkout-show, .attendeedetailspage footer .checkout-show, .billingpage footer .checkout-show {
  display: block;
}
.checkoutloginpage .site-header, .attendeedetailspage .site-header, .billingpage .site-header {
  border-bottom: 4px solid #000;
}
.checkoutloginpage #wrapper, .attendeedetailspage #wrapper, .billingpage #wrapper {
  margin-top: 105px;
}

.page-qualifications p {
  padding-bottom: 0.5rem;
}
.page-qualifications h2.section-header {
  margin: 1em 0 1em 0;
}
.page-qualifications h2.first {
  margin-top: 0 !important;
}
.page-qualifications .cim-button {
  width: 100%;
}
.page-qualifications .cim-button.grey-invert {
  color: #474c55;
  border-color: #474c55;
  background-color: #fff;
}
.page-qualifications .cim-button.grey-invert:hover {
  color: #fff;
  background-color: #474c55;
}
.page-qualifications .modal-item .reveal-popup-link p {
  margin: 0;
}
.page-qualifications .cimquals h3 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: -0.005rem;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 0.2rem;
}
.page-qualifications .cimquals p {
  color: #333333;
  font-size: 1rem;
  line-height: 1.6rem;
  margin: 0;
  padding: 0 0 1rem;
}
.page-qualifications .cimquals .columns {
  padding: 1rem;
  position: relative;
}
.page-qualifications .cimqual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  border: 2px solid;
  margin-bottom: 1rem;
}
@media (min-width: 481px) {
  .page-qualifications .cimqual {
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page-qualifications .cimqual .button {
  background: currentColor;
  width: 97%;
  margin: 0.25em;
}
.page-qualifications .cimqual .button:hover, .page-qualifications .cimqual .button:active, .page-qualifications .cimqual .button:focus {
  background: transparent;
}
.page-qualifications .cimqual .button:hover .button-text, .page-qualifications .cimqual .button:active .button-text, .page-qualifications .cimqual .button:focus .button-text {
  color: currentColor;
}
.page-qualifications .cimqual.cimfoundation {
  color: #039A52;
}
.page-qualifications .cimqual.cimfoundation .button {
  color: #039A52;
}
.page-qualifications .cimqual.cimcertificate {
  color: #FAC031;
}
.page-qualifications .cimqual.cimcertificate .button {
  color: #FAC031;
}
.page-qualifications .cimqual.cimpostgrad {
  color: #8970B2;
}
.page-qualifications .cimqual.cimpostgrad .button {
  color: #8970B2;
}
.page-qualifications .cimqual.cimdiploma {
  color: #f1563f;
}
.page-qualifications .cimqual.cimdiploma .button {
  color: #f1563f;
}
.page-qualifications .cimqual-col {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  padding: 1rem;
}
@media (min-width: 481px) {
  .page-qualifications .cimqual-intro {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    padding-bottom: 3rem;
  }
}
@media (min-width: 766px) {
  .page-qualifications .cimqual-intro {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    /*border-left: 14px solid currentColor;*/
    border-right: 2px solid currentColor;
    padding-bottom: 3rem;
  }
}
@media (min-width: 481px) {
  .page-qualifications .cimqual-description {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
  }
}
@media (min-width: 766px) {
  .page-qualifications .cimqual-description {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 calc(70% - 11.25rem - 1px);
    -moz-flex: 0 0 calc(70% - 11.25rem - 1px);
    -ms-flex: 0 0 calc(70% - 11.25rem - 1px);
    flex: 0 0 calc(70% - 11.25rem - 1px);
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
}
.page-qualifications .cimqual-video-thumb {
  height: 0;
  padding: 100% 0 0;
}
@media (min-width: 481px) {
  .page-qualifications .cimqual-video-thumb {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    height: auto;
    padding: 0;
  }
}
@media (min-width: 766px) {
  .page-qualifications .cimqual-video-thumb {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 11.25rem;
    -moz-flex: 0 0 11.25rem;
    -ms-flex: 0 0 11.25rem;
    flex: 0 0 11.25rem;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
    float: right;
    margin-left: auto;
  }
}
.page-qualifications .cimqual-video-thumb > a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 481px) {
  .page-qualifications .button {
    position: absolute;
    bottom: -1px;
    left: -1px;
  }
  .page-qualifications .button.top-of-page {
    position: fixed;
    left: auto;
    bottom: 2rem;
  }
}
.page-qualifications .button-text {
  color: #fff;
}

@media screen and (min-width: 0\0 ) {
  .page-qualifications .cimqual {
    display: block;
    min-height: 250px;
  }
}
@media screen and (min-width: 0\0 ) and (min-width: 766px) {
  .page-qualifications .cimqual-intro {
    display: inline-block;
    width: 25%;
  }
}
@media screen and (min-width: 0\0 ) and (min-width: 766px) {
  .page-qualifications .cimqual-description {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (min-width: 0\0 ) {
  .page-qualifications .cimqual-video-thumb {
    padding: 0;
    height: 250px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 0\0 ) and (min-width: 766px) {
  .page-qualifications .cimqual-video-thumb {
    float: right;
    padding: 0;
    height: 250px;
    width: 20%;
  }
}
@media screen and (min-width: 0\0 ) {
  .page-qualifications .cimqual-video-thumb a {
    display: block;
    width: 100%;
  }
}
/* Fonts */
@font-face {
  font-family: "FontAwesome";
  src: url("../../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../../fonts/webfonts/fa-regular-400.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "FontAwesomeSolid";
  src: url("../../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../../fonts/webfonts/fa-solid-900.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: bold;
}
@font-face {
  font-family: "SourceSansProSemiBold";
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: bold;
}
@font-face {
  font-family: "SourceSerifPro";
  src: url("../../fonts/Source_Serif_Pro/SourceSerifPro-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
@font-face {
  font-family: "SourceSerifPro";
  src: url("../../fonts/Source_Serif_Pro/SourceSerifPro-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: bold;
}
@font-face {
  font-family: "Strenuous3d";
  src: url("../../fonts/strenuous/strenuous_3d.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
@font-face {
  font-family: "Strenuousbl";
  src: url("../../fonts/strenuous/strenuous_bl.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
@font-face {
  font-family: "CIMLondon";
  src: url("../../fonts/CIMLondon-SemiBold.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
/* Inherited mixins */
/* Helpers */
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.user,
.far,
.fal,
.fad,
.fab,
.twitter {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.user, .twitter {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.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: 2em;
  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: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.fa-pull-left.user,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left,
.fa-pull-left.twitter {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.fa-pull-right.user,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right,
.fa-pull-right.twitter {
  margin-left: 0.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-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.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-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.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-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.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-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-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-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.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-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-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.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-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-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.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-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-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.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-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-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.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-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.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-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.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-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-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-pie:before {
  content: "\f200";
}

.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-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.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-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.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-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.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-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.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-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.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-critical-role:before {
  content: "\f6c9";
}

.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-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.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-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.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-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.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-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-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.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-polygon:before {
  content: "\f5ee";
}

.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-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.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-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.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-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.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-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.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-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-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.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-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.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-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.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-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.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-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-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.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-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-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.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-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.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-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.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-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.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-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.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-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.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-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.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-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.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-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-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.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-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.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-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.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-leaf:before {
  content: "\f06c";
}

.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-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.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-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-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.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-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.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-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-mdb:before {
  content: "\f8ca";
}

.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-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-microblog:before {
  content: "\e01a";
}

.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-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.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-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.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-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-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.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-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.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-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-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.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-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.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-pied-piper-square:before {
  content: "\e01e";
}

.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-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.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-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.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-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.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-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-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.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-record-vinyl:before {
  content: "\f8d9";
}

.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-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.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-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.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-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-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.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-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-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.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-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.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-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.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-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.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-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.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-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.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-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-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.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-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.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-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.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-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.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-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.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-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.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-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.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-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.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-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.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-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.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-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.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-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-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.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-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.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-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-wodu:before {
  content: "\e088";
}

.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-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;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../fonts/webfonts/fa-solid-900.eot");
  src: url("../../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
.user {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../fonts/webfonts/fa-brands-400.eot");
  src: url("../../fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../../fonts/webfonts/fa-brands-400.woff") format("woff"), url("../../fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab, .twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../fonts/webfonts/fa-regular-400.eot");
  src: url("../../fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../../fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../../fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
  content: "\f000";
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

.fa.fa-gear:before {
  content: "\f013";
}

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-file-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "\f15b";
}

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "\f017";
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

.fa.fa-video-camera:before {
  content: "\f03d";
}

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "\f03e";
}

.fa.fa-pencil:before {
  content: "\f303";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "\f14a";
}

.fa.fa-arrows:before {
  content: "\f0b2";
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "\f058";
}

.fa.fa-mail-forward:before {
  content: "\f064";
}

.fa.fa-expand:before {
  content: "\f424";
}

.fa.fa-compress:before {
  content: "\f422";
}

.fa.fa-eye {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "\f071";
}

.fa.fa-calendar:before {
  content: "\f073";
}

.fa.fa-arrows-v:before {
  content: "\f338";
}

.fa.fa-arrows-h:before {
  content: "\f337";
}

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "\f080";
}

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "\f080";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "\f085";
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

.fa.fa-external-link:before {
  content: "\f35d";
}

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "\f02e";
}

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa.fa-arrows-alt:before {
  content: "\f31e";
}

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

.fa.fa-scissors:before {
  content: "\f0c4";
}

.fa.fa-files-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "\f0c5";
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

.fa.fa-navicon:before {
  content: "\f0c9";
}

.fa.fa-reorder:before {
  content: "\f0c9";
}

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "\f0d5";
}

.fa.fa-money {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-dashboard:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "\f075";
}

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "\f086";
}

.fa.fa-flash:before {
  content: "\f0e7";
}

.fa.fa-clipboard {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "\f328";
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa.fa-exchange:before {
  content: "\f362";
}

.fa.fa-cloud-download:before {
  content: "\f381";
}

.fa.fa-cloud-upload:before {
  content: "\f382";
}

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "\f0f3";
}

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "\f15c";
}

.fa.fa-building-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "\f1ad";
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "\f111";
}

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "\f07b";
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "\f07c";
}

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "\f119";
}

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "\f024";
}

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

.fa.fa-code-fork:before {
  content: "\f126";
}

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "\f133";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

.fa.fa-external-link-square:before {
  content: "\f360";
}

.fa.fa-compass {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "\f150";
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "\f151";
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "\f152";
}

.fa.fa-eur:before {
  content: "\f153";
}

.fa.fa-euro:before {
  content: "\f153";
}

.fa.fa-gbp:before {
  content: "\f154";
}

.fa.fa-usd:before {
  content: "\f155";
}

.fa.fa-dollar:before {
  content: "\f155";
}

.fa.fa-inr:before {
  content: "\f156";
}

.fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "\f15a";
}

.fa.fa-file-text:before {
  content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa.fa-sort-amount-desc:before {
  content: "\f884";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "\f171";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "\f309";
}

.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "\f191";
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "\f192";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before {
  content: "\f195";
}

.fa.fa-turkish-lira:before {
  content: "\f195";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "\f1b9";
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "\f0e0";
}

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "\f1c2";
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "\f1c5";
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "\f1c8";
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "\f1c9";
}

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "\f1d1";
}

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "\f111";
}

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "\f1fb";
}

.fa.fa-area-chart:before {
  content: "\f1fe";
}

.fa.fa-pie-chart:before {
  content: "\f200";
}

.fa.fa-line-chart:before {
  content: "\f201";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "\f20a";
}

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "\f2b4";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "\f09a";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "\f236";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "\f240";
}

.fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

.fa.fa-battery-2:before {
  content: "\f242";
}

.fa.fa-battery-1:before {
  content: "\f243";
}

.fa.fa-battery-0:before {
  content: "\f244";
}

.fa.fa-object-group {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "\f273";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "\f274";
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before {
  content: "\f2a4";
}

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "\f2b9";
}

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa.fa-bathtub:before {
  content: "\f2cd";
}

.fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cab:before {
  content: "\f1ba";
}

.user:before {
  content: "\f007";
}

.twitter:before {
  content: "\f099";
}

/* Fonts */
/* Colors */
/* new colours */
.page-foundation-certificate-in-marketing h2, .page-foundation-certificate-in-marketing.theme-grey h2,
.page-certificate-in-professional-marketing h2,
.page-certificate-in-professional-marketing.theme-grey h2,
.page-diploma-in-professional-marketing h2,
.page-diploma-in-professional-marketing.theme-grey h2,
.page-postgraduate-diploma-in-marketing h2,
.page-postgraduate-diploma-in-marketing.theme-grey h2 {
  color: #333333;
}

.quotes {
  background-color: #fff;
  background-image: url("../img/icons/left-quote.png"), url("../img/icons/right-quote.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 0.5rem top 0.5rem, right 0.5rem bottom 0.5rem;
  margin: 3rem 0 2rem;
}
.quotes.quote-single {
  background-size: 2rem;
  padding: 3rem;
}
@media (min-width: 766px) {
  .quotes.quote-single {
    background-size: auto;
    background-position: left 2rem top 2rem, right 2rem bottom 2rem;
    padding: 2rem 2rem 6rem 10rem;
  }
}
.quotes.quote-single p {
  line-height: 1.4rem;
}
.quotes .quote-author {
  color: #8970B2;
  font-weight: bold;
}
@media (min-width: 766px) {
  .quotes .quote-author {
    position: absolute;
    bottom: 2.5rem;
    left: 10rem;
  }
}

.no-quotes {
  background-color: #fff;
  margin: 0;
}
@media (min-width: 766px) {
  .no-quotes .slides img {
    width: 33%;
    float: right;
    margin: 0;
  }
}

.qualificationpage {
  /*.grid-12 p:last-child {
      text-align: center;
      line-height: 1.6;
  }*/
  /* For Foundation Cert In Marketing Page #15111 C.S. 31/08/18 */
  /* Block Image Series #15111 C.S. 03/09/18  */
}
.qualificationpage h2 {
  color: #333333;
  margin: 0 0 1rem;
  padding: 0;
}
.qualificationpage h2 + .quote-single {
  margin-top: 1rem;
}
.qualificationpage h3 {
  margin-top: 0;
}
.qualificationpage p {
  margin-top: 0;
}
.qualificationpage ul {
  margin-top: 0;
  margin-bottom: 0.8rem;
}
.qualificationpage a[data-reveal-id] {
  background: transparent;
  color: #8970B2;
}
.qualificationpage .button-purple {
  border: 2px solid #8970B2;
}
.qualificationpage .button-purple:hover, .qualificationpage .button-purple:active, .qualificationpage .button-purple:focus {
  background: transparent;
  color: #8970B2;
}
.qualificationpage .slider_qualification {
  background: #fff;
  padding: 0;
}
.qualificationpage a.black-white-button {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.5em 1em;
}
.qualificationpage .flex-control-nav {
  top: 1.5rem;
}
.qualificationpage .flex-control-nav a {
  background: #8970B2;
}
.qualificationpage .flex-control-nav a:hover, .qualificationpage .flex-control-nav a:active, .qualificationpage .flex-control-nav a:focus {
  background: #e7cceb;
}
.qualificationpage .flex-control-nav a.flex-active {
  background: transparent;
}
.qualificationpage .flex-viewport {
  min-height: 14rem;
}
@media (min-width: 481px) {
  .qualificationpage .slides {
    margin: 2rem auto;
  }
}
.qualificationpage .slides a {
  display: block;
  text-align: center;
}
.qualificationpage .slides img {
  display: inline-block;
  max-width: 70%;
}
@media (min-width: 766px) {
  .qualificationpage .slides img {
    max-width: 11rem;
  }
}
.qualificationpage .flex-direction-nav li {
  width: 1rem;
}
@media (min-width: 766px) {
  .qualificationpage .flex-direction-nav li {
    width: 1.3rem;
  }
}
.qualificationpage .flex-direction-nav a {
  background: url(../img/icons/svg/chevron-purple-left.svg) center no-repeat;
  opacity: 1;
}
.qualificationpage .flex-direction-nav a.flex-next {
  background: url(../img/icons/svg/chevron-purple-right.svg) center no-repeat;
}
.qualificationpage .flex-direction-nav a:hover, .qualificationpage .flex-direction-nav a:active, .qualificationpage .flex-direction-nav a:focus {
  opacity: 0.75;
}
.qualificationpage .accordion-section {
  width: 100%;
}
.qualificationpage .accordion-section h2 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  background: #8970B2;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  padding: 1rem;
  text-transform: uppercase;
}
@media (min-width: 766px) {
  .qualificationpage .accordion-section .column {
    width: 50%;
  }
}
.qualificationpage .accordion-item {
  display: none;
}
.qualificationpage .accordion-header {
  background: #fff url("/img/icons/svg/chevron-purple-down.svg") center right 1rem no-repeat;
  background-size: 1.25rem auto;
  border: thin solid #8970B2;
  color: #8970B2;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  padding: 1rem;
  text-transform: uppercase;
}
.qualificationpage .accordion-header.opened {
  background-image: url("/img/icons/svg/chevron-purple-up.svg");
}
.qualificationpage .accordion-item {
  background: #fff;
  border: thin solid #8970B2;
  border-top: 0;
  padding: 2rem 2rem 1rem;
}
.qualificationpage .accordion-item h3 {
  color: #8970B2;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}
.qualificationpage .accordion-item li {
  line-height: 1.6;
}
.qualificationpage .modal-item {
  padding-left: 0 !important;
}
.qualificationpage .full-width {
  width: 100%;
}
.qualificationpage .qualification-diagram {
  display: flex;
}
.qualificationpage h2.section-header {
  margin-bottom: 2em;
}
.qualificationpage h2.no-bottom-margin {
  margin-bottom: 0 !important;
}
.qualificationpage .block-image-series {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "SourceSansPro", Tahoma, serif;
}
@media only screen and (min-width: 769px) {
  .qualificationpage .block-image-series {
    flex-direction: row;
  }
}
.qualificationpage .block-image-series .block-container {
  margin: 0.5em;
  text-align: center;
  width: 10em;
  flex-shrink: 1;
}
.qualificationpage .block-image-series .block-container .upper-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 0;
  font-size: 1.2rem;
  background-repeat: no-repeat;
  /*background-position: 175% 0%;*/
  background-size: 75% 75%;
  height: 5em;
}
@-moz-document url-prefix() {
  .qualificationpage .block-image-series .block-container .upper-text {
    background-position-y: -62% !important;
    background-size: 80% 80%;
  }
}
.qualificationpage .block-image-series .block-container .upper-text a {
  display: block;
  color: #fff;
  font-weight: normal;
}
.qualificationpage .block-image-series .block-container .upper-text a:hover {
  color: #DFDBD5;
}
.qualificationpage .block-image-series .block-container .upper-text.noLinkBlockText {
  height: 7.5em !important;
  /*background-position: 175% -52%;*/
}
@-moz-document url-prefix() {
  .qualificationpage .block-image-series .block-container .upper-text.noLinkBlockText {
    background-position-y: -65% !important;
    background-size: 80% 80%;
  }
}
.qualificationpage .block-image-series .block-container .lower-text {
  padding: 0.75em 0;
  border-top: 1px solid #fff;
  font-size: 1rem;
  height: 3em;
}
.qualificationpage .block-image-series .link-block-text {
  font-size: 1.5rem;
  border: 1px solid #fff;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
}

.qualifications .grid-2 {
  max-width: 100%;
}
.qualifications .grid-2 hr {
  margin: 0.3rem 0;
}
@media screen and (min-width: 640px) {
  .qualifications .grid-2 {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .qualifications .grid-2 {
    max-width: 16.66%;
  }
}
.qualifications .grid-3 {
  max-width: 100%;
}
.qualifications .grid-3 hr {
  margin: 0.3rem 0;
}
.qualifications .grid-3 .img-wrapper {
  background-size: cover;
}
@media screen and (min-width: 640px) {
  .qualifications .grid-3 {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .qualifications .grid-3 {
    max-width: 31%;
  }
}
.qualifications .grid-9 {
  max-width: 100%;
}
@media screen and (min-width: 640px) {
  .qualifications .grid-9 {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .qualifications .grid-9 {
    max-width: 68%;
  }
}
.qualifications .grid-10 {
  max-width: 100%;
  padding-right: 1em;
}
@media screen and (min-width: 640px) {
  .qualifications .grid-10 {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .qualifications .grid-10 {
    max-width: 83.33%;
  }
}
.qualifications.textpage .button.button-solid {
  background: #474c55;
  border-color: #474c55;
}
.qualifications.textpage .button.button-solid:hover {
  background-color: #fff;
  color: #474c55;
}

.info-area {
  background: #474c55;
  border: 0.5rem solid;
  color: #fff;
  padding: 1rem 1.5rem;
  text-align: center;
}
.info-area .iconProps {
  height: 4.5rem;
  margin-bottom: 0.5rem;
}
.info-area h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.info-area .cim-button {
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.info-area .cim-button:hover, .info-area .cim-button:active, .info-area .cim-button:focus {
  border-color: currentColor;
  color: #fff;
}

.img-responsive {
  -webkit-transition: all 250ms;
  transition: all 250ms;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
}
.img-responsive:hover, .img-responsive:active, .img-responsive:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.page-cim-marketing-leadership-programme .reveal-popup-link {
  text-align: left;
}

.page-our-story #section-1 > a {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.page-our-story #section-1 .img-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 7rem;
  width: auto;
}
.page-our-story #section-1 .small-block-text {
  text-align: center;
}
.page-our-story #section-1 h2 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  background: none;
  border: 2px solid;
  color: #0064C8;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 100%;
  margin: 0 auto 1.5rem;
  padding: 0.6em 1.1em;
}

@media (min-width: 481px) {
  .page-more-about-cim #section-1 [class^=grid-],
  .page-more-about-cim #section-1 [class*=" grid-"] {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 1rem);
    -moz-flex: 0 0 calc(50% - 1rem);
    -ms-flex: 0 0 calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
    margin: 0.5rem;
    max-width: none;
  }
}
@media (min-width: 766px) {
  .page-more-about-cim #section-1 [class^=grid-],
  .page-more-about-cim #section-1 [class*=" grid-"] {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 calc(24% - 1rem);
    -moz-flex: 0 0 calc(24% - 1rem);
    -ms-flex: 0 0 calc(24% - 1rem);
    flex: 0 0 calc(24% - 1rem);
  }
}
.page-more-about-cim #section-1 [class^=grid-] > a,
.page-more-about-cim #section-1 [class*=" grid-"] > a {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #070078;
  margin: 0;
  padding: 2rem 1rem;
  text-align: center;
}
.page-more-about-cim #section-1 .img-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 4.5rem;
  width: auto;
  margin: 0 0 0.5rem;
}
.page-more-about-cim #section-1 h2 {
  color: #fff;
  padding: 0 0 0.5rem;
}
.page-more-about-cim #section-1 h3 {
  font-size: 1.375rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (min-width: 766px) {
  .page-more-about-cim #section-1 h3 {
    font-size: 1.5rem;
    min-height: 4.5rem;
  }
}
@media (min-width: 1025px) {
  .page-more-about-cim #section-1 h3 {
    min-height: 3rem;
  }
}
.page-more-about-cim #section-1 p {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  border: 2px solid;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 100%;
  margin: auto;
  padding: 0.6em 1.1em;
  white-space: nowrap;
  text-align: center;
}

#wheel {
  cursor: pointer;
  height: 0;
  padding-top: 100%;
  position: relative;
}
#wheel svg {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
}

.page-professional-marketing-competencies #section-1 {
  padding-top: 2rem;
}
.page-professional-marketing-competencies .grid-9 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 766px) {
  .page-professional-marketing-competencies .grid-9 {
    max-width: 66%;
    padding-left: 2rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1025px) {
  .page-professional-marketing-competencies .grid-9 {
    max-width: 633px;
    padding-left: 0;
    padding-right: 3rem;
  }
}
.page-professional-marketing-competencies .grid-3 h2 {
  font-family: "SourceSansPro", Tahoma, serif;
  color: #333333;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0;
  padding: 0;
}
.page-professional-marketing-competencies .grid-3 h2 + p,
.page-professional-marketing-competencies .grid-3 p {
  color: #333333;
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin: 0 0 1.125rem;
  padding: 0;
}
@media (min-width: 1025px) {
  .page-professional-marketing-competencies .grid-3 h2 + p,
  .page-professional-marketing-competencies .grid-3 p {
    margin-bottom: 3rem;
  }
}
.page-professional-marketing-competencies .grid-3 h2 + p:before,
.page-professional-marketing-competencies .grid-3 p:before {
  display: none;
}

.cutting-edge-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cutting-edge-item {
  display: block;
  margin: 0;
  position: relative;
}
.cutting-edge-item:first-child {
  background-color: #fff;
  border-top: thin solid #333333;
  border-bottom: thin solid #333333;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.cutting-edge-item:first-child .cutting-edge-description {
  max-width: 100%;
}

.cutting-edge-description {
  position: relative;
  padding: 1.5rem 1rem 1rem;
}
@media (min-width: 766px) {
  .cutting-edge-description {
    max-width: calc(100% - 20rem);
  }
}
.cutting-edge-description h2 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  font-weight: bold;
  padding: 0 3.5rem 1rem 0;
}

.cutting-edge-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.125rem;
}

@media (min-width: 766px) {
  .cutting-edge-sidebar {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.cutting-edge-sidebar img {
  max-width: 70%;
}
@media (min-width: 766px) {
  .cutting-edge-sidebar img {
    max-width: 16rem;
  }
}

.page-cutting-edge h3 {
  margin-left: 1rem;
}

.page-marketing-library #section-1 .grid,
.page-marketing-library #section-3 .grid {
  background: #fff;
}

.resource-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.resource-list li {
  border-bottom: 2px solid rgba(223, 219, 213, 0.7);
  margin: 0 1rem 0.5rem;
  padding: 1.5rem 0 0.5rem;
}
@media (min-width: 481px) {
  .resource-list li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 2rem);
    -moz-flex: 0 0 calc(50% - 2rem);
    -ms-flex: 0 0 calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
  }
}
@media (min-width: 766px) {
  .resource-list li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 calc(33% - 2rem);
    -moz-flex: 0 0 calc(33% - 2rem);
    -ms-flex: 0 0 calc(33% - 2rem);
    flex: 0 0 calc(33% - 2rem);
  }
}
.resource-list li:hover, .resource-list li:active, .resource-list li:focus {
  cursor: pointer;
}
.resource-list li:hover p, .resource-list li:active p, .resource-list li:focus p {
  color: #474c55;
}
.resource-list li:hover .resource-cta, .resource-list li:active .resource-cta, .resource-list li:focus .resource-cta {
  color: #f1563f;
}
.resource-list .rl-header {
  position: relative;
}
.resource-list .icon {
  height: auto;
  width: 4.5rem;
  margin: 0 0.6rem 0.5rem 0;
  vertical-align: top;
}
.resource-list h3 {
  color: #474c55;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
  padding: 1rem 0;
  width: calc(100% - 5.5rem);
}
.resource-list p {
  font-size: 0.9rem;
}
.resource-list a {
  color: #474c55;
  font-weight: normal;
}
.resource-list .resource-cta {
  font-weight: bold;
}

.page-our-network .grid-4 a {
  background: #070078;
}
.page-our-network .grid-4 .small-block-text {
  background-color: #070078;
}
.page-our-network .grid-4 .small-block-text h2 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  color: #fff;
  padding: 1em 0.5em 0.5em 1em;
}

.page-examination-centre .umbraco-forms-page {
  border-top: 2px solid #333333;
  margin-top: 1rem;
}
.page-examination-centre .umbraco-forms-container {
  padding: 0;
}
.page-examination-centre .umbraco-forms-field-wrapper {
  margin-bottom: 1rem;
}
.page-examination-centre .umbraco-forms-field-wrapper:first-child {
  margin: 0;
  padding: 0;
}
.page-examination-centre .umbraco-forms-field {
  height: auto;
}
.page-examination-centre .umbraco-forms-field textarea {
  height: 6rem;
}
.page-examination-centre .form-group {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-examination-centre .select-styling {
  position: relative;
}
.page-examination-centre .customSelect {
  color: #222;
  font-weight: normal;
  font-size: 1rem;
  width: 100%;
  max-width: none;
}
.page-examination-centre .singlechoice label {
  display: inline-block;
}

.faq-nav {
  padding: 0;
  margin: 1em 0 0 -7px;
}
.faq-nav li {
  list-style: none;
  margin: 0;
}
.faq-nav li a {
  display: block;
  color: #474c55;
  background: #e3e4e2;
  padding: 1em;
  border-bottom: 1px solid #fff;
}
.faq-nav li a:hover, .faq-nav li a.on {
  background: #070078;
  color: #fff;
}
.faq-home-content ul {
  margin: 0;
  padding: 0;
}
.faq-home-content ul li {
  list-style: none;
  border-top: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  margin: 0;
  padding: 1rem;
}
.faq-home-content ul li:hover {
  background-color: #f5f5f5 !important;
}
.faq-home-content ul li > a {
  display: block;
  width: 100%;
}
.faq-home-content ul li:last-child {
  border-bottom: 1px #ccc solid;
}
.faq-footer {
  float: left;
  padding: 0;
}
.faq-footer li {
  display: inline;
  list-style: none;
  padding-right: 2rem;
}
.faq-footer li button {
  width: 10rem;
}
.faq-page {
  margin: 5rem 0;
  min-height: 25rem;
}
.faq-page ol {
  margin: 0;
  padding: 0;
  width: 100%;
}
.faq-page ol li {
  border-top: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  list-style: none;
  margin: 0;
  padding: 1rem;
}
.faq-page ol li:last-child {
  border-bottom: 1px #ccc solid;
}

.international .site-wrapper {
  background: #fff;
}
.international section:nth-child(odd):not(.page-banner) {
  background: #f7f5f2;
  padding: 1rem;
  margin: 0 0.5rem 1rem;
}
.international section.page-banner .header-container {
  max-width: 1008px;
}
.international h2 {
  text-align: center;
  color: #000;
  display: inline-block;
  font-size: 1.9em;
  margin: 1rem auto;
}
.international h2::after {
  background: #737370;
  border-radius: 0.1rem;
  content: "";
  display: block;
  height: 4px;
  width: 13rem;
  margin: 0.5rem auto;
}
.international .sub-nav {
  font-family: "SourceSansPro", Tahoma, serif;
  margin: 0 8px 1em;
  padding: 0;
  background: #e3e4e2;
}
.international .sub-nav li {
  list-style: none;
  margin: 0;
}
.international .sub-nav li a {
  padding: 1em;
  text-align: center;
  display: block;
  color: #474c55;
}
.international .sub-nav li a:hover {
  background: #8970B2;
  color: #fff;
}
.international .study-centres {
  padding: 2rem 0.5rem 1rem;
  text-align: center;
}
.international .study-centre-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.international .study-centre-list li {
  margin: 0;
  padding: 0;
}
.international .study-centre-list a {
  -webkit-transition: 150ms;
  transition: 150ms;
  text-align: center;
  display: block;
  height: 9rem;
  padding: 1rem 1rem 3rem;
  position: relative;
  width: 100%;
}
@media (min-width: 766px) {
  .international .study-centre-list a {
    width: auto;
    min-width: 10rem;
  }
}
.international .study-centre-list img {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  max-height: 5rem;
  max-width: 12rem;
}
.international .study-centre-list span {
  clear: both;
  color: #333333;
  height: 2rem;
  font-weight: normal;
  line-height: 1.2;
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  left: 0.5rem;
}
.international .contact-info p {
  margin: 0;
}
.international .board-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.international .board-members img {
  margin-bottom: 1rem;
}
.international .board-members h3 {
  font-family: "SourceSansPro", Tahoma, serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.international .board-members p {
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
}
.international .board-members > li {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 1rem);
  -moz-flex: 0 0 calc(50% - 1rem);
  -ms-flex: 0 0 calc(50% - 1rem);
  flex: 0 0 calc(50% - 1rem);
  padding: 0.5rem;
  text-align: center;
}
@media (min-width: 481px) {
  .international .board-members > li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 calc(33% - 1rem);
    -moz-flex: 0 0 calc(33% - 1rem);
    -ms-flex: 0 0 calc(33% - 1rem);
    flex: 0 0 calc(33% - 1rem);
  }
}
@media (min-width: 766px) {
  .international .board-members > li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 calc(20% - 1rem);
    -moz-flex: 0 0 calc(20% - 1rem);
    -ms-flex: 0 0 calc(20% - 1rem);
    flex: 0 0 calc(20% - 1rem);
  }
}
.international .accordion-inner {
  background: #fff;
}
.international .cim-button {
  background: #737370;
  border-color: #737370;
}
.international .cim-button:hover, .international .cim-button:active, .international .cim-button:focus {
  background: transparent;
  color: #737370;
}

.centre-vimeo-video {
  margin-left: 25%;
}
@media only screen and (max-width: 768px), screen and (max-device-width: 768px) {
  .centre-vimeo-video {
    margin-left: 0;
  }
  .centre-vimeo-video iframe {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 768px), screen and (max-device-width: 768px) and (min-aspect-ratio: 13/9) {
  .sub-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .sub-nav li {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}
.page-still-studying h3,
.page-already-graduated h3 {
  color: #333333;
  font-size: 1.125rem;
  margin: 0;
  padding: 0 0 1rem;
}
.page-still-studying #select-boxes,
.page-already-graduated #select-boxes {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
.page-still-studying #select-boxes li,
.page-already-graduated #select-boxes li {
  margin: 0;
  padding: 0;
}
@media (min-width: 766px) {
  .page-still-studying #select-boxes li,
  .page-already-graduated #select-boxes li {
    max-width: 32rem;
  }
}

.page-page-not-found .site-main .page-banner img {
  display: none;
}
@media (min-width: 766px) {
  .page-page-not-found .site-main .page-banner img {
    display: block;
  }
}
.page-page-not-found .site-main .container {
  background: #fff;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: auto;
}
@media (min-width: 766px) {
  .page-page-not-found .site-main .container {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-page-not-found .site-main p {
  font-size: 1.1rem;
  line-height: 1.75rem;
  text-align: center;
}
.page-page-not-found .site-main p img {
  margin: 1rem auto;
  width: 80%;
}
@media (min-width: 766px) {
  .page-page-not-found .site-main p img {
    width: auto;
  }
}

.page-terms-and-conditions h3,
.page-privacy h3 {
  color: #474c55;
}
.page-terms-and-conditions .col-md-12,
.page-privacy .col-md-12 {
  margin-bottom: 0;
}

.page-cpd .grid-4 > a {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.page-cpd .grid-4 h2 {
  font-size: 1.25rem;
}
.page-cpd .grid-4 .modal-item {
  width: 100%;
  background-color: #070078;
  padding: 1.4em 0.5em 1em 0.5em;
}
.page-cpd .grid-4 .modal-item h2 {
  font-family: "SourceSansPro", Tahoma, serif;
  font-weight: 400;
}

.cpdImage {
  position: relative;
  right: 0;
  top: -78px;
  float: right;
}

.cpd-table {
  margin-left: 25%;
  width: 50%;
}
.cpd-table ul, .cpd-table .cpd-table span {
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .cpd-table {
    margin-left: 0;
    width: 100%;
  }
}
.page-cipd-2017-form .select-styling {
  position: relative;
}
.page-cipd-2017-form .customSelect {
  color: #222;
  font-weight: normal;
  font-size: 1rem;
  width: 100%;
  max-width: none;
}
.page-cipd-2017-form #section-0 {
  background: url("/img/cim_crest_silver_spot.png");
  background-repeat: no-repeat;
  background-position: 374px center;
}
.page-cipd-2017-form .cim-button {
  background: #474c55;
  border: 2px solid #474c55;
  float: right;
}
.page-cipd-2017-form .cim-button:hover, .page-cipd-2017-form .cim-button:active, .page-cipd-2017-form .cim-button:focus {
  background: #fff;
  color: #474c55;
}
.page-cipd-2017-form .umbraco-forms-page {
  padding-top: 2rem;
}
.page-cipd-2017-form .umbraco-forms-container {
  margin-top: 0;
  margin-bottom: 0;
}
.page-cipd-2017-form .umbraco-forms-container.col-md-6 {
  margin-bottom: 1rem;
}
.page-cipd-2017-form .termsandconditions,
.page-cipd-2017-form .titleanddescription {
  margin: 0;
}
.page-cipd-2017-form .termsandconditions p,
.page-cipd-2017-form .titleanddescription p {
  margin: 0;
  padding: 0 0 1rem;
}

.cms-content h1, .cms-content h2 {
  font-family: "SourceSansPro", Tahoma, serif;
  font-size: 32px;
  font-weight: bold;
  margin: 20px 0;
}
.cms-content h2 {
  color: #333333;
  margin: 0 0 14px;
  font-weight: 400;
}
.cms-content h3 {
  font-family: "SourceSansPro", Tahoma, serif;
  font-size: 26px;
  font-weight: normal;
  margin: 20px 0;
}
.cms-content h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0;
}
.cms-content h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0;
}
.cms-content h6.large-sans {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  color: #737370;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 766px) {
  .cms-content .mobile-label {
    display: none;
  }
}

.flow-text-right {
  float: left;
  margin-right: 1em;
}

.flow-text-left {
  float: right;
  margin-left: 1em;
}

.getintomarketingpage #wrapper {
  background: #fff;
}
.getintomarketingpage #secondary-nav {
  padding: 0;
  margin: 0;
}
.getintomarketingpage #secondary-nav li {
  list-style: none;
}
.getintomarketingpage #secondary-nav li a {
  border-bottom: 1px solid #72E8EA;
  display: block;
  padding: 0.75em 0;
  text-align: center;
  font-weight: normal;
  color: #474c55;
}
.getintomarketingpage .gim-heading {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 25px;
  color: #474c55;
}
.getintomarketingpage .gim-heading span {
  display: inline-block;
  border-bottom: 3px solid #82E8EC;
  padding-bottom: 15px;
}
.getintomarketingpage .its-block {
  background: #f7f7f7;
  padding: 15px 0;
  border-bottom: 5px solid #82E8EC;
}
.getintomarketingpage .its-block h3 {
  font-family: "SourceSansPro", Tahoma, serif;
  color: #82E8EC;
  font-size: 150px;
  letter-spacing: -5px;
  margin: 0;
  font-weight: 300;
}
.getintomarketingpage .its-block ul {
  padding: 0;
  margin: 0;
}
.getintomarketingpage .its-block ul li {
  list-style: none;
}
.getintomarketingpage .its-block ul li h4 {
  font-family: "SourceSansPro", Tahoma, serif;
  font-size: 20px;
  font-weight: normal;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0.3em 1em 0.3em 0;
  position: relative;
}
.getintomarketingpage .its-block ul li h4:before {
  border-radius: 20px;
  background-clip: padding-box;
  content: "";
  background: #0064C8;
  height: 0.75em;
  width: 0.75em;
  position: absolute;
  top: 0.475em;
  right: 0;
  font-size: 1em;
}
.getintomarketingpage .its-block ul li h4:after {
  -webkit-transition: 150ms;
  transition: 150ms;
  content: "";
  position: absolute;
  top: 0.65em;
  right: 0.175em;
  border-left: 0.3em solid #fff;
  border-top: 0.2em solid transparent;
  border-bottom: 0.2em solid transparent;
}
.getintomarketingpage .its-block ul li h4.on:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 0.22em;
}
.getintomarketingpage .marketing-for-you {
  background: #0064C8;
  padding: 20px;
}
.getintomarketingpage .marketing-for-you .flexslider {
  padding: 1em 0 0;
}
.getintomarketingpage .marketing-for-you .flexslider .flex-direction-nav {
  display: none;
}
.getintomarketingpage .marketing-for-you .slide {
  padding: 0;
}
.getintomarketingpage .marketing-for-you .slide h2 {
  color: #fff;
  font-size: 22px;
  margin: 1em 0 0.5em;
}
.getintomarketingpage .get-into-marketing {
  clear: both;
  padding: 10px;
}
.getintomarketingpage .get-into-marketing a {
  font-family: "SourceSansPro", Tahoma, serif;
  display: block;
  margin: 5px;
  background: #474c55;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  padding: 1em 0.2em;
}
.getintomarketingpage .get-into-marketing a:hover {
  background: #333333;
}
.getintomarketingpage .get-into-marketing a:hover .arrow:before {
  border-left-color: #333333;
}
.getintomarketingpage .get-into-marketing a .arrow {
  border-radius: 20px;
  background-clip: padding-box;
  display: inline-block;
  background: #0064C8;
  height: 1em;
  width: 1em;
  margin-left: 0.3em;
  vertical-align: middle;
  position: relative;
}
.getintomarketingpage .get-into-marketing a .arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 3px);
  border-left: 10px solid #474c55;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

@media only screen and (min-width: 768px) {
  .getintomarketingpage #secondary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-family: "SourceSansPro", Tahoma, serif;
  }
  .getintomarketingpage #secondary-nav li {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
    list-style: none;
    margin: 0;
  }
  .getintomarketingpage #secondary-nav li a {
    border-bottom: none;
    border-right: 1px solid #72E8EA;
    margin: 1em 0;
  }
  .getintomarketingpage .its-block {
    padding: 15px;
  }
  .getintomarketingpage .its-block h3 {
    font-size: 240px;
    letter-spacing: -10px;
  }
  .getintomarketingpage .its-block ul li h4 {
    font-size: 32px;
  }
  .getintomarketingpage .marketing-for-you .slide {
    padding: 0 1em;
  }
  .getintomarketingpage .get-into-marketing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .getintomarketingpage .get-into-marketing a {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1020px) {
  .getintomarketingpage .get-into-marketing a {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: calc(25% - 10px);
  }
}
.event-search-results {
  padding-left: 1rem;
}
.event-search-results-table {
  margin-bottom: 5rem;
  margin-left: 15px;
}
.event-search-results-date {
  width: 15%;
}
.event-search-results-title {
  width: 35%;
}
.event-search-results-speaker {
  width: 25%;
}
.event-search-results-location {
  width: 25%;
}

#modal-holder {
  z-index: 500;
}
#modal-holder.position-Top, #modal-holder.position-Bottom, #modal-holder.position-Bottom-Right {
  position: fixed;
}
#modal-holder.position-Top > div, #modal-holder.position-Bottom > div, #modal-holder.position-Bottom-Right > div {
  position: absolute;
}
#modal-holder.position-Top, #modal-holder.position-Bottom {
  left: 25%;
  width: 50%;
}
#modal-holder.position-Bottom-Right {
  right: -76px;
  width: 50%;
}
#modal-holder.position-Top {
  top: 129px;
}
#modal-holder.position-Bottom, #modal-holder.position-Bottom-Right {
  bottom: 80px;
}

.modal-overlay {
  background-color: #c6c6c6;
  height: 2000px;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

/* Popup */
#modal-holder {
  z-index: 500;
}
#modal-holder.position-Top, #modal-holder.position-Bottom, #modal-holder.position-Bottom-Right {
  position: fixed;
}
#modal-holder.position-Top > div, #modal-holder.position-Bottom > div, #modal-holder.position-Bottom-Right > div {
  position: absolute;
}
#modal-holder.position-Top, #modal-holder.position-Bottom {
  left: 25%;
  width: 50%;
}
#modal-holder.position-Bottom-Right {
  right: -76px;
  width: 50%;
}
#modal-holder.position-Top {
  top: 129px;
}
#modal-holder.position-Bottom, #modal-holder.position-Bottom-Right {
  bottom: 80px;
}

.modal-overlay {
  background-color: #c6c6c6;
  height: 2000px;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

.newsroom h2.headers {
  display: block;
  border-bottom: 5px solid #87d1d4;
  padding-bottom: 5px;
  margin-bottom: 0.5em;
  color: #737370;
}
.newsroom #hero-panel {
  max-width: 992px;
  margin: auto;
}
.newsroom #hero-panel h1 {
  color: #fff;
  font-size: 2rem;
  width: 100%;
  margin: 0;
  text-shadow: none;
}
.newsroom #hero-panel.noBanner .pageHeader {
  position: unset;
  padding: 1rem 0 0;
}
.newsroom #hero-panel.noBanner h1 {
  color: #87d1d4;
  padding: 0;
}
@media (min-width: 481px) {
  .newsroom #newslist #news-topic {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    grid-gap: 0.5em;
  }
}
.newsroom #newslist #news-topic .newsItem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "image text";
  width: 100%;
  max-width: 100%;
}
.newsroom #newslist #news-topic .newsItem:nth-of-type(even) {
  grid-template-areas: "text image";
}
@media (min-width: 481px) {
  .newsroom #newslist #news-topic .newsItem {
    width: 100%;
    max-width: 491px;
  }
  .newsroom #newslist #news-topic .newsItem:nth-of-type(even) {
    grid-template-areas: "image text";
  }
  .newsroom #newslist #news-topic .newsItem:nth-of-type(4n+3), .newsroom #newslist #news-topic .newsItem:nth-of-type(4n+4) {
    grid-template-areas: "text image";
  }
}
.newsroom #newslist #news-topic .newsItem .ndImage {
  width: 100%;
  float: none;
}
.newsroom #newslist #news-topic .newsItem h2 {
  width: 100%;
}
.newsroom #newslist #news-topic .newsItem .newsdate {
  width: 88%;
}
.newsroom #newslist .slider .flex-viewport {
  min-height: auto;
}
.newsroom #newslist .slider .flex-viewport .slides {
  margin: 0;
}
.newsroom #newslist .slider .flex-viewport .slides#news-topic {
  width: 300% !important;
  grid-gap: 0;
}
.newsroom #newslist .slider .flex-viewport .slides#news-topic .newsrow {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  width: 912px !important;
  grid-gap: 0.5em;
  max-width: 100% !important;
}
.newsroom #newslist .slider .flex-viewport .slides#news-topic .newsItem.slide {
  padding: 0;
}
.newsroom #newslist .slider .flex-control-nav {
  top: unset;
  bottom: -2.5em;
}
.newsroom.newsarticlepage #newslist {
  margin-bottom: 0;
}
.newsroom .news-detail .navjump.fixed {
  position: initial;
  margin: auto;
}
@media (min-width: 481px) {
  .newsroom .news-detail .navjump.fixed {
    position: fixed;
    margin-left: -16px;
  }
}
.newsroom .news-detail .headerDetails {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
}
@media (min-width: 481px) {
  .newsroom .news-detail .headerDetails {
    grid-template-columns: 3fr 1fr;
  }
}
.newsroom .news-detail .headerDetails .dateItem {
  display: grid;
  grid-template-rows: 1fr;
  padding: 0 0.5em;
  position: relative;
  float: none;
}
@media (min-width: 481px) {
  .newsroom .news-detail .headerDetails .dateItem {
    grid-template-rows: 3fr 1fr;
  }
}
.newsroom .news-detail .headerDetails .dateItem h2 {
  font-size: 1.2em;
}
.newsroom .news-detail .headerDetails .dateItem .newsDate {
  right: 0;
}
.newsroom .tagDetails {
  padding: 2em 0.5em 0 0.5em;
}
.newsroom .tagDetails h2 {
  display: block;
  border-bottom: 5px solid #87d1d4;
  padding-bottom: 5px;
  margin-bottom: 0.5em;
  color: #737370;
}
.newsroom .tagList {
  margin-bottom: 2em;
  padding: 2em 0.5em 0 0.5em;
}

#level-two {
  font-size: 14px;
}
#level-two h1, #level-two h2, #level-two h3, #level-two h4, #level-two h5, #level-two h6 {
  color: #474c55;
}
#level-two p {
  font-size: 14px;
}
#level-two .row {
  max-width: 64em;
}

.search-form-container {
  position: relative;
  margin: 0 0 0.5em;
}
.search-form-container button {
  border: none;
  position: absolute;
  height: 25px;
  width: 25px;
  top: 11px;
  left: 7px;
  padding: 0;
}
.search-form-container button svg {
  height: 25px;
  width: 25px;
  display: block;
}

#study-centre-location {
  border: 1px solid #ddd;
  padding: 12px 12px 12px 45px;
  font-size: 14px;
  height: auto;
  line-height: 100%;
  font-weight: normal;
}
#study-centre-location.searching {
  background: url(/images/loading.gif) no-repeat 6px 50%;
}

#study-centre-results {
  position: relative;
}
#study-centre-results .loading-block {
  transition: opacity 150ms;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff url(/images/loading-large.gif) 50% 175px no-repeat;
}
#study-centre-results.loading .loading-block {
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
#study-centre-results #map {
  height: 362px;
  max-width: none;
  width: 100%;
  border: 2px solid #ddd;
  margin-bottom: 0.5em;
  display: block;
}
#study-centre-results .results-table {
  border-bottom: 1px solid #ccc;
  display: none;
  width: 100%;
  border-collapse: collapse;
}
#study-centre-results .results-table tr {
  background: #fff;
  cursor: pointer;
}
#study-centre-results .results-table tr.highlight {
  background: #d2def4;
}
#study-centre-results .results-table tr:hover {
  background: #f7f5f2;
}
#study-centre-results .results-table th {
  font-family: "SourceSansPro", Tahoma, serif;
  padding: 10px 8px;
  height: 56px;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
  background: #F7F5F2;
  color: #474c55;
  cursor: default;
}
#study-centre-results .results-table th:first-child {
  text-align: left;
}
#study-centre-results .results-table td {
  text-align: left;
  padding: 5px 8px;
  border-top: 1px solid #ccc;
  vertical-align: middle;
}
#study-centre-results .results-table .header-row td {
  border-top: 0.5em solid #fff;
  border-bottom: 0.5em solid #fff;
  background: #F7F5F2;
  color: #474c55;
  padding: 10px;
  cursor: default;
}
#study-centre-results .results-table .check {
  height: 12px;
  width: 12px;
  background: #00338C;
  display: block;
  margin: 0 auto;
}
#study-centre-results .results-table a {
  width: 45px;
  display: block;
  margin: 0 auto;
}
#study-centre-results .results-table svg {
  width: 45px;
  height: 45px;
}
#study-centre-results .results-table svg:hover path {
  fill: #00338C;
}
#study-centre-results .results-table h2 {
  margin: 10px 5px;
  color: #474c55;
  cursor: pointer;
  font-size: 14px;
}
#study-centre-results .results-table h2:after {
  transform: rotate(45deg);
  content: "";
  height: 15px;
  width: 15px;
  float: right;
  border-left: 3px solid #333;
  border-top: 3px solid #333;
  margin: 10px 5px;
}
#study-centre-results .results-table .result-row {
  background: #F7F5F2;
  display: none;
  cursor: default;
}
#study-centre-results .results-table .result-row:hover {
  background: #F7F5F2;
}
#study-centre-results .results-table .result-row.open {
  display: table-row;
}
#study-centre-results .results-table .course {
  margin: 5px;
}
#study-centre-results .results-table .course h4 {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
  background: #e3e4e2;
}
#study-centre-results .results-table .course .modules {
  display: flex;
  margin: 10px 0 10px 10px;
  padding: 0;
}
#study-centre-results .results-table .course .modules li {
  width: calc(25% - 10px);
  margin: 0 10px 10px 0;
  text-align: center;
  padding: 10px;
  list-style: none;
  line-height: 150%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #study-centre-results .results-table tbody tr:first-of-type {
    display: block;
  }
  #study-centre-results .results-table tr {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ccc;
  }
  #study-centre-results .results-table tr td {
    display: block;
  }
  #study-centre-results .results-table tr:first-of-type {
    display: none;
  }
  #study-centre-results .results-table tr:nth-child(odd) td {
    border-left: 100px solid #f7f7f7;
  }
  #study-centre-results .results-table tr:nth-child(odd) td .check {
    margin: 8px auto;
  }
  #study-centre-results .results-table tr:nth-child(odd) td:before {
    float: left;
    margin-left: -100px;
    padding: 5px 0;
    width: 80px;
  }
  #study-centre-results .results-table tr:nth-child(odd) td:after {
    content: "";
    display: block;
    clear: both;
  }
  #study-centre-results .results-table tr:nth-child(odd) td:nth-child(1):before {
    content: "Venue";
  }
  #study-centre-results .results-table tr:nth-child(odd) td:nth-child(2):before {
    content: "Blended";
  }
  #study-centre-results .results-table tr:nth-child(odd) td:nth-child(3):before {
    content: "Face to Face";
  }
  #study-centre-results .results-table tr:nth-child(odd) td:nth-child(4):before {
    content: "Distance Learning";
  }
  #study-centre-results .results-table tr:nth-child(odd) td:nth-child(5):before {
    content: "Contact";
  }
  #study-centre-results .results-table tr:nth-child(odd) td:nth-child(6):before {
    content: "Website";
  }
  #study-centre-results .results-table tr.result-row.open {
    display: block;
    margin-top: -11px;
  }
  #study-centre-results .results-table tr.result-row .modules {
    display: block;
    margin: 0;
  }
  #study-centre-results .results-table tr.result-row .modules li {
    width: 100%;
    margin: 0;
  }
}

.load-more {
  margin: 10px auto 0;
  display: block;
  width: 160px;
}
.load-more.disabled {
  transition: none;
  padding: 2px;
  cursor: default;
  background: #f5f5f5;
  border-color: #ccc;
}
.load-more.disabled:before, .load-more.disabled:after {
  display: none;
}
.load-more img {
  margin: 8px auto;
  display: block;
  height: 16px;
  width: 16px;
}
.load-more:before {
  background: #fff !important;
}

#study-centre-finder {
  background: #fff;
  margin: 0 8px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #study-centre-finder {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
}
#study-centre-finder .checkbox {
  display: block;
  padding: 5px 10px 5px 31px;
  font-size: 14px;
  font-weight: normal;
}
#study-centre-finder .checkbox input {
  position: absolute;
  left: -999em;
}
#study-centre-finder .checkbox .cb {
  border-radius: 50%;
  border: 1px solid #ccc;
  height: 16px;
  width: 16px;
  line-height: 14px;
  background: #fff;
  float: left;
  padding: 0;
  margin: 1px 10px 0 -26px;
  text-align: center;
}
#study-centre-finder .checkbox .cb:before {
  border-radius: 50%;
  content: "";
  height: 8px;
  width: 8px;
  background: #474c55;
  display: none;
}
#study-centre-finder .checkbox input:checked ~ .cb:before {
  display: inline-block;
}

#study-centre-filters .filters {
  padding: 0;
  margin: 0 0 0.5em 0;
}
#study-centre-filters .filters ul {
  margin: 0 0 5px;
  padding: 5px 0;
  background: #F7F5F2;
}
#study-centre-filters .filters ul ul {
  background: rgba(0, 0, 0, 0.05);
  padding-left: 15px;
}
#study-centre-filters .filters li {
  list-style: none;
}
#study-centre-filters .filters > li {
  margin-bottom: 0.5em;
}
#study-centre-filters .filters label {
  color: #474c55;
}
#study-centre-filters .filters .has-tip {
  border: none;
  background: #737370;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  line-height: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 3px;
}
#study-centre-filters .filters .has-tip img,
#study-centre-filters .filters .has-tip svg {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin-top: 3px;
}
#study-centre-filters .filters .has-tip img path,
#study-centre-filters .filters .has-tip svg path {
  fill: #fff;
  stroke: #fff;
}
#study-centre-filters .filters .has-tip:hover {
  position: relative;
}
#study-centre-filters .filters .has-tip:hover:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 100%;
  z-index: 10;
  margin-left: 4px;
  border-right: 6px solid rgba(0, 0, 0, 0.8);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
#study-centre-filters .filters .has-tip:hover:after {
  border-radius: 5px;
  content: attr(data-title);
  position: absolute;
  top: -5px;
  left: 100%;
  z-index: 10;
  margin-left: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  width: 200px;
}
#study-centre-filters h4 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  font-size: 16px;
  padding: 10px;
  margin: 0;
  line-height: 120%;
  background: #e3e4e2;
}
#study-centre-filters .distance-learning-toggle {
  padding-left: 26px;
  margin-top: 10px;
  display: none;
}

@media only screen and (max-width: 768px) {
  #study-centre-filters .filters .has-tip:hover:before {
    display: none;
  }
  #study-centre-filters .filters .has-tip:hover:after {
    position: fixed;
    top: 40%;
    left: 25%;
    width: 50%;
    font-size: 16px;
    box-shadow: rgba(115, 115, 112, 0.2) 5px 5px;
  }
}
@media only screen and (max-width: 599px) {
  #study-centre-filters .filters .has-tip:hover:before {
    display: none;
  }
  #study-centre-filters .filters .has-tip:hover:after {
    position: fixed;
    top: 24%;
    left: 15%;
    width: 70%;
    font-size: 16px;
    box-shadow: rgba(115, 115, 112, 0.2) 5px 5px;
  }
}
.distance-selector {
  /*margin-bottom:1.5em;*/
  background: #F7F5F2;
}
.distance-selector h4 {
  color: #fff;
  background: #00338C;
}
.distance-selector .inner {
  padding: 15px;
  overflow: hidden;
}
.distance-selector #filter-distance {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 75px);
  background: none;
  border: none;
}
.distance-selector .distance-selection {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 5px 0;
  background: none;
  border: none;
}

.no-results {
  display: none;
  padding: 20px;
  border: 2px solid #ccc;
  margin: 0.5em 0;
}
.no-results h2 {
  font-family: "SourceSansPro", Tahoma, sans-serif;
  font-size: 16px;
  color: #474c55;
  margin-bottom: 10px;
}
.no-results .checkbox {
  background: #eee;
}

#contact-dialog {
  max-width: 450px;
}

#contact-dialog .field-wrap,
#notification-form .field-wrap {
  overflow: hidden;
}
#contact-dialog .field-wrap .field,
#notification-form .field-wrap .field {
  float: left;
  width: 50%;
  padding-left: 10px;
}
#contact-dialog .field-wrap .field:first-child,
#notification-form .field-wrap .field:first-child {
  padding-right: 10px;
  padding-left: 0;
}
#contact-dialog .field,
#notification-form .field {
  margin-bottom: 20px;
}
#contact-dialog .field label,
#notification-form .field label {
  display: block;
  padding-bottom: 5px;
}
#contact-dialog .field input,
#notification-form .field input {
  border: 1px solid #ccc;
}
#contact-dialog .field textarea,
#notification-form .field textarea {
  height: 150px;
}
#contact-dialog button,
#notification-form button {
  float: right;
}
#contact-dialog button .cim-button,
#notification-form button .cim-button {
  background: #fff;
}
#contact-dialog button .cim-button:hover,
#notification-form button .cim-button:hover {
  color: #000 !important;
}
#contact-dialog button .cim-button:before,
#notification-form button .cim-button:before {
  background: #fff;
}

main input[type=radio], .studyMethod {
  display: inline-block;
}

.qualification-filters {
  display: none;
}

textarea {
  display: block;
}

#study-centre-form label.error {
  background: #bb2121;
  color: #fff;
  padding: 0.25em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 97%;
  margin: auto;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #00338C;
  border-radius: 1px;
  border: 1px solid #333;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #333;
  height: 22px;
  width: 9px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #00338C;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #00338C;
  border-radius: 1px;
  border: 1px solid #333;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #333;
  height: 22px;
  width: 8px;
  border-radius: 0px;
  background: #ffffff;
  cursor: pointer;
}

input[type=range]::-ms-track {
  margin: 6px 0;
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: rgba(42, 100, 149, 0.78);
  border: 1px solid #333;
  border-radius: 1px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

input[type=range]::-ms-fill-upper {
  background: #00338C;
  border: 1px solid #333;
  border-radius: 1px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 2px rgba(0, 0, 49, 0.3);
  border: 1px solid #333;
  height: 20px;
  width: 9px;
  border-radius: 0px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -1px;
}

input[type=range]:focus::-ms-fill-lower {
  background: #00338C;
}

input[type=range]:focus::-ms-fill-upper {
  background: #00338C;
}

@media only screen and (max-width: 768px) {
  .studycentrepage .site-wrapper .container [class^=column] {
    display: block;
    float: none;
  }
}
.studycentredetails .banner {
  background: linear-gradient(90deg, rgb(143, 104, 171) 0%, rgb(143, 104, 171) 50%, rgb(143, 204, 143) 50%, rgb(143, 204, 143) 100%);
}
.studycentredetails .banner .content {
  position: relative;
}
.studycentredetails .banner .content img {
  max-width: 100%;
  grid-area: img;
}
@media (min-width: 481px) {
  .studycentredetails .banner .content img {
    display: block;
  }
}
.studycentredetails .banner .content .cim-button {
  grid-area: button;
  position: absolute;
  top: 14%;
  left: 16px;
  width: auto;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  border: none;
}
.studycentredetails .banner .content .cim-button:before {
  content: "<";
  margin-right: 0.5em;
}
@media (min-width: 481px) {
  .studycentredetails .banner .content .cim-button {
    top: unset;
    bottom: 60%;
  }
}
.studycentredetails .page-width {
  width: 100%;
  margin: auto;
}
@media (min-width: 1025px) {
  .studycentredetails .page-width {
    width: 300%;
    margin-left: -100%;
  }
  .studycentredetails .page-width .content {
    max-width: 1024px;
    margin: auto;
  }
}
.studycentredetails .details .grid {
  grid-template-areas: "main" "aside";
  grid-template-columns: 1fr;
  padding: 0;
}
@media (min-width: 481px) {
  .studycentredetails .details .grid {
    grid-template-areas: "aside main main main";
  }
}
.studycentredetails .details .grid .aside {
  grid-area: aside;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "logo uni uni uni" "study study study study" "delivery delivery delivery delivery" "contact contact contact contact" "social social social social";
  grid-column-gap: 0.5em;
}
@media (min-width: 481px) {
  .studycentredetails .details .grid .aside {
    display: block;
    grid-column-gap: unset;
  }
}
.studycentredetails .details .grid .aside .logo {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border: thin solid #474c55;
  border-radius: 10px;
  margin: 10px auto;
  min-height: unset;
  display: grid;
  place-content: center;
  min-width: unset;
  grid-area: logo;
}
@media (min-width: 481px) {
  .studycentredetails .details .grid .aside .logo {
    min-width: 230px;
    min-height: 236px;
    margin-top: -50px;
    margin-bottom: 2em;
  }
}
.studycentredetails .details .grid .aside .logo img {
  padding: 5px;
}
.studycentredetails .details .grid .aside h3 {
  font-size: 0.8em;
  grid-area: uni;
}
.studycentredetails .details .grid .aside h5 {
  margin-bottom: 0;
  display: none;
}
@media (min-width: 481px) {
  .studycentredetails .details .grid .aside h5 {
    display: block;
    min-width: 12em;
  }
}
.studycentredetails .details .grid .aside .gridbox.grid21 {
  grid-area: study;
}
.studycentredetails .details .grid .aside .grid {
  /*grid-template-areas: "aside aside aside aside";
  grid-template-columns: 1fr 0.6fr 0.7fr 1.3fr;
  grid-gap: 0;*/
  font-size: 0.8em;
  margin: 0.5em 0;
  /*place-items: center;*/
  display: flex;
}
@media (min-width: 481px) {
  .studycentredetails .details .grid .aside .grid {
    grid-template-areas: "aside aside";
    grid-template-columns: 1fr 1fr;
    place-items: flex-start;
    display: grid;
    grid-gap: 0;
  }
}
.studycentredetails .details .grid .aside .grid p {
  margin: 0;
  padding: 0 0.25em;
}
.studycentredetails .details .grid .aside .grid p .fa-check-circle {
  color: green;
}
.studycentredetails .details .grid .aside .delivery {
  font-size: 0.8em;
  padding: 0 0.25em 0 0;
  grid-area: delivery;
}
.studycentredetails .details .grid .aside .contact-details {
  font-size: 0.8em;
  display: block;
  grid-area: contact;
}
.studycentredetails .details .grid .aside .contact-details p {
  margin: 0;
  padding: 0.25em 0;
}
.studycentredetails .details .grid .aside .contact-details p span {
  margin-left: 0.25em;
}
.studycentredetails .details .grid .aside .contact-details:nth-of-type(even) {
  margin-top: 0.5em;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.studycentredetails .details .grid .aside .contact-details .study-centre-contact.cim-button {
  position: relative;
  border-radius: 10px;
  margin: 0.5em 0;
  padding: 0.5em 0;
  background-color: rgba(7, 0, 120, 0.9);
  border: none;
}
.studycentredetails .details .grid .aside .contact-details .study-centre-contact.cim-button:hover {
  color: rgba(7, 0, 120, 0.9);
  background-color: rgba(7, 0, 120, 0.2);
}
.studycentredetails .details .grid .aside .social-icons {
  display: block;
  grid-area: social;
  text-align: center;
}
.studycentredetails .details .grid .aside .social-icons svg {
  border-radius: 50%;
}
.studycentredetails .details .grid .aside .social-icons svg path {
  fill: #04003F;
}
.studycentredetails .details .grid .aside .social-icons svg path:hover {
  fill: rgba(4, 0, 63, 0.5);
}
.studycentredetails .details .grid .main {
  grid-area: main;
}
.studycentredetails .details .grid .main .heading {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "name name name" " . request request";
  place-items: center flex-start;
  grid-gap: 0;
}
@media (min-width: 481px) {
  .studycentredetails .details .grid .main .heading {
    grid-template-areas: "name name request";
    place-items: center flex-start;
  }
}
.studycentredetails .details .grid .main .heading h1 {
  grid-area: name;
  color: #909090;
  font-size: 1.6em;
  font-weight: bold;
}
@media (min-width: 481px) {
  .studycentredetails .details .grid .main .heading h1 {
    font-size: 2em;
  }
}
.studycentredetails .details .grid .main .heading a {
  grid-area: name;
}
.studycentredetails .details .grid .main .heading .request {
  grid-area: request;
  border: none;
  place-self: flex-end;
}
@media (min-width: 481px) {
  .studycentredetails .details .grid .main .heading .request {
    place-self: center end;
  }
}
.studycentredetails .details .grid .main .heading .request .cim-button {
  position: relative;
  width: auto;
  background-color: rgba(7, 0, 120, 0.9);
  border-radius: 10px;
  border: none;
}
.studycentredetails .details .grid .main .heading .request .cim-button:hover {
  color: rgba(7, 0, 120, 0.9);
  background-color: rgba(7, 0, 120, 0.2);
}
.studycentredetails .details .grid .main .study-content h4 {
  font-weight: bold;
  border-bottom: thin solid #474c55;
  padding-bottom: 0.5em;
}
.studycentredetails .details .grid .main .study-content .accordion {
  border: thin solid #474c55;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 0.5em;
}
.studycentredetails .details .grid .main .study-content .accordion:hover.l3 {
  background-color: rgba(155, 202, 137, 0.2);
}
.studycentredetails .details .grid .main .study-content .accordion:hover.l4 {
  background-color: rgba(245, 192, 53, 0.2);
}
.studycentredetails .details .grid .main .study-content .accordion:hover.l6 {
  background-color: rgba(233, 84, 58, 0.2);
}
.studycentredetails .details .grid .main .study-content .accordion:hover.l7 {
  background-color: rgba(137, 111, 177, 0.2);
}
.studycentredetails .details .grid .main .study-content .accordion .accordion-item .accordion-caller {
  font-weight: bold;
  padding: 0.5em;
  border-bottom: none;
}
.studycentredetails .details .grid .main .study-content .accordion .accordion-item .accordion-caller:before {
  content: "\f067";
  font-family: "FontAwesomeSolid", serif;
  top: 4px;
  font-size: 1.2em;
}
.studycentredetails .details .grid .main .study-content .accordion .accordion-item .accordion-caller.on:before {
  content: "\f068";
}
.studycentredetails .details .grid .main .study-content .accordion .accordion-item .accordion-caller:hover {
  color: #474c55;
}
.studycentredetails .details .grid .main .study-content .accordion .accordion-item .accordion-inner .modules {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-gap: 1em;
  padding: 1em;
}
.studycentredetails .details .grid .main .study-content .accordion .accordion-item .accordion-inner .modules .core-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column: 1/-1;
  grid-gap: 1em;
}
.studycentredetails .details .grid .main .study-content .accordion .accordion-item .accordion-inner .modules .module {
  border: thin solid #474c55;
  border-radius: 5px;
  padding: 0.25em;
  display: grid;
  grid-template-rows: 2em 3em;
  place-items: center;
  row-gap: 0.5em;
  background-color: rgba(255, 255, 255, 0.8);
}
.studycentredetails .details .grid .main .study-content .accordion .accordion-item .accordion-inner .modules .module h5 {
  color: #474c55;
  margin: 0;
}
.studycentredetails .details .grid .main .study-content .accordion .accordion-item .accordion-inner .modules .module p {
  color: #070078;
  margin: 0 !important;
  text-align: center;
  font-size: 0.9em;
}
.studycentredetails .details .grid .main .study-content .accordion .accordion-item .accordion-inner .modules .module.elective {
  background-color: rgba(195, 195, 196, 0.4);
}
.studycentredetails .details .grid .main .study-content .accordion .accordion-item .accordion-inner .enquire {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "text text text" " . web enquire";
  grid-gap: 0 1.5em;
  place-items: center;
  margin: 0 1em 0.5em 1em;
}
.studycentredetails .details .grid .main .study-content .accordion .accordion-item .accordion-inner .enquire span {
  grid-area: text;
}
.studycentredetails .details .grid .main .study-content .accordion .accordion-item .accordion-inner .enquire a.cim-button {
  position: unset;
  border-radius: 8px;
  box-shadow: 3px 3px 3px rgba(153, 153, 153, 0.7);
}
.studycentredetails .details .grid .main .study-content .accordion .accordion-item .accordion-inner .enquire a:first-of-type {
  grid-area: web;
}
.studycentredetails .details .grid .main .study-content .accordion .accordion-item .accordion-inner .enquire a:last-of-type {
  grid-area: enquire;
}
.studycentredetails .details .grid .main .study-content .course-details .included {
  font-weight: bold;
  margin-bottom: 2em;
}
.studycentredetails .details .grid .main .study-content .consider {
  text-align: center;
  font-size: 1.2em;
}
.studycentredetails .details .grid .main .study-content .consider p a.study-centre-contact {
  cursor: pointer;
}
.studycentredetails .details .grid .main .request a.cim-button {
  position: unset;
}
.studycentredetails .details .info-form {
  padding-top: 1em;
  background: rgb(143, 204, 143);
  /*background: linear-gradient(58deg, rgba(240,81,104,1) 0%, rgba(240,81,104,1) 50%, rgba(250,192,49,1) 50%, rgba(250,192,49,1) 100%);*/
  margin-top: 1em;
}
@media (min-width: 481px) {
  .studycentredetails .details .info-form {
    padding-top: 0;
  }
}
.studycentredetails .details .info-form .grid.grid-columns-1.new {
  grid-template-areas: none;
}
.studycentredetails .details .info-form .info-form-details {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "info" "form";
  grid-gap: 0;
  place-items: center;
  margin: auto;
}
@media (min-width: 481px) {
  .studycentredetails .details .info-form .info-form-details {
    /*grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-template-areas: "info form form form";*/
    grid-gap: 1em;
    place-items: center;
    max-width: 985px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "info info info info";
  }
}
.studycentredetails .details .info-form .info-form-details .info {
  grid-area: info;
  padding: 0;
  margin-left: 1em;
  color: #fff;
}
@media (min-width: 481px) {
  .studycentredetails .details .info-form .info-form-details .info {
    padding: 1em;
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .studycentredetails .details .info-form .info-form-details .info {
    padding: 1em 2em;
    margin-left: 2em;
  }
}
.studycentredetails .details .info-form .info-form-details .info h3 {
  margin: 0;
}
.studycentredetails .details .info-form .info-form-details .info p:last-of-type {
  display: none;
}
.studycentredetails .details .info-form .info-form-details .form {
  grid-area: form;
  padding: 0 0.5em;
  display: none;
}
@media (min-width: 481px) {
  .studycentredetails .details .info-form .info-form-details .form {
    padding: 0 0.75em;
  }
}
.studycentredetails .details .info-form .info-form-details .form form {
  /*display: grid;*/
  grid-template-columns: 1fr;
  grid-template-areas: "one" "two";
  grid-gap: 1em;
  padding: 1em 0;
  position: relative;
}
@media (min-width: 481px) {
  .studycentredetails .details .info-form .info-form-details .form form {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "one two";
  }
}
.studycentredetails .details .info-form .info-form-details .form form .one {
  grid-area: one;
  position: relative;
  top: 7px;
}
.studycentredetails .details .info-form .info-form-details .form form .two {
  grid-area: two;
  position: relative;
  top: 7px;
}
.studycentredetails .details .info-form .info-form-details .form form select {
  background: #fff;
  border: 1px solid #A7A9AD;
  font: inherit;
  font-size: 1rem;
  line-height: 1.25rem;
  height: 2.5rem;
  width: 100%;
  margin: 0;
  padding: 0.625rem;
  color: #C3C3C4;
}
.studycentredetails .details .info-form .info-form-details .form form input, .studycentredetails .details .info-form .info-form-details .form form select {
  border-radius: 4px;
  margin: 0.25em;
  font-size: 0.9em;
}
.studycentredetails .details .info-form .info-form-details .form form .input.cim-button {
  position: relative;
  border-radius: 4px;
  margin: 0.25em;
}
.studycentredetails .details .info-form .info-form-details .form .cim-form form {
  padding: 1em 0 0 0;
  position: relative;
}
.studycentredetails .details .info-form .info-form-details .form .cim-form form .umbraco-forms-field {
  margin: 0;
}
.studycentredetails .details .info-form .info-form-details .form .cim-form form .umbraco-forms-navigation {
  width: 100%;
  position: relative;
  right: 0;
  bottom: 0;
}
@media (min-width: 481px) {
  .studycentredetails .details .info-form .info-form-details .form .cim-form form .umbraco-forms-navigation {
    width: 50%;
    position: absolute;
  }
}
.studycentredetails .details .info-form .info-form-details .form .cim-form form .umbraco-forms-fieldset .umbraco-forms-container.col-md-6 {
  margin-bottom: 0;
}
@media (min-width: 481px) {
  .studycentredetails .details .info-form .info-form-details .form .cim-form form .umbraco-forms-fieldset .umbraco-forms-container.col-md-6 {
    margin-bottom: 30px;
  }
}
.studycentredetails .details .info-form .info-form-details .form .cim-form form select {
  cursor: pointer;
  color: #737370;
  font-weight: 400;
  font-family: inherit;
  border: 1px solid #737370;
  border-right: 42px solid #737370;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: unset;
  width: 97.3%;
  height: 34px;
  margin: 0.25em 0.15em;
  padding: 0.25em 1em;
  font-size: 0.9rem;
}
.studycentredetails .details .info-form .info-form-details .form .cim-form form .select-styling:after {
  right: 17.5px;
  top: 16.5px;
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  line-height: 0;
  background: url(../../images/icons/svg/sharp-chevron-white-down.svg);
  pointer-events: none;
  display: block;
}
.studycentredetails .details .info-form .info-form-details .form .cim-form #clickdimensionsForm {
  display: block;
}
@media (min-width: 481px) {
  .studycentredetails .details .info-form .info-form-details .form .cim-form #clickdimensionsForm {
    display: grid;
  }
}
.studycentredetails .details .info-form.page-width {
  margin-bottom: 0.25em;
  padding-bottom: 0;
}
@media (min-width: 481px) {
  .studycentredetails .details .info-form.page-width {
    margin-bottom: -5em;
  }
}

#contact-dialog {
  border-radius: 10px;
}
#contact-dialog h3 {
  font-size: 2em;
}
#contact-dialog select {
  width: 100%;
  font-size: 0.9em;
  height: 2.5rem;
  border: 1px solid #ccc;
  background: #fff;
}
#contact-dialog .cim-button {
  position: relative;
  border-radius: 10px;
  margin: 0.5em 0;
  padding: 0.5em 0;
  background-color: rgba(7, 0, 120, 0.9);
  border: none;
}
#contact-dialog .cim-button:hover {
  color: rgba(7, 0, 120, 0.9);
  background-color: rgba(7, 0, 120, 0.2);
}

.theme-study-centre-finder.page-study-centre-details .page-banner {
  display: none;
}
.theme-study-centre-finder .site-wrapper .site-main .page-banner .banner-text {
  width: 100%;
  display: grid;
  place-content: flex-start center;
  padding: 1em 0;
}
@media (min-width: 481px) {
  .theme-study-centre-finder .site-wrapper .site-main .page-banner .banner-text {
    margin-top: 1em;
  }
}
@media (min-width: 1025px) {
  .theme-study-centre-finder .site-wrapper .site-main .page-banner .banner-text {
    margin-top: 2em;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .page-banner .banner-text h1 {
  text-align: center;
  margin: 10px 0;
}
.theme-study-centre-finder .site-wrapper .site-main .page-banner .banner-text p.subHeading {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 0.8em;
  color: #fff;
}
@media (min-width: 650px) {
  .theme-study-centre-finder .site-wrapper .site-main .page-banner .banner-text p.subHeading {
    max-width: 500px;
  }
}
.theme-study-centre-finder .site-wrapper .site-main section {
  border-bottom: thin solid #D8D8D8;
  padding-bottom: 0;
  margin-bottom: 0.25em;
}
@media (min-width: 481px) {
  .theme-study-centre-finder .site-wrapper .site-main section {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
.theme-study-centre-finder .site-wrapper .site-main section:last-of-type {
  border-bottom: none;
}
.theme-study-centre-finder .site-wrapper .site-main section.bottombanner {
  background: rgb(143, 204, 143);
  /*background: linear-gradient(63deg, rgba(240,81,104,1) 0%, rgba(240,81,104,1) 94%, rgba(250,192,49,1) 94%, rgba(250,192,49,1) 100%);*/
  margin-bottom: 0;
  padding: 0;
}
.theme-study-centre-finder .site-wrapper .site-main section.bottombanner h2, .theme-study-centre-finder .site-wrapper .site-main section.bottombanner p {
  color: #fff;
}
.theme-study-centre-finder .site-wrapper .site-main section.bottombanner.gridbox .grid {
  place-content: center;
  padding: 1em;
}
.theme-study-centre-finder .site-wrapper .site-main section .container .grid img {
  border-radius: 10px;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs {
  float: none;
  list-style: none;
  position: relative;
  text-align: left;
  padding: 0;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab {
  float: left;
  display: block;
  width: 33.33%;
}
@media (min-width: 650px) {
  .theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab {
    width: auto;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab > input[type=radio] {
  position: absolute;
  top: 0;
  left: -9999px;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab > label {
  display: block;
  padding: 12px;
  border-radius: 20px 20px 0 0;
  font-size: 0.6em;
  font-weight: normal;
  text-transform: uppercase;
  background: #fff;
  cursor: pointer;
  position: relative;
  top: 4px;
  border: 1px solid #474c55;
  min-height: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab > label:hover {
  background: rgba(232, 232, 232, 0.8);
}
@media (min-width: 650px) {
  .theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab > label {
    padding: 14px 18px;
    font-size: 0.8em;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content {
  z-index: 2;
  display: none;
  width: 100%;
  font-size: 1em;
  line-height: 25px;
  padding: 12px;
  position: absolute;
  top: 70px;
  left: 0;
  background: #fff;
  border: 1px solid #474c55;
  border-radius: 0 0 10px 10px;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content p {
  margin: 0 auto 0.5em;
}
@media (min-width: 650px) {
  .theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content {
    padding: 20px;
    top: 53px;
    border-radius: 0 10px 10px 10px;
  }
  .theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content p {
    margin: revert;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content ul.not-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, auto));
  background: transparent;
  width: 80%;
  margin: 1em auto;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content ul.not-tabs li {
  display: inline-block;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content ul.not-tabs li .checkbox .cb:before {
  font-family: "FontAwesomeSolid", serif;
  content: "\f00c";
  color: #000;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content ul.not-tabs li .checkbox .has-tip img {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin-top: 3px;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content.newQuals {
  line-height: 16px;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content.newQuals ul.not-tabs {
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(200px, auto));
  margin: 0 auto;
  padding: 0 0.5em;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content.newQuals ul.not-tabs > li {
  display: block;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content.newQuals ul.not-tabs > li h4 {
  margin: 0;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content.newQuals ul.not-tabs > li > ul.not-tabs > li {
  display: block;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content.newQuals ul.not-tabs > li > ul.not-tabs > li label.checkbox {
  font-weight: normal;
  padding-left: 10px;
  font-size: 0.8em;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content.newQuals ul.not-tabs > li > ul.not-tabs > li label.checkbox .cb {
  margin-left: -18px;
  margin-top: 2px;
  width: 12px;
  height: 12px;
  position: relative;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content.newQuals ul.not-tabs > li > ul.not-tabs > li label.checkbox .cb:before {
  font-size: 0.8em;
  position: relative;
  top: -4px;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .tab-content.newQuals ul.not-tabs > li > ul.not-tabs > li > ul > li {
  display: block;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab [id^=tab]:checked + label {
  top: 0;
  padding-top: 17px;
  color: #070078;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab [id^=tab]:checked + label:hover {
  background: rgba(232, 232, 232, 0.8);
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab [id^=tab]:checked ~ [id^=tab-content] {
  display: block;
}
.theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .cim-button {
  border-radius: 10px;
  width: 80%;
  margin: 1em auto;
  display: block;
}
@media (min-width: 650px) {
  .theme-study-centre-finder .site-wrapper .site-main .tabs > li.tab .cim-button {
    width: 40%;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .studycentresearch {
  width: 100%;
  margin: -3em auto 0;
  border: none;
  -webkit-transition: 600ms;
  transition: 600ms;
}
.theme-study-centre-finder .site-wrapper .site-main .studycentresearch.tab2 {
  -webkit-transition: 600ms;
  transition: 600ms;
  margin: -3em auto 3em;
}
.theme-study-centre-finder .site-wrapper .site-main .studycentresearch.tab3 {
  -webkit-transition: 600ms;
  transition: 600ms;
  margin: -3em auto 11em;
}
@media (min-width: 650px) {
  .theme-study-centre-finder .site-wrapper .site-main .studycentresearch {
    width: 80%;
    margin: -11em auto -3em;
    -webkit-transition: 600ms;
    transition: 600ms;
  }
  .theme-study-centre-finder .site-wrapper .site-main .studycentresearch.tab2 {
    -webkit-transition: 600ms;
    transition: 600ms;
    margin: -11em auto 2em;
  }
  .theme-study-centre-finder .site-wrapper .site-main .studycentresearch.tab3 {
    -webkit-transition: 600ms;
    transition: 600ms;
    margin: -11em auto 5em;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .studycentresearch .has-tip {
  border: none;
  background: #737370;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  line-height: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 3px;
}
.theme-study-centre-finder .site-wrapper .site-main .studycentresearch .has-tip img,
.theme-study-centre-finder .site-wrapper .site-main .studycentresearch .has-tip svg {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin-top: 3px;
}
.theme-study-centre-finder .site-wrapper .site-main .studycentresearch .has-tip img path,
.theme-study-centre-finder .site-wrapper .site-main .studycentresearch .has-tip svg path {
  fill: #fff;
  stroke: #fff;
}
.theme-study-centre-finder .site-wrapper .site-main .studycentresearch .has-tip:hover {
  position: absolute;
}
.theme-study-centre-finder .site-wrapper .site-main .studycentresearch .has-tip:hover:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 100%;
  z-index: 10;
  margin-left: 4px;
  border-right: 6px solid rgba(0, 0, 0, 0.8);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.theme-study-centre-finder .site-wrapper .site-main .studycentresearch .has-tip:hover:after {
  border-radius: 5px;
  content: attr(data-title);
  position: absolute;
  top: -5px;
  left: 100%;
  z-index: 10;
  margin-left: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  width: 200px;
}
@media (min-width: 1025px) {
  .theme-study-centre-finder .site-wrapper .site-main .studycentresearch {
    -webkit-transition: 600ms;
    transition: 600ms;
    width: 60%;
    margin: -14em auto -4em;
  }
  .theme-study-centre-finder .site-wrapper .site-main .studycentresearch.tab2 {
    -webkit-transition: 600ms;
    transition: 600ms;
    margin: -15em auto 4em;
  }
  .theme-study-centre-finder .site-wrapper .site-main .studycentresearch.tab3 {
    -webkit-transition: 600ms;
    transition: 600ms;
    margin: -15em auto 5em;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .studycentresearch #study-centre-location {
  padding: 12px;
  width: 100%;
  margin: 0 auto 1em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block {
  margin-bottom: 2em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-list .tab-caller {
  background: #fff;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-list .tab-caller.on {
  background: #070078;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content {
  background: #fff;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.scf-sm li .checkbox .cb {
  margin-left: 0;
  margin-right: 10px;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, auto));
  background: transparent;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 1em;
  grid-gap: 0 1em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs li {
  display: inline-block;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs li .checkbox {
  font-weight: normal;
  padding-left: 10px;
  font-size: 0.8em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs li .checkbox .cb:before {
  font-family: "FontAwesomeSolid", serif;
  content: "\f00c";
  color: #000;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs li .checkbox .has-tip img {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin-top: 3px;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs label.checkbox.new2024 {
  border: 1px solid #070078;
  border-radius: 8px;
  width: 109%;
  margin: 0 0 0 -10%;
  padding: 1.2em 0 0.5em 0.5em;
  position: relative;
  display: grid;
  grid-template-columns: 0.1fr 1fr;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs label.checkbox.new2024:before {
  content: "New for 24";
  position: absolute;
  top: -16px;
  left: 6px;
  background-color: #070078;
  color: #fff;
  border: 1px solid #070078;
  border-radius: 8px;
  padding: 0.25em 0.5em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs label.checkbox.new2024 .cb {
  float: none;
  margin-left: 0;
  margin-right: 4px;
  display: inline-block;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs label.checkbox.new2024 .has-tip {
  position: absolute;
  bottom: 5px;
  right: 7px;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow {
  grid-template-columns: 1fr;
  padding: 0;
  margin-bottom: 1em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow li {
  margin: 0;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow li ul.not-tabs {
  grid-template-columns: 1fr;
  padding: 0;
  grid-gap: 0.5em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow li ul.not-tabs li {
  margin: 0;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow li ul.not-tabs li label.checkbox {
  place-items: center start;
  grid-gap: 0.75em;
  display: grid;
  grid-template-columns: 0.1fr 2fr;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow li ul.not-tabs li label.checkbox input {
  appearance: none;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 20px;
  outline: 1px solid #cccccc;
  width: 30px;
  height: 30px;
  position: unset;
  visibility: unset;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow li ul.not-tabs li label.checkbox input:checked {
  background: #039a52;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow li ul.not-tabs li label.checkbox span.cb {
  float: none;
  margin-left: 0;
  margin-right: 4px;
  display: none;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow li ul.not-tabs li label.checkbox span.cb:before {
  display: none;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow li ul.not-tabs li label.checkbox span.has-tip {
  display: none;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow li ul.not-tabs li label.checkbox.new2024 {
  margin: 0 0 0 3px;
  width: 96%;
  padding: 1em 0 1em 0.5em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow li ul.not-tabs li label.checkbox.new2024:before {
  right: 6px;
  left: unset;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow.scf-sm {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  padding: 0;
  grid-gap: 0.5em;
  margin-bottom: 1em;
}
@media (min-width: 481px) {
  .theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow.scf-sm {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow.scf-sm li {
  margin: 0;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow.scf-sm li label.checkbox {
  place-items: center start;
  grid-gap: 0.75em;
  display: grid;
  grid-template-columns: 0.1fr 2fr;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow.scf-sm li label.checkbox input {
  appearance: none;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 20px;
  outline: 1px solid #cccccc;
  width: 30px;
  height: 30px;
  position: unset;
  visibility: unset;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow.scf-sm li label.checkbox input:checked {
  background: #039a52;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow.scf-sm li label.checkbox span.cb {
  float: none;
  margin-left: 0;
  margin-right: 4px;
  display: none;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow.scf-sm li label.checkbox span.cb:before {
  display: none;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow.scf-sm li label.checkbox span.has-tip {
  display: none;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow.scf-sm li label.checkbox.new2024 {
  margin: 0 0 0 3px;
  width: 96%;
  padding: 1em 0 1em 0.5em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content ul.not-tabs.new-flow.scf-sm li label.checkbox.new2024:before {
  right: 6px;
  left: unset;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-filters .tab-block .tab-content .cim-button {
  border-radius: 8px;
  width: fit-content;
  margin: auto;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container {
  display: grid;
  grid-template-columns: 4fr;
  grid-template-areas: "filters results";
  grid-gap: 2em;
}
@media (min-width: 481px) {
  .theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container {
    grid-template-columns: 1fr 4fr;
    grid-template-areas: "filters results";
    grid-gap: 2em;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters {
  grid-area: filters;
  position: absolute;
  border: 1px solid #474c55;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.25em;
  z-index: 9;
  border-radius: 10px;
  margin-top: 1em;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters {
  margin-top: 0.4em;
}
@media (min-width: 481px) {
  .theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters {
    margin-top: 1.4em;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .study-info p {
  font-size: 0.8rem;
  text-align: center;
  width: 80%;
  margin: 0.5em auto;
  font-weight: bold;
}
@media (min-width: 481px) {
  .theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .study-info {
    display: none;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .search-form-container.filters {
  border: thin solid #747572;
  padding: 0.5em;
  border-radius: 8px;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .search-form-container.filters h4 {
  margin: 0.25em 0 0.5em 0;
  text-align: center;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .search-form-container button {
  height: 20px;
  width: 20px;
  top: 4px;
  left: 4px;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .search-form-container #study-centre-location {
  padding: 6px 12px 6px 32px;
  font-size: 0.8em;
  border-radius: 10px;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .search-form-container #map-search ul.not-tabs {
  display: grid;
  place-content: center;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .search-form-container .distance-selector h4 {
  color: initial;
  background: initial;
  margin: 5px 0;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .search-form-container .distance-selector .inner {
  padding: 0;
  display: grid;
  grid-template-columns: 5fr 1fr;
  grid-gap: 0.25em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .search-form-container .distance-selector .inner #filter-distance {
  width: 100%;
  display: block;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .search-form-container .distance-selector .inner .distance-selection {
  font-size: 0.8em;
  text-align: right;
  margin: 0;
  display: block;
  max-width: 56px;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .no-location {
  border: thin solid #747572;
  padding: 0.5em;
  border-radius: 8px;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .no-location p {
  text-align: center;
  margin: 0;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters {
  padding: 0;
  margin: 0 0 0.5em 0;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul {
  margin: 0 0 5px;
  padding: 5px 0;
  background: #F7F5F2;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul.not-tabs > li {
  display: block;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul.not-tabs > li label.checkbox {
  font-weight: normal;
  padding-left: 30px;
  font-size: 0.8em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul.not-tabs > li label.checkbox .cb {
  margin-left: -18px;
  margin-top: 2px;
  width: 12px;
  height: 12px;
  position: relative;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul.not-tabs > li label.checkbox .cb:before {
  font-size: 0.8em;
  position: relative;
  top: -4px;
  font-family: "FontAwesomeSolid", serif;
  content: "\f00c";
  color: #000;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul.not-tabs > li label.checkbox.new2024 {
  border: 1px solid #070078;
  border-radius: 8px;
  width: 94%;
  margin: 14px 0 0 3%;
  padding: 1.2em 0 0.5em 0.5em;
  position: relative;
  display: grid;
  grid-template-columns: 0.1fr 1fr;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul.not-tabs > li label.checkbox.new2024:before {
  content: "New for 24";
  position: absolute;
  top: -16px;
  right: 6px;
  background-color: #070078;
  color: #fff;
  border: 1px solid #070078;
  border-radius: 8px;
  padding: 0.25em 0.5em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul.not-tabs > li label.checkbox.new2024 .cb {
  float: none;
  margin-left: 0;
  margin-right: 4px;
  display: inline-block;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul.not-tabs > li label.checkbox.new2024 .has-tip {
  position: absolute;
  bottom: 5px;
  right: 7px;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul.not-tabs > li > ul > li {
  display: block;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul.not-tabs.new-flow li label.checkbox {
  place-items: center start;
  grid-gap: 0.75em;
  display: grid;
  grid-template-columns: 0.1fr 2fr;
  padding: 0 0 0 10px;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul.not-tabs.new-flow li label.checkbox input {
  appearance: none;
  background: #fff;
  border: 2px solid #fff;
  outline: 1px solid #cccccc;
  width: 20px;
  height: 20px;
  position: unset;
  visibility: unset;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul.not-tabs.new-flow li label.checkbox input:checked {
  background: #039a52;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul.not-tabs.new-flow li label.checkbox span.cb {
  float: none;
  margin-left: 0;
  margin-right: 4px;
  display: none;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul.not-tabs.new-flow li label.checkbox span.cb:before {
  display: none;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul.not-tabs.new-flow li label.checkbox span.has-tip {
  display: none;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters ul ul {
  background: rgba(0, 0, 0, 0.05);
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters li {
  list-style: none;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters li h4 {
  margin: 10px 0;
  font-size: 1em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters > li {
  margin-bottom: 0.5em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters label {
  color: #474c55;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .has-tip {
  border: none;
  background: #737370;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  line-height: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 3px;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .has-tip img,
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .has-tip svg {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin-top: 3px;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .has-tip img path,
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .has-tip svg path {
  fill: #fff;
  stroke: #fff;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .has-tip:hover {
  position: absolute;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .has-tip:hover:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 100%;
  z-index: 10;
  margin-left: 4px;
  border-right: 6px solid rgba(0, 0, 0, 0.8);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .has-tip:hover:after {
  border-radius: 5px;
  content: attr(data-title);
  position: absolute;
  top: -5px;
  left: 100%;
  z-index: 10;
  margin-left: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  width: 200px;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .newQuals h4 {
  font-weight: bold;
  border-bottom: thin solid #474c55;
  padding-bottom: 0.5em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .newQuals .accordion {
  border: thin solid #474c55;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 0.5em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .newQuals .accordion:hover.l3 {
  background-color: rgba(155, 202, 137, 0.2);
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .newQuals .accordion:hover.l4 {
  background-color: rgba(245, 192, 53, 0.2);
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .newQuals .accordion:hover.l6 {
  background-color: rgba(233, 84, 58, 0.2);
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .newQuals .accordion:hover.l7 {
  background-color: rgba(137, 111, 177, 0.2);
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .newQuals .accordion .accordion-item .accordion-caller {
  font-weight: bold;
  padding: 0 0.5em;
  border-bottom: none;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .newQuals .accordion .accordion-item .accordion-caller:before {
  content: "\f067";
  font-family: "FontAwesomeSolid", serif;
  top: 0;
  font-size: 1.2em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .newQuals .accordion .accordion-item .accordion-caller.on:before {
  content: "\f068";
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .newQuals .accordion .accordion-item .accordion-caller:hover {
  color: #474c55;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .newQuals .accordion .accordion-item .accordion-inner .modules {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-gap: 1em;
  padding: 1em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .newQuals .accordion .accordion-item .accordion-inner .modules .module {
  border: thin solid #474c55;
  border-radius: 5px;
  padding: 0.25em;
  display: grid;
  grid-template-rows: 2em 3em;
  place-items: center;
  row-gap: 0.5em;
  background-color: rgba(255, 255, 255, 0.8);
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .newQuals .accordion .accordion-item .accordion-inner .modules .module h5 {
  color: #474c55;
  margin: 0;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .newQuals .accordion .accordion-item .accordion-inner .modules .module p {
  color: #070078;
  margin: 0 !important;
  text-align: center;
  font-size: 0.9em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .newQuals .accordion .accordion-item .accordion-inner .modules .module.elective {
  background-color: rgba(195, 195, 196, 0.4);
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters .newQuals .course-details .included {
  font-weight: bold;
  margin-bottom: 2em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters.new-flow {
  grid-template-columns: 1fr;
  padding: 0;
  margin-bottom: 1em;
  display: grid;
  grid-gap: 0.25em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters.new-flow li {
  margin: 0;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters.new-flow li ul.not-tabs {
  grid-template-columns: 1fr;
  padding: 0;
  grid-gap: 0.5em;
  display: grid;
  place-items: start;
  margin: 0;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters.new-flow li ul.not-tabs li {
  margin: 0;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters.new-flow li ul.not-tabs li.accordion {
  width: 100%;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters.new-flow li ul.not-tabs li label.checkbox {
  place-items: center start;
  grid-gap: 0.75em;
  display: grid;
  grid-template-columns: 0.1fr 2fr;
  padding: 0 0 0 10px;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters.new-flow li ul.not-tabs li label.checkbox input {
  appearance: none;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  outline: 1px solid #cccccc;
  width: 20px;
  height: 20px;
  position: unset;
  visibility: unset;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters.new-flow li ul.not-tabs li label.checkbox input:checked {
  background: #039a52;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters.new-flow li ul.not-tabs li label.checkbox span.cb {
  float: none;
  margin-left: 0;
  margin-right: 4px;
  display: none;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters.new-flow li ul.not-tabs li label.checkbox span.cb:before {
  display: none;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters.new-flow li ul.not-tabs li label.checkbox span.has-tip {
  display: none;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters.new-flow li ul.not-tabs li label.checkbox.new2024 {
  margin: 14px 0 0 3px;
  width: 96%;
  padding: 1em 0 1em 0.5em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters.new-flow li ul.not-tabs li label.checkbox.new2024:before {
  right: 6px;
  left: unset;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters .allFilters .filters.new-flow li ul.not-tabs li .qualification-filters li {
  margin-bottom: 0.5em;
  margin-left: 6px;
}
@media (min-width: 481px) {
  .theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .study-centre-filters {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    border-radius: unset;
    margin-top: 0;
    box-shadow: none;
    min-width: unset;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results {
  grid-area: results;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .no-results {
  padding: 0.5em;
  border: 2px solid red;
  margin: 0.5em auto;
  border-radius: 10px;
  text-align: center;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .no-results p {
  padding: 0;
  margin: 0.5em 0;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .no-results p:first-of-type {
  font-size: 1.2rem;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-table {
  display: none !important;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout-heading {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "name name name name" "blended f2f online virtual";
  width: 100%;
  font-size: 0.65em;
  place-items: center;
  text-align: center;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout-heading .logo {
  grid-area: logo;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout-heading .name {
  grid-area: name;
  justify-self: self-start;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout-heading .blended {
  grid-area: blended;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout-heading .f2f {
  grid-area: f2f;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout-heading .online {
  grid-area: online;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout-heading .virtual {
  grid-area: virtual;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout-heading .revision {
  grid-area: revision;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout-heading .link {
  grid-area: link;
}
@media (min-width: 481px) {
  .theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout-heading {
    grid-template-columns: 1fr 3fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "name name blended f2f online virtual .";
    font-size: 0.85em;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout {
  display: grid;
  grid-gap: 0.5em;
  margin: 0 0 1em 0;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .result-caller {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "name name name name" "blended f2f online virtual";
  width: 100%;
  border: thin solid #474c55;
  border-radius: 5px;
  place-items: center;
  cursor: pointer;
  /*&.featured {
    background: rgba(4,0,63,0.2);
  }*/
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .result-caller:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .result-caller i.fas, .theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .result-caller i.user {
  font-size: 2em;
}
@media (min-width: 481px) {
  .theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .result-caller {
    grid-template-columns: 1fr 3fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "logo name blended f2f online virtual link";
  }
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .result-row {
  display: none;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .logo {
  grid-area: logo;
  width: 70px;
  height: 70px;
  background-color: rgb(255, 255, 255);
  border: thin solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 0.25em 0.75em 0.25em 0.25em;
  display: none;
  place-content: center;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .logo img {
  padding: 5px;
  max-width: 100%;
}
@media (min-width: 481px) {
  .theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .logo {
    display: grid;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .name {
  grid-area: name;
  justify-self: self-start;
  padding: 0.25em 0.5em;
}
@media (min-width: 481px) {
  .theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .name {
    padding: 0;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .blended {
  grid-area: blended;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .blended .check:before {
  font-family: "FontAwesomeSolid", serif;
  font-size: 1.6rem;
  content: "\f00c";
  color: green;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .f2f {
  grid-area: f2f;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .f2f .check:before {
  font-family: "FontAwesomeSolid", serif;
  font-size: 1.6rem;
  content: "\f00c";
  color: green;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .online {
  grid-area: online;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .online .check:before {
  font-family: "FontAwesomeSolid", serif;
  font-size: 1.6rem;
  content: "\f00c";
  color: green;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .virtual {
  grid-area: virtual;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .virtual .check:before {
  font-family: "FontAwesomeSolid", serif;
  font-size: 1.6rem;
  content: "\f00c";
  color: green;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .revision {
  grid-area: revision;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .revision .check:before {
  font-family: "FontAwesomeSolid", serif;
  font-size: 1.6rem;
  content: "\f00c";
  color: green;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .link {
  grid-area: link;
  display: none;
}
@media (min-width: 481px) {
  .theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .results-layout .link {
    display: block;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .load-more.cim-button {
  position: relative;
  border-radius: 10px;
  margin: 0.5em auto;
  padding: 0.5em 0;
  background-color: rgba(7, 0, 120, 0.9);
  border: none;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container .results .load-more.cim-button:hover {
  color: rgba(7, 0, 120, 0.9);
  background-color: rgba(7, 0, 120, 0.2);
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container.full {
  grid-template-areas: "results";
  grid-template-columns: 1fr;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container.full .result-caller .logo {
  margin: 0.25em 0.75em 0.25em 0.25em;
}
@media (min-width: 1025px) {
  .theme-study-centre-finder .site-wrapper .site-main .study-centre-results .container.full .result-caller .logo {
    margin: 0.25em 0.75em 0.25em -0.75em;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .switches {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  grid-template-areas: "filter filter map";
  margin-top: 0.7em;
  font-size: 0.8rem;
}
@media (min-width: 481px) {
  .theme-study-centre-finder .site-wrapper .site-main .study-centre-results .switches {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "filter map";
    font-size: 1rem;
    margin-top: -0.3em;
  }
}
@media (min-width: 1025px) {
  .theme-study-centre-finder .site-wrapper .site-main .study-centre-results .switches {
    margin-top: -2.3em;
  }
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .switches .filter-switch {
  text-align: left;
  margin: 0 0.5em 0 0;
  grid-area: filter;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .switches .filter-switch button.filter-button {
  font-weight: normal;
  font-size: 0.8em;
  border-radius: 5px;
  border: 1px solid;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .switches .filter-switch button.filter-button:before {
  font-family: "FontAwesomeSolid", serif;
  content: "\f0b0";
  color: #000;
  padding-right: 0.5em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .switches .filter-switch button.filter-button.open {
  float: left;
  margin-right: 1em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .switches .filter-switch button.clear-filters {
  font-weight: normal;
  font-size: 0.8em;
  border-radius: 5px;
  border: 1px solid;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .switches .filter-switch button.clear-filters:before {
  font-family: "FontAwesomeSolid", serif;
  content: "\f2ed";
  color: #000;
  padding-right: 0.5em;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .switches .map-switch {
  text-align: right;
  margin: 0 0 0.5em 0;
  grid-area: map;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .switches .map-switch button.map-button {
  font-weight: normal;
  font-size: 0.8em;
  border-radius: 5px;
  border: 1px solid;
}
.theme-study-centre-finder .site-wrapper .site-main .study-centre-results .switches .map-switch button.map-button:before {
  font-family: "FontAwesomeSolid", serif;
  content: "\f279";
  color: #000;
  padding-right: 0.5em;
}

.page-study-centre-search .study-centre-finder .site-main .page-banner {
  width: 100%;
  margin: 0 auto 2em;
  max-width: unset;
  max-height: 174px;
}
.page-study-centre-search .study-centre-finder .site-main .page-banner .banner-text {
  z-index: 1;
  position: relative;
}
.page-study-centre-search .study-centre-finder .site-main .page-banner .header-image {
  margin: auto;
  display: block;
  min-height: 136px;
  position: absolute;
  top: 0;
}
@media (min-width: 1025px) {
  .page-study-centre-search .study-centre-finder .site-main .page-banner {
    width: 300%;
    margin: auto auto 2em -100%;
    background: linear-gradient(90deg, #8f68ab 0%, #8f68ab 50%, #8fcc8f 50%, #8fcc8f 100%);
    height: 174px;
  }
}

#siteBlockTerm {
  padding: 8px;
  width: 50%;
}

.support .site-wrapper .site-wrapper-inner .site-main .page-banner .header-container .banner-text.support-category-name {
  width: 80%;
}
.support-home-content ul {
  margin: 0;
  padding: 0;
}
.support-home-content ul li {
  list-style: none;
  border-top: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  margin: 0;
  padding: 1rem;
}
.support-home-content ul li:hover {
  background-color: #f5f5f5 !important;
}
.support-home-content ul li > a {
  display: block;
  width: 100%;
}
.support-home-content ul li:last-child {
  border-bottom: 1px #ccc solid;
}
.support-page {
  margin: 2rem 0;
  min-height: 40vh;
  position: relative;
  padding-bottom: 5em;
}
.support-page.support-results {
  min-height: unset;
}
.support-page .breadcrumb {
  position: absolute;
  top: -36px;
  left: 12px;
  border-bottom: thin solid #f8f8f8;
  width: calc(100% - 12px);
  padding-bottom: 0.25em;
}
.support-page .support-text {
  padding: 1em 0 5em 0;
}
.support-page ul:not(.tag-ul) {
  margin: 0;
  padding: 0;
  width: 100%;
}
.support-page ul:not(.tag-ul) li {
  border-top: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  list-style: none;
  margin: 0;
  padding: 1rem;
}
.support-page ul:not(.tag-ul) li:last-child {
  border-bottom: 1px #ccc solid;
}
.support-page ul:not(.tag-ul).support-footer {
  margin: 1em 0;
  position: absolute;
  bottom: 0;
}
.support-page ul:not(.tag-ul).support-footer li {
  border: none;
  display: inline;
  list-style: none;
}
.support-page ul:not(.tag-ul).support-footer li a.button {
  position: unset;
}
.support-page .support-text .question, .support-page .support-text .answer, .support-page .support-text .category {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-gap: 0.5em;
  place-items: start;
  padding: 0.5em;
  font-size: 1em;
}
.support-page .support-text .question span, .support-page .support-text .answer span, .support-page .support-text .category span {
  font-weight: bold;
}
.support-page .support-text .question p, .support-page .support-text .answer p, .support-page .support-text .category p {
  margin: 0 0 0.5em 0;
  padding: 0;
}
.support-page .support-text.search-result {
  padding: 0 1rem;
  border: 1px solid #f8f8f8;
  margin: 0.25em 0;
  position: relative;
}
.support-page .support-text.search-result .question, .support-page .support-text.search-result .category {
  padding: 0;
  margin: 0.5em;
  width: 95%;
}
.support-page .support-text.search-result:after {
  font-family: "FontAwesomeSolid", serif;
  content: "\f059";
  font-size: 3em;
  position: absolute;
  top: 0;
  right: 31px;
}
.support-page .tags {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 0.5em;
  place-items: center start;
  border: thin solid #999;
  border-left: none;
  border-right: none;
  padding: 0.5em;
}
.support-page .tags h3 {
  font-weight: bold;
  color: #737370;
  margin: 0;
}
.support-page .tags .tag-ul li {
  display: inline-block;
  font-size: 1.2em;
  padding: 0 0.5em;
  border-right: 2px solid #737370;
}
.support-page .tags .tag-ul li a {
  font-weight: normal;
}

.theme-blue [class^=grid-] .small-block,
.theme-blue [class*=" grid-"] .small-block {
  background: #070078;
}
.theme-blue [class^=grid-] .small-block h3,
.theme-blue [class^=grid-] .small-block p,
.theme-blue [class*=" grid-"] .small-block h3,
.theme-blue [class*=" grid-"] .small-block p {
  color: #fff;
}
.theme-blue [class^=grid-] .small-block h3,
.theme-blue [class*=" grid-"] .small-block h3 {
  font-size: 1.25rem;
}
.theme-blue [class^=grid-] .small-block p,
.theme-blue [class*=" grid-"] .small-block p {
  font-size: 1rem;
}
.theme-blue form button {
  color: #070078;
}
.theme-blue form button:hover, .theme-blue form button:active, .theme-blue form button:focus {
  background: #070078;
  border-color: #070078;
  color: #fff;
}
.theme-blue-academy {
  background-color: #272470;
}

.theme-grey .cim-button,
.theme-grey .button-solid {
  background-color: #474c55;
  border-color: #474c55;
}
.theme-grey .cim-button:hover, .theme-grey .cim-button:active, .theme-grey .cim-button:focus,
.theme-grey .button-solid:hover,
.theme-grey .button-solid:active,
.theme-grey .button-solid:focus {
  color: #474c55;
}
.theme-grey .small-block {
  background-color: #474c55;
  color: #fff;
  padding: 2rem 1.5rem;
}
.theme-grey .small-block h2 {
  color: currentColor;
  font-size: 1.25rem;
}
.theme-grey .small-block p {
  color: currentColor;
  font-size: 1rem;
}
.theme-grey .small-block p::before {
  display: none;
}

.theme-orange form .cim-button {
  background: #f1563f;
  border-color: #f1563f;
}
.theme-orange form .cim-button:hover, .theme-orange form .cim-button:active, .theme-orange form .cim-button:focus {
  background: transparent;
  color: #f1563f;
}

.theme-myths .site-wrapper {
  background-image: url(/media/7329/membership-myths_web-page-background-4.jpg);
  background-position: center -200px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .theme-myths .site-wrapper {
    margin-top: 102px;
    background-position: center;
  }
}
.theme-myths .membership .page-banner {
  margin: 2em 0 -2em 0;
  background: none;
  border: none;
}
.theme-myths .membership .page-banner img {
  display: block;
  margin-left: 1em;
}
.theme-myths #page-myths {
  margin-bottom: 46em;
}
@media only screen and (max-width: 767px) {
  .theme-myths #page-myths {
    margin-bottom: 0;
  }
}
.theme-myths #page-myths h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.theme-myths #page-myths h3 {
  color: #ffff7c;
}
.theme-myths [class^=grid-], .theme-myths [class*=" grid-"] {
  color: #fff;
}
.theme-myths .grid-3 {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 1em;
  margin-right: 1em;
  position: relative;
  padding-bottom: 3em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 601px) {
  .theme-myths .grid-3 {
    flex: 1 1 46%;
  }
}
@media only screen and (min-width: 769px) {
  .theme-myths .grid-3 {
    flex: 1 1 22%;
  }
}
.theme-myths .grid-3 .button {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
  background: rgba(255, 255, 124, 0.9);
}
.theme-myths .grid-3 .button a {
  color: #070078;
}
.theme-myths .grid-3 .button:hover {
  color: #474c55;
}
.theme-myths #modal-holder .reveal-modal.open {
  width: 24%;
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}
@media only screen and (max-width: 1024px) {
  .theme-myths #modal-holder .reveal-modal.open {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .theme-myths #modal-holder .reveal-modal.open {
    width: 92%;
  }
}
.theme-myths #modal-holder .reveal-modal.open#popup_Form {
  padding: 1.875rem;
  width: 80%;
  background-color: #fff;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) {
  .theme-myths #modal-holder .reveal-modal.open#popup_Form {
    width: 96%;
  }
}
.theme-myths #modal-holder .reveal-modal.open h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.theme-myths #modal-holder .reveal-modal.open h3 {
  color: #00ffca;
}
.theme-myths #modal-holder .reveal-modal.open .enclose {
  background: rgba(255, 255, 255, 0.9);
  padding: 1.5em;
  margin-bottom: 2.4em;
}
.theme-myths #modal-holder .reveal-modal.open .enclose ul {
  margin: 0.5em 0;
}
.theme-myths #modal-holder .reveal-modal.open .enclose p {
  margin: 0;
}
.theme-myths #modal-holder .reveal-modal.open .enclose h3 {
  color: #474c55;
  margin: 20px 12px;
}
.theme-myths #modal-holder .reveal-modal.open .button {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
  background: rgba(255, 255, 124, 0.9);
}
.theme-myths #modal-holder .reveal-modal.open .button a {
  color: #070078;
}
.theme-myths #modal-holder .reveal-modal.open .button:hover {
  color: #474c55;
}
.theme-myths #postcode_lookup {
  top: 279px;
}
@media only screen and (max-width: 599px) {
  .theme-myths #postcode_lookup {
    top: 396px;
  }
}

@media (min-width: 766px) {
  .theme-pitch .events .cimeventjudges .judge {
    flex: 0 0 24%;
  }
}
.theme-pitch .events .cimeventjudges .judge .popup .popup-more {
  color: #000;
  font-weight: bold;
}
.theme-pitch .events .cimeventjudges .judge .popup .popup-subtitle {
  color: #474c55;
}
.theme-pitch .events .site-wrapper {
  background-image: url("/media/7860/the-pitch_background-image-2_reduced.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 766px) {
  .theme-pitch .events .site-wrapper {
    background-position: top center;
  }
}
.theme-pitch .events .site-wrapper a {
  color: #fff;
}
.theme-pitch .events .site-wrapper a:hover {
  text-decoration: underline;
}
.theme-pitch .events .site-wrapper a.button:hover, .theme-pitch .events .site-wrapper a.cim-button:hover, .theme-pitch .events .site-wrapper a.button-blue:hover, .theme-pitch .events .site-wrapper a.button-large:hover {
  text-decoration: none;
}
.theme-pitch .events .site-wrapper .page-banner {
  background: transparent;
}
.theme-pitch .events .site-wrapper .page-banner img {
  display: none;
}
@media (min-width: 481px) {
  .theme-pitch .events .site-wrapper .page-banner img {
    display: block;
  }
}
.theme-pitch .events .site-wrapper .page-banner img.mobile-banner-image {
  display: block;
}
@media (min-width: 481px) {
  .theme-pitch .events .site-wrapper .page-banner img.mobile-banner-image {
    display: none;
  }
}
.theme-pitch .events .site-wrapper .nav-secondary, .theme-pitch .events .site-wrapper .nav-sec-menu {
  background: rgba(226, 226, 225, 0.6);
}
@media (min-width: 481px) {
  .theme-pitch .events .site-wrapper .nav-secondary, .theme-pitch .events .site-wrapper .nav-sec-menu {
    background: rgba(226, 226, 225, 0.9);
  }
}
.theme-pitch .events .site-wrapper .nav-secondary a, .theme-pitch .events .site-wrapper .nav-sec-menu a {
  border: none;
  color: #474c55;
}
.theme-pitch .events .site-wrapper .nav-secondary a:hover, .theme-pitch .events .site-wrapper .nav-sec-menu a:hover {
  background: rgba(1, 117, 116, 0.8);
  text-decoration: none;
  color: #fff;
}
.theme-pitch .events .site-wrapper .subsection {
  background: rgba(0, 0, 0, 0.4);
}
.theme-pitch .events .site-wrapper .subsection p, .theme-pitch .events .site-wrapper .subsection a {
  color: #fff;
}
.theme-pitch .events .site-wrapper .subsection .booking-widget h2 {
  color: #fff;
}
.theme-pitch .events .site-wrapper .subsection .panel-contents > p {
  padding: 0 1em;
}
.theme-pitch .events .site-wrapper .subsection .event-accordion-wrapper {
  background: rgba(255, 255, 255, 0.5);
}
.theme-pitch .events .site-wrapper .subsection .event-accordion-wrapper .accordion {
  background: rgba(255, 255, 255, 0.5);
  padding: 1em;
}
.theme-pitch .events .site-wrapper .subsection .event-accordion-wrapper .accordion .accordion-caller {
  color: #000;
}
.theme-pitch .events .site-wrapper .subsection .event-accordion-wrapper .accordion .accordion-inner ul li {
  color: #474c55;
}
.theme-pitch .events .site-wrapper .subsection .cim-button, .theme-pitch .events .site-wrapper .subsection .button-blue {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  border: none;
  margin: 0.5em 0;
  min-width: 180px;
  width: 100%;
}
.theme-pitch .events .site-wrapper .subsection .cim-button:hover, .theme-pitch .events .site-wrapper .subsection .button-blue:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.theme-pitch .events .site-wrapper .subsection .cim-form form h2.response p:last-of-type, .theme-pitch .events .site-wrapper .subsection .cim-form form h2.response p:nth-of-type(3) {
  display: none;
}
.theme-pitch .events .site-wrapper [class^=grid-], .theme-pitch .events .site-wrapper [class*=" grid-"] {
  color: #fff;
}
.theme-pitch .events .site-wrapper .site-main .section-header {
  text-align: left;
}
.theme-pitch .events .site-wrapper .site-main .section-header:before {
  border-top: none;
}
.theme-pitch .events .site-wrapper .site-main .section-header .inner {
  background: transparent;
  color: #fff;
}
.theme-pitch .events .site-wrapper .site-main h2 {
  color: #fff;
}
.theme-pitch .events .site-wrapper .umbraco-forms-form .umbraco-forms-field.checkbox label {
  color: #fff;
  left: 2.2em;
  top: 2.2em;
}
@media (min-width: 766px) {
  .theme-pitch .events .site-wrapper .umbraco-forms-form .umbraco-forms-field.checkbox label {
    top: 0.8em;
    left: 0;
  }
}
.theme-pitch .events .site-wrapper .umbraco-forms-form .select-styling {
  height: 40px;
}
.theme-pitch .events .site-wrapper .cim-form .customSelect {
  max-width: none;
  width: 100%;
  height: 40px;
}
.theme-pitch .events .site-wrapper .cim-form .customSelect .customSelectInner {
  padding: 0.7em 0.8em;
  color: #909090;
  font-weight: normal;
  font-size: 1.1em;
  min-width: 100%;
}
.theme-pitch .events .site-wrapper .cim-form .customSelect:after {
  line-height: 42px;
}
.theme-pitch .events .site-wrapper .cim-form .cim-button {
  width: auto;
  position: absolute;
  right: 15px;
  bottom: -2em;
  background-color: #009999;
  border-color: #009999;
}
@media (min-width: 766px) {
  .theme-pitch .events .site-wrapper .cim-form .cim-button {
    bottom: 0;
  }
}
.theme-pitch .events .site-wrapper .cim-form .cim-button a {
  color: #fff;
}
.theme-pitch .events .site-wrapper .cim-form .cim-button a:hover {
  color: #009999;
  background: #fff;
}
.theme-pitch .events .site-wrapper .cim-form .cim-button:hover {
  color: #009999;
  background: #fff;
}
.theme-pitch .events .site-wrapper .cim-form h2 {
  color: #fff;
}
.theme-pitch .events .site-wrapper .cim-form .field-validation-error {
  color: #fff;
  background-color: #d32e2e;
  width: 80%;
  border-radius: 0 0 10px 0;
}
.theme-pitch .events .site-wrapper .flexslider .flex-control-nav {
  top: 1.5rem;
}
.theme-pitch .events .site-wrapper .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.5);
}
.theme-pitch .events .site-wrapper .flexslider .flex-control-nav li a.flex-active {
  background: rgba(0, 0, 0, 0.5);
}
.theme-pitch .fade-to-black {
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5em;
  margin: 0.5em 0;
}

@media (min-width: 766px) {
  .theme-academy .cim-academy section, .theme-academy .cim-academy #section-1 {
    padding: 0;
  }
}
.theme-academy .cim-academy #section-2 .grid-4 {
  max-width: none;
}
.theme-academy .cim-academy .section-header {
  font-size: 1.4rem;
  color: #070078;
  padding-bottom: unset;
}
.theme-academy .cim-academy .section-header:before {
  top: unset;
  left: 0;
  width: 100%;
  border-top: 1px solid #070078;
}
.theme-academy .cim-academy .section-header .inner {
  background: #fff;
  line-height: 1.3em;
}
.theme-academy #header {
  margin: 0 auto;
  width: 100%;
  position: unset;
  border-top: 0.5em solid #070078;
  border-bottom: 4px solid #070078;
}
@media (min-width: 1025px) {
  .theme-academy #header {
    margin: 0 auto 0 -50%;
    width: 200%;
  }
}
.theme-academy #header #header-inner {
  border: none;
}
.theme-academy #header #header-inner a.theme-logo img {
  margin-left: 2%;
}
.theme-academy #header #header-inner a.theme-logo:hover {
  background-color: transparent;
  height: auto;
}
.theme-academy .site-wrapper {
  background-color: #fff;
  margin-top: auto;
}
.theme-academy .site-main {
  max-width: 1024px;
  padding: 0;
}
.theme-academy .nav-sec-menu {
  background-color: transparent;
  padding: 0.5em 0;
}
.theme-academy .nav-sec-menu li {
  border-right: thin solid #737370;
}
.theme-academy .nav-sec-menu li:last-of-type {
  border-right: none;
}
.theme-academy .nav-sec-menu a {
  border-bottom: none;
  padding: 0.75rem 0.5rem;
}
.theme-academy .nav-sec-menu a:hover {
  background: rgba(7, 0, 120, 0.8);
}
.theme-academy .page-banner {
  margin: 0;
  max-width: none;
  background-color: #070078;
}
.theme-academy .page-banner .banner-text {
  width: 100%;
  padding: 0.5em;
}
@media (min-width: 481px) {
  .theme-academy .page-banner .banner-text {
    width: 57%;
    padding: 0 0.5em;
  }
}
.theme-academy .page-banner .banner-text h1 {
  color: #fff;
  font-weight: bold;
  width: 80%;
  margin: auto;
}
.theme-academy .page-banner img {
  width: 100%;
}
@media (min-width: 481px) {
  .theme-academy .page-banner {
    background-color: #fff;
  }
  .theme-academy .page-banner h1 {
    color: inherit;
  }
}
.theme-academy .cimbg {
  background-color: #F7F5F2;
  margin: 1em 0 2em 0;
}
.theme-academy .cimbg .section-header .inner {
  background: #F7F5F2;
}
.theme-academy .displaybuttons .grid .button {
  min-width: 90%;
  margin: 20px auto;
}
.theme-academy .cim-button {
  cursor: pointer;
}
.theme-academy .cim-button.grey {
  border-color: #fff;
  background-color: #474c55;
  color: #fff;
}
.theme-academy .cim-button.grey:hover {
  border-color: #474c55;
  background-color: #fff;
  color: #474c55;
}
.theme-academy .cim-form .buttonFile {
  width: 97%;
}
.theme-academy .cim-form .minSize1 .select-styling:after {
  right: 27.5px;
}
.theme-academy .cim-form .minSize2 .select-styling:after {
  right: 33.5px;
}
@media (min-width: 650px) {
  .theme-academy .cim-form .minSize2 .select-styling:after {
    right: 37.5px;
  }
}
@media (min-width: 900px) {
  .theme-academy .cim-form .minSize2 .select-styling:after {
    right: 43.5px;
  }
}
.theme-academy .cim-form .input6, .theme-academy .cim-form .buttonFile {
  display: none;
}
.theme-academy .cim-form select.maxSize2.prefilled {
  width: 95%;
}
@media (min-width: 481px) {
  .theme-academy .cim-form select.maxSize2.prefilled {
    width: 97%;
  }
}
@media (min-width: 766px) {
  .theme-academy .all-padding-removed .grid {
    padding: 0;
  }
  .theme-academy .all-padding-removed .grid .grid-12 {
    padding: 0;
  }
  .theme-academy .all-padding-removed .grid .cim-form {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .theme-academy .grid .grid-3 {
    max-width: 25%;
    padding-left: 8px;
  }
}
.theme-academy .grid .grid-4 h6 {
  top: unset;
  right: unset;
  bottom: 2em;
  left: 1.9em;
  height: auto;
  width: auto;
}
.theme-academy .grid .grid-6 h6 {
  top: unset;
  right: unset;
  bottom: 2em;
  left: 1.9em;
  height: auto;
  width: auto;
}
.theme-academy .grid .featured-box-text {
  position: absolute;
  padding: 1.5em;
  top: 0;
  left: 0;
}
.theme-academy .whiteheaders .grid [class^=grid-] h3 {
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
}
.theme-academy .whiteheaders .grid [class^=grid-] h5 {
  color: #fff;
  font-weight: normal;
}
.theme-academy .whiteheaders .grid [class^=grid-] p {
  color: #fff;
  font-weight: normal;
}
.theme-academy .memblocks {
  margin-top: 0;
}
.theme-academy .memblocks .grid {
  padding: 0 1em;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-template-rows: auto;
}
@media (min-width: 481px) {
  .theme-academy .memblocks .grid {
    grid-gap: 1em;
  }
}
@media (min-width: 766px) {
  .theme-academy .memblocks .grid {
    grid-gap: 1em;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .theme-academy .memblocks .grid {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  }
}
.theme-academy .memblocks .grid [class^=grid-] {
  padding: 0;
}
.theme-academy .memblocks .grid [class^=grid-] > a {
  position: relative;
  margin-bottom: 1em;
  border-radius: 8px;
}
.theme-academy .memblocks .grid [class^=grid-] > a .img-wrapper {
  border-radius: 8px;
}
.theme-academy .memblocks .grid [class^=grid-] > a.blur .overlaywrap {
  border-radius: 8px;
}
.theme-academy .memblocks .grid .grid-6 {
  flex: none;
  max-width: none;
}
.theme-academy .memblocks .grid .grid-6 h3 {
  position: absolute;
  top: unset;
  bottom: 60px;
  color: #fff;
  font-weight: 500;
}
.theme-academy .memblocks .grid .grid-6 h6 {
  top: unset;
  right: unset;
  bottom: 2em;
  left: 2.5em;
  height: auto;
  width: auto;
  color: #fff;
}
.theme-academy .memblocks .grid .grid-6.h3-grid h3 {
  display: grid;
  place-content: center;
  place-self: center;
  grid-gap: 0.5em;
  bottom: unset;
  left: unset;
  max-width: 100%;
}
.theme-academy .memblocks .grid .grid-4 {
  flex: none;
  max-width: none;
}
.theme-academy .memblocks .grid .grid-4 h3 {
  top: unset;
  right: unset;
  bottom: 1.8em;
  left: 1em;
  height: auto;
  width: auto;
}
.theme-academy .memblocks .grid .grid-4 h6 {
  top: unset;
  right: unset;
  bottom: 2em;
  left: 1.9em;
  height: auto;
  width: auto;
}
.theme-academy .memblocks .grid .grid-4.h3-grid h3 {
  display: grid;
  place-content: center;
  place-self: center;
  grid-gap: 0.5em;
  bottom: unset;
  left: unset;
  max-width: 100%;
}
.theme-academy .memblocks .grid .featured-box-text.show {
  grid-template-rows: 1fr 2fr 1fr;
}
.theme-academy .memblocks .grid .featured-box-text.show a.button-blue {
  border-radius: 8px;
}
.theme-academy .memblocks .grid .featured-box-text.show a.button-blue:hover {
  background: #fff;
}
.theme-academy .memblocks.gc-2 .grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-template-rows: auto;
}
@media (min-width: 766px) {
  .theme-academy .memblocks.gc-2 .grid {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    grid-gap: 1em;
    padding: 0 0.5em;
  }
}
@media (min-width: 1025px) {
  .theme-academy .memblocks.gc-2 .grid {
    grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
    padding: 0;
  }
}
.theme-academy .memblocks a.blur {
  font-size: 0.8em;
}
@media (min-width: 900px) {
  .theme-academy .memblocks a.blur {
    font-size: 1em;
  }
}
.theme-academy .memblocks a.blur .overlaywrap {
  background-color: rgba(7, 0, 120, 0.9);
}
.theme-academy .memblocks a.blur .featured-box-text.show {
  display: block !important;
}
@media (min-width: 481px) {
  .theme-academy .memblocks a.blur .featured-box-text.show {
    display: grid !important;
  }
}
.theme-academy .memblocks a.blur .featured-box-text.show .button-large {
  margin: 0 auto;
}
.theme-academy .memblocks a .img-wrapper {
  background-size: cover;
}
.theme-academy .memblocks.whiteheaders .grid [class^=grid-] h3 {
  color: #fff;
  max-width: 80%;
}
.theme-academy .no-quotes .flexslider {
  padding: 0 2rem;
}
.theme-academy .no-quotes .flexslider .flex-viewport {
  min-height: 16rem;
  height: auto !important;
}
.theme-academy .no-quotes .flexslider .flex-viewport .slides {
  margin: 2rem auto;
  /*display: grid;
  grid-gap:0;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  @include breakpoint(medium){
      grid-template-columns: repeat(auto-fill, minmax(430px, 1fr));    
  }
  @include breakpoint(large){
      grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
  }
  li{
      width: 100% !important;
      float:none !important;
      position: unset !important;
  }*/
}
.theme-academy .no-quotes .flexslider .flex-control-nav {
  top: 0.5rem;
}
.theme-academy .modal-item img {
  width: 100% !important;
  height: 100%;
}
@media (min-width: 481px) {
  .theme-academy .modal-item img {
    width: 100%;
  }
}
.theme-academy #modal-holder .reveal-modal.open {
  width: 96%;
  left: 2%;
  right: 2%;
  max-height: 96vh;
}
.theme-academy #modal-holder .reveal-modal.open p {
  margin: 0;
}
.theme-academy #modal-holder .reveal-modal.open p iframe {
  height: auto;
}
@media (min-width: 766px) {
  .theme-academy #modal-holder .reveal-modal.open {
    width: 60%;
    left: 20%;
    right: 20%;
    max-height: 90vh;
  }
  .theme-academy #modal-holder .reveal-modal.open p {
    margin: 1em 0;
  }
  .theme-academy #modal-holder .reveal-modal.open p iframe {
    height: 50vh;
  }
}
.theme-academy #modal-holder .reveal-modal.open .accordion .accordion-item {
  width: 100%;
  float: none;
  margin-right: unset;
}
@media (min-width: 766px) {
  .theme-academy #modal-holder .reveal-modal.open .accordion .accordion-item {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
}
.theme-academy .tabbed-carousel.qualsdefault-grey .flex-slider-controls ul.tabbed-control-nav li {
  background-color: #999;
}
.theme-academy .tabbed-carousel.qualsactive-orange .flex-slider-controls ul.tabbed-control-nav li.flex-active {
  background-color: #E9543A;
}
.theme-academy .single-slide .tabbed-carousel.qualsactive-orange .flex-slider-controls ul.tabbed-control-nav li {
  background-color: #E9543A;
}
.theme-academy [id^=page-level-] h1, .theme-academy [id*=" page-level-"] h1 {
  font-size: 1.2rem;
}
@media (min-width: 1025px) {
  .theme-academy [id^=page-level-] h1, .theme-academy [id*=" page-level-"] h1 {
    font-size: 1.4rem;
  }
}
.theme-academy section.rounded .grid [class^=grid-] {
  border-radius: 8px;
}
.theme-academy section.rounded .grid [class^=grid-] .img-wrapper {
  border-radius: 8px;
}
.theme-academy section.rounded .grid [class^=grid-] a {
  border-radius: 8px;
}
.theme-academy section.rounded .grid [class^=grid-] a .cim-button {
  border-radius: 8px;
}
.theme-academy section.rounded .grid [class^=grid-] .attentionBanner {
  border-radius: 8px;
}
.theme-academy section.rounded .grid [class^=grid-] .flexslider .slides .slide img {
  border-radius: 8px;
}
.theme-academy section.rounded .grid [class^=grid-] .tabbed-carousel .flex-slider-controls ul.tabbed-control-nav li {
  border-radius: 8px;
}
.theme-academy section.rounded .grid [class^=grid-] .modal-item img {
  border-radius: 8px;
}
.theme-academy .display-grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 2fr 4fr 1fr 1fr 1fr;
  grid-template-areas: "level1 level2 level3 level4 reset";
  place-items: stretch;
  text-align: center;
  font-size: 0.6em;
}
@media (min-width: 481px) {
  .theme-academy .display-grid {
    font-size: 0.8em;
    place-items: stretch;
  }
}
.theme-academy .display-grid span {
  display: none;
}
@media (min-width: 650px) {
  .theme-academy .display-grid span {
    display: unset;
  }
}
.theme-academy .display-grid .level1 {
  background-color: #070078;
  color: #fff;
  padding: 1em;
  border-radius: 1em;
  position: relative;
}
.theme-academy .display-grid .level1 span {
  position: absolute;
  right: 0;
  bottom: -12px;
  cursor: pointer;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 0 0 0.8em 0.8em;
  width: 100%;
  z-index: 1;
}
@media (min-width: 481px) {
  .theme-academy .display-grid .level1 span {
    right: 12px;
    top: 5px;
    padding: 0;
    background-color: transparent;
    border-radius: unset;
    width: auto;
  }
}
.theme-academy .display-grid .level2 {
  background-color: #5fd184;
  color: #fff;
  padding: 1em;
  border-radius: 1em;
  position: relative;
}
.theme-academy .display-grid .level2 span {
  position: absolute;
  right: 0;
  bottom: -12px;
  cursor: pointer;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 0 0 0.8em 0.8em;
  width: 100%;
  z-index: 1;
}
@media (min-width: 481px) {
  .theme-academy .display-grid .level2 span {
    right: 12px;
    top: 5px;
    padding: 0;
    background-color: transparent;
    border-radius: unset;
    width: auto;
  }
}
.theme-academy .display-grid .level3 {
  background-color: #0733ca;
  color: #fff;
  padding: 1em;
  border-radius: 1em;
  position: relative;
}
.theme-academy .display-grid .level3 span {
  position: absolute;
  right: 0;
  bottom: -12px;
  cursor: pointer;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 0 0 0.8em 0.8em;
  width: 100%;
  z-index: 1;
}
@media (min-width: 481px) {
  .theme-academy .display-grid .level3 span {
    right: 12px;
    top: 5px;
    padding: 0;
    background-color: transparent;
    border-radius: unset;
    width: auto;
  }
}
.theme-academy .display-grid .level4 {
  background-color: #007069;
  color: #fff;
  padding: 1em;
  border-radius: 1em;
  position: relative;
}
.theme-academy .display-grid .level4 span {
  position: absolute;
  right: 0;
  bottom: -12px;
  cursor: pointer;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 0 0 0.8em 0.8em;
  width: 100%;
  z-index: 1;
}
@media (min-width: 481px) {
  .theme-academy .display-grid .level4 span {
    right: 12px;
    top: 5px;
    padding: 0;
    background-color: transparent;
    border-radius: unset;
    width: auto;
  }
}
.theme-academy .display-grid .reset {
  background-color: #737370;
  color: #fff;
  padding: 1em;
  border-radius: 1em;
  cursor: pointer;
  justify-self: self-start;
}
.theme-academy #qualifications.selected, .theme-academy #courses.selected, .theme-academy #study-methods.selected, .theme-academy #study-dates.selected {
  display: none;
}
.theme-academy #qualifications ul, .theme-academy #courses ul, .theme-academy #study-methods ul, .theme-academy #study-dates ul {
  display: grid;
  grid-gap: 10px;
  place-items: stretch;
  list-style: none;
  text-align: center;
  padding: 0;
}
.theme-academy #qualifications ul li, .theme-academy #courses ul li, .theme-academy #study-methods ul li, .theme-academy #study-dates ul li {
  background-color: #070078;
  padding: 2em;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.theme-academy #qualifications ul li.remove, .theme-academy #courses ul li.remove, .theme-academy #study-methods ul li.remove, .theme-academy #study-dates ul li.remove {
  background-color: red;
}
.theme-academy #qualifications ul li a, .theme-academy #courses ul li a, .theme-academy #study-methods ul li a, .theme-academy #study-dates ul li a {
  color: #fff;
}
@media (min-width: 766px) {
  .theme-academy #qualifications ul li:last-of-type, .theme-academy #courses ul li:last-of-type, .theme-academy #study-methods ul li:last-of-type, .theme-academy #study-dates ul li:last-of-type {
    grid-column: 1/-1;
  }
  .theme-academy #qualifications ul li:nth-child(even), .theme-academy #courses ul li:nth-child(even), .theme-academy #study-methods ul li:nth-child(even), .theme-academy #study-dates ul li:nth-child(even) {
    grid-column: unset;
  }
}
@media (min-width: 1025px) {
  .theme-academy #qualifications ul li:last-of-type, .theme-academy #courses ul li:last-of-type, .theme-academy #study-methods ul li:last-of-type, .theme-academy #study-dates ul li:last-of-type {
    grid-column: unset;
  }
  .theme-academy #qualifications ul li:nth-child(even), .theme-academy #courses ul li:nth-child(even), .theme-academy #study-methods ul li:nth-child(even), .theme-academy #study-dates ul li:nth-child(even) {
    grid-column: unset;
  }
}
@media (min-width: 481px) {
  .theme-academy #qualifications ul, .theme-academy #courses ul, .theme-academy #study-methods ul, .theme-academy #study-dates ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
@media (min-width: 1025px) {
  .theme-academy #qualifications ul, .theme-academy #courses ul, .theme-academy #study-methods ul, .theme-academy #study-dates ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.theme-academy #courses ul li {
  background-color: #5fd184;
}
.theme-academy #study-methods ul li {
  background-color: #0733ca;
}
.theme-academy #study-dates ul li {
  background-color: #007069;
}
.theme-academy #schedule {
  margin: 2em 1em 0 1em;
}
.theme-academy #schedule h2 {
  border-bottom: thin solid #070078;
  width: 100%;
  padding-bottom: 0.5em;
}
.theme-academy .prefilled {
  background-color: #737370;
  color: #fff;
}
.theme-academy .cim-form select {
  min-width: unset;
}
.theme-academy footer {
  background-color: #F7F5F2;
  padding: 0.5em;
}
@media (min-width: 1025px) {
  .theme-academy footer {
    margin: 0 auto 0 -50%;
    width: 200%;
    padding: 2em 0 0 0;
  }
}
.theme-academy footer.footer-main .footer-container {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fill, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "address links websites" "logo . social" "common common common";
}
@media (min-width: 766px) {
  .theme-academy footer.footer-main .footer-container {
    grid-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "logo address links websites social" ". common common common common";
  }
}
@media (min-width: 1025px) {
  .theme-academy footer.footer-main .footer-container {
    grid-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "logo address links websites social" " . common common common . ";
  }
}
.theme-academy footer.footer-main .footer-container h4 {
  margin: 0;
  color: #070078;
  font-family: "SourceSansPro", Tahoma, serif;
}
.theme-academy footer.footer-main .footer-container .logo {
  grid-area: logo;
  place-self: center;
  padding-left: 0.5em;
}
@media (min-width: 766px) {
  .theme-academy footer.footer-main .footer-container .logo {
    padding: 2em;
    place-self: start;
  }
}
.theme-academy footer.footer-main .footer-container .address {
  grid-area: address;
}
.theme-academy footer.footer-main .footer-container .links {
  grid-area: links;
}
.theme-academy footer.footer-main .footer-container .websites {
  grid-area: websites;
}
.theme-academy footer.footer-main .footer-container .common {
  grid-area: common;
}
.theme-academy footer.footer-main .footer-container .address, .theme-academy footer.footer-main .footer-container .links, .theme-academy footer.footer-main .footer-container .websites {
  padding: 2em 1em;
}
.theme-academy footer.footer-main .footer-container .address ul, .theme-academy footer.footer-main .footer-container .links ul, .theme-academy footer.footer-main .footer-container .websites ul {
  padding: 0;
}
.theme-academy footer.footer-main .footer-container .address ul li, .theme-academy footer.footer-main .footer-container .links ul li, .theme-academy footer.footer-main .footer-container .websites ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #909090;
}
.theme-academy footer.footer-main .footer-container .address ul li a, .theme-academy footer.footer-main .footer-container .links ul li a, .theme-academy footer.footer-main .footer-container .websites ul li a {
  font-weight: normal;
  color: #909090;
}
.theme-academy footer.footer-main .footer-container .social {
  grid-area: social;
  place-self: center;
}
@media (min-width: 766px) {
  .theme-academy footer.footer-main .footer-container .social {
    place-self: start;
  }
}
.theme-academy footer.footer-main .footer-container .social ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}
.theme-academy footer.footer-main .footer-container .social ul li {
  margin: 0 5px;
  list-style: none;
}
.theme-academy footer.footer-main .footer-container .social ul li a .icon {
  width: 100%;
  max-height: 30px;
}
.theme-academy footer.footer-main .footer-container .social ul li a:hover {
  color: rgba(7, 0, 120, 0.8);
}
.theme-academy footer.footer-main .footer-container .common {
  align-self: start;
}
.theme-academy footer.footer-main .footer-container .common .footer-nav {
  margin: 1em auto;
  padding: 0;
}
.theme-academy footer.footer-main .footer-container .common .footer-nav li {
  list-style: none;
  float: left;
  padding: 0 1em;
  border-right: thin solid #737370;
}
.theme-academy footer.footer-main .footer-container .common .footer-nav li:last-of-type {
  border-right: none;
}
.theme-academy footer.footer-main .footer-container .common .footer-nav li a {
  font-weight: normal;
}
.theme-academy .gridbox {
  display: grid;
  padding: 0;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-flow: row dense;
  align-items: flex-start;
  justify-items: center;
}
.theme-academy .grid.new {
  display: grid;
  grid-gap: 0;
  place-content: center;
}
@media (min-width: 481px) {
  .theme-academy .grid.new {
    grid-gap: 1em;
    padding: 0.5em;
    place-content: unset;
  }
}
@media (min-width: 1025px) {
  .theme-academy .grid.new {
    grid-gap: 0.5em;
    padding: 0.5em;
  }
}
.theme-academy .grid.new.grid-column-1 {
  grid-template-columns: 1fr;
}
.theme-academy .grid.new.grid-columns-2 {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
.theme-academy .grid.new.grid-columns-3 {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.theme-academy .grid.new.grid-columns-4 {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
@media (min-width: 900px) {
  .theme-academy .grid.new.grid-columns-4 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
.theme-academy .grid.new.grid-columns-9-3 {
  grid-template-columns: 1fr;
}
@media (min-width: 481px) {
  .theme-academy .grid.new.grid-columns-9-3 {
    grid-template-columns: 3fr 1fr;
  }
}
.theme-academy .grid.new.grid-columns-3-9 {
  grid-template-columns: 1fr;
}
@media (min-width: 481px) {
  .theme-academy .grid.new.grid-columns-3-9 {
    grid-template-columns: 1fr 3fr;
  }
}
.theme-academy .grid.new [class^=grid-], .theme-academy .grid.new [class*=" grid-"] {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
}
@media (min-width: 650px) {
  .theme-academy .grid.new [class^=grid-]:last-of-type:nth-of-type(odd), .theme-academy .grid.new [class*=" grid-"]:last-of-type:nth-of-type(odd) {
    grid-column: 1/span 2;
  }
}
@media (min-width: 1025px) {
  .theme-academy .grid.new [class^=grid-]:last-of-type:nth-of-type(odd), .theme-academy .grid.new [class*=" grid-"]:last-of-type:nth-of-type(odd) {
    grid-column: auto;
  }
}

.theme-graduate .section-header .inner {
  font-size: 1.3em;
  color: #000;
  background-color: transparent;
}
.theme-graduate .nav-sec-menu {
  background: #f8f8f8;
  margin-bottom: 2em;
}
.theme-graduate .nav-sec-menu li a:hover {
  background: #000;
}
.theme-graduate .button {
  background: transparent;
  color: #000;
}
.theme-graduate .button a:hover {
  background: #000;
  color: #fff;
}
.theme-graduate .button:hover {
  background: #000;
  color: #fff;
}
.theme-graduate .login-request {
  font-size: 1.1em;
  border: thin solid #474c55;
  border-left: none;
  border-right: none;
  padding: 1em 0;
}
.theme-graduate .white-background {
  background: #fff;
  padding: 1em 2em;
}
.theme-graduate .white-background .section-header .inner {
  background: transparent;
}
.theme-graduate .grey-background {
  padding: 1em 2em;
}
.theme-graduate .grey-background .section-header {
  margin: 0;
}
.theme-graduate .grey-background .section-header .inner {
  background: transparent;
}
.theme-graduate .grey-background-slider .flexslider {
  background: rgb(236, 238, 237);
  padding: 1em 2em;
}
.theme-graduate .grey-background-slider .flexslider .section-header .inner {
  background: transparent;
}
.theme-graduate h2 {
  color: rgb(0, 0, 0);
}
.theme-graduate h2:before {
  display: none;
}
.theme-graduate .accordion .accordion-item {
  background-color: #f8f8f8;
  margin-bottom: 0.5em;
}
.theme-graduate .accordion .accordion-item a {
  font-family: "SourceSansPro", Tahoma, serif;
  font-weight: 400;
  padding: 1em;
}
.theme-graduate .accordion .accordion-item a:hover {
  color: rgb(0, 0, 0);
}
.theme-graduate .accordion .accordion-item .accordion-inner p {
  padding: 0 1em;
}
.theme-graduate .accordion .accordion-item .accordion-inner p a {
  font-family: inherit;
  font-weight: bold;
  padding: 0;
  color: #474c55;
}
.theme-graduate .accordion .accordion-item .accordion-inner p a:hover {
  color: rgb(0, 0, 0);
}
.theme-graduate .shadow {
  box-shadow: 3px 3px 5px 6px #ccc;
}
.theme-graduate .radius {
  border-radius: 1em;
}
.theme-graduate .study-list .styled-list-header {
  background: #fff;
}
@media (min-width: 481px) {
  .theme-graduate .study-list .styled-list-header {
    background: #474c55;
  }
}
.theme-graduate .study-list .styled-list-header .qualification {
  color: #474c55;
}
@media (min-width: 481px) {
  .theme-graduate .study-list .styled-list-header .qualification {
    color: #fff;
  }
}
.theme-graduate .study-list .styled-list-header .exempt {
  background: rgba(245, 192, 53, 0.5);
  color: #474c55;
  margin: 0.25em 0;
  border-radius: 0 10px 10px 0;
}
@media (min-width: 481px) {
  .theme-graduate .study-list .styled-list-header .exempt {
    color: #fff;
    background: transparent;
    margin: 0;
  }
}
.theme-graduate .study-list .styled-list-header .modules {
  background: rgba(155, 202, 137, 0.5);
  border-radius: 0 10px 10px 0;
  color: #474c55;
}
@media (min-width: 481px) {
  .theme-graduate .study-list .styled-list-header .modules {
    color: #fff;
    background: transparent;
  }
}
.theme-graduate .study-list .styled-list-item {
  background: #fff;
}
.theme-graduate .study-list .styled-list-item .degree {
  background: rgb(154, 85, 174);
}
.theme-graduate .study-list .styled-list-item .qual-row {
  border-color: rgb(154, 85, 174);
}
.theme-graduate .study-list .styled-list-item .qual-row .qualification {
  color: #474c55;
}
.theme-graduate .study-list .styled-list-item .qual-row .qualification.QualBlank {
  display: none;
}
@media (min-width: 481px) {
  .theme-graduate .study-list .styled-list-item .qual-row .qualification.QualBlank {
    display: inline-block;
  }
}
.theme-graduate .study-list .styled-list-item .qual-row .exempt {
  background: rgba(245, 192, 53, 0.5);
  color: #474c55;
  margin: 0.25em 0;
  border-radius: 0 10px 10px 0;
}
@media (min-width: 481px) {
  .theme-graduate .study-list .styled-list-item .qual-row .exempt {
    background: transparent;
    margin: 0;
  }
}
.theme-graduate .study-list .styled-list-item .qual-row .modules {
  background: rgba(155, 202, 137, 0.5);
  border-radius: 0 10px 10px 0;
  color: #474c55;
}
@media (min-width: 481px) {
  .theme-graduate .study-list .styled-list-item .qual-row .modules {
    background: transparent;
  }
}
.theme-graduate .study-list .styled-list-item div:empty {
  display: inline-block;
}
.theme-graduate .gg-blocks {
  margin-bottom: 2em;
}
.theme-graduate .gg-blocks .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  grid-gap: 1em;
}
.theme-graduate .gg-blocks .grid .grid-4 {
  max-width: unset;
  padding: 0;
}
.theme-graduate .gg-blocks .grid .grid-4 a {
  display: grid;
  background: rgb(154, 85, 174);
  place-content: center;
}
.theme-graduate .gg-blocks .grid .grid-4 a:hover {
  background: #474c55;
}
.theme-graduate .gg-blocks .grid .grid-4 a .small-block-text h2 {
  color: #fff;
  text-align: center;
  vertical-align: center;
}
.theme-graduate .gg-blocks .grid .grid-4:last-child:nth-child(odd) {
  grid-column-start: auto;
  grid-column-end: auto;
}
@media (min-width: 481px) {
  .theme-graduate .gg-blocks .grid .grid-4:last-child:nth-child(odd) {
    grid-column-start: 1;
    grid-column-end: span 2;
  }
}
@media (min-width: 1025px) {
  .theme-graduate .gg-blocks .grid .grid-4:last-child:nth-child(odd) {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
.theme-graduate .bg-set {
  background-size: cover !important;
  position: relative;
}
.theme-graduate .bg-set .section-header:before {
  border: none;
}
.theme-graduate .bg-set .section-header .inner {
  background: transparent;
}
.theme-graduate .bg-set h3, .theme-graduate .bg-set p {
  color: #fff;
  margin-left: 2em;
  font-size: 1.2em;
}
.theme-graduate .bg-set #select-boxes {
  padding-left: 0;
}
.theme-graduate .bg-set #select-boxes li {
  display: none;
}
.theme-graduate .bg-set #select-boxes li:first-of-type {
  display: block;
}
.theme-graduate .bg-set #select-boxes li .select select {
  padding: 0.25em 1em;
  line-height: unset;
  height: unset;
  font-size: 1.3em;
  appearance: none;
}
.theme-graduate .bg-set #select-boxes li .select:after {
  font-family: "FontAwesomeSolid", serif;
  right: 14.5px;
  top: 20.5px;
  content: "\f107";
  position: absolute;
  line-height: 0;
  pointer-events: none;
  font-size: 2.5em;
}
.theme-graduate .bg-set #select-boxes.grad-dropdowns {
  display: block;
}
.theme-graduate .bg-set #select-boxes.grad-dropdowns:before, .theme-graduate .bg-set #select-boxes.grad-dropdowns:after {
  content: none;
}
@media (min-width: 481px) {
  .theme-graduate .bg-set #select-boxes.grad-dropdowns {
    display: grid;
    grid-template-columns: 4fr 0.5fr 4fr;
    place-items: center;
  }
}
.theme-graduate .bg-set #select-boxes.grad-dropdowns li {
  display: block;
  list-style: none;
}
.theme-graduate .bg-set #select-boxes.grad-dropdowns li .select:after {
  font-size: 2em;
  top: 17.5px;
}
.theme-graduate .bg-set #select-boxes.grad-dropdowns li .select select {
  font-size: 1.1em;
}
.theme-graduate .bg-set .customSelect {
  border-radius: 1em 0 0 1em;
}
.theme-graduate .bg-set-2 {
  min-height: 20em;
  background-size: cover !important;
  background-repeat: no-repeat;
  position: relative;
  margin: -1em auto auto auto;
  max-width: 1008px;
}
.theme-graduate .bg-set-2 h2 {
  color: #fff;
  position: absolute;
  left: 0;
  background: rgba(154, 85, 174, 0.4);
  top: 0;
  padding: 0.5em;
  font-size: 2em;
}
@media (min-width: 481px) {
  .theme-graduate .bg-set-2 h2 {
    background: rgb(154, 85, 174);
    top: 1em;
    right: 2em;
    left: unset;
    padding: 0.5em 2em;
  }
}
.theme-graduate .bg-set-2 p {
  color: #474c55;
  position: absolute;
  top: 9em;
  background: rgba(255, 255, 255, 0.7);
  padding: 1em;
}
@media (min-width: 481px) {
  .theme-graduate .bg-set-2 p {
    width: 42%;
    right: 2em;
    top: 6em;
    background: rgba(255, 255, 255, 0.9);
  }
}
.theme-graduate .gg-slider {
  padding: 0;
  background: #fff;
  margin-top: 2em;
  margin-bottom: 2em;
}
.theme-graduate .gg-slider .grid {
  display: block;
  padding: 0;
}
.theme-graduate .gg-slider .grid .grid-12 {
  padding: 0;
}
.theme-graduate .gg-slider .grid .grid-12 .section-header {
  margin-top: 1em;
  margin-bottom: -2em;
}
.theme-graduate .gg-slider .grid .grid-12 .section-header .inner {
  background: transparent;
}
.theme-graduate .gg-slider .flexslider {
  padding: 0 0 2rem 0;
}
.theme-graduate .gg-slider .flexslider .flex-control-nav {
  top: 4rem;
}
.theme-graduate .gg-slider .flexslider .flex-viewport {
  min-height: 31rem;
}
.theme-graduate .gg-slider .flexslider .flex-viewport .slides {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}
.theme-graduate .gg-slider .flexslider .flex-viewport .slides li {
  width: auto !important;
  float: none !important;
}
@media (min-width: 481px) {
  .theme-graduate .gg-slider .flexslider .flex-viewport .slides li {
    margin-right: 0 !important;
  }
}
.theme-graduate .gg-slider .flexslider .flex-viewport .slides li .slide {
  background: #fff;
  display: grid;
  grid-template-rows: 250px 40px 158px;
  grid-template-areas: "top" "middle" "bottom";
  min-height: 27em;
}
.theme-graduate .gg-slider .flexslider .flex-viewport .slides li .slide a {
  max-width: 36%;
  margin: auto;
  z-index: 99;
  grid-area: middle;
  position: relative;
}
.theme-graduate .gg-slider .flexslider .flex-viewport .slides li .slide a img {
  border-radius: 50%;
  border: 4px solid #fff;
  position: relative;
  top: -10px;
}
.theme-graduate .gg-slider .flexslider .flex-viewport .slides li .slide > img {
  border-radius: 50%;
  border: 4px solid #fff;
  position: relative;
  top: -10px;
  grid-area: middle;
  max-width: 36%;
  margin: auto;
}
.theme-graduate .gg-slider .flexslider .flex-viewport .slides li .slide p {
  text-align: center;
  width: 100%;
}
.theme-graduate .gg-slider .flexslider .flex-viewport .slides li .slide p:first-of-type {
  color: #474c55;
  padding: 2em;
  grid-area: top;
  background: url("../../img/icons/left-quote.png"), url("../../img/icons/right-quote.png");
  background-repeat: no-repeat no-repeat;
  background-position: left 0.5rem top 0.5rem, right 0.5rem bottom 0.5rem;
  background-size: 2em;
}
.theme-graduate .gg-slider .flexslider .flex-viewport .slides li .slide p:last-of-type {
  color: #fff;
  background: url("../../img/exchange/CIM-Graduate-Gateway-bg.jpg");
  background-position-y: center;
  background-size: cover;
  grid-area: bottom;
  padding: 4em 0 0 0;
}
.theme-graduate .sliderver_article-slider .flex-viewport {
  min-height: 27rem;
}
.theme-graduate .contact-overlay {
  width: 98.5%;
}
.theme-graduate .contact-overlay .grid {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-top: 2em;
  background: #fff;
}
@media (min-width: 650px) {
  .theme-graduate .contact-overlay .grid {
    width: 84%;
    grid-template-columns: 1fr;
  }
}
.theme-graduate .contact-overlay .grid .grid-3 {
  padding: 0;
  margin: 0;
  position: relative;
}
@media (min-width: 650px) {
  .theme-graduate .contact-overlay .grid .grid-3 {
    position: absolute;
    left: -148px;
    top: 45px;
    width: 37%;
    max-width: 50%;
  }
}
.theme-graduate .contact-overlay .grid .grid-9 {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 100%;
}
@media (min-width: 650px) {
  .theme-graduate .contact-overlay .grid .grid-9 {
    max-width: 80%;
  }
}
.theme-graduate .contact-overlay .grid .grid-9 .section-header .inner {
  background: transparent;
}
.theme-graduate .contact-overlay .contact-details {
  padding: 2em;
  background: rgba(154, 85, 174, 0.8);
  margin: 0 1em;
}
@media (min-width: 481px) {
  .theme-graduate .contact-overlay .contact-details {
    position: absolute;
    padding: 5em 2em;
    top: 1em;
    margin: 0;
  }
}
.theme-graduate .contact-overlay .contact-details h2 {
  color: #fff;
}
.theme-graduate .contact-overlay .contact-details p {
  color: #fff;
}
.theme-graduate .contact-overlay .contact-details p span {
  margin-right: 1em;
  min-width: 42px;
  display: inline-block;
}
.theme-graduate .contact-overlay .contact-details p a {
  color: #fff;
}
.theme-graduate .contact-overlay .cim-form .input.cim-button {
  background: rgb(154, 85, 174);
  color: #fff;
  border-color: rgb(154, 85, 174);
  margin-right: -1em;
  margin-top: -1em;
}
.theme-graduate .contact-overlay .cim-form select {
  border-right-color: rgb(154, 85, 174);
  width: 97%;
}
.theme-graduate .contact-overlay .cim-form .select-styling:after {
  right: 22.5px;
}
@media (min-width: 481px) {
  .theme-graduate .contact-overlay .cim-form .select-styling:after {
    right: 32.5px;
  }
}
.theme-graduate .contact-overlay .cim-form .responsiveCellSize1 .select-styling:after {
  right: 23px;
}
.theme-graduate .responseDetails {
  border: thin solid #474c55;
  border-left: none;
  border-right: none;
  padding: 0.5em;
}

.theme-membership .site-wrapper {
  background: #fff;
}
.theme-membership .grey-background {
  background: #ECEEED;
  margin: 1em 0;
}
.theme-membership .gridbox {
  margin: 2em 0 0;
}
.theme-membership .gridbox.grid41 .grid [class^=grid-], .theme-membership .gridbox.grid41 .grid [class*=" grid-"] {
  grid-auto-rows: 1fr 6fr 1fr;
  grid-auto-flow: row dense;
  grid-template-areas: "top" "middle" "bottom";
  border: 2px solid #474c55;
}
.theme-membership .gridbox.grid41 .grid [class^=grid-] .top, .theme-membership .gridbox.grid41 .grid [class*=" grid-"] .top {
  grid-area: top;
}
.theme-membership .gridbox.grid41 .grid [class^=grid-] .middle, .theme-membership .gridbox.grid41 .grid [class*=" grid-"] .middle {
  grid-area: middle;
}
.theme-membership .gridbox.grid41 .grid [class^=grid-] .bottom, .theme-membership .gridbox.grid41 .grid [class*=" grid-"] .bottom {
  grid-area: bottom;
  align-self: flex-end;
  margin: -10px;
}
.theme-membership .gridbox.grid41 .grid [class^=grid-] .bottom p, .theme-membership .gridbox.grid41 .grid [class*=" grid-"] .bottom p {
  text-align: center;
  margin: 0;
}
.theme-membership .gridbox.grid41 .grid [class^=grid-] .bottom .button, .theme-membership .gridbox.grid41 .grid [class*=" grid-"] .bottom .button {
  width: 100%;
  border: none;
  color: #fff;
  cursor: pointer;
}
.theme-membership .gridbox.grid41 .grid [class^=grid-] .bottom .button:hover, .theme-membership .gridbox.grid41 .grid [class*=" grid-"] .bottom .button:hover {
  background-color: #474c55;
}
.theme-membership .gridbox.grid41 .grid [class^=grid-]:first-of-type, .theme-membership .gridbox.grid41 .grid [class*=" grid-"]:first-of-type {
  border-color: #00AEEF;
}
.theme-membership .gridbox.grid41 .grid [class^=grid-]:first-of-type .button, .theme-membership .gridbox.grid41 .grid [class*=" grid-"]:first-of-type .button {
  background-color: #00AEEF;
}
.theme-membership .gridbox.grid41 .grid [class^=grid-]:nth-of-type(2), .theme-membership .gridbox.grid41 .grid [class*=" grid-"]:nth-of-type(2) {
  border-color: #8970B2;
}
.theme-membership .gridbox.grid41 .grid [class^=grid-]:nth-of-type(2) .button, .theme-membership .gridbox.grid41 .grid [class*=" grid-"]:nth-of-type(2) .button {
  background-color: #8970B2;
}
.theme-membership .gridbox.grid41 .grid [class^=grid-]:nth-of-type(3), .theme-membership .gridbox.grid41 .grid [class*=" grid-"]:nth-of-type(3) {
  border-color: #070078;
}
.theme-membership .gridbox.grid41 .grid [class^=grid-]:nth-of-type(3) .button, .theme-membership .gridbox.grid41 .grid [class*=" grid-"]:nth-of-type(3) .button {
  background-color: #070078;
}
.theme-membership .gridbox.grid41 .grid [class^=grid-]:last-of-type, .theme-membership .gridbox.grid41 .grid [class*=" grid-"]:last-of-type {
  border-color: #5E0092;
}
.theme-membership .gridbox.grid41 .grid [class^=grid-]:last-of-type .button, .theme-membership .gridbox.grid41 .grid [class*=" grid-"]:last-of-type .button {
  background-color: #5E0092;
}
.theme-membership .overlayheading {
  margin: 2em 0;
}
.theme-membership .overlayheading .grid {
  padding: 0;
  position: relative;
  margin-top: 107px;
}
@media (min-width: 481px) {
  .theme-membership .overlayheading .grid {
    margin-top: 0;
  }
}
.theme-membership .overlayheading .grid [class^=grid-], .theme-membership .overlayheading .grid [class*=" grid-"] {
  padding: 0;
}
.theme-membership .overlayheading .grid .grid-6 img {
  padding: 0.25em;
  display: none;
}
.theme-membership .overlayheading .grid .grid-6:first-of-type img:first-of-type {
  display: block;
}
@media (min-width: 481px) {
  .theme-membership .overlayheading .grid .grid-6:first-of-type img {
    display: block;
  }
}
@media (min-width: 481px) {
  .theme-membership .overlayheading .grid .grid-6 img {
    display: block;
  }
}
.theme-membership .overlayheading .grid h1 {
  position: relative;
  width: 100%;
  background: #070078;
  color: #fff;
  text-align: center;
  padding: 1em;
  top: -130px;
}
@media (min-width: 481px) {
  .theme-membership .overlayheading .grid h1 {
    position: absolute;
    top: 15%;
    left: 50%;
    z-index: 9;
    top: 0;
  }
}
@media (min-width: 650px) {
  .theme-membership .overlayheading .grid h1 {
    position: absolute;
    top: 26%;
    left: 50%;
    z-index: 9;
  }
}
@media (min-width: 1025px) {
  .theme-membership .overlayheading .grid h1 {
    position: absolute;
    top: 32%;
    left: 50%;
    z-index: 9;
  }
}
.theme-membership .purple {
  background: #5e0092;
  color: #fff;
  position: relative;
  margin-bottom: 2em;
}
.theme-membership .purple p, .theme-membership .purple h2 {
  color: #fff;
  text-align: center;
}
.theme-membership .purple .grid-12 > p {
  padding: 0;
  font-size: 1em;
}
@media (min-width: 481px) {
  .theme-membership .purple .grid-12 > p {
    font-size: 1.5em;
    padding: 0 3em;
  }
}
.theme-membership .purple.with-arrow {
  position: absolute;
  top: 143px;
}
@media (min-width: 481px) {
  .theme-membership .purple.with-arrow {
    position: relative;
    top: unset;
  }
}
.theme-membership .purple.with-arrow:before {
  content: "";
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 50px solid #5e0092;
  display: block;
  position: absolute;
  left: 23%;
  top: 86%;
}
@media (min-width: 481px) {
  .theme-membership .purple.with-arrow:before {
    border-top: 72px solid #5e0092;
    left: 36.5%;
  }
}
@media (min-width: 1025px) {
  .theme-membership .purple.with-arrow:before {
    left: 40%;
  }
}
.theme-membership .alternate-colours h4 {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
}
.theme-membership .alternate-colours p {
  margin: 0;
}
.theme-membership .alternate-colours .grid-6:nth-of-type(odd) div {
  min-height: 90px;
  width: 96%;
  margin: auto;
}
.theme-membership .alternate-colours .grid-6:nth-of-type(odd) div:nth-of-type(1) {
  color: #070078;
}
.theme-membership .alternate-colours .grid-6:nth-of-type(odd) div:nth-of-type(2) {
  color: #474c55;
}
@media (min-width: 481px) {
  .theme-membership .alternate-colours .grid-6:nth-of-type(odd) div {
    width: 90%;
  }
}
.theme-membership .alternate-colours .grid-6:nth-of-type(even) div {
  min-height: 60px;
  width: 96%;
  margin: auto;
}
.theme-membership .alternate-colours .grid-6:nth-of-type(even) div:nth-of-type(2) {
  color: #070078;
}
.theme-membership .alternate-colours .grid-6:nth-of-type(even) div:nth-of-type(1) {
  color: #474c55;
}
@media (min-width: 481px) {
  .theme-membership .alternate-colours .grid-6:nth-of-type(even) div {
    width: 90%;
    min-height: 90px;
    padding-left: 1em;
  }
}

.theme-marketing-pink .site-wrapper {
  background-color: #fff;
}
.theme-marketing-pink .page-banner {
  display: none;
}
.theme-marketing-pink .social-icons {
  grid-area: social;
  text-align: center;
}
.theme-marketing-pink .social-icons a {
  margin-right: 0.25em;
}
.theme-marketing-pink .social-icons svg {
  border-radius: 50%;
}
.theme-marketing-pink .social-icons svg path {
  fill: #D92F8F;
}
.theme-marketing-pink .social-icons svg polygon {
  fill: #D92F8F;
}
.theme-marketing-pink .social-icons svg:hover, .theme-marketing-pink .social-icons svg:active, .theme-marketing-pink .social-icons svg:focus {
  transform: scale(1.2);
}
.theme-marketing-pink .social-icons svg:hover path, .theme-marketing-pink .social-icons svg:active path, .theme-marketing-pink .social-icons svg:focus path {
  fill: rgba(71, 76, 85, 0.9);
}
.theme-marketing-pink .social-icons svg:hover polygon, .theme-marketing-pink .social-icons svg:active polygon, .theme-marketing-pink .social-icons svg:focus polygon {
  fill: rgba(71, 76, 85, 0.9);
}
.theme-marketing-pink .banner-section {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right top;
}
@media (min-width: 481px) {
  .theme-marketing-pink .banner-section {
    background-size: contain;
    background-position: right top;
  }
}
.theme-marketing-pink .banner-section .grid {
  padding: 0.5em 0;
}
.theme-marketing-pink .banner-section .grid .grid-12 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  grid-template-areas: "heading heading heading heading heading " "details details details details details " "social social social social social " "menu menu menu menu menu";
  row-gap: 0.5em;
  margin-top: -0.5em;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 481px) {
  .theme-marketing-pink .banner-section .grid .grid-12 {
    grid-template-areas: ". . . . . " ". heading heading . . " ". details details details . " "menu menu menu menu menu";
    grid-template-rows: 0.3fr 0.3fr 1fr 1.1fr;
    grid-template-columns: 0.6fr 1fr 1fr 1fr 1.2fr;
    background-color: transparent;
  }
}
@media (min-width: 1025px) {
  .theme-marketing-pink .banner-section .grid .grid-12 {
    margin-top: 1em;
    grid-template-rows: 0.4fr 0.3fr 1fr 1fr;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}
.theme-marketing-pink .banner-section .grid .grid-12 h1 {
  grid-area: heading;
  margin: 0;
  font-weight: bold;
}
.theme-marketing-pink .banner-section .grid .grid-12 p {
  grid-area: details;
  margin: 0.5em 0 0 0;
}
@media (min-width: 1025px) {
  .theme-marketing-pink .banner-section .grid .grid-12 p {
    width: 80%;
  }
}
.theme-marketing-pink .banner-section .grid .grid-12 .social-icons {
  grid-area: social;
  text-align: center;
}
@media (min-width: 481px) {
  .theme-marketing-pink .banner-section .grid .grid-12 .social-icons {
    text-align: initial;
  }
}
.theme-marketing-pink .banner-section .grid .grid-12 .nav-sec-menu {
  grid-area: menu;
  grid-gap: 0.5em;
  align-self: self-end;
}
@media (min-width: 481px) {
  .theme-marketing-pink .banner-section .grid .grid-12 .nav-sec-menu {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    margin-top: 2em;
    grid-gap: 1em;
  }
}
@media (min-width: 1025px) {
  .theme-marketing-pink .banner-section .grid .grid-12 .nav-sec-menu {
    grid-template-columns: inherit;
    margin-top: 4em;
  }
}
.theme-marketing-pink .banner-section .grid .grid-12 .nav-sec-menu li {
  border: none;
}
.theme-marketing-pink .banner-section .grid .grid-12 .nav-sec-menu li a {
  color: #fff;
  font-size: 0.8em;
  padding: 1em 0.5em;
  border: thin solid #D92F8F;
  background-color: #D92F8F;
}
.theme-marketing-pink .banner-section .grid .grid-12 .nav-sec-menu li a:hover, .theme-marketing-pink .banner-section .grid .grid-12 .nav-sec-menu li a:active, .theme-marketing-pink .banner-section .grid .grid-12 .nav-sec-menu li a:focus {
  background-color: rgba(71, 76, 85, 0.9);
  border: thin solid rgba(71, 76, 85, 0.9);
}
.theme-marketing-pink .banner-section .grid .grid-12 .nav-sec-menu li:last-child:nth-child(odd) {
  grid-column-start: 1;
  grid-column-end: span 2;
}
@media (min-width: 481px) {
  .theme-marketing-pink .banner-section .grid .grid-12 .nav-sec-menu li:last-child:nth-child(odd) {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
.theme-marketing-pink .section-header .inner {
  background-color: #fff;
}
.theme-marketing-pink .pink-adjust .grid-12 {
  position: relative;
}
.theme-marketing-pink .pink-adjust .grid-12 h2 {
  position: relative;
  margin-bottom: 1em;
}
@media (min-width: 481px) {
  .theme-marketing-pink .pink-adjust .grid-12 h2::before {
    content: "";
    position: absolute;
    border-left: solid 8px #D92F8F;
    border-right: solid 8px #D92F8F;
    background: #D92F8F;
    top: 32px;
    z-index: 2;
    height: 4px;
    width: 11%;
  }
}
.theme-marketing-pink .pink-adjust .grid-12 ul {
  display: flow-root;
  list-style: none;
}
.theme-marketing-pink .pink-adjust .grid-12 ul li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #D92F8F; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 1.3em;
}
.theme-marketing-pink .tileBlock a p {
  background-color: #85cdd8;
  margin: 0;
  padding: 0.5em;
  color: #fff;
}
.theme-marketing-pink section.pink-background {
  background: #d92f8f;
}
.theme-marketing-pink section.pink-background .section-header:before {
  border-top: 1px solid #fff;
}
.theme-marketing-pink section.pink-background .section-header .inner {
  background: #d92f8f;
  color: #fff;
}
.theme-marketing-pink section.pink-background p {
  color: #fff;
}
.theme-marketing-pink section.pink-background .slides .slide h3 {
  color: #fff;
  text-align: center;
}
.theme-marketing-pink section.blue-background {
  background: #85cdd8;
}
.theme-marketing-pink section.blue-background .section-header:before {
  border-top: 1px solid #fff;
}
.theme-marketing-pink section.blue-background .section-header .inner {
  background: #85cdd8;
  color: #fff;
}
.theme-marketing-pink section.blue-background p {
  color: #fff;
}
.theme-marketing-pink section.blue-background .slides .slide h3 {
  color: #fff;
  text-align: center;
}
.theme-marketing-pink .flexslider.sliderver_slider1 .flex-viewport {
  min-height: 34rem;
}
.theme-marketing-pink .flexslider.sliderver_slider1 .flex-viewport .slides .slide {
  display: grid;
  grid-template-areas: "heading" "details" "image";
  grid-template-rows: 0.2fr 1.3fr 1fr;
  padding: 1em;
  background-color: #fff;
}
.theme-marketing-pink .flexslider.sliderver_slider1 .flex-viewport .slides .slide img {
  grid-area: image;
}
.theme-marketing-pink .flexslider.sliderver_slider1 .flex-viewport .slides .slide h2 {
  grid-area: heading;
}
.theme-marketing-pink .flexslider.sliderver_slider1 .flex-viewport .slides .slide p {
  grid-area: details;
  color: #333333;
}
.theme-marketing-pink .flexslider.sliderver_article-slider .flex-viewport {
  min-height: 15rem;
}
.theme-marketing-pink .accordion {
  position: relative;
}
.theme-marketing-pink .accordion:before {
  content: url("/img/icons/down-chevron-white.png");
  float: right;
  font-size: 1.5rem;
  position: absolute;
  top: 8px;
  right: 0.5em;
  z-index: 9;
}
.theme-marketing-pink .accordion .accordion-item {
  background-color: #F3F3F3;
  margin-bottom: 0.5em;
  position: relative;
}
.theme-marketing-pink .accordion .accordion-item .accordion-caller {
  border: none;
  border-right: 40px solid #D92F8F;
  padding-left: 1em;
}
.theme-marketing-pink .accordion .accordion-item .accordion-caller:before {
  content: "";
}
.theme-marketing-pink .accordion .accordion-item .accordion-inner {
  background-color: #fff;
}

.theme-rounded h1 {
  font-size: 2em;
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
}
.theme-rounded .button, .theme-rounded .button-blue, .theme-rounded .button-blue-light .button-large, .theme-rounded .cim-button {
  border-radius: 8px;
}
.theme-rounded .site-wrapper {
  background: #fff;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main .attentionBanner, .theme-rounded .site-wrapper .site-wrapper-inner .site-main .attentionBannerHover {
  border-radius: 8px;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main .page-banner .header-container .banner-text {
  width: 100%;
}
@media (min-width: 481px) {
  .theme-rounded .site-wrapper .site-wrapper-inner .site-main .page-banner .header-container .banner-text {
    width: 54%;
  }
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main .page-banner .header-container .banner-text h1 {
  font-weight: bold;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section {
  border-radius: unset;
}
@media (min-width: 1025px) {
  .theme-rounded .site-wrapper .site-wrapper-inner .site-main section {
    border-radius: 8px;
  }
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .section-header {
  font-weight: bold;
  margin: 1em 0;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .section-header:before {
  border: none;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .section-header .inner {
  background: transparent;
  font-weight: bold;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class^=grid-] .img-wrapper, .theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class*=" grid-"] .img-wrapper {
  border-radius: 8px;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class^=grid-] .img-wrapper.has-featured, .theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class*=" grid-"] .img-wrapper.has-featured {
  border-radius: 8px 8px 0 0;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class^=grid-] a, .theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class*=" grid-"] a {
  border-radius: 8px;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class^=grid-] a:hover, .theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class*=" grid-"] a:hover {
  -webkit-transition: 500ms;
  transition: 500ms;
  filter: saturate(0%);
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class^=grid-] a.button-blue, .theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class*=" grid-"] a.button-blue {
  background: #070078;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class^=grid-] a.button-blue-light, .theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class*=" grid-"] a.button-blue-light {
  background: #22b3ff;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class^=grid-] .block, .theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class^=grid-] .modal-item, .theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class*=" grid-"] .block, .theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class*=" grid-"] .modal-item {
  border-radius: 8px;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class^=grid-] .flexslider, .theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class*=" grid-"] .flexslider {
  padding: 0 2rem;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class^=grid-] .flexslider .flex-viewport, .theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class*=" grid-"] .flexslider .flex-viewport {
  min-height: 16rem;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class^=grid-] .flexslider .flex-viewport .slides, .theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class*=" grid-"] .flexslider .flex-viewport .slides {
  margin: 2rem auto;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class^=grid-] .flexslider .flex-control-nav, .theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container .grid [class*=" grid-"] .flexslider .flex-control-nav {
  top: unset;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section .container img {
  border-radius: 8px;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section.memblocks .container a.blur {
  border-radius: 0 0 8px 8px;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section.memblocks .container a.blur .overlaywrap {
  border-radius: 8px;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section.memblocks .container a.blur .featured-box-text:hover {
  border-radius: 0 0 8px 8px;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section.recognition .grid [class^=grid-], .theme-rounded .site-wrapper .site-wrapper-inner .site-main section.recognition .grid [class*=" grid-"] {
  border: none;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section.recognition .grid [class^=grid-]:hover, .theme-rounded .site-wrapper .site-wrapper-inner .site-main section.recognition .grid [class*=" grid-"]:hover {
  background: #070078;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section.recognition .grid [class^=grid-]:hover a .small-block-text h2, .theme-rounded .site-wrapper .site-wrapper-inner .site-main section.recognition .grid [class*=" grid-"]:hover a .small-block-text h2 {
  color: #fff;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section.recognition .grid.new {
  grid-gap: 2em;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section.blue-background {
  padding: 0;
  border-radius: 0;
}
@media (min-width: 1278px) {
  .theme-rounded .site-wrapper .site-wrapper-inner .site-main section.blue-background {
    padding: 0 1em;
    border-radius: 16px;
  }
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main section.accordion-blue .accordion .accordion-item a.accordion-caller {
  background: #070078;
  color: #fff;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main .image-slider .slide .img-slide {
  border-radius: 0;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main .accordion .accordion-item .accordion-caller {
  padding: 1em;
  background: #f7f6f2;
  margin-bottom: 0.5em;
}
.theme-rounded .site-wrapper .site-wrapper-inner .site-main .accordion .accordion-item .accordion-inner ul {
  padding-left: 40px;
}
.theme-rounded .site-wrapper .site-wrapper-inner .nav-sec-menu {
  background: #747572;
  border-radius: 0;
  margin-top: 0.75em;
}
.theme-rounded .site-wrapper .site-wrapper-inner .nav-sec-menu li {
  border: none;
  position: relative;
}
.theme-rounded .site-wrapper .site-wrapper-inner .nav-sec-menu li a {
  color: #fff;
}
.theme-rounded .site-wrapper .site-wrapper-inner .nav-sec-menu li a:hover {
  color: #FAC031;
  background: #747572;
}
.theme-rounded .site-wrapper .site-wrapper-inner .nav-sec-menu li:before {
  content: "|";
  position: absolute;
  color: #fff;
  top: 11px;
  right: 0;
}
.theme-rounded .site-wrapper .site-wrapper-inner .nav-sec-menu li:first-of-type a:hover {
  border-radius: 0;
}
.theme-rounded .site-wrapper .site-wrapper-inner .nav-sec-menu li:last-of-type a:hover {
  border-radius: 0;
}
.theme-rounded .site-wrapper .site-wrapper-inner .nav-sec-menu li:last-of-type:before {
  content: none;
}
.theme-rounded .site-wrapper .site-wrapper-inner .nav-sec-menu li:hover:before {
  color: #fff;
}
.theme-rounded .site-wrapper .site-wrapper-inner .prog-chapter {
  border: none;
  font-size: 1.5rem;
}
.theme-rounded .site-wrapper .site-wrapper-inner .event-sponsor-list .event-sponsor.withTitle {
  background: #f8f8f8;
  padding: 0.5em;
  border-radius: 8px;
}
.theme-rounded .site-wrapper .site-wrapper-inner .event-sponsor-list .event-sponsor.withTitle a .sponsor-logo {
  border-radius: 8px 8px 0 0;
  margin: auto;
  width: 100%;
}
.theme-rounded .site-wrapper .site-wrapper-inner .event-sponsor-list .event-sponsor.withTitle a h3 {
  color: #474c55;
  padding-left: 0.5em;
}
.theme-rounded .homepage .site-wrapper .site-wrapper-inner .site-main .container .grid [class^=grid-] a, .theme-rounded .homepage .site-wrapper .site-wrapper-inner .site-main .container .grid [class*=" grid-"] a {
  background: #f7f5f2;
}
.theme-rounded .homepage .site-wrapper .site-wrapper-inner .site-main .container .grid [class^=grid-] a:hover, .theme-rounded .homepage .site-wrapper .site-wrapper-inner .site-main .container .grid [class*=" grid-"] a:hover {
  -webkit-transition: 1500ms;
  transition: 1500ms;
  background: #070078;
}
.theme-rounded .homepage .site-wrapper .site-wrapper-inner .site-main .container .grid [class^=grid-] a:hover h2, .theme-rounded .homepage .site-wrapper .site-wrapper-inner .site-main .container .grid [class^=grid-] a:hover p, .theme-rounded .homepage .site-wrapper .site-wrapper-inner .site-main .container .grid [class*=" grid-"] a:hover h2, .theme-rounded .homepage .site-wrapper .site-wrapper-inner .site-main .container .grid [class*=" grid-"] a:hover p {
  color: #fff;
}
.theme-rounded .reveal-modal.open {
  width: 92%;
  text-align: center;
  padding: 1em;
  border-radius: 8px;
}
.theme-rounded .reveal-modal.open#popup_Form {
  text-align: left;
}
@media (min-width: 481px) {
  .theme-rounded .reveal-modal.open {
    padding: 1.875rem;
  }
}
.theme-rounded .reveal-modal.open a:hover {
  -webkit-transition: 500ms;
  transition: 500ms;
  filter: saturate(0%);
}
.theme-rounded .reveal-modal.open ul li {
  list-style: none;
}
.theme-rounded .reveal-modal.open.learning {
  max-width: 50%;
}
@media (min-width: 900px) {
  .theme-rounded .reveal-modal.open.learning {
    max-width: 30%;
  }
}
.theme-rounded .LPMcontainer.LPMoverlay {
  border-radius: 16px 0 0 16px;
}
.theme-rounded .cim-form.umbraco-forms-form input[type=text], .theme-rounded .cim-form.umbraco-forms-form textarea, .theme-rounded .cim-form.umbraco-forms-form select {
  border-radius: 8px;
  height: 2.5rem;
  padding: 0 0.625rem;
  color: #999;
  font-size: 1rem;
}
.theme-rounded .cim-form.umbraco-forms-form textarea {
  height: 4rem;
}
.theme-rounded .cim-form.umbraco-forms-form .select-styling:after {
  font-family: "FontAwesomeSolid", serif;
  right: 14.5px;
  top: 19.5px;
  content: "\f107";
  position: absolute;
  line-height: 0;
  pointer-events: none;
  font-size: 2em;
}
.theme-rounded .cim-form.umbraco-forms-form .umbraco-forms-container[class^=col-], .theme-rounded .cim-form.umbraco-forms-form .umbraco-forms-container[class*=" col-"] {
  margin-bottom: 0;
}

.theme-full-page body {
  border: none;
}
.theme-full-page body .site-wrapper {
  background: #f8f8f8;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main {
  max-width: 100%;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main > .container {
  max-width: 100%;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section .container {
  max-width: 1024px;
  color: #000;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section h1 {
  line-height: 110%;
  font-size: 2.9em;
  margin: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section h2 {
  line-height: 125%;
  font-size: 2em;
  margin: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section h2.section-header {
  font-size: 2.5em;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section h2.section-header .inner {
  background: transparent;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section h2.section-header:before {
  border: none;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section h3 {
  line-height: 125%;
  font-size: 1.4em;
  margin: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section p {
  line-height: 140%;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section a:not(.cim-button) {
  color: #000;
  text-decoration: none;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section a:not(.cim-button):hover {
  text-decoration: underline;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner {
  padding: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width {
  width: 100%;
  margin: auto;
  max-width: unset;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container {
  max-width: unset;
  padding: 3em 1em;
}
@media (min-width: 481px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container {
    height: 200px;
  }
}
@media (min-width: 1082px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container {
    height: 400px;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container .banner-text {
  width: 100%;
  margin: auto;
  position: relative;
  max-width: 1024px;
  padding: 0 0.25em;
}
@media (min-width: 481px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container .banner-text {
    padding: 0 1em;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container .banner-text h1 {
  font-size: 2.5rem;
}
@media (min-width: 481px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container .banner-text h1 {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container .banner-text h1 {
    font-size: 3.6rem;
    width: 80%;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container .banner-text .pre-text {
  text-transform: uppercase;
  line-height: 140%;
  font-weight: normal;
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
@media (min-width: 1082px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container .banner-text .pre-text {
    margin: 1em 0;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container .banner-text .sub-text {
  line-height: 125%;
  font-size: 1rem;
  margin: 0.5em 0 0 0;
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
}
@media (min-width: 481px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container .banner-text .sub-text {
    font-size: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container .banner-text .sub-text {
    font-size: 2rem;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container .header-image {
  max-height: 360px;
}
@media (min-width: 1082px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container .header-image {
    max-height: unset;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section [class^=grid-] {
  display: grid;
  grid-template-rows: auto 1fr;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section [class^=grid-].has-link a.has-link {
  display: grid;
  grid-template-rows: auto 1fr;
  text-decoration: none;
  font-weight: normal;
  background: transparent;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section [class^=grid-].cta-link .featured-box-text {
  padding: 4%;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section [class^=grid-].cta-link a.cim-button {
  place-self: center;
  width: fit-content;
  text-decoration: none;
  color: #fff;
  padding: 5% 10%;
  border-radius: 8px;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section [class^=grid-].cta-link a.cim-button:hover {
  text-decoration: none;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.padding-extra {
  padding: 4% 0;
}
@media (min-width: 1025px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.padding-extra {
    padding: 4%;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section h1, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section h2, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section h3, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section h4, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section h5, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section h6, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section p:not(.cim-button) {
  color: #000;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.intro .section-header, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.intro .section-header {
  text-align: left;
  font-size: 2em;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.intro .section-header span, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.intro .section-header span {
  padding: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.with-accordion [class^=grid-], .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.with-accordion [class^=grid-] {
  grid-template-rows: auto;
}
@media (max-width: 766px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock {
    padding: 0 2em 1em 2em;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-], .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-] {
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-].has-link, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-].has-link {
  grid-template-rows: 1fr;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-].has-link a.has-link, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-].has-link a.has-link {
  display: grid;
  grid-template-rows: auto 1fr;
  text-decoration: none;
  font-weight: normal;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-].cta-link a.cim-button, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-].cta-link a.cim-button {
  background: #fff;
  border: none;
  text-align: left;
  font-weight: normal;
  text-decoration: none;
  color: #000;
  padding: 0 10% 10% 10%;
  width: 100%;
  border-radius: 0;
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-].cta-link a.cim-button:hover, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-].cta-link a.cim-button:hover {
  text-decoration: underline;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-] .featured-box-text, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-] .featured-box-text {
  padding: 6% 10% 5% 10%;
  background: #fff;
}
@media (min-width: 766px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-] .featured-box-text, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-] .featured-box-text {
    padding: 10% 10% 5% 10%;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-] .featured-box-text h3, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-] .featured-box-text h3 {
  margin: 0 0 0.25em 0;
  text-transform: uppercase;
  line-height: 140%;
  font-weight: normal;
  font-size: 1rem;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-] .featured-box-text h6, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-] .featured-box-text h6 {
  line-height: 125%;
  font-size: 1.4em;
  margin: 0;
  font-weight: 700;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-] .featured-box-text p, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-] .featured-box-text p {
  line-height: 140%;
  padding-bottom: unset;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-] .featured-box-text.popup-added, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-] .featured-box-text.popup-added {
  position: unset;
  max-width: unset;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-] .featured-box-text.boxcorrect, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-] .featured-box-text.boxcorrect {
  padding-bottom: 2.5em;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-] .featured-box-text.boxcorrect h3, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-] .featured-box-text.boxcorrect h3 {
  font-weight: 600;
  text-transform: none;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-] .featured-box-text.boxcorrect h6, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-] .featured-box-text.boxcorrect h6 {
  font-size: 1em;
  font-weight: 300;
  font-family: "SourceSansPro", Tahoma, sans-serif;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-] .featured-box-text .reveal-popup-link p, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-] .featured-box-text .reveal-popup-link p {
  margin: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-].keep-together, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-].keep-together {
  display: block;
  margin: 0;
}
@media (min-width: 766px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-].keep-together, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-].keep-together {
    margin: 0 4%;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-].keep-together h1, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-].keep-together h1 {
  line-height: 110%;
  font-size: 2.9em;
  margin: 0;
  color: #000;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-].keep-together h2, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-].keep-together h2 {
  line-height: 125%;
  font-size: 2em;
  margin: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-].with-icon, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-].with-icon {
  border-radius: 16px;
  background: #fff;
  padding: 1em 0;
  text-align: center;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-].with-icon .img-wrapper, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-].with-icon .img-wrapper {
  place-self: center;
  margin: 2em 6em 0 6em;
}
@media (min-width: 481px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-].with-icon .img-wrapper, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-].with-icon .img-wrapper {
    margin: 2em 8em 0 8em;
  }
}
@media (min-width: 900px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-].with-icon .img-wrapper, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-].with-icon .img-wrapper {
    margin: 2em 6em 0 6em;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.cardblock [class^=grid-].with-icon .cim-button, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.cardblock [class^=grid-].with-icon .cim-button {
  text-align: center !important;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.asc-container .container, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.asc-container .container {
  background-image: url("/media/12169/map.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
  padding: 4% 0 4% 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.block-background-linear .featured-box-text, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.block-background-linear .featured-box-text {
  background: linear-gradient(90deg, rgba(7, 0, 120, 0.3) 0%, rgba(0, 100, 200, 0.3) 51%, rgba(34, 179, 255, 0.3) 100%);
  padding: 2em;
  border-radius: 8px;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.block-background-linear .featured-box-text .cim-button, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.block-background-linear .featured-box-text .cim-button {
  background: rgba(0, 100, 200, 0.8588235294);
  border-color: rgba(0, 100, 200, 0.8588235294);
  padding: 1.5em 2em 1.5em 1em;
  border-radius: 8px;
  position: relative;
  /*&:after{
    content:'\f019';
    @include font-awesome;
    position: absolute;
    margin-left: 0.5em;
  }*/
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.block-background-linear .featured-box-text .cim-button:hover, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.block-background-linear .featured-box-text .cim-button:hover {
  background-color: #fff;
  /*&:after{
    color: $blue-dark;
  }*/
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.block-background-linear.grid-3 .featured-box-text, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.block-background-linear.grid-3 .featured-box-text {
  padding: 1em 1.5em;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.slider-top-image-overlap, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.slider-top-image-overlap {
  margin-top: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.slider-top-image-overlap [class^=grid-] section .flexslider .flex-viewport, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.slider-top-image-overlap [class^=grid-] section .flexslider .flex-viewport {
  min-height: fit-content;
  margin: 0 0 1em 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.slider-top-image-overlap [class^=grid-] section .flexslider .flex-viewport .slides .slide img, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.slider-top-image-overlap [class^=grid-] section .flexslider .flex-viewport .slides .slide img {
  max-width: 200px;
  width: 200px;
  border: 10px solid #fff;
  position: relative;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.slider-top-image-overlap [class^=grid-] section .flexslider .flex-viewport .slides .slide p, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.slider-top-image-overlap [class^=grid-] section .flexslider .flex-viewport .slides .slide p {
  margin: 1em auto;
  max-width: 740px;
  padding: 0 2em;
  font-size: 1.6em;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.slider-top-image-overlap [class^=grid-] section .flexslider ol.flex-control-nav li a, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.slider-top-image-overlap [class^=grid-] section .flexslider ol.flex-control-nav li a {
  width: 30px;
  height: 30px;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.slider-top-image-overlap [class^=grid-] section .flexslider .flex-direction-nav, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.slider-top-image-overlap [class^=grid-] section .flexslider .flex-direction-nav {
  display: none;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.slider-top-image-overlap.blue-background [class^=grid-] section .flexslider .flex-direction-nav a.flex-prev, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.slider-top-image-overlap.blue-background [class^=grid-] section .flexslider .flex-direction-nav a.flex-prev {
  background: url("../../img/icons/svg/chevron-white-bold-right.svg") center no-repeat !important;
  transform: rotate(180deg);
  color: #fff;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.slider-top-image-overlap.blue-background [class^=grid-] section .flexslider .flex-direction-nav a.flex-next, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.slider-top-image-overlap.blue-background [class^=grid-] section .flexslider .flex-direction-nav a.flex-next {
  background: url("../../img/icons/svg/chevron-white-bold-right.svg") center no-repeat !important;
  color: #fff;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.tablet-blocks .grid.new, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.tablet-blocks .grid.new {
  grid-gap: 1.5em;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.tablet-blocks .grid.new.grid-columns-4, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.tablet-blocks .grid.new.grid-columns-4 {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
@media (min-width: 900px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.tablet-blocks .grid.new.grid-columns-4, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.tablet-blocks .grid.new.grid-columns-4 {
    grid-template-columns: repeat(auto-fill, minmax(206px, 1fr));
  }
}
@media (min-width: 1025px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.tablet-blocks .grid.new.grid-columns-4, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.tablet-blocks .grid.new.grid-columns-4 {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.tablet-blocks .grid.new [class^=grid-], .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.tablet-blocks .grid.new [class^=grid-] {
  font-family: "SourceSansProSemiBold", Tahoma, sans-serif;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.tablet-blocks .grid.new [class^=grid-] a, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.tablet-blocks .grid.new [class^=grid-] a {
  display: grid;
  grid-template-rows: 1fr;
  padding: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.tablet-blocks .grid.new [class^=grid-] a .img-wrapper, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.tablet-blocks .grid.new [class^=grid-] a .img-wrapper {
  max-height: unset;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.tablet-blocks .grid.new [class^=grid-] .featured-box-text, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.tablet-blocks .grid.new [class^=grid-] .featured-box-text {
  position: unset;
  display: grid;
  grid-template-rows: auto;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.tablet-blocks .grid.new [class^=grid-] .featured-box-text h3, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.tablet-blocks .grid.new [class^=grid-] .featured-box-text h3 {
  margin: 0 0 0.25em 0;
  text-transform: uppercase;
  line-height: 140%;
  font-weight: normal;
  font-size: 1rem;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.tablet-blocks .grid.new [class^=grid-] .featured-box-text h6, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.tablet-blocks .grid.new [class^=grid-] .featured-box-text h6 {
  line-height: 125%;
  font-size: 0.8em;
  margin: 0;
  font-weight: 700;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.membership-pricing .grid.new [class^=grid-] .featured-box-text p, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.membership-pricing .grid.new [class^=grid-] .featured-box-text p {
  color: #fff;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.membership-blocks .grid.new [class^=grid-].has-link:first-of-type a, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.membership-blocks .grid.new [class^=grid-].has-link:first-of-type a {
  background: linear-gradient(90deg, rgb(33, 177, 255) 0%, rgb(27, 134, 222) 100%);
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.membership-blocks .grid.new [class^=grid-].has-link:nth-of-type(2) a, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.membership-blocks .grid.new [class^=grid-].has-link:nth-of-type(2) a {
  background: linear-gradient(90deg, rgb(27, 134, 222) 0%, rgb(20, 90, 189) 100%);
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.membership-blocks .grid.new [class^=grid-].has-link:nth-of-type(3) a, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.membership-blocks .grid.new [class^=grid-].has-link:nth-of-type(3) a {
  background: linear-gradient(90deg, rgb(20, 90, 189) 0%, rgb(7, 0, 120) 100%);
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.membership-blocks .grid.new [class^=grid-].has-link:last-of-type a, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.membership-blocks .grid.new [class^=grid-].has-link:last-of-type a {
  background: linear-gradient(90deg, rgb(7, 0, 120) 0%, rgb(7, 0, 120) 100%);
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.membership-blocks .grid.new [class^=grid-].has-link a, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.membership-blocks .grid.new [class^=grid-].has-link a {
  border-radius: 8px;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.membership-blocks .grid.new [class^=grid-].has-link a .featured-box-text, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.membership-blocks .grid.new [class^=grid-].has-link a .featured-box-text {
  display: grid;
  place-items: center;
  grid-template-rows: 1.3fr 1.3fr 0.3fr;
  text-align: center;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.membership-blocks .grid.new [class^=grid-].has-link a .featured-box-text p, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.membership-blocks .grid.new [class^=grid-].has-link a .featured-box-text p {
  color: #fff;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.membership-blocks .grid.new [class^=grid-].has-link a .featured-box-text h3, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.membership-blocks .grid.new [class^=grid-].has-link a .featured-box-text h3 {
  line-height: 23px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.membership-blocks .grid.new [class^=grid-].has-link a .featured-box-text h6, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.membership-blocks .grid.new [class^=grid-].has-link a .featured-box-text h6 {
  color: #00ffff;
  font-weight: 600;
  line-height: 23px;
  font-size: 16px;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.top-bottom-fixed .grid.new [class^=grid-] .gridblock, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.top-bottom-fixed .grid.new [class^=grid-] .gridblock {
  grid-template-rows: 0.5fr 1.5fr 2fr auto;
  grid-template-areas: "one  " "two  " "three" "four ";
  height: 100%;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.top-bottom-fixed .grid.new [class^=grid-] .gridblock .one, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.top-bottom-fixed .grid.new [class^=grid-] .gridblock .four, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.top-bottom-fixed .grid.new [class^=grid-] .gridblock .one, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.top-bottom-fixed .grid.new [class^=grid-] .gridblock .four {
  color: #fff;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.top-bottom-fixed .grid.new [class^=grid-] .gridblock .one a, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.top-bottom-fixed .grid.new [class^=grid-] .gridblock .four a, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.top-bottom-fixed .grid.new [class^=grid-] .gridblock .one a, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.top-bottom-fixed .grid.new [class^=grid-] .gridblock .four a {
  color: #fff;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.top-bottom-fixed .grid.new [class^=grid-] .gridblock .one a:hover, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.top-bottom-fixed .grid.new [class^=grid-] .gridblock .four a:hover, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.top-bottom-fixed .grid.new [class^=grid-] .gridblock .one a:hover, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.top-bottom-fixed .grid.new [class^=grid-] .gridblock .four a:hover {
  text-decoration: none;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section .cim-form, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div .cim-form {
  padding: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section .cim-form input[type=text], .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section .cim-form select, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div .cim-form input[type=text], .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div .cim-form select {
  border-radius: 0;
  border: 1px solid #cccccc;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section .cim-form .select-styling select, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div .cim-form .select-styling select {
  padding: 0.5em 0.5em 0.5em 1em;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section .cim-form .select-styling:after, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div .cim-form .select-styling:after {
  content: "\f107";
  right: 33.5px;
  top: 26.5px;
  font-size: 26px;
  font-family: "FontAwesomeSolid", serif;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section .cim-form .buttonContainer .cim-button, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div .cim-form .buttonContainer .cim-button {
  float: none;
  background-color: #0064C8;
  padding: 1.5em 4em;
  border: none;
  color: #fff;
  text-transform: uppercase;
  border-radius: 8px;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section .cim-form .buttonContainer .cim-button:hover, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div .cim-form .buttonContainer .cim-button:hover {
  background-color: #0064C8 !important;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section .cim-form .mandatory, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div .cim-form .mandatory {
  background-color: transparent;
}
@media (min-width: 481px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.mobile-only, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.mobile-only {
    display: none;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.not-mobile, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.not-mobile {
  display: none;
}
@media (min-width: 481px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.not-mobile, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.not-mobile {
    display: initial;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.no_padding, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.no_padding {
  padding: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.no_margin, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.no_margin {
  margin-top: 0;
  margin-bottom: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.no_margin_top, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.no_margin_top {
  margin-top: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.no_margin_bottom, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.no_margin_bottom {
  margin-bottom: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.no_padding_top, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.no_padding_top {
  padding-top: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.no_padding_bottom, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.no_padding_bottom {
  padding-bottom: 0;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.extra_padding, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.extra_padding {
  padding: 2em;
}
@media (min-width: 650px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.extra_padding, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.extra_padding {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.extra_padding_top, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.extra_padding_top {
  padding-top: 8em;
}
@media (min-width: 766px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.extra_padding_top, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.extra_padding_top {
    padding-top: 4em;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.extra_padding_bottom, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.extra_padding_bottom {
  padding-bottom: 4em;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.with-quotes .container [class^=grid-]:before, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.with-quotes .container [class^=grid-]:before {
  -webkit-transition: 200ms;
  transition: 200ms;
  font-family: "FontAwesomeSolid", serif;
  content: "\f10d";
  font-size: 12em;
  position: absolute;
  left: -30px;
  top: -100px;
  float: none;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1em;
}
@media (min-width: 766px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.with-quotes .container [class^=grid-]:before, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.with-quotes .container [class^=grid-]:before {
    font-size: 20em;
    top: -40px;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.with-quotes .container [class^=grid-]:after, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.with-quotes .container [class^=grid-]:after {
  -webkit-transition: 200ms;
  transition: 200ms;
  font-family: "FontAwesomeSolid", serif;
  content: "\f10e";
  font-size: 12em;
  position: absolute;
  right: -30px;
  bottom: -100px;
  float: none;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1em;
}
@media (min-width: 766px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.with-quotes .container [class^=grid-]:after, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.with-quotes .container [class^=grid-]:after {
    font-size: 20em;
    bottom: -90px;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.half-grid .grid.new.grid-columns-2, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.half-grid .grid.new.grid-columns-2 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 1.5em;
  margin: auto;
}
@media (min-width: 900px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.half-grid .grid.new.grid-columns-2, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.half-grid .grid.new.grid-columns-2 {
    max-width: 60%;
  }
}
@media (max-width: 766px) {
  .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.mobile_padding, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.mobile_padding {
    padding: 2em 1em 2em 1em;
  }
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.max-width-600, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.max-width-600 {
  max-width: 600px;
  margin: auto;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.text_center, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.text_centre, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.text_center, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.text_centre {
  text-align: center;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.text_center .cim-button, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.text_centre .cim-button, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.text_center .cim-button, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.text_centre .cim-button {
  text-align: center !important;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.white-text .banner-text, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.white-text .banner-text {
  color: #fff;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.white-text h1, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.white-text h2, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.white-text h3, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.white-text h4, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.white-text p, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.white-text a, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.white-text h1, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.white-text h2, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.white-text h3, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.white-text h4, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.white-text p, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.white-text a {
  color: #fff;
}
.theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.white-text .subText, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main section.white-text .pre-text, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.white-text .subText, .theme-full-page body .site-wrapper .site-wrapper-inner .site-main div.white-text .pre-text {
  color: #fff;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav {
  margin-top: 0;
}
@media (min-width: 481px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav {
    margin-top: 0;
  }
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .site-header#header a.theme-logo {
  display: inline-block;
  background: transparent;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .site-header#header a.theme-logo:hover {
  background: transparent;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .nav-sec-menu {
  max-width: 1024px;
  margin: auto;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .nav-sec-menu li {
  border-color: #cccccc;
}
@media (max-width: 481px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .nav-sec-menu li:last-of-type:nth-of-type(odd) {
    grid-column: 1/span 2;
  }
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 2fr 4fr 1fr 1fr 1fr;
  grid-template-areas: "level1 level2 level3 level4 reset";
  place-items: stretch;
  text-align: center;
  font-size: 0.6em;
}
@media (min-width: 481px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid {
    font-size: 0.8em;
    place-items: stretch;
  }
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid span {
  display: none;
}
@media (min-width: 650px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid span {
    display: unset;
  }
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid .level1 {
  background-color: #070078;
  color: #fff;
  padding: 1em;
  border-radius: 1em;
  position: relative;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid .level1 span {
  position: absolute;
  right: 0;
  bottom: -12px;
  cursor: pointer;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 0 0 0.8em 0.8em;
  width: 100%;
  z-index: 1;
}
@media (min-width: 481px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid .level1 span {
    right: 12px;
    top: 5px;
    padding: 0;
    background-color: transparent;
    border-radius: unset;
    width: auto;
  }
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid .level2 {
  background-color: #5fd184;
  color: #fff;
  padding: 1em;
  border-radius: 1em;
  position: relative;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid .level2 span {
  position: absolute;
  right: 0;
  bottom: -12px;
  cursor: pointer;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 0 0 0.8em 0.8em;
  width: 100%;
  z-index: 1;
}
@media (min-width: 481px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid .level2 span {
    right: 12px;
    top: 5px;
    padding: 0;
    background-color: transparent;
    border-radius: unset;
    width: auto;
  }
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid .level3 {
  background-color: #0733ca;
  color: #fff;
  padding: 1em;
  border-radius: 1em;
  position: relative;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid .level3 span {
  position: absolute;
  right: 0;
  bottom: -12px;
  cursor: pointer;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 0 0 0.8em 0.8em;
  width: 100%;
  z-index: 1;
}
@media (min-width: 481px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid .level3 span {
    right: 12px;
    top: 5px;
    padding: 0;
    background-color: transparent;
    border-radius: unset;
    width: auto;
  }
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid .level4 {
  background-color: #007069;
  color: #fff;
  padding: 1em;
  border-radius: 1em;
  position: relative;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid .level4 span {
  position: absolute;
  right: 0;
  bottom: -12px;
  cursor: pointer;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 0 0 0.8em 0.8em;
  width: 100%;
  z-index: 1;
}
@media (min-width: 481px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid .level4 span {
    right: 12px;
    top: 5px;
    padding: 0;
    background-color: transparent;
    border-radius: unset;
    width: auto;
  }
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .display-grid .reset {
  background-color: #737370;
  color: #fff;
  padding: 1em;
  border-radius: 1em;
  cursor: pointer;
  justify-self: self-start;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #qualifications.selected, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #courses.selected, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-methods.selected, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-dates.selected {
  display: none;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #qualifications ul, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #courses ul, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-methods ul, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-dates ul {
  display: grid;
  grid-gap: 10px;
  place-items: stretch;
  list-style: none;
  text-align: center;
  padding: 0;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #qualifications ul li, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #courses ul li, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-methods ul li, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-dates ul li {
  background-color: #070078;
  padding: 2em;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #qualifications ul li.remove, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #courses ul li.remove, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-methods ul li.remove, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-dates ul li.remove {
  background-color: red;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #qualifications ul li a, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #courses ul li a, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-methods ul li a, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-dates ul li a {
  color: #fff;
}
@media (min-width: 766px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #qualifications ul li:last-of-type, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #courses ul li:last-of-type, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-methods ul li:last-of-type, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-dates ul li:last-of-type {
    grid-column: 1/-1;
  }
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #qualifications ul li:nth-child(even), .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #courses ul li:nth-child(even), .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-methods ul li:nth-child(even), .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-dates ul li:nth-child(even) {
    grid-column: unset;
  }
}
@media (min-width: 1025px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #qualifications ul li:last-of-type, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #courses ul li:last-of-type, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-methods ul li:last-of-type, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-dates ul li:last-of-type {
    grid-column: unset;
  }
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #qualifications ul li:nth-child(even), .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #courses ul li:nth-child(even), .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-methods ul li:nth-child(even), .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-dates ul li:nth-child(even) {
    grid-column: unset;
  }
}
@media (min-width: 481px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #qualifications ul, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #courses ul, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-methods ul, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-dates ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
@media (min-width: 1025px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #qualifications ul, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #courses ul, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-methods ul, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-dates ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #courses ul li {
  background-color: #5fd184;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-methods ul li {
  background-color: #0733ca;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #study-dates ul li {
  background-color: #007069;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #schedule {
  margin: 2em 1em 0 1em;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container #schedule h2 {
  border-bottom: thin solid #070078;
  width: 100%;
  padding-bottom: 0.5em;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .prefilled {
  background-color: #737370;
  color: #fff;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container .cim-form select {
  min-width: unset;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer {
  background-color: #F7F5F2;
  padding: 0.5em;
}
@media (min-width: 1025px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer {
    margin: 0 auto 0 -50%;
    width: 200%;
    padding: 2em 0 0 0;
  }
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fill, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "address links websites" "logo . social" "common common common";
}
@media (min-width: 766px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container {
    grid-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "logo address links websites social" ". common common common common";
  }
}
@media (min-width: 1025px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container {
    grid-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "logo address links websites social" " . common common common . ";
  }
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container h4 {
  margin: 0;
  color: #070078;
  font-family: "SourceSansPro", Tahoma, serif;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .logo {
  grid-area: logo;
  place-self: center;
  padding-left: 0.5em;
}
@media (min-width: 766px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .logo {
    padding: 2em;
    place-self: start;
  }
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .address {
  grid-area: address;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .links {
  grid-area: links;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .websites {
  grid-area: websites;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .common {
  grid-area: common;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .address, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .links, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .websites {
  padding: 2em 1em;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .address ul, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .links ul, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .websites ul {
  padding: 0;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .address ul li, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .links ul li, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .websites ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #909090;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .address ul li a, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .links ul li a, .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .websites ul li a {
  font-weight: normal;
  color: #909090;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .social {
  grid-area: social;
  place-self: center;
}
@media (min-width: 766px) {
  .theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .social {
    place-self: start;
  }
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .social ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .social ul li {
  margin: 0 5px;
  list-style: none;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .social ul li a .icon {
  width: 100%;
  max-height: 30px;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .social ul li a:hover {
  color: rgba(7, 0, 120, 0.8);
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .common {
  align-self: start;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .common .footer-nav {
  margin: 1em auto;
  padding: 0;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .common .footer-nav li {
  list-style: none;
  float: left;
  padding: 0 1em;
  border-right: thin solid #737370;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .common .footer-nav li:last-of-type {
  border-right: none;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main .container footer.footer-main .footer-container .common .footer-nav li a {
  font-weight: normal;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main section.block-centre-headings [class^=grid-].has-link {
  display: block;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main section.block-centre-headings [class^=grid-].has-link a.has-link .featured-box-text {
  position: absolute;
  padding: 1.5em;
  top: 0;
  left: 0;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main section.block-centre-headings [class^=grid-].has-link a.has-link .featured-box-text h3 {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 20px 0;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main section.slider-top-image-overlap .grid {
  margin-top: unset;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main section.slider-top-image-overlap .grid [class^=grid-] .flexslider {
  padding-top: 0;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main section.slider-top-image-overlap .grid [class^=grid-] .flexslider .flex-viewport .slides {
  margin: 2rem auto 2rem;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main section.slider-top-image-overlap .grid [class^=grid-] .flexslider .flex-control-nav li a {
  background: rgba(0, 0, 0, 0.1);
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main section.slider-top-image-overlap .grid [class^=grid-] .flexslider .flex-control-nav li a.flex-active {
  background: rgba(0, 0, 0, 0.4);
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main section.slider-top-image-overlap.blue-linear-gradient .grid [class^=grid-] .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.4);
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main section.slider-top-image-overlap.blue-linear-gradient .grid [class^=grid-] .flexslider .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.7);
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main section.slider-top-image-overlap.white-background .grid [class^=grid-] .flexslider .flex-viewport .slides li .slide img {
  border-color: #747572;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main section.slider-top-image-overlap.white-background .grid [class^=grid-] .flexslider .flex-viewport .slides li .slide p {
  color: #000;
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main section.slider-top-image-overlap.white-background .grid [class^=grid-] .flexslider .flex-control-nav li a {
  background: rgba(0, 0, 0, 0.1);
}
.theme-full-page body.cim-academy .site-wrapper.noSiteNav .site-wrapper-inner .site-main section.slider-top-image-overlap.white-background .grid [class^=grid-] .flexslider .flex-control-nav li a.flex-active {
  background: rgba(0, 0, 0, 0.4);
}

.corp-training .site-wrapper-inner .site-main .page-banner.page-width {
  background: #FAC031;
}
@media (min-width: 1025px) {
  .corp-training .site-wrapper-inner .site-main .page-banner.page-width {
    background: none;
  }
}
.corp-training .site-wrapper-inner .site-main section {
  padding: 0.5em 0;
}
.corp-training .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class^=grid-] p, .corp-training .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class*=" grid-"] p {
  margin-bottom: 1.5em;
}
.corp-training .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class^=grid-] p a, .corp-training .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class*=" grid-"] p a {
  background: #FAC031;
  position: absolute;
  bottom: 30px;
  width: 90%;
  text-align: center;
  left: 5%;
}
.corp-training .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class^=grid-] p a:hover, .corp-training .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class*=" grid-"] p a:hover {
  background: #747572;
  color: #FAC031;
  border: #FAC031;
  filter: saturate(100%);
}
.corp-training .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class^=grid-] p a .button, .corp-training .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class*=" grid-"] p a .button {
  background: #FAC031;
  border-color: #FAC031;
  width: 100%;
}
.corp-training .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class^=grid-] p a .button:hover, .corp-training .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class*=" grid-"] p a .button:hover {
  background: #747572;
  color: #FAC031;
  border: #FAC031;
}
.corp-training .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class^=grid-] h3, .corp-training .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class*=" grid-"] h3 {
  border-bottom: 4px solid #FAC031;
  padding-bottom: 1em;
  width: 90%;
  margin: 1em auto;
}
.corp-training .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class^=grid-].grey-block, .corp-training .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class*=" grid-"].grey-block {
  margin: 0 auto;
  display: block;
}
.corp-training .site-wrapper-inner .site-main section.info-form {
  margin-bottom: 0;
  background: rgb(250, 192, 49);
  background: url("/media/9590/cim-business-solutions_cta-footer.jpg"), linear-gradient(90deg, rgb(250, 192, 49) 48%, rgb(228, 228, 226) 48%, rgb(228, 228, 226) 100%);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  margin-top: 0;
}
@media (min-width: 481px) {
  .corp-training .site-wrapper-inner .site-main section.info-form {
    background-position: bottom;
    background-size: auto;
  }
}
.corp-training .site-wrapper-inner .site-main section.info-form .form {
  width: 100%;
}
.corp-training .site-wrapper-inner .site-main section.info-form .form .cim-form form#clickdimensionsForm {
  display: block;
  grid-template-areas: "formRow0 formRow4" "formRow1 formRow5" "formRow3 . " "formRow2 formRow7" "formRow6 . ";
}
@media (min-width: 481px) {
  .corp-training .site-wrapper-inner .site-main section.info-form .form .cim-form form#clickdimensionsForm {
    display: grid;
  }
}
.corp-training .site-wrapper-inner .site-main section.info-form .form .cim-form form#clickdimensionsForm .gridRow0 {
  grid-area: formRow0;
}
.corp-training .site-wrapper-inner .site-main section.info-form .form .cim-form form#clickdimensionsForm .gridRow1 {
  grid-area: formRow1;
}
.corp-training .site-wrapper-inner .site-main section.info-form .form .cim-form form#clickdimensionsForm .gridRow2 {
  grid-area: formRow2;
}
.corp-training .site-wrapper-inner .site-main section.info-form .form .cim-form form#clickdimensionsForm .gridRow3 {
  grid-area: formRow3;
}
.corp-training .site-wrapper-inner .site-main section.info-form .form .cim-form form#clickdimensionsForm .gridRow4 {
  grid-area: formRow4;
}
.corp-training .site-wrapper-inner .site-main section.info-form .form .cim-form form#clickdimensionsForm .gridRow5 {
  grid-row-start: formRow5-start;
  grid-row-end: 4;
}
.corp-training .site-wrapper-inner .site-main section.info-form .form .cim-form form#clickdimensionsForm .gridRow6 {
  grid-column: 1/span 2;
}
@media (min-width: 1025px) {
  .corp-training .site-wrapper-inner .site-main section.info-form .form .cim-form form#clickdimensionsForm .gridRow6 {
    grid-area: formRow6;
  }
}
.corp-training .site-wrapper-inner .site-main section.info-form .form .cim-form form#clickdimensionsForm .gridRow6 .maxSize2.minSize2 {
  margin: 0;
}
.corp-training .site-wrapper-inner .site-main section.info-form .form .cim-form form#clickdimensionsForm .gridRow7 {
  grid-area: formRow7;
}
.corp-training .site-wrapper-inner .site-main section.info-form .form .cim-form form#clickdimensionsForm .gridRow8 {
  grid-area: formRow8;
}
.corp-training .site-wrapper-inner .site-main section.slidepanel .flexslider .flex-control-nav {
  top: unset;
}

.event-classes .site-wrapper-inner .site-main .page-banner.page-width {
  background: #007069;
}
@media (min-width: 481px) {
  .event-classes .site-wrapper-inner .site-main .page-banner.page-width {
    background: transparent;
  }
}
.event-classes .site-wrapper-inner .site-main .page-banner .header-container .banner-text {
  color: #fff;
}
@media (min-width: 481px) {
  .event-classes .site-wrapper-inner .site-main .page-banner .header-container .banner-text h1 {
    color: #007069;
  }
}
.event-classes .site-wrapper-inner .site-main section .nav-sec-menu {
  background: #007069;
}
.event-classes .site-wrapper-inner .site-main section .nav-sec-menu li a:hover {
  color: #00d6c0;
  background: #007069;
}
.event-classes .site-wrapper-inner .site-main section .grid.new [class^=grid-] a:hover, .event-classes .site-wrapper-inner .site-main section .grid.new [class*=" grid-"] a:hover {
  filter: saturate(100%) !important;
}
.event-classes .site-wrapper-inner .site-main section .grid.new [class^=grid-] a .button, .event-classes .site-wrapper-inner .site-main section .grid.new [class*=" grid-"] a .button {
  background: #00d6c0;
  border: none;
  color: #fff;
}
.event-classes .site-wrapper-inner .site-main section .grid.new [class^=grid-] a .button:hover, .event-classes .site-wrapper-inner .site-main section .grid.new [class*=" grid-"] a .button:hover {
  background: #007069;
  color: #00d6c0;
}
.event-classes .site-wrapper-inner .site-main section .event-sponsor-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 1em;
}
@media (min-width: 481px) {
  .event-classes .site-wrapper-inner .site-main section .event-sponsor-list {
    grid-gap: 1em 3em;
  }
}
.event-classes .site-wrapper-inner .site-main section .event-sponsor-list .event-sponsor.withTitle h3 {
  max-height: 52px;
  overflow: hidden;
}
.event-classes .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class^=grid-] p, .event-classes .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class*=" grid-"] p {
  margin-bottom: 1.5em;
}
.event-classes .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class^=grid-] p a, .event-classes .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class*=" grid-"] p a {
  background: #f8f8f8;
  position: absolute;
  bottom: 30px;
  width: 90%;
  text-align: center;
}
.event-classes .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class^=grid-] p a:hover, .event-classes .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class*=" grid-"] p a:hover {
  background: #747572;
  color: #f8f8f8;
  border: #f8f8f8;
  filter: saturate(100%);
}
.event-classes .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class^=grid-] p a .button, .event-classes .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class*=" grid-"] p a .button {
  background: #f8f8f8;
  border-color: #f8f8f8;
  width: 100%;
}
.event-classes .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class^=grid-] p a .button:hover, .event-classes .site-wrapper-inner .site-main section.tablet-blocks .container .grid [class*=" grid-"] p a .button:hover {
  background: #747572;
  color: #f8f8f8;
  border: #f8f8f8;
}
.event-classes .site-wrapper-inner .site-main section.info-form {
  margin-bottom: 0;
  background: rgb(250, 192, 49);
  background: linear-gradient(60deg, rgb(250, 192, 49) 0%, rgb(250, 192, 49) 48%, rgb(247, 246, 242) 48%, rgb(247, 246, 242) 100%);
}
.event-classes .site-wrapper-inner .site-main section.slidepanel .flexslider .flex-control-nav {
  top: unset;
}

.membership-type .site-wrapper-inner .site-main .page-banner.page-width {
  background: #070078;
}
.membership-type .site-wrapper-inner .site-main section.grey-background-full.tablet-blocks .grid [class^=grid-] .featured-box-text h3, .membership-type .site-wrapper-inner .site-main section.grey-background-full.tablet-blocks .grid [class*=" grid-"] .featured-box-text h3 {
  font-size: 1em;
  color: #070078;
}
.membership-type .site-wrapper-inner .site-main section.grey-background-full.tablet-blocks .grid [class^=grid-] .featured-box-text h6, .membership-type .site-wrapper-inner .site-main section.grey-background-full.tablet-blocks .grid [class*=" grid-"] .featured-box-text h6 {
  color: #747572;
  margin: 0;
}
.membership-type .site-wrapper-inner .site-main section.blue-background.top-image-overlap .grid [class^=grid-] a, .membership-type .site-wrapper-inner .site-main section.blue-background.top-image-overlap .grid [class*=" grid-"] a {
  color: #474c55;
}
.membership-type .site-wrapper-inner .site-main section.blue-background.top-image-overlap .grid [class^=grid-] .featured-box-text h3, .membership-type .site-wrapper-inner .site-main section.blue-background.top-image-overlap .grid [class*=" grid-"] .featured-box-text h3 {
  font-size: 1em;
  color: #070078;
}
.membership-type .site-wrapper-inner .site-main section.blue-background.top-image-overlap .grid [class^=grid-] .featured-box-text h6, .membership-type .site-wrapper-inner .site-main section.blue-background.top-image-overlap .grid [class*=" grid-"] .featured-box-text h6 {
  color: #747572;
  margin: 0;
}
.membership-type #modal-holder .reveal-modal.open .enclose {
  text-align: left;
}
.membership-type #modal-holder .reveal-modal.open .enclose ul {
  padding: 0;
  margin: 0;
}
.membership-type #modal-holder .reveal-modal.open .enclose p {
  margin: 0;
}
.membership-type #modal-holder .reveal-modal.open .enclose .notes {
  padding: 1em 0;
}
.membership-type #modal-holder .reveal-modal.open .enclose .notes p {
  font-size: 0.9rem;
}

.widescreen .site-wrapper .site-wrapper-inner .site-main, .widescreen .site-wrapper .site-wrapper-inner .container {
  max-width: 100%;
}
.widescreen .site-wrapper .site-wrapper-inner .site-main section, .widescreen .site-wrapper .site-wrapper-inner .container section {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto !important;
}
.widescreen .site-wrapper .site-wrapper-inner .site-main section h2, .widescreen .site-wrapper .site-wrapper-inner .site-main section h3, .widescreen .site-wrapper .site-wrapper-inner .site-main section h4, .widescreen .site-wrapper .site-wrapper-inner .container section h2, .widescreen .site-wrapper .site-wrapper-inner .container section h3, .widescreen .site-wrapper .site-wrapper-inner .container section h4 {
  color: #000;
}
.widescreen .site-wrapper .site-wrapper-inner .site-main section a, .widescreen .site-wrapper .site-wrapper-inner .container section a {
  text-decoration: underline;
  color: #545454;
}
.widescreen .site-wrapper .site-wrapper-inner .site-main section a :hover, .widescreen .site-wrapper .site-wrapper-inner .container section a :hover {
  color: #000;
  text-decoration: underline;
}
.widescreen .site-wrapper .site-wrapper-inner .site-main section .accordion .accordion-caller, .widescreen .site-wrapper .site-wrapper-inner .container section .accordion .accordion-caller {
  border-bottom: 0;
}
.widescreen .site-wrapper .site-wrapper-inner .site-main section .accordion .accordion-caller:hover, .widescreen .site-wrapper .site-wrapper-inner .container section .accordion .accordion-caller:hover {
  color: #000;
}
.widescreen .site-wrapper .site-wrapper-inner .site-main section .accordion .accordion-caller a, .widescreen .site-wrapper .site-wrapper-inner .container section .accordion .accordion-caller a {
  text-decoration: underline;
  color: #545454;
}
.widescreen .site-wrapper .site-wrapper-inner .site-main section .accordion .accordion-caller a :hover, .widescreen .site-wrapper .site-wrapper-inner .container section .accordion .accordion-caller a :hover {
  color: #000;
  text-decoration: underline;
}
.widescreen .site-wrapper .site-wrapper-inner .site-main section .accordion .accordion-item, .widescreen .site-wrapper .site-wrapper-inner .container section .accordion .accordion-item {
  background: #b1dfec;
  padding: 5px 10px 5px 30px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.widescreen .site-wrapper .site-wrapper-inner .site-main section .accordion [class^=grid-] > a, .widescreen .site-wrapper .site-wrapper-inner .site-main section .accordion [class*=" grid-"] > a, .widescreen .site-wrapper .site-wrapper-inner .container section .accordion [class^=grid-] > a, .widescreen .site-wrapper .site-wrapper-inner .container section .accordion [class*=" grid-"] > a {
  text-decoration: underline;
  color: #545454;
}
.widescreen .site-wrapper .site-wrapper-inner .site-main section .accordion [class^=grid-] > a :hover, .widescreen .site-wrapper .site-wrapper-inner .site-main section .accordion [class*=" grid-"] > a :hover, .widescreen .site-wrapper .site-wrapper-inner .container section .accordion [class^=grid-] > a :hover, .widescreen .site-wrapper .site-wrapper-inner .container section .accordion [class*=" grid-"] > a :hover {
  color: #000;
  text-decoration: underline;
}
.widescreen .site-wrapper .site-wrapper-inner .site-footer a.button.top-of-page {
  text-decoration: none;
  color: #fff;
}
.widescreen .site-wrapper .site-wrapper-inner .site-footer a.button.top-of-page :hover {
  color: #fff;
  border: 1px solid #cccccc;
}

body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container {
  background: none !important;
  height: 220px;
}
@media (min-width: 481px) {
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container {
    height: 350px;
  }
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container .banner-text {
  padding: 0 5%;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container .banner-text h1 {
  font-family: "Strenuousbl", monospace;
  width: 100%;
  text-align: left;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container .banner-text p.sub-text {
  font-family: "CIMLondon", serif;
  text-align: left;
  position: relative;
  text-transform: uppercase;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.page-banner.page-width .header-container .banner-text p.sub-text:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../img/icons/svg/marketing_club_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 10px;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].rounded-image, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].rounded-image {
  border-radius: 50%;
  max-width: unset;
  place-self: center;
}
@media (min-width: 481px) {
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].rounded-image, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].rounded-image {
    max-width: 280px;
  }
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].rounded-image img, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].rounded-image img {
  border-radius: 50%;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].rounded-image.shadowed, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].rounded-image.shadowed {
  box-shadow: none;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].rounded-image.shadowed img, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].rounded-image.shadowed img {
  box-shadow: 6px 6px 0 rgba(153, 153, 153, 0.7);
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-] p span.cim-button, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"] p span.cim-button {
  display: inline;
  margin: 0 0.5em;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-] p:first-of-type, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"] p:first-of-type {
  padding: 0;
  margin-top: 0;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].single-content-centre, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].single-content-centre {
  place-content: center;
  grid-template-rows: auto;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].single-content-centre h2.section-header, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].single-content-centre h2.section-header {
  font-family: "Strenuousbl", monospace;
  width: 100%;
  text-align: center;
  font-size: 2.5em;
  margin: auto;
}
@media (min-width: 1025px) {
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].single-content-centre h2.section-header, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].single-content-centre h2.section-header {
    width: 80%;
    font-size: 3.5em;
  }
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].single-content-centre h2.section-header span, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].single-content-centre h2.section-header span {
  padding: 0;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].arrow-up, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].arrow-up {
  grid-template-rows: auto;
  padding: 0 45px;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].arrow-up:after, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].arrow-up:after {
  content: url("../../img/icons/svg/up-arrow-mc.svg");
  text-align: center;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].arrow-down, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].arrow-down {
  grid-template-rows: auto;
  padding: 0 45px;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].arrow-down:before, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].arrow-down:before {
  content: url("../../img/icons/svg/down-arrow-mc.svg");
  text-align: center;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].arrow-left, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].arrow-left {
  padding-right: 70px;
  place-items: center;
  grid-template-rows: auto;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].arrow-left:after, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].arrow-left:after {
  content: url("../../img/icons/svg/left-arrow-mc.svg");
  text-align: center;
  position: absolute;
  right: -60px;
  top: 33%;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].arrow-right, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].arrow-right {
  padding-left: 70px;
  place-items: center;
  grid-template-rows: auto;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].arrow-right:before, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].arrow-right:before {
  content: url("../../img/icons/svg/right-arrow-mc.svg");
  position: absolute;
  left: -60px;
  top: 33%;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].auto-grid, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].auto-grid {
  grid-template-columns: auto;
  grid-template-rows: auto;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new.grid-columns-2 {
  grid-gap: 3em;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new.grid-columns-2 [class^=grid-], body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new.grid-columns-2 [class*=" grid-"] {
  grid-template-rows: auto;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new.grid-columns-2 [class^=grid-].left-align .section-header, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new.grid-columns-2 [class*=" grid-"].left-align .section-header {
  text-align: left;
  font-size: 2em;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new.grid-columns-2 [class^=grid-].left-align .section-header .inner, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new.grid-columns-2 [class*=" grid-"].left-align .section-header .inner {
  padding: 0;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new.grid-columns-2 [class^=grid-].centre-justify, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new.grid-columns-2 [class*=" grid-"].centre-justify {
  place-content: center;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.single-file-form .container .grid.new {
  max-width: 600px;
  margin: auto;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.single-file-form .container .grid.new h2 {
  text-align: left;
  margin: 0;
  padding: 0 0.5em 1em 0;
  font-size: 3rem;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.single-file-form .container .grid.new .cim-form-new form .umbraco-forms-page .umbraco-forms-field input[type=text], body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.single-file-form .container .grid.new .cim-form-new form .umbraco-forms-page .umbraco-forms-field select {
  border-radius: unset;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.single-file-form .container .grid.new .cim-form-new form .umbraco-forms-page .umbraco-forms-field label {
  display: block;
  color: #fff;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.single-file-form .container .grid.new .cim-form-new form .umbraco-forms-page .umbraco-forms-field .umbraco-forms-field-wrapper .field-validation-error {
  margin-bottom: 0;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.single-file-form .container .grid.new .cim-form-new form .umbraco-forms-page .umbraco-forms-navigation {
  margin-top: 1em;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.single-file-form .container .grid.new .cim-form-new form .umbraco-forms-page .umbraco-forms-navigation .cim-button.cim-submit {
  grid-column: 1/-1;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.purple-background.single-file-form .container .grid.new .cim-form-new form .umbraco-forms-page .umbraco-forms-field .umbraco-forms-field-wrapper .field-validation-error {
  background: red;
  padding-right: 0.5em;
  border: 1px solid;
  color: white;
  margin-bottom: 0;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.purple-background.single-file-form .container .grid.new .cim-form .responsiveRow {
  color: #fff;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.purple-background.single-file-form .container .grid.new .cim-form .responsiveRow.radiobuttonrow {
  color: #fff;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.purple-background.single-file-form .container .grid.new .cim-form .responsiveRow.radiobuttonrow > div > div > div {
  display: flex;
  gap: 1em;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.purple-background.single-file-form .container .grid.new .cim-form .responsiveRow.radiobuttonrow > div > div > div input[type=radio]:checked {
  accent-color: #8cff5a;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.purple-background.single-file-form .container .grid.new .cim-form .responsiveRow .responsiveCell .maxSize2.minSize2 {
  margin: 0.5em 0 0 0;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.purple-background.single-file-form .container .grid.new .cim-form .responsiveRow .responsiveCell [class*=text].hidden {
  display: block !important;
  color: #fff;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.purple-background.single-file-form .container .grid.new .cim-form .responsiveRow .responsiveCell .hidden {
  display: block !important;
  color: #fff;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.purple-background.single-file-form .container .grid.new .cim-form .responsiveRow .responsiveCell .buttonContainer .cim-button.input {
  background: #8cff5a;
  border-color: #000;
  color: #000;
  border-radius: 8px;
  padding: 1.3em 1.1em;
  box-shadow: 3px 6px 0px rgba(0, 0, 0, 0.2784313725);
  width: 100%;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.purple-background.single-file-form .container .grid.new .cim-form .responsiveRow .responsiveCell .buttonContainer .cim-button.input:hover {
  color: #8cff5a;
  background: #000 !important;
  border: 3px solid #8cff5a;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.purple-background.single-file-form .container .grid.new .cim-form .responsiveRow .responsiveCell .buttonContainer .cim-button.input.reversed {
  background: #000;
  border-color: #8cff5a;
  color: #8cff5a;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.purple-background.single-file-form .container .grid.new .cim-form .responsiveRow .responsiveCell .buttonContainer .cim-button.input.reversed:hover {
  color: #fff;
  border-color: #8cff5a;
  background: #8cff5a;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.purple-background.single-file-form .container .grid.new .cim-form .responsiveRow .responsiveCell .select-styling:after {
  background: url("../../img/icons/svg/chevron-down.svg");
  background-repeat: no-repeat;
  top: 21.5px;
}
@media (max-width: 650px) {
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new {
    grid-template-columns: 1fr;
    grid-template-areas: "five" "three" "four" "seven" "six" "one" "two" "nine" "eight";
    grid-gap: 0;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-1, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-1 {
    grid-area: one;
    place-self: center;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-1 img, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-1 img {
    display: none;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-2, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-2 {
    grid-area: two;
    place-self: end center;
    z-index: 1;
    padding: 8px 44% 8px 8px;
    grid-gap: 0.5em;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-2:after, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-2:after {
    position: absolute;
    right: 10px;
    top: 32%;
    content: url("../../img/icons/svg/left-arrow-mc.svg");
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-2 h3, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-2 h3 {
    width: 100%;
    text-align: left !important;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-2 p, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-2 p {
    text-align: left !important;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-3, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-3 {
    grid-area: three;
    place-self: center;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-3 img, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-3 img {
    display: none;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-4, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-4 {
    grid-area: four;
    place-self: end center;
    padding: 8px 44% 8px 8px;
    grid-gap: 0.5em;
    z-index: 1;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-4:after, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-4:after {
    position: absolute;
    right: 10px;
    top: 32%;
    content: url("../../img/icons/svg/right-arrow-mc.svg");
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-4 h3, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-4 h3 {
    width: 100%;
    text-align: left !important;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-4 p, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-4 p {
    text-align: left !important;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-5, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-5 {
    grid-area: five;
    place-self: center;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-5 h1, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-5 h1 {
    font-family: "Strenuousbl", monospace;
    text-transform: uppercase;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-6, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-6 {
    grid-area: six;
    place-self: end center;
    padding: 8px 8px 8px 44%;
    z-index: 1;
    grid-gap: 0.5em;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-6:before, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-6:before {
    position: absolute;
    left: 32px;
    top: 20%;
    content: url("../../img/icons/svg/down-arrow-mc.svg");
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-6 h3, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-6 h3 {
    width: 100%;
    text-align: right !important;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-6 p, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-6 p {
    text-align: right !important;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-7, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-7 {
    grid-area: seven;
    place-self: center;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-7 img, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-7 img {
    display: none;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-8, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-8 {
    grid-area: eight;
    place-self: end center;
    padding: 8px 8px 8px 44%;
    z-index: 1;
    grid-gap: 0.5em;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-8:before, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-8:before {
    position: absolute;
    left: 32px;
    top: 20%;
    content: url("../../img/icons/svg/up-arrow-mc.svg");
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-8 h3, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-8 h3 {
    width: 100%;
    text-align: right !important;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-8 p, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-8 p {
    text-align: right !important;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-9, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-9 {
    grid-area: nine;
    place-self: center;
    max-width: 330px;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-9 img, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-9 img {
    display: none;
  }
}
@media (min-width: 650px) and (max-width: 900px) {
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new {
    grid-template-areas: "five five" "one two" "four three" "seven six" "eight nine";
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-1, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-1 {
    grid-area: one;
    place-self: center;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-2, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-2 {
    grid-area: two;
    place-self: center;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-3, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-3 {
    grid-area: three;
    place-self: center;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-4, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-4 {
    grid-area: four;
    place-self: center;
    padding: 0;
    grid-template-rows: auto 1fr;
    place-items: start center;
    grid-gap: 1em;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-4:after, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-4:after {
    content: url("../../img/icons/svg/up-arrow-mc.svg");
    top: unset;
    right: unset;
    bottom: 0;
    left: 36%;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-5, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-5 {
    grid-area: five;
    grid-column: 1/span 2;
    place-self: center;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-5 h1, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-5 h1 {
    font-family: "Strenuousbl", monospace;
    text-transform: uppercase;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-6, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-6 {
    grid-area: six;
    place-self: center;
    padding: 0;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-6:before, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-6:before {
    content: url("../../img/icons/svg/down-arrow-mc.svg");
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    position: relative;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-7, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-7 {
    grid-area: seven;
    place-self: center;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-8, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-8 {
    grid-area: eight;
    place-self: center;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-].incremental-9, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"].incremental-9 {
    grid-area: nine;
    place-self: center;
    grid-column: unset;
  }
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new {
  grid-gap: 1em;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class^=grid-], body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.big-grid .container .grid.new [class*=" grid-"] {
  grid-gap: 0.5em;
}
@media (max-width: 900px) {
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.medium-switch-2 .container .grid.new {
    grid-template-areas: "ms2" "ms1";
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.medium-switch-2 .container .grid.new [class^=grid-]:first-of-type, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.medium-switch-2 .container .grid.new [class*=" grid-"]:first-of-type {
    grid-area: ms1;
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.medium-switch-2 .container .grid.new [class^=grid-]:last-of-type, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.medium-switch-2 .container .grid.new [class*=" grid-"]:last-of-type {
    grid-area: ms2;
  }
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.new-icon > div > div {
  background-image: url("../../img/icons/svg/new-mc.svg");
  background-repeat: no-repeat;
  background-position: right 20px;
  background-size: 76px;
}
@media (min-width: 481px) {
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.new-icon > div > div {
    background-position: 83% 15%;
    background-size: 100px;
  }
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.chat-icon > div > div {
  background: none;
}
@media (min-width: 481px) {
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.chat-icon > div > div {
    background-image: url("../../img/icons/svg/chat-mc.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 92px;
  }
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.swirly-line-1 {
  position: relative;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.swirly-line-1:before {
  content: url("../../img/icons/svg/swirly-line-1.svg");
  position: absolute;
  bottom: -6px;
  right: 0;
}
@media (max-width: 900px) {
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.swirly-line-1:before {
    opacity: 60%;
  }
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.swirly-line-2 {
  position: relative;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.swirly-line-2:before {
  content: url("../../img/icons/svg/swirly-line-2.svg");
  position: absolute;
  bottom: -11px;
  left: 0;
}
@media (max-width: 900px) {
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section.swirly-line-2:before {
    opacity: 60%;
  }
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .chat-icon h2 {
  background: none;
}
@media (min-width: 481px) {
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .chat-icon h2 {
    background-image: url("../../img/icons/svg/chat-mc.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 92px;
  }
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .laptop-icon h2 {
  background-image: url("../../img/icons/svg/laptop-mc.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 70px;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .laptop-icon h2.section-header {
  padding-right: 22% !important;
  padding-left: 12px !important;
  width: 97%;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .laptop-icon h2.section-header span {
  padding: 0;
}
@media (min-width: 481px) {
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .laptop-icon h2 {
    background-size: 92px;
  }
}
@media (min-width: 900px) {
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class^=grid-].incremental-5 h1, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .container .grid.new [class*=" grid-"].incremental-5 h1 {
    font-family: "Strenuousbl", monospace;
    font-size: 2.5rem;
    text-transform: uppercase;
  }
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .cim-button.green, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .cim-button.cim-submit {
  background: #8cff5a;
  border-color: #000;
  color: #000;
  border-radius: 8px;
  padding: 1.3em 1.1em;
  box-shadow: 3px 6px 0px rgba(0, 0, 0, 0.2784313725);
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .cim-button.green:hover, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .cim-button.cim-submit:hover {
  color: #8cff5a;
  background: #000;
  border: 3px solid #8cff5a;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .cim-button.green.reversed, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .cim-button.cim-submit.reversed {
  background: #000;
  border-color: #8cff5a;
  color: #8cff5a;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .cim-button.green.reversed:hover, body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .cim-button.cim-submit.reversed:hover {
  color: #fff;
  border-color: #8cff5a;
  background: #8cff5a;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .cta-button {
  background: #8cff5a;
  border-color: #000;
  color: #000;
  border-radius: 8px;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .cta-button:hover {
  color: #8cff5a;
  background: #000;
  border: 2px solid #8cff5a;
}
body.marketing-club .site-wrapper .site-wrapper-inner .site-main section .cta-button-added {
  margin: 1em 0;
}

section.blue_layout ul {
  place-self: stretch;
  padding: 0;
}
section.blue_layout ul li {
  text-decoration: none;
  text-align: center;
  margin: 0 0 1em 0;
  background: #070078;
  padding: 1em 0.5em;
  color: #fff;
  border-bottom: 6px solid #73e8eb;
}
section.blue_layout ul li:nth-child(odd):last-of-type {
  grid-column: 1/span 2;
}
section.contact-us .grid.new .accordion .accordion-item a.accordion-caller {
  background: #070078 !important;
  color: #fff;
  margin-bottom: 0.5em;
}
section.contact-us .grid.new .accordion .accordion-item a.accordion-caller:before {
  content: url(/img/icons/down-chevron-white.png);
}
section.contact-us .grid.new .accordion .accordion-item .accordion-inner {
  border: thin solid #747572;
  border-radius: 0 0 8px 8px;
  margin: -1.5em 0 0.5em 0;
  padding: 1em 0.5em 0 1.5em;
}

.cimCatalyst {
  min-height: 40em;
}

iframe#lo-cs-frame {
  display: none !important;
}

.gridbox.grid22.imgoverlay .grid-6 {
  grid-area: -1/-2;
}
.gridbox.grid22.imgoverlay .grid-6 p {
  margin: 0.5em;
}
.gridbox.grid22.imgoverlay .grid-6 ul {
  margin: 0;
}
.gridbox.grid22.imgoverlay .grid-6 ul li {
  margin: 2px 0;
}
.gridbox.grid22.imgoverlay .grid-6:last-child {
  background: rgba(255, 255, 255, 0.8);
  padding: 0 0.5em 0 1.5em;
}
@media (min-width: 481px) {
  .gridbox.grid22.imgoverlay .grid-6 {
    grid-area: auto;
  }
  .gridbox.grid22.imgoverlay .grid-6 p {
    margin: 1em 0;
  }
  .gridbox.grid22.imgoverlay .grid-6 ul {
    margin: 1em 0;
  }
  .gridbox.grid22.imgoverlay .grid-6 ul li {
    margin: 5px 0;
  }
  .gridbox.grid22.imgoverlay .grid-6:last-child {
    background: transparent;
    padding: initial;
  }
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.user,
.far,
.fal,
.fad,
.fab,
.twitter {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.user, .twitter {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.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: 2em;
  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: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.fa-pull-left.user,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left,
.fa-pull-left.twitter {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.fa-pull-right.user,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right,
.fa-pull-right.twitter {
  margin-left: 0.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-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.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-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.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-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.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-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-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-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.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-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-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.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-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-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.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-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-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.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-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-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.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-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.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-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.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-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-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-pie:before {
  content: "\f200";
}

.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-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.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-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.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-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.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-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.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-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.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-critical-role:before {
  content: "\f6c9";
}

.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-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.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-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.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-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.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-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-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.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-polygon:before {
  content: "\f5ee";
}

.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-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.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-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.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-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.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-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.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-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-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.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-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.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-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.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-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.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-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-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.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-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-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.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-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.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-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.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-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.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-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.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-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.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-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.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-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.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-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-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.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-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.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-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.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-leaf:before {
  content: "\f06c";
}

.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-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.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-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-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.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-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.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-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-mdb:before {
  content: "\f8ca";
}

.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-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-microblog:before {
  content: "\e01a";
}

.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-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.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-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.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-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-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.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-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.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-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-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.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-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.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-pied-piper-square:before {
  content: "\e01e";
}

.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-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.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-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.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-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.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-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-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.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-record-vinyl:before {
  content: "\f8d9";
}

.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-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.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-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.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-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-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.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-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-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.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-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.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-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.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-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.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-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.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-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.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-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-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.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-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.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-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.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-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.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-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.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-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.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-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.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-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.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-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.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-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.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-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.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-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-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.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-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.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-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-wodu:before {
  content: "\e088";
}

.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-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;
}

/*# sourceMappingURL=styles.css.map */
