@font-face {
  font-weight: 300;
  font-family: 'FontAwesomePro';
  src: url('/application/themes/phoenix/fonts/fa-light-300.eot');
  src: url('/application/themes/phoenix/fonts/fa-light-300.woff2') format('woff2'), url('/application/themes/phoenix/fonts/fa-light-300.woff') format('woff'), url('/application/themes/phoenix/fonts/fa-light-300.ttf') format('truetype');
}
@font-face {
  font-weight: 400;
  font-family: 'FontAwesomePro';
  src: url('/application/themes/phoenix/fonts/fa-regular-400.eot');
  src: url('/application/themes/phoenix/fonts/fa-regular-400.woff2') format('woff2'), url('/application/themes/phoenix/fonts/fa-regular-400.woff') format('woff'), url('/application/themes/phoenix/fonts/fa-regular-400.ttf') format('truetype');
}
@font-face {
  font-weight: 700;
  font-family: 'FontAwesomePro';
  src: url('/application/themes/phoenix/fonts/fa-solid-900.eot');
  src: url('/application/themes/phoenix/fonts/fa-solid-900.woff2') format('woff2'), url('/application/themes/phoenix/fonts/fa-solid-900.woff') format('woff'), url('/application/themes/phoenix/fonts/fa-solid-900.ttf') format('truetype');
}
@font-face {
  font-weight: 400;
  font-family: 'FontAwesomeProBrands';
  src: url('/application/themes/phoenix/fonts/fa-brands-400.eot');
  src: url('/application/themes/phoenix/fonts/fa-brands-400.woff2') format('woff2'), url('/application/themes/phoenix/fonts/fa-brands-400.woff') format('woff'), url('/application/themes/phoenix/fonts/fa-brands-400.ttf') format('truetype');
}
@font-face {
  font-weight: 700;
  font-family: 'Thunder';
  src: url('/application/themes/phoenix/fonts/Thunder-BoldLC.woff2') format('woff2'), url('/application/themes/phoenix/fonts/Thunder-BoldLC.woff') format('woff');
}
@font-face {
  font-weight: 300;
  font-family: 'Thunder';
  src: url('/application/themes/phoenix/fonts/Thunder-LightLC.woff2') format('woff2'), url('/application/themes/phoenix/fonts/Thunder-LightLC.woff') format('woff');
}
@font-face {
  font-weight: 500 700;
  font-family: 'ESPeak-Variable';
  src: url('/application/themes/phoenix/fonts/ESPeak-Variable.woff2') format('woff2'), url('/application/themes/phoenix/fonts/ESPeak-Variable.woff') format('woff');
}
/*!
 * Font Awesome Pro 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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-radius: .1em;
  border: solid 0.08em #eeeeee;
  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-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-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: #ffffff;
}
/* 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-alarm-clock:before {
  content: "\f34e";
}
.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-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-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-alt-down:before {
  content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}
.fa-arrow-alt-from-left:before {
  content: "\f347";
}
.fa-arrow-alt-from-right:before {
  content: "\f348";
}
.fa-arrow-alt-from-top:before {
  content: "\f349";
}
.fa-arrow-alt-left:before {
  content: "\f355";
}
.fa-arrow-alt-right:before {
  content: "\f356";
}
.fa-arrow-alt-square-down:before {
  content: "\f350";
}
.fa-arrow-alt-square-left:before {
  content: "\f351";
}
.fa-arrow-alt-square-right:before {
  content: "\f352";
}
.fa-arrow-alt-square-up:before {
  content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}
.fa-arrow-alt-up:before {
  content: "\f357";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-from-bottom:before {
  content: "\f342";
}
.fa-arrow-from-left:before {
  content: "\f343";
}
.fa-arrow-from-right:before {
  content: "\f344";
}
.fa-arrow-from-top:before {
  content: "\f345";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-square-down:before {
  content: "\f339";
}
.fa-arrow-square-left:before {
  content: "\f33a";
}
.fa-arrow-square-right:before {
  content: "\f33b";
}
.fa-arrow-square-up:before {
  content: "\f33c";
}
.fa-arrow-to-bottom:before {
  content: "\f33d";
}
.fa-arrow-to-left:before {
  content: "\f33e";
}
.fa-arrow-to-right:before {
  content: "\f340";
}
.fa-arrow-to-top:before {
  content: "\f341";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-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-badge:before {
  content: "\f335";
}
.fa-badge-check:before {
  content: "\f336";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-barcode-alt:before {
  content: "\f463";
}
.fa-barcode-read:before {
  content: "\f464";
}
.fa-barcode-scan:before {
  content: "\f465";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball:before {
  content: "\f432";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-basketball-hoop:before {
  content: "\f435";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-bolt:before {
  content: "\f376";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-slash:before {
  content: "\f377";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-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-blanket:before {
  content: "\f498";
}
.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-book-heart:before {
  content: "\f499";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-bowling-pins:before {
  content: "\f437";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-alt:before {
  content: "\f49a";
}
.fa-box-check:before {
  content: "\f467";
}
.fa-box-fragile:before {
  content: "\f49b";
}
.fa-box-full:before {
  content: "\f49c";
}
.fa-box-heart:before {
  content: "\f49d";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-up:before {
  content: "\f49f";
}
.fa-box-usd:before {
  content: "\f4a0";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-boxes-alt:before {
  content: "\f4a1";
}
.fa-boxing-glove:before {
  content: "\f438";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-browser:before {
  content: "\f37e";
}
.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-burn:before {
  content: "\f46a";
}
.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-edit:before {
  content: "\f333";
}
.fa-calendar-exclamation:before {
  content: "\f334";
}
.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-alt:before {
  content: "\f332";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-caret-circle-down:before {
  content: "\f32d";
}
.fa-caret-circle-left:before {
  content: "\f32e";
}
.fa-caret-circle-right:before {
  content: "\f330";
}
.fa-caret-circle-up:before {
  content: "\f331";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-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-bishop-alt:before {
  content: "\f43b";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-clock:before {
  content: "\f43d";
}
.fa-chess-clock-alt:before {
  content: "\f43e";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-king-alt:before {
  content: "\f440";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-knight-alt:before {
  content: "\f442";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-pawn-alt:before {
  content: "\f444";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-queen-alt:before {
  content: "\f446";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chess-rook-alt:before {
  content: "\f448";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-double-down:before {
  content: "\f322";
}
.fa-chevron-double-left:before {
  content: "\f323";
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.fa-chevron-double-up:before {
  content: "\f325";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-square-down:before {
  content: "\f329";
}
.fa-chevron-square-left:before {
  content: "\f32a";
}
.fa-chevron-square-right:before {
  content: "\f32b";
}
.fa-chevron-square-up:before {
  content: "\f32c";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-club:before {
  content: "\f327";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-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-comment-alt-check:before {
  content: "\f4a2";
}
.fa-comment-alt-dots:before {
  content: "\f4a3";
}
.fa-comment-alt-edit:before {
  content: "\f4a4";
}
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}
.fa-comment-alt-lines:before {
  content: "\f4a6";
}
.fa-comment-alt-minus:before {
  content: "\f4a7";
}
.fa-comment-alt-plus:before {
  content: "\f4a8";
}
.fa-comment-alt-slash:before {
  content: "\f4a9";
}
.fa-comment-alt-smile:before {
  content: "\f4aa";
}
.fa-comment-alt-times:before {
  content: "\f4ab";
}
.fa-comment-check:before {
  content: "\f4ac";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-edit:before {
  content: "\f4ae";
}
.fa-comment-exclamation:before {
  content: "\f4af";
}
.fa-comment-lines:before {
  content: "\f4b0";
}
.fa-comment-minus:before {
  content: "\f4b1";
}
.fa-comment-plus:before {
  content: "\f4b2";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-smile:before {
  content: "\f4b4";
}
.fa-comment-times:before {
  content: "\f4b5";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-alt:before {
  content: "\f4b6";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-wide:before {
  content: "\f326";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-container-storage:before {
  content: "\f4b7";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-conveyor-belt:before {
  content: "\f46e";
}
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-credit-card-blank:before {
  content: "\f389";
}
.fa-credit-card-front:before {
  content: "\f38a";
}
.fa-cricket:before {
  content: "\f449";
}
.fa-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-curling:before {
  content: "\f44a";
}
.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-desktop-alt:before {
  content: "\f390";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-empty:before {
  content: "\f473";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.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-dumbbell:before {
  content: "\f44b";
}
.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-h-alt:before {
  content: "\f39b";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}
.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:before {
  content: "\f0ec";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-square:before {
  content: "\f321";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows:before {
  content: "\f31d";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expand-wide:before {
  content: "\f320";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-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-field-hockey:before {
  content: "\f44c";
}
.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-check:before {
  content: "\f316";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-edit:before {
  content: "\f31c";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-exclamation:before {
  content: "\f31a";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-minus:before {
  content: "\f318";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-plus:before {
  content: "\f319";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-times:before {
  content: "\f317";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-film:before {
  content: "\f008";
}
.fa-film-alt:before {
  content: "\f3a0";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.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-football-helmet:before {
  content: "\f44f";
}
.fa-forklift:before {
  content: "\f47a";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-fragile:before {
  content: "\f4bb";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-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-golf-club:before {
  content: "\f451";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-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-h1:before {
  content: "\f313";
}
.fa-h2:before {
  content: "\f314";
}
.fa-h3:before {
  content: "\f315";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hand-heart:before {
  content: "\f4bc";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-box:before {
  content: "\f47b";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-receiving:before {
  content: "\f47c";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-heart:before {
  content: "\f4c3";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-usd:before {
  content: "\f4c5";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt:before {
  content: "\f4c6";
}
.fa-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-heart-circle:before {
  content: "\f4c7";
}
.fa-heart-square:before {
  content: "\f4c8";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-hexagon:before {
  content: "\f312";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-hockey-sticks:before {
  content: "\f454";
}
.fa-home:before {
  content: "\f015";
}
.fa-home-heart:before {
  content: "\f4c9";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.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-id-card-alt:before {
  content: "\f47f";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-inbox-in:before {
  content: "\f310";
}
.fa-inbox-out:before {
  content: "\f311";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-industry-alt:before {
  content: "\f3b3";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-info-square:before {
  content: "\f30f";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-inventory:before {
  content: "\f480";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jack-o-lantern:before {
  content: "\f30e";
}
.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-lamp:before {
  content: "\f4ca";
}
.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-leaf-heart:before {
  content: "\f4cb";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-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-alt:before {
  content: "\f30d";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lock-open-alt:before {
  content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-loveseat:before {
  content: "\f4cc";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luchador:before {
  content: "\f455";
}
.fa-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-alt:before {
  content: "\f3c9";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-hexagon:before {
  content: "\f307";
}
.fa-minus-octagon:before {
  content: "\f308";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-mobile-android:before {
  content: "\f3ce";
}
.fa-mobile-android-alt:before {
  content: "\f3cf";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-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-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octagon:before {
  content: "\f306";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-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-pallet:before {
  content: "\f482";
}
.fa-pallet-alt:before {
  content: "\f483";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-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:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pennant:before {
  content: "\f456";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-carry:before {
  content: "\f4cf";
}
.fa-person-dolly:before {
  content: "\f4d0";
}
.fa-person-dolly-empty:before {
  content: "\f4d1";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-plus:before {
  content: "\f4d2";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-alt:before {
  content: "\f3de";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-hexagon:before {
  content: "\f300";
}
.fa-plus-octagon:before {
  content: "\f301";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-question-square:before {
  content: "\f2fd";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-racquet:before {
  content: "\f45a";
}
.fa-ramp-loading:before {
  content: "\f4d4";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-rectangle-landscape:before {
  content: "\f2fa";
}
.fa-rectangle-portrait:before {
  content: "\f2fb";
}
.fa-rectangle-wide:before {
  content: "\f2fc";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-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-repeat:before {
  content: "\f363";
}
.fa-repeat-1:before {
  content: "\f365";
}
.fa-repeat-1-alt:before {
  content: "\f366";
}
.fa-repeat-alt:before {
  content: "\f364";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-retweet-alt:before {
  content: "\f361";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-road:before {
  content: "\f018";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-scanner:before {
  content: "\f488";
}
.fa-scanner-keyboard:before {
  content: "\f489";
}
.fa-scanner-touchscreen:before {
  content: "\f48a";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scrubber:before {
  content: "\f2f8";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-all:before {
  content: "\f367";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shipping-timed:before {
  content: "\f48c";
}
.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-shuttlecock:before {
  content: "\f45b";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-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-sliders-h-square:before {
  content: "\f3f0";
}
.fa-sliders-v:before {
  content: "\f3f1";
}
.fa-sliders-v-square:before {
  content: "\f3f2";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-plus:before {
  content: "\f4da";
}
.fa-smoking:before {
  content: "\f48d";
}
.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-spade:before {
  content: "\f2f4";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spinner-third:before {
  content: "\f3f4";
}
.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-exclamation:before {
  content: "\f2f3";
}
.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-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablet-android:before {
  content: "\f3fb";
}
.fa-tablet-android-alt:before {
  content: "\f3fc";
}
.fa-tablet-rugged:before {
  content: "\f48f";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tennis-ball:before {
  content: "\f45e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-hexagon:before {
  content: "\f2ee";
}
.fa-times-octagon:before {
  content: "\f2f0";
}
.fa-times-square:before {
  content: "\f2d3";
}
.fa-tint:before {
  content: "\f043";
}
.fa-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-tree-alt:before {
  content: "\f400";
}
.fa-trello:before {
  content: "\f181";
}
.fa-triangle:before {
  content: "\f2ec";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-trophy-alt:before {
  content: "\f2eb";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-container:before {
  content: "\f4dc";
}
.fa-truck-couch:before {
  content: "\f4dd";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-ramp:before {
  content: "\f4e0";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-tv-retro:before {
  content: "\f401";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-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-usd-circle:before {
  content: "\f2e8";
}
.fa-usd-square:before {
  content: "\f2e9";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.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-fork:before {
  content: "\f2e3";
}
.fa-utensil-knife:before {
  content: "\f2e4";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-utensils-alt:before {
  content: "\f2e6";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-plus:before {
  content: "\f4e1";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-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-mute:before {
  content: "\f2e2";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-warehouse-alt:before {
  content: "\f495";
}
.fa-watch:before {
  content: "\f2e1";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whistle:before {
  content: "\f460";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-window:before {
  content: "\f40e";
}
.fa-window-alt:before {
  content: "\f40f";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.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-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-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;
}
#concrete-announcement-modal {
  opacity: 1;
}
div#ccm-menu-click-proxy {
  left: -10px !important;
}
.fal {
  font-family: 'FontAwesomePro';
  font-weight: 300;
}
.far {
  font-family: 'FontAwesomePro';
  font-weight: 400;
}
.fab {
  font-family: 'FontAwesomeProBrands';
  font-weight: 400;
}
.fas {
  font-family: 'FontAwesomePro';
  font-weight: 700;
}
html,
body {
  font-family: 'ESPeak-Variable', 'Verdana', arial, sans-serif;
  font-size: 15px;
  overflow-x: hidden;
}
/*
.ccm-toolbar-visible {
	header {
		top:48px !important;
	}
	div.ccm-page, .mfp-content {
		padding-top:198px !important;
	}
}*/
div.ccm-page,
.mfp-content {
  max-width: 1800px;
  margin: 0 auto;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.eot');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.woff') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.ttf') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.svg#slick') format('svg');
}
div.ccm-page .slick-dots li button:before,
.mfp-content .slick-dots li button:before {
  font-size: 10px;
}
div.ccm-page .slick-dots li,
.mfp-content .slick-dots li {
  margin: 0 2px;
}
div.ccm-page .bg-gd,
.mfp-content .bg-gd {
  background: #1ea946;
}
div.ccm-page main,
.mfp-content main {
  position: relative;
  z-index: 50;
}
div.ccm-page header,
.mfp-content header {
  position: relative;
  z-index: 55;
}
div.ccm-page .container,
.mfp-content .container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 60px;
  padding-right: 60px;
  width: 100% !important;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1500px) {
  div.ccm-page .container,
  .mfp-content .container {
    width: 1280px !important;
  }
}
@media (min-width: 1500px) {
  div.ccm-page .container.wider,
  .mfp-content .container.wider {
    width: 1440px !important;
  }
}
@media (max-width: 1200px) {
  div.ccm-page .container,
  .mfp-content .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  div.ccm-page .container,
  .mfp-content .container {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
div.ccm-page header .container,
.mfp-content header .container {
  padding-top: 0;
  padding-bottom: 0;
}
div.ccm-page .narrow,
.mfp-content .narrow {
  max-width: 980px;
  margin: 0 auto;
}
div.ccm-page .centered,
.mfp-content .centered {
  text-align: center;
}
div.ccm-page p,
.mfp-content p,
div.ccm-page a,
.mfp-content a,
div.ccm-page li,
.mfp-content li,
div.ccm-page span,
.mfp-content span {
  font-family: 'ESPeak-Variable', 'Verdana', arial, sans-serif;
}
div.ccm-page p,
.mfp-content p {
  font-weight: 400;
  margin: 0;
  font-family: 'ESPeak-Variable', 'Verdana', arial, sans-serif;
  font-size: 18px;
  letter-spacing: -0.026em;
  line-height: 1.666em;
}
div.ccm-page p + p,
.mfp-content p + p {
  margin-top: 25px;
}
div.ccm-page h1,
.mfp-content h1,
div.ccm-page h2,
.mfp-content h2,
div.ccm-page h3,
.mfp-content h3 {
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
div.ccm-page .semi,
.mfp-content .semi {
  font-weight: 500;
}
div.ccm-page .bg-yellow,
.mfp-content .bg-yellow {
  background: #b7cace;
}
div.ccm-page .bg-green,
.mfp-content .bg-green {
  background: #d9ede2;
}
div.ccm-page .bg-lightblue,
.mfp-content .bg-lightblue {
  background: #c4cbd5;
}
div.ccm-page .bg-ltblue,
.mfp-content .bg-ltblue {
  background: #e5e8ed;
}
div.ccm-page .bg-dkblue,
.mfp-content .bg-dkblue {
  background: #384555;
}
div.ccm-page .bg-midblue,
.mfp-content .bg-midblue {
  background: #9aa5b5;
}
div.ccm-page .bg-darkorange,
.mfp-content .bg-darkorange {
  background: #ff5229;
}
div.ccm-page .bg-midorange,
.mfp-content .bg-midorange {
  background: #d99780;
}
div.ccm-page .bg-lightorange,
.mfp-content .bg-lightorange {
  background: #ff5229;
}
div.ccm-page .bg-darkorange,
.mfp-content .bg-darkorange {
  background: #ff5229;
}
div.ccm-page .bg-darkorange-50,
.mfp-content .bg-darkorange-50 {
  background-color: #E1A996;
}
div.ccm-page .bg-darkGreen,
.mfp-content .bg-darkGreen {
  background: #1a6e82;
}
div.ccm-page .bg-darkgreen-50,
.mfp-content .bg-darkgreen-50 {
  background-color: #dbe5e7;
}
div.ccm-page .bg-midgreen,
.mfp-content .bg-midgreen {
  background: #b7cace;
}
div.ccm-page .bg-lightgreen,
.mfp-content .bg-lightgreen {
  background: #dbe5e7;
}
div.ccm-page .bg-teal,
.mfp-content .bg-teal {
  background: #1a6e82;
}
div.ccm-page .c-dkblue,
.mfp-content .c-dkblue {
  color: #384555;
}
div.ccm-page .c-midblue,
.mfp-content .c-midblue {
  color: #9aa5b5;
}
div.ccm-page .c-darkorange,
.mfp-content .c-darkorange {
  color: #ff5229;
}
div.ccm-page .c-midorange,
.mfp-content .c-midorange {
  color: #ff5229;
}
div.ccm-page .c-lightorange,
.mfp-content .c-lightorange {
  color: #ff5229;
}
div.ccm-page .c-darkorange,
.mfp-content .c-darkorange {
  color: #ff5229;
}
div.ccm-page .c-darkGreen,
.mfp-content .c-darkGreen {
  color: #1a6e82;
}
div.ccm-page .c-midgreen,
.mfp-content .c-midgreen {
  color: #b7cace;
}
div.ccm-page .c-lightgreen,
.mfp-content .c-lightgreen {
  color: #dbe5e7;
}
div.ccm-page h1,
.mfp-content h1 {
  font-size: 80px;
  font-family: 'Thunder', arial, sans-serif;
  font-weight: 700;
  line-height: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.026em;
}
div.ccm-page h2,
.mfp-content h2,
div.ccm-page .h2,
.mfp-content .h2 {
  font-size: 70px;
  line-height: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Thunder', arial, sans-serif;
  margin: 0;
  letter-spacing: 0.026em;
}
@media only screen and (max-width: 767px) {
  div.ccm-page h2,
  .mfp-content h2,
  div.ccm-page .h2,
  .mfp-content .h2 {
    font-size: 48px;
  }
}
div.ccm-page h3,
.mfp-content h3 {
  font-family: 'ESPeak-Variable', 'Verdana', arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.026em;
  line-height: 0.9em;
  margin-bottom: 30px;
  padding: 0;
}
div.ccm-page .futura,
.mfp-content .futura {
  font-family: 'Thunder', arial, sans-serif;
}
div.ccm-page .light,
.mfp-content .light {
  font-weight: 500;
}
div.ccm-page .bold,
.mfp-content .bold {
  font-weight: 700;
}
div.ccm-page .upper,
.mfp-content .upper {
  text-transform: uppercase;
}
div.ccm-page img,
.mfp-content img {
  max-width: 100%;
}
div.ccm-page .max400,
.mfp-content .max400 {
  max-width: 400px;
}
div.ccm-page .pt-0,
.mfp-content .pt-0 {
  padding-top: 0px;
}
div.ccm-page .pt-25,
.mfp-content .pt-25 {
  padding-top: 25px;
}
div.ccm-page .pt-40,
.mfp-content .pt-40 {
  padding-top: 40px;
}
div.ccm-page .pt-80,
.mfp-content .pt-80 {
  padding-top: 80px;
}
div.ccm-page .pb-25,
.mfp-content .pb-25 {
  padding-bottom: 40px;
}
div.ccm-page .pr-20,
.mfp-content .pr-20 {
  padding-right: 20px;
}
div.ccm-page .pl-20,
.mfp-content .pl-20 {
  padding-left: 20px;
}
div.ccm-page .pr-40,
.mfp-content .pr-40 {
  padding-right: 40px;
}
div.ccm-page .pr-80,
.mfp-content .pr-80 {
  padding-right: 80px;
}
div.ccm-page .pl-80,
.mfp-content .pl-80 {
  padding-left: 80px;
}
div.ccm-page .pa-0,
.mfp-content .pa-0 {
  padding: 0px;
}
div.ccm-page .pa-25,
.mfp-content .pa-25 {
  padding: 25px;
}
div.ccm-page .pb-0,
.mfp-content .pb-0 {
  padding-bottom: 0px;
}
div.ccm-page .pb-25,
.mfp-content .pb-25 {
  padding-bottom: 25px;
}
div.ccm-page .mb-25,
.mfp-content .mb-25 {
  margin-bottom: 25px;
}
div.ccm-page .mr-25,
.mfp-content .mr-25 {
  margin-right: 25px;
}
div.ccm-page .mt-25,
.mfp-content .mt-25 {
  margin-top: 25px;
}
div.ccm-page .m0,
.mfp-content .m0 {
  margin: 0;
}
div.ccm-page .mb-40,
.mfp-content .mb-40 {
  margin-bottom: 40px;
}
div.ccm-page .mt-55,
.mfp-content .mt-55 {
  margin-top: 55px;
}
div.ccm-page .c-yellow,
.mfp-content .c-yellow {
  color: #b7cace;
}
div.ccm-page .bg-off,
.mfp-content .bg-off {
  background: #fdf9f7;
}
div.ccm-page .bg-off-l,
.mfp-content .bg-off-l {
  background: #faf0eb;
}
div.ccm-page .bg-footer1,
.mfp-content .bg-footer1 {
  background-image: linear-gradient(180deg, #ffffff 0, #ffffff 60px, #b7cace 60px);
}
div.ccm-page .bg-footer2,
.mfp-content .bg-footer2 {
  background: #b7cace;
}
div.ccm-page .bg-grey,
.mfp-content .bg-grey {
  background: #3b3b3b;
}
div.ccm-page .bg-text,
.mfp-content .bg-text {
  background: #000000;
}
div.ccm-page .bg-white,
.mfp-content .bg-white {
  background: #ffffff;
}
div.ccm-page .bg-red,
.mfp-content .bg-red {
  background: #ff5229;
}
div.ccm-page .bg-darkRed,
.mfp-content .bg-darkRed {
  background: #962527;
}
div.ccm-page .bg-strongblue,
.mfp-content .bg-strongblue {
  background: #263f6a;
}
div.ccm-page .bg-blue,
.mfp-content .bg-blue {
  background: #384555;
}
div.ccm-page .bg-w-blue,
.mfp-content .bg-w-blue {
  background: #007db9;
}
div.ccm-page .bg-w-orange,
.mfp-content .bg-w-orange {
  background: #ee7421;
}
div.ccm-page .bg-w-green,
.mfp-content .bg-w-green {
  background: #76bd1d;
}
div.ccm-page .bg-w-yellow,
.mfp-content .bg-w-yellow {
  background: #f6a704;
}
div.ccm-page .bg-lightPink,
.mfp-content .bg-lightPink {
  background: #f8ebe6;
}
div.ccm-page .bg-pink,
.mfp-content .bg-pink {
  background: #ffdcd4;
}
div.ccm-page .bg-lightorange,
.mfp-content .bg-lightorange {
  background: #ffdcd4;
}
div.ccm-page .bg-darkpink,
.mfp-content .bg-darkpink {
  background: #e7bbaa;
}
div.ccm-page .bg-purple,
.mfp-content .bg-purple {
  background: #662046;
}
div.ccm-page .bg-purple2,
.mfp-content .bg-purple2 {
  background: #a50c58;
}
div.ccm-page .bg-purple-80,
.mfp-content .bg-purple-80 {
  background: rgba(102, 32, 70, 0.8);
}
div.ccm-page .bg-purple-60,
.mfp-content .bg-purple-60 {
  background: rgba(102, 32, 70, 0.6);
}
div.ccm-page .bg-grad,
.mfp-content .bg-grad {
  background-color: rgba(102, 32, 70, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 32, 70, 0.8)), to(rgba(231, 187, 170, 0.8)));
  background: -webkit-linear-gradient(top, rgba(102, 32, 70, 0.8), rgba(231, 187, 170, 0.8));
  background: -moz-linear-gradient(top, rgba(102, 32, 70, 0.8), rgba(231, 187, 170, 0.8));
  background: -ms-linear-gradient(top, rgba(102, 32, 70, 0.8), rgba(231, 187, 170, 0.8));
  background: -o-linear-gradient(top, rgba(102, 32, 70, 0.8), rgba(231, 187, 170, 0.8));
}
div.ccm-page .bg-light,
.mfp-content .bg-light {
  background: #d7dddd;
}
div.ccm-page .c-light,
.mfp-content .c-light {
  color: #c4cbd5;
}
div.ccm-page .c-white,
.mfp-content .c-white {
  color: #ffffff !important;
}
div.ccm-page .c-white h2,
.mfp-content .c-white h2 {
  color: #ffffff !important;
}
div.ccm-page .c-red,
.mfp-content .c-red {
  color: #ff5229 !important;
}
div.ccm-page .c-w-blue,
.mfp-content .c-w-blue {
  background: #007db9;
}
div.ccm-page .c-w-orange,
.mfp-content .c-w-orange {
  background: #ee7421;
}
div.ccm-page .c-w-green,
.mfp-content .c-w-green {
  background: #76bd1d;
}
div.ccm-page .c-w-yellow,
.mfp-content .c-w-yellow {
  background: #f6a704;
}
div.ccm-page .c-footer1,
.mfp-content .c-footer1 {
  color: #3b3b3b !important;
}
div.ccm-page .c-text,
.mfp-content .c-text {
  color: #000000 !important;
}
div.ccm-page .c-purple,
.mfp-content .c-purple {
  color: #662046 !important;
}
div.ccm-page .c-pink,
.mfp-content .c-pink {
  color: #e7bbaa !important;
}
div.ccm-page .c-blue,
.mfp-content .c-blue {
  color: #384555 !important;
}
div.ccm-page .c-strongblue,
.mfp-content .c-strongblue {
  color: #263f6a !important;
}
div.ccm-page .c-fb,
.mfp-content .c-fb {
  color: #3b5998;
}
div.ccm-page .c-li,
.mfp-content .c-li {
  color: #0077b5;
}
div.ccm-page .bg-fb,
.mfp-content .bg-fb {
  background: #3b5998 !important;
}
div.ccm-page .bg-li,
.mfp-content .bg-li {
  background: #0077b5 !important;
}
div.ccm-page .bg-gd,
.mfp-content .bg-gd {
  background: #1ea946 !important;
}
div.ccm-page .bg-tw,
.mfp-content .bg-tw {
  background: #2aa2ee !important;
}
div.ccm-page .social_home-button,
.mfp-content .social_home-button {
  padding: 15px 30px !important;
}
div.ccm-page .teams,
.mfp-content .teams {
  position: relative;
}
div.ccm-page .offset-lg-bg,
.mfp-content .offset-lg-bg {
  position: absolute;
  top: 95px;
  left: 0;
  bottom: 0;
  width: calc(100% - 70px);
  background: #dbe5e7;
}
@media (max-width: 992px) {
  div.ccm-page .offset-lg-bg,
  .mfp-content .offset-lg-bg {
    width: 100%;
  }
}
div.ccm-page .offset-lg-bg.lighter,
.mfp-content .offset-lg-bg.lighter {
  background: #edf2f3;
}
div.ccm-page .no-bg .offset-lg-bg,
.mfp-content .no-bg .offset-lg-bg {
  background: none;
}
div.ccm-page .icon-grid,
.mfp-content .icon-grid {
  position: relative;
}
div.ccm-page .icon-grid .container,
.mfp-content .icon-grid .container {
  padding-top: 0px;
}
div.ccm-page .icon-grid .offset-lg-bg,
.mfp-content .icon-grid .offset-lg-bg {
  width: 100%;
}
div.ccm-page .icon-grid .icon--intro,
.mfp-content .icon-grid .icon--intro {
  text-align: center;
  margin-top: 40px;
}
div.ccm-page .balance,
.mfp-content .balance {
  text-wrap: balance;
  width: 275px;
}
div.ccm-page .balance.wider,
.mfp-content .balance.wider {
  width: 360px;
}
@media (max-width: 540px) {
  div.ccm-page .balance.wider,
  .mfp-content .balance.wider {
    width: 275px;
  }
}
div.ccm-page .balance.widest,
.mfp-content .balance.widest {
  width: 500px;
}
@media (max-width: 540px) {
  div.ccm-page .balance.widest,
  .mfp-content .balance.widest {
    width: 275px;
  }
}
div.ccm-page .simple-copy,
.mfp-content .simple-copy {
  padding-right: 60px;
}
@media (max-width: 992px) {
  div.ccm-page .simple-copy,
  .mfp-content .simple-copy {
    padding-right: 0px;
  }
}
div.ccm-page .image-left .simple-copy,
.mfp-content .image-left .simple-copy {
  padding-right: 0;
}
div.ccm-page .image-left .col-md-7 > *,
.mfp-content .image-left .col-md-7 > * {
  margin-left: 60px;
}
@media (max-width: 992px) {
  div.ccm-page .image-left .col-md-7 > *,
  .mfp-content .image-left .col-md-7 > * {
    margin-left: 0px;
  }
}
div.ccm-page .simple-image,
.mfp-content .simple-image {
  position: relative;
  padding-right: 85px;
  padding-top: 30px;
}
div.ccm-page .simple-image img,
.mfp-content .simple-image img {
  position: relative;
}
div.ccm-page .simple-image-bg,
.mfp-content .simple-image-bg {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1;
  width: 78%;
  background: #dbe5e7;
}
div.ccm-page .button,
.mfp-content .button {
  cursor: pointer;
  line-height: 1em;
  padding: 17px 24px;
  font-family: 'ESPeak-Variable', 'Verdana', arial, sans-serif;
  font-size: 17px;
  border-radius: 0px;
  border: 0;
  display: inline-block;
  background: #1a6e82;
  text-transform: none !important;
  font-weight: normal !important;
  color: #ffffff;
  transition: all 0.2s linear;
}
div.ccm-page .button + .button,
.mfp-content .button + .button {
  margin-left: 10px;
}
@media only screen and (max-width: 540px) {
  div.ccm-page .button + .button,
  .mfp-content .button + .button {
    margin-left: 0px;
  }
}
div.ccm-page .button:hover,
.mfp-content .button:hover {
  text-decoration: none;
  color: #ffffff !important;
  background-color: #1a6e82 !important;
  border: 0;
}
div.ccm-page .button.solid,
.mfp-content .button.solid {
  background: #1a6e82;
  color: #ffffff;
}
div.ccm-page .button.solid:hover,
.mfp-content .button.solid:hover {
  background-color: #1a6e82 !important;
  color: #ffffff !important;
  border: 0;
}
div.ccm-page .button--white,
.mfp-content .button--white {
  background: #ffffff;
  border: 0;
  color: #000000;
}
div.ccm-page .button--white:hover,
.mfp-content .button--white:hover {
  background: #1a6e82 !important;
  color: #ffffff !important;
}
div.ccm-page .button--white-orange,
.mfp-content .button--white-orange {
  background: #ffffff;
  border: 0;
  color: #000000;
}
div.ccm-page .button--white-orange:hover,
.mfp-content .button--white-orange:hover {
  background: #ff5229 !important;
  color: #ffffff !important;
}
div.ccm-page .button--wide,
.mfp-content .button--wide {
  padding: 17px 40px;
}
@media (max-width: 768px) {
  div.ccm-page .button--home,
  .mfp-content .button--home {
    padding-bottom: 40px;
  }
}
div.ccm-page .button--white-outline,
.mfp-content .button--white-outline {
  background: #ffffff;
  border: 0;
  color: #000000 !important;
}
div.ccm-page .button--white-outline:hover,
.mfp-content .button--white-outline:hover {
  background: #1a6e82 !important;
  color: #ffffff !important;
}
div.ccm-page .button--teal,
.mfp-content .button--teal {
  background: #1a6e82 !important;
  color: #ffffff !important;
  border: none !important;
}
div.ccm-page .button--green,
.mfp-content .button--green {
  background: #1a6e82 !important;
  border: 0;
  color: #ffffff !important;
}
div.ccm-page .button--fit,
.mfp-content .button--fit {
  max-width: fit-content;
  margin: 0 auto !important;
}
div.ccm-page .button.no-hover,
.mfp-content .button.no-hover {
  background: #1a6e82 !important;
}
div.ccm-page .button img,
.mfp-content .button img {
  margin-right: 15px;
}
div.ccm-page .button.small,
.mfp-content .button.small {
  padding: 10px 20px;
  font-size: 17px;
}
div.ccm-page .button.small + .button,
.mfp-content .button.small + .button {
  margin-left: 15px;
}
div.ccm-page .button.large,
.mfp-content .button.large {
  padding: 35px;
}
@media (max-width: 767px) {
  div.ccm-page .button.large,
  .mfp-content .button.large {
    width: 100%;
  }
}
div.ccm-page .button[target=_blank]:after,
.mfp-content .button[target=_blank]:after,
div.ccm-page .button.external:after,
.mfp-content .button.external:after {
  font-family: "FontAwesomePro";
  content: "\f35d";
  font-weight: 700;
  float: right;
  margin-left: 7px;
}
div.ccm-page .ccm-block-switch-language-flags,
.mfp-content .ccm-block-switch-language-flags {
  margin-top: 15px;
}
div.ccm-page .c-gd,
.mfp-content .c-gd {
  color: #1ea946;
}
div.ccm-page .fiftyfifty,
.mfp-content .fiftyfifty {
  background: #ff5229;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff5229 50%, #ffffff 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff5229 50%, #ffffff 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff5229 50%, #ffffff 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@darkOrange', endColorstr='@white', GradientType=1);
  /* IE6-9 */
}
div.ccm-page .fiftyfifty .container,
.mfp-content .fiftyfifty .container {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  div.ccm-page .fiftyfifty .container,
  .mfp-content .fiftyfifty .container {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
  }
}
div.ccm-page .fiftyfifty h2.smaller,
.mfp-content .fiftyfifty h2.smaller {
  font-size: 24px;
}
div.ccm-page .fiftyfifty.reverse,
.mfp-content .fiftyfifty.reverse {
  background: #e7bbaa;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e7bbaa 50%, #662046 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e7bbaa 50%, #662046 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e7bbaa 50%, #662046 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@pink', endColorstr='@purple', GradientType=1);
  /* IE6-9 */
}
div.ccm-page .fiftyfifty.ffwhite,
.mfp-content .fiftyfifty.ffwhite {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 50%, #ffffff 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 50%, #ffffff 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 50%, #ffffff 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@white', endColorstr='@white', GradientType=1);
  /* IE6-9 */
}
div.ccm-page .fiftyfifty.ffwhite .c-gd,
.mfp-content .fiftyfifty.ffwhite .c-gd {
  color: #1ea946;
}
div.ccm-page .fiftyfifty.ffwhite .c-in,
.mfp-content .fiftyfifty.ffwhite .c-in {
  color: #2064f3;
}
div.ccm-page .fiftyfifty.gb,
.mfp-content .fiftyfifty.gb {
  background: #1ea946;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1ea946 50%, #2064f3 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1ea946 50%, #2064f3 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1ea946 50%, #2064f3 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gd', endColorstr='@in', GradientType=1);
  /* IE6-9 */
}
@media only screen and (max-width: 992px) {
  div.ccm-page .fiftyfifty.gb .col-md-6,
  .mfp-content .fiftyfifty.gb .col-md-6 {
    background: #2064f3;
  }
}
div.ccm-page .fiftyfifty.gb .col-md-6 .small,
.mfp-content .fiftyfifty.gb .col-md-6 .small {
  font-size: 20px;
}
@media only screen and (max-width: 1600px) {
  div.ccm-page .fiftyfifty.gb .col-md-6 .small,
  .mfp-content .fiftyfifty.gb .col-md-6 .small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  div.ccm-page .fiftyfifty.gb .col-md-6:first-child,
  .mfp-content .fiftyfifty.gb .col-md-6:first-child {
    background: #1ea946;
  }
}
@media only screen and (max-width: 992px) {
  div.ccm-page .fiftyfifty,
  .mfp-content .fiftyfifty {
    filter: none;
    background: none;
  }
}
div.ccm-page .fiftyfifty .col-md-6,
.mfp-content .fiftyfifty .col-md-6 {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 100px;
}
@media only screen and (max-width: 992px) {
  div.ccm-page .fiftyfifty .col-md-6,
  .mfp-content .fiftyfifty .col-md-6 {
    background: #fdf9f7;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div.ccm-page .fiftyfifty .col-md-6 .abwrap,
.mfp-content .fiftyfifty .col-md-6 .abwrap {
  padding-left: 100px;
}
@media only screen and (max-width: 992px) {
  div.ccm-page .fiftyfifty .col-md-6 .abwrap,
  .mfp-content .fiftyfifty .col-md-6 .abwrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
div.ccm-page .fiftyfifty .col-md-6:first-child,
.mfp-content .fiftyfifty .col-md-6:first-child {
  padding-right: 100px;
  padding-left: 15px;
}
@media only screen and (max-width: 992px) {
  div.ccm-page .fiftyfifty .col-md-6:first-child,
  .mfp-content .fiftyfifty .col-md-6:first-child {
    background: #ffffff;
    padding-right: 15px;
    padding-left: 15px;
  }
}
div.ccm-page .fiftyfifty .col-md-6:first-child .abwrap,
.mfp-content .fiftyfifty .col-md-6:first-child .abwrap {
  padding-right: 100px;
  padding-left: 15px;
}
@media only screen and (max-width: 992px) {
  div.ccm-page .fiftyfifty .col-md-6:first-child .abwrap,
  .mfp-content .fiftyfifty .col-md-6:first-child .abwrap {
    padding-right: 15px;
  }
}
div.ccm-page .fiftyfifty .col-md-6 p,
.mfp-content .fiftyfifty .col-md-6 p,
div.ccm-page .fiftyfifty .col-md-6 h2,
.mfp-content .fiftyfifty .col-md-6 h2 {
  color: #ffffff;
}
div.ccm-page .fiftyfifty .col-md-6 h2,
.mfp-content .fiftyfifty .col-md-6 h2 {
  margin: 0px;
}
div.ccm-page .mag-iframe:before,
.mfp-content .mag-iframe:before {
  content: url('/application/themes/phoenix/images/play.png');
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  left: 43%;
}
div.ccm-page .map,
.mfp-content .map {
  padding-top: 37.75%;
  position: relative;
}
div.ccm-page .map > div2,
.mfp-content .map > div2 {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}
div.ccm-page .mapcontent p,
.mfp-content .mapcontent p {
  font-size: 17px;
  max-width: 200px;
}
div.ccm-page .mapcontent img,
.mfp-content .mapcontent img {
  margin-bottom: 15px;
}
div.ccm-page .slick-track,
.mfp-content .slick-track,
div.ccm-page .slick-list,
.mfp-content .slick-list {
  height: 100%;
}
div.ccm-page .slick-bg,
.mfp-content .slick-bg {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
}
div.ccm-page .visiblyhidden,
.mfp-content .visiblyhidden {
  visibility: hidden;
}
@media (max-width: 992px) {
  div.ccm-page .ccm-block-topic-list-page-topics,
  .mfp-content .ccm-block-topic-list-page-topics {
    padding: 0;
  }
  div.ccm-page .ccm-block-topic-list-page-topics li,
  .mfp-content .ccm-block-topic-list-page-topics li {
    width: 100%;
  }
  div.ccm-page .ccm-block-topic-list-page-topics .button,
  .mfp-content .ccm-block-topic-list-page-topics .button {
    width: 100%;
  }
}
div.ccm-page li,
.mfp-content li {
  display: inline-block;
  margin-bottom: 10px;
}
div.ccm-page .awards.container,
.mfp-content .awards.container {
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  div.ccm-page .awards.container,
  .mfp-content .awards.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
div.ccm-page .awards h2,
.mfp-content .awards h2 {
  padding: 0 60px;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  div.ccm-page .awards h2,
  .mfp-content .awards h2 {
    padding: 10px 0 0 0;
  }
}
div.ccm-page .awards h3,
.mfp-content .awards h3 {
  margin-top: 25px;
  margin-bottom: 10px;
}
div.ccm-page .awards .award-slider,
.mfp-content .awards .award-slider {
  padding: 0 60px;
}
@media (max-width: 480px) {
  div.ccm-page .awards .award-slider,
  .mfp-content .awards .award-slider {
    padding: 0 30px;
  }
}
div.ccm-page .awards .award-slider-wrapper,
.mfp-content .awards .award-slider-wrapper {
  margin: 0;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 1181px) {
  div.ccm-page .awards .award-slider-wrapper,
  .mfp-content .awards .award-slider-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  div.ccm-page .awards .award-slider-wrapper,
  .mfp-content .awards .award-slider-wrapper {
    margin: 0;
  }
}
div.ccm-page .awards .award-item,
.mfp-content .awards .award-item {
  padding: 0 40px;
}
@media (max-width: 540px) {
  div.ccm-page .awards .award-item,
  .mfp-content .awards .award-item {
    text-align: center;
  }
}
div.ccm-page .steps h2,
.mfp-content .steps h2 {
  padding: 0 60px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  div.ccm-page .steps h2,
  .mfp-content .steps h2 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  div.ccm-page .steps.container,
  .mfp-content .steps.container {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
div.ccm-page .steps h3,
.mfp-content .steps h3 {
  margin-top: 25px;
  margin-bottom: 20px;
}
div.ccm-page .steps .step-slider-wrapper,
.mfp-content .steps .step-slider-wrapper {
  margin: 0 130px;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  div.ccm-page .steps .step-slider-wrapper,
  .mfp-content .steps .step-slider-wrapper {
    margin: 0;
  }
}
div.ccm-page .steps .step-item,
.mfp-content .steps .step-item {
  padding: 0 135px 0 0;
}
@media (max-width: 767px) {
  div.ccm-page .steps .step-item,
  .mfp-content .steps .step-item {
    padding: 0;
  }
}
div.ccm-page .steps .step-item img,
.mfp-content .steps .step-item img {
  width: 75%;
  display: inline-block;
}
div.ccm-page hr,
.mfp-content hr {
  height: 1px;
  border: none;
  margin: 0;
  background: #000000;
  width: 100%;
  position: absolute;
  right: 0px;
  bottom: -60px;
}
div.ccm-page button.slick-arrow,
.mfp-content button.slick-arrow {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  z-index: 2;
  left: auto;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  bottom: -auto;
  width: 34px;
  height: 34px;
  background: url("/application/themes/phoenix/images/new-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
div.ccm-page button.slick-arrow.slick-prev,
.mfp-content button.slick-arrow.slick-prev {
  left: 0px;
  right: auto;
  background: url("/application/themes/phoenix/images/new-arrow-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
div.ccm-page button.slick-arrow:hover,
.mfp-content button.slick-arrow:hover {
  opacity: 1;
}
div.ccm-page button.slick-arrow.slick-disabled,
.mfp-content button.slick-arrow.slick-disabled {
  opacity: 0.5;
}
div.ccm-page button.slick-arrow:before,
.mfp-content button.slick-arrow:before,
div.ccm-page button.slick-arrow:after,
.mfp-content button.slick-arrow:after {
  display: none !important;
}
div.ccm-page .slick-track,
.mfp-content .slick-track {
  display: flex;
  align-items: stretch;
}
div.ccm-page .slick-track:before,
.mfp-content .slick-track:before {
  display: none;
}
div.ccm-page .slick-track:after,
.mfp-content .slick-track:after {
  display: none;
}
div.ccm-page .slick-slide,
.mfp-content .slick-slide {
  height: auto;
  flex: 1;
}
div.ccm-page .slick-slide > div,
.mfp-content .slick-slide > div {
  height: 100%;
}
div.ccm-page .pr-60,
.mfp-content .pr-60 {
  padding-right: 60px;
}
div.ccm-page .meet-team,
.mfp-content .meet-team {
  margin-bottom: 180px;
}
div.ccm-page .meet-team .container,
.mfp-content .meet-team .container {
  padding-bottom: 0px;
}
div.ccm-page .meet-team .slick-list,
.mfp-content .meet-team .slick-list,
div.ccm-page .meet-team .slick-slide,
.mfp-content .meet-team .slick-slide,
div.ccm-page .meet-team .slick-track,
.mfp-content .meet-team .slick-track {
  overflow: visible;
}
div.ccm-page .meet-team .sld,
.mfp-content .meet-team .sld {
  display: flex !important;
  height: 100%;
  padding: 0 64px;
}
@media (max-width: 992px) {
  div.ccm-page .meet-team .sld,
  .mfp-content .meet-team .sld {
    flex-direction: column-reverse;
    padding: 0 30px;
    justify-content: flex-end;
  }
}
div.ccm-page .meet-team .simple-image,
.mfp-content .meet-team .simple-image {
  padding-right: 90px;
  padding-top: 53px;
}
@media (max-width: 540px) {
  div.ccm-page .meet-team .simple-image,
  .mfp-content .meet-team .simple-image {
    padding: 0;
  }
}
div.ccm-page .meet-team .simple-image-bg,
.mfp-content .meet-team .simple-image-bg {
  right: 60px;
}
@media (max-width: 540px) {
  div.ccm-page .meet-team .simple-image-bg,
  .mfp-content .meet-team .simple-image-bg {
    aspect-ratio: 0;
  }
}
div.ccm-page .meet-team .person-image,
.mfp-content .meet-team .person-image {
  width: 50%;
  min-width: 50%;
  display: block;
}
@media (max-width: 992px) {
  div.ccm-page .meet-team .person-image,
  .mfp-content .meet-team .person-image {
    width: 75%;
    min-width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  div.ccm-page .meet-team .person-image,
  .mfp-content .meet-team .person-image {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
}
div.ccm-page .meet-team .person-image img,
.mfp-content .meet-team .person-image img {
  width: 90%;
  /*			height:90%;			 */
  object-fit: cover;
}
@media (max-width: 540px) {
  div.ccm-page .meet-team .person-image img,
  .mfp-content .meet-team .person-image img {
    width: 100%;
    /*				height:100%;*/
  }
}
div.ccm-page .meet-team .person-info,
.mfp-content .meet-team .person-info {
  padding: 0 100px 75px 120px;
}
@media (max-width: 992px) {
  div.ccm-page .meet-team .person-info,
  .mfp-content .meet-team .person-info {
    padding: 0;
  }
}
div.ccm-page .meet-team .person-info img,
.mfp-content .meet-team .person-info img {
  margin-top: 30px;
  margin-left: -30px;
  height: 110px !important;
  width: auto !important;
}
@media (max-width: 992px) {
  div.ccm-page .meet-team .person-info img,
  .mfp-content .meet-team .person-info img {
    margin-top: 0;
    margin-left: 0;
    height: auto !important;
    width: auto !important;
  }
}
div.ccm-page .meet-team .person-info h3,
.mfp-content .meet-team .person-info h3 {
  color: #ff5229;
  position: relative;
}
div.ccm-page .meet-team .person-info h3:before,
.mfp-content .meet-team .person-info h3:before {
  content: url("/application/themes/phoenix/images/quote.svg");
  position: absolute;
  bottom: -83px;
  left: -60px;
}
div.ccm-page .meet-team h2,
.mfp-content .meet-team h2 {
  margin-bottom: 55px;
}
div.ccm-page .meet-team h3,
.mfp-content .meet-team h3 {
  margin-bottom: 30px;
}
div.ccm-page .meet-team hr,
.mfp-content .meet-team hr {
  width: calc(100% - 120px);
  margin-left: 60px;
  margin-right: 60px;
}
div.ccm-page .meet-team .team-slide-number,
.mfp-content .meet-team .team-slide-number {
  position: absolute;
  bottom: -80px;
  left: 45px;
}
div.ccm-page .meet-team.alt,
.mfp-content .meet-team.alt {
  margin-bottom: 80px;
  padding-bottom: 160px;
  background: linear-gradient(90deg, #b7cace 80%, #fdf9f7 80%);
}
div.ccm-page .meet-team.alt hr,
.mfp-content .meet-team.alt hr {
  width: calc(80% - 120px);
  right: auto;
  left: 0;
}
div.ccm-page .meet-team.alt .person-image,
.mfp-content .meet-team.alt .person-image {
  width: 50%;
  min-width: 50%;
  margin-left: 0;
  display: block;
}
div.ccm-page .meet-team.alt .person-image img,
.mfp-content .meet-team.alt .person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.ccm-page .meet-team.alt .person-info,
.mfp-content .meet-team.alt .person-info {
  padding: 0 120px 75px 120px;
}
div.ccm-page .meet-team.alt .person-info img,
.mfp-content .meet-team.alt .person-info img {
  margin-top: 30px;
  margin-left: -30px;
  height: 110px !important;
  width: auto !important;
}
div.ccm-page .meet-team.alt2,
.mfp-content .meet-team.alt2 {
  margin-bottom: 80px;
  padding-bottom: 160px;
  background: linear-gradient(270deg, #c4cbd5 80%, #fdf9f7 80%);
}
@media (max-width: 992px) {
  div.ccm-page .meet-team.alt2,
  .mfp-content .meet-team.alt2 {
    background: transparent;
  }
}
div.ccm-page .meet-team.alt2 hr,
.mfp-content .meet-team.alt2 hr {
  width: calc(80% - 120px);
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  div.ccm-page .meet-team.alt2 hr,
  .mfp-content .meet-team.alt2 hr {
    width: 96% !important;
    margin: 0;
  }
}
div.ccm-page .meet-team.alt2 .person-image,
.mfp-content .meet-team.alt2 .person-image {
  width: 50%;
  min-width: 50%;
  margin-left: 0;
  display: block;
}
@media (max-width: 992px) {
  div.ccm-page .meet-team.alt2 .person-image,
  .mfp-content .meet-team.alt2 .person-image {
    width: 100%;
    min-width: 100%;
  }
}
div.ccm-page .meet-team.alt2 .person-image img,
.mfp-content .meet-team.alt2 .person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.ccm-page .meet-team.alt2 .person-info,
.mfp-content .meet-team.alt2 .person-info {
  padding: 0 120px 75px 120px;
}
@media (max-width: 992px) {
  div.ccm-page .meet-team.alt2 .person-info,
  .mfp-content .meet-team.alt2 .person-info {
    padding: 0;
  }
}
div.ccm-page .meet-team.alt2 .person-info h2,
.mfp-content .meet-team.alt2 .person-info h2 {
  margin-top: 20px !important;
}
div.ccm-page .meet-team.alt2 .person-info img,
.mfp-content .meet-team.alt2 .person-info img {
  margin-top: 30px;
  margin-left: -30px;
  height: 110px !important;
  width: auto !important;
}
div.ccm-page .meet-team.alt2 .team-slide-number,
.mfp-content .meet-team.alt2 .team-slide-number {
  left: calc(20% + 55px);
}
@media (max-width: 992px) {
  div.ccm-page .meet-team.alt2 .team-slide-number,
  .mfp-content .meet-team.alt2 .team-slide-number {
    left: 0px;
  }
}
div.ccm-page .team-slider button.slick-arrow,
.mfp-content .team-slider button.slick-arrow {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  z-index: 2;
  left: auto;
  right: 60px;
  top: auto;
  bottom: 55px;
  width: 34px;
  height: 34px;
  background: url("/application/themes/phoenix/images/new-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
div.ccm-page .team-slider button.slick-arrow.slick-prev,
.mfp-content .team-slider button.slick-arrow.slick-prev {
  left: auto;
  right: 100px;
  background: url("/application/themes/phoenix/images/new-arrow-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
div.ccm-page .team-slider button.slick-arrow:hover,
.mfp-content .team-slider button.slick-arrow:hover {
  opacity: 1;
}
div.ccm-page .team-slider button.slick-arrow.slick-disabled,
.mfp-content .team-slider button.slick-arrow.slick-disabled {
  opacity: 0.5;
}
div.ccm-page .team-slider button.slick-arrow:before,
.mfp-content .team-slider button.slick-arrow:before,
div.ccm-page .team-slider button.slick-arrow:after,
.mfp-content .team-slider button.slick-arrow:after {
  display: none !important;
}
div.ccm-page .location-slider,
.mfp-content .location-slider {
  /*&.team-slider .sld {
		@media(min-width:992px){
			.caption {margin-top:110px;}
			img {
				top:auto;
				bottom:140px;
			}
		}
	}*/
}
div.ccm-page .location-slider h2,
.mfp-content .location-slider h2 {
  max-width: 70%;
}
div.ccm-page .location-slider.team-slider .sld img,
.mfp-content .location-slider.team-slider .sld img {
  padding-left: 170px;
  padding-bottom: 140px;
  padding-right: 60px;
  width: 100%;
  position: unset;
}
div.ccm-page .location-slider.team-slider .sld .caption,
.mfp-content .location-slider.team-slider .sld .caption {
  position: absolute;
  margin-top: 80px;
  width: 580px;
  max-width: 50%;
  padding: 73px 73px 73px 60px;
  bottom: 0px;
  left: 0px;
}
@media (max-width: 540px) {
  div.ccm-page .location-slider.team-slider .sld .caption,
  .mfp-content .location-slider.team-slider .sld .caption {
    position: relative;
    margin-top: 20px;
    padding: 20px;
    max-width: 100%;
  }
}
div.ccm-page .slick-dotted.slick-slider,
.mfp-content .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
div.ccm-page .slick-dots li,
.mfp-content .slick-dots li {
  display: inline-block !important;
}
div.ccm-page .slick-dots li.slick-active button:before,
.mfp-content .slick-dots li.slick-active button:before {
  color: #ff5229 !important;
}
div.ccm-page .slick-dots li button:before,
.mfp-content .slick-dots li button:before {
  font-size: 12px;
  color: #e3e3e3;
  opacity: 1;
}
div.ccm-page .slick-dots li button:hover:before,
.mfp-content .slick-dots li button:hover:before {
  color: #962527 !important;
}
div.ccm-page .slick-dots,
.mfp-content .slick-dots {
  bottom: -60px;
}
div.ccm-page .faq,
.mfp-content .faq {
  padding-bottom: 20px;
}
div.ccm-page .faq h2,
.mfp-content .faq h2 {
  margin-bottom: 40px;
}
div.ccm-page .faq .col-md-6,
.mfp-content .faq .col-md-6 {
  padding: 0 60px;
}
@media (max-width: 767px) {
  div.ccm-page .faq .col-md-6,
  .mfp-content .faq .col-md-6 {
    padding: 0;
  }
}
div.ccm-page .faq .row,
.mfp-content .faq .row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  div.ccm-page .faq .row,
  .mfp-content .faq .row {
    flex-wrap: wrap;
  }
}
div.ccm-page .faq .accordian,
.mfp-content .faq .accordian {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  div.ccm-page .faq .accordian,
  .mfp-content .faq .accordian {
    padding-top: 30px;
  }
}
div.ccm-page .half.green,
.mfp-content .half.green {
  background: linear-gradient(90deg, #9aa5b5 50%, #c4cbd5 50%);
}
@media (max-width: 767px) {
  div.ccm-page .half.green,
  .mfp-content .half.green {
    background: transparent;
  }
}
@media (max-width: 767px) {
  div.ccm-page .half .container,
  .mfp-content .half .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  div.ccm-page .half .row,
  .mfp-content .half .row {
    margin-left: 0;
    margin-right: 0;
  }
}
div.ccm-page .half .col-md-6,
.mfp-content .half .col-md-6 {
  padding: 0 120px;
}
@media (max-width: 767px) {
  div.ccm-page .half .col-md-6,
  .mfp-content .half .col-md-6 {
    padding: 30px 25px;
    background: #9aa5b5;
  }
}
@media (max-width: 767px) {
  div.ccm-page .half .col-md-6:last-child,
  .mfp-content .half .col-md-6:last-child {
    background: #c4cbd5;
  }
}
div.ccm-page .half h2,
.mfp-content .half h2 {
  margin-bottom: 60px;
  margin-top: 0px !important;
}
div.ccm-page .half p,
.mfp-content .half p {
  padding-right: 60px;
}
div.ccm-page .half a,
.mfp-content .half a {
  color: #000000;
  text-decoration: underline;
}
div.ccm-page .half a.button,
.mfp-content .half a.button {
  color: #ffffff;
  text-decoration: none;
  margin-top: 30px;
}
div.ccm-page .half img,
.mfp-content .half img {
  margin-top: 30px;
}
div.ccm-page .accordian,
.mfp-content .accordian {
  padding-right: 60px;
}
@media (max-width: 767px) {
  div.ccm-page .accordian,
  .mfp-content .accordian {
    padding-right: 0;
  }
}
div.ccm-page .accordian--item,
.mfp-content .accordian--item {
  border-top: 1px solid #000000;
  padding: 15px 0;
  margin-right: -50px;
}
div.ccm-page .accordian--item:last-child,
.mfp-content .accordian--item:last-child {
  border-bottom: 1px solid #000000;
}
@media (max-width: 1181px) {
  div.ccm-page .accordian--item,
  .mfp-content .accordian--item {
    padding: 15px 20px 15px 0;
  }
}
@media (max-width: 992px) {
  div.ccm-page .accordian--item,
  .mfp-content .accordian--item {
    margin-right: 0px;
  }
}
div.ccm-page .accordian--item h3,
.mfp-content .accordian--item h3 {
  position: relative;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  div.ccm-page .accordian--item h3,
  .mfp-content .accordian--item h3 {
    padding-right: 15px;
    margin-right: 10px;
  }
}
div.ccm-page .accordian--item h3:after,
.mfp-content .accordian--item h3:after {
  content: "+";
  position: absolute;
  right: 0px;
  font-size: 50px;
  line-height: 20px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1181px) {
  div.ccm-page .accordian--item h3:after,
  .mfp-content .accordian--item h3:after {
    right: -20px;
  }
}
div.ccm-page .accordian--item > div,
.mfp-content .accordian--item > div {
  display: none;
  padding: 15px 0 0 0;
}
div.ccm-page .accordian--item.active > div,
.mfp-content .accordian--item.active > div {
  display: block;
}
div.ccm-page .pinkdots .slick-dots li.slick-active button:before,
.mfp-content .pinkdots .slick-dots li.slick-active button:before {
  color: #3b3b3b !important;
}
div.ccm-page .pinkdots .slick-dots li button:before,
.mfp-content .pinkdots .slick-dots li button:before {
  color: #d7dddd;
}
div.ccm-page .pinkdots .slick-dots li button:hover:before,
.mfp-content .pinkdots .slick-dots li button:hover:before {
  color: #ff5229 !important;
}
div.ccm-page a:hover,
.mfp-content a:hover {
  text-decoration: none;
}
div.ccm-page .hero,
.mfp-content .hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.ccm-page .halfbg,
.mfp-content .halfbg {
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: center right;
}
@media only screen and (max-width: 767px) {
  div.ccm-page .halfbg,
  .mfp-content .halfbg {
    background: none !important;
  }
}
div.ccm-page .halfbg .content,
.mfp-content .halfbg .content,
div.ccm-page .halfbg h2,
.mfp-content .halfbg h2 {
  padding-right: 100px;
}
@media only screen and (max-width: 767px) {
  div.ccm-page .halfbg .content,
  .mfp-content .halfbg .content,
  div.ccm-page .halfbg h2,
  .mfp-content .halfbg h2 {
    padding-right: 0px;
  }
}
div.ccm-page .visuallyhidden,
.mfp-content .visuallyhidden {
  height: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0px;
  width: 0px;
  visibility: hidden;
  opacity: 0;
  display: none;
}
div.ccm-page .backToTop,
.mfp-content .backToTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background: #ff5229;
  width: 60px;
  z-index: 999;
  line-height: 58px;
  height: 60px;
  text-align: center;
}
div.ccm-page .backToTop a,
.mfp-content .backToTop a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
}
div.ccm-page .container-fluid,
.mfp-content .container-fluid {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
@media (min-width: 1600px) {
  div.ccm-page .container-fluid,
  .mfp-content .container-fluid {
    max-width: 1440px;
  }
}
@media (max-width: 992px) {
  div.ccm-page .container-fluid,
  .mfp-content .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
div.ccm-page header .container-fluid,
.mfp-content header .container-fluid {
  max-width: 1460px;
}
div.ccm-page .table,
.mfp-content .table {
  display: table;
  width: 100%;
  vertical-align: middle;
}
div.ccm-page .table .table-cell,
.mfp-content .table .table-cell {
  display: table-cell;
  vertical-align: middle;
}
div.ccm-page .table .table-cell.bottom,
.mfp-content .table .table-cell.bottom {
  vertical-align: bottom !important;
}
div.ccm-page .table .table-cell.logo-cell,
.mfp-content .table .table-cell.logo-cell {
  width: 180px;
}
@media only screen and (min-width: 990px) {
  div.ccm-page .table .table-cell.logo-cell,
  .mfp-content .table .table-cell.logo-cell {
    width: 180px;
  }
}
@media only screen and (min-width: 1100px) {
  div.ccm-page .table .table-cell.logo-cell,
  .mfp-content .table .table-cell.logo-cell {
    width: 240px;
  }
}
@media only screen and (min-width: 1200px) {
  div.ccm-page .table .table-cell.logo-cell,
  .mfp-content .table .table-cell.logo-cell {
    width: 260px;
  }
}
@media only screen and (min-width: 1300px) {
  div.ccm-page .table .table-cell.logo-cell,
  .mfp-content .table .table-cell.logo-cell {
    width: 300px;
  }
}
div.ccm-page .pad,
.mfp-content .pad {
  padding: 70px;
}
@media (max-width: 992px) {
  div.ccm-page .pad,
  .mfp-content .pad {
    padding: 40px 0;
  }
}
div.ccm-page .pad-top,
.mfp-content .pad-top {
  padding-top: 80px;
}
div.ccm-page .pad-bottom,
.mfp-content .pad-bottom {
  padding-bottom: 80px;
}
div.ccm-page .remove-pad-top .container,
.mfp-content .remove-pad-top .container {
  padding-top: 0px;
}
div.ccm-page .remove-pad-bottom .container,
.mfp-content .remove-pad-bottom .container {
  padding-bottom: 0px;
}
div.ccm-page .fl,
.mfp-content .fl {
  float: left;
}
div.ccm-page .cl,
.mfp-content .cl {
  clear: left;
}
div.ccm-page .bgimage,
.mfp-content .bgimage {
  background-size: cover;
  background-position: center center;
}
div.ccm-page .hero-home,
.mfp-content .hero-home {
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}
div.ccm-page .hero-home .overall,
.mfp-content .hero-home .overall {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 20s ease-in;
  -moz-transition: all 20s ease-in;
  -ms-transition: all 20s ease-in;
  -o-transition: all 20s ease-in;
  -webkit-transition: all 20s ease-in;
}
div.ccm-page .hero-home.init .overall,
.mfp-content .hero-home.init .overall {
  transform: scale(1.1);
}
div.ccm-page .hero-home.hero-page,
.mfp-content .hero-home.hero-page {
  padding-top: 0;
  padding-bottom: 0;
}
div.ccm-page .hero-home.hero-page .quote,
.mfp-content .hero-home.hero-page .quote {
  font-family: 'Thunder', arial, sans-serif;
  font-size: 42px;
}
@media (min-width: 1060px) {
  div.ccm-page .hero-home.hero-page .quote,
  .mfp-content .hero-home.hero-page .quote {
    font-size: 48px;
  }
}
@media (min-width: 1500px) {
  div.ccm-page .hero-home.hero-page .quote,
  .mfp-content .hero-home.hero-page .quote {
    font-size: 55px;
  }
}
@media (max-width: 992px) {
  div.ccm-page .hero-home.hero-page,
  .mfp-content .hero-home.hero-page {
    padding-top: 0;
    background-image: none !important;
  }
  div.ccm-page .hero-home.hero-page .mobileonly,
  .mfp-content .hero-home.hero-page .mobileonly {
    margin-bottom: 0;
  }
  div.ccm-page .hero-home.hero-page .indent,
  .mfp-content .hero-home.hero-page .indent {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  div.ccm-page .hero-home.hero-page .indent .quote,
  .mfp-content .hero-home.hero-page .indent .quote {
    max-width: none;
  }
}
@media (max-width: 992px) {
  div.ccm-page .hero-home,
  .mfp-content .hero-home {
    padding: 0;
  }
  div.ccm-page .hero-home .overflow,
  .mfp-content .hero-home .overflow {
    position: relative !important;
  }
  div.ccm-page .hero-home form,
  .mfp-content .hero-home form {
    margin-top: 60px !important;
    margin-bottom: 60px;
  }
  div.ccm-page .hero-home .mobileonly,
  .mfp-content .hero-home .mobileonly {
    margin-bottom: 0;
  }
  div.ccm-page .hero-home .bgimage,
  .mfp-content .hero-home .bgimage {
    background: none;
    height: auto;
    position: relative;
  }
  div.ccm-page .hero-home .indent,
  .mfp-content .hero-home .indent {
    width: 100%;
    margin: 0;
  }
  div.ccm-page .hero-home .indent .quote,
  .mfp-content .hero-home .indent .quote {
    max-width: none;
  }
}
div.ccm-page .hero-home .author,
.mfp-content .hero-home .author {
  font-weight: 300;
  line-height: 1em;
}
div.ccm-page .hero-home form,
.mfp-content .hero-home form {
  margin-top: 60px;
  display: block;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
@media (min-width: 1600px) {
  div.ccm-page .hero-home form,
  .mfp-content .hero-home form {
    margin-top: 140px;
  }
}
div.ccm-page .hero-home form input[type=text],
.mfp-content .hero-home form input[type=text] {
  padding: 17px 30px 17px 30px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  line-height: 20px;
  font-size: 16px;
}
@media (min-width: 1600px) {
  div.ccm-page .hero-home form input[type=text],
  .mfp-content .hero-home form input[type=text] {
    line-height: 24px;
    font-size: 16px;
  }
}
div.ccm-page .hero-home form input[type=text]::-webkit-input-placeholder,
.mfp-content .hero-home form input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8b8b8b;
  opacity: 1;
  line-height: 24px;
}
div.ccm-page .hero-home form input[type=text]::-moz-placeholder,
.mfp-content .hero-home form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #8b8b8b;
  opacity: 1;
  line-height: 24px;
}
div.ccm-page .hero-home form input[type=text]:-ms-input-placeholder,
.mfp-content .hero-home form input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #8b8b8b;
  opacity: 1;
  line-height: 24px;
}
div.ccm-page .hero-home form input[type=text]:-moz-placeholder,
.mfp-content .hero-home form input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #8b8b8b;
  opacity: 1;
  line-height: 24px;
}
div.ccm-page .hero-home.ishome .herobg,
.mfp-content .hero-home.ishome .herobg {
  width: 87.5%;
  height: 100%;
  position: absolute;
  background: url(/application/themes/phoenix/images/home-hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1060px) {
  div.ccm-page .hero-home.ishome .herobg,
  .mfp-content .hero-home.ishome .herobg {
    width: 100%;
  }
}
div.ccm-page .hero-home.ishome h1,
.mfp-content .hero-home.ishome h1 {
  font-size: 122px;
  margin-bottom: 55px;
}
@media (max-width: 1060px) {
  div.ccm-page .hero-home.ishome h1,
  .mfp-content .hero-home.ishome h1 {
    font-size: 80px;
    max-width: 50% !important;
  }
}
@media (max-width: 767px) {
  div.ccm-page .hero-home.ishome h1,
  .mfp-content .hero-home.ishome h1 {
    max-width: 100% !important;
  }
}
div.ccm-page .hero-home.ishome .container-fluid.pre,
.mfp-content .hero-home.ishome .container-fluid.pre {
  bottom: auto;
  left: 60px;
  position: static;
  padding-left: 60px;
  padding-top: 60px;
}
div.ccm-page .hero-home.ishome .indent,
.mfp-content .hero-home.ishome .indent {
  position: relative;
  z-index: 5;
}
div.ccm-page .hero-home.ishome .personimg,
.mfp-content .hero-home.ishome .personimg {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translatex(-7.5%);
  height: calc(100vh - 40px);
  max-width: none;
  max-height: 100%;
}
@media (max-width: 1181px) {
  div.ccm-page .hero-home.ishome .personimg,
  .mfp-content .hero-home.ishome .personimg {
    height: calc(100vh - 100px);
    transform: translatex(0%);
  }
}
@media (max-width: 767px) {
  div.ccm-page .hero-home.ishome .personimg,
  .mfp-content .hero-home.ishome .personimg {
    display: none;
  }
}
div.ccm-page .hero-home.ishome .sig,
.mfp-content .hero-home.ishome .sig {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 45%;
  padding: 20px 0;
  z-index: 4;
}
@media (max-width: 1181px) {
  div.ccm-page .hero-home.ishome .sig,
  .mfp-content .hero-home.ishome .sig {
    width: 100%;
  }
}
div.ccm-page .hero-home.ishome .sig p,
.mfp-content .hero-home.ishome .sig p {
  float: right;
  padding: 10px 30px;
  color: #000000;
  background: #ffffff;
  text-align: right;
  position: relative;
  z-index: 6;
}
div.ccm-page .hero-home.ishome .sigimg,
.mfp-content .hero-home.ishome .sigimg {
  margin-left: 50%;
  height: 66px;
}
@media (max-width: 992px) {
  div.ccm-page .hero-home.ishome,
  .mfp-content .hero-home.ishome {
    height: auto;
    max-height: none;
  }
  div.ccm-page .hero-home.ishome h1,
  .mfp-content .hero-home.ishome h1 {
    font-size: 42px;
    line-height: 50px !important;
    margin-bottom: 40px;
  }
  div.ccm-page .hero-home.ishome .container-fluid.pre,
  .mfp-content .hero-home.ishome .container-fluid.pre {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
  }
  div.ccm-page .hero-home.ishome .sig,
  .mfp-content .hero-home.ishome .sig {
    display: none;
  }
}
div.ccm-page .bg-lightGrey,
.mfp-content .bg-lightGrey {
  background: #d7dddd;
}
div.ccm-page .jobs_grid,
.mfp-content .jobs_grid {
  padding: 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  div.ccm-page .jobs_grid,
  .mfp-content .jobs_grid {
    padding: 0;
  }
}
div.ccm-page .jobs_grid > *,
.mfp-content .jobs_grid > * {
  width: 49%;
  max-width: 49%;
  flex-basis: 49%;
}
@media (max-width: 767px) {
  div.ccm-page .jobs_grid > *,
  .mfp-content .jobs_grid > * {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
div.ccm-page .jobs_grid-item,
.mfp-content .jobs_grid-item {
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2%;
}
@media (max-width: 480px) {
  div.ccm-page .jobs_grid-item,
  .mfp-content .jobs_grid-item {
    flex-wrap: wrap;
  }
}
div.ccm-page .jobs_grid-item h2,
.mfp-content .jobs_grid-item h2 {
  line-height: 1.2em !important;
  font-size: 26px !important;
  margin: 0 0 45px 0 !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  div.ccm-page .jobs_grid-item h2,
  .mfp-content .jobs_grid-item h2 {
    font-size: 23px !important;
    margin: 0 0 30px 0 !important;
  }
}
div.ccm-page .jobs_grid-item h2 + p,
.mfp-content .jobs_grid-item h2 + p {
  margin: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  border-bottom: none !important;
}
div.ccm-page .jobs_grid-item > div:nth-child(2),
.mfp-content .jobs_grid-item > div:nth-child(2) {
  width: 135px;
  max-width: 135px;
  min-width: 135px;
}
@media (max-width: 767px) {
  div.ccm-page .jobs_grid-item > div:nth-child(2),
  .mfp-content .jobs_grid-item > div:nth-child(2) {
    margin-top: 15px;
  }
}
div.ccm-page .jobs_grid-item > div:first-child,
.mfp-content .jobs_grid-item > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  div.ccm-page .jobs_grid-item > div:first-child,
  .mfp-content .jobs_grid-item > div:first-child {
    justify-content: flex-start;
    height: auto;
  }
}
div.ccm-page .jobs_grid-item a > p,
.mfp-content .jobs_grid-item a > p {
  color: #000000 !important;
}
div.ccm-page .search-form,
.mfp-content .search-form {
  padding-bottom: 0px;
  padding-top: 160px;
}
@media (max-width: 992px) {
  div.ccm-page .search-form,
  .mfp-content .search-form {
    padding-top: 0;
    margin-bottom: 60px;
  }
}
div.ccm-page .search-form form,
.mfp-content .search-form form {
  margin: 0 80px;
  padding: 25px;
  background: #f8ebe6;
  float: none;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  div.ccm-page .search-form form,
  .mfp-content .search-form form {
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 60px;
  }
  div.ccm-page .search-form form > div,
  .mfp-content .search-form form > div {
    flex-basis: 100%;
    padding-top: 5px;
  }
}
div.ccm-page .search-form form select,
.mfp-content .search-form form select {
  padding: 0 45px 0 15px;
  height: 50px;
}
@media (max-width: 992px) {
  div.ccm-page .search-form form select,
  .mfp-content .search-form form select {
    width: 100%;
  }
}
div.ccm-page .search-form form .button,
.mfp-content .search-form form .button {
  background: #ff5229;
  color: #ffffff !important;
}
@media (max-width: 992px) {
  div.ccm-page .search-form form .button,
  .mfp-content .search-form form .button {
    flex-basis: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  div.ccm-page .search-form form.container,
  .mfp-content .search-form form.container {
    padding: 40px 20px;
  }
}
div.ccm-page .back-link,
.mfp-content .back-link {
  margin: 0 80px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  div.ccm-page .back-link,
  .mfp-content .back-link {
    margin: 0;
  }
}
div.ccm-page .back-link a,
.mfp-content .back-link a {
  color: #000000;
}
div.ccm-page .back-link a:hover,
.mfp-content .back-link a:hover {
  color: #ff5229;
}
div.ccm-page .rewards h2,
.mfp-content .rewards h2 {
  margin-bottom: 55px;
}
div.ccm-page .rewards .benefits-grid,
.mfp-content .rewards .benefits-grid {
  padding: 60px 60px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  div.ccm-page .rewards .benefits-grid,
  .mfp-content .rewards .benefits-grid {
    padding: 60px 0;
  }
}
div.ccm-page .rewards .benefits-grid .benefit,
.mfp-content .rewards .benefits-grid .benefit {
  padding: 0 25px;
  max-width: 20%;
  flex-basis: 20%;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  div.ccm-page .rewards .benefits-grid .benefit,
  .mfp-content .rewards .benefits-grid .benefit {
    max-width: 50%;
    flex-basis: 50%;
    padding: 0 10px;
  }
}
div.ccm-page .rewards .benefits-grid .benefit img,
.mfp-content .rewards .benefits-grid .benefit img {
  margin-bottom: 20px;
  display: inline-block;
  width: 75%;
}
div.ccm-page .rewards .benefits-grid .benefit h3,
.mfp-content .rewards .benefits-grid .benefit h3 {
  font-size: 17px;
  font-family: 'ESPeak-Variable', 'Verdana', arial, sans-serif;
  line-height: 1.78em;
  margin-bottom: 10px;
}
div.ccm-page .instagram .award-slider-wrapper,
.mfp-content .instagram .award-slider-wrapper {
  margin: 0 40px;
}
div.ccm-page .instagram .award-slider-wrapper .award-item,
.mfp-content .instagram .award-slider-wrapper .award-item {
  padding: 0 35px;
}
@media (max-width: 767px) {
  div.ccm-page .instagram .award-slider-wrapper .award-item,
  .mfp-content .instagram .award-slider-wrapper .award-item {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  div.ccm-page .instagram .award-slider-wrapper .award-item,
  .mfp-content .instagram .award-slider-wrapper .award-item {
    padding: 0;
  }
}
@media (max-width: 480px) {
  div.ccm-page .instagram .award-slider-wrapper,
  .mfp-content .instagram .award-slider-wrapper {
    margin: 0 20px;
  }
}
div.ccm-page .instagram h2,
.mfp-content .instagram h2 {
  padding: 0;
  color: #ff5229;
}
div.ccm-page .instagram img,
.mfp-content .instagram img {
  margin-bottom: 20px;
}
div.ccm-page .events h2,
.mfp-content .events h2 {
  margin-bottom: 55px;
  padding: 0 !important;
}
div.ccm-page .events .pa-50,
.mfp-content .events .pa-50 {
  padding: 50px;
}
div.ccm-page .events img,
.mfp-content .events img {
  margin-bottom: 20px;
}
div.ccm-page .events .title,
.mfp-content .events .title {
  display: flex;
  flex-wrap: wrap;
  padding: 0 45px 30px;
}
div.ccm-page .find_place h2,
.mfp-content .find_place h2 {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  div.ccm-page .find_place h2,
  .mfp-content .find_place h2 {
    line-height: 1.2em;
  }
}
@media (max-width: 992px) {
  div.ccm-page .find_place .col-sm-4,
  .mfp-content .find_place .col-sm-4 {
    width: 50%;
  }
}
div.ccm-page .find_place .container,
.mfp-content .find_place .container {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  div.ccm-page .find_place .container,
  .mfp-content .find_place .container {
    padding-bottom: 40px;
  }
}
div.ccm-page .find_place .find-grid,
.mfp-content .find_place .find-grid {
  padding: 60px 130px 0 130px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1060px) {
  div.ccm-page .find_place .find-grid,
  .mfp-content .find_place .find-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  div.ccm-page .find_place .find-grid,
  .mfp-content .find_place .find-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}
@media (max-width: 520px) {
  div.ccm-page .find_place .find-grid,
  .mfp-content .find_place .find-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
div.ccm-page .find_place .find-grid .benefit,
.mfp-content .find_place .find-grid .benefit {
  padding: 0;
  text-align: left;
}
@media (max-width: 992px) {
  div.ccm-page .find_place .find-grid .benefit,
  .mfp-content .find_place .find-grid .benefit {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  div.ccm-page .find_place .find-grid .benefit,
  .mfp-content .find_place .find-grid .benefit {
    grid-template-columns: repeat(1, 1fr);
    background: #4d91a3 !important;
  }
}
div.ccm-page .find_place .find-grid .benefit a,
.mfp-content .find_place .find-grid .benefit a {
  padding: 0;
  background: none !important;
  line-height: 1.2em;
  border: none;
  outline: none !important;
}
@media (max-width: 992px) {
  div.ccm-page .find_place .find-grid .benefit a,
  .mfp-content .find_place .find-grid .benefit a {
    padding: 17px 24px;
    background: #4d91a3 !important;
    line-height: 1em;
    width: 100%;
    display: block;
  }
}
div.ccm-page .find_place .find-grid .benefit h3,
.mfp-content .find_place .find-grid .benefit h3 {
  font-family: 'Thunder', arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.13em;
  font-size: 27px;
  letter-spacing: 0.0026em;
}
@media (max-width: 992px) {
  div.ccm-page .find_place .find-grid .benefit h3,
  .mfp-content .find_place .find-grid .benefit h3 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 18px;
  }
}
div.ccm-page .find_place .find-grid .benefit img,
.mfp-content .find_place .find-grid .benefit img {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 992px) {
  div.ccm-page .find_place .find-grid .benefit img,
  .mfp-content .find_place .find-grid .benefit img {
    display: none;
  }
}
div.ccm-page .indent,
.mfp-content .indent {
  max-width: 620px;
}
div.ccm-page .indent p,
.mfp-content .indent p {
  max-width: 485px;
}
div.ccm-page .hero-home .indent,
.mfp-content .hero-home .indent {
  max-width: 650px;
}
div.ccm-page .abwrap,
.mfp-content .abwrap {
  position: absolute;
  left: 0px;
  bottom: 80px;
  width: 100%;
}
div.ccm-page .f24,
.mfp-content .f24 {
  font-size: 24px;
}
div.ccm-page .f17,
.mfp-content .f17 {
  font-size: 17px;
}
div.ccm-page .featured-job,
.mfp-content .featured-job {
  position: relative;
  padding-bottom: 130px !important;
}
div.ccm-page .featured-job__heading,
.mfp-content .featured-job__heading {
  margin-top: 40px;
}
div.ccm-page .featured-job__info,
.mfp-content .featured-job__info {
  margin-top: 20px;
}
div.ccm-page .featured-job p,
.mfp-content .featured-job p {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  div.ccm-page .featured-job,
  .mfp-content .featured-job {
    padding-top: 20px !important;
    background: #ff5229 !important;
  }
}
div.ccm-page .innerjob,
.mfp-content .innerjob {
  padding: 35px;
}
@media only screen and (max-width: 992px) {
  div.ccm-page .isteam,
  .mfp-content .isteam {
    margin-bottom: 40px;
  }
}
div.ccm-page .latest-jobs,
.mfp-content .latest-jobs {
  position: relative;
}
div.ccm-page .latest-jobs .col-md-8,
.mfp-content .latest-jobs .col-md-8,
div.ccm-page .latest-jobs .col-md-12,
.mfp-content .latest-jobs .col-md-12 {
  padding: 0 60px;
}
@media (max-width: 992px) {
  div.ccm-page .latest-jobs .col-md-8,
  .mfp-content .latest-jobs .col-md-8,
  div.ccm-page .latest-jobs .col-md-12,
  .mfp-content .latest-jobs .col-md-12 {
    padding: 0;
  }
}
div.ccm-page .latest-jobs__wrap,
.mfp-content .latest-jobs__wrap {
  margin-top: 70px;
}
div.ccm-page .latest-jobs__list,
.mfp-content .latest-jobs__list {
  display: flex;
  gap: 60px;
}
@media (max-width: 992px) {
  div.ccm-page .latest-jobs__list,
  .mfp-content .latest-jobs__list {
    flex-wrap: wrap;
    margin: 0;
  }
}
div.ccm-page .latest-jobs__job,
.mfp-content .latest-jobs__job {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
@media (max-width: 992px) {
  div.ccm-page .latest-jobs__job,
  .mfp-content .latest-jobs__job {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
div.ccm-page .latest-jobs__job > div,
.mfp-content .latest-jobs__job > div {
  padding: 35px;
}
div.ccm-page .latest-jobs__job a,
.mfp-content .latest-jobs__job a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
div.ccm-page .latest-jobs .offset-lg-bg,
.mfp-content .latest-jobs .offset-lg-bg {
  top: 50%;
  background-color: #b7cace;
}
div.ccm-page .latest-jobs a,
.mfp-content .latest-jobs a {
  text-decoration: none !important;
}
div.ccm-page .latest-jobs h2,
.mfp-content .latest-jobs h2 {
  color: #ff5229;
  text-wrap: balance;
  width: 1px;
}
div.ccm-page .latest-jobs h3,
.mfp-content .latest-jobs h3 {
  margin-bottom: 30px;
  font-size: 22px;
}
div.ccm-page .latest-jobs .vw,
.mfp-content .latest-jobs .vw {
  padding-left: 0;
  margin-top: 35px;
}
div.ccm-page .latest-jobs p,
.mfp-content .latest-jobs p {
  color: #000000;
}
div.ccm-page .latest-jobs .button,
.mfp-content .latest-jobs .button {
  margin-top: 35px;
}
div.ccm-page .latest-jobs .close-date,
.mfp-content .latest-jobs .close-date {
  padding: 5px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 25px;
  background-color: #d7dddd;
  color: #000000;
  display: inline-block;
}
div.ccm-page .latest-jobs .job_buttons,
.mfp-content .latest-jobs .job_buttons {
  padding-top: 60px;
  text-align: left;
  /*> .button:first-child {
			margin-right:50px;
			@media (max-width: 992px) {
			margin-right:0px;
		}
		}
		> .button:last-child {
			margin-left:50px;
			@media (max-width: 992px) {
			margin-left:0px;
		}
		}*/
}
@media (max-width: 992px) {
  div.ccm-page .latest-jobs .job_buttons,
  .mfp-content .latest-jobs .job_buttons {
    padding-top: 20px;
    padding-left: 0;
    width: auto !important;
    display: inline-block;
    text-align: center;
    padding-right: 0;
    padding-bottom: 0;
  }
}
div.ccm-page .latest-jobs .job_buttons .button,
.mfp-content .latest-jobs .job_buttons .button {
  margin-top: 0px;
}
@media (max-width: 992px) {
  div.ccm-page .latest-jobs .job_buttons .button,
  .mfp-content .latest-jobs .job_buttons .button {
    margin-bottom: 20px;
    width: 100%;
  }
}
div.ccm-page .alsovisited .bg-av,
.mfp-content .alsovisited .bg-av {
  background: #ff977e;
}
div.ccm-page .contact-team,
.mfp-content .contact-team {
  background: linear-gradient(90deg, #1a6e82 50%, #b7cace 30%);
}
div.ccm-page .contact-team .container,
.mfp-content .contact-team .container {
  padding: 170px;
}
div.ccm-page .contact-team .row,
.mfp-content .contact-team .row {
  display: flex;
  align-items: center;
}
div.ccm-page .contact-team .col-md-6:first-child,
.mfp-content .contact-team .col-md-6:first-child {
  padding-right: 120px;
}
div.ccm-page .contact-team .col-md-6:last-child,
.mfp-content .contact-team .col-md-6:last-child {
  padding-left: 120px;
}
div.ccm-page .contact-team h2,
.mfp-content .contact-team h2 {
  margin-bottom: 35px;
}
div.ccm-page .contact-team .team-person,
.mfp-content .contact-team .team-person {
  display: flex;
  margin-bottom: 30px;
}
div.ccm-page .contact-team .person-image,
.mfp-content .contact-team .person-image {
  width: 150px;
}
div.ccm-page .contact-team .person-info,
.mfp-content .contact-team .person-info {
  padding: 30px 40px;
}
div.ccm-page .contact-team .person-info a,
.mfp-content .contact-team .person-info a {
  margin-top: 20px;
  color: #ff5229;
  display: Block;
}
div.ccm-page .contact-team p + p,
.mfp-content .contact-team p + p {
  margin-top: 0px;
}
div.ccm-page .small-header,
.mfp-content .small-header {
  padding-top: 200px;
  padding-bottom: 100px;
  height: auto;
  max-height: none;
}
div.ccm-page .small-header p,
.mfp-content .small-header p {
  font-size: 26px;
  font-family: 'Thunder', arial, sans-serif;
  padding-top: 7px;
  text-transform: uppercase;
}
div.ccm-page .small-header .container-fluid.pre,
.mfp-content .small-header .container-fluid.pre {
  position: relative;
  bottom: auto;
}
div.ccm-page .small-header .container-fluid.pre h1,
.mfp-content .small-header .container-fluid.pre h1 {
  max-width: 900px;
  padding-right: 30px;
}
div.ccm-page .captext,
.mfp-content .captext {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
div.ccm-page .captext p,
.mfp-content .captext p {
  font-size: 14px;
}
@media (max-width: 767px) {
  div.ccm-page .captext p,
  .mfp-content .captext p {
    font-size: 12px;
  }
}
div.ccm-page .sidebar,
.mfp-content .sidebar {
  padding: 30px;
  background: #dbe5e7;
}
div.ccm-page .sidebar h3,
.mfp-content .sidebar h3 {
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
}
div.ccm-page .sidebar .button,
.mfp-content .sidebar .button {
  margin-left: 0px;
  width: 100%;
  display: block;
  text-align: center;
}
@media (max-width: 992px) {
  div.ccm-page .sidebar,
  .mfp-content .sidebar {
    margin-top: 30px;
  }
}
div.ccm-page .news-article,
.mfp-content .news-article {
  padding-top: 160px;
  /*p:first-child {
		font-family:@heading;
		font-size:32px;
		font-weight: @regular;
		margin-bottom:30px;
		line-height: 0.9em;
		text-transform: uppercase;
		letter-spacing: 0.026em;
	}*/
}
div.ccm-page .news-article .article-content,
.mfp-content .news-article .article-content {
  padding-right: 60px;
}
@media (max-width: 992px) {
  div.ccm-page .news-article,
  .mfp-content .news-article {
    padding-top: 80px;
  }
  div.ccm-page .news-article .article-content,
  .mfp-content .news-article .article-content {
    padding-right: 0px;
  }
}
div.ccm-page .bg-darkYellow,
.mfp-content .bg-darkYellow {
  background-color: #fcecba;
}
div.ccm-page .catarc,
.mfp-content .catarc {
  display: flex;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 992px) {
  div.ccm-page .catarc,
  .mfp-content .catarc {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  div.ccm-page .catarc.container,
  .mfp-content .catarc.container {
    padding-bottom: 0;
  }
}
div.ccm-page .catarc .catlist,
.mfp-content .catarc .catlist {
  width: 50%;
  max-width: 50%;
  flex-basis: 50%;
  padding: 60px;
}
@media (max-width: 992px) {
  div.ccm-page .catarc .catlist,
  .mfp-content .catarc .catlist {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    padding: 60px 20px;
  }
}
div.ccm-page .catarc .catlist ul,
.mfp-content .catarc .catlist ul {
  padding-left: 0;
}
div.ccm-page .catarc .catlist li,
.mfp-content .catarc .catlist li {
  display: block;
  margin-bottom: 7px;
}
div.ccm-page .catarc .catlist li a,
.mfp-content .catarc .catlist li a {
  font-size: 18px;
  color: #000000;
  line-height: 1em;
}
div.ccm-page .catarc .catlist li a:hover,
.mfp-content .catarc .catlist li a:hover {
  color: #ff5229;
}
div.ccm-page .catarc .catlist h2,
.mfp-content .catarc .catlist h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
div.ccm-page .captioned h2,
.mfp-content .captioned h2 {
  margin-left: 0px !important;
}
div.ccm-page .captioned img,
.mfp-content .captioned img {
  padding-left: 30% !important;
}
div.ccm-page .garamond,
.mfp-content .garamond {
  font-family: "StempelGaramondLTBold";
  font-size: 125%;
}
div.ccm-page .bg-brightGreen,
.mfp-content .bg-brightGreen {
  background: #73bc94;
}
@media (max-width: 767px) {
  div.ccm-page .bg-brightGreenM,
  .mfp-content .bg-brightGreenM {
    background: #73bc94;
  }
}
div.ccm-page .bg-lightGreen,
.mfp-content .bg-lightGreen {
  background: #dbe5e7;
}
@media (max-width: 992px) {
  div.ccm-page .bg-lightGreenM,
  .mfp-content .bg-lightGreenM {
    background: #dbe5e7;
  }
}
div.ccm-page .icon-split.red,
.mfp-content .icon-split.red {
  background: linear-gradient(90deg, #ff5229 41.666%, #f8ebe6 41.666%);
}
div.ccm-page .icon-split.blue,
.mfp-content .icon-split.blue {
  background: linear-gradient(90deg, #384555 41.666%, #c4cbd5 41.666%);
}
div.ccm-page .icon-split.green,
.mfp-content .icon-split.green {
  background: linear-gradient(90deg, #d9ede2 41.666%, #73bc94 41.666%);
}
div.ccm-page .icon-split > .container > .row,
.mfp-content .icon-split > .container > .row {
  display: flex;
  align-items: center;
}
div.ccm-page .icon-split .col-md-5,
.mfp-content .icon-split .col-md-5 {
  padding-left: 60px;
  padding-right: 60px;
}
div.ccm-page .icon-split .col-md-7,
.mfp-content .icon-split .col-md-7 {
  padding-left: 120px;
  padding-right: 120px;
}
div.ccm-page .icon-split img,
.mfp-content .icon-split img {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}
div.ccm-page .icon-split .icon-grid,
.mfp-content .icon-split .icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
div.ccm-page .icon-split .icon-item,
.mfp-content .icon-split .icon-item {
  flex-basis: 50%;
  padding: 30px 25px;
  max-width: 300px;
}
div.ccm-page .icon-split h2,
.mfp-content .icon-split h2 {
  margin-bottom: 35px;
}
div.ccm-page .icon-split h3,
.mfp-content .icon-split h3 {
  line-height: 1.2em;
}
div.ccm-page .smaller-padding .simple.container,
.mfp-content .smaller-padding .simple.container {
  padding-top: 50px;
  padding-bottom: 50px;
}
div.ccm-page .simple h2,
.mfp-content .simple h2 {
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 1600px) {
  div.ccm-page .simple h2,
  .mfp-content .simple h2 {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  div.ccm-page .simple h2,
  .mfp-content .simple h2 {
    margin: 20px 0 20px 0 !important;
  }
}
div.ccm-page .simple .col-md-6,
.mfp-content .simple .col-md-6 {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  div.ccm-page .simple .col-md-6,
  .mfp-content .simple .col-md-6 {
    padding: 0;
  }
}
div.ccm-page .simple img,
.mfp-content .simple img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  div.ccm-page .simple.image-left h2,
  .mfp-content .simple.image-left h2,
  div.ccm-page .simple.image-left h3,
  .mfp-content .simple.image-left h3 {
    margin-top: 40px !important;
  }
}
div.ccm-page .simple .button,
.mfp-content .simple .button {
  margin-top: 50px;
}
@media only screen and (max-width: 992px) {
  div.ccm-page .simple .button,
  .mfp-content .simple .button {
    margin-bottom: 30px;
  }
}
div.ccm-page .simple .slick .sld,
.mfp-content .simple .slick .sld {
  position: Relative;
}
div.ccm-page .simple .slick .sld img,
.mfp-content .simple .slick .sld img {
  width: 100%;
}
div.ccm-page .simple .slick .overlaycontent,
.mfp-content .simple .slick .overlaycontent {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 20px;
}
div.ccm-page .simple .slick .overlaycontent .c-white,
.mfp-content .simple .slick .overlaycontent .c-white {
  padding: 10px 20px;
}
div.ccm-page .pb-0 .simple,
.mfp-content .pb-0 .simple {
  padding-bottom: 0 !important;
}
div.ccm-page .article_grid,
.mfp-content .article_grid {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}
div.ccm-page .article_grid > .article_item,
.mfp-content .article_grid > .article_item {
  flex-basis: calc(33.333% - (80px/3));
  max-width: calc(33.333% - (80px/3));
  width: calc(33.333% - (80px/3));
  padding: 0;
}
@media (max-width: 992px) {
  div.ccm-page .article_grid > .article_item,
  .mfp-content .article_grid > .article_item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
div.ccm-page .article_grid.all > .article_item,
.mfp-content .article_grid.all > .article_item {
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
}
div.ccm-page .article_grid.all > .article_item .blog_title,
.mfp-content .article_grid.all > .article_item .blog_title,
div.ccm-page .article_grid.all > .article_item .vw,
.mfp-content .article_grid.all > .article_item .vw {
  padding-left: 20px;
}
div.ccm-page .article_grid.all > .article_item .bg,
.mfp-content .article_grid.all > .article_item .bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 80%;
  width: calc(100% - 0px);
  background: #edf2f3;
}
div.ccm-page .article_grid img,
.mfp-content .article_grid img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 360px;
}
div.ccm-page .article_grid .imgwrap,
.mfp-content .article_grid .imgwrap {
  position: relative;
}
div.ccm-page .article_grid a:hover,
.mfp-content .article_grid a:hover,
div.ccm-page .article_grid a:active,
.mfp-content .article_grid a:active,
div.ccm-page .article_grid a,
.mfp-content .article_grid a,
div.ccm-page .article_grid h3,
.mfp-content .article_grid h3 {
  text-decoration: none !important;
}
div.ccm-page .blog_title,
.mfp-content .blog_title {
  position: relative;
  padding: 15px 30px 0 10px;
}
div.ccm-page .blog_title h3,
.mfp-content .blog_title h3 {
  font-size: 18px;
  line-height: 1.66em;
  margin: 0;
}
div.ccm-page .vw,
.mfp-content .vw {
  padding: 15px 30px 0 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}
div.ccm-page .vw img,
.mfp-content .vw img {
  width: auto;
  height: auto;
}
div.ccm-page .blog__driver,
.mfp-content .blog__driver {
  overflow: hidden;
}
div.ccm-page .blog_driver,
.mfp-content .blog_driver {
  position: relative;
  margin-bottom: 40px;
}
div.ccm-page .blog_driver img,
.mfp-content .blog_driver img {
  display: block;
  width: 100%;
  object-fit: cover;
}
div.ccm-page .blog_driver .blog_title,
.mfp-content .blog_driver .blog_title {
  position: relative;
}
div.ccm-page .today h2,
.mfp-content .today h2 {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  div.ccm-page .today h2,
  .mfp-content .today h2 {
    flex-wrap: wrap;
  }
}
div.ccm-page .today h2 img,
.mfp-content .today h2 img {
  height: 180px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  div.ccm-page .today h2 img,
  .mfp-content .today h2 img {
    height: 100px;
    padding-bottom: 10px;
    margin: 0;
  }
}
div.ccm-page .history-button,
.mfp-content .history-button {
  margin: 0 130px;
}
div.ccm-page .blog_home,
.mfp-content .blog_home {
  background: url(/application/themes/phoenix/images/spotlight-bg.jpg);
  background-size: 100% calc(100% - 300px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
div.ccm-page .blog_home a,
.mfp-content .blog_home a {
  color: #000000;
}
div.ccm-page .blog_home h2,
.mfp-content .blog_home h2 {
  max-width: 82%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  div.ccm-page .blog_home h2,
  .mfp-content .blog_home h2 {
    max-width: 100%;
  }
}
div.ccm-page .blog_home .title,
.mfp-content .blog_home .title {
  display: flex;
  justify-content: flex-start;
}
div.ccm-page .blog_home .button,
.mfp-content .blog_home .button {
  margin-top: 40px;
  display: inline-block;
}
@media only screen and (max-width: 1600px) {
  div.ccm-page .blog_home .button,
  .mfp-content .blog_home .button {
    margin-top: 40px;
  }
}
div.ccm-page .blog_home a.button,
.mfp-content .blog_home a.button {
  color: #ffffff;
}
div.ccm-page .teamToggle .container,
.mfp-content .teamToggle .container {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 767px) {
  div.ccm-page .teamToggle .container,
  .mfp-content .teamToggle .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
div.ccm-page .teamToggle .container .col-md-6,
.mfp-content .teamToggle .container .col-md-6 {
  padding: 0 60px;
}
div.ccm-page .teamToggle a,
.mfp-content .teamToggle a {
  color: #000000;
}
div.ccm-page .teamToggle h2,
.mfp-content .teamToggle h2 {
  max-width: 82%;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  div.ccm-page .teamToggle h2,
  .mfp-content .teamToggle h2 {
    max-width: 100%;
  }
}
div.ccm-page .teamToggle .title,
.mfp-content .teamToggle .title {
  display: flex;
  justify-content: flex-start;
}
div.ccm-page .teamToggle .button,
.mfp-content .teamToggle .button {
  margin-top: 40px;
  display: inline-block;
}
@media only screen and (max-width: 1600px) {
  div.ccm-page .teamToggle .button,
  .mfp-content .teamToggle .button {
    margin-top: 40px;
  }
}
div.ccm-page .teamToggle .toggle_item,
.mfp-content .teamToggle .toggle_item {
  background: none;
  padding: 20px;
  margin-bottom: 0;
  border-top: 1px solid #ffffff;
  position: relative;
  cursor: pointer;
}
div.ccm-page .teamToggle .toggle_item:last-child,
.mfp-content .teamToggle .toggle_item:last-child {
  border-bottom: 1px solid #ffffff;
}
div.ccm-page .teamToggle .toggle_item h3,
.mfp-content .teamToggle .toggle_item h3 {
  color: #ffffff;
  margin: 0px !important;
}
div.ccm-page .teamToggle .toggle_item h3 i,
.mfp-content .teamToggle .toggle_item h3 i {
  display: none;
  position: absolute;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
div.ccm-page .teamToggle .toggle_item.active,
.mfp-content .teamToggle .toggle_item.active {
  background: #d99780;
}
div.ccm-page .teamToggle .toggle_item.active i,
.mfp-content .teamToggle .toggle_item.active i {
  display: block;
}
div.ccm-page .teamToggle .toggle_item.active h3,
.mfp-content .teamToggle .toggle_item.active h3 {
  color: #ffffff;
}
div.ccm-page .teamToggle .toggle_item:hover i,
.mfp-content .teamToggle .toggle_item:hover i {
  display: block;
}
div.ccm-page .teamToggle .toggle_content,
.mfp-content .teamToggle .toggle_content {
  display: none;
}
div.ccm-page .teamToggle .toggle_content.active,
.mfp-content .teamToggle .toggle_content.active {
  display: block;
}
div.ccm-page .blog_list a,
.mfp-content .blog_list a {
  color: #000000;
}
div.ccm-page .blog_list h2,
.mfp-content .blog_list h2 {
  max-width: 82%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  div.ccm-page .blog_list h2,
  .mfp-content .blog_list h2 {
    max-width: 100%;
  }
}
div.ccm-page .blog_list .title,
.mfp-content .blog_list .title {
  display: flex;
  justify-content: flex-start;
}
div.ccm-page .blog_list .button,
.mfp-content .blog_list .button {
  margin-top: 40px;
  display: inline-block;
}
@media only screen and (max-width: 1600px) {
  div.ccm-page .blog_list .button,
  .mfp-content .blog_list .button {
    margin-top: 40px;
  }
}
div.ccm-page .blog_list a.button,
.mfp-content .blog_list a.button {
  color: #ffffff;
}
div.ccm-page .twitter_item .bg-white,
.mfp-content .twitter_item .bg-white {
  padding: 10px;
}
div.ccm-page .twitter_item .bg-light,
.mfp-content .twitter_item .bg-light {
  border: 1px solid #d7dddd;
  padding: 20px;
}
div.ccm-page .twitter_item .tweet_bg,
.mfp-content .twitter_item .tweet_bg {
  background-size: cover;
  background-position: center center;
  padding: 20px;
  position: relative;
}
div.ccm-page .twitter_item .tweet_bg:after,
.mfp-content .twitter_item .tweet_bg:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
div.ccm-page .twitter_item .tweet_body,
.mfp-content .twitter_item .tweet_body {
  position: relative;
  z-index: 2;
}
div.ccm-page .twitter_item .tweet_handle,
.mfp-content .twitter_item .tweet_handle {
  position: relative;
  z-index: 2;
  display: Block;
  overflow: hidden;
}
div.ccm-page .twitter_item .tweet_handle img,
.mfp-content .twitter_item .tweet_handle img,
div.ccm-page .twitter_item .tweet_handle span,
.mfp-content .twitter_item .tweet_handle span {
  float: left;
  line-height: 44px;
}
div.ccm-page .review,
.mfp-content .review {
  font-size: 19px;
  line-height: 1.4em;
}
@media only screen and (max-width: 1600px) {
  div.ccm-page .review,
  .mfp-content .review {
    font-size: 19px;
  }
}
div.ccm-page .fr,
.mfp-content .fr {
  float: right;
}
div.ccm-page .review_top,
.mfp-content .review_top {
  margin-bottom: 40px;
}
div.ccm-page .review_top img,
.mfp-content .review_top img {
  vertical-align: top;
}
div.ccm-page .review_top img.tb,
.mfp-content .review_top img.tb {
  vertical-align: text-bottom;
}
div.ccm-page .review_top .stars,
.mfp-content .review_top .stars {
  height: 22px;
  display: inline-block;
  top: -4px;
  position: relative;
}
div.ccm-page .review_top .stars.sin,
.mfp-content .review_top .stars.sin {
  display: inline-block;
  vertical-align: text-bottom;
}
div.ccm-page .review_top .stars .filler,
.mfp-content .review_top .stars .filler {
  position: absolute;
  width: 30%;
  height: 22px;
  z-index: 40;
}
div.ccm-page .review_top .stars img,
.mfp-content .review_top .stars img {
  position: relative;
  top: 0px;
  left: 0px;
  display: inline-block;
  z-index: 99;
}
div.ccm-page .review_top .bg-in,
.mfp-content .review_top .bg-in {
  background: #2064f3;
}
div.ccm-page .review_top .bg-gd,
.mfp-content .review_top .bg-gd {
  background: #1ea946;
}
div.ccm-page .review_top .score,
.mfp-content .review_top .score {
  font-size: 30px;
}
div.ccm-page .review_top i,
.mfp-content .review_top i {
  border: 1px solid #ffffff;
  border-radius: 999px;
  padding: 5px;
  font-size: 16px;
  margin-top: 23px;
  color: #ffffff;
}
div.ccm-page .review_top i.c-yellow,
.mfp-content .review_top i.c-yellow {
  color: #b7cace;
  border: 1px solid #b7cace;
}
@media only screen and (max-width: 520px) {
  div.ccm-page .review_top p,
  .mfp-content .review_top p {
    text-align: center;
    margin: 0px 0px 25px 0px;
  }
  div.ccm-page .review_top .fr,
  .mfp-content .review_top .fr {
    float: none;
  }
  div.ccm-page .review_top img,
  .mfp-content .review_top img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  div.ccm-page .review_top span,
  .mfp-content .review_top span {
    display: block;
  }
}
div.ccm-page .page_picker .container,
.mfp-content .page_picker .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
div.ccm-page .page_picker .col-sm-10,
.mfp-content .page_picker .col-sm-10 {
  text-align: center;
  padding: 70px;
}
@media (max-width: 540px) {
  div.ccm-page .page_picker .col-sm-10,
  .mfp-content .page_picker .col-sm-10 {
    padding: 60px;
  }
}
div.ccm-page .page_picker h2,
.mfp-content .page_picker h2 {
  margin-bottom: 50px;
}
div.ccm-page .page_picker a,
.mfp-content .page_picker a {
  margin: 0 25px 10px 25px;
  min-width: 240px;
  text-align: center;
}
@media (max-width: 992px) {
  div.ccm-page .page_picker a,
  .mfp-content .page_picker a {
    margin: 10px 0;
    min-width: 100%;
  }
}
div.ccm-page .simple_fifty,
.mfp-content .simple_fifty {
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: center right;
}
div.ccm-page .simple_fifty .col-md-6,
.mfp-content .simple_fifty .col-md-6 {
  padding-right: 40px;
}
div.ccm-page .simple_fifty.left,
.mfp-content .simple_fifty.left {
  background-position: center left;
}
div.ccm-page .simple_fifty.left .col-md-6,
.mfp-content .simple_fifty.left .col-md-6 {
  padding-left: 40px;
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  div.ccm-page .simple_fifty,
  .mfp-content .simple_fifty {
    background: none !important;
  }
  div.ccm-page .simple_fifty .col-md-6,
  .mfp-content .simple_fifty .col-md-6 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
div.ccm-page .team-slider,
.mfp-content .team-slider {
  padding-right: 60px;
}
@media (max-width: 992px) {
  div.ccm-page .team-slider,
  .mfp-content .team-slider {
    padding-right: 40px;
    padding-top: 60px;
  }
}
div.ccm-page .team-slider h2,
.mfp-content .team-slider h2 {
  margin-left: 100px;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  div.ccm-page .team-slider h2,
  .mfp-content .team-slider h2 {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) {
  div.ccm-page .team-slider .slick-teams button.slick-arrow,
  .mfp-content .team-slider .slick-teams button.slick-arrow {
    bottom: -10px;
    right: 10px;
  }
}
@media (max-width: 992px) {
  div.ccm-page .team-slider .slick-teams button.slick-arrow.slick-prev,
  .mfp-content .team-slider .slick-teams button.slick-arrow.slick-prev {
    right: 50px;
  }
}
div.ccm-page .team-slider .sld,
.mfp-content .team-slider .sld {
  position: relative;
}
div.ccm-page .team-slider .sld img,
.mfp-content .team-slider .sld img {
  position: absolute;
  top: 0px;
  left: 0;
  right: 60px;
  padding-left: 170px;
}
@media (max-width: 992px) {
  div.ccm-page .team-slider .sld img,
  .mfp-content .team-slider .sld img {
    position: relative;
    right: auto;
    padding: 0 !important;
  }
}
div.ccm-page .team-slider .sld .caption,
.mfp-content .team-slider .sld .caption {
  position: absolute;
  position: relative;
  margin-top: 80px;
  width: 580px;
  max-width: 50%;
  padding: 73px 73px 73px 60px;
}
@media (max-width: 992px) {
  div.ccm-page .team-slider .sld .caption,
  .mfp-content .team-slider .sld .caption {
    margin-top: 0px;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  div.ccm-page .team-slider .sld .caption,
  .mfp-content .team-slider .sld .caption {
    width: 100%;
    max-width: 100%;
    padding: 30px;
    position: relative;
  }
  div.ccm-page .team-slider .sld .caption h2,
  .mfp-content .team-slider .sld .caption h2 {
    margin: 20px 0 !important;
  }
}
div.ccm-page .team-slider hr,
.mfp-content .team-slider hr {
  height: 1px;
  border: none;
  margin: 0;
  background: #000000;
  width: calc(100% - 690px);
  position: absolute;
  right: 75px;
  bottom: 115px;
}
div.ccm-page .team-slider .team-slide-number,
.mfp-content .team-slider .team-slide-number {
  position: absolute;
  left: calc(100% + 20px);
  bottom: 80px;
}
@media (max-width: 992px) {
  div.ccm-page #hints .slick-teams button.slick-arrow,
  .mfp-content #hints .slick-teams button.slick-arrow {
    bottom: -50px;
    right: 0;
  }
}
@media (max-width: 992px) {
  div.ccm-page #hints .slick-teams button.slick-arrow.slick-prev,
  .mfp-content #hints .slick-teams button.slick-arrow.slick-prev {
    right: 40px;
  }
}
div.ccm-page .icons img,
.mfp-content .icons img {
  width: 75%;
}
div.ccm-page .icons h3,
.mfp-content .icons h3 {
  color: #ff5229;
  text-transform: uppercase;
  margin: 30px 0 10px 0;
}
div.ccm-page .icons-50 img,
.mfp-content .icons-50 img {
  width: 50%;
}
div.ccm-page .glance p,
.mfp-content .glance p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1em;
}
div.ccm-page .glance .bigger,
.mfp-content .glance .bigger {
  font-size: 66px;
  margin-bottom: 10px;
}
div.ccm-page .glance .smaller,
.mfp-content .glance .smaller {
  font-size: 32px;
}
div.ccm-page .glance .slick-dots,
.mfp-content .glance .slick-dots {
  display: none !important;
}
div.ccm-page .glance .slick-arrow,
.mfp-content .glance .slick-arrow {
  background: none;
}
div.ccm-page .glance .slick-arrow:before,
.mfp-content .glance .slick-arrow:before {
  color: #ffffff;
}
div.ccm-page .companies .bigger,
.mfp-content .companies .bigger {
  font-size: 30px;
}
div.ccm-page .vision .container,
.mfp-content .vision .container {
  padding-top: 0px;
  padding-right: 70px;
}
div.ccm-page .vision .visonwrap,
.mfp-content .vision .visonwrap {
  display: flex;
}
@media (max-width: 992px) {
  div.ccm-page .vision .visonwrap,
  .mfp-content .vision .visonwrap {
    flex-direction: column;
  }
}
div.ccm-page .vision h2,
.mfp-content .vision h2 {
  width: 100px;
  text-wrap: balance;
}
div.ccm-page .vision h3,
.mfp-content .vision h3 {
  margin-bottom: 0;
  margin-top: 0;
  color: #ff5229;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
}
div.ccm-page .vision p,
.mfp-content .vision p {
  margin-top: 30px;
}
div.ccm-page .vision_intro strong,
.mfp-content .vision_intro strong {
  font-size: 34px;
  margin-bottom: 25px;
  display: block;
  line-height: 1.4em;
}
@media only screen and (max-width: 1600px) {
  div.ccm-page .vision_intro strong,
  .mfp-content .vision_intro strong {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  div.ccm-page .vision_intro,
  .mfp-content .vision_intro {
    margin-bottom: 40px;
  }
}
div.ccm-page .vision_items,
.mfp-content .vision_items,
div.ccm-page .vision_copys,
.mfp-content .vision_copys {
  flex-basis: 50%;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  div.ccm-page .vision_copys,
  .mfp-content .vision_copys {
    margin-top: 30px;
  }
}
div.ccm-page .vision_item,
.mfp-content .vision_item {
  width: 100%;
  background: none;
  padding: 0 60px 0 0;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 797px) {
  div.ccm-page .vision_item,
  .mfp-content .vision_item {
    width: 100%;
    padding: 0;
  }
}
div.ccm-page .vision_item.active h3,
.mfp-content .vision_item.active h3 {
  color: #ff5229;
  font-weight: 400;
}
div.ccm-page .vision_item:hover h3,
.mfp-content .vision_item:hover h3 {
  color: #ff5229;
}
div.ccm-page .vision_item.active .vision_body,
.mfp-content .vision_item.active .vision_body {
  display: block !important;
  position: relative;
}
@media (max-width: 797px) {
  div.ccm-page .vision_item.active .vision_body,
  .mfp-content .vision_item.active .vision_body {
    width: 100%;
    padding: 0;
  }
}
div.ccm-page .vision_item.active .fa-plus:before,
.mfp-content .vision_item.active .fa-plus:before {
  content: "\f068";
}
div.ccm-page .vision_item.active .fa-chevron-right,
.mfp-content .vision_item.active .fa-chevron-right {
  display: block;
}
@media only screen and (max-width: 797px) {
  div.ccm-page .vision_item.active .fa-chevron-right:before,
  .mfp-content .vision_item.active .fa-chevron-right:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
  }
}
div.ccm-page .vision_title,
.mfp-content .vision_title {
  cursor: pointer;
}
@media (max-width: 992px) {
  div.ccm-page .vision_title,
  .mfp-content .vision_title {
    padding: 5px 0;
  }
}
div.ccm-page .vision_title h3,
.mfp-content .vision_title h3 {
  font-family: 'Thunder', arial, sans-serif;
  font-size: 38px;
  margin-bottom: 10px;
  color: #000000;
  letter-spacing: 0.026em;
  font-weight: 400;
  text-transform: uppercase;
}
div.ccm-page .vision_title p,
.mfp-content .vision_title p {
  font-size: 18px;
  margin: 0;
}
div.ccm-page .vision_title .fal,
.mfp-content .vision_title .fal {
  float: right;
  font-size: 20px;
}
div.ccm-page .vision_body,
.mfp-content .vision_body {
  overflow: hidden;
  display: none;
}
div.ccm-page .vision_body .vision_content,
.mfp-content .vision_body .vision_content {
  margin: 0 25px 25px 25px;
}
@media (max-width: 992px) {
  div.ccm-page .vision_body .vision_content,
  .mfp-content .vision_body .vision_content {
    margin-left: 0;
  }
}
@media (max-width: 797px) {
  div.ccm-page .vision_body .vision_content h3,
  .mfp-content .vision_body .vision_content h3 {
    display: none;
  }
}
div.ccm-page .ccm-custom-style-main-4517 .vision,
.mfp-content .ccm-custom-style-main-4517 .vision {
  padding-bottom: 100px;
}
div.ccm-page .realfaqs .container,
.mfp-content .realfaqs .container {
  padding-right: 0;
}
div.ccm-page .apply-box,
.mfp-content .apply-box {
  position: relative;
}
div.ccm-page .apply-box h2,
.mfp-content .apply-box h2 {
  margin-bottom: 60px;
}
div.ccm-page .apply-box h3,
.mfp-content .apply-box h3 {
  text-transform: uppercase;
}
div.ccm-page .apply-box .button,
.mfp-content .apply-box .button {
  margin-top: 30px;
}
div.ccm-page .apply-box .apply-content,
.mfp-content .apply-box .apply-content {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 992px) {
  div.ccm-page .apply-box .apply-content,
  .mfp-content .apply-box .apply-content {
    flex-wrap: wrap;
  }
}
div.ccm-page .apply-box .apply-content .apply-left,
.mfp-content .apply-box .apply-content .apply-left {
  max-width: 650px;
  background: #edf2f3;
}
div.ccm-page .apply-box .apply-content .apply-left > div,
.mfp-content .apply-box .apply-content .apply-left > div {
  padding: 35px;
}
div.ccm-page .apply-box .apply-content .apply-right,
.mfp-content .apply-box .apply-content .apply-right {
  background: #edf2f3;
  max-width: 380px;
  padding: 35px;
}
div.ccm-page .apply-box .balance,
.mfp-content .apply-box .balance {
  width: 100px;
}
div.ccm-page .apply-box .offset-lg-bg,
.mfp-content .apply-box .offset-lg-bg {
  top: 340px;
  background: #b7cace;
}
div.ccm-page .offer,
.mfp-content .offer {
  position: relative;
}
div.ccm-page .offer .container,
.mfp-content .offer .container {
  /*		padding:0;*/
}
@media (max-width: 992px) {
  div.ccm-page .offer .container,
  .mfp-content .offer .container {
    padding: 0 20px;
  }
}
div.ccm-page .offer-bg,
.mfp-content .offer-bg {
  position: absolute;
  top: 50px;
  right: 0px;
  bottom: 120px;
  width: 82%;
  background: url(/application/themes/phoenix/images/offerbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
@media (max-width: 992px) {
  div.ccm-page .offer-bg,
  .mfp-content .offer-bg {
    top: 0;
    bottom: 0;
    width: 100%;
  }
}
div.ccm-page .offer h2,
.mfp-content .offer h2 {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  div.ccm-page .offer h2,
  .mfp-content .offer h2 {
    margin-bottom: 30px;
  }
}
div.ccm-page .offer .simple-copy,
.mfp-content .offer .simple-copy {
  padding-right: 0px;
  padding-left: 0px;
  max-width: 450px;
}
@media (max-width: 992px) {
  div.ccm-page .offer .simple-copy,
  .mfp-content .offer .simple-copy {
    max-width: none;
  }
}
div.ccm-page .offer .offer-right,
.mfp-content .offer .offer-right {
  padding-left: 80px;
}
@media (max-width: 992px) {
  div.ccm-page .offer .offer-right,
  .mfp-content .offer .offer-right {
    padding-left: 40px;
    margin-top: 30px;
  }
}
@media (max-width: 540px) {
  div.ccm-page .offer .offer-right,
  .mfp-content .offer .offer-right {
    padding-left: 15px;
  }
}
div.ccm-page .offer .simple-image,
.mfp-content .offer .simple-image {
  padding-top: 0;
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 540px) {
  div.ccm-page .offer .simple-image,
  .mfp-content .offer .simple-image {
    padding-left: 15px;
    padding-right: 15px;
  }
}
div.ccm-page .slider,
.mfp-content .slider {
  padding-left: 60px;
  padding-right: 60px;
}
div.ccm-page .slider .bigger,
.mfp-content .slider .bigger {
  font-size: 30px;
}
div.ccm-page .slider .bigish,
.mfp-content .slider .bigish {
  font-size: 22px;
}
div.ccm-page .slider .smaller p,
.mfp-content .slider .smaller p {
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  div.ccm-page .slider,
  .mfp-content .slider {
    padding-left: 20px;
    padding-right: 20px;
  }
}
div.ccm-page .pad80,
.mfp-content .pad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
div.ccm-page .slideri .col-md-5,
.mfp-content .slideri .col-md-5,
div.ccm-page .slideri .col-md-7,
.mfp-content .slideri .col-md-7 {
  padding: 0 60px;
}
div.ccm-page .slideri .slick-arrow,
.mfp-content .slideri .slick-arrow {
  background: none;
}
div.ccm-page .slideri .slick-arrow:before,
.mfp-content .slideri .slick-arrow:before {
  color: #ff5229;
}
div.ccm-page .slideri .bg-white,
.mfp-content .slideri .bg-white {
  padding: 45px;
}
div.ccm-page .slideri .slick-next,
.mfp-content .slideri .slick-next {
  right: 0px !important;
}
div.ccm-page .slideri .slick-prev,
.mfp-content .slideri .slick-prev {
  left: 0px !important;
}
div.ccm-page .slideri h3,
.mfp-content .slideri h3 {
  margin-top: 0px;
}
div.ccm-page .slideri-buttons,
.mfp-content .slideri-buttons {
  position: relative;
  padding: 35px;
}
div.ccm-page .slideri-buttons .arrow,
.mfp-content .slideri-buttons .arrow {
  content: "";
  width: 70px;
  height: 35px;
  position: absolute;
  top: 0px;
  left: -70px;
  transition: left 0.5s ease-out;
  background-image: url(/application/themes/phoenix/images/slicki-arrow.png);
}
div.ccm-page .slideri-buttons .table,
.mfp-content .slideri-buttons .table {
  display: table;
}
@media (max-width: 767px) {
  div.ccm-page .slideri-buttons,
  .mfp-content .slideri-buttons {
    padding: 20px 0;
  }
}
div.ccm-page .slideri-buttons a,
.mfp-content .slideri-buttons a {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 15px 10px;
  text-decoration: none;
  line-height: 1em;
}
div.ccm-page .slideri-buttons a.active,
.mfp-content .slideri-buttons a.active {
  color: #ff5229 !important;
  background: #ffffff !important;
}
div.ccm-page .slideri-buttons .table,
.mfp-content .slideri-buttons .table {
  margin-bottom: 0px;
}
div.ccm-page .slideri-buttons .col-md-2,
.mfp-content .slideri-buttons .col-md-2 {
  width: 20%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  div.ccm-page .slideri-buttons .col-md-2,
  .mfp-content .slideri-buttons .col-md-2 {
    width: 50%;
  }
}
div.ccm-page .bg-off .slider-blue .bg-white:after,
.mfp-content .bg-off .slider-blue .bg-white:after {
  color: #ff5229;
}
div.ccm-page .slider-blue,
.mfp-content .slider-blue {
  padding-top: 0px;
}
div.ccm-page .slider-blue .bg-white,
.mfp-content .slider-blue .bg-white {
  padding: 15px 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  div.ccm-page .slider-blue .bg-white:after,
  .mfp-content .slider-blue .bg-white:after {
    content: "\f312";
    font-family: "FontAwesomePro";
    font-weight: 900;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: -40px;
    font-size: 20px;
  }
}
div.ccm-page .slider-blue .slick-slide:last-child .bg-white:after,
.mfp-content .slider-blue .slick-slide:last-child .bg-white:after {
  content: "";
}
div.ccm-page .slider-blue .bigger,
.mfp-content .slider-blue .bigger {
  font-size: 46px;
  line-height: 1em;
}
div.ccm-page .slider-blue button.slick-arrow,
.mfp-content .slider-blue button.slick-arrow {
  background: none;
}
div.ccm-page .slider-blue p,
.mfp-content .slider-blue p {
  line-height: 1.2em;
}
div.ccm-page .bg-red .slider-blue button.slick-arrow:before,
.mfp-content .bg-red .slider-blue button.slick-arrow:before,
div.ccm-page .bg-red .slider-blue button.slick-arrow:after,
.mfp-content .bg-red .slider-blue button.slick-arrow:after {
  color: #ffffff;
}
div.ccm-page .fpupper,
.mfp-content .fpupper {
  font-size: 18px;
}
div.ccm-page .fpupper p:first-child,
.mfp-content .fpupper p:first-child {
  font-weight: 500;
  font-size: 17px;
}
div.ccm-page .fifth,
.mfp-content .fifth {
  width: 20%;
  padding: 10px;
}
div.ccm-page .fifth p,
.mfp-content .fifth p {
  margin: 0px;
}
@media only screen and (max-width: 991px) {
  div.ccm-page .teams .fifth,
  .mfp-content .teams .fifth {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 767px) {
  div.ccm-page .teams .fifth,
  .mfp-content .teams .fifth {
    width: 50%;
  }
}
@media only screen and (max-width: 540px) {
  div.ccm-page .teams .fifth,
  .mfp-content .teams .fifth {
    width: 100%;
  }
}
div.ccm-page .teams .fifth .table-cell,
.mfp-content .teams .fifth .table-cell {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1500px) {
  div.ccm-page .container,
  .mfp-content .container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 992px) {
  div.ccm-page .teams .table,
  .mfp-content .teams .table {
    flex-flow: wrap;
    display: flex;
    justify-content: center;
  }
  div.ccm-page .teams .table .fifth,
  .mfp-content .teams .table .fifth {
    display: flex;
  }
  div.ccm-page .teams .table .table-cell,
  .mfp-content .teams .table .table-cell {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  div.ccm-page .teams .table .table-cell p,
  .mfp-content .teams .table .table-cell p {
    padding: 20px 10px;
    flex: 1 0 auto;
  }
}
div.ccm-page #hero,
.mfp-content #hero {
  position: relative;
}
div.ccm-page .flex-centered,
.mfp-content .flex-centered {
  display: flex;
  justify-content: center;
}
div.ccm-page .location,
.mfp-content .location {
  padding-top: 120px;
}
div.ccm-page .location .maparea,
.mfp-content .location .maparea {
  position: relative;
  z-index: 1;
  padding-bottom: 180px;
  width: 100%;
}
div.ccm-page .location #googlemaps,
.mfp-content .location #googlemaps {
  margin-left: 5%;
  height: 550px;
  width: 80%;
  margin-right: 15%;
}
@media (max-width: 767px) {
  div.ccm-page .location #googlemaps,
  .mfp-content .location #googlemaps {
    width: 100%;
    margin: 0;
  }
}
div.ccm-page .location .caption,
.mfp-content .location .caption {
  position: absolute;
  bottom: 70px;
  right: 0px;
  width: 580px;
  max-width: 50%;
  padding: 50px 60px;
}
@media (max-width: 767px) {
  div.ccm-page .location .caption,
  .mfp-content .location .caption {
    position: relative;
    bottom: 0px;
    right: 0px;
    width: 100%;
    max-width: 100%;
    padding: 30px;
    margin-top: 20px;
  }
}
div.ccm-page .location .locPhoto,
.mfp-content .location .locPhoto {
  position: absolute;
  right: 530px;
  bottom: 0px;
  max-width: 400px;
}
div.ccm-page .location h2,
.mfp-content .location h2 {
  margin-bottom: 55px;
}
div.ccm-page .location br,
.mfp-content .location br {
  display: none;
}
div.ccm-page .location form,
.mfp-content .location form {
  position: relative;
}
div.ccm-page .location a,
.mfp-content .location a {
  color: #ff5229;
}
div.ccm-page .location p,
.mfp-content .location p,
div.ccm-page .location h3,
.mfp-content .location h3 {
  margin: 0;
}
div.ccm-page .location h3,
.mfp-content .location h3 {
  margin-bottom: 15px;
  margin-top: 30px;
}
div.ccm-page .location h3:first-child,
.mfp-content .location h3:first-child {
  margin-top: 0px;
}
div.ccm-page .location .button,
.mfp-content .location .button {
  margin-top: 30px;
}
div.ccm-page .topic-list-header h2,
.mfp-content .topic-list-header h2 {
  margin: 0 0 20px 0;
  font-size: 32px;
}
div.ccm-page .topic-list-wrapper ul,
.mfp-content .topic-list-wrapper ul {
  padding: 0;
}
div.ccm-page .topic-list-wrapper li,
.mfp-content .topic-list-wrapper li {
  display: block;
}
div.ccm-page .blog__text,
.mfp-content .blog__text {
  padding: 20px;
}
div.ccm-page .blog__image,
.mfp-content .blog__image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding-bottom: 56.25%;
}
div.ccm-page .reward-buttons,
.mfp-content .reward-buttons {
  position: relative;
  padding: 35px;
}
div.ccm-page .reward-buttons .arrow,
.mfp-content .reward-buttons .arrow {
  content: "";
  width: 70px;
  height: 35px;
  position: absolute;
  top: 0px;
  left: -70px;
  transition: left 0.5s ease-out;
  background-image: url(/application/themes/phoenix/images/slicki-arrow.png);
}
@media only screen and (max-width: 1200px) {
  div.ccm-page .reward-buttons,
  .mfp-content .reward-buttons {
    display: none;
  }
}
div.ccm-page .reward-buttons a,
.mfp-content .reward-buttons a {
  display: block;
  width: 100%;
  font-size: 18px;
  text-decoration: none;
  line-height: 1em;
}
@media only screen and (max-width: 1600px) {
  div.ccm-page .reward-buttons a,
  .mfp-content .reward-buttons a {
    font-size: 16px;
  }
}
div.ccm-page .reward-buttons a.active,
.mfp-content .reward-buttons a.active {
  color: #e7bbaa !important;
}
div.ccm-page .reward-buttons .table,
.mfp-content .reward-buttons .table {
  margin-bottom: 0px;
}
div.ccm-page .page-hero,
.mfp-content .page-hero {
  position: relative;
  margin-bottom: 75px;
}
@media (min-width: 993px) {
  div.ccm-page .page-hero,
  .mfp-content .page-hero {
    min-height: 62vh;
    max-height: 62vh;
  }
}
div.ccm-page .page-hero .container,
.mfp-content .page-hero .container {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  div.ccm-page .page-hero .container,
  .mfp-content .page-hero .container {
    padding-bottom: 0px;
  }
}
div.ccm-page .page-hero .hero-image,
.mfp-content .page-hero .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  text-align: right;
}
div.ccm-page .page-hero .hero-image img,
.mfp-content .page-hero .hero-image img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  object-position: top right;
}
@media (max-width: 992px) {
  div.ccm-page .page-hero .hero-image,
  .mfp-content .page-hero .hero-image {
    display: none;
  }
}
div.ccm-page .page-hero .hero-copy,
.mfp-content .page-hero .hero-copy {
  padding-right: 120px;
}
@media (max-width: 992px) {
  div.ccm-page .page-hero .hero-copy,
  .mfp-content .page-hero .hero-copy {
    padding-right: 0px;
  }
}
div.ccm-page .page-hero-bg,
.mfp-content .page-hero-bg {
  height: 100%;
  top: 75px;
  bottom: -45px;
  background: pink;
  width: 72%;
  position: absolute;
  left: 0;
  background: url(/application/themes/phoenix/images/home-hero-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
}
div.ccm-page .page-hero .col-md-6,
.mfp-content .page-hero .col-md-6 {
  padding: 40px;
}
@media (max-width: 540px) {
  div.ccm-page .page-hero .col-md-6,
  .mfp-content .page-hero .col-md-6 {
    padding: 20px;
  }
}
div.ccm-page .rewardslider .slick-slide img,
.mfp-content .rewardslider .slick-slide img {
  display: inline;
}
div.ccm-page .rewardslider p,
.mfp-content .rewardslider p {
  margin: 0px;
}
div.ccm-page .rewardslider p.img,
.mfp-content .rewardslider p.img {
  margin-bottom: 25px;
  max-height: 100px;
  overflow: hidden;
  transition: all 0.3s linear;
}
div.ccm-page .rewardslider .small,
.mfp-content .rewardslider .small {
  font-size: 17px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
div.ccm-page .rewardslider .c-white,
.mfp-content .rewardslider .c-white {
  transition: all 0.1s linear;
}
div.ccm-page .rewardslider .bg-pink.active,
.mfp-content .rewardslider .bg-pink.active {
  background: #ffffff !important;
}
div.ccm-page .rewardslider .bg-pink.active p.img,
.mfp-content .rewardslider .bg-pink.active p.img {
  max-height: 0px;
}
div.ccm-page .rewardslider .bg-pink.active .c-white,
.mfp-content .rewardslider .bg-pink.active .c-white {
  color: #000000 !important;
}
div.ccm-page .rewardslider .bg-pink.active .small,
.mfp-content .rewardslider .bg-pink.active .small {
  max-height: 100px;
}
div.ccm-page .rewardslider .bg-pink.active .fa-plus:before,
.mfp-content .rewardslider .bg-pink.active .fa-plus:before {
  content: "\f068";
}
div.ccm-page .rewardslider .bg-pink,
.mfp-content .rewardslider .bg-pink {
  padding: 25px 15px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
div.ccm-page .rewardslider .plus,
.mfp-content .rewardslider .plus {
  position: absolute;
  top: 10px;
  left: 10px;
}
div.ccm-page .rewardslider .row,
.mfp-content .rewardslider .row,
div.ccm-page .rewardslider .mobileonly,
.mfp-content .rewardslider .mobileonly {
  display: none;
}
@media only screen and (max-width: 992px) {
  div.ccm-page .rewardslider .fifth,
  .mfp-content .rewardslider .fifth {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  div.ccm-page .rewardslider .fifth,
  .mfp-content .rewardslider .fifth {
    width: 50%;
  }
  div.ccm-page .rewardslider .row,
  .mfp-content .rewardslider .row,
  div.ccm-page .rewardslider .mobileonly,
  .mfp-content .rewardslider .mobileonly {
    display: block;
  }
}
@media only screen and (max-width: 540px) {
  div.ccm-page .rewardslider .fifth,
  .mfp-content .rewardslider .fifth {
    width: 100%;
  }
}
div.ccm-page .col-sm-3 .ccm-block-topic-list-page-topics,
.mfp-content .col-sm-3 .ccm-block-topic-list-page-topics {
  padding-left: 0;
  margin-left: 0;
}
div.ccm-page .col-sm-3 .ccm-block-topic-list-page-topics li,
.mfp-content .col-sm-3 .ccm-block-topic-list-page-topics li {
  display: block;
  padding-left: 0;
  margin-left: 0;
}
div.ccm-page .slick5,
.mfp-content .slick5 {
  margin-top: 40px;
}
div.ccm-page .slick5 .eq img,
.mfp-content .slick5 .eq img {
  margin-bottom: 20px;
}
div.ccm-page .jsearch input,
.mfp-content .jsearch input,
div.ccm-page .jsearch select,
.mfp-content .jsearch select {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 22px;
  line-height: 42px;
  padding-right: 60px;
  height: 65px;
  text-transform: uppercase;
  border: 1px solid white;
  font-family: 'Thunder', arial, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  div.ccm-page .jsearch input,
  .mfp-content .jsearch input,
  div.ccm-page .jsearch select,
  .mfp-content .jsearch select {
    font-size: 16px;
  }
}
div.ccm-page .jsearch .plus,
.mfp-content .jsearch .plus {
  font-size: 60px;
  line-height: 54px;
  position: absolute;
  right: 45px;
  font-style: normal;
  font-family: 'Thunder', arial, sans-serif;
  pointer-events: none;
  top: 0px;
}
div.ccm-page .jsearch .plus.pl,
.mfp-content .jsearch .plus.pl {
  right: 130px;
}
@media only screen and (max-width: 992px) {
  div.ccm-page .jsearch .plus,
  .mfp-content .jsearch .plus {
    font-size: 50px;
    right: 20px;
  }
  div.ccm-page .jsearch .plus.pl,
  .mfp-content .jsearch .plus.pl {
    right: 105px;
  }
}
div.ccm-page .jsearch .col-sm-1 p,
.mfp-content .jsearch .col-sm-1 p {
  font-size: 26px;
  line-height: 42px;
  padding: 10px 0;
  margin: 0;
  font-family: 'Thunder', arial, sans-serif;
  font-weight: bold;
}
div.ccm-page .jsearch button,
.mfp-content .jsearch button {
  position: absolute;
  top: 0px;
  right: 15px;
  background: #fdf9f7;
  border-radius: 0px;
  width: 80px;
  height: 65px;
  font-size: 30px;
  padding: 10px;
}
@media only screen and (max-width: 992px) {
  div.ccm-page .jplinks,
  .mfp-content .jplinks {
    margin: 20px 0px 20px 0px;
  }
}
@media only screen and (max-width: 992px) {
  div.ccm-page .jobcatlist .col-md-6.pl-80,
  .mfp-content .jobcatlist .col-md-6.pl-80 {
    padding-left: 0;
  }
  div.ccm-page .jobcatlist .col-md-6.pr-80,
  .mfp-content .jobcatlist .col-md-6.pr-80 {
    padding-right: 0;
  }
  div.ccm-page .jobcatlist .col-md-6:nth-child(2) h2,
  .mfp-content .jobcatlist .col-md-6:nth-child(2) h2 {
    padding-top: 40px;
  }
  div.ccm-page .jobcatlist .col-md-6 .jplinks,
  .mfp-content .jobcatlist .col-md-6 .jplinks {
    margin: 20px 0px 20px 0px;
  }
}
div.ccm-page .jobcatlist h2,
.mfp-content .jobcatlist h2 {
  font-size: 32px;
  margin-bottom: 40px !important;
}
div.ccm-page .jobcatlist .jobline,
.mfp-content .jobcatlist .jobline {
  border-top: 1px solid #d7dddd;
}
div.ccm-page .jobcatlist .jobline:nth-child(2),
.mfp-content .jobcatlist .jobline:nth-child(2) {
  border-top: 1px solid #ffffff;
}
div.ccm-page .jobcatlist .jobline a,
.mfp-content .jobcatlist .jobline a {
  padding: 25px 40px 25px 25px;
  line-height: 30px;
  color: #000000;
  min-height: 30px;
  width: 100%;
  display: block;
  font-size: 18px;
  position: relative;
}
@media (max-width: 540px) {
  div.ccm-page .jobcatlist .jobline a,
  .mfp-content .jobcatlist .jobline a {
    padding: 25px 40px 25px 0px;
  }
}
div.ccm-page .jobcatlist .jobline a:hover,
.mfp-content .jobcatlist .jobline a:hover {
  background: #f8ebe6;
}
div.ccm-page .jobcatlist .jobline:hover,
.mfp-content .jobcatlist .jobline:hover {
  border-top: 1px solid #c2542b;
}
div.ccm-page .jobcatlist .jobline:hover + *,
.mfp-content .jobcatlist .jobline:hover + * {
  border-top: 1px solid #c2542b;
}
div.ccm-page .jobcatlist span,
.mfp-content .jobcatlist span {
  padding: 25px;
  width: auto;
  line-height: 30px;
  display: block;
  top: 0px;
  height: 100%;
  right: 0px;
  position: absolute;
}
div.ccm-page .joblinks i,
.mfp-content .joblinks i {
  font-size: 36px;
  margin-left: 0px;
  transition: all linear 0.2s;
}
div.ccm-page .joblinks .bg-pink:hover i,
.mfp-content .joblinks .bg-pink:hover i,
div.ccm-page .joblinks .bg-grey:hover i,
.mfp-content .joblinks .bg-grey:hover i {
  margin-left: 10px;
}
div.ccm-page .joblinks span,
.mfp-content .joblinks span {
  display: block;
}
div.ccm-page .bg-pale,
.mfp-content .bg-pale {
  background: #eeeeee;
}
div.ccm-page .mb-20,
.mfp-content .mb-20 {
  margin-bottom: 20px;
}
div.ccm-page .job-search-results h2,
.mfp-content .job-search-results h2 {
  margin-bottom: 60px;
  padding: 0 80px;
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 767px) {
  div.ccm-page .job-search-results h2,
  .mfp-content .job-search-results h2 {
    padding: 0;
  }
}
div.ccm-page .job-search-results h2 + p,
.mfp-content .job-search-results h2 + p {
  margin: 0 80px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 767px) {
  div.ccm-page .job-search-results h2 + p,
  .mfp-content .job-search-results h2 + p {
    margin: 0 160px 40px 0;
  }
}
div.ccm-page .job-search-results strong,
.mfp-content .job-search-results strong {
  font-family: 'ESPeak-Variable', 'Verdana', arial, sans-serif;
  font-size: 17px;
  color: #000000;
}
div.ccm-page .job-search-results p,
.mfp-content .job-search-results p {
  margin: 0;
}
div.ccm-page .job-search-results a,
.mfp-content .job-search-results a {
  margin: 0;
  display: block;
}
div.ccm-page .job-search-results i,
.mfp-content .job-search-results i {
  font-size: 50px;
}
div.ccm-page .jobhero .bg-white,
.mfp-content .jobhero .bg-white {
  padding: 40px;
  display: inline-block;
}
div.ccm-page .jobhero h1,
.mfp-content .jobhero h1,
div.ccm-page .jobhero .h1,
.mfp-content .jobhero .h1 {
  font-size: 36px;
  margin: 0 0 20px 0;
  line-height: 1.04em;
}
@media only screen and (max-width: 540px) {
  div.ccm-page .jobhero h1,
  .mfp-content .jobhero h1,
  div.ccm-page .jobhero .h1,
  .mfp-content .jobhero .h1 {
    font-size: 24px;
  }
}
div.ccm-page .jobhero .h1,
.mfp-content .jobhero .h1 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 540px) {
  div.ccm-page .jobhero .h1,
  .mfp-content .jobhero .h1 {
    font-size: 18px;
  }
}
div.ccm-page .jobhero p,
.mfp-content .jobhero p {
  margin: 0;
  line-height: 1em;
  font-size: 24px;
}
@media only screen and (max-width: 540px) {
  div.ccm-page .jobhero p,
  .mfp-content .jobhero p {
    font-size: 16px;
  }
}
div.ccm-page .subinfo,
.mfp-content .subinfo {
  padding: 40px 40px 0 40px;
}
div.ccm-page .subinfo p,
.mfp-content .subinfo p {
  line-height: 1.45em;
}
div.ccm-page .applybtn,
.mfp-content .applybtn {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 26px;
  padding-right: 50px;
  position: relative;
}
div.ccm-page .applybtn i,
.mfp-content .applybtn i {
  font-size: 26px;
  line-height: 26px;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all linear 0.2s;
}
div.ccm-page .applybtn:hover i,
.mfp-content .applybtn:hover i {
  right: 10px;
}
div.ccm-page .jobcontent,
.mfp-content .jobcontent {
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 992px) {
  div.ccm-page .jobcontent,
  .mfp-content .jobcontent {
    padding-right: 0px;
    padding-left: 0px;
  }
}
div.ccm-page .jobcontent .address,
.mfp-content .jobcontent .address {
  padding: 45px 20px;
}
div.ccm-page .jobcontent .col-md-8 div,
.mfp-content .jobcontent .col-md-8 div {
  margin-bottom: 0px;
}
div.ccm-page .jobcontent .col-md-8 br,
.mfp-content .jobcontent .col-md-8 br {
  margin-bottom: 20px;
}
div.ccm-page .jobcontent .col-md-8 p,
.mfp-content .jobcontent .col-md-8 p {
  overflow: hidden;
}
div.ccm-page .jobcontent .col-md-8 div,
.mfp-content .jobcontent .col-md-8 div,
div.ccm-page .jobcontent .col-md-8 p,
.mfp-content .jobcontent .col-md-8 p,
div.ccm-page .jobcontent .col-md-8 a,
.mfp-content .jobcontent .col-md-8 a,
div.ccm-page .jobcontent .col-md-8 li,
.mfp-content .jobcontent .col-md-8 li,
div.ccm-page .jobcontent .col-md-8 span,
.mfp-content .jobcontent .col-md-8 span {
  font-size: 17px !important;
  line-height: 25px !important;
  font-family: 'ESPeak-Variable', 'Verdana', arial, sans-serif !important;
  font-weight: 400 !important;
  color: #000000 !important;
}
div.ccm-page .jobcontent .col-md-8 div .c-white,
.mfp-content .jobcontent .col-md-8 div .c-white,
div.ccm-page .jobcontent .col-md-8 p .c-white,
.mfp-content .jobcontent .col-md-8 p .c-white,
div.ccm-page .jobcontent .col-md-8 a .c-white,
.mfp-content .jobcontent .col-md-8 a .c-white,
div.ccm-page .jobcontent .col-md-8 li .c-white,
.mfp-content .jobcontent .col-md-8 li .c-white,
div.ccm-page .jobcontent .col-md-8 span .c-white,
.mfp-content .jobcontent .col-md-8 span .c-white {
  color: #ffffff !important;
}
div.ccm-page .jobcontent .col-md-8 div .bold,
.mfp-content .jobcontent .col-md-8 div .bold,
div.ccm-page .jobcontent .col-md-8 p .bold,
.mfp-content .jobcontent .col-md-8 p .bold,
div.ccm-page .jobcontent .col-md-8 a .bold,
.mfp-content .jobcontent .col-md-8 a .bold,
div.ccm-page .jobcontent .col-md-8 li .bold,
.mfp-content .jobcontent .col-md-8 li .bold,
div.ccm-page .jobcontent .col-md-8 span .bold,
.mfp-content .jobcontent .col-md-8 span .bold {
  font-weight: 700 !important;
}
div.ccm-page .jobcontent .col-md-8 div .futura,
.mfp-content .jobcontent .col-md-8 div .futura,
div.ccm-page .jobcontent .col-md-8 p .futura,
.mfp-content .jobcontent .col-md-8 p .futura,
div.ccm-page .jobcontent .col-md-8 a .futura,
.mfp-content .jobcontent .col-md-8 a .futura,
div.ccm-page .jobcontent .col-md-8 li .futura,
.mfp-content .jobcontent .col-md-8 li .futura,
div.ccm-page .jobcontent .col-md-8 span .futura,
.mfp-content .jobcontent .col-md-8 span .futura {
  font-family: 'Thunder', arial, sans-serif !important;
}
div.ccm-page .jobcontent .col-md-8 li,
.mfp-content .jobcontent .col-md-8 li {
  list-style-type: disc !important;
  display: list-item !important;
  margin-bottom: 0;
}
div.ccm-page .jobcontent .addtext,
.mfp-content .jobcontent .addtext {
  margin: 20px 0;
}
div.ccm-page .jobcontent img,
.mfp-content .jobcontent img {
  width: 100%;
}
div.ccm-page .jobcontent h2,
.mfp-content .jobcontent h2 {
  margin: 0;
  line-height: 1em;
  margin-top: 0px !important;
}
div.ccm-page .jobcontent > div > div > div,
.mfp-content .jobcontent > div > div > div {
  margin-bottom: 15px;
}
div.ccm-page .jobcontent > div > div > div > div,
.mfp-content .jobcontent > div > div > div > div {
  margin-bottom: 15px;
}
div.ccm-page .jpadd,
.mfp-content .jpadd {
  padding: 30px;
  margin-bottom: 30px;
}
div.ccm-page .jpadd h2,
.mfp-content .jpadd h2 {
  font-size: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c2542b;
  margin-bottom: 30px;
}
div.ccm-page .jpadd img,
.mfp-content .jpadd img {
  margin-bottom: 30px;
}
div.ccm-page .jpadd .button,
.mfp-content .jpadd .button {
  margin: 0;
}
div.ccm-page .reftext,
.mfp-content .reftext {
  font-size: 17px !important;
  font-family: 'ESPeak-Variable', 'Verdana', arial, sans-serif !important;
  margin-bottom: 25px;
  margin-top: 10px;
}
div.ccm-page .jobicon,
.mfp-content .jobicon {
  display: flex;
}
div.ccm-page .jobicon img,
.mfp-content .jobicon img {
  margin-right: 5px;
}
div.ccm-page .jplinks,
.mfp-content .jplinks {
  padding: 30px;
}
div.ccm-page .jplinks h2,
.mfp-content .jplinks h2 {
  font-size: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c2542b;
  margin-bottom: 30px;
}
div.ccm-page .jplinks a,
.mfp-content .jplinks a {
  color: #000000;
  display: block;
  margin: 10px 0;
  font-size: 16px;
}
div.ccm-page .jplinks .button,
.mfp-content .jplinks .button {
  color: #ffffff !important;
  display: inline-block;
}
div.ccm-page .jplinks img,
.mfp-content .jplinks img {
  display: inline;
  margin-top: -3px;
  width: auto;
  margin-left: 4px;
}
div.ccm-page .jobfiles,
.mfp-content .jobfiles {
  margin-top: 40px;
  margin-bottom: 40px;
}
div.ccm-page .rewardslider .slick-slide,
.mfp-content .rewardslider .slick-slide {
  height: auto;
}
div.ccm-page .mt-40,
.mfp-content .mt-40 {
  margin-top: 40px;
}
div.ccm-page .mt-40-de,
.mfp-content .mt-40-de {
  margin-top: 40px !important;
}
div.ccm-page .mt-20,
.mfp-content .mt-20 {
  margin-top: 20px;
}
div.ccm-page .mt-10,
.mfp-content .mt-10 {
  margin-top: 10px;
}
div.ccm-page .results,
.mfp-content .results {
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
}
div.ccm-page .results .result,
.mfp-content .results .result {
  padding: 15px 25px;
  border-top: 1px solid #fdf9f7;
}
div.ccm-page .results .result span,
.mfp-content .results .result span {
  display: block;
  font-size: 18px;
}
div.ccm-page .results .result span.type,
.mfp-content .results .result span.type {
  font-size: 17px;
}
div.ccm-page .noflow,
.mfp-content .noflow {
  overflow: visible;
  z-index: 30;
}
div.ccm-page .noflow .overflow,
.mfp-content .noflow .overflow {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
div.ccm-page #searchForm input,
.mfp-content #searchForm input {
  outline: none !important;
}
div.ccm-page .np,
.mfp-content .np {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
}
div.ccm-page .np a,
.mfp-content .np a {
  font-size: 17px;
  cursor: pointer;
  color: #ffffff;
}
div.ccm-page .np .n,
.mfp-content .np .n {
  float: right;
}
div.ccm-page .np .p,
.mfp-content .np .p {
  float: left;
}
div.ccm-page .slider-blue.hid,
.mfp-content .slider-blue.hid {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 0px;
}
div.ccm-page img.mobileonly,
.mfp-content img.mobileonly {
  margin-bottom: 30px;
  margin-top: -80px;
}
div.ccm-page .hero-home img.mobileonly,
.mfp-content .hero-home img.mobileonly,
div.ccm-page .hero-page img.mobileonly,
.mfp-content .hero-page img.mobileonly {
  margin-top: 0px;
}
div.ccm-page .mobileonly,
.mfp-content .mobileonly {
  display: none;
}
@media only screen and (max-width: 992px) {
  div.ccm-page .mobileonly,
  .mfp-content .mobileonly {
    display: block;
  }
}
div.ccm-page .mobileonly img,
.mfp-content .mobileonly img {
  margin-bottom: 30px;
}
div.ccm-page .mobileonly img + .caption,
.mfp-content .mobileonly img + .caption {
  margin-top: -30px;
}
div.ccm-page .mobileonly.slick,
.mfp-content .mobileonly.slick {
  margin-bottom: 40px !important;
}
div.ccm-page .hidemobile,
.mfp-content .hidemobile {
  display: block;
}
@media only screen and (max-width: 992px) {
  div.ccm-page .hidemobile,
  .mfp-content .hidemobile {
    display: none !important;
  }
}
div.ccm-page .vision_title,
.mfp-content .vision_title {
  position: relative;
}
div.ccm-page .vision_title i,
.mfp-content .vision_title i {
  position: absolute;
  top: 20px;
  right: 20px;
}
div.ccm-page .vision_title p,
.mfp-content .vision_title p {
  padding-right: 20px;
}
div.ccm-page .pt80,
.mfp-content .pt80 {
  padding-top: 80px;
}
div.ccm-page .pt0,
.mfp-content .pt0 {
  padding-top: 0px;
}
@media only screen and (max-width: 540px) {
  div.ccm-page .slick-slide .col-md-6 p,
  .mfp-content .slick-slide .col-md-6 p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  div.ccm-page .container.simple .col-md-6.slick,
  .mfp-content .container.simple .col-md-6.slick {
    margin-bottom: 40px;
  }
  div.ccm-page .container.simple .col-md-6.slick .overlaycontent,
  .mfp-content .container.simple .col-md-6.slick .overlaycontent {
    display: none;
  }
  div.ccm-page .container.simple .slick-dots,
  .mfp-content .container.simple .slick-dots {
    margin-left: -15px;
  }
  div.ccm-page .rwds .mt-55,
  .mfp-content .rwds .mt-55 {
    margin-top: 40px;
  }
  div.ccm-page .rwds p,
  .mfp-content .rwds p {
    margin-bottom: 0;
  }
  div.ccm-page .rwds .mb-40,
  .mfp-content .rwds .mb-40 {
    margin-bottom: 0px;
  }
}
div.ccm-page .rewardslider .col-sm-12.mobileonly,
.mfp-content .rewardslider .col-sm-12.mobileonly {
  padding: 0px;
}
div.ccm-page .iscompanies .col-md-2,
.mfp-content .iscompanies .col-md-2 {
  display: table;
}
div.ccm-page .iscompanies .arrow,
.mfp-content .iscompanies .arrow {
  background-image: url(/application/themes/phoenix/images/slicki-arrow2.png) !important;
}
div.ccm-page .iscompanies h3,
.mfp-content .iscompanies h3 {
  margin-top: 0px;
}
div.ccm-page .iscompanies.rewardslider img,
.mfp-content .iscompanies.rewardslider img {
  border: 2px solid #fdf9f7;
  padding: 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  div.ccm-page .iscompanies.rewardslider,
  .mfp-content .iscompanies.rewardslider {
    margin: 0 15px;
  }
  div.ccm-page .iscompanies.rewardslider img,
  .mfp-content .iscompanies.rewardslider img {
    margin-bottom: 25px;
  }
  div.ccm-page .iscompanies .col-sm-5,
  .mfp-content .iscompanies .col-sm-5,
  div.ccm-page .iscompanies .col-sm-7,
  .mfp-content .iscompanies .col-sm-7 {
    padding-left: 0px;
    padding-right: 0px;
  }
  div.ccm-page .iscompanies .row.bg-white,
  .mfp-content .iscompanies .row.bg-white {
    margin-bottom: 25px;
  }
}
div.ccm-page .jobimgs img,
.mfp-content .jobimgs img {
  float: left;
  margin-right: 30px;
  width: auto;
}
div.ccm-page .slideri-buttons a,
.mfp-content .slideri-buttons a {
  color: #000000;
  font-weight: 700;
  background: #e7e7e7;
}
div.ccm-page .slideri-buttons a.active,
.mfp-content .slideri-buttons a.active {
  color: #ffffff !important;
  background: #1a6e82 !important;
}
div.ccm-page .slideri-buttons .slick-current a,
.mfp-content .slideri-buttons .slick-current a {
  color: #1a6e82 !important;
  background: #e7bbaa !important;
}
div.ccm-page.page-template-news .slickno,
.mfp-content.page-template-news .slickno {
  margin-bottom: 60px !important;
}
div.ccm-page.page-template-news .col-sm-9 li,
.mfp-content.page-template-news .col-sm-9 li {
  font-weight: 300;
  display: list-item;
}
@media only screen and (max-width: 992px) {
  div.ccm-page.page-template-news h1.h2,
  .mfp-content.page-template-news h1.h2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  div.ccm-page .job-areas h3,
  .mfp-content .job-areas h3 {
    margin-top: 30px;
  }
}
div.ccm-page .job-areas h2,
.mfp-content .job-areas h2 {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  div.ccm-page .job-areas h2,
  .mfp-content .job-areas h2 {
    max-width: 100%;
  }
}
div.ccm-page .job-areas .title,
.mfp-content .job-areas .title {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  div.ccm-page .job-areas .flex-centered,
  .mfp-content .job-areas .flex-centered {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  div.ccm-page .job-areas .slideri-buttons .col-md-2,
  .mfp-content .job-areas .slideri-buttons .col-md-2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  div.ccm-page .job-areas .slideri .col-md-5,
  .mfp-content .job-areas .slideri .col-md-5 {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  div.ccm-page .job-areas .slideri .col-md-7,
  .mfp-content .job-areas .slideri .col-md-7 {
    padding: 20px;
  }
}
div.ccm-page .bw,
.mfp-content .bw {
  border: 1px solid #ffffff;
  padding: 5px;
}
div.ccm-page .blg,
.mfp-content .blg {
  border: 1px solid #d7dddd;
  padding: 5px;
}
div.ccm-page .driveimg,
.mfp-content .driveimg {
  margin-top: 15px;
  margin-bottom: 15px;
}
div.ccm-page .drivelink,
.mfp-content .drivelink {
  margin: 0;
}
div.ccm-page .drivelink a,
.mfp-content .drivelink a {
  display: block;
}
div.ccm-page .fw,
.mfp-content .fw {
  width: 100%;
  border-radius: 0px;
}
div.ccm-page .underline,
.mfp-content .underline {
  text-decoration: underline !important;
}
div.ccm-page .tweetbuts,
.mfp-content .tweetbuts {
  overflow: hidden;
}
div.ccm-page .tweetbuts i,
.mfp-content .tweetbuts i {
  float: left;
  font-size: 28px;
  margin-right: 15px;
}
div.ccm-page .tweetbuts span,
.mfp-content .tweetbuts span {
  float: left;
  line-height: 28px;
}
div.ccm-page .tweetbuts .button[target=_blank]:after,
.mfp-content .tweetbuts .button[target=_blank]:after {
  margin-top: 4px;
}
div.ccm-page .shadow,
.mfp-content .shadow {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}
div.ccm-page .bg-grey h2,
.mfp-content .bg-grey h2,
div.ccm-page .bg-grey p,
.mfp-content .bg-grey p,
div.ccm-page .bg-grey a,
.mfp-content .bg-grey a {
  color: #ffffff;
}
div.ccm-page .mt-35,
.mfp-content .mt-35 {
  margin-top: 35px !important;
}
div.ccm-page .l15,
.mfp-content .l15 {
  left: 15px !important;
}
div.ccm-page hr,
.mfp-content hr {
  height: 1px;
  border: none;
  margin: 10px 0;
}
div.ccm-page .isnotteam img,
.mfp-content .isnotteam img {
  opacity: 0.6;
}
div.ccm-page .isnotteam a,
.mfp-content .isnotteam a {
  background: #d7dddd;
  color: #ffffff;
  cursor: default;
}
div.ccm-page .company h3,
.mfp-content .company h3 {
  font-size: 18px;
  margin-top: 0px;
}
div.ccm-page .companies .row,
.mfp-content .companies .row {
  margin-left: 0px;
  margin-right: 0px;
}
div.ccm-page .hex,
.mfp-content .hex {
  position: relative;
}
div.ccm-page .hex .hex_content,
.mfp-content .hex .hex_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 96%;
  margin: 0 3%;
}
div.ccm-page .rel,
.mfp-content .rel {
  position: relative;
}
div.ccm-page .fa-user:before,
.mfp-content .fa-user:before {
  content: "";
  width: 19px;
  height: 18px;
  display: inline-block;
  margin-top: 3px;
  background: url(/application/themes/phoenix/images/user.png);
  background-size: contain;
}
@media (min-width: 992px) {
  div.ccm-page .featuredBlog,
  .mfp-content .featuredBlog {
    min-height: 400px;
  }
}
div.ccm-page .featuredBlog img,
.mfp-content .featuredBlog img {
  width: 100%;
}
div.ccm-page blockquote,
.mfp-content blockquote {
  border-left: none;
  border-bottom: 1px solid #d7dddd;
  border-top: 1px solid #d7dddd;
  margin-top: 30px;
  margin-bottom: 30px;
}
div.ccm-page blockquote p,
.mfp-content blockquote p {
  color: #ff5229;
  font-size: 1.1em;
  font-family: 'Thunder', arial, sans-serif;
  font-weight: 700;
}
div.ccm-page blockquote footer,
.mfp-content blockquote footer {
  color: #ff5229;
}
div.ccm-page header,
.mfp-content header {
  background: #ffffff;
  overflow: visible;
  position: relative;
  width: 100%;
  top: 0px;
}
div.ccm-page header .table,
.mfp-content header .table {
  margin-bottom: 22px;
  margin-top: 22px;
}
div.ccm-page header.nobggrad,
.mfp-content header.nobggrad {
  background: none;
}
div.ccm-page header #logo img,
.mfp-content header #logo img {
  display: block;
}
div.ccm-page header .nav-box,
.mfp-content header .nav-box {
  float: right;
}
div.ccm-page header .mobile-only,
.mfp-content header .mobile-only {
  display: none !important;
}
div.ccm-page header .desktop-only,
.mfp-content header .desktop-only {
  display: block;
}
div.ccm-page header .desktop-only h2,
.mfp-content header .desktop-only h2 {
  margin: 60px !important;
}
@media (max-width: 821px) {
  div.ccm-page header,
  .mfp-content header {
    background: none;
  }
  div.ccm-page header .mobile-only,
  .mfp-content header .mobile-only {
    display: block !important;
  }
  div.ccm-page header .mobile-only h2,
  .mfp-content header .mobile-only h2 {
    margin: 60px 0 30px 0 !important;
  }
  div.ccm-page header .desktop-only,
  .mfp-content header .desktop-only {
    display: none !important;
  }
}
div.ccm-page header .mobile-nav,
.mfp-content header .mobile-nav {
  display: flex;
  float: right;
  cursor: pointer;
  text-align: right;
  gap: 12px;
}
div.ccm-page header.active .nav-box,
.mfp-content header.active .nav-box {
  position: static;
  overflow: visible;
}
div.ccm-page header.active .fa-bars:before,
.mfp-content header.active .fa-bars:before {
  content: "\f00d";
}
div.ccm-page header.active nav,
.mfp-content header.active nav {
  display: block;
}
div.ccm-page header nav,
.mfp-content header nav {
  display: none;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  float: none;
  padding-top: 22px;
  overflow: auto;
  background: #ffffff;
  color: #000000;
  z-index: 101;
  padding-bottom: 60px;
  /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
div.ccm-page header nav::-webkit-scrollbar,
.mfp-content header nav::-webkit-scrollbar {
  display: none;
}
div.ccm-page header nav .ccm-block-switch-language-flags,
.mfp-content header nav .ccm-block-switch-language-flags {
  margin-left: 60px;
}
div.ccm-page header nav .container > ul,
.mfp-content header nav .container > ul {
  margin: 0 60px;
  padding-left: 0;
}
@media (max-width: 767px) {
  div.ccm-page header nav .container > ul,
  .mfp-content header nav .container > ul {
    margin: 0;
  }
}
@media (min-width: 992px) {
  div.ccm-page header nav .container > ul,
  .mfp-content header nav .container > ul {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
@media (max-width: 991px) {
  div.ccm-page header nav .container > ul a.active i,
  .mfp-content header nav .container > ul a.active i {
    transform: rotate(90deg);
    width: 14px;
  }
}
div.ccm-page header nav .container > ul a:hover,
.mfp-content header nav .container > ul a:hover,
div.ccm-page header nav .container > ul a.active,
.mfp-content header nav .container > ul a.active {
  color: #ff5229;
}
div.ccm-page header nav .container > ul > li,
.mfp-content header nav .container > ul > li {
  line-height: 1em;
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #B2B2B2;
}
@media (min-width: 992px) {
  div.ccm-page header nav .container > ul > li,
  .mfp-content header nav .container > ul > li {
    width: 30%;
  }
}
div.ccm-page header nav .container > ul > li:last-child,
.mfp-content header nav .container > ul > li:last-child {
  border-bottom: 0px;
}
div.ccm-page header nav .container > ul > li a,
.mfp-content header nav .container > ul > li a {
  overflow: hidden;
  display: block;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
}
div.ccm-page header nav .container > ul > li a i,
.mfp-content header nav .container > ul > li a i {
  margin-top: -1px;
  margin-left: 2px;
  font-size: 16px;
  float: right;
}
div.ccm-page header nav .container > ul > li > ul,
.mfp-content header nav .container > ul > li > ul {
  display: none;
  padding-left: 0px;
  margin-top: 5px;
}
div.ccm-page header nav .container > ul > li > ul.active,
.mfp-content header nav .container > ul > li > ul.active {
  display: block;
}
@media (min-width: 992px) {
  div.ccm-page header nav .container > ul > li > ul,
  .mfp-content header nav .container > ul > li > ul {
    position: absolute;
    top: 0px;
    left: 35%;
    width: 30%;
    margin-top: 0px;
  }
}
div.ccm-page header nav .container > ul > li > ul > li,
.mfp-content header nav .container > ul > li > ul > li {
  display: block;
  padding: 6px 0;
  margin: 0;
}
@media (min-width: 992px) {
  div.ccm-page header nav .container > ul > li > ul > li,
  .mfp-content header nav .container > ul > li > ul > li {
    line-height: 1em;
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #B2B2B2;
  }
}
div.ccm-page header nav .container > ul > li > ul > li > a,
.mfp-content header nav .container > ul > li > ul > li > a {
  background: none !important;
  color: #000000;
  text-transform: none;
  font-size: 13px;
}
div.ccm-page header nav .container > ul > li > ul > li > ul,
.mfp-content header nav .container > ul > li > ul > li > ul {
  padding: 10px 0 0 15px;
  margin: 0;
  display: none;
}
@media (min-width: 992px) {
  div.ccm-page header nav .container > ul > li > ul > li > ul,
  .mfp-content header nav .container > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 115%;
    width: 100%;
    padding: 0;
  }
}
div.ccm-page header nav .container > ul > li > ul > li > ul > li,
.mfp-content header nav .container > ul > li > ul > li > ul > li {
  display: block;
  padding: 4px 0;
  margin: 0;
}
@media (min-width: 992px) {
  div.ccm-page header nav .container > ul > li > ul > li > ul > li,
  .mfp-content header nav .container > ul > li > ul > li > ul > li {
    line-height: 1em;
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #B2B2B2;
  }
}
div.ccm-page header nav .container > ul > li > ul > li > ul > li a,
.mfp-content header nav .container > ul > li > ul > li > ul > li a {
  text-transform: none;
  font-size: 13px;
}
div.ccm-page header nav .container > ul > li > ul > li > ul.active,
.mfp-content header nav .container > ul > li > ul > li > ul.active {
  display: block;
}
div.ccm-page header .menu-header,
.mfp-content header .menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.ccm-page header .menu-header .navClose,
.mfp-content header .menu-header .navClose {
  font-family: 'ESPeak-Variable', 'Verdana', arial, sans-serif;
  font-size: 15px;
  margin-right: 5px;
}
div.ccm-page header .menu-header .navClose img,
.mfp-content header .menu-header .navClose img {
  margin-left: 50px;
  max-width: 32px;
}
div.ccm-page #nav,
.mfp-content #nav {
  margin-top: 5px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  div.ccm-page #nav,
  .mfp-content #nav {
    flex-direction: column;
    align-items: flex-end;
  }
}
div.ccm-page .nav-button,
.mfp-content .nav-button {
  margin-right: 25px;
}
div.ccm-page .nav-button .button,
.mfp-content .nav-button .button {
  padding: 14px 25px;
}
@media (max-width: 768px) {
  div.ccm-page .nav-button,
  .mfp-content .nav-button {
    display: none;
  }
}
div.ccm-page .switch-language,
.mfp-content .switch-language {
  margin-right: 25px;
  color: #000000;
}
div.ccm-page .switch-language a,
.mfp-content .switch-language a {
  color: #000000;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  div.ccm-page .switch-language,
  .mfp-content .switch-language {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
div.ccm-page footer .col-md-3 p + p,
.mfp-content footer .col-md-3 p + p {
  margin-bottom: 0;
}
div.ccm-page footer,
.mfp-content footer {
  position: relative;
  z-index: 50;
  margin-top: 80px;
}
div.ccm-page footer .top-footer,
.mfp-content footer .top-footer {
  padding-top: 0px;
  padding-bottom: 40px;
}
div.ccm-page footer p,
.mfp-content footer p,
div.ccm-page footer a,
.mfp-content footer a,
div.ccm-page footer div,
.mfp-content footer div,
div.ccm-page footer span,
.mfp-content footer span {
  font-size: 16px;
}
div.ccm-page footer .bottom-footer,
.mfp-content footer .bottom-footer {
  padding-top: 0px;
  padding-bottom: 0px;
}
div.ccm-page footer p,
.mfp-content footer p {
  color: #000000;
}
div.ccm-page footer a,
.mfp-content footer a {
  color: #000000;
  font-weight: 400;
}
div.ccm-page footer h4,
.mfp-content footer h4 {
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 821px) {
  div.ccm-page footer h4,
  .mfp-content footer h4 {
    padding-top: 20px;
  }
}
div.ccm-page footer .box,
.mfp-content footer .box {
  margin-top: -230px;
  padding: 30px !important;
  background: #ffffff;
  max-width: 29% !important;
  width: 29% !important;
  flex-basis: 29% !important;
}
@media (max-width: 1060px) {
  div.ccm-page footer .box,
  .mfp-content footer .box {
    max-width: 100% !important;
    width: 100% !important;
    flex-basis: 100% !important;
    margin-top: 0px;
    padding: 20px 25px !important;
  }
}
div.ccm-page footer .box h3,
.mfp-content footer .box h3 {
  line-height: 1em;
  margin: 0 0 20px 0;
  color: #ff5229;
  text-transform: uppercase;
  font-family: 'Thunder', arial, sans-serif;
  letter-spacing: 0.026em;
  font-size: 54px;
}
div.ccm-page footer .footerLogo,
.mfp-content footer .footerLogo {
  margin-bottom: 90px;
}
@media (max-width: 821px) {
  div.ccm-page footer .footerLogo,
  .mfp-content footer .footerLogo {
    margin-bottom: 40px;
  }
}
div.ccm-page footer .social a,
.mfp-content footer .social a {
  margin-right: 6px;
  display: inline-block;
}
div.ccm-page footer .switch-language,
.mfp-content footer .switch-language {
  margin: 0;
}
div.ccm-page footer .footer-flex,
.mfp-content footer .footer-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1060px) {
  div.ccm-page footer .footer-flex,
  .mfp-content footer .footer-flex {
    flex-wrap: wrap;
  }
}
div.ccm-page footer .footer-flex > div,
.mfp-content footer .footer-flex > div {
  max-width: 21%;
  width: 21%;
  flex-basis: 25%;
}
@media (max-width: 1060px) {
  div.ccm-page footer .footer-flex > div,
  .mfp-content footer .footer-flex > div {
    max-width: 33%;
    width: 33%;
    flex-basis: 33%;
  }
}
@media (max-width: 821px) {
  div.ccm-page footer .footer-flex > div,
  .mfp-content footer .footer-flex > div {
    max-width: 100% !important;
    width: 100% !important;
    flex-basis: 100% !important;
  }
}
div.ccm-page footer .footer-flex a,
.mfp-content footer .footer-flex a {
  display: block;
  margin-bottom: 12px;
  line-height: normal;
}
div.ccm-page footer .footer-flex a.button,
.mfp-content footer .footer-flex a.button {
  display: inline-block;
}
div.ccm-page footer .footer-flex br,
.mfp-content footer .footer-flex br {
  display: none;
}
div.ccm-page footer .aboveline,
.mfp-content footer .aboveline {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ffffff;
}
div.ccm-page footer .belowline,
.mfp-content footer .belowline {
  padding-top: 30px;
  padding-bottom: 30px;
}
div.ccm-page footer .belowline a,
.mfp-content footer .belowline a {
  margin-right: 30px;
}
@media (max-width: 821px) {
  div.ccm-page footer .belowline a,
  .mfp-content footer .belowline a {
    display: block;
    margin-right: 0;
  }
}
@font-face {
  font-family: 'si';
  src: url('/application/themes/phoenix/fonts/socicon.eot');
  src: url('/application/themes/phoenix/fonts/socicon.eot?#iefix') format('embedded-opentype'), url('/application/themes/phoenix/fonts/socicon.woff') format('woff'), url('/application/themes/phoenix/fonts/socicon.ttf') format('truetype'), url('/application/themes/phoenix/fonts/socicon.svg#icomoonregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: si;
    src: url(/application/themes/phoenix/fonts/socicon.svg) format(svg);
  }
}
div.ccm-page .soc,
.mfp-content .soc {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
div.ccm-page .soc li,
.mfp-content .soc li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
div.ccm-page .soc li a,
.mfp-content .soc li a {
  font-family: si !important;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  transition: .1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-right: 10px;
  color: #0a3e5e;
  background-color: white;
}
div.ccm-page .soc a:hover,
.mfp-content .soc a:hover {
  z-index: 2;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
div.ccm-page .soc-icon-last,
.mfp-content .soc-icon-last {
  margin: 0 !important;
}
div.ccm-page .soc-facebook:before,
.mfp-content .soc-facebook:before {
  content: '\e041';
}
div.ccm-page .soc-twitter:before,
.mfp-content .soc-twitter:before {
  content: '\e040';
}
div.ccm-page .soc-instagram:before,
.mfp-content .soc-instagram:before {
  content: '\e057';
}
div.ccm-page .soc-linkedin:before,
.mfp-content .soc-linkedin:before {
  content: '\e049';
}
div.ccm-page .bg-darken,
.mfp-content .bg-darken {
  background: rgba(0, 0, 0, 0.2);
}
div.ccm-page .bg-darken .container,
.mfp-content .bg-darken .container {
  padding: 15px 0;
}
div.ccm-page .bg-darken p,
.mfp-content .bg-darken p {
  margin: 0;
}
div.ccm-page .page-utilities,
.mfp-content .page-utilities {
  position: fixed;
  width: 100%;
  z-index: 20;
  height: 0;
  bottom: 90px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  transform: translateY(100px);
}
div.ccm-page .page-utilities.is-visible,
.mfp-content .page-utilities.is-visible {
  transform: translateY(0);
}
div.ccm-page .mod-share-page,
.mfp-content .mod-share-page {
  position: relative;
}
div.ccm-page .share-page__toggler,
.mfp-content .share-page__toggler {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #c2542b;
  border: 1px solid #c2542b;
}
.blog-aside div.ccm-page .share-page__toggler,
.blog-aside .mfp-content .share-page__toggler {
  display: none;
}
div.ccm-page .share-page__toggler a,
.mfp-content .share-page__toggler a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 13px;
}
div.ccm-page .share-page__list,
.mfp-content .share-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.ccm-page .share-page__list li,
.mfp-content .share-page__list li {
  margin-top: 0;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.blog-aside div.ccm-page .share-page__list li,
.blog-aside .mfp-content .share-page__list li {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
div.ccm-page .share-page__list .twitter,
.mfp-content .share-page__list .twitter {
  border-right: 2px solid #55acee;
}
div.ccm-page .share-page__list .facebook,
.mfp-content .share-page__list .facebook {
  border-right: 2px solid #3b5999;
}
div.ccm-page .share-page__list .linkedin,
.mfp-content .share-page__list .linkedin {
  border-right: 2px solid #4875b4;
}
div.ccm-page .share-page__list .googleplus,
.mfp-content .share-page__list .googleplus {
  border-right: 2px solid #f90101;
}
div.ccm-page .share-page__list .email,
.mfp-content .share-page__list .email {
  border-right: 2px solid #008000;
}
div.ccm-page .share-page__list a,
.mfp-content .share-page__list a {
  display: block;
  position: relative;
}
div.ccm-page .share-page__list a:before,
.mfp-content .share-page__list a:before {
  content: "";
  display: block;
  background-color: #EF4641
            position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  -webkit-transition: width 200ms ease;
  -moz-transition: width 200ms ease;
  -ms-transition: width 200ms ease;
  -o-transition: width 200ms ease;
  transition: width 200ms ease;
}
div.ccm-page .share-page__list a:hover:before,
.mfp-content .share-page__list a:hover:before {
  width: 100%;
}
div.ccm-page .share-page__list a .icon,
.mfp-content .share-page__list a .icon {
  position: relative;
}
div.ccm-page .share-page__list .twitter a,
.mfp-content .share-page__list .twitter a {
  color: #55acee;
}
div.ccm-page .share-page__list .facebook a,
.mfp-content .share-page__list .facebook a {
  color: #3b5999;
}
div.ccm-page .share-page__list .linkedin a,
.mfp-content .share-page__list .linkedin a {
  color: #4875b4;
}
div.ccm-page .share-page__list .googleplus a,
.mfp-content .share-page__list .googleplus a {
  color: #f90101;
}
div.ccm-page .share-page__list .email a,
.mfp-content .share-page__list .email a {
  color: #008000;
}
div.ccm-page .page-utilities .mod-share-page,
.mfp-content .page-utilities .mod-share-page {
  display: none;
}
@media (min-width: 720px) {
  div.ccm-page .page-utilities .mod-share-page,
  .mfp-content .page-utilities .mod-share-page {
    display: block;
  }
}
div.ccm-page .page-utilities .share-page__toggler,
.mfp-content .page-utilities .share-page__toggler {
  float: left;
  position: relative;
  z-index: 1;
}
div.ccm-page .page-utilities .is-open .share-page__toggler .icon:before,
.mfp-content .page-utilities .is-open .share-page__toggler .icon:before {
  content: "\f053";
}
div.ccm-page .page-utilities .share-page,
.mfp-content .page-utilities .share-page {
  position: relative;
}
div.ccm-page .page-utilities .share-page__list,
.mfp-content .page-utilities .share-page__list {
  float: left;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  transform: translateX(-110%);
}
.no-csstransforms div.ccm-page .page-utilities .share-page__list,
.no-csstransforms .mfp-content .page-utilities .share-page__list {
  margin-left: -100%;
}
div.ccm-page .page-utilities .share-page__list li,
.mfp-content .page-utilities .share-page__list li {
  float: left;
}
div.ccm-page .page-utilities .share-page__list li:first-child,
.mfp-content .page-utilities .share-page__list li:first-child {
  border-top: none;
}
div.ccm-page .page-utilities .share-page__list a,
.mfp-content .page-utilities .share-page__list a {
  background-color: white;
}
div.ccm-page .is-open .share-page__list,
.mfp-content .is-open .share-page__list {
  transform: translateX(0);
}
.no-csstransforms div.ccm-page .is-open .share-page__list,
.no-csstransforms .mfp-content .is-open .share-page__list {
  margin-left: 0;
}
div.ccm-page {
  overflow: hidden;
}
.mfp-wrap .mfp-content {
  margin: 0 auto;
  background: #3b3b3b;
  padding: 20px !important;
}
.mfp-wrap p {
  overflow: hidden;
}
.mfp-wrap .control-label,
.mfp-wrap .text-muted {
  display: none;
}
.mfp-wrap .btn {
  line-height: 45px;
  padding: 0 60px;
  min-width: 0px;
  border-radius: 0px;
  border: none;
  outline: none;
  font-family: 'ESPeak-Variable', 'Verdana', arial, sans-serif;
  float: none;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
.mfp-wrap .btn.btn-primary {
  background-color: #384555;
}
.mfp-wrap h2 {
  color: #ffffff;
  margin-top: 0px;
  font-family: 'ESPeak-Variable', 'Verdana', arial, sans-serif;
}
.mfp-wrap .mfp-close {
  font-family: 'ESPeak-Variable', 'Verdana', arial, sans-serif;
  color: #ffffff;
}
.mfp-wrap .mfp-image-holder .mfp-content {
  max-width: 90%;
  padding: 0;
  background: none;
}
.mfp-wrap .mfp-image-holder .mfp-close {
  top: -20px;
  right: -13px;
}
.bg-off .mfp-content {
  background: #fdf9f7;
}
.ccm-edit-mode .footer-flex {
  display: inline-block !important;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.ccm-edit-mode .footer-flex > div {
  max-width: 18%;
  width: 18%;
  flex-basis: 25%;
}
