@charset "UTF-8";
@import url("https://use.typekit.net/rus3qcc.css");

:root {
  --wp-color-black: #0B0E16;
  --wp-color-purple: #972d5f;
  --wp-color-pink: #DB3E53;
  --wp-color-blue: #333b4a;
  --wp-color-green-dark: #749D3E;
  --wp-color-green: #8dc63f;
  --wp-color-green-light: #E3EBD8;
  --wp-color-gray: #848484;
  --wp-color-gray-light: #E4E4E4;
  --wp-color-gray-extra-light: #fafafa;
}

.wp-duotone-bg {
  position: relative;
}

.wp-duotone-bg:before, .wp-duotone-bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0B0E16;
}

@supports (mix-blend-mode: multiply) {
  .wp-duotone-bg:before {
    mix-blend-mode: multiply;
  }
}

@supports not (mix-blend-mode: multiply) {
  .wp-duotone-bg:before {
    opacity: 0.65;
  }
}

@supports (mix-blend-mode: color) {
  .wp-duotone-bg:after {
    mix-blend-mode: color;
  }
}

@supports not (mix-blend-mode: color) {
  .wp-duotone-bg:after {
    opacity: 0.65;
  }
}

.wp-duotone-bg--purple:before, .wp-duotone-bg--purple:after {
  background: #972d5f;
}

.wp-duotone-bg--blue:before, .wp-duotone-bg--blue:after {
  background: #333b4a;
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (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;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (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;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (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: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.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-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 {
  filter: none;
}

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

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

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

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

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

.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-assistive-listening-systems:before {
  content: "\f2a2";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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-fast-backward:before {
  content: "\f049";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-futbol:before {
  content: "\f1e3";
}

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-github:before {
  content: "\f09b";
}

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

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

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

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

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.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-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-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.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-hand-lizard:before {
  content: "\f258";
}

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

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

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

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

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

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

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

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

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

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

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

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

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

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

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

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

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

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

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

.fa-less:before {
  content: "\f41d";
}

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

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

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

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

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

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

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

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

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

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

.fa-microsoft:before {
  content: "\f3ca";
}

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

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

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

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

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

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

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

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

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

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

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

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

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

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

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

.fa-osi:before {
  content: "\f41a";
}

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

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-paragraph:before {
  content: "\f1dd";
}

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

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

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

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

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

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

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

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

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

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

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

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

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

.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-pound-sign:before {
  content: "\f154";
}

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

.fa-print:before {
  content: "\f02f";
}

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

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

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-rebel:before {
  content: "\f1d0";
}

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

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

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

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

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

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

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

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

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

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

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

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

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

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

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

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

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

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

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

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

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

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-spotify:before {
  content: "\f1bc";
}

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

.fa-square-full:before {
  content: "\f45c";
}

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

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

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

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

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

.fa-stripe-s:before {
  content: "\f42a";
}

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

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

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

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

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

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

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

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

.fa-taxi:before {
  content: "\f1ba";
}

.fa-telegram:before {
  content: "\f2c6";
}

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

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

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

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

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

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

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

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

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

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

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

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

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

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

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

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

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

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

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

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

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

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

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

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

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

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

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

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

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

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

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

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

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

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

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

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

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

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

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-viber:before {
  content: "\f409";
}

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

.fa-vimeo:before {
  content: "\f40a";
}

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

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

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

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

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

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

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

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

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

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

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

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

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #0B0E16;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.u-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #0B0E16;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #0B0E16;
  font-family: neuzeit-grotesk, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

header h1,
header h2,
header h3,
header .tribe-events-single-section-title,
header .tribe-events-tickets-title,
header h4,
header h5,
header h6 {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0 0 2rem;
  font-family: ff-market-web, sans-serif;
  margin: 0 0 1rem;
  color: #0B0E16;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  margin: 0 0 0.75rem;
  color: #0B0E16;
  font-family: ff-market-web, sans-serif;
}

@media (min-width: 60em) {
  h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.4117647059;
    margin: 0 0 1rem;
  }
}

h3, .tribe-events-single-section-title,
.tribe-events-tickets-title {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.1428571429;
  margin: 0 0 0.75rem;
  font-family: neuzeit-grotesk, sans-serif;
}

h3:not(:first-child), .tribe-events-single-section-title:not(:first-child),
.tribe-events-tickets-title:not(:first-child) {
  margin-top: 2rem;
}

h1 a,
h2 a,
h3 a,
.tribe-events-single-section-title a,
.tribe-events-tickets-title a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover, h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
.tribe-events-single-section-title a:hover,
.tribe-events-tickets-title a:hover,
h3 a:focus,
.tribe-events-single-section-title a:focus,
.tribe-events-tickets-title a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
  color: #8dc63f;
}

p a:not([class]) {
  color: #972d5f;
}

ul,
ol {
  margin: 0 0 1rem;
}

li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}

p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin: 0 0 1rem;
  letter-spacing: 0.01em;
}

p:last-child {
  margin-bottom: 0.5rem;
}

small {
  font-size: 0.7em;
}

strong {
  font-weight: 600;
}

hr {
  border: 0;
  border-top: 1px solid #EAEAEA;
  margin: 1.5rem 0;
}

.headline-lead-in {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

ul:not([class]) {
  padding-left: 2rem;
  font-weight: 300;
}

ul:not([class]) ul:not([class]) {
  margin-top: 1rem;
}

ul:not([class]) li {
  position: relative;
  margin: 0 0 1rem;
}

.wp-h2 {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1.1428571429;
  font-family: ff-market-web, sans-serif;
  margin: 0;
  color: #333b4a;
  font-weight: 400;
}

.wp-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0B0E16;
  font-weight: 900;
}

.wp-decorative-ul {
  font-weight: 600;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-decorative-ul li {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.wp-decorative-ul li:before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 18px solid #dad800;
  position: absolute;
  top: 3px;
  left: 0;
}

.wp-link {
  color: #8dc63f;
  text-decoration: none;
}

.wp-link:hover, .wp-link:focus {
  text-decoration: underline;
}

.wp-post-title {
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1428571429;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  width: 100%;
}

body.mobile-menu-active {
  overflow: hidden;
  height: 100vh;
}

img {
  max-width: 100%;
  height: auto !important;
}

.l-container {
  margin-inline: auto;
  max-width: 80rem;
  padding: 0 1rem;
}

.l-container--narrow {
  max-width: 48.125rem;
}

@media (min-width: 48em) {
  .l-container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 60em) {
  .l-container {
    padding: 0 2rem;
  }
}

.l-container--flush {
  padding: 0;
}

.l-container__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 61em;
}

.l-container__inner--overlap {
  margin-top: -125px;
}

@media (min-width: 48em) {
  .l-content {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-flow: dense;
  }
}

.l-content .l-main-content {
  grid-column: 1 / 4;
}

.l-content .l-sidebar {
  grid-column: 4 / 6;
}

@media (min-width: 48em) {
  .l-sidebar-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 1rem;
    grid-template-areas: "sidebar title""sidebar content";
  }
}

@media (max-width: 47.9375em) {
  .l-sidebar-content__title {
    padding: 0 2rem;
  }
}

@media (min-width: 48em) {
  .l-sidebar-content__title {
    grid-area: title;
  }
}

@media (max-width: 47.9375em) {
  .l-sidebar-content__sidebar {
    position: relative;
  }
}

@media (min-width: 48em) {
  .l-sidebar-content__sidebar {
    grid-area: sidebar;
  }
}

@media (max-width: 47.9375em) {
  .l-sidebar-content__content {
    padding: 0 2rem;
  }
}

@media (min-width: 48em) {
  .l-sidebar-content__content {
    grid-area: content;
  }
}

.alpha-filter-list {
  display: flex;
  justify-content: center;
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.alpha-filter-list li {
  flex: 0 0 auto;
}

.alpha-filter-list a, .alpha-filter-list__empty-item {
  display: block;
  border: 1px solid transparent;
  padding: 0.2rem 0.5rem 0.3rem;
  color: #848484;
}

.alpha-filter-list a {
  color: #0B0E16;
  font-weight: 600;
  text-decoration: none;
  transition: background 150ms ease;
}

.alpha-filter-list a:hover, .alpha-filter-list a:focus {
  background: rgba(141, 198, 63, 0.3);
}

.alpha-filter-list a.current {
  border-color: #8dc63f;
}

.approach-callout {
  background: #333b4a;
}

.approach-callout--recommend {
  background: #394253;
}

.approach-callout--implement {
  background: #3f495c;
}

.approach-callout--review {
  background: #465165;
}

.approach-callout__header {
  padding: 1rem;
  background: rgba(11, 14, 22, 0.1);
}

.approach-callout svg {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 125px;
  height: auto;
  fill: #fff;
}

.approach-callout__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  margin: 0.5rem 0.5rem 1rem !important;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.approach-callout__body {
  padding: 1rem;
  color: #fff;
}

.approach-callout__body p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
}

.associate-list {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, minmax(200px, 1fr));
  grid-column-gap: 0.5rem;
  grid-row-gap: 2.5rem;
}

@media (min-width: 40em) {
  .associate-list {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

@media (min-width: 54em) {
  .associate-list {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
}

.associate-listing {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.associate-listing__photo-container {
  min-width: 100px;
  width: 50%;
  max-width: 175px;
  background: #f0f0f0;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
}

.associate-listing__photo-link {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.associate-listing__photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.associate-listing__name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: #333b4a;
  letter-spacing: 0.02em;
  margin: 0;
}

.associate-listing__name a {
  display: inline-block;
}

.associate-listing__name a:hover, .associate-listing__name a:focus {
  color: inherit;
  text-decoration: underline;
}

.associate-listing__job-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #8dc63f;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.associate-listing__location {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #707070;
}

.associate-listing__email {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #BFBFBF;
  text-decoration: none;
  word-break: break-word;
}

.associate-listing__email:hover, .associate-listing__email:focus {
  color: #8dc63f;
  text-decoration: underline;
}

.associate-meta {
  overflow: hidden;
  margin-bottom: 1rem;
}

.associate-meta:not(:first-child) {
  padding-top: 1rem;
}

.associate-meta__photo {
  display: block;
  margin: 0 auto 2rem;
  border-radius: 50%;
  width: 100%;
  max-width: 175px;
  height: auto !important;
}

.associate-meta__info {
  margin-bottom: 2rem;
}

.associate-meta__label {
  font-weight: 600;
}

.associate-meta__label a {
  color: inherit;
}

.associate-meta__label a:hover, .associate-meta__label a:focus {
  color: #8dc63f;
  text-decoration: none;
}

.associate-meta__data {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #848484;
  word-wrap: break-word;
}

.associate-meta a {
  text-decoration: none;
}

.associate-meta a:hover, .associate-meta a:focus {
  text-decoration: underline;
}

@media (min-width: 48em) {
  .associate-meta--assistant .associate-meta__photo-container {
    float: left;
    margin-right: 2rem;
  }
}

@media (min-width: 48em) {
  .associate-meta--assistant .associate-meta__copy {
    float: left;
    width: calc(100% - 207px);
  }
}

.wp-associate-search {
  margin-bottom: 4rem;
}

@media (min-width: 48em) {
  .wp-associate-search {
    display: flex;
  }
}

.wp-associate-search__form-group {
  margin: 0 0 1rem;
  position: relative;
}

@media (min-width: 48em) {
  .wp-associate-search__form-group {
    flex: 1 1 33%;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 48em) {
  .wp-associate-search__form-group:first-child:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: -5px;
    border: 4px solid #fff;
    width: 1px;
    height: 32px;
    background: #707070;
    z-index: 1;
  }
}

@media (min-width: 80em) {
  .wp-associate-search__form-group:first-child:after {
    height: 40px;
  }
}

.wp-associate-search__label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  color: #707070;
  font-weight: 300;
  font-style: italic;
}

@media (max-width: 47.9375em) {
  .wp-associate-search__label {
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    pointer-events: none;
    z-index: 1;
  }

  .wp-associate-search__label--hide-mobile {
    display: none;
  }
}

@media (min-width: 48em) {
  .wp-associate-search__label {
    order: 2;
  }
}

.wp-associate-search__text-input, .wp-associate-search__text-input:-webkit-autofill, .wp-associate-search__text-input:-webkit-autofill:hover, .wp-associate-search__text-input:-webkit-autofill:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.78' height='20.32' viewBox='0 0 17.78 20.32'%3E%3Cpath d='M13.946-11.935c-1.139,0-1.687.635-3.556.635s-2.413-.635-3.556-.635A5.335,5.335,0,0,0,1.5-6.6v1.016A1.905,1.905,0,0,0,3.405-3.68h13.97A1.905,1.905,0,0,0,19.28-5.585V-6.6A5.335,5.335,0,0,0,13.946-11.935ZM10.39-12.57a5.716,5.716,0,0,0,5.715-5.715A5.716,5.716,0,0,0,10.39-24a5.716,5.716,0,0,0-5.715,5.715A5.716,5.716,0,0,0,10.39-12.57Z' transform='translate(-1.5 24)' fill='%238dc63f'/%3E%3C/svg%3E") !important;
  background-color: #fff !important;
  display: block;
  width: 100%;
  border: 2px solid #8dc63f;
  padding: 0.5rem 2rem;
  background-repeat: no-repeat;
  background-position: 0.5rem 50%;
  position: relative;
}

@media (min-width: 80em) {
  .wp-associate-search__text-input, .wp-associate-search__text-input:-webkit-autofill, .wp-associate-search__text-input:-webkit-autofill:hover, .wp-associate-search__text-input:-webkit-autofill:focus {
    padding: 0.75rem 3rem;
    background-position: 1rem 50%;
  }
}

.wp-associate-search__select {
  display: block;
  width: 100%;
  border: 2px solid #8dc63f;
  border-radius: 0;
  background: #fff;
  appearance: none;
  padding: 0.5rem 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.806' height='12.818' viewBox='0 0 22.806 12.818'%3E%3Cpath d='M-3229.911,453.5l9.989,9.989,9.989-9.989' transform='translate(3231.325 -452.086)' fill='none' stroke='%238dc63f' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.424' height='25.04' viewBox='0 0 17.424 25.04'%3E%3Cg transform='translate(-535.5 -504.807)'%3E%3Cpath d='M-3503.584,465.847s-7.775-9.816-8.651-16,4.346-9.039,8.651-9.039,9.483,2.853,8.57,9.039S-3503.584,465.847-3503.584,465.847Z' transform='translate(4047.833 64)' fill='%238dc63f'/%3E%3Ccircle cx='4' cy='4' r='4' transform='translate(539.924 509.83)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%, 0.5rem 50%;
}

@media (min-width: 80em) {
  .wp-associate-search__select {
    padding: 0.75rem 3rem;
    background-position: right 1rem top 50%, 1rem 50%;
  }
}

.wp-associate-search__button {
  display: block;
  width: 100%;
  min-height: 44px !important;
}

@media (min-width: 48em) {
  .wp-associate-search__button {
    flex: 1 1 33%;
    align-self: flex-start;
  }
}

@media (min-width: 80em) {
  .wp-associate-search__button {
    min-height: 52px !important;
  }
}

.band {
  padding: 2rem;
}

@media (min-width: 48em) {
  .band {
    padding: 3.5rem 2rem;
  }
}

@media (min-width: 60em) {
  .band {
    padding: 5rem 2rem;
  }
}

.band--who-we-are {
  background: #972d5f;
}

.band--career-opportunities {
  background: #8dc63f;
}

.wp-band--blue {
  background: #333b4a;
  color: #fff;
}

.wp-band--centered {
  text-align: center;
}

.wp-band__content {
  margin-right: auto;
  margin-left: auto;
  max-width: 80em;
  padding: 2rem 1rem;
}

.wp-band__content--narrow {
  max-width: 61em;
}

.wp-band__content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.wp-band__button {
  position: relative;
  z-index: 2;
  margin-bottom: -30px;
  vertical-align: middle;
  display: inline-block;
}

.box {
  --box-label-offset-top: 15px;
  position: relative;
  padding: 15px 20px;
  background: #fff;
}

@media (min-width: 48em) {
  .box {
    --box-label-offset-top: 30px;
    padding: 30px 40px;
  }
}

.box--overlap {
  margin-top: -125px;
  min-height: 230px;
}

@media (min-width: 60em) {
  .box--pad-lg {
    --box-label-offset-top: 50px;
    padding: 50px 70px;
  }
}

.box--pad-sm {
  --box-label-offset-top: 10px;
  padding: 10px 15px;
}

@media (max-width: 47.9375em) {
  .box--pad-sm-mob {
    --box-label-offset-top: 10px;
    padding: 10px 15px;
  }
}

.box--gray {
  background: #fafafa;
}

.box__label {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  padding: 5px 15px;
  color: #fff;
  background: #8dc63f;
  font-weight: 600;
  display: inline-block;
  margin-bottom: calc(-20px - var(--box-label-offset-top));
  transform: translateY(calc(-20px - var(--box-label-offset-top)));
}

@media (min-width: 48em) {
  .box__label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.box__cta {
  position: absolute;
  right: 40px;
  bottom: 0;
  transform: translateY(50%);
}

.button {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  display: inline-block;
  position: relative;
  border: 0;
  min-width: 250px;
  max-width: 100%;
  padding: 18px 30px 18px 30px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
  background: #972d5f;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 150ms ease;
}

.button:hover, .button:focus {
  background: #702146;
}

.button--blue {
  background: #333b4a;
}

.button--blue:hover, .button--blue:focus {
  background: #1e232c;
}

.button--inverse {
  border: 2px solid #fff;
  background: transparent;
}

.button--inverse:hover, .button--inverse:focus {
  background: rgba(255, 255, 255, 0.1);
}

.button--inverse-dark {
  border: 2px solid #0B0E16;
  color: #0B0E16;
  background: transparent;
  font-weight: bold;
}

.button--inverse-dark:hover, .button--inverse-dark:focus {
  background: rgba(11, 14, 22, 0.1);
}

.button--wide {
  width: 370px;
  max-width: 100%;
}

.wp-button-group {
  display: inline-flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.wp-button, .tribe-button {
  --wp-button-bg-color: #0B0E16;
  --wp-button-border-color: var(--wp-button-bg-color);
  --wp-button-bg-color-hover: #1c2438;
  --wp-button-text-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  min-height: 60px;
  min-width: 200px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: 1px solid var(--wp-button-bg-color);
  text-align: center;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  color: var(--wp-button-text-color);
  background-color: var(--wp-button-bg-color);
  transition: background-color 150ms ease-out;
}

.wp-button:hover, .tribe-button:hover, .wp-button:focus, .tribe-button:focus {
  background-color: var(--wp-button-bg-color-hover);
  border-color: var(--wp-button-bg-color-hover);
}

.wp-button--compact {
  padding: 0.25rem 0.75rem;
  min-height: 40px;
  min-width: 150px;
}

.wp-button--black {
  --wp-button-bg-color: #0B0E16;
  --wp-button-bg-color-hover: #1c2438;
}

.wp-button--green {
  --wp-button-bg-color: var(--wp-color-green-dark);
  --wp-button-bg-color-hover: #99cc53;
}

.wp-button--purple {
  --wp-button-bg-color: #972d5f;
  --wp-button-bg-color-hover: #be3978;
}

.wp-button--blue, .tribe-button {
  --wp-button-bg-color: #333b4a;
  --wp-button-bg-color-hover: #485368;
}

.wp-button--inverse {
  background: transparent;
  color: var(--wp-color-black);
}

.wp-button--inverse:is(:hover, :focus) {
  background: transparent;
  color: inherit;
}

.wp-button__inner {
  display: block;
  text-align: center;
  width: 100%;
}

.cta-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  display: inline-block;
  color: #848484;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 200ms ease;
}

.cta-link:hover, .cta-link:focus {
  color: #0B0E16;
}

.wp-custom-list {
  margin: 2rem 0;
}

.wp-custom-list__headline {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1428571429;
  color: #972d5f;
  margin: 0;
  padding-bottom: 0.75rem;
}

.wp-custom-list--checklist .wp-custom-list__headline {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1111111111;
  font-family: ff-market-web, sans-serif;
  color: #fff;
  background: #333b4a;
  padding: 1rem 1.5rem;
}

.wp-custom-list--unordered .wp-custom-list__headline {
  border-bottom: 3px solid #333b4a;
}

.wp-custom-list__list {
  padding: 1rem 0 1rem 1.25rem;
}

.wp-custom-list--checklist .wp-custom-list__list {
  background: #EAEAEA;
  padding: 1rem 1.5rem;
}

@media (min-width: 30em) {
  .wp-custom-list--unordered .wp-custom-list__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.wp-custom-list__item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #972d5f;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.wp-custom-list--checklist .wp-custom-list__item {
  list-style: none;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.wp-custom-list--checklist .wp-custom-list__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/icon-check-purple.svg) center center no-repeat;
}

@media (min-width: 30em) {
  .wp-custom-list--unordered .wp-custom-list__item {
    flex: 1 1 50%;
    padding-right: 1.5rem;
    min-width: 200px;
  }
}

.wpf-dc-section {
  margin-bottom: 2rem;
}

.wpf-dc-section__header {
  --margin-offset: 20px;
  background: #8dc63f;
  color: #fff;
  padding: 0.75rem var(--margin-offset);
  width: 100%;
  max-width: 600px;
  margin: 0 0 1rem calc(var(--margin-offset) * -1);
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 48em) {
  .wpf-dc-section__header {
    --margin-offset: 40px;
  }
}

.wpf-dc-section__header:before, .wpf-dc-section__header:after {
  --rotate-deg: 22deg;
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  height: 100%;
  width: 40%;
  background: #fff;
}

.wpf-dc-section__header:before {
  bottom: 50%;
  transform: rotate(calc(var(--rotate-deg) * -1));
  transform-origin: 0 100%;
}

.wpf-dc-section__header:after {
  top: 50%;
  transform: rotate(var(--rotate-deg));
  transform-origin: 0 0;
}

.wpf-dc-section__headline {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}

.wpf-dc-section p {
  margin-bottom: 0;
}

.wpf-dc-subhead {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.1428571429;
  font-family: ff-market-web, sans-serif;
  margin: 0.75rem 0;
}

.wpf-dc-list {
  margin: 0.5rem 0;
}

.wpf-dc-list li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.wpf-dc-form-control {
  padding: 0.5rem 0;
  overflow: hidden;
  position: relative;
}

.wpf-dc-form-control__input {
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
}

.wpf-dc-form-control__label {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #00aeef;
  font-weight: bold;
  transition: color 150ms ease-in;
  position: relative;
}

.wpf-dc-form-control__label:before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: #EAEAEA;
  border: 1px solid #333b4a;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 0.5rem;
  transition: background 150ms ease-in;
  z-index: 2;
}

.wpf-dc-form-control__label:after {
  content: "";
  width: 0.3125em;
  height: 0.625rem;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  left: 8px;
  top: 1px;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 150ms ease-in;
  z-index: 3;
}

.wpf-dc-form-control__label:hover:before, .wpf-dc-form-control__label:focus:before,
.wpf-dc-form-control__input:focus~.wpf-dc-form-control__label:before {
  background: #BFBFBF;
}

.wpf-dc-form-control__input:checked~.wpf-dc-form-control__label {
  color: #BFBFBF;
  text-decoration: line-through;
}

.wpf-dc-form-control__input:checked~.wpf-dc-form-control__label:before {
  background: #333b4a;
}

.wpf-dc-form-control__input:checked~.wpf-dc-form-control__label:after {
  opacity: 1;
}

.wpf-dc-notice {
  background: #dad800;
  background: #972d5f;
  padding: 1rem;
  margin-bottom: 1rem;
  color: #fff;
}

.wpf-dc-notice--1, .wpf-dc-notice--2 {
  background: #dad800;
}

.wpf-dc-notice--3, .wpf-dc-notice--4 {
  background: #333b4a;
}

.wpf-dc-notice--warning {
  background: #dad800;
}

.wpf-dc-notice h3, .wpf-dc-notice .tribe-events-single-section-title,
.wpf-dc-notice .tribe-events-tickets-title,
.wpf-dc-notice p {
  font-weight: 500;
  margin: 0 0 0.25rem;
}

.wpf-dc-login-form label {
  display: block;
}

.wpf-dc-login-form input[type="text"] {
  display: block;
  padding: 0.75rem 1.5rem;
  border: 2px solid #8dc63f;
}

.wp-headline--text-white {
  color: #fff;
}

.hero {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  background: #fff;
}

@media (min-width: 40em) {
  .hero {
    padding: 30px 0;
  }
}

@media (min-width: 48em) {
  .hero {
    padding: 35px 0;
    justify-content: flex-end;
  }
}

@media (min-width: 66rem) {
  .hero {
    padding: 50px 0;
  }
}

@media (min-width: 80em) {
  .hero {
    padding: 75px 0;
  }
}

.hero__copy {
  flex: 1 1 auto;
  max-width: 605px;
}

@media (max-width: 47.9375em) {
  .hero__copy {
    max-width: 500px;
    text-align: center;
  }
}

@media (min-width: 48em) {
  .hero__copy {
    padding-right: 20px;
  }
}

@media (min-width: 66rem) {
  .hero__copy {
    max-width: 746px;
  }
}

.hero__lead-in {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0B0E16;
  font-weight: 900;
}

@media (min-width: 48em) {
  .hero__lead-in {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}

@media (min-width: 80em) {
  .hero__lead-in {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.hero__headline {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  margin: 0.25rem 0 1.5rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: neuzeit-grotesk, sans-serif;
  color: #8dc63f;
}

@media (min-width: 48em) {
  .hero__headline {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}

@media (min-width: 66rem) {
  .hero__headline {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.1111111111;
    margin-top: 0.5rem;
  }
}

@media (min-width: 80em) {
  .hero__headline {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 1.0434782609;
    margin-top: 1rem;
  }
}

.hero-actions {
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
}

@media (min-width: 48em) {
  .hero-actions {
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 29.9375em) {
  .hero-actions__inner {
    max-width: 230px;
  }
}

@media (min-width: 30em) and (max-width: 39.9375em) {
  .hero-actions__inner {
    max-width: 275px;
  }
}

@media (max-width: 39.9375em) {
  .hero-actions__inner {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions__inner .wp-button, .hero-actions__inner .tribe-button {
    display: flex;
  }

  .hero-actions__inner .wp-button:not(:first-child), .hero-actions__inner .tribe-button:not(:first-child) {
    margin-top: 1rem;
  }
}

@media (min-width: 40em) {
  .hero-actions__inner {
    text-align: center;
  }

  .hero-actions__inner .wp-button:not(:first-child), .hero-actions__inner .tribe-button:not(:first-child) {
    margin-left: 0.5rem;
  }
}

@media (min-width: 48em) {
  .hero-actions__inner {
    flex: 1 1 auto;
    max-width: 605px;
    text-align: left;
  }
}

@media (min-width: 66rem) {
  .hero-actions__inner {
    max-width: 746px;
  }
}

.wp-home-offer {
  display: grid;
  grid-gap: 1rem;
}

@media (min-width: 48em) {
  .wp-home-offer {
    padding-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}

@media (max-width: 47.9375em) {
  .wp-home-offer__left img {
    width: 100%;
    display: block;
  }
}

.wp-home-offer__right {
  padding: 0 2rem;
}

@media (min-width: 60em) {
  .wp-home-offer__right {
    padding: 0 3rem;
  }
}

.wp-home-our-locations {
  padding-top: 3rem;
  padding: 3rem 1rem 0;
  display: grid;
  grid-gap: 1rem;
}

@media (min-width: 48em) {
  .wp-home-our-locations {
    grid-template-columns: 40% 60%;
    grid-gap: 2rem;
  }
}

@media (min-width: 60em) {
  .wp-home-our-locations {
    padding: 3rem 1rem 0;
  }
}

.wp-home-our-locations__left {
  padding: 0 1rem;
  align-items: center;
}

@media (min-width: 48em) {
  .wp-home-our-locations__left {
    display: flex;
    align-content: center;
  }

  .wp-home-our-locations__left p {
    max-width: 350px;
  }
}

@media (min-width: 60em) {
  .wp-home-our-locations__left {
    padding: 0 2rem;
  }
}

.wp-home-our-locations__right {
  padding: 0 1rem;
}

.wp-home-our-locations__copy {
  margin-bottom: 1rem;
}

.wp-home-our-people {
  padding-top: 5rem;
  display: grid;
  grid-gap: 1rem;
}

@media (min-width: 48em) {
  .wp-home-our-people {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    padding-bottom: 2rem;
  }
}

.wp-home-people-description {
  padding: 0 2rem;
  margin-bottom: 1rem;
  display: grid;
  grid-row-gap: 1rem;
}

@media (min-width: 60em) {
  .wp-home-people-description {
    grid-template-columns: 65% 35%;
    grid-column-gap: 0.75rem;
    grid-row-gap: 1.5rem;
    grid-template-areas: "headline  headline""list      icon""paragraph paragraph";
  }
}

@media (min-width: 60em) {
  .wp-home-people-description {
    padding: 0 3rem;
  }
}

@media (min-width: 60em) {
  .wp-home-people-description .wp-h2 {
    grid-area: headline;
  }
}

@media (min-width: 60em) {
  .wp-home-people-description .wp-decorative-ul {
    grid-area: list;
  }
}

@media (min-width: 60em) {
  .wp-home-people-description__icon {
    grid-area: icon;
  }
}

@media (min-width: 60em) {
  .wp-home-people-description p {
    grid-area: paragraph;
  }
}

.wp-home-people-quote {
  position: relative;
}

.wp-home-people-quote__image {
  display: block;
  width: 100%;
}

@media (min-width: 40em) {
  .wp-home-people-quote__image {
    width: 80%;
    margin-left: 15%;
    margin-right: 5%;
    max-width: 394px;
  }
}

.wp-home-people-quote__words-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 40em) {
  .wp-home-people-quote__words-container {
    position: relative;
    margin-top: -8%;
  }
}

@media (min-width: 48em) {
  .wp-home-people-quote__words-container {
    position: relative;
    margin-top: -15%;
  }
}

.wp-home-people-quote__words {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.0909090909;
  color: #fff;
  position: relative;
  font-weight: 200;
  margin: 2rem 4rem;
}

@media (min-width: 40em) {
  .wp-home-people-quote__words {
    margin: 2rem 5% 2rem 15%;
    max-width: 394px;
  }
}

@media (min-width: 48em) {
  .wp-home-people-quote__words {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.4117647059;
  }
}

.wp-home-quote {
  position: relative;
  padding-top: calc(100px + 20vw);
}

.wp-home-quote:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100px + 20vw);
  background: url("../images/westpoint-financial-quote-shapes.svg") left center no-repeat;
  background-size: auto 101%;
  z-index: 1;
}

.wp-home-quote__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.wp-home-quote__section {
  position: relative;
  padding: 2rem 1rem;
}

@media (min-width: 60em) {
  .wp-home-quote__section {
    padding: 3rem 1rem;
  }
}

.wp-home-quote__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 39.9375em) {
  .wp-home-quote__container {
    text-align: center;
  }
}

@media (min-width: 40em) {
  .wp-home-quote__container {
    display: flex;
    flex-direction: column;
  }
}

.wp-home-quote__words {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.0909090909;
  color: #fff;
  font-weight: 200;
  margin-bottom: 0.5rem;
}

@media (min-width: 40em) {
  .wp-home-quote__words {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
  }
}

@media (min-width: 48em) {
  .wp-home-quote__words {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}

.wp-home-quote__citation {
  align-self: flex-end;
}

.wp-home-quote__name {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  font-family: ff-market-web, sans-serif;
  color: #fff;
}

@media (min-width: 40em) {
  .wp-home-quote__name {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}

@media (min-width: 48em) {
  .wp-home-quote__name {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}

.wp-home-quote__title {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.6;
  text-transform: uppercase;
  color: #8dc63f;
  font-weight: 900;
}

@media (min-width: 40em) {
  .wp-home-quote__title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
}

@media (min-width: 48em) {
  .wp-home-quote__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
}

.wp-home-tab-btn {
  display: none;
  position: absolute;
  top: 530px;
  right: 0;
  background: #972d5f;
  color: #fff;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  transform: rotate(90deg);
  transform-origin: 100% 0;
  font-size: 12px;
  z-index: 3;
  top: 440px;
  font-size: 14px;
  padding: 0.75rem 1rem;
}

@media (min-width: 48em) {
  .wp-home-tab-btn {
    display: block;
  }
}

.wp-home-video {
  background: #3d4759;
  margin-top: 3rem;
}

.latest-news {
  color: #fff;
  text-align: center;
}

.latest-news__date {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 2rem;
  letter-spacing: 0.2em;
}

.latest-news__headline {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.1764705882;
  display: block;
  margin: 0 0 3rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.wp-locations-map {
  display: block;
  max-width: 100%;
}

.wp-locations-map__pin {
  color: #972d5f;
}

.wp-locations-map__pin:hover, .wp-locations-map__pin:focus {
  color: #8dc63f;
}

.wp-locations-map__link {
  color: currentColor;
  transition: color 150ms ease-out;
  position: relative;
}

.wp-locations-map__circle {
  fill: currentColor;
}

.wp-locations-map__pop-ups {
  transform: translateY(-13px);
}

.wp-locations-map__pop-up {
  opacity: 0;
  transition: opacity 150ms ease-out;
  pointer-events: none;
}

.wp-locations-map__pop-up rect {
  stroke: #EAEAEA;
}

.wp-locations-map__pop-up text {
  fill: #333b4a;
}

#wp-pin-1:hover~.wp-locations-map__pop-ups #wp-pin-1-hover {
  opacity: 1;
}

#wp-pin-2:hover~.wp-locations-map__pop-ups #wp-pin-2-hover {
  opacity: 1;
}

#wp-pin-3:hover~.wp-locations-map__pop-ups #wp-pin-3-hover {
  opacity: 1;
}

#wp-pin-4:hover~.wp-locations-map__pop-ups #wp-pin-4-hover {
  opacity: 1;
}

#wp-pin-5:hover~.wp-locations-map__pop-ups #wp-pin-5-hover {
  opacity: 1;
}

#wp-pin-6:hover~.wp-locations-map__pop-ups #wp-pin-6-hover {
  opacity: 1;
}

#wp-pin-7:hover~.wp-locations-map__pop-ups #wp-pin-7-hover {
  opacity: 1;
}

#wp-pin-8:hover~.wp-locations-map__pop-ups #wp-pin-8-hover {
  opacity: 1;
}

#wp-pin-9:hover~.wp-locations-map__pop-ups #wp-pin-9-hover {
  opacity: 1;
}

#wp-pin-10:hover~.wp-locations-map__pop-ups #wp-pin-10-hover {
  opacity: 1;
}

#wp-pin-11:hover~.wp-locations-map__pop-ups #wp-pin-11-hover {
  opacity: 1;
}

#wp-pin-12:hover~.wp-locations-map__pop-ups #wp-pin-12-hover {
  opacity: 1;
}

.main-menu__nav {
  margin: 0;
  padding: 0 1rem;
  text-transform: uppercase;
  list-style: none;
}

@media (min-width: 48em) {
  .main-menu__nav {
    display: flex;
    padding: 0;
    justify-content: space-between;
  }
}

.main-menu__nav>.menu-item {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  position: relative;
  font-weight: 900;
  transition: opacity 200ms ease;
  flex: 1 0 auto;
}

@media (min-width: 48em) {
  .main-menu__nav>.menu-item {
    flex: 0 0 auto;
  }

  .main-menu__nav>.menu-item:hover .sub-menu, .main-menu__nav>.menu-item:focus .sub-menu {
    display: block;
  }
}

@media (min-width: 66rem) {
  .main-menu__nav>.menu-item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
  }
}

.main-menu__nav>.menu-item.client-login {
  background: #8dc63f;
  color: #fff;
}

.main-menu__nav>.menu-item.client-login a {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 47.9375em) {
  .main-menu__nav>.menu-item.client-login {
    margin-top: 10px;
  }
}

@media (min-width: 48em) {
  .main-menu__nav>.menu-item.client-login {
    margin-left: 5px;
  }
}

.main-menu__nav>.menu-item.client-login>a:before {
  background: url(../images/user-icon.svg) center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 11px;
  margin: -5.5px 0.5rem -5.5px 0;
}

@media (min-width: 60em) {
  .main-menu__nav>.menu-item.client-login>a:before {
    width: 22px;
    height: 22px;
    margin: -11px 0.5rem -11px 0;
  }
}

.main-menu__nav>.menu-item.client-relationship-summary {
  background: #972d5f;
  color: #fff;
  margin: 10px 0;
}

.main-menu__nav>.menu-item.client-relationship-summary a {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 48em) {
  .main-menu__nav>.menu-item.client-relationship-summary {
    display: none;
  }
}

.main-menu__nav>.menu-item>a {
  display: block;
  padding: 10px 10px 10px 5px;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 66rem) {
  .main-menu__nav>.menu-item>a {
    padding: 10px;
  }
}

.main-menu__nav .menu-item-has-children>a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 9px solid #dad800;
  vertical-align: middle;
  margin-left: 0.5rem;
  margin-right: -9px;
  margin-top: -2px;
}

.main-menu__nav .current-menu-item>a,
.main-menu__nav .current_page_item>a,
.main-menu__nav .current-menu-ancestor>a,
.main-menu__nav .current-menu-parent>a,
.main-menu__nav .current_page_parent>a,
.main-menu__nav .current_page_ancestor>a {
  color: #8dc63f;
}

.main-menu__nav .current-menu-item>a:after,
.main-menu__nav .current_page_item>a:after,
.main-menu__nav .current-menu-ancestor>a:after,
.main-menu__nav .current-menu-parent>a:after,
.main-menu__nav .current_page_parent>a:after,
.main-menu__nav .current_page_ancestor>a:after {
  border-left-color: #8dc63f;
  transform: rotate(90deg) translateX(15%);
}

.main-menu .sub-menu {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin: 0;
  min-width: 100%;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
  list-style: none;
}

@media (max-width: 47.9375em) {
  .main-menu .sub-menu {
    margin: 0 0 15px 10px;
  }
}

@media (min-width: 48em) {
  .main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(151, 45, 95, 0.9);
  }
}

.main-menu .sub-menu .menu-item {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}

.main-menu .sub-menu a {
  display: block;
  padding: 5px 15px;
  color: #848484;
  text-decoration: none;
}

@media (max-width: 47.9375em) {
  .main-menu .sub-menu a:hover, .main-menu .sub-menu a:focus {
    color: #972d5f;
  }
}

@media (min-width: 48em) {
  .main-menu .sub-menu a {
    white-space: nowrap;
    color: #fff;
  }

  .main-menu .sub-menu a:hover, .main-menu .sub-menu a:focus {
    background: #972d5f;
  }
}

.mobile-menu-toggle {
  display: block;
  padding: 0 5px;
  color: #8dc63f;
  font-size: 24px;
  line-height: 1;
  align-self: center;
}

@media (min-width: 48em) {
  .mobile-menu-toggle {
    display: none;
  }
}

.mobile-menu-close {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  display: block;
  border-bottom: 1px solid #EAEAEA;
  padding: 10px 15px;
  color: #848484;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .mobile-menu-close {
    display: none;
  }
}

.navbar {
  position: relative;
  padding: 1rem 0;
  flex: 1 1 auto;
  display: flex;
  align-content: center;
  justify-content: space-between;
}

@media (min-width: 60em) {
  .navbar {
    padding: 1.5rem 0;
  }
}

@media (min-width: 80em) {
  .navbar {
    padding: 2rem 0;
  }
}

@media (max-width: 47.9375em) {
  .navbar__brand {
    width: 200px;
  }
}

@media (min-width: 48em) {
  .navbar__brand {
    flex: 1 1 auto;
    max-width: 150px;
    height: 0;
  }
}

@media (min-width: 66rem) {
  .navbar__brand {
    max-width: 200px;
  }
}

@media (min-width: 80em) {
  .navbar__brand {
    max-width: 250px;
  }
}

.navbar__brand svg, .navbar__brand img, .navbar__brand picture {
  display: block;
  width: 100%;
  height: auto !important;
}

@media (max-width: 47.9375em) {
  .navbar__menu {
    position: fixed;
    top: 0;
    left: 100%;
    overflow-y: scroll;
    width: calc(100% - 60px);
    height: 100vh;
    background: #fff;
    transition: transform 200ms ease;
  }

  .mobile-menu-active .navbar__menu {
    transform: translateX(-100%);
  }
}

@media (min-width: 48em) {
  .navbar__menu {
    flex: 0 0 auto;
    margin-left: 2rem;
    width: 610px;
  }
}

@media (min-width: 66rem) {
  .navbar__menu {
    width: 756px;
  }
}

.page-content {
  padding: 30px 0;
  background: #EAEAEA;
}

.page-hero {
  padding: 50px 0 100px;
  background-color: #333b4a;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: -1;
}

@media (min-width: 60em) {
  .page-hero {
    padding: 100px 0 150px;
  }
}

.page-hero__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1111111111;
  font-family: neuzeit-grotesk, sans-serif;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media (min-width: 60em) {
  .page-hero__title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.0769230769;
  }
}

.page-intro {
  padding: 2rem;
  background: #0B0E16;
}

.page-intro--purple {
  background: #972d5f;
}

.page-intro__copy {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.5238095238;
  font-weight: 600;
  max-width: 650px;
  margin: 0 auto;
  color: #fff;
}

@media (min-width: 60em) {
  .page-intro__copy {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.pagination .page-numbers {
  display: block;
  border: 1px solid transparent;
  padding: 0.2rem 0.5rem 0.3rem;
  color: #0B0E16;
  font-weight: 600;
  text-decoration: none;
  transition: background 150ms ease;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
  color: #848484;
  font-weight: 300;
}

.pagination .page-numbers:hover, .pagination .page-numbers:focus {
  background: rgba(141, 198, 63, 0.3);
}

.pagination .page-numbers.current {
  border-color: #8dc63f;
}

.responsive-video {
  position: relative;
  margin: 0;
  height: 0;
  padding-bottom: 56.25%;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-page-careers .responsive-video iframe {
  padding: 0 2rem;
}

.section__header {
  margin-bottom: 2rem;
}

@media (min-width: 60em) {
  .section__header {
    margin-bottom: 4rem;
  }
}

@media (max-width: 47.9375em) {
  .section__header--flex h2 {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 48em) {
  .section__header--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 47.9375em) {
  .sidebar-nav {
    position: absolute;
    left: -2.25rem;
    top: 0;
    background: #dad800;
    padding: 1rem 1.5rem;
    transform: translate3d(calc(-100% + 50px), 0, 0);
    transition: transform 150ms ease-out;
  }

  .sidebar-nav.is-open {
    transform: translate3d(0, 0, 0);
  }
}

.sidebar-nav__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 2rem;
  right: 1rem;
  transform: rotate(270deg);
  transform-origin: 100% 100%;
}

.is-open .sidebar-nav__title {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 48em) {
  .sidebar-nav__title {
    display: none;
  }
}

.sidebar-nav__toggle {
  background: none;
  border: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  transform: translateX(10px);
}

.sidebar-nav__toggle:after {
  content: '';
  display: block;
  border: 8px solid transparent;
  border-left-color: #333b4a;
  margin-left: 8px;
}

.sidebar-nav__toggle:hover:after, .sidebar-nav__toggle:focus:after {
  border-left-color: #fff;
}

.is-open .sidebar-nav__toggle:after {
  transform: rotate(180deg);
  transform-origin: 4px 50%;
}

@media (min-width: 48em) {
  .sidebar-nav__toggle {
    display: none;
  }
}

.sidebar-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 47.9375em) {
  .sidebar-nav__list {
    opacity: 0;
  }

  .is-open .sidebar-nav__list {
    opacity: 1;
  }
}

.sidebar-nav__list li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #333b4a;
  padding-left: 2rem;
}

@media (min-width: 48em) {
  .sidebar-nav__list li {
    padding-left: 1rem;
  }
}

.sidebar-nav__list li.current_page_item {
  color: #fff;
  position: relative;
}

@media (min-width: 48em) {
  .sidebar-nav__list li.current_page_item {
    color: #dad800;
  }

  .sidebar-nav__list li.current_page_item:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    border: 7px solid transparent;
    border-left-color: #dad800;
    pointer-events: none;
  }
}

.sidebar-nav__list a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.sidebar-nav__list a:hover, .sidebar-nav__list a:focus {
  color: #fff;
}

@media (min-width: 48em) {
  .sidebar-nav__list a:hover, .sidebar-nav__list a:focus {
    color: #dad800;
  }
}

.site-footer-menu {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  letter-spacing: 0.1em;
}

@media (min-width: 40em) {
  .site-footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}

@media (min-width: 48em) {
  .site-footer-menu {
    display: flex;
    justify-content: flex-end;
  }
}

.site-footer-menu .menu-item {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
}

.site-footer-menu a {
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding: 0.5rem 0 calc(0.5rem - 1px);
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer-menu a:hover, .site-footer-menu a:focus {
  text-decoration: underline;
}

.site-footer-menu__list {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 30em) {
  .site-footer-menu__list {
    margin: 0 0 1rem;
  }
}

@media (min-width: 48em) {
  .site-footer-menu__list:not(:first-child) {
    padding-left: 40px;
  }
}

@media (min-width: 60em) {
  .site-footer-menu__list:not(:first-child) {
    padding-left: 60px;
  }
}

.site-footer-menu__list>.menu-item {
  color: #8dc63f;
  font-weight: 700;
}

.site-footer-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-menu .sub-menu>.menu-item {
  color: #fff;
  font-weight: 700;
}

.site-footer {
  background: #0B0E16;
}

.site-footer p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}

.site-footer-map {
  padding: 2rem 0;
  background: #333b4a;
}

@media (min-width: 48em) {
  .site-footer-map {
    padding: 4rem 0;
  }
}

.site-footer-grid {
  display: grid;
  margin-bottom: 2rem;
  grid-gap: 2rem;
  grid-template-areas: "logo""socials""menu";
}

@media (min-width: 40em) {
  .site-footer-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "logo socials""menu menu";
  }
}

@media (min-width: 48em) {
  .site-footer-grid {
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap: 2rem;
    grid-template-areas: "logo socials menu";
  }
}

.site-footer-grid__logo {
  grid-area: logo;
}

.site-footer-grid__logo img {
  display: block;
  width: 100%;
  height: auto !important;
  max-width: 200px;
}

.site-footer-grid__socials {
  grid-area: socials;
  color: #fff;
}

.site-footer-grid__menu {
  grid-area: menu;
}

.site-footer-logo {
  width: 170px;
}

@media (min-width: 30em) {
  .site-footer-logo {
    flex: 0 0 auto;
  }
}

.site-footer-logo img {
  display: block;
  width: 100%;
  height: auto !important;
}

.site-footer-info {
  overflow: hidden;
  padding: 2rem 0;
}

.site-footer-copyright {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .site-footer-copyright {
    text-align: right;
  }
}

.site-footer-fine-print {
  width: 100%;
  color: #fff;
  padding: 2rem 0;
}

.site-footer-fine-print p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 200;
}

.site-footer-fine-print a {
  color: #fff;
}

.site-header {
  z-index: 9999;
  position: relative;
  width: 100%;
}

.site-footer-socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-socials li {
  display: inline-block;
}

.site-footer-socials li:not(:first-child) {
  margin-left: 0.5rem;
}

.site-footer-socials a {
  display: block;
  color: inherit;
  transition: color 200ms ease;
}

.site-footer-socials a:hover, .site-footer-socials a:focus {
  color: inherit;
}

.site-footer-socials a svg {
  fill: currentColor;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: 'slick';
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

.slick-prev,
.slick-next {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  border: 0;
  outline: none;
  padding: 0;
  cursor: pointer;
  color: #707070;
  background: transparent;
  transform: translate(0, -50%);
  transition: color 150ms ease;
}

@media (min-width: 60em) {

  .slick-prev,
  .slick-next {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
  }
}

@media (min-width: 80em) {

  .slick-prev,
  .slick-next {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
  }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: #575656;
  background: transparent;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: -30px;
}

@media (min-width: 60em) {
  .slick-prev {
    left: -35px;
  }
}

@media (min-width: 80em) {
  .slick-prev {
    left: -80px;
  }
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-next {
  right: -30px;
}

@media (min-width: 60em) {
  .slick-next {
    right: -35px;
  }
}

@media (min-width: 80em) {
  .slick-next {
    right: -80px;
  }
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  margin: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  border: 0;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  background: transparent;
  font-size: 0;
  line-height: 0;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  opacity: 0.25;
  color: #0B0E16;
  font-size: 6px;
  font-family: "slick";
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #0B0E16;
}

.taxonomy-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1px 0 0 -1px;
  padding: 0;
  list-style: none;
}

.taxonomy-filter li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  flex: 1 0 auto;
  margin: 1px 0 0 1px;
  text-align: center;
}

.taxonomy-filter a {
  display: block;
  padding: 0.25rem 0.25rem;
  color: #848484;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 150ms ease;
  background: #EAEAEA;
  position: relative;
}

@media (min-width: 48em) {
  .taxonomy-filter a {
    padding: 0.75rem .25rem;
  }
}

.taxonomy-filter a:hover, .taxonomy-filter a:focus {
  color: #972d5f;
}

.taxonomy-filter a.current {
  color: #0B0E16;
  background: #972d5f;
  color: #fff;
}

.taxonomy-filter a.current:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 9px solid #fff;
  border-right: 11px solid transparent;
  border-bottom: 0;
  border-left: 11px solid transparent;
  pointer-events: none;
  transform: translate(-50%, -1px);
}

@media (max-width: 59.9375em) {
  .taxonomy-filter--associates li {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.8461538462;
  }

  .taxonomy-filter--associates a {
    letter-spacing: 0.05em;
  }
}

.teaser {
  position: relative;
}

@media (min-width: 60em) {
  .teaser {
    padding-bottom: 25px;
  }
}

.teaser__content {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  padding: 20px;
  color: #fff;
  background: #8dc63f;
  font-weight: 300;
}

.teaser--inverse .teaser__content {
  background: #EAEAEA;
  color: #0B0E16;
}

@media (min-width: 60em) {
  .teaser__content {
    min-height: 385px;
    padding: 5rem 40.4713114754% 5rem 5rem;
  }

  .teaser__content:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 18.4426229508%;
    content: '';
    background: #fff;
  }
}

.teaser__content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 300;
}

.teaser__lead-in {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #0B0E16;
}

.teaser--inverse .teaser__lead-in {
  color: #848484;
}

@media (min-width: 60em) {
  .teaser__lead-in {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.teaser .headline {
  color: #fff;
  font-family: neuzeit-grotesk, sans-serif;
}

@media (min-width: 60em) {
  .teaser .headline {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.1764705882;
  }
}

.teaser .headline a:hover, .teaser .headline a:focus {
  color: #972d5f;
}

.teaser--inverse .headline {
  color: #0B0E16;
}

.teaser__image-container {
  background: #fafafa;
  display: block;
}

.teaser__image-container iframe {
  display: block;
  width: 100%;
}


@media (max-width: 59.9375em) {
  .teaser__image-container {
    margin-bottom: 1rem;
    padding: 10px;
  }
}

@media (min-width: 60em) {
  .teaser__image-container {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36.8852459016%;
    height: 0;
    padding-bottom: 36.8852459016%;
  }

  .teaser__image-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.teaser__image {
  display: block;
  margin: 0 auto;
  height: auto;
}

@media (min-width: 60em) {
  .teaser__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
}

.teaser__image--logo {
  width: 95%;
  max-width: 60px;
}

.teaser__image--logo svg {
  width: 100%;
  height: auto;
  fill: #8dc63f;
}

.teaser__button {
  width: 100%;
  min-width: auto;
}

@media (min-width: 60em) {
  .teaser__button {
    position: absolute;
    right: 410px;
    bottom: 0;
    max-width: 350px;
  }
}

.who-we-are__content {
  padding: 0 calc(35px + 1rem);
}

@media (min-width: 48em) {
  .who-we-are__content {
    padding: 0 calc(70px + 1rem);
  }
}

.who-we-are__content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin: 0 0 3rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

@media (max-width: 47.9375em) {
  .who-we-are__action {
    width: 100%;
  }
}

.js-scroll-animate {
  transition: all 350ms ease-out;
}

.js-scroll-animate--opacity {
  opacity: 0;
}

.js-scroll-animate--from-left {
  transform: translate3d(-50%, 0, 0);
}

.js-scroll-animate--from-right {
  transform: translate3d(50%, 0, 0);
}

.js-scroll-animate--active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.gform_wrapper .gform_body {
  margin: 0 -1rem;
  width: calc(100% + 2rem) !important;
}

body .gform_wrapper ul li.gfield {
  margin: 0 1rem 1rem !important;
}

body .gform_wrapper ul li.gfield.form-half {
  width: calc(50% - 2rem);
  float: left;
  clear: none !important;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding: 0 !important;
}

.gform_wrapper .gfield_required {
  color: #0B0E16 !important;
}

.gform_wrapper label.gfield_label {
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: 1.25 !important;
  padding-left: 10px;
  margin-top: 0 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
  border: 2px solid #8dc63f;
  background: transparent !important;
  font-size: 13px !important;
  line-height: 1.23077 !important;
  padding: 18px 20px !important;
  font-weight: bold !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper textarea:focus {
  outline: none !important;
  background: rgba(255, 255, 255, 0.5) !important;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  margin: 10px 0 5px 10px !important;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 1rem !important;
    width: 50%;
  }

  .gform_wrapper .ginput_complex.ginput_container_address .ginput_left,
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 1rem !important;
    width: 50%;
  }

  .gform_wrapper .ginput_complex.ginput_container_address .ginput_left.ginput_left,
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.ginput_left {
    padding-right: 1rem !important;
  }
}

.ginput_container_select,
li.gfield {
  position: relative !important;
}

.ginput_container_select select,
li.gfield select {
  font-size: 13px !important;
  line-height: 1.23077 !important;
  display: inline-block !important;
  margin: 0 !important;
  border: 2px solid #8dc63f !important;
  border-radius: 0 !important;
  width: 100% !important;
  padding: 18px 20px !important;
  background: transparent !important;
  font-weight: bold !important;
  appearance: none !important;
}

.ginput_container_select select:not(.has-value),
li.gfield select:not(.has-value) {
  color: rgba(11, 14, 22, 0.54) !important;
}

.ginput_container_select__icon,
li.gfield__icon {
  font-size: 13px !important;
  line-height: 1.23077 !important;
  position: absolute !important;
  top: 50% !important;
  right: 20px !important;
  color: #8dc63f !important;
  transform: translateY(-50%) !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 13px !important;
  line-height: 1.23077 !important;
  display: inline-block !important;
  position: relative !important;
  border: 0 !important;
  min-width: 250px !important;
  max-width: 100% !important;
  padding: 18px 30px 18px 30px !important;
  color: #fff !important;
  background: #848484 !important;
  background: #8dc63f !important;
  letter-spacing: 0.2em !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: background 150ms ease !important;
  text-align: center !important;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input[type=submit]:focus {
  background: #72a230 !important;
}

.gform_wrapper div.validation_error {
  border: 2px solid #790000 !important;
  background-color: rgba(255, 223, 224, 0.25) !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0 !important;
  background: transparent !important;
}

.gform_wrapper .validation_message {
  margin: 3px 0 0 !important;
  padding: 0 0 0 10px !important;
  font-weight: normal !important;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
  border-width: 2px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 8px !important;
}

.tribe-events-gmap {
  color: #0B0E16;
}

.tribe-button {
  min-width: auto;
  padding: 9px 15px;
}

.tribe-events-list-separator-month {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  text-align: left;
  margin: 0 0 1.5rem;
  color: #0B0E16;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 60em) {
  .tribe-events-list-separator-month {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.4117647059;
    margin: 0 0 2rem;
  }
}

.tribe-events-list-separator-month a {
  color: #0B0E16;
}

.tribe-events-list-separator-month span {
  background: transparent;
  padding: 0;
}

.tribe-events-list-separator-month:after {
  display: none;
}

.tribe-events-sub-nav a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-decoration: none;
  color: #0B0E16;
  font-weight: 600;
  padding: 0.2rem 0.5rem 0.4rem;
  transition: background 150ms ease;
}

.tribe-events-sub-nav a:hover, .tribe-events-sub-nav a:focus {
  background: rgba(141, 198, 63, 0.3);
}

.tribe-events-notices {
  margin-top: 2rem;
  background: #8dc63f;
  color: #0B0E16;
  text-shadow: none;
  border-radius: 0;
  border: 0;
}

.tribe-events-notices ul li:before {
  display: none;
}

#tribe-events-pg-template {
  padding: 0;
}

.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper,
#tribe-events-pg-template, .tribe-events-pg-template {
  max-width: none;
}

.single-tribe_events .tribe-events-event-image {
  text-align: left;
}

.tribe-events-event-meta:first-child {
  border: 0;
}

.tribe-events-meta-group {
  background: #fafafa;
  padding: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

.tribe-events-meta-group a {
  color: #0B0E16;
}

.single-tribe_events .tribe-events-event-meta {
  margin: 0;
  display: block;
}

.single-tribe_events .tribe-events-event-meta dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 300;
  text-transform: uppercase;
  color: #848484;
  letter-spacing: 0.02em;
}

.single-tribe_events .tribe-events-event-meta dl dd {
  margin: 0 0 1rem;
}

.tribe-tickets-rsvp {
  background: #fafafa;
  padding: 1rem;
  margin-bottom: 1rem;
}

.tribe-tickets-rsvp input {
  border: 1px solid #848484;
  padding: 0.25rem;
}

.tribe-events-tickets {
  background: transparent !important;
}

.tribe-events-tickets td {
  padding-left: 0 !important;
}

.tribe-events-cal-links {
  display: none !important;
}

.tribe-event-tickets-plus-meta-attendee {
  padding: 10px 0 15px !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}

.tribe-event-tickets-plus-meta-attendee header {
  margin: 0 0 0.5rem !important;
  grid-column: 1 / 3;
}

.tribe-event-tickets-plus-meta input[type=text],
.tribe-events-tickets select,
.tribe-event-tickets-plus-meta textarea {
  display: block !important;
  width: 100% !important;
  padding: 4px !important;
  margin-top: 0.5em !important;
  border: 1px solid #848484 !important;
  border-radius: 0 !important;
  height: 34px !important;
}

.tribe-event-tickets-plus-meta textarea {
  height: auto !important;
}

.tribe-tickets-table {
  width: 100% !important;
}

.tribe-tickets-table input[type=text],
.tribe-tickets-table input[type=email] {
  width: 100% !important;
}

.u-m0 {
  margin: 0rem !important;
}

.u-mt0 {
  margin-top: 0rem !important;
}

.u-mr0 {
  margin-right: 0rem !important;
}

.u-mb0 {
  margin-bottom: 0rem !important;
}

.u-ml0 {
  margin-left: 0rem !important;
}

.u-m1 {
  margin: 0.75rem !important;
}

.u-mt1 {
  margin-top: 0.75rem !important;
}

.u-mr1 {
  margin-right: 0.75rem !important;
}

.u-mb1 {
  margin-bottom: 0.75rem !important;
}

.u-ml1 {
  margin-left: 0.75rem !important;
}

.u-m2 {
  margin: 1.5rem !important;
}

.u-mt2 {
  margin-top: 1.5rem !important;
}

.u-mr2 {
  margin-right: 1.5rem !important;
}

.u-mb2 {
  margin-bottom: 1.5rem !important;
}

.u-ml2 {
  margin-left: 1.5rem !important;
}

.u-m3 {
  margin: 2.25rem !important;
}

.u-mt3 {
  margin-top: 2.25rem !important;
}

.u-mr3 {
  margin-right: 2.25rem !important;
}

.u-mb3 {
  margin-bottom: 2.25rem !important;
}

.u-ml3 {
  margin-left: 2.25rem !important;
}

.u-m4 {
  margin: 3rem !important;
}

.u-mt4 {
  margin-top: 3rem !important;
}

.u-mr4 {
  margin-right: 3rem !important;
}

.u-mb4 {
  margin-bottom: 3rem !important;
}

.u-ml4 {
  margin-left: 3rem !important;
}

.u-m5 {
  margin: 3.75rem !important;
}

.u-mt5 {
  margin-top: 3.75rem !important;
}

.u-mr5 {
  margin-right: 3.75rem !important;
}

.u-mb5 {
  margin-bottom: 3.75rem !important;
}

.u-ml5 {
  margin-left: 3.75rem !important;
}

.u-m6 {
  margin: 4.5rem !important;
}

.u-mt6 {
  margin-top: 4.5rem !important;
}

.u-mr6 {
  margin-right: 4.5rem !important;
}

.u-mb6 {
  margin-bottom: 4.5rem !important;
}

.u-ml6 {
  margin-left: 4.5rem !important;
}

.u-p0 {
  padding: 0rem !important;
}

.u-pt0 {
  padding-top: 0rem !important;
}

.u-pr0 {
  padding-right: 0rem !important;
}

.u-pb0 {
  padding-bottom: 0rem !important;
}

.u-pl0 {
  padding-left: 0rem !important;
}

.u-p1 {
  padding: 0.75rem !important;
}

.u-pt1 {
  padding-top: 0.75rem !important;
}

.u-pr1 {
  padding-right: 0.75rem !important;
}

.u-pb1 {
  padding-bottom: 0.75rem !important;
}

.u-pl1 {
  padding-left: 0.75rem !important;
}

.u-p2 {
  padding: 1.5rem !important;
}

.u-pt2 {
  padding-top: 1.5rem !important;
}

.u-pr2 {
  padding-right: 1.5rem !important;
}

.u-pb2 {
  padding-bottom: 1.5rem !important;
}

.u-pl2 {
  padding-left: 1.5rem !important;
}

.u-p3 {
  padding: 2.25rem !important;
}

.u-pt3 {
  padding-top: 2.25rem !important;
}

.u-pr3 {
  padding-right: 2.25rem !important;
}

.u-pb3 {
  padding-bottom: 2.25rem !important;
}

.u-pl3 {
  padding-left: 2.25rem !important;
}

.u-p4 {
  padding: 3rem !important;
}

.u-pt4 {
  padding-top: 3rem !important;
}

.u-pr4 {
  padding-right: 3rem !important;
}

.u-pb4 {
  padding-bottom: 3rem !important;
}

.u-pl4 {
  padding-left: 3rem !important;
}

.u-p5 {
  padding: 3.75rem !important;
}

.u-pt5 {
  padding-top: 3.75rem !important;
}

.u-pr5 {
  padding-right: 3.75rem !important;
}

.u-pb5 {
  padding-bottom: 3.75rem !important;
}

.u-pl5 {
  padding-left: 3.75rem !important;
}

.u-p6 {
  padding: 4.5rem !important;
}

.u-pt6 {
  padding-top: 4.5rem !important;
}

.u-pr6 {
  padding-right: 4.5rem !important;
}

.u-pb6 {
  padding-bottom: 4.5rem !important;
}

.u-pl6 {
  padding-left: 4.5rem !important;
}

.u-ttu {
  text-transform: uppercase !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-white {
  color: #fff !important;
}

.u-text-green {
  color: #8dc63f !important;
}

.u-text-blue {
  color: #333b4a !important;
}

.u-text-purple {
  color: #972d5f !important;
}

.u-text-gray {
  color: #848484 !important;
}

.u-text-light {
  font-weight: 200 !important;
}

.u-text-medium {
  font-weight: 400 !important;
}

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-pull-left {
  float: left !important;
}

.u-pull-right {
  float: right !important;
}

.placeholder-hero {
  min-height: 500px;
  background: #333;
}

.l-wp-headline-align {
  padding: 0 calc(35px + 1rem);
}

@media (min-width: 48em) {
  .l-wp-headline-align {
    padding: 0 calc(70px + 1rem);
  }
}

.page-sub-nav {
  margin: 0 0 1.5rem;
}

.page-sub-nav__option {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  display: block;
  position: relative;
  border: 2px solid #8dc63f;
  padding: 10px 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-sub-nav__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #8dc63f;
  transform: translateY(-50%);
}

.associate-search-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.associate-search-form__custom-select {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  flex: 1 0 auto;
  margin: 0 1rem 0.5rem;
  background: transparent;
}

.associate-search-form__input {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  flex: 1 0 auto;
  margin: 0 1rem 0.5rem;
  border: 2px solid #8dc63f;
  padding: 18px 30px;
  background: transparent;
  font-weight: bold;
}

.associate-search-form__input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.5);
}

.associate-search-form__button-container {
  flex: 0 1 auto;
  margin: 0 1rem 0.5rem;
}

.associate-photo-placeholder {
  margin: 0 auto 2rem;
  border-radius: 50%;
  max-width: 175px;
  background: #ccc;
}

.associate-photo-placeholder:after {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  content: '';
}

.team-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.team-grid__member {
  padding: 0 1.5rem;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100%;
}

@media (min-width: 48em) {
  .team-grid__member {
    flex-basis: 50%;
  }
}

@media (min-width: 60em) {
  .team-grid__member {
    flex-basis: 33.3333333333%;
  }
}

@media (min-width: 48em) {
  .l-layout {
    display: flex;
  }
}

.l-layout__sidebar {
  padding: 0 20px;
}

@media (min-width: 48em) {
  .l-layout__sidebar {
    width: 33.3333333333%;
  }
}

.l-layout__main {
  padding: 0 20px;
}

@media (min-width: 48em) {
  .l-layout__main {
    width: 66.6666666667%;
  }
}

.custom-select {
  position: relative;
}

.custom-select select {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  display: inline-block;
  margin: 0;
  border: 2px solid #8dc63f;
  border-radius: 0;
  width: 100%;
  padding: 18px 30px;
  background: transparent;
  font-weight: bold;
  appearance: none;
}

.custom-select select:not(.has-value) {
  color: rgba(11, 14, 22, 0.54);
}

.custom-select__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #8dc63f;
  transform: translateY(-50%);
}

.posts {
  margin-top: -200px;
}

.photo-gallery {
  display: grid;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.5rem;
}

.photo-gallery img {
  display: block;
  max-width: 100%;
  height: auto;
}

.responsive-map {
  position: relative;
  border: 4px solid #8dc63f;
  width: 100%;
  height: 0;
  padding-bottom: calc(100% - 8px);
}

.responsive-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.approach-grid {
  display: grid;
  grid-gap: 1rem;
}

@media (min-width: 48em) {
  .approach-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 60em) {
  .approach-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.date {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  display: inline-block;
  margin-bottom: 2rem;
  color: #848484;
  font-weight: 300;
}

.event-header {
  background: #EAEAEA;
  padding: 1rem;
}

.associate-type-desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #333b4a;
  padding: 0.25rem 1rem 2rem;
}

.associate-type-desc__copy {
  max-width: 575px;
  margin: 0 auto;
}

.wp-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #333b4a;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.wp-news-excerpt {
  margin-bottom: 3rem;
}

.wp-news-excerpt:not(:first-child) {
  border-top: 1px solid #EAEAEA;
  padding-top: 3rem;
}

@media (min-width: 48rem) {
  .wp-news-excerpt {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 2rem;
  }
}

.wp-hidden-field {
  display: none;
}

/*
Theme Name: Westpoint Financial
*/
li#menu-item-6171 {
  color: #78c5f1;
}

@media (min-width: 48em) {
  .navbar__brand {
    flex: 1 1 auto;
    max-width: 200px;
    height: 0;
  }
}

@media (min-width: 66em) {
  .navbar__brand {
    max-width: 350px;
  }
}

@media (min-width: 80em) {
  .navbar {
    padding: 1rem 0;
  }
}

@media (min-width: 66rem) {
  .navbar__menu {
    width: 756px;
    padding: 1rem 0;
  }
}

@media (min-width: 900px) {}

.main-menu__nav>.menu-item {
  font-size: .75rem;
  margin-right: 0.5rem;
}
}

@media (min-width: 1100px) {}

.main-menu__nav>.menu-item {
  margin-right: 1.5rem;
}
}





.homepage-hero-banner {
  position: relative;
}

.homepage-hero-banner:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: .4;
}

.wp-home-quote__words {
  text-align: center;
}


.wp-home-quote:before {
  display: none;
}

.wp-duotone-bg--purple:before, .wp-duotone-bg--purple:after {
  background: transparent;
}

.wp-home-quote {
  padding-top: calc(100px + 10vw);
  padding-bottom: calc(100px + 10vw);
}

@media (min-width: 48em) {
  .hero-actions {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 40em) {
  .hero-actions__inner {
    text-align: center !important;
  }
}

@media (min-width: 40em) {
  .hero-actions__inner .wp-button {
    width: 275px;
    padding-right: 0;
    padding-left: 0;
  }
}

body {
  font-family: Avenir;
  font-weight: 800;
  overflow-x: hidden;
  width: 100%;
}

.wp-button {
  text-transform: capitalize;
  padding: 0.5rem 2rem;
  min-height: 52px;
  letter-spacing: .05em;
  justify-content: center;
}


.wp-button.wp-button--white--outline {
  background: rgba(0, 0, 0, 0);
  border: 2px solid white;
  transition: all .3s;
}

.wp-button.wp-button--white--outline:hover {
  background: rgba(0, 0, 0, .1);
}

h2 {
  font-family: Avenir;
  font-weight: 900 !important;

}

h2.wp-subtitle.u-text-green.u-mb1 {
  letter-spacing: .1em !important;
}

h1 {
  font-family: Avenir;
  font-size: 34px;
}

.wp-subtitle {
  font-size: 18px;
}

@media (max-width: 59.9375em) {
  .wp-home-offer .wp-subtitle {
    margin-top: 2rem;
  }
}

.wp-home-people-description {
  display: block;
}

h3.wp-description-headline {
  font-size: 34px;
  margin-top: 1rem;
}

p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.wp-button--burgundy {
  background: #972D5F;
}

.wp-button--burgundy:hover {
  background: #b33570;
}

.wp-band__button {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.band.testimonials-section .teaser__content {
  text-align: center;
}

.band.testimonials-section {
  padding: 0;
  background: #333B4A;
}

.testimonials-section .teaser__content {
  background: transparent;
  padding: 8rem 0 0;
  min-height: 300px;
}

.testimonials-section .teaser__content:after {
  display: none;
}

.teaser__headline.headline {
  font-weight: 300;
  font-size: 42px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.testimonials-section .slick-arrow {
  transform: scale(0.8);
  color: #fff;
}

.testimonials-section .teaser__content:before {
  content: "\201C";
  font-size: 100px;
  max-height: 40px;
  overflow: hidden;
  line-height: 0;
  font-family: serif;
}

.testimonials-section .teaser__headline p {
  margin-top: 3rem;
}

.wp-home-offer .wp-decorative-ul li {
  font-size: 34px;
  margin-left: 1rem;
}

.wp-decorative-ul {
  margin-top: 1rem;
}

.wp-home-offer .wp-decorative-ul li:before {
  border-left: none;
  height: 30px;
  position: absolute;
  width: 30px;
  top: -2px;
  left: -1rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.wp-decorative-ul li:nth-of-type(1):before {
  background-image: url(/wp-content/uploads/2022/08/heart.png);
}

.wp-decorative-ul li:nth-of-type(2):before {
  background-image: url(/wp-content/uploads/2022/08/trophy.png);
}

.wp-decorative-ul li:nth-of-type(3):before {
  background-image: url(/wp-content/uploads/2022/08/people.png);
}

.wp-decorative-ul li:nth-of-type(4):before {
  background-image: url(/wp-content/uploads/2022/08/arrow.png);
  top: 5px;
}

.wp-home-our-locations h1 {
  font-family: Avenir;
  line-height: 1.2;
}


.wp-home-our-locations .wp-button {
  width: 230px;
}

@media (max-width: 678px) {
  .wp-home-our-locations .wp-button {
    width: 80%;
  }
}


.wp-home-our-locations__left p {
  margin-bottom: 3rem;
}

.wp-home-our-locations .site-socials {
  width: 230px;
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}


.wp-home-our-locations__left p {
  max-width: 100% !important;
}


@media (max-width: 678px) {
  .wp-home-our-locations .site-socials {
    width: 80%;
  }
}

.social-icon {
  width: 24px;
}

.upcoming-events-section .teaser__headline.headline {
  margin-left: 0;
  font-size: 23px;
  font-weight: 800;
  margin-top: 1.5rem;
}

.upcoming-events-section .teaser__lead-in.u-text-uppercase {
  font-size: 16px;
}

.upcoming-events-section .teaser__content {
  background: #749D3E;
  height: 330px;
  min-height: unset;
}

.upcoming-events-section .teaser__button {
  position: relative;
  right: unset;
  bottom: unset;
  max-width: 230px;
}

@media (min-width: 60em) {
  .upcoming-events-section .teaser__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 335px !important;
  }
}

.upcoming-events-section .slick-arrow {
  transform: scale(.7);
  top: 43%;
}

.u-text-green {
  color: #749d3e !important;
}

.main-menu__nav .menu-item.client-login a {
  padding-left: 20px;
  padding-right: 20px;
}




.band.our-promise-section .teaser__content {
  text-align: center;
}

.band.our-promise-section {
  padding: 0;
  background: #D3DEC4;
}

.our-promise-section .teaser__content {
  background: transparent;
  padding: 5rem 0 4rem;
  min-height: unset;
  color: #000;

}

.our-promise-section .teaser__content:after {
  display: none;
}

.our-promise-section .l-container__inner {
  max-width: 100%;
}

.our-promise-section .teaser__content p {
  padding: 0 7%;
}

.our-promise-section .wp-button {
  margin-top: 2rem;
}

.our-promise-section h1 {
  margin-top: 2rem;
}


header#header .l-container {
  padding: 0;
  margin: 0;
  max-width: unset;
  margin-right: 1.5rem;
}

header .navbar__menu {
  width: unset;
}

@media (max-width: 47.9375em) {
  header#header .l-container {
    margin-left: 1rem;
  }
}


@media (max-width: 59.9375em) {
  .upcoming-events-section .teaser__image-container.desktop-only {
    display: none;
  }
}

@media (max-width: 59.9375em) {
  .upcoming-events-section .teaser__content {
    height: auto;
  }
}


@media (max-width: 59.9375em) {
  .upcoming-events-section .teaser__button {
    max-width: 100%;
  }
}


@media (max-width: 59.9375em) {
  .upcoming-events-section .teaser__headline {
    margin-top: 0.5rem !important;
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 59.9375em) {
  .teaser__lead-in.u-text-uppercase {
    margin-top: 1.5rem;
  }
}

@media (max-width: 59.9375em) {
  .testimonials-section .slick-arrow {
    bottom: 15%;
    transform: scale(1.8);
  }
}

@media (max-width: 59.9375em) {
  .testimonials-section .slick-arrow {
    bottom: -9rem;
  }
}

@media (max-width: 59.9375em) {
  .testimonials-section .slick-prev {
    left: 40%;
  }
}

@media (max-width: 59.9375em) {
  .testimonials-section .slick-next {
    right: 40%;
  }
}


.main-menu__nav>.menu-item.client-login>a:before {
  background: url(/wp-content/uploads/2022/08/people-green.png) center center no-repeat;
  background-size: 20px;
}

.main-menu__nav>.menu-item.client-login {
  background: rgba(0, 0, 0, 0);
  color: #000;
  border: 2px solid #749D3E;
  transition: all .3s;
}


.main-menu__nav>.menu-item.client-login:hover {
  background: rgba(0, 0, 0, .1);
}

.u-text-pink {
  color: #DB3E53 !important;
  letter-spacing: .1em !important;
}

.wp-button--blue {
  background: #43B9EE;
}

.wp-button--blue:hover, .wp-button--blue:focus {
  background-color: #3395c0;
}

@media (min-width: 48em) {
  .wp-careers-hero {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
  }
}

.wp-careers-hero {
  display: grid;
}

.wp-careers-hero-right {
  position: relative;
}

.wp-careers-hero-right__image {
  display: block;
  width: 100%;
}

.wp-careers-hero .wp-home-people-description {
  margin-top: 20%;
}

.wp-careers-hero .wp-home-our-people__left {
  background: #F1FAFE;
}

.wp-careers.our-promise-section {
  background: transparent;
}

.wp-careers-full-width-image {
  max-height: 400px;
  min-height: 400px;
  overflow: hidden;
  background-position: center;
  background-size: 100%;
}

.l-container.wp-careers.our-culture {
  padding-bottom: 6rem;
}

@media (min-width: 40em) {
  .wp-careers.our-culture .wp-home-people-quote__image {
    width: 100%;
    max-width: 480px;
  }
}

.wp-careers.apply-now .wp-band__button {
  margin-top: 0rem;
}

.wp-careers.our-promise-section.apply-now {
  background: #F1FAFE;
}

.why-westpoint .teaser__content {
  padding-bottom: 0;
}

.why-westpoint-icon {
  width: 120px;
}

.why-westpoint-icons.icons-container {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-top: 2rem;
}

.why-westpoint .section__content {
  padding-bottom: 5rem;
}

.icon-label.text-blue {
  color: #43B9EE;
  font-weight: 400;
  font-family: Avenir;
  font-size: 20px;
}

.why-westpoint-icons .icon-lable-container {
  text-align: center;
}

.wp-careers-full-width-image {
  position: relative;
}

.wp-careers-full-width-image .wp-band__button {
  position: absolute;
  margin-left: auto;
  width: 100vw;
  text-align: center;
  top: 35%;
}

.wp-careers-hero.our-process .wp-home-our-people__left {
  background: transparent;
}

h2.placeholder {
  opacity: 0;
}

.our-process .wp-decorative-ul li {
  font-weight: 400;
}

.our-process .wp-decorative-ul:not(.bold) li:before {
  background-image: url(/wp-content/uploads/2022/08/check-circle.png);
  background-size: contain;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  margin: 0;
  border: none;
  top: -2px;
}

.our-process .ul-enumerated {
  font-weight: 400;
  list-style: none;
  padding: 0;
}

.our-process .ul-enumerated p {
  margin-bottom: 0;
}

.our-process .wp-decorative-ul.bold li {
  font-weight: 800;
  font-size: 28px;
}


.wp-decorative-ul.bold li:before {
  border: none !important;
  background-size: contain;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
}

.our-process .wp-decorative-ul.bold li {
  margin-left: .3em;
}

.wp-decorative-ul.bold li:before {
  margin-left: -12px;
}

.download-icon img {
  width: 24px;
  transition: all .3s;
  margin: 10px;
}

.download-icon img:hover {
  transform: translate(0px, 6px);
}

.wp-band__link {
  display: flex;
  align-items: center;
}

.wp-band__link a {
  font-size: 20px;
  color: #749D3E;
  font-family: Avenir;
  align-content: center;
  transition: all .3s;
}

.wp-band__link a:hover {
  color: #5e8031;
}

.band.wp-careers.our-promise-section.apply-now h2 {
  margin-bottom: 0;
}

.band.testimonials-section.wp-careers * {
  color: #749D3E;
}

.band.testimonials-section.wp-careers {
  background: transparent;
}

.our-workplace .why-westpoint-icon {
  width: 200px;
}

.westpoint-way .wp-home-our-people__left {
  background: transparent;
}

.westpoint-way .wp-home-our-people__left img {
  margin: 2em 0;
}

.featured-quote {
  padding: 3rem 3rem;
  text-align: center;
  position: relative;
}

@media (max-width: 1150px) {
  .featured-quote {
    padding: 0rem 3rem;
  }
}

.featured-quote h2 {
  font-size: 24px;
}

.featured-quote h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
}


.line-decoration img {
  width: auto;
  height: 18px !important;
  margin: 0 3rem;
}

.line-decoration {
  display: flex;
  align-items: center;
}

.line-decoration hr {
  width: -webkit-fill-available;
}


.quote.quote-top {
  transform: rotate(180deg);
}

.wp-careers-hero.westpoint-way .wp-home-people-description {
  margin-top: 10%;
}


.featured-quote .content {
  padding: 2rem 0 1rem;
}

.wp-careers-hero.our-process .wp-home-people-description {
  margin-top: 10%;
}

@media (max-width: 59.9375em) {
  .testimonials-section.wp-careers .slick-arrow {
    bottom: -20rem;
  }
}

h3.wp-description-headline {
  font-family: Avenir;
  line-height: 1.2;
  font-weight: 800;
}

.wp-careers-hero .wp-home-people-description {
  padding-top: 10%;
  margin-top: 0 !important;

}

.wp-careers-hero.westpoint-way .wp-home-people-description {
  padding-top: 10%;
  margin-top: 0 !important;
  height: 100%;
}

@media (min-width: 768px) {
  p.sticky-bottom {
    position: absolute;
    bottom: 9px;
  }
}

.wp-careers-full-width-image {
  background-repeat: no-repeat;
}

@media (max-width: 59.9375em) {
  .testimonials-section:not(.wp-careers) .slick-arrow {
    bottom: -14rem;
  }
}

.wp-home-quote__words {
  margin-bottom: 2.5rem;
}

.our-culture-wrapper {
  background: #D3DEC480;
}

.custom-hide {
  opacity: 0;
}

.wp-careers-hero.westpoint-way {
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .wp-band__button {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}


.apply-now .wp-description-headline {
  margin-bottom: 0;
}

.featured-quote {
  padding: 3rem 0rem;
}

@media (min-width: 768px) {
  .wp-careers-hero.banner-section .wp-home-people-description {
    max-width: 40em;
    margin-left: 8%;
    margin-right: 6%;
  }
}

@media (max-width: 768px) {
  .our-culture span.wp-button__inner {
    text-align: left;
  }
}

.download-icon img {
  margin: 0 10px -3px;
}

.wp-band__link {
  margin-top: 2em;
}

@media (max-width: 768px) {
  .why-westpoint-icons.icons-container {
    display: block;
  }
}

@media (max-width: 768px) {
  .why-westpoint .section__content {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .our-culture .wp-home-our-people {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .our-culture .wp-home-our-people__right {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .l-container.wp-careers.our-culture {
    padding-bottom: 4rem;
  }
}

@media (max-width: 1000px) {
  .testimonials-section.wp-careers .slick-arrow {
    margin-top: -2rem;
  }
}


@media (max-width: 768px) {
  .testimonials-section.wp-careers .slick-arrow {
    margin-top: 3rem;
  }
}

@media (max-width: 1000px) {
  .slick-arrow i:before {
    font-size: 16px;
  }
}



@media (max-width: 768px) {
  .testimonials-section .slick-prev {
    left: 40%;
  }
}


@media (max-width: 59.9375em) {
  .testimonials-section:not(.wp-careers) .slick-arrow {
    bottom: -5rem;
  }
}

.wp-careers-hero.banner-section .wp-careers-hero-right {
  height: 100%;
  width: 100%;
  background-image: url(/wp-content/uploads/2024/11/westpoint-career-ops.jpg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

@media (max-width: 1050px) {
  .wp-careers-hero.banner-section h3.wp-description-headline {
    font-size: 28px;
  }
}

@media (max-width: 1050px) {
  .wp-careers-hero.banner-section .wp-band__button {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 1050px) {
  .wp-careers-hero.banner-section .wp-careers-hero-right {
    max-height: 550px;
  }
}

@media (max-width: 1050px) {
  .band.testimonials-section.wp-careers {
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .wp-careers-hero.banner-section .wp-careers-hero-right {
    max-height: 550px;
    min-height: 350px;
    width: 100%;
    background-position: top;
  }
}

@media (max-width: 768px) {
  .featured-quote {
    padding: 0 0 .5em;
  }
}

.wp-home-quote__words {
  font-weight: 400;
}

@media (max-width: 768px) {
  .wp-home-quote__words {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.35;
  }
}

@media (max-width: 768px) {
  .wp-home-quote {
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  .page-template-page-home p {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.35;
  }
}

@media (max-width: 768px) {
  .testimonials-section .teaser__headline.headline {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .page-template-page-home .testimonials-section .teaser__content {
    padding: 7rem 0 5rem;
  }
}

@media (max-width: 768px) {
  .wp-home-offer .wp-decorative-ul li {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .our-process .wp-decorative-ul.bold li {
    font-size: 24px;
    left: -0.4rem;
  }
}

@media (max-width: 768px) {
  .wp-home-offer .wp-decorative-ul li:before {
    height: 24px;
    width: 24px;
    top: -4px;
    left: -0.8rem;
  }
}

@media (max-width: 768px) {
  .page-template-page-home .hero-actions__inner {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .wp-band__button, .wp-button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .our-promise-section .l-container__inner {
    padding: 0 1em;
  }
}

@media (max-width: 768px) {
  .social-icon {
    width: 34px;
  }
}

@media (max-width: 768px) {
  .wp-home-our-locations .wp-button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wp-home-our-locations .site-socials {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wp-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .wp-home-quote__section {
    padding: 2rem 2rem;
  }
}

@media (max-width: 768px) {
  svg.wp-locations-map {
    transform: scale(1.1);
    margin-top: -8rem;
    margin-bottom: -5rem;
  }
}

@media (max-width: 768px) {
  .wp-band__button.live-your-passion .wp-button {
    max-width: 80%;
  }
}

@media (max-width: 800px) {
  .our-workplace .why-westpoint-icon {
    width: 170px;
  }
}

@media (max-width: 800px) {
  .icon-lable-container {
    width: 40vw;
    display: inline-block;
  }
}

@media (max-width: 800px) {
  .why-westpoint-icons.icons-container {
    padding: 0 2rem;
  }
}

@media (min-width: 600px) {
  .mobile-only-map-key {
    display: none;
  }
}


.map-key-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-auto-flow: column;
  list-style-position: inside;
  padding: 0;
  margin-bottom: 4rem;
}

.map-key-grid p {
  display: inline;
  margin-bottom: 0 !important;
  display: inline;
  font-size: 15px !important;
  line-height: 1 !important;
}

.map-key-grid li::marker {
  color: transparent;
}

.map-key-grid li .number {
  width: 22px;
  height: 22px;
  background: #972D5F;
  left: 1px;
  top: 4px;
  border-radius: 50%;
  z-index: -1;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 1.9;
}

.map-key-grid li {
  margin-left: -20px;
}

@media (max-width: 768px) {
  svg.wp-locations-map {
    transform: scale(.9);
  }
}

@media (max-width: 600px) {
  svg.wp-locations-map {
    margin-top: -11rem;
    margin-bottom: -8rem;
  }
}



@media (max-width: 47.9375em) {
  .mobile-menu-active .navbar__menu {
    width: 300px;
  }
}

.mobile-menu-active .client-login {
  margin-right: 0;
  text-align: center;
}

.mobile-menu-active .client-relationship-summary {
  text-align: center;
}


.main-menu__nav>.menu-item.client-login>a:before {
  background-size: contain;
  background-repeat: no-repeat;
  height: 18px;
}

.mobile-menu-close {
  z-index: 10;
  top: 32px;
  position: sticky;
  right: 0;
  border-bottom: none;
  padding-top: 2rem;
  color: transparent;
  cursor: pointer;
}

a.mobile-menu-close.js-mobile-menu-close:before {
  font-weight: 200;
  content: "\00d7";
  width: 20px;
  background-size: 20px;
  font-size: 1.5rem;
  right: 1.5rem;
  color: grey;
  position: absolute;
}

a.mobile-menu-close.js-mobile-menu-close:hover:before {
  color: #972D5F;
}

/* Page hero */

.wp-page-hero {
  --bg-img: 'url()';
  text-align: center;
  display: flex;
  height: 60vh;
  max-height: 670px;
  background: var(--bg-img) center center no-repeat var(--wp-color-blue);
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
}

.wp-page-hero__inner {
  width: 100%;
}

.wp-page-hero h1 {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  margin: 2rem 0;
}

@media (min-width: 48em) {
  .wp-page-hero h1 {
    font-size: 4rem;
  }
}

.wp-page-hero h1,
.wp-page-hero p {
  color: inherit;
}

/* Page intro */

.wp-page-intro {
  background: var(--wp-color-green-light);
  text-align: center;
  padding: 3rem 0;
}

@media (min-width: 48em) {
  .wp-page-intro {
    padding: 6rem 0;
  }
}

/* Page intro secondary */

.wp-page-intro-secondary {
  padding: 3rem 0;
  text-align: center;
}

@media (min-width: 48em) {
  .wp-page-intro-secondary {
    padding: 6rem 0;
  }
}

.wp-page-down-link {
  color: var(--wp-color-black);
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  margin-top: 1rem;
}

@media (min-width: 48em) {
  .wp-page-down-link {
    margin-top: 2rem;
  }
}

/* Program */

.wp-program {
  padding: 3rem 0;
  border-top: 1px solid var(--wp-color-gray-light);
}

@media (min-width: 48em) {
  .wp-program {
    padding: 6rem 0;
  }
}

.wp-program-layout {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 1rem;
  grid-template-areas:
    "media"
    "title"
    "copy";
}

.wp-program-layout__title {
  grid-area: title;
  font-size: 2.125rem;
}

.wp-program-layout__copy {
  grid-area: copy;
}

.wp-program--layout__media {
  grid-area: media;
}

@media (min-width: 48em) {
  .wp-program-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 2rem;
    grid-template-areas:
      "title title"
      "copy media";
  }
}

.wp-person-citation {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-block: 2rem;
}

.wp-person-citation img {
  display: block;
  background: var(--wp-color-gray-light);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.wp-person-citation p {
  margin: 0;
}

/* Call to action */

.wp-call-to-action {
  background: var(--wp-color-green-light);
  text-align: center;
  padding: 6rem 0;
}

/* Image and content */

.wp-image-and-content {
  padding: 3rem 0;
  border-top: 1px solid var(--wp-color-gray-light);
}

.wp-image-and-content-layout {
  display: grid;
  /* grid-template-columns: 470px auto; */
  gap: 2rem;
}

@media (min-width: 48em) {
  .wp-image-and-content {
    padding: 6rem 0;
  }

  .wp-image-and-content-layout {
    display: grid;
    grid-template-columns: 470px auto;
    gap: 2rem;
  }
}


/* Image title */

.wp-image-title {
  position: relative;
}

.wp-image-title__image {
  filter: brightness(60%);
  display: block;
  width: 100%;
}

.wp-image-title__title {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  width: calc(100% - 3rem);
  color: #fff;
}

.wp-image-title__title h2 {
  color: inherit;
  margin: 0;
}

.wp-image-title__title img {
  display: inline-block;
}

.wp-page-content {
  margin: 3rem 0;
}

/* Quotation */

.wp-quotation {
  padding: 3rem 0;
  text-align: center;
  background: var(--wp-color-green-light);
}

@media (min-width: 48em) {
  .wp-quotation {
    padding: 6rem 0;
  }
}

.wp-quote {
  max-width: 50rem;
  margin-inline: auto;
}

.wp-quote:before {
  content: open-quote;
  color: var(--wp-color-green-dark);
  font-family: "Times New Roman", serif;
  font-size: 3rem;
  line-height: 0;
}

@media (min-width: 48em) {
  .wp-quote:before {
    font-size: 4.5rem;
  }
}

.wp-quote:after {
  content: close-quote;
  display: none;
}

.wp-quote p {
  color: var(--wp-color-green-dark);
  font-size: 28px;
  line-height: 1.35714286;
  font-weight: 300;
}

@media (min-width: 48rem) {
  .wp-quote p {
    font-size: 42px;
  }
}

/* Accordion */

.wp-accordion {
  margin: 3rem 0;
}

.wp-accordion-list {
  border-bottom: 1px solid var(--wp-color-gray-light);
}

.wp-accordion-item {
  border-top: 1px solid var(--wp-color-gray-light);
}

.wp-accordion-item__label {
  font-size: 1.25rem;
  line-height: 1;
  padding: 1rem 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  appearance: none;
  width: 100%;
  border: 0;
  background: none;
}

@media (min-width: 48rem) {
  .wp-accordion-item__label {
    font-size: 1.5rem;
    padding: 2rem 0;
  }
}

.wp-accordion-item svg {
  display: block;
}

.wp-accordion-item .icon-minus {
  display: none;
}

.wp-accordion-item.is-open .icon-minus {
  display: block;
}

.wp-accordion-item.is-open .icon-plus {
  display: none;
}

.wp-accordion-item__content {
  padding: 0;
  height: 0;
  overflow: hidden;
}

.is-open .wp-accordion-item__content {
  height: auto;
}

.wp-accordion-item__content-inner {
  padding-bottom: 2rem;
}

.tribe-common .l-container,
.tribe-common .l-container__inner {
  margin-inline: auto;
}

/* Tribe RSVP */

.event-tickets .tribe-tickets__rsvp-form-button.tribe-button {
  background: var(--wp-color-blue);
}

.event-tickets .event-tickets .tribe-tickets__rsvp {
  margin: 0;
  width: 100%;
}

.tribe-common.event-tickets .tribe-tickets__rsvp-ar-form-title {
  color: var(--wp-color-black);
}

.tribe-common.event-tickets .tribe-tickets__rsvp-wrapper {
  border-radius: 0;
}

@media (min-width: 768px) {
  .tribe-common.event-tickets .tribe-tickets__rsvp-wrapper {
    border: 1px solid var(--wp-color-gray-light);
  }
}

.tribe-common.event-tickets .tribe-tickets__rsvp-ar-form-wrapper {
  background: var(--wp-color-gray-extra-light);
}

.tribe-common.event-tickets .tribe-tickets__rsvp-actions {
  margin-top: 0;
}

.tribe-common.event-tickets .tribe-tickets__rsvp-actions {
  padding-block: 2rem;
}

@media (min-width: 768px) {
  .tribe-common.event-tickets .tribe-tickets__rsvp-actions-wrapper,
  .tribe-common.event-tickets .tribe-tickets__rsvp-ar-sidebar-wrapper {
    border-left: 1px solid var(--wp-color-gray-light);
  }

  .tribe-common.event-tickets .tribe-tickets__rsvp-ar-sidebar-wrapper {
    width: 220px;
  }

  .tribe-common.event-tickets .tribe-tickets__rsvp-ar-form-wrapper {
    flex: 1;
  }
}

.tribe-common.event-tickets .tribe-tickets__rsvp-ar-sidebar {
  padding-left: 0;
}

.tribe-common button {
  padding: 9px 15px;
}

.tribe-common.event-tickets .tribe-tickets__rsvp-details {
  padding-block: 1rem;
}

.tribe-common.event-tickets .tribe-tickets__rsvp {
  padding-block: 0;
}

.tribe-common.event-tickets .tribe-tickets__form .tribe-tickets__form-field-label {
  font-size: 1rem;
  line-height: 1.5;
  color: #0B0E16;
  font-family: Avenir;
  word-break: normal;
  position: relative;
  width: max-content;
  display: block;
  font-weight: normal;
}

.tribe-common.event-tickets .tribe-tickets__form :is(
  input[type=text],
  input[type=email]
  ) {
  word-break: normal;
  position: relative;
  margin: 0;
  display: block !important;
  width: 100% !important;
  padding: 4px !important;
  margin-top: 0.5em !important;
  border: 1px solid #848484 !important;
  border-radius: 0 !important;
  height: 34px !important;
  background: #fff;
}

.tribe-common.event-tickets .tribe-tickets__form select {
  border: 1px solid #848484;
  height: 34px;
  border-radius: 0;
  padding-block: 0;
}

.tribe-common.event-tickets .tribe-tickets__rsvp-ar-guest-list {
  border-bottom: 1px solid var(--wp-color-gray-light);
}

.tribe-common.event-tickets .tribe-tickets__rsvp-ar-guest-list li {
  margin-top: 0;
}

.tribe-common.event-tickets .tribe-tickets__rsvp-ar-guest-list button {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  border-radius: 0;
  border: 0;
  background: #fff;
  border-top: 1px solid var(--wp-color-gray-light);
  padding-inline: 0;
}

.tribe-tickets-svgicon {
  flex-shrink: 0;
}

.tribe-common.event-tickets .tribe-tickets__form .tribe-tickets__form-message--error-icon circle,
.tribe-common.event-tickets .tribe-tickets__form .tribe-tickets__form-message--error-icon path {
  stroke: currentColor
}

.tribe-common.event-tickets .tribe-tickets__form .tribe-tickets__form-message--error-icon circle#dot {
  stroke: transparent;
  fill: currentColor;
}

.tribe-common.event-tickets .tribe-tickets__form .tribe-tickets__form-message--error {
  background: var(--wp-color-pink);
  border-radius: 0;
  color: #fff;
}

.tribe-common.event-tickets .tribe-tickets__form .tribe-tickets__form-message--error-icon {
  fill: currentColor;
  margin-right: 8px;
}

.tribe-tickets__form-message-text p {
  font-size: 14px;
  margin: 0;
  color: #fff;
}

.tribe-common.event-tickets .tribe-tickets__form .tribe-required {
  color: var(--wp-color-pink);
}

.yt-embed {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}