/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

/*!
 * Font Awesome Pro 5.0.13 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; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.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 {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -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 {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-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-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-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-blender:before {
  content: "\f517"; }

.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-book-open:before {
  content: "\f518"; }

.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-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.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-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.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-church:before {
  content: "\f51d"; }

.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-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-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-compact-disc:before {
  content: "\f51f"; }

.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-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.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-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.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-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-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-ebay:before {
  content: "\f4f4"; }

.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-equals:before {
  content: "\f52c"; }

.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-feather:before {
  content: "\f52d"; }

.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-first-order-alt:before {
  content: "\f50a"; }

.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-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-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-glasses:before {
  content: "\f530"; }

.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-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.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-helicopter:before {
  content: "\f533"; }

.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-infinity:before {
  content: "\f534"; }

.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-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.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-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.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-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-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-mandalorian:before {
  content: "\f50f"; }

.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-mastodon:before {
  content: "\f4f6"; }

.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-memory:before {
  content: "\f538"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-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-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-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-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-old-republic:before {
  content: "\f510"; }

.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-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-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-percentage:before {
  content: "\f541"; }

.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-phoenix-squadron:before {
  content: "\f511"; }

.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-hat:before {
  content: "\f4e5"; }

.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-project-diagram:before {
  content: "\f542"; }

.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-r-project:before {
  content: "\f4f7"; }

.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-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-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-researchgate:before {
  content: "\f4f8"; }

.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-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-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-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.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-shoe-prints:before {
  content: "\f54b"; }

.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-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.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-smoking-ban:before {
  content: "\f54d"; }

.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-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-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-teamspeak:before {
  content: "\f4f9"; }

.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-toolbox:before {
  content: "\f552"; }

.fa-trade-federation:before {
  content: "\f513"; }

.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-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-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-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-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-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.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-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-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; }

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

#jaklcp-chat-container #livesupportchat1 .live-chat-slideup-container .lcj-slide-img {
  display: none; }

#jaklcp-chat-container #livesupportchat1 .jrc_chat_header {
  background-color: #212121; }

#jaklcp-chat-container #livesupportchat1 .jrc_chat_form_slide .direct-chat-standard .direct-chat-messages .media.standard {
  background-color: #0089e9; }

#jaklcp-chat-container #livesupportchat1 .jrc_chat_form_slide .direct-chat-standard .direct-chat-messages .media .media-left,
#jaklcp-chat-container #livesupportchat1 .jrc_chat_form_slide .direct-chat-standard .direct-chat-messages .media .media-right {
  display: none; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

#home-slider {
  display: block;
  position: relative;
  overflow: hidden;
  height: auto;
  max-height: initial;
  min-height: 0;
  padding: 0; }
  @media (max-width: 960px) {
    #home-slider {
      padding: 0;
      height: 1334px; } }
  @media (max-width: 450px) {
    #home-slider {
      padding: 0; } }
  @media (max-width: 960px) {
    #home-slider .heroes-carousel {
      height: 100%; } }
  @media (max-width: 960px) {
    #home-slider .heroes-carousel .slick-list,
    #home-slider .heroes-carousel .slick-track {
      height: 100%; } }
  @media (max-width: 1200px) {
    #home-slider h2 {
      font-size: 50px;
      line-height: 1em; } }
  @media (max-width: 960px) {
    #home-slider h2 {
      font-size: 3.1em;
      line-height: 1em; } }
  @media (max-width: 650px) {
    #home-slider h2 {
      font-size: 1.8em;
      line-height: 1em; } }
  @media (max-width: 450px) {
    #home-slider h2 {
      font-size: 1.875em;
      margin-bottom: 22px; } }
  #home-slider .slide {
    background-color: #212121;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    padding: 0 98px;
    height: 0 !important;
    overflow: hidden !important;
    padding-bottom: 56.25% !important;
    position: relative !important; }
    @media (max-width: 960px) {
      #home-slider .slide {
        height: 0 !important;
        padding: 0 5% 160% !important; } }
    @media (max-width: 450px) {
      #home-slider .slide {
        height: 618px;
        padding: 0; } }
    #home-slider .slide iframe,
    #home-slider .slide video {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto; }
      @media (max-width: 960px) {
        #home-slider .slide iframe,
        #home-slider .slide video {
          height: 100%;
          width: calc(100% * 3);
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
    #home-slider .slide .container {
      max-width: 1600px;
      margin: 0 auto;
      padding: 0 6em;
      z-index: 10;
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      @media (max-width: 960px) {
        #home-slider .slide .container {
          padding: 0 2em; } }
      #home-slider .slide .container > div.content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 60%;
        z-index: 10;
        /*@include breakpoint($largephone) {
			        top: 3em;
			    }
				@include breakpoint($phone) {
					top: 1em;
				}*/ }
        @media (max-width: 960px) {
          #home-slider .slide .container > div.content {
            width: 80%;
            top: 25%; } }
        #home-slider .slide .container > div.content .button {
          margin-left: 5px; }
      #home-slider .slide .container > div.price {
        position: absolute;
        top: 0;
        height: 739px;
        width: 369.5px;
        color: #fefefe;
        z-index: 5;
        right: -175px; }
        @media (max-width: 960px) {
          #home-slider .slide .container > div.price {
            bottom: unset;
            left: unset;
            top: 30%;
            right: -11%; } }
        @media (max-width: 450px) {
          #home-slider .slide .container > div.price {
            top: 45%;
            height: 370px;
            width: 184.75px;
            right: 0; } }
        #home-slider .slide .container > div.price > div {
          position: absolute;
          z-index: 1;
          top: 31%;
          left: -75px; }
          @media (max-width: 960px) {
            #home-slider .slide .container > div.price > div {
              top: 250px;
              left: -13%; } }
          @media (max-width: 450px) {
            #home-slider .slide .container > div.price > div {
              top: 104px;
              left: -18.5%; } }
        #home-slider .slide .container > div.price:before {
          position: absolute;
          content: '';
          display: block;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #0089e9), color-stop(80%, transparent));
          background: -o-linear-gradient(top, #0089e9 20%, transparent 80%);
          background: linear-gradient(to bottom, #0089e9 20%, transparent 80%);
          bottom: 0;
          -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
          z-index: 0;
          width: 250px;
          height: 1050px; }
          @media (max-width: 960px) {
            #home-slider .slide .container > div.price:before {
              width: 275px;
              height: 1000px; } }
          @media (max-width: 450px) {
            #home-slider .slide .container > div.price:before {
              width: 127px;
              height: 528px; } }
        #home-slider .slide .container > div.price .pre-price {
          padding-left: 30px; }
          @media (max-width: 450px) {
            #home-slider .slide .container > div.price .pre-price {
              padding-left: 15px; } }
          @media (max-width: 450px) {
            #home-slider .slide .container > div.price .pre-price {
              font-size: .5rem; } }
        #home-slider .slide .container > div.price strong {
          font-family: "graphik-web-bold";
          font-size: 4em;
          padding-top: 0.4em;
          padding-bottom: 2em;
          display: block;
          margin-top: 0;
          margin-left: 20px;
          letter-spacing: .06em; }
          @media (max-width: 960px) {
            #home-slider .slide .container > div.price strong {
              font-size: 4.5em;
              padding-top: 0;
              margin-top: 1.5rem;
              letter-spacing: 0; } }
          @media (max-width: 450px) {
            #home-slider .slide .container > div.price strong {
              font-size: 2.25em;
              margin-left: 10px;
              margin-top: 8px;
              letter-spacing: .06em; } }
          #home-slider .slide .container > div.price strong sup {
            font-size: .5em;
            vertical-align: text-top; }
            #home-slider .slide .container > div.price strong sup .slash {
              letter-spacing: initial; }
  #home-slider .slider-controls-wrapper {
    background: #fefefe;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 80px;
    width: 240px;
    z-index: 15; }
    @media (max-width: 450px) {
      #home-slider .slider-controls-wrapper {
        height: 40px;
        width: 120px; } }
    #home-slider .slider-controls-wrapper .slider-nav {
      background: #fefefe;
      display: inline-block;
      height: 100%;
      width: 49.9999%; }
      #home-slider .slider-controls-wrapper .slider-nav:hover {
        background-color: #212121; }
        #home-slider .slider-controls-wrapper .slider-nav:hover i {
          color: #fefefe; }
      #home-slider .slider-controls-wrapper .slider-nav i {
        color: #212121;
        margin-top: 24px; }
        @media (max-width: 450px) {
          #home-slider .slider-controls-wrapper .slider-nav i {
            font-size: 1em;
            margin-top: 12px; } }
    #home-slider .slider-controls-wrapper .slider-prev {
      text-align: right;
      padding-right: 20px; }
      @media (max-width: 450px) {
        #home-slider .slider-controls-wrapper .slider-prev {
          text-align: center;
          padding-right: 0; } }
    #home-slider .slider-controls-wrapper .slider-next {
      text-align: left;
      padding-left: 20px; }
      @media (max-width: 450px) {
        #home-slider .slider-controls-wrapper .slider-next {
          text-align: center;
          padding-left: 0; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@-webkit-keyframes logo-scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  20% {
    opacity: 1; }
  25% {
    opacity: 1; }
  49.9999% {
    opacity: 1;
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0); }
  50.0001% {
    opacity: 1;
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes logo-scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  20% {
    opacity: 1; }
  25% {
    opacity: 1; }
  49.9999% {
    opacity: 1;
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0); }
  50.0001% {
    opacity: 1;
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes logo-scroll-middle {
  0% {
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(0, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(0, 0, 0);
    opacity: .8; }
  20% {
    opacity: .8; }
  25% {
    opacity: .8; }
  49.9999% {
    opacity: .8;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(-200vw, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(-200vw, 0, 0); }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(200vw, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(200vw, 0, 0); }
  50.0001% {
    opacity: .6;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(200vw, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(200vw, 0, 0); }
  100% {
    opacity: .6;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(0, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(0, 0, 0); } }

@keyframes logo-scroll-middle {
  0% {
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(0, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(0, 0, 0);
    opacity: .8; }
  20% {
    opacity: .8; }
  25% {
    opacity: .8; }
  49.9999% {
    opacity: .8;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(-200vw, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(-200vw, 0, 0); }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(200vw, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(200vw, 0, 0); }
  50.0001% {
    opacity: .6;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(200vw, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(200vw, 0, 0); }
  100% {
    opacity: .6;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(0, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(0, 0, 0); } }

@-webkit-keyframes logo-scroll-away {
  0% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0);
    opacity: .6; }
  20% {
    opacity: .6; }
  25% {
    opacity: .6; }
  49.9999% {
    opacity: .6;
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(-200vw, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(-200vw, 0, 0); }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(200vw, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(200vw, 0, 0); }
  50.0001% {
    opacity: .6;
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(200vw, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(200vw, 0, 0); }
  100% {
    opacity: .6;
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0); } }

@keyframes logo-scroll-away {
  0% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0);
    opacity: .6; }
  20% {
    opacity: .6; }
  25% {
    opacity: .6; }
  49.9999% {
    opacity: .6;
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(-200vw, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(-200vw, 0, 0); }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(200vw, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(200vw, 0, 0); }
  50.0001% {
    opacity: .6;
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(200vw, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(200vw, 0, 0); }
  100% {
    opacity: .6;
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0); } }

.home-block.home-manufacturers {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25))), url("../img/backgrounds/home/1000manufacturers.jpg");
  background: -o-linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), url("../img/backgrounds/home/1000manufacturers.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), url("../img/backgrounds/home/1000manufacturers.jpg");
  position: relative; }
  @media (max-width: 960px) {
    .home-block.home-manufacturers {
      max-height: 1020px;
      background-size: cover; } }
  @media (max-width: 450px) {
    .home-block.home-manufacturers {
      background-size: cover; } }
  .home-block.home-manufacturers .section-content {
    top: 32%; }
    @media (max-width: 960px) {
      .home-block.home-manufacturers .section-content {
        top: 32.5%;
        width: 67%; } }
    @media (max-width: 450px) {
      .home-block.home-manufacturers .section-content {
        top: 32%; } }
    .home-block.home-manufacturers .section-content p {
      width: 55%; }
      @media (max-width: 960px) {
        .home-block.home-manufacturers .section-content p {
          width: 90%; } }
      @media (max-width: 450px) {
        .home-block.home-manufacturers .section-content p {
          width: 100%; } }
  .home-block.home-manufacturers .section-midground {
    top: 145px;
    left: 0;
    width: 100%; }
    .home-block.home-manufacturers .section-midground .manuf-row {
      display: block;
      height: 50px;
      width: 100%; }
      .home-block.home-manufacturers .section-midground .manuf-row div.hide {
        opacity: 0;
        -webkit-transition: opacity 2s;
        -o-transition: opacity 2s;
        transition: opacity 2s; }
      .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo {
        position: absolute;
        -webkit-animation-name: logo-scroll;
        animation-name: logo-scroll;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        z-index: 0;
        max-height: 46px; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo.small {
          -webkit-animation-name: logo-scroll-away;
          animation-name: logo-scroll-away;
          -webkit-animation-duration: 85s !important;
          animation-duration: 85s !important;
          z-index: -5; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo.medium {
          -webkit-animation-name: logo-scroll-middle;
          animation-name: logo-scroll-middle;
          -webkit-animation-duration: 85s !important;
          animation-duration: 85s !important;
          z-index: -5; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#airaid {
          -webkit-animation-duration: 55s;
          animation-duration: 55s;
          left: 80%; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#eibach {
          -webkit-animation-duration: 45s;
          animation-duration: 45s;
          left: 100%; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#nitto {
          -webkit-animation-duration: 50s;
          animation-duration: 50s;
          left: 130%; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#wilwood {
          -webkit-animation-duration: 60s;
          animation-duration: 60s;
          left: 30%; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#american-racing {
          -webkit-animation-duration: 60s;
          animation-duration: 60s;
          left: 90%; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#fabtech {
          -webkit-animation-duration: 70s;
          animation-duration: 70s;
          left: 125%; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#pirelli {
          left: 50%;
          -webkit-animation-duration: 50s;
          animation-duration: 50s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#aries {
          left: 110%;
          -webkit-animation-duration: 55s;
          animation-duration: 55s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#fuel {
          left: 130%;
          -webkit-animation-duration: 42s;
          animation-duration: 42s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#procomp {
          left: 80%;
          -webkit-animation-duration: 45s;
          animation-duration: 45s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#banks {
          left: 105%;
          -webkit-animation-duration: 52s;
          animation-duration: 52s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#goodyear {
          left: 130%;
          -webkit-animation-duration: 47s;
          animation-duration: 47s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#rbp {
          left: 60%;
          -webkit-animation-duration: 55s;
          animation-duration: 55s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#bilstein {
          left: 95%;
          -webkit-animation-duration: 47s;
          animation-duration: 47s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#hankook {
          left: 125%;
          -webkit-animation-duration: 50s;
          animation-duration: 50s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#smittybilt {
          left: 40%;
          -webkit-animation-duration: 60s;
          animation-duration: 60s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#borla {
          left: 90%;
          -webkit-animation-duration: 43s;
          animation-duration: 43s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#husky {
          left: 130%;
          -webkit-animation-duration: 51s;
          animation-duration: 51s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#t-rex {
          left: 80%;
          -webkit-animation-duration: 45s;
          animation-duration: 45s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#bushwacker {
          left: 105%;
          -webkit-animation-duration: 53s;
          animation-duration: 53s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#kn {
          left: 120%;
          -webkit-animation-duration: 41s;
          animation-duration: 41s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#toyo {
          left: 60%;
          -webkit-animation-duration: 55s;
          animation-duration: 55s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#continental {
          left: 105%;
          -webkit-animation-duration: 40s;
          animation-duration: 40s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#lexani {
          left: 130%;
          -webkit-animation-duration: 47s;
          animation-duration: 47s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#tsw {
          left: 20%;
          -webkit-animation-duration: 50s;
          animation-duration: 50s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#corsa {
          left: 80%;
          -webkit-animation-duration: 60s;
          animation-duration: 60s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#magnaflow {
          left: 130%;
          -webkit-animation-duration: 56s;
          animation-duration: 56s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#vogtland {
          left: 40%;
          -webkit-animation-duration: 55s;
          animation-duration: 55s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#coverking {
          left: 85%;
          -webkit-animation-duration: 60s;
          animation-duration: 60s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#michelin {
          left: 125%;
          -webkit-animation-duration: 57s;
          animation-duration: 57s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#weathertech {
          left: 70%;
          -webkit-animation-duration: 55s;
          animation-duration: 55s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#edelbrook {
          left: 92%;
          -webkit-animation-duration: 59s;
          animation-duration: 59s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#n-fab {
          left: 120%;
          -webkit-animation-duration: 51s;
          animation-duration: 51s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#westin {
          left: 55%;
          -webkit-animation-duration: 57s;
          animation-duration: 57s; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.home-themes {
  background-image: url("../img/backgrounds/home/themes.jpg");
  background-color: #212121;
  overflow: hidden; }
  @media (max-width: 1500px) {
    .home-block.home-themes {
      min-height: 1332px; } }
  @media (max-width: 450px) {
    .home-block.home-themes {
      min-height: 667px; } }
  .home-block.home-themes .section-content {
    width: 30%;
    top: 32%; }
    @media (max-width: 1500px) {
      .home-block.home-themes .section-content {
        width: 60%;
        top: 6em; } }
    @media (max-width: 450px) {
      .home-block.home-themes .section-content {
        top: 2.5%;
        width: 70%; } }
    @media (max-width: 960px) {
      .home-block.home-themes .section-content h2 {
        width: 70%; } }
    .home-block.home-themes .section-content p {
      width: 85%; }
      @media (max-width: 960px) {
        .home-block.home-themes .section-content p {
          width: 100%; } }
  .home-block.home-themes .section-midground {
    width: 100%;
    height: 100%;
    left: 0; }
    @media (max-width: 960px) {
      .home-block.home-themes .section-midground {
        position: relative;
        margin-top: 2em;
        margin-top: 33.7em; } }
    @media (max-width: 450px) {
      .home-block.home-themes .section-midground {
        margin-top: 13.7em; } }
    .home-block.home-themes .section-midground img {
      position: absolute;
      bottom: 0; }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground img {
          bottom: unset;
          top: 0; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground img {
          width: 58%; } }
    .home-block.home-themes .section-midground .theme1 {
      z-index: 500;
      right: 37.5%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme1 {
          right: 38.5%; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme1 {
          right: 37.5%; } }
    .home-block.home-themes .section-midground .theme2 {
      z-index: 501;
      right: 18.75%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme2 {
          right: -1.5%; } }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme2 {
          top: 30px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme2 {
          right: -6%;
          top: 25px; } }
    .home-block.home-themes .section-midground .theme3 {
      z-index: 502;
      right: 0%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme3 {
          right: -41.5%; } }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme3 {
          top: 60px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme3 {
          right: -49.5%;
          top: 50px; } }
    .home-block.home-themes .section-midground .theme4 {
      z-index: 503;
      right: 0; }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme4 {
          top: 90px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme4 {
          top: 77px;
          right: -19.5%; } }
    .home-block.home-themes .section-midground .theme5 {
      z-index: 504;
      right: 13%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme5 {
          right: 26.3%; } }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme5 {
          right: -13.7%;
          top: 110px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme5 {
          right: -19.5%;
          top: 77px; } }
    .home-block.home-themes .section-midground .theme6 {
      z-index: 505;
      right: 44.25%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme6 {
          right: 53%; } }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme6 {
          top: 120px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme6 {
          top: 252px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.home-themes {
  background-image: url("../img/backgrounds/home/themes.jpg");
  background-color: #212121;
  overflow: hidden; }
  @media (max-width: 1500px) {
    .home-block.home-themes {
      min-height: 1332px; } }
  @media (max-width: 450px) {
    .home-block.home-themes {
      min-height: 667px; } }
  .home-block.home-themes .section-content {
    width: 30%;
    top: 32%; }
    @media (max-width: 1500px) {
      .home-block.home-themes .section-content {
        width: 60%;
        top: 6em; } }
    @media (max-width: 450px) {
      .home-block.home-themes .section-content {
        top: 2.5%;
        width: 70%; } }
    @media (max-width: 960px) {
      .home-block.home-themes .section-content h2 {
        width: 70%; } }
    .home-block.home-themes .section-content p {
      width: 85%; }
      @media (max-width: 960px) {
        .home-block.home-themes .section-content p {
          width: 100%; } }
  .home-block.home-themes .section-midground {
    width: 100%;
    height: 100%;
    left: 0; }
    @media (max-width: 960px) {
      .home-block.home-themes .section-midground {
        position: relative;
        margin-top: 2em;
        margin-top: 33.7em; } }
    @media (max-width: 450px) {
      .home-block.home-themes .section-midground {
        margin-top: 13.7em; } }
    .home-block.home-themes .section-midground img {
      position: absolute;
      bottom: 0; }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground img {
          bottom: unset;
          top: 0; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground img {
          width: 58%; } }
    .home-block.home-themes .section-midground .theme1 {
      z-index: 500;
      right: 37.5%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme1 {
          right: 38.5%; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme1 {
          right: 37.5%; } }
    .home-block.home-themes .section-midground .theme2 {
      z-index: 501;
      right: 18.75%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme2 {
          right: -1.5%; } }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme2 {
          top: 30px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme2 {
          right: -6%;
          top: 25px; } }
    .home-block.home-themes .section-midground .theme3 {
      z-index: 502;
      right: 0%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme3 {
          right: -41.5%; } }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme3 {
          top: 60px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme3 {
          right: -49.5%;
          top: 50px; } }
    .home-block.home-themes .section-midground .theme4 {
      z-index: 503;
      right: 0; }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme4 {
          top: 90px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme4 {
          top: 77px;
          right: -19.5%; } }
    .home-block.home-themes .section-midground .theme5 {
      z-index: 504;
      right: 13%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme5 {
          right: 26.3%; } }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme5 {
          right: -13.7%;
          top: 110px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme5 {
          right: -19.5%;
          top: 77px; } }
    .home-block.home-themes .section-midground .theme6 {
      z-index: 505;
      right: 44.25%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme6 {
          right: 53%; } }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme6 {
          top: 120px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme6 {
          top: 252px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.home-themes {
  background-image: url("../img/backgrounds/home/themes.jpg");
  background-color: #212121;
  overflow: hidden; }
  @media (max-width: 1500px) {
    .home-block.home-themes {
      min-height: 1332px; } }
  @media (max-width: 450px) {
    .home-block.home-themes {
      min-height: 667px; } }
  .home-block.home-themes .section-content {
    width: 30%;
    top: 32%; }
    @media (max-width: 1500px) {
      .home-block.home-themes .section-content {
        width: 60%;
        top: 6em; } }
    @media (max-width: 450px) {
      .home-block.home-themes .section-content {
        top: 2.5%;
        width: 70%; } }
    @media (max-width: 960px) {
      .home-block.home-themes .section-content h2 {
        width: 70%; } }
    .home-block.home-themes .section-content p {
      width: 85%; }
      @media (max-width: 960px) {
        .home-block.home-themes .section-content p {
          width: 100%; } }
  .home-block.home-themes .section-midground {
    width: 100%;
    height: 100%;
    left: 0; }
    @media (max-width: 960px) {
      .home-block.home-themes .section-midground {
        position: relative;
        margin-top: 2em;
        margin-top: 33.7em; } }
    @media (max-width: 450px) {
      .home-block.home-themes .section-midground {
        margin-top: 13.7em; } }
    .home-block.home-themes .section-midground img {
      position: absolute;
      bottom: 0; }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground img {
          bottom: unset;
          top: 0; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground img {
          width: 58%; } }
    .home-block.home-themes .section-midground .theme1 {
      z-index: 500;
      right: 37.5%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme1 {
          right: 38.5%; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme1 {
          right: 37.5%; } }
    .home-block.home-themes .section-midground .theme2 {
      z-index: 501;
      right: 18.75%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme2 {
          right: -1.5%; } }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme2 {
          top: 30px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme2 {
          right: -6%;
          top: 25px; } }
    .home-block.home-themes .section-midground .theme3 {
      z-index: 502;
      right: 0%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme3 {
          right: -41.5%; } }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme3 {
          top: 60px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme3 {
          right: -49.5%;
          top: 50px; } }
    .home-block.home-themes .section-midground .theme4 {
      z-index: 503;
      right: 0; }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme4 {
          top: 90px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme4 {
          top: 77px;
          right: -19.5%; } }
    .home-block.home-themes .section-midground .theme5 {
      z-index: 504;
      right: 13%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme5 {
          right: 26.3%; } }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme5 {
          right: -13.7%;
          top: 110px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme5 {
          right: -19.5%;
          top: 77px; } }
    .home-block.home-themes .section-midground .theme6 {
      z-index: 505;
      right: 44.25%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme6 {
          right: 53%; } }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme6 {
          top: 120px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme6 {
          top: 252px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.home-3d-visualizer {
  background-image: url("../img/backgrounds/home/3dvisu.jpg");
  background-size: cover;
  height: 860px;
  min-height: 860px; }
  @media (max-width: 1500px) {
    .home-block.home-3d-visualizer {
      min-height: 950px; } }
  @media (max-width: 450px) {
    .home-block.home-3d-visualizer {
      height: 475px;
      min-height: 475px; } }
  .home-block.home-3d-visualizer .section-content {
    top: 30.5%;
    width: 30%; }
    @media (max-width: 960px) {
      .home-block.home-3d-visualizer .section-content {
        top: 6em;
        width: 60%; } }
    @media (max-width: 450px) {
      .home-block.home-3d-visualizer .section-content {
        top: 3.5%; } }
  .home-block.home-3d-visualizer .section-midground {
    width: 100%;
    top: 0;
    left: 0; }
    @media (max-width: 960px) {
      .home-block.home-3d-visualizer .section-midground {
        top: 15em; } }
    @media (max-width: 450px) {
      .home-block.home-3d-visualizer .section-midground {
        top: 12.4em; } }
    .home-block.home-3d-visualizer .section-midground img {
      position: absolute; }
      @media (max-width: 450px) {
        .home-block.home-3d-visualizer .section-midground img {
          width: 36%; } }
    .home-block.home-3d-visualizer .section-midground .builder1 {
      top: 41px;
      right: 6.25%; }
      @media (max-width: 450px) {
        .home-block.home-3d-visualizer .section-midground .builder1 {
          top: 0px;
          right: -10.75%; } }
    .home-block.home-3d-visualizer .section-midground .builder2 {
      top: 155px;
      left: 37.7%; }
      @media (max-width: 450px) {
        .home-block.home-3d-visualizer .section-midground .builder2 {
          top: 34px;
          left: 31.4%; } }
    .home-block.home-3d-visualizer .section-midground .builder3 {
      top: 101px;
      left: 50%; }
      @media (max-width: 450px) {
        .home-block.home-3d-visualizer .section-midground .builder3 {
          top: 18px;
          left: 48%; } }
    .home-block.home-3d-visualizer .section-midground .builder4 {
      top: 223px;
      right: 0; }
      @media (max-width: 450px) {
        .home-block.home-3d-visualizer .section-midground .builder4 {
          top: 89px;
          right: -5%; } }
    .home-block.home-3d-visualizer .section-midground .buildercar {
      top: 236px;
      left: 54.1%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      @media (max-width: 960px) {
        .home-block.home-3d-visualizer .section-midground .buildercar {
          top: 375px;
          width: 100%; } }
      @media (max-width: 450px) {
        .home-block.home-3d-visualizer .section-midground .buildercar {
          top: 59px;
          width: 127%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.home-payments {
  background-image: url("../img/backgrounds/home/accept_payments.jpg");
  background-size: cover; }
  @media (max-width: 960px) {
    .home-block.home-payments {
      min-height: 1484px; } }
  @media (max-width: 450px) {
    .home-block.home-payments {
      min-height: 742px; } }
  .home-block.home-payments .section-content {
    top: 32%; }
    @media (max-width: 960px) {
      .home-block.home-payments .section-content {
        width: 75%;
        top: 6em; } }
    @media (max-width: 450px) {
      .home-block.home-payments .section-content {
        top: 2%;
        width: 82%; } }
    @media (max-width: 960px) {
      .home-block.home-payments .section-content h2 {
        width: 70%; } }
    .home-block.home-payments .section-content p {
      width: 69%; }
      @media (max-width: 960px) {
        .home-block.home-payments .section-content p {
          width: 100%; } }
  .home-block.home-payments .section-midground {
    height: auto;
    right: 0;
    padding: 3.5em 4.6em;
    width: 60%;
    vertical-align: middle;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
    @media (max-width: 960px) {
      .home-block.home-payments .section-midground {
        top: 48em;
        left: 0;
        right: unset;
        width: 100%;
        padding: 0; } }
    @media (max-width: 450px) {
      .home-block.home-payments .section-midground {
        width: calc(100% + 30px);
        padding: 0;
        top: 24.7em;
        margin: 0 -15px; } }
    .home-block.home-payments .section-midground .row {
      font-size: 0;
      text-align: right; }
      @media (max-width: 960px) {
        .home-block.home-payments .section-midground .row {
          text-align: center; } }
      .home-block.home-payments .section-midground .row img {
        width: 50%;
        max-width: 400px; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.home-shipping {
  background-image: url("../img/backgrounds/home/shipping.jpg");
  background-color: #dbe2ea; }
  @media (max-width: 960px) {
    .home-block.home-shipping {
      min-height: 1214px; } }
  @media (max-width: 450px) {
    .home-block.home-shipping {
      min-height: 608px; } }
  .home-block.home-shipping .section-content {
    top: 27.5%; }
    @media (max-width: 960px) {
      .home-block.home-shipping .section-content {
        top: 6em;
        width: 75%; } }
    @media (max-width: 450px) {
      .home-block.home-shipping .section-content {
        top: 2.7%;
        width: 82%; } }
    @media (max-width: 960px) {
      .home-block.home-shipping .section-content h2 {
        width: 75%; } }
    .home-block.home-shipping .section-content p {
      width: 69%; }
      @media (max-width: 960px) {
        .home-block.home-shipping .section-content p {
          width: 100%; } }
  .home-block.home-shipping .section-midground {
    left: 0; }
    @media (max-width: 960px) {
      .home-block.home-shipping .section-midground {
        top: 34.7em;
        left: 0;
        right: unset; } }
    @media (max-width: 450px) {
      .home-block.home-shipping .section-midground {
        top: 15.4em; } }
    .home-block.home-shipping .section-midground .logos {
      position: absolute;
      top: 170px;
      left: 39.7%; }
      @media (max-width: 960px) {
        .home-block.home-shipping .section-midground .logos {
          top: 0;
          left: 4%; } }
      @media (max-width: 450px) {
        .home-block.home-shipping .section-midground .logos {
          left: 0; } }
      .home-block.home-shipping .section-midground .logos .logo {
        vertical-align: middle;
        margin-right: 70px; }
        @media (max-width: 450px) {
          .home-block.home-shipping .section-midground .logos .logo {
            margin-right: 33px; } }
        @media (max-width: 450px) {
          .home-block.home-shipping .section-midground .logos .logo.fedex {
            width: 22%; } }
        @media (max-width: 450px) {
          .home-block.home-shipping .section-midground .logos .logo.ups {
            width: 9.5%; } }
        @media (max-width: 450px) {
          .home-block.home-shipping .section-midground .logos .logo.usps {
            width: 35%; } }
    .home-block.home-shipping .section-midground .illustrations {
      position: absolute;
      top: 315px;
      left: 39.2%;
      width: 100%;
      height: 225px; }
      @media (max-width: 960px) {
        .home-block.home-shipping .section-midground .illustrations {
          top: 143px;
          left: 3%; } }
      @media (max-width: 450px) {
        .home-block.home-shipping .section-midground .illustrations {
          left: 0;
          top: 70px; } }
      .home-block.home-shipping .section-midground .illustrations .detail {
        position: absolute;
        z-index: 100; }
        @media (max-width: 450px) {
          .home-block.home-shipping .section-midground .illustrations .detail {
            width: 67%; } }
      .home-block.home-shipping .section-midground .illustrations .box {
        position: absolute;
        left: 285px;
        z-index: 200; }
        @media (max-width: 450px) {
          .home-block.home-shipping .section-midground .illustrations .box {
            width: 58%;
            left: 40%; } }
      .home-block.home-shipping .section-midground .illustrations .product {
        position: absolute;
        left: 574px;
        top: 49px;
        z-index: 300; }
        @media (max-width: 450px) {
          .home-block.home-shipping .section-midground .illustrations .product {
            width: 45%;
            left: 72%;
            top: 27px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.home-responsive {
  background-image: url("../img/backgrounds/home/responsive.jpg");
  background-size: initial; }
  @media (max-width: 960px) {
    .home-block.home-responsive {
      background-size: 200%;
      background-position-x: 100%;
      min-height: 1434px; } }
  @media (max-width: 450px) {
    .home-block.home-responsive {
      min-height: 716px; } }
  .home-block.home-responsive .section-content {
    top: 32%; }
    @media (max-width: 960px) {
      .home-block.home-responsive .section-content {
        width: 75%;
        top: 6em; } }
    @media (max-width: 450px) {
      .home-block.home-responsive .section-content {
        top: 2%;
        width: 82%; } }
    .home-block.home-responsive .section-content h2 {
      width: 50; }
    .home-block.home-responsive .section-content p {
      width: 69%; }
      @media (max-width: 960px) {
        .home-block.home-responsive .section-content p {
          width: 100%; } }
  .home-block.home-responsive .section-midground {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    @media (max-width: 960px) {
      .home-block.home-responsive .section-midground {
        top: 25em; } }
    @media (max-width: 450px) {
      .home-block.home-responsive .section-midground {
        top: 13.5em; } }
    @media (max-width: 960px) {
      .home-block.home-responsive .section-midground .iphone1, .home-block.home-responsive .section-midground .ipad, .home-block.home-responsive .section-midground .iphone2 {
        -webkit-transform: scale(0.766);
        -ms-transform: scale(0.766);
        transform: scale(0.766); } }
    @media (max-width: 450px) {
      .home-block.home-responsive .section-midground .iphone1, .home-block.home-responsive .section-midground .ipad, .home-block.home-responsive .section-midground .iphone2 {
        -webkit-transform: scale(0.383);
        -ms-transform: scale(0.383);
        transform: scale(0.383); } }
    .home-block.home-responsive .section-midground .iphone1 {
      position: absolute;
      top: -79px;
      left: 34.7%; }
      @media (max-width: 960px) {
        .home-block.home-responsive .section-midground .iphone1 {
          left: -100px; } }
      @media (max-width: 450px) {
        .home-block.home-responsive .section-midground .iphone1 {
          width: 45%;
          left: -59px;
          top: 0; } }
    .home-block.home-responsive .section-midground .ipad {
      position: absolute;
      left: 52.8%;
      top: 8%; }
      @media (max-width: 960px) {
        .home-block.home-responsive .section-midground .ipad {
          left: 100px; } }
      @media (max-width: 450px) {
        .home-block.home-responsive .section-midground .ipad {
          width: 69%;
          left: 54px;
          top: 11%; } }
    .home-block.home-responsive .section-midground .iphone2 {
      position: absolute;
      right: -86px;
      top: 28.6%; }
      @media (max-width: 960px) {
        .home-block.home-responsive .section-midground .iphone2 {
          right: -100px; } }
      @media (max-width: 450px) {
        .home-block.home-responsive .section-midground .iphone2 {
          width: 41.6%;
          right: -48px;
          top: 23%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.store-everywhere {
  background-image: url("../img/backgrounds/home/store_everywhere.jpg");
  background-position-x: right;
  position: relative; }
  @media (max-width: 960px) {
    .home-block.store-everywhere {
      min-height: 1405px;
      -webkit-box-align: start;
      -webkit-align-items: start;
      -ms-flex-align: start;
      align-items: start;
      padding-top: 2em;
      background-image: none; } }
  @media (max-width: 450px) {
    .home-block.store-everywhere {
      min-height: 702px; } }
  .home-block.store-everywhere .section-content {
    top: 32%; }
    @media (max-width: 960px) {
      .home-block.store-everywhere .section-content {
        top: 5.8em; } }
    @media (max-width: 450px) {
      .home-block.store-everywhere .section-content {
        top: 2%; } }
    @media (max-width: 960px) {
      .home-block.store-everywhere .section-content h2 {
        margin-bottom: 37px; } }
    @media (max-width: 450px) {
      .home-block.store-everywhere .section-content h2 {
        margin-bottom: 18px;
        width: 75%; } }
    .home-block.store-everywhere .section-content p {
      width: 61%; }
      @media (max-width: 960px) {
        .home-block.store-everywhere .section-content p {
          width: 100%; } }
  .home-block.store-everywhere .section-midground {
    width: 55%;
    top: 57px;
    right: 0; }
    @media (max-width: 960px) {
      .home-block.store-everywhere .section-midground {
        top: 32em;
        position: absolute;
        left: 0;
        right: unset;
        width: 100%;
        padding: 0 30px; } }
    @media (max-width: 450px) {
      .home-block.store-everywhere .section-midground {
        top: 14em;
        padding: 0; } }
    .home-block.store-everywhere .section-midground .row {
      text-align: left;
      font-size: 0; }
      @media (max-width: 960px) {
        .home-block.store-everywhere .section-midground .row {
          width: 100%; } }
      .home-block.store-everywhere .section-midground .row img {
        width: 50%;
        max-width: 400px; }
        @media (max-width: 960px) {
          .home-block.store-everywhere .section-midground .row img {
            width: 50%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.call-to-action {
  background-image: url("../img/backgrounds/home/CTA.jpg");
  background-size: cover;
  height: 60vh;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  max-height: 600px;
  -webkit-filter: hue-rotate(15deg);
  filter: hue-rotate(15deg); }
  @media (max-width: 960px) {
    .home-block.call-to-action {
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; } }
  @media (max-width: 450px) {
    .home-block.call-to-action {
      height: 37vh;
      min-height: 300px;
      max-height: 300px; } }
  .home-block.call-to-action .container {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%; }
    .home-block.call-to-action .container > div.main {
      width: 40%;
      position: relative;
      top: 9.5em; }
      @media (max-width: 960px) {
        .home-block.call-to-action .container > div.main {
          width: 47%;
          top: 5.6em; } }
      @media (max-width: 450px) {
        .home-block.call-to-action .container > div.main {
          top: 46px; } }
      @media (max-width: 960px) {
        .home-block.call-to-action .container > div.main h2 {
          font-size: 3.75rem;
          line-height: 1.1em; } }
      @media (max-width: 450px) {
        .home-block.call-to-action .container > div.main h2 {
          font-size: 1.875rem;
          line-height: 1.1em;
          margin-bottom: 11px; } }
      @media (max-width: 960px) {
        .home-block.call-to-action .container > div.main p {
          font-size: 1.5em; } }
      @media (max-width: 450px) {
        .home-block.call-to-action .container > div.main p {
          font-size: .75em; } }
      @media (max-width: 960px) {
        .home-block.call-to-action .container > div.main p strong {
          font-size: 3rem; } }
      @media (max-width: 450px) {
        .home-block.call-to-action .container > div.main p strong {
          font-size: 1.5rem; } }
    .home-block.call-to-action .container > div.price {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 100%;
      color: #212121;
      z-index: 5;
      left: 46.25%; }
      @media (max-width: 960px) {
        .home-block.call-to-action .container > div.price {
          right: 0%;
          left: unset;
          width: 200px; } }
      @media (max-width: 650px) {
        .home-block.call-to-action .container > div.price {
          right: -12%; } }
      @media (max-width: 450px) {
        .home-block.call-to-action .container > div.price {
          right: 0%; } }
      .home-block.call-to-action .container > div.price:before {
        position: absolute;
        content: '';
        display: block;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, white), color-stop(80%, transparent));
        background: -o-linear-gradient(top, white 20%, transparent 80%);
        background: linear-gradient(to bottom, white 20%, transparent 80%);
        bottom: 0;
        -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
        transform: translate3d(0, 0, 0) rotate(45deg);
        z-index: 0;
        width: 255px;
        height: 850px; }
        @media (max-width: 960px) {
          .home-block.call-to-action .container > div.price:before {
            width: 254px;
            height: 957px; } }
        @media (max-width: 450px) {
          .home-block.call-to-action .container > div.price:before {
            width: 125px;
            height: 265px;
            top: -45px;
            right: -14px; } }
      .home-block.call-to-action .container > div.price > div {
        position: absolute;
        z-index: 1;
        top: 27%; }
        @media (max-width: 960px) {
          .home-block.call-to-action .container > div.price > div {
            top: 27%;
            margin-left: 0;
            right: 2em;
            width: 290px; } }
        @media (max-width: 450px) {
          .home-block.call-to-action .container > div.price > div {
            top: 27%;
            width: 100px;
            right: 23%; } }
      @media (max-width: 960px) {
        .home-block.call-to-action .container > div.price .preprice {
          margin-left: 3em; } }
      @media (max-width: 450px) {
        .home-block.call-to-action .container > div.price .preprice {
          font-size: .5rem;
          margin-left: 3em; } }
      .home-block.call-to-action .container > div.price strong {
        font-family: "graphik-web-bold";
        font-size: 4em;
        padding-top: 0.1em;
        padding-bottom: 2em;
        display: block;
        margin-top: 0;
        margin-left: 20px; }
        @media (max-width: 960px) {
          .home-block.call-to-action .container > div.price strong {
            font-size: 3.5em;
            padding-bottom: 1.8em;
            margin-left: .5em;
            padding-top: 0.3em; } }
        @media (max-width: 450px) {
          .home-block.call-to-action .container > div.price strong {
            font-size: 2.25em;
            padding-bottom: 1.65em; } }
        .home-block.call-to-action .container > div.price strong sup {
          font-size: .5em;
          vertical-align: text-top; }
          .home-block.call-to-action .container > div.price strong sup .slash {
            letter-spacing: initial; }
      .home-block.call-to-action .container > div.price .button {
        color: #212121; }
        @media (max-width: 650px) {
          .home-block.call-to-action .container > div.price .button {
            min-width: unset;
            font-size: 0.8em;
            margin-left: 1em; } }
        @media (max-width: 450px) {
          .home-block.call-to-action .container > div.price .button {
            margin-left: 0;
            min-width: 150px;
            font-size: 9px; } }
  .home-block.call-to-action h2 {
    font-weight: normal; }
  .home-block.call-to-action p {
    font-family: "graphik-web-bold";
    font-size: 1.5em; }
    @media (max-width: 960px) {
      .home-block.call-to-action p {
        font-size: 1em; } }
    @media (max-width: 450px) {
      .home-block.call-to-action p {
        font-size: .5em; } }
  .home-block.call-to-action strong {
    color: #212121;
    font-size: 1.8em; }
    @media (max-width: 960px) {
      .home-block.call-to-action strong {
        font-size: 1em; } }
    @media (max-width: 450px) {
      .home-block.call-to-action strong {
        font-size: .5em; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

#feature-header {
  background-image: url("../img/backgrounds/home/CTA.jpg");
  background-size: cover;
  background-color: #299dff;
  min-height: 900px;
  position: relative;
  overflow: hidden;
  -webkit-filter: hue-rotate(15deg);
  filter: hue-rotate(15deg);
  color: #fefefe;
  max-width: unset; }
  @media (max-width: 960px) {
    #feature-header {
      min-height: 141vh;
      padding: 0 30px; } }
  @media (max-width: 450px) {
    #feature-header {
      padding: 0 15px;
      min-height: 666px; } }
  @media (max-width: 960px) {
    #feature-header h2 {
      font-size: 3.75rem;
      line-height: 1em; } }
  @media (max-width: 450px) {
    #feature-header h2 {
      font-size: 1.875rem;
      margin-bottom: 20px; } }
  #feature-header .container {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 900px;
    padding: 0 98px; }
    @media (max-width: 960px) {
      #feature-header .container {
        padding: 0; } }
    @media (max-width: 450px) {
      #feature-header .container {
        height: 666px; } }
  #feature-header div.content {
    position: absolute;
    top: 56%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 51%; }
    @media (max-width: 960px) {
      #feature-header div.content {
        width: 80%;
        top: 17em;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }
    @media (max-width: 450px) {
      #feature-header div.content {
        top: 8.5em; } }
    #feature-header div.content .button {
      background: #212121;
      margin-left: 5px; }
  #feature-header div.price {
    position: absolute;
    top: 0;
    height: 1000px;
    width: 369.5px;
    color: #212121;
    z-index: 5;
    right: -41px; }
    @media (max-width: 960px) {
      #feature-header div.price {
        right: -160px;
        top: 5em; } }
    @media (max-width: 650px) {
      #feature-header div.price {
        right: -50vw; } }
    @media (max-width: 450px) {
      #feature-header div.price {
        top: 37.5%;
        height: 370px;
        width: 184.75px;
        right: 0; } }
    #feature-header div.price > div {
      position: absolute;
      z-index: 1;
      top: 28.5%;
      left: -11%; }
      @media (max-width: 960px) {
        #feature-header div.price > div {
          top: 70%;
          left: -70%; } }
      @media (max-width: 450px) {
        #feature-header div.price > div {
          top: 37%;
          left: -26.5%; } }
    #feature-header div.price:before {
      position: absolute;
      content: '';
      display: block;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fefefe), color-stop(80%, transparent));
      background: -o-linear-gradient(top, #fefefe 20%, transparent 80%);
      background: linear-gradient(to bottom, #fefefe 20%, transparent 80%);
      top: -125px;
      -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
      transform: translate3d(0, 0, 0) rotate(45deg);
      z-index: 0;
      width: 250px;
      height: 870px; }
      @media (max-width: 960px) {
        #feature-header div.price:before {
          width: 250px;
          height: 1000px; } }
      @media (max-width: 450px) {
        #feature-header div.price:before {
          width: 127px;
          height: 528px; } }
    #feature-header div.price .pre-price {
      padding-left: 30px; }
      @media (max-width: 960px) {
        #feature-header div.price .pre-price {
          font-size: 1.5rem; } }
      @media (max-width: 450px) {
        #feature-header div.price .pre-price {
          font-size: .75rem; } }
    #feature-header div.price strong {
      font-family: "graphik-web-bold";
      font-size: 4em;
      padding-top: 0.4em;
      padding-bottom: 2em;
      display: block;
      margin-top: 0;
      margin-left: 20px; }
      @media (max-width: 960px) {
        #feature-header div.price strong {
          padding-top: 0.25em;
          font-size: 4.5em; } }
      @media (max-width: 450px) {
        #feature-header div.price strong {
          font-size: 2.25em; } }
      #feature-header div.price strong sup {
        font-size: .5em;
        vertical-align: text-top; }
        #feature-header div.price strong sup .slash {
          letter-spacing: initial; }
  #feature-header .slider-controls-wrapper {
    background: #fefefe;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 80px;
    width: 240px; }
    #feature-header .slider-controls-wrapper .slider-nav {
      background: #fefefe;
      display: inline-block;
      height: 100%;
      width: 49.9999%; }
      #feature-header .slider-controls-wrapper .slider-nav i {
        color: #212121;
        margin-top: 24px; }
    #feature-header .slider-controls-wrapper .slider-prev {
      text-align: right;
      padding-right: 20px; }
    #feature-header .slider-controls-wrapper .slider-next {
      text-align: left;
      padding-left: 20px; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-wrapper .feature-block.sell-everywhere ul.thumbnail-grid.r3 li {
  background-image: url(/skin/frontend/default/img/logos/cart.png);
  background-repeat: no-repeat;
  background-position: right top;
  height: 220px;
  width: 31%;
  margin: 0 2.3% 2.6% 0;
  position: relative; }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.sell-everywhere ul.thumbnail-grid.r3 li {
      width: 48%; }
      .features-wrapper .feature-block.sell-everywhere ul.thumbnail-grid.r3 li:nth-child(odd) {
        margin: 0 2% 4.5% 0; }
      .features-wrapper .feature-block.sell-everywhere ul.thumbnail-grid.r3 li:nth-child(even) {
        margin: 0 0 4.5% 2%; } }
  @media (max-width: 450px) {
    .features-wrapper .feature-block.sell-everywhere ul.thumbnail-grid.r3 li {
      height: 110px;
      background-size: 29%; } }
  .features-wrapper .feature-block.sell-everywhere ul.thumbnail-grid.r3 li img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.sell-everywhere ul.thumbnail-grid.r3 li img {
        width: 50%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-wrapper .feature-block.themes ul.thumbnail-grid {
  margin: 1.2% 0 0 0; }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.themes ul.thumbnail-grid {
      margin: 7% 0 0 0; } }
  @media (max-width: 450px) {
    .features-wrapper .feature-block.themes ul.thumbnail-grid {
      margin: 6% 0 0 0; } }
  .features-wrapper .feature-block.themes ul.thumbnail-grid li {
    margin-bottom: 27px; }
    @media (max-width: 960px) {
      .features-wrapper .feature-block.themes ul.thumbnail-grid li img {
        width: 100%; } }
    .features-wrapper .feature-block.themes ul.thumbnail-grid li .theme-name {
      text-align: left;
      font-family: "graphik-web-medium";
      font-size: 18px;
      margin: .7em 0 0 0; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block.themes ul.thumbnail-grid li .theme-name {
          font-size: 1.5rem; } }
      @media (max-width: 450px) {
        .features-wrapper .feature-block.themes ul.thumbnail-grid li .theme-name {
          font-size: .75em; } }
    .features-wrapper .feature-block.themes ul.thumbnail-grid li.more-themes {
      background-color: #dee5ed;
      position: relative;
      height: 350px; }
      @media (max-width: 450px) {
        .features-wrapper .feature-block.themes ul.thumbnail-grid li.more-themes {
          height: 175px; } }
      .features-wrapper .feature-block.themes ul.thumbnail-grid li.more-themes h3 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-wrapper .feature-block.features-customize ul.thumbnail-grid {
  margin-top: 3.2%; }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.features-customize ul.thumbnail-grid {
      margin-top: 6.7%; } }
  @media (max-width: 450px) {
    .features-wrapper .feature-block.features-customize ul.thumbnail-grid {
      margin-top: 4.5%; } }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.features-customize ul.thumbnail-grid li {
      width: 45%;
      margin-bottom: 4%; } }
  @media (max-width: 960px) and (max-width: 450px) {
    .features-wrapper .feature-block.features-customize ul.thumbnail-grid li {
      margin-bottom: 2%; } }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.features-customize ul.thumbnail-grid li:nth-child(odd) {
      margin-right: 5%;
      margin-left: 0; } }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.features-customize ul.thumbnail-grid li:nth-child(even) {
      margin-left: 5%;
      margin-right: 0; } }
  .features-wrapper .feature-block.features-customize ul.thumbnail-grid li h5 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: .6em;
    vertical-align: inherit; }
    @media (max-width: 960px) {
      .features-wrapper .feature-block.features-customize ul.thumbnail-grid li h5 {
        font-size: 1.5rem; } }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.features-customize ul.thumbnail-grid li h5 {
        font-size: .75rem;
        margin-bottom: .3em; } }
    .features-wrapper .feature-block.features-customize ul.thumbnail-grid li h5 img {
      margin-right: 7px; }
      @media (max-width: 450px) {
        .features-wrapper .feature-block.features-customize ul.thumbnail-grid li h5 img {
          zoom: 50%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-wrapper .feature-block.feature-manufacturers ul.thumbnail-grid.r4 {
  margin-top: 3%; }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.feature-manufacturers ul.thumbnail-grid.r4 {
      margin-top: 7%; } }
  .features-wrapper .feature-block.feature-manufacturers ul.thumbnail-grid.r4 li {
    width: 20%;
    margin: 0 5% 7% 0; }
    @media (max-width: 960px) {
      .features-wrapper .feature-block.feature-manufacturers ul.thumbnail-grid.r4 li {
        margin: 0 5% 9.1% 0; } }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.feature-manufacturers ul.thumbnail-grid.r4 li {
        margin: 0 5% 10% 0; } }
    .features-wrapper .feature-block.feature-manufacturers ul.thumbnail-grid.r4 li img {
      width: 100%; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-products ul li:nth-child(3) {
    display: none; } }

@media (max-width: 960px) {
  #features-products ul li img {
    width: 100%; } }

@media (max-width: 450px) {
  #features-products ul li img {
    zoom: 50%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.feature-block.fitment img {
  margin-top: 33px; }
  @media (max-width: 960px) {
    .feature-block.fitment img {
      width: 221%;
      -webkit-transform: translate3d(-22%, 0, 0);
      transform: translate3d(-22%, 0, 0);
      margin-top: 1em;
      margin-bottom: 2em; } }
  @media (max-width: 450px) {
    .feature-block.fitment img {
      width: 188%;
      -webkit-transform: translate3d(-26.5%, 0, 0);
      transform: translate3d(-26.5%, 0, 0);
      margin-top: 1.2em; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

#features-3d-visualizer {
  position: relative; }
  #features-3d-visualizer .builder1 {
    position: absolute;
    top: 250px;
    left: 0%;
    z-index: 5; }
    @media (max-width: 960px) {
      #features-3d-visualizer .builder1 {
        top: 395px;
        left: 5%;
        width: 25%; } }
    @media (max-width: 650px) {
      #features-3d-visualizer .builder1 {
        top: 495px;
        left: 5%;
        width: 25%; } }
    @media (max-width: 450px) {
      #features-3d-visualizer .builder1 {
        top: 195px;
        left: 5%;
        width: 25%; } }
  #features-3d-visualizer .builder2 {
    position: absolute;
    top: 220px;
    left: 5%;
    z-index: 5; }
    @media (max-width: 960px) {
      #features-3d-visualizer .builder2 {
        top: 380px;
        left: 10%;
        width: 25%; } }
    @media (max-width: 650px) {
      #features-3d-visualizer .builder2 {
        top: 480px;
        left: 10%;
        width: 25%; } }
    @media (max-width: 450px) {
      #features-3d-visualizer .builder2 {
        top: 180px;
        left: 10%;
        width: 25%; } }
  #features-3d-visualizer .builder3 {
    position: absolute;
    top: 200px;
    left: 10%;
    z-index: 5; }
    @media (max-width: 960px) {
      #features-3d-visualizer .builder3 {
        top: 365px;
        left: 15%;
        width: 25%; } }
    @media (max-width: 650px) {
      #features-3d-visualizer .builder3 {
        top: 465px;
        left: 15%;
        width: 25%; } }
    @media (max-width: 450px) {
      #features-3d-visualizer .builder3 {
        top: 165px;
        left: 15%;
        width: 25%; } }
  #features-3d-visualizer .builder4 {
    position: absolute;
    top: 270px;
    left: 2%;
    z-index: 5; }
    @media (max-width: 960px) {
      #features-3d-visualizer .builder4 {
        top: 350px;
        left: 20%;
        width: 25%; } }
    @media (max-width: 650px) {
      #features-3d-visualizer .builder4 {
        top: 450px;
        left: 20%;
        width: 25%; } }
    @media (max-width: 450px) {
      #features-3d-visualizer .builder4 {
        top: 150px;
        left: 20%;
        width: 25%; } }
  #features-3d-visualizer .buildercar {
    position: relative;
    z-index: 10; }
    @media (max-width: 960px) {
      #features-3d-visualizer .buildercar {
        width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-monitor ul li:nth-child(3) {
    display: none; } }

@media (max-width: 960px) {
  #features-monitor ul li img {
    width: 100%; } }

@media (max-width: 450px) {
  #features-monitor ul li img {
    zoom: 50%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-returns img {
    width: 100%; } }

@media (max-width: 960px) {
  #features-returns ul {
    margin: 4.3% 0 0 0; } }

@media (max-width: 960px) {
  #features-returns ul li {
    line-height: .8em;
    margin-bottom: 3%; } }

@media (max-width: 450px) {
  #features-returns ul li {
    margin-bottom: 1%; } }

@media (max-width: 960px) {
  #features-returns ul li:nth-child(odd) {
    width: 49%;
    margin-right: 6%; } }

@media (max-width: 960px) {
  #features-returns ul li:nth-child(even) {
    width: 45%;
    margin-right: 0; } }

@media (max-width: 960px) {
  #features-returns ul li:nth-child(5) {
    width: 100%; } }

@media (max-width: 450px) {
  #features-returns ul li p {
    line-height: 1.3em; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-analytics img {
    width: 100%; } }

@media (max-width: 960px) {
  #features-analytics ul {
    margin: 4.3% 0 0 0; } }

@media (max-width: 960px) {
  #features-analytics ul li {
    line-height: .8em;
    margin-bottom: 3%; } }

@media (max-width: 960px) {
  #features-analytics ul li:nth-child(odd) {
    width: 49%;
    margin-right: 6%; } }

@media (max-width: 960px) {
  #features-analytics ul li:nth-child(even) {
    width: 45%;
    margin-right: 0; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-wrapper .feature-block.ship ul.thumbnail-grid {
  margin-top: 3%; }
  .features-wrapper .feature-block.ship ul.thumbnail-grid li {
    margin-right: 4.3em;
    vertical-align: middle; }
    @media (max-width: 960px) {
      .features-wrapper .feature-block.ship ul.thumbnail-grid li {
        display: inline;
        margin-right: 9.6%; } }
    .features-wrapper .feature-block.ship ul.thumbnail-grid li.fedex img {
      width: 154px; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block.ship ul.thumbnail-grid li.fedex img {
          width: 22.5%; } }
    .features-wrapper .feature-block.ship ul.thumbnail-grid li.ups img {
      width: 77px; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block.ship ul.thumbnail-grid li.ups img {
          width: 11.5%; } }
    .features-wrapper .feature-block.ship ul.thumbnail-grid li.usps img {
      width: 259px; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block.ship ul.thumbnail-grid li.usps img {
          width: 37%; } }
    .features-wrapper .feature-block.ship ul.thumbnail-grid li img {
      max-height: none; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-wrapper .feature-block.payments ul.thumbnail-grid.r3 li {
  height: 220px;
  position: relative; }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.payments ul.thumbnail-grid.r3 li {
      margin-bottom: 4%; } }
  @media (max-width: 450px) {
    .features-wrapper .feature-block.payments ul.thumbnail-grid.r3 li {
      height: 110px; } }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.payments ul.thumbnail-grid.r3 li:nth-child(odd) {
      margin-right: 4%; } }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.payments ul.thumbnail-grid.r3 li:nth-child(even) {
      margin-right: 0; } }
  .features-wrapper .feature-block.payments ul.thumbnail-grid.r3 li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.payments ul.thumbnail-grid.r3 li img {
        max-width: 50%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-seo img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-cdn img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-security img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-social img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-wrapper .feature-block.media ul.thumbnail-grid {
  margin-bottom: 29px; }
  @media (max-width: 450px) {
    .features-wrapper .feature-block.media ul.thumbnail-grid {
      margin-bottom: 15px; } }
  .features-wrapper .feature-block.media ul.thumbnail-grid li {
    text-align: left; }
    @media (max-width: 960px) {
      .features-wrapper .feature-block.media ul.thumbnail-grid li {
        display: inline-block;
        width: 40%; } }
    .features-wrapper .feature-block.media ul.thumbnail-grid li:first-child {
      margin-right: 11em; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block.media ul.thumbnail-grid li:first-child {
          margin-right: 7.5em; } }
      @media (max-width: 450px) {
        .features-wrapper .feature-block.media ul.thumbnail-grid li:first-child {
          margin-right: 3.75em; } }
    .features-wrapper .feature-block.media ul.thumbnail-grid li h3 {
      font-size: 1.125rem;
      margin-bottom: 41px; }
      @media (max-width: 450px) {
        .features-wrapper .feature-block.media ul.thumbnail-grid li h3 {
          font-size: .5625rem;
          margin-bottom: 20px; } }
    @media (max-width: 960px) {
      .features-wrapper .feature-block.media ul.thumbnail-grid li img {
        left: 0; } }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.media ul.thumbnail-grid li img {
        zoom: 50%; } }

.features-wrapper .feature-block.media h3 {
  font-size: 1.125rem; }
  @media (max-width: 450px) {
    .features-wrapper .feature-block.media h3 {
      font-size: .5625rem;
      margin-bottom: 15px; } }

.features-wrapper .feature-block.media .media-wrapper {
  position: relative; }
  .features-wrapper .feature-block.media .media-wrapper .media-main {
    position: relative;
    z-index: 10;
    left: 100px; }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.media .media-wrapper .media-main {
        zoom: 50%;
        left: unset; } }
  .features-wrapper .feature-block.media .media-wrapper .media-1 {
    position: absolute;
    top: 30%;
    left: -100px; }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.media .media-wrapper .media-1 {
        left: unset;
        zoom: 48%;
        position: relative;
        top: -100px;
        z-index: 15; } }
  .features-wrapper .feature-block.media .media-wrapper .media-2 {
    position: absolute;
    top: 60%;
    left: -75px; }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.media .media-wrapper .media-2 {
        left: unset;
        zoom: 48%;
        position: relative;
        top: -100px;
        z-index: 15; } }
  .features-wrapper .feature-block.media .media-wrapper .media-3 {
    position: absolute;
    top: 68%;
    right: 9.5%; }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.media .media-wrapper .media-3 {
        right: unset;
        zoom: 48%;
        position: relative;
        top: -100px;
        z-index: 15; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 450px) {
  .feature-block.responsive {
    min-width: 416px; } }

.feature-block.responsive img {
  position: relative;
  left: -60px; }
  @media (max-width: 960px) {
    .feature-block.responsive img {
      width: 200%;
      -webkit-transform: translate3d(-25%, 0, 0);
      transform: translate3d(-25%, 0, 0); } }
  @media (max-width: 450px) {
    .feature-block.responsive img {
      width: 140%;
      -webkit-transform: translate3d(-6%, 0, 0);
      transform: translate3d(-6%, 0, 0); } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-werapper .feature-block.speed p {
  margin-bottom: 1em; }

@media (max-width: 960px) {
  #features-speed img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-hosting img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-cms img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-chat img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-integrations img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-support img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  .page-block.themes-list {
    padding: 69px 30px 100px; } }

@media (max-width: 450px) {
  .page-block.themes-list {
    padding: 30px 15px 50px; } }

.page-block.themes-list .page-title {
  margin-top: 2.25em;
  margin-bottom: 27px; }
  @media (max-width: 960px) {
    .page-block.themes-list .page-title {
      margin-top: 0;
      margin-bottom: 38px; } }
  @media (max-width: 450px) {
    .page-block.themes-list .page-title {
      margin-bottom: 19px; } }

.page-block.themes-list .subtitle {
  font-size: 1.125rem;
  line-height: 1.35em;
  margin-bottom: 2.5em; }
  @media (max-width: 960px) {
    .page-block.themes-list .subtitle {
      width: 86%;
      margin: 0 auto 1.6em; } }
  @media (max-width: 450px) {
    .page-block.themes-list .subtitle {
      width: 100%;
      font-size: .75rem;
      margin-bottom: 2em; } }

.page-block.themes-list .theme-list-element {
  max-width: 1600px;
  margin: 9.7em auto 0 auto; }
  @media (max-width: 960px) {
    .page-block.themes-list .theme-list-element {
      margin: 6.7em 0 0 0; } }
  @media (max-width: 450px) {
    .page-block.themes-list .theme-list-element {
      margin: 3.2em 0 0 0; } }
  .page-block.themes-list .theme-list-element.first-theme {
    margin: 6em auto 0 auto; }
    @media (max-width: 960px) {
      .page-block.themes-list .theme-list-element.first-theme {
        margin: 6.7em 0 0 0; } }
    @media (max-width: 450px) {
      .page-block.themes-list .theme-list-element.first-theme {
        margin: 3.2em 0 0 0; } }
  .page-block.themes-list .theme-list-element h3, .page-block.themes-list .theme-list-element h3 span {
    font-family: "graphik-web-black-italic";
    font-size: 48px; }
    @media (max-width: 450px) {
      .page-block.themes-list .theme-list-element h3, .page-block.themes-list .theme-list-element h3 span {
        font-size: 24px;
        margin-bottom: 22px; } }
    .page-block.themes-list .theme-list-element h3 span, .page-block.themes-list .theme-list-element h3 span span {
      color: #0089e9; }
  .page-block.themes-list .theme-list-element .preview-container {
    position: relative;
    margin: 2.25em 0 6.2em; }
    @media (max-width: 960px) {
      .page-block.themes-list .theme-list-element .preview-container {
        margin: 2.25em 0 6.5em; } }
    @media (max-width: 450px) {
      .page-block.themes-list .theme-list-element .preview-container {
        margin: 1.125em 0 3.25em; } }
    .page-block.themes-list .theme-list-element .preview-container .device {
      position: absolute; }
      .page-block.themes-list .theme-list-element .preview-container .device img {
        width: 100%; }
      .page-block.themes-list .theme-list-element .preview-container .device.iphone {
        width: 452px;
        height: 733px;
        left: 0;
        top: 31%;
        background: url("../img/iphone.png") no-repeat transparent;
        padding: 123px 100px 122px 112px; }
        @media (max-width: 960px) {
          .page-block.themes-list .theme-list-element .preview-container .device.iphone {
            background-size: 100%;
            bottom: -153px;
            top: auto;
            left: -120px;
            padding: 73px 58px 124px 67px;
            width: 271px;
            height: 455px; } }
        @media (max-width: 450px) {
          .page-block.themes-list .theme-list-element .preview-container .device.iphone {
            bottom: -77px;
            top: auto;
            left: -60px;
            padding: 36px 29px 62px 34px;
            width: 136px;
            height: 228px; } }
      .page-block.themes-list .theme-list-element .preview-container .device.imac {
        position: relative;
        width: 1084px;
        height: 732px;
        margin: auto;
        background: url("../img/imac.png") no-repeat transparent;
        padding: 50px 50px 0 50px; }
        @media (max-width: 960px) {
          .page-block.themes-list .theme-list-element .preview-container .device.imac {
            width: 650px;
            height: 440px;
            padding: 4.61%; } }
        @media (max-width: 450px) {
          .page-block.themes-list .theme-list-element .preview-container .device.imac {
            width: 325px;
            height: 220px;
            padding: 5% 3% 2.3%;
            background-size: contain; } }
      .page-block.themes-list .theme-list-element .preview-container .device.ipad {
        width: 617px;
        height: 751px;
        right: 0;
        top: 23%;
        background: url("../img/ipad.png") no-repeat transparent;
        padding: 88px 130px 0 94px; }
        @media (max-width: 960px) {
          .page-block.themes-list .theme-list-element .preview-container .device.ipad {
            bottom: -174px;
            top: auto;
            right: -152px;
            left: auto;
            height: 511px;
            width: 372px;
            background-size: 100%;
            padding: 55px 80px 143px 62px; } }
        @media (max-width: 450px) {
          .page-block.themes-list .theme-list-element .preview-container .device.ipad {
            bottom: -87px;
            top: auto;
            right: -76px;
            left: auto;
            height: 256px;
            width: 186px;
            padding: 27px 40px 71px 31px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.term-price {
  color: #212121;
  font-family: "graphik-web-bold";
  font-size: 30px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }
  @media (max-width: 450px) {
    .term-price {
      font-size: 15px;
      margin-bottom: .4rem; } }
  .term-price sup:first-child {
    color: #212121;
    font-size: 0.5em;
    position: relative;
    bottom: 0.5em;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
  .term-price sup:last-child {
    color: #0089e9;
    font-size: 0.5em;
    position: relative;
    bottom: 0.5em;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }

@media (max-width: 960px) {
  .page-block.pricing-list {
    padding: 90px 30px 0; } }

@media (max-width: 450px) {
  .page-block.pricing-list {
    padding: 45px 15px 0; } }

.page-block.pricing-list .page-title {
  margin-top: 2.25em;
  margin-bottom: 27px; }
  @media (max-width: 960px) {
    .page-block.pricing-list .page-title {
      margin-top: 0;
      margin-bottom: 23px; } }
  @media (max-width: 450px) {
    .page-block.pricing-list .page-title {
      margin-bottom: 11px; } }

.page-block.pricing-list .subtitle {
  font-size: 1.125rem; }
  @media (max-width: 960px) {
    .page-block.pricing-list .subtitle {
      font-size: 1.5rem; } }
  @media (max-width: 450px) {
    .page-block.pricing-list .subtitle {
      font-size: .75rem; } }
  .page-block.pricing-list .subtitle a {
    font-family: "graphik-web-bold";
    text-decoration: underline;
    cursor: pointer; }

.page-block.pricing-list .term-length {
  font-family: "graphik-web-medium";
  color: rgba(66, 66, 66, 0.5);
  font-size: 16px;
  margin-bottom: 0.3em;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }
  @media (max-width: 450px) {
    .page-block.pricing-list .term-length {
      font-size: 8px; } }

.page-block.pricing-list .term-price {
  color: #212121;
  font-family: "graphik-web-bold";
  font-size: 30px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }
  @media (max-width: 450px) {
    .page-block.pricing-list .term-price {
      font-size: 15px; } }
  .page-block.pricing-list .term-price sup:first-child {
    color: #212121;
    font-size: 0.5em;
    position: relative;
    bottom: 0.5em;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
  .page-block.pricing-list .term-price sup:last-child {
    color: #0089e9;
    font-size: 0.5em;
    position: relative;
    bottom: 0.5em;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }

.page-block.pricing-list .setup-fee-picker {
  margin: 5.6em auto 2.8em;
  max-width: 1600px; }
  @media (max-width: 960px) {
    .page-block.pricing-list .setup-fee-picker {
      margin: 5.5em 0 2em; } }
  @media (max-width: 450px) {
    .page-block.pricing-list .setup-fee-picker {
      margin: 2.8em 0 .9em; } }
  .page-block.pricing-list .setup-fee-picker strong {
    font-family: "graphik-web-bold"; }
    @media (max-width: 960px) {
      .page-block.pricing-list .setup-fee-picker strong {
        font-size: 18px; } }
    @media (max-width: 450px) {
      .page-block.pricing-list .setup-fee-picker strong {
        font-size: 9px; } }
  .page-block.pricing-list .setup-fee-picker ul {
    list-style-type: none;
    margin: 27px auto;
    padding: 0;
    width: 87.2%;
    font-size: 0; }
    @media (max-width: 960px) {
      .page-block.pricing-list .setup-fee-picker ul {
        margin: 11px 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%; } }
    @media (max-width: 450px) {
      .page-block.pricing-list .setup-fee-picker ul {
        width: 100%;
        margin: 4px 0 0; } }
    .page-block.pricing-list .setup-fee-picker ul li {
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align: top;
      font-size: 24px;
      background-color: white;
      padding: .9em;
      width: 25%;
      border-right: 1px solid rgba(66, 66, 66, 0.2);
      text-align: left;
      -webkit-transition: background 0.1s;
      -o-transition: background 0.1s;
      transition: background 0.1s;
      cursor: pointer; }
      @media (max-width: 960px) {
        .page-block.pricing-list .setup-fee-picker ul li {
          padding: 0.8em;
          width: 42%;
          -webkit-box-sizing: content-box;
          box-sizing: content-box;
          display: block;
          margin: 1%; } }
      @media (max-width: 450px) {
        .page-block.pricing-list .setup-fee-picker ul li {
          width: 35%;
          padding: 0.3em; } }
      .page-block.pricing-list .setup-fee-picker ul li:last-child {
        border-right: none; }
      .page-block.pricing-list .setup-fee-picker ul li.selected, .page-block.pricing-list .setup-fee-picker ul li:hover {
        background: #0089e9; }
        .page-block.pricing-list .setup-fee-picker ul li.selected .term-length, .page-block.pricing-list .setup-fee-picker ul li.selected .term-price, .page-block.pricing-list .setup-fee-picker ul li.selected .launch-special, .page-block.pricing-list .setup-fee-picker ul li:hover .term-length, .page-block.pricing-list .setup-fee-picker ul li:hover .term-price, .page-block.pricing-list .setup-fee-picker ul li:hover .launch-special {
          color: white; }
        .page-block.pricing-list .setup-fee-picker ul li.selected .term-price sup:first-child, .page-block.pricing-list .setup-fee-picker ul li:hover .term-price sup:first-child {
          color: #fefefe; }
        .page-block.pricing-list .setup-fee-picker ul li.selected .term-price sup:last-child, .page-block.pricing-list .setup-fee-picker ul li:hover .term-price sup:last-child {
          color: #212121; }
      .page-block.pricing-list .setup-fee-picker ul li .old {
        opacity: 0.2;
        margin-bottom: 1em;
        text-decoration: line-through; }
      @media (max-width: 960px) {
        .page-block.pricing-list .setup-fee-picker ul li .term-length {
          margin-bottom: 0.5em; } }
      .page-block.pricing-list .setup-fee-picker ul li .launch-special {
        margin-bottom: 0.5em;
        color: #0089e9;
        font-family: "graphik-web-bold"; }
      .page-block.pricing-list .setup-fee-picker ul li .launch-special-limited-time {
        color: #FF4136;
        font-family: "graphik-web-bold";
        font-size: 12px; }

.page-block.pricing-list .package-options {
  margin: 3em auto 9em;
  max-width: 1600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 960px) {
    .page-block.pricing-list .package-options {
      margin: 0 0 3em;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 450px) {
    .page-block.pricing-list .package-options {
      margin: 0 0 1.6em; } }
  .page-block.pricing-list .package-options .package {
    display: inline-block;
    vertical-align: top;
    width: 28.5%;
    margin: 0 0.5em;
    background: white; }
    @media (max-width: 960px) {
      .page-block.pricing-list .package-options .package {
        width: 100%;
        margin: 0 0 3.2em; } }
    @media (max-width: 450px) {
      .page-block.pricing-list .package-options .package {
        margin: 0 0 1.6em; } }
    .page-block.pricing-list .package-options .package.package-base h3 {
      background: #0089e9; }
    .page-block.pricing-list .package-options .package.package-ecom h3 {
      background: #0286bd; }
    .page-block.pricing-list .package-options .package.package-pro h3 {
      background: #02a9bd; }
    .page-block.pricing-list .package-options .package h3 {
      font-family: "graphik-web-bold";
      font-weight: normal;
      font-size: 1.5em;
      padding: 1em 0;
      color: white; }
      @media (max-width: 960px) {
        .page-block.pricing-list .package-options .package h3 {
          padding: 1.12em 0; } }
      @media (max-width: 450px) {
        .page-block.pricing-list .package-options .package h3 {
          font-size: .75em;
          padding: 1.1em 0;
          margin-bottom: 14px; } }
    .page-block.pricing-list .package-options .package .package-info {
      padding: 1.8em 1.7em;
      text-align: left; }
      @media (max-width: 960px) {
        .page-block.pricing-list .package-options .package .package-info {
          padding: 1.6em 1.7em 1.9em; } }
      @media (max-width: 450px) {
        .page-block.pricing-list .package-options .package .package-info {
          padding: .9em .85em; } }
      .page-block.pricing-list .package-options .package .package-info .term-price {
        font-size: 48px; }
        @media (max-width: 960px) {
          .page-block.pricing-list .package-options .package .package-info .term-price {
            margin-bottom: .7rem; } }
        @media (max-width: 450px) {
          .page-block.pricing-list .package-options .package .package-info .term-price {
            font-size: 24px;
            margin-bottom: .4rem; } }
      .page-block.pricing-list .package-options .package .package-info .disclaimer {
        color: rgba(66, 66, 66, 0.5);
        font-size: 14px;
        margin: 0 0 3em; }
        @media (max-width: 960px) {
          .page-block.pricing-list .package-options .package .package-info .disclaimer {
            font-size: 18px;
            margin: 0 0 2.5em; } }
        @media (max-width: 450px) {
          .page-block.pricing-list .package-options .package .package-info .disclaimer {
            font-size: 9px; } }
      .page-block.pricing-list .package-options .package .package-info h4 {
        font-size: 14px;
        letter-spacing: 0.42em;
        color: rgba(66, 66, 66, 0.5);
        text-transform: uppercase;
        margin-bottom: 2em; }
        @media (max-width: 960px) {
          .page-block.pricing-list .package-options .package .package-info h4 {
            letter-spacing: 0.56em; } }
        @media (max-width: 450px) {
          .page-block.pricing-list .package-options .package .package-info h4 {
            font-size: 7px;
            margin-bottom: 1.5em; } }
      .page-block.pricing-list .package-options .package .package-info ul {
        min-height: 20.5em; }
        @media (max-width: 960px) {
          .page-block.pricing-list .package-options .package .package-info ul {
            min-height: 17em;
            margin-bottom: 2.5em; } }
        @media (max-width: 450px) {
          .page-block.pricing-list .package-options .package .package-info ul {
            min-height: 9em;
            margin-bottom: 1em; } }
        .page-block.pricing-list .package-options .package .package-info ul li {
          margin-bottom: 1em; }
          @media (max-width: 960px) {
            .page-block.pricing-list .package-options .package .package-info ul li {
              font-size: 1.5rem;
              line-height: .9rem; } }
          @media (max-width: 450px) {
            .page-block.pricing-list .package-options .package .package-info ul li {
              font-size: .75rem;
              margin-bottom: .4em; } }
          .page-block.pricing-list .package-options .package .package-info ul li.highlighted {
            font-family: "graphik-web-bold";
            color: #0089e9;
            font-size: 1.2em; }
            @media (max-width: 960px) {
              .page-block.pricing-list .package-options .package .package-info ul li.highlighted {
                font-size: .6em; } }
      .page-block.pricing-list .package-options .package .package-info a.button {
        padding: .25em 2em; }

.page-block.pricing-list .sales h3 {
  font-size: 3rem; }
  @media (max-width: 450px) {
    .page-block.pricing-list .sales h3 {
      font-size: 1.5rem;
      margin-bottom: 18px; } }

.page-block.pricing-list .sales .subtitle {
  margin: 0 3em 1.7em;
  line-height: 1.3em; }

.page-block.pricing-list .sales a.button.black {
  margin-left: 2em; }

@media (max-width: 960px) {
  .page-block.pricing-list .package-options.support {
    margin-top: 7em; } }

@media (max-width: 450px) {
  .page-block.pricing-list .package-options.support {
    margin: 3.2em 0 0;
    padding-bottom: 2.5em; } }

.page-block.pricing-list .package-options.support .package {
  text-align: left;
  padding: 2em;
  background: rgba(255, 255, 255, 0.6); }
  @media (max-width: 960px) {
    .page-block.pricing-list .package-options.support .package {
      padding: 1.7em;
      margin-bottom: 2.2em; } }
  @media (max-width: 450px) {
    .page-block.pricing-list .package-options.support .package {
      padding: .8em;
      margin-bottom: 1em; } }
  .page-block.pricing-list .package-options.support .package:hover {
    background: white; }
    .page-block.pricing-list .package-options.support .package:hover h3 {
      color: #0089e9; }
    .page-block.pricing-list .package-options.support .package:hover .button {
      border-color: #0089e9;
      background: #0089e9; }
  .page-block.pricing-list .package-options.support .package h3 {
    background: transparent;
    margin-bottom: 0.33em;
    color: #212121;
    font-size: 24px; }
    @media (max-width: 960px) {
      .page-block.pricing-list .package-options.support .package h3 {
        font-size: 30px;
        padding: 1.08em 0; } }
    @media (max-width: 450px) {
      .page-block.pricing-list .package-options.support .package h3 {
        font-size: 15px; } }
  .page-block.pricing-list .package-options.support .package p {
    margin-bottom: 2em; }
    @media (max-width: 960px) {
      .page-block.pricing-list .package-options.support .package p {
        font-size: 1.5rem;
        line-height: 1.3em;
        margin-bottom: 1.9em; } }
    @media (max-width: 450px) {
      .page-block.pricing-list .package-options.support .package p {
        font-size: .75rem; } }
  .page-block.pricing-list .package-options.support .package .button {
    margin-left: 0; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  .page-block.contact-us-header {
    padding-top: 90px;
    min-height: unset; } }

@media (max-width: 450px) {
  .page-block.contact-us-header {
    padding-top: 45px; } }

.page-block.contact-us-header .page-intro {
  max-width: 1600px; }
  .page-block.contact-us-header .page-intro .page-title {
    margin-top: 2.25em;
    margin-bottom: 27px; }
    @media (max-width: 960px) {
      .page-block.contact-us-header .page-intro .page-title {
        margin-top: 0;
        margin-bottom: 5px;
        line-height: 1.1em; } }
  .page-block.contact-us-header .page-intro .subtitle {
    font-size: 1.125rem;
    line-height: 1.4em; }
    @media (max-width: 450px) {
      .page-block.contact-us-header .page-intro .subtitle {
        font-size: .75rem; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.contact-us-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: white;
  text-align: left;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 calc(6% - 30px); }
  @media (max-width: 960px) {
    .page-block.contact-us-form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 6.4em 0; } }
  @media (max-width: 450px) {
    .page-block.contact-us-form {
      padding: 3.2em 0 0; } }
  .page-block.contact-us-form p {
    margin-bottom: 1.5em;
    color: rgba(66, 66, 66, 0.5); }
  .page-block.contact-us-form > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px; }
    @media (max-width: 450px) {
      .page-block.contact-us-form > div {
        padding: 0 15px; } }
  .page-block.contact-us-form .block {
    padding: 10.5% 0 5.5%; }
    @media (max-width: 960px) {
      .page-block.contact-us-form .block {
        padding: 0;
        margin-bottom: 6.2em; } }
    @media (max-width: 450px) {
      .page-block.contact-us-form .block {
        margin-bottom: 2.9em; } }
    @media (max-width: 960px) {
      .page-block.contact-us-form .block:last-child {
        margin-bottom: 2.8em; } }
    .page-block.contact-us-form .block h3 {
      margin-bottom: 20px; }
      @media (max-width: 960px) {
        .page-block.contact-us-form .block h3 {
          font-size: 3rem;
          margin-bottom: 14px; } }
      @media (max-width: 450px) {
        .page-block.contact-us-form .block h3 {
          font-size: 1.5rem;
          margin-bottom: 7px; } }
    @media (max-width: 960px) {
      .page-block.contact-us-form .block p {
        font-size: 1.5rem;
        line-height: 1.4em;
        margin-bottom: .7em; } }
    @media (max-width: 450px) {
      .page-block.contact-us-form .block p {
        font-size: .75rem;
        margin-bottom: .8em; } }
    .page-block.contact-us-form .block form {
      margin: 1.4em 0; }
      @media (max-width: 450px) {
        .page-block.contact-us-form .block form {
          margin: 0; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.about-us-header {
  position: relative;
  min-height: 668px; }
  @media (max-width: 960px) {
    .page-block.about-us-header {
      padding-top: 96px;
      min-height: 51.5vh; } }
  @media (max-width: 450px) {
    .page-block.about-us-header {
      padding-top: 49px;
      min-height: 251px; } }
  .page-block.about-us-header .container {
    max-width: 1600px;
    position: relative; }
  .page-block.about-us-header img {
    position: absolute;
    right: -20.5%;
    max-width: 70vw;
    top: -20%; }
    @media (max-width: 1200px) {
      .page-block.about-us-header img {
        max-width: 70vw;
        right: -486px; } }
    @media (max-width: 960px) {
      .page-block.about-us-header img {
        right: -44vw;
        top: 15%; } }
    @media (max-width: 450px) {
      .page-block.about-us-header img {
        right: -70%; } }
  .page-block.about-us-header .page-title {
    margin-bottom: 12px;
    font-size: 85px;
    line-height: 85px; }
    @media (max-width: 960px) {
      .page-block.about-us-header .page-title {
        font-size: 60px;
        line-height: 60px; } }
    @media (max-width: 450px) {
      .page-block.about-us-header .page-title {
        margin-bottom: 6px;
        font-size: 30px;
        line-height: 30px; } }
  .page-block.about-us-header .subtitle {
    line-height: 1.125em;
    line-height: 1.4em; }
    @media (max-width: 960px) {
      .page-block.about-us-header .subtitle {
        font-size: 1.5em;
        line-height: 1.25em; } }
    @media (max-width: 450px) {
      .page-block.about-us-header .subtitle {
        font-size: .75em;
        line-height: 1.25em; } }
  .page-block.about-us-header .half {
    width: 44%;
    margin-top: 150px; }
    @media (max-width: 1200px) {
      .page-block.about-us-header .half {
        width: 68%; } }
    @media (max-width: 960px) {
      .page-block.about-us-header .half {
        width: 68%;
        margin-top: 0; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.about-us-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: white;
  text-align: left;
  min-height: auto; }
  @media (max-width: 960px) {
    .page-block.about-us-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 30px; } }
  @media (max-width: 450px) {
    .page-block.about-us-info {
      padding: 15px; } }
  .page-block.about-us-info h3 {
    margin-bottom: 15px;
    font-size: 3rem; }
    @media (max-width: 450px) {
      .page-block.about-us-info h3 {
        font-size: 1.5rem;
        margin-bottom: 11.5px; } }
  .page-block.about-us-info p {
    margin-bottom: 1.5em;
    color: rgba(66, 66, 66, 0.5);
    font-family: "graphik-web-medium";
    font-size: 1.125rem;
    line-height: 1.4em; }
    @media (max-width: 960px) {
      .page-block.about-us-info p {
        font-size: 1.5rem;
        line-height: 1.3em;
        margin-bottom: 1.2em; } }
    @media (max-width: 450px) {
      .page-block.about-us-info p {
        font-size: .75rem;
        line-height: 1.3em; } }
  .page-block.about-us-info .container {
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 960px) {
      .page-block.about-us-info .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .page-block.about-us-info .container > div {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 6.25%; }
      @media (max-width: 960px) {
        .page-block.about-us-info .container > div {
          padding: 0; } }
      .page-block.about-us-info .container > div .block {
        padding: 11% 0 0 0; }
        @media (max-width: 960px) {
          .page-block.about-us-info .container > div .block {
            padding: 9.5% 0 0 0; } }
        @media (max-width: 960px) {
          .page-block.about-us-info .container > div .block .subtitle.uc {
            font-size: 1rem;
            margin-bottom: 1.1em; } }
        @media (max-width: 450px) {
          .page-block.about-us-info .container > div .block .subtitle.uc {
            font-size: .5rem;
            margin-bottom: .55em; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.about-us-video {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40.5%, white), color-stop(0%, #212121));
  background: -o-linear-gradient(top, white 40.5%, #212121 0%);
  background: linear-gradient(to bottom, white 40.5%, #212121 0%);
  padding: 2% 0;
  min-height: 886px; }
  @media (max-width: 960px) {
    .page-block.about-us-video {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, white), color-stop(0%, #212121));
      background: -o-linear-gradient(top, white 44%, #212121 0%);
      background: linear-gradient(to bottom, white 44%, #212121 0%);
      padding: 2em 30px 7.3em;
      min-height: unset; } }
  @media (max-width: 450px) {
    .page-block.about-us-video {
      padding: 1em 15px 3.6em;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, white), color-stop(0%, #212121));
      background: -o-linear-gradient(top, white 43%, #212121 0%);
      background: linear-gradient(to bottom, white 43%, #212121 0%); } }
  .page-block.about-us-video .intro-video {
    max-width: 1170px; }
    @media (max-width: 960px) {
      .page-block.about-us-video .intro-video {
        width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.home-fitment {
  background-image: url("../img/backgrounds/home/product_fitment.jpg");
  background-size: cover;
  position: relative;
  min-height: 999px; }
  @media (max-width: 1500px) {
    .home-block.home-fitment {
      min-height: 1410px; } }
  @media (max-width: 960px) {
    .home-block.home-fitment {
      min-height: 1438px; } }
  @media (max-width: 450px) {
    .home-block.home-fitment {
      min-height: 702px; } }
  @media (max-width: 960px) {
    .home-block.home-fitment .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; } }
  .home-block.home-fitment .section-content {
    top: 31%; }
    @media (max-width: 960px) {
      .home-block.home-fitment .section-content {
        width: 95%;
        top: -15em;
        position: relative; } }
    @media (max-width: 450px) {
      .home-block.home-fitment .section-content {
        top: 18%;
        position: absolute; } }
    .home-block.home-fitment .section-content p {
      width: 60%; }
  .home-block.home-fitment .section-midground {
    top: 0;
    left: 0;
    width: 100%; }
    .home-block.home-fitment .section-midground .fitment-image {
      position: absolute; }
    .home-block.home-fitment .section-midground #fitment-searchbar {
      top: 86px;
      right: 0; }
      @media (max-width: 960px) {
        .home-block.home-fitment .section-midground #fitment-searchbar {
          right: unset;
          top: 56px;
          left: -43px; } }
      @media (max-width: 450px) {
        .home-block.home-fitment .section-midground #fitment-searchbar {
          top: 9px;
          width: 190%;
          left: -22px; } }
    .home-block.home-fitment .section-midground #fitment-product {
      top: 279px;
      right: 40.6%; }
      @media (max-width: 1200px) {
        .home-block.home-fitment .section-midground #fitment-product {
          right: 40.6%; } }
      @media (max-width: 1500px) {
        .home-block.home-fitment .section-midground #fitment-product {
          top: 331px;
          right: 15%; } }
      @media (max-width: 960px) {
        .home-block.home-fitment .section-midground #fitment-product {
          top: 298px;
          right: -19%;
          width: 59%; } }
      @media (max-width: 450px) {
        .home-block.home-fitment .section-midground #fitment-product {
          width: 59%;
          top: 130px;
          right: -20%; } }
    .home-block.home-fitment .section-midground #fitment-description {
      top: 319px;
      right: 6.2%; }
      @media (max-width: 1200px) {
        .home-block.home-fitment .section-midground #fitment-description {
          right: -20%; } }
      @media (max-width: 1500px) {
        .home-block.home-fitment .section-midground #fitment-description {
          right: 4%;
          top: unset;
          bottom: 60px; } }
      @media (max-width: 960px) {
        .home-block.home-fitment .section-midground #fitment-description {
          right: 5px;
          opacity: 0.5;
          bottom: 61px;
          width: 75%; } }
      @media (max-width: 450px) {
        .home-block.home-fitment .section-midground #fitment-description {
          width: 75%;
          top: 340px;
          right: 0; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  body.menu-open .header-mobile-menu {
    display: block; } }

.header-mobile-menu {
  display: none;
  position: fixed;
  z-index: 100;
  background: #fefefe;
  top: 98px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 60px);
  overflow-y: scroll;
  overflow-x: hidden;
  color: #212121; }
  .header-mobile-menu .mobile-top {
    width: 200%;
    overflow-x: hidden; }
    .header-mobile-menu .mobile-top .languages-wrapper {
      width: 100vw;
      float: left; }
      .header-mobile-menu .mobile-top .languages-wrapper .languages {
        width: 90%;
        background: #212121;
        margin: 2em auto;
        color: #fefefe; }
        .header-mobile-menu .mobile-top .languages-wrapper .languages > div {
          width: 50%;
          display: inline-block;
          line-height: 2em;
          padding: 0 1em; }
          .header-mobile-menu .mobile-top .languages-wrapper .languages > div.social {
            text-align: right; }
    .header-mobile-menu .mobile-top .back-menu {
      width: 100vw;
      float: right;
      background: #dee5ed;
      cursor: pointer;
      font-family: "graphik-web-bold";
      font-size: 1.5em;
      line-height: 3em;
      padding: 0 2em; }
  .header-mobile-menu .mobile-navs {
    width: 200%; }
    .header-mobile-menu .mobile-navs ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 100vw;
      float: left; }
      .header-mobile-menu .mobile-navs ul.secondary {
        float: right; }
      .header-mobile-menu .mobile-navs ul li {
        margin: 0 5%;
        padding: 1em 0;
        font-family: "graphik-web-bold";
        font-size: 2em;
        position: relative;
        border-top: 1px solid #c6c6c6; }
        .header-mobile-menu .mobile-navs ul li a {
          color: #212121; }
        .header-mobile-menu .mobile-navs ul li:last-child {
          border-bottom: 1px solid #c6c6c6; }
        .header-mobile-menu .mobile-navs ul li.open-level:after {
          display: inline-block;
          font: normal normal normal 14px FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f0da";
          position: absolute;
          right: 0;
          font-size: 0.5em;
          line-height: 2em; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.customers-case-study-header {
  min-height: unset;
  padding-left: 5%;
  padding-right: 5%; }
  @media (max-width: 960px) {
    .page-block.customers-case-study-header {
      padding-top: 90px; } }
  .page-block.customers-case-study-header .page-intro a.back-link {
    color: #212121;
    display: block;
    font-family: "graphik-web-medium";
    font-size: 18px;
    text-align: left;
    margin-top: 12rem; }
    @media (max-width: 960px) {
      .page-block.customers-case-study-header .page-intro a.back-link {
        margin-top: 0; } }
    @media (max-width: 450px) {
      .page-block.customers-case-study-header .page-intro a.back-link {
        font-size: 9px; } }
  .page-block.customers-case-study-header .page-intro .page-title {
    margin-bottom: 27px; }
    @media (max-width: 960px) {
      .page-block.customers-case-study-header .page-intro .page-title {
        margin-bottom: 18px; } }
  .page-block.customers-case-study-header .page-intro p.intro {
    max-width: 1400px;
    margin: 0 auto 1em;
    font-size: 1.125em;
    line-height: 1.5em; }
    @media (max-width: 960px) {
      .page-block.customers-case-study-header .page-intro p.intro {
        line-height: 1.4em;
        margin-bottom: 1.2em; } }
  .page-block.customers-case-study-header .facts h2.smheading {
    font-family: "graphik-web-regular";
    font-size: 11px;
    line-height: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 8.25em 0 4.5em; }
    @media (max-width: 960px) {
      .page-block.customers-case-study-header .facts h2.smheading {
        font-size: 1rem;
        margin: 5.8em 0 3em; } }
  .page-block.customers-case-study-header .facts .fact-row {
    margin-bottom: 15px;
    max-width: 970px;
    margin: 0 auto;
    text-align: left; }
    @media (max-width: 960px) {
      .page-block.customers-case-study-header .facts .fact-row {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        margin: 0; } }
    .page-block.customers-case-study-header .facts .fact-row .fact-col {
      width: 33%;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 960px) {
        .page-block.customers-case-study-header .facts .fact-row .fact-col {
          width: 100%;
          display: block;
          margin-bottom: 3em; } }
      .page-block.customers-case-study-header .facts .fact-row .fact-col.col-2x {
        width: 66%; }
        @media (max-width: 960px) {
          .page-block.customers-case-study-header .facts .fact-row .fact-col.col-2x {
            width: 100%; } }
      .page-block.customers-case-study-header .facts .fact-row .fact-col h3 {
        font-family: "graphik-web-bold";
        font-size: 1rem;
        margin-bottom: 15px; }
      .page-block.customers-case-study-header .facts .fact-row .fact-col ul {
        margin: 0; }
        .page-block.customers-case-study-header .facts .fact-row .fact-col ul li {
          margin-bottom: 15px; }
          .page-block.customers-case-study-header .facts .fact-row .fact-col ul li i {
            color: #0089e9;
            margin-right: 15px; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.customers-case-study-info {
  background: -o-linear-gradient(top, #dee5ed 0%, #dee5ed calc(3% + 330px), #dee5ed calc(3% + 330px), white calc(3% + 330px), white 100%);
  background: linear-gradient(to bottom, #dee5ed 0%, #dee5ed calc(3% + 330px), #dee5ed calc(3% + 330px), white calc(3% + 330px), white 100%); }
  @media (max-width: 960px) {
    .page-block.customers-case-study-info {
      background: -o-linear-gradient(top, #dee5ed 0%, #dee5ed calc(194px), #dee5ed calc(194px), white calc(194px), white 100%);
      background: linear-gradient(to bottom, #dee5ed 0%, #dee5ed calc(194px), #dee5ed calc(194px), white calc(194px), white 100%);
      padding: 0 30px 69px;
      margin-top: 18px; } }
  .page-block.customers-case-study-info .container {
    max-width: 1170px;
    margin: 0 auto; }
    .page-block.customers-case-study-info .container img {
      margin: 0 0 25px; }
      @media (max-width: 960px) {
        .page-block.customers-case-study-info .container img {
          width: 100%; } }
      .page-block.customers-case-study-info .container img:first-child() {
        margin: 0 0 50px; }
    .page-block.customers-case-study-info .container h2 {
      font-size: 24px;
      text-align: left; }
      @media (max-width: 960px) {
        .page-block.customers-case-study-info .container h2 {
          margin-bottom: 20px; } }
    .page-block.customers-case-study-info .container p {
      color: #212121;
      font-size: 1.125rem;
      text-align: left;
      margin-bottom: 1em; }
      @media (max-width: 960px) {
        .page-block.customers-case-study-info .container p {
          font-size: 1.5rem;
          line-height: 1.25em; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.customers-showcase-header {
  min-height: unset;
  padding-left: 5%;
  padding-right: 5%; }
  @media (max-width: 960px) {
    .page-block.customers-showcase-header {
      padding-top: 90px; } }
  .page-block.customers-showcase-header .page-title {
    margin-top: 2.25em;
    margin-bottom: 27px; }
    @media (max-width: 960px) {
      .page-block.customers-showcase-header .page-title {
        margin-top: 0;
        margin-bottom: 7px; } }
  .page-block.customers-showcase-header p.intro {
    max-width: 650px;
    margin: 0 auto 1em;
    font-size: 1.125em;
    font-family: "graphik-web-medium";
    line-height: 1.5em; }
    @media (max-width: 960px) {
      .page-block.customers-showcase-header p.intro {
        font-size: 1.5rem;
        line-height: 1.35em;
        margin-bottom: 2em; } }
  .page-block.customers-showcase-header .filter-wrapper strong {
    font-family: "graphik-web-medium";
    font-size: 1.125em;
    margin-right: 2em; }
  .page-block.customers-showcase-header .filter-wrapper .showcase-filter {
    width: 250px; }
  .page-block.customers-showcase-header .filter-wrapper .select2-container {
    background: #212121;
    color: #fefefe;
    height: 50px;
    line-height: 50px;
    font-family: "graphik-web-bold";
    font-size: .75rem;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: .1em;
    padding: 0 2em; }
    .page-block.customers-showcase-header .filter-wrapper .select2-container .selection .select2-selection .select2-selection__arrow {
      position: absolute;
      top: calc(50% - 6px);
      right: 19px; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.customers-showcase-gallery {
  background: -o-linear-gradient(top, #dee5ed 0%, #dee5ed calc(7% + 200px), #dee5ed calc(7% + 200px), white calc(7% + 200px), white 100%);
  background: linear-gradient(to bottom, #dee5ed 0%, #dee5ed calc(7% + 200px), #dee5ed calc(7% + 200px), white calc(7% + 200px), white 100%); }
  @media (max-width: 960px) {
    .page-block.customers-showcase-gallery {
      background: -webkit-gradient(linear, left top, left bottom, from(#dee5ed), color-stop(#dee5ed), color-stop(#dee5ed), color-stop(white), to(white));
      background: -o-linear-gradient(top, #dee5ed 0%, #dee5ed calc(7%), #dee5ed calc(7%), white calc(7%), white 100%);
      background: linear-gradient(to bottom, #dee5ed 0%, #dee5ed calc(7%), #dee5ed calc(7%), white calc(7%), white 100%);
      padding-left: 30px;
      padding-right: 30px; } }
  .page-block.customers-showcase-gallery .container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    text-align: left; }
    @media (max-width: 960px) {
      .page-block.customers-showcase-gallery .container {
        width: 100%; } }
    .page-block.customers-showcase-gallery .container .showcase-item-wrapper {
      display: inline-block;
      width: 45%;
      max-width: 680px;
      margin-bottom: 2em; }
      @media (max-width: 960px) {
        .page-block.customers-showcase-gallery .container .showcase-item-wrapper {
          width: 100%; } }
      .page-block.customers-showcase-gallery .container .showcase-item-wrapper:nth-child(2n) {
        margin-left: 5%; }
        @media (max-width: 960px) {
          .page-block.customers-showcase-gallery .container .showcase-item-wrapper:nth-child(2n) {
            margin-left: 0; } }
      .page-block.customers-showcase-gallery .container .showcase-item-wrapper img {
        margin-bottom: 1em;
        width: 100%; }
      .page-block.customers-showcase-gallery .container .showcase-item-wrapper h3 {
        font-family: "graphik-web-medium";
        font-size: 1.875rem; }
      .page-block.customers-showcase-gallery .container .showcase-item-wrapper a {
        color: #212121; }
        .page-block.customers-showcase-gallery .container .showcase-item-wrapper a:hover {
          color: #0089e9; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.jobs-header {
  position: relative;
  min-height: 668px; }
  @media (max-width: 960px) {
    .page-block.jobs-header {
      min-height: 445px;
      padding: 90px 30px 5%; } }
  @media (max-width: 450px) {
    .page-block.jobs-header {
      padding: 45px 15px 5%;
      min-height: 223px; } }
  .page-block.jobs-header .page-intro {
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    .page-block.jobs-header .page-intro .page-title {
      margin-top: 2.4em;
      margin-bottom: 7px; }
      @media (max-width: 960px) {
        .page-block.jobs-header .page-intro .page-title {
          margin: 0;
          margin: 0 0 .6rem; } }
      @media (max-width: 450px) {
        .page-block.jobs-header .page-intro .page-title {
          margin: 0 0 .4rem; } }
    .page-block.jobs-header .page-intro .subtitle {
      font-size: 1.125rem;
      line-height: 1.3em;
      max-width: 75%;
      margin: 0 auto; }
      @media (max-width: 960px) {
        .page-block.jobs-header .page-intro .subtitle {
          font-size: 1.5em;
          max-width: 100%;
          margin: 0;
          line-height: 1.25em;
          text-align: center; } }
      @media (max-width: 450px) {
        .page-block.jobs-header .page-intro .subtitle {
          font-size: .75em; } }
      .page-block.jobs-header .page-intro .subtitle .highlight {
        color: #0089e9; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.jobs-positions {
  background: #fefefe;
  padding-bottom: 150px; }
  @media (max-width: 960px) {
    .page-block.jobs-positions {
      padding: 0 30px 6.25em;
      margin-top: 6em; } }
  @media (max-width: 450px) {
    .page-block.jobs-positions {
      padding: 0 15px 6.25em;
      margin-top: 0; } }
  .page-block.jobs-positions .job-intro {
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    .page-block.jobs-positions .job-intro .section-heading {
      font-size: 3rem;
      line-height: 3rem;
      margin-top: 1.4em;
      margin-bottom: .2em; }
      @media (max-width: 960px) {
        .page-block.jobs-positions .job-intro .section-heading {
          margin-top: 1.2em; } }
      @media (max-width: 450px) {
        .page-block.jobs-positions .job-intro .section-heading {
          margin-top: 3rem;
          font-size: 1.5rem;
          line-height: 1.5rem; } }
    .page-block.jobs-positions .job-intro .subtitle.highlight {
      color: #0089e9;
      font-family: "graphik-web-medium";
      font-size: 1.5rem;
      margin-bottom: 2.4em; }
      @media (max-width: 960px) {
        .page-block.jobs-positions .job-intro .subtitle.highlight {
          margin-bottom: 3.1em; } }
      @media (max-width: 450px) {
        .page-block.jobs-positions .job-intro .subtitle.highlight {
          font-size: .75rem; } }
  .page-block.jobs-positions .table {
    display: block;
    margin: 0 auto;
    width: 87.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-align-content: left;
    -ms-flex-line-pack: left;
    align-content: left;
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 960px) {
      .page-block.jobs-positions .table {
        width: 100%; } }
    .page-block.jobs-positions .table .thead {
      color: #424242;
      font-size: 11px;
      letter-spacing: .2em;
      text-transform: uppercase;
      text-align: left;
      width: 100%; }
      @media (max-width: 960px) {
        .page-block.jobs-positions .table .thead {
          font-size: 14px;
          margin-bottom: 1.8em; } }
      @media (max-width: 450px) {
        .page-block.jobs-positions .table .thead {
          font-size: 7px; } }
      .page-block.jobs-positions .table .thead .th {
        display: inline-block;
        width: 32%;
        padding: 1em 0 2.55em; }
        @media (max-width: 960px) {
          .page-block.jobs-positions .table .thead .th {
            width: 49%;
            padding-bottom: 0; } }
        .page-block.jobs-positions .table .thead .th.position {
          padding-left: 7rem;
          padding-right: 7rem; }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .thead .th.position {
              padding-left: 15px;
              padding-right: 0;
              width: 65%; } }
          @media (max-width: 450px) {
            .page-block.jobs-positions .table .thead .th.position {
              padding-left: 9px; } }
        .page-block.jobs-positions .table .thead .th.location {
          padding-left: 12.5rem;
          padding-right: 12.5rem; }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .thead .th.location {
              padding-left: 15px;
              padding-right: 0;
              width: 34%; } }
          @media (max-width: 450px) {
            .page-block.jobs-positions .table .thead .th.location {
              padding-left: 9px; } }
        @media (max-width: 960px) {
          .page-block.jobs-positions .table .thead .th.more {
            display: none; } }
    .page-block.jobs-positions .table .job-listing {
      display: block;
      background: #dbe2ea;
      text-align: left;
      width: 100%; }
      .page-block.jobs-positions .table .job-listing:nth-child(2n) {
        background: #f0f3f7; }
      .page-block.jobs-positions .table .job-listing .td {
        display: inline-block;
        padding: 1.75em 1em 1.75em 7rem;
        width: 32%;
        font-size: 18px; }
        @media (max-width: 960px) {
          .page-block.jobs-positions .table .job-listing .td {
            padding: 3em 1em 1.5em 15px; } }
        @media (max-width: 450px) {
          .page-block.jobs-positions .table .job-listing .td {
            font-size: 9px;
            padding: 2.9em 1em 1.5em 9px; } }
        @media (max-width: 960px) {
          .page-block.jobs-positions .table .job-listing .td.position {
            width: 65%; } }
        @media (max-width: 450px) {
          .page-block.jobs-positions .table .job-listing .td.position {
            width: 64%; } }
        .page-block.jobs-positions .table .job-listing .td.position strong {
          font-family: "graphik-web-bold"; }
        .page-block.jobs-positions .table .job-listing .td.location {
          padding-left: 12.5rem; }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .job-listing .td.location {
              width: 34%;
              padding-left: 15px; } }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .job-listing .td.location {
              padding-left: 9px; } }
        .page-block.jobs-positions .table .job-listing .td.more {
          padding-left: 10.2em; }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .job-listing .td.more {
              padding-top: 0;
              padding-bottom: 22px;
              display: block;
              width: 100%;
              text-align: right; } }
          @media (max-width: 450px) {
            .page-block.jobs-positions .table .job-listing .td.more {
              padding-bottom: 13px; } }
          .page-block.jobs-positions .table .job-listing .td.more button {
            background: transparent;
            color: #212121;
            border: 3px solid #212121; }
            @media (max-width: 450px) {
              .page-block.jobs-positions .table .job-listing .td.more button {
                min-width: 100px;
                border: 1px solid #212121; } }
            .page-block.jobs-positions .table .job-listing .td.more button:hover, .page-block.jobs-positions .table .job-listing .td.more button:active {
              background: #212121;
              color: #fefefe; }
      .page-block.jobs-positions .table .job-listing .detail {
        display: none;
        text-align: left;
        padding: 2.8em 3rem 2.8em 7rem; }
        @media (max-width: 960px) {
          .page-block.jobs-positions .table .job-listing .detail {
            padding: 1.4em 15px 0 15px; } }
        @media (max-width: 450px) {
          .page-block.jobs-positions .table .job-listing .detail {
            padding: .7em 9px 0 9px; } }
        .page-block.jobs-positions .table .job-listing .detail p {
          margin-bottom: 1.7em;
          line-height: 1.9;
          width: 66.666%; }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .job-listing .detail p {
              width: 98%;
              font-size: 18px;
              line-height: 1.7em; } }
          @media (max-width: 450px) {
            .page-block.jobs-positions .table .job-listing .detail p {
              font-size: 9px; } }
        .page-block.jobs-positions .table .job-listing .detail h3 {
          font-family: "graphik-web-regular";
          font-size: 11px;
          letter-spacing: .2em;
          text-transform: uppercase;
          margin: 5.6rem 0 4.5em; }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .job-listing .detail h3 {
              font-size: 1rem;
              margin: 2.5rem 0 2.8em; } }
          @media (max-width: 450px) {
            .page-block.jobs-positions .table .job-listing .detail h3 {
              font-size: .5rem;
              margin: 1.15rem 0 2.5em; } }
        .page-block.jobs-positions .table .job-listing .detail .fa-ul {
          margin: 0 3.5em 4.5em 2em;
          display: inline-block;
          width: 35%; }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .job-listing .detail .fa-ul {
              width: 100%;
              margin: 0 3.5em 0 2em; } }
          @media (max-width: 450px) {
            .page-block.jobs-positions .table .job-listing .detail .fa-ul {
              margin: 0 1em; } }
          .page-block.jobs-positions .table .job-listing .detail .fa-ul li {
            font-family: "graphik-web-bold";
            font-size: 18px;
            margin-bottom: 1.3em; }
            @media (max-width: 450px) {
              .page-block.jobs-positions .table .job-listing .detail .fa-ul li {
                font-size: 9px; } }
            .page-block.jobs-positions .table .job-listing .detail .fa-ul li .fa-li {
              color: #0089e9; }
        .page-block.jobs-positions .table .job-listing .detail .apply-btn {
          color: #fff;
          margin-bottom: 3.2em; }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .job-listing .detail .apply-btn {
              margin-top: 1.5em; } }
          @media (max-width: 450px) {
            .page-block.jobs-positions .table .job-listing .detail .apply-btn {
              min-width: 100px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.press-header {
  position: relative;
  min-height: 670px; }
  @media (max-width: 960px) {
    .page-block.press-header {
      padding: 5.5em 0px 7.2em;
      min-height: unset; } }
  @media (max-width: 450px) {
    .page-block.press-header {
      padding: 2.8em 0px 3.6em;
      min-height: 232px; } }
  .page-block.press-header .page-intro {
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    .page-block.press-header .page-intro .page-title {
      margin-top: 2.25em;
      margin-bottom: 6px; }
      @media (max-width: 960px) {
        .page-block.press-header .page-intro .page-title {
          margin-top: 0;
          margin-bottom: 10px; } }
      @media (max-width: 450px) {
        .page-block.press-header .page-intro .page-title {
          margin-bottom: 5px; } }
    .page-block.press-header .page-intro p.intro {
      max-width: 90%;
      margin: 0 auto 1em;
      font-size: 1.125em;
      line-height: 1.5em;
      font-family: "graphik-web-medium"; }
      @media (max-width: 960px) {
        .page-block.press-header .page-intro p.intro {
          font-size: 1.5rem;
          line-height: 1.3em; } }
      @media (max-width: 450px) {
        .page-block.press-header .page-intro p.intro {
          font-size: .75rem; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.press-listing {
  background: #fff;
  position: relative;
  padding: 3% 0 5%; }
  @media (max-width: 960px) {
    .page-block.press-listing {
      padding: 0 30px 5%; } }
  @media (max-width: 450px) {
    .page-block.press-listing {
      padding: 0 15px 14%; } }
  .page-block.press-listing .filter-wrapper {
    background: #c7d1dc;
    margin: 0 auto;
    padding: 1.5em;
    display: block;
    width: 87vw;
    position: relative;
    top: -100px;
    max-width: 1325px; }
    @media (max-width: 960px) {
      .page-block.press-listing .filter-wrapper {
        top: -44px;
        padding: 1em;
        width: 100%; } }
    @media (max-width: 450px) {
      .page-block.press-listing .filter-wrapper {
        top: -37px;
        padding: .5em; } }
    .page-block.press-listing .filter-wrapper strong {
      font-family: "graphik-web-medium";
      font-size: 1.125em;
      margin-right: 1em; }
      @media (max-width: 450px) {
        .page-block.press-listing .filter-wrapper strong {
          font-size: .5625em;
          margin-right: 4em; } }
    .page-block.press-listing .filter-wrapper button {
      margin-right: 1em; }
      @media (max-width: 960px) {
        .page-block.press-listing .filter-wrapper button {
          min-width: 100px;
          padding-left: 1em;
          padding-right: 1em;
          margin-right: 0.5em; } }
  .page-block.press-listing .container {
    width: 87vw;
    margin: 0 auto;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    max-width: 1405px; }
    @media (max-width: 960px) {
      .page-block.press-listing .container {
        width: 100%;
        margin-top: 3.5em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 450px) {
      .page-block.press-listing .container {
        margin-top: .8em; } }
    .page-block.press-listing .container .showcase-item-wrapper {
      display: inline-block;
      max-width: 680px;
      min-height: 600px;
      margin-bottom: 3em;
      width: 48.5%; }
      @media (max-width: 960px) {
        .page-block.press-listing .container .showcase-item-wrapper {
          width: 100%;
          height: auto;
          margin-bottom: 2.8em; } }
      @media (max-width: 450px) {
        .page-block.press-listing .container .showcase-item-wrapper {
          margin-bottom: 1.3em;
          min-height: 345px; } }
      .page-block.press-listing .container .showcase-item-wrapper:nth-child(2n) {
        margin-left: 3%; }
        @media (max-width: 960px) {
          .page-block.press-listing .container .showcase-item-wrapper:nth-child(2n) {
            margin-left: 0; } }
      .page-block.press-listing .container .showcase-item-wrapper .type {
        font-size: 14px;
        letter-spacing: .2em;
        margin-bottom: 1em;
        text-transform: uppercase; }
        @media (max-width: 960px) {
          .page-block.press-listing .container .showcase-item-wrapper .type {
            font-size: 1rem; } }
        @media (max-width: 450px) {
          .page-block.press-listing .container .showcase-item-wrapper .type {
            font-size: .5rem;
            margin-bottom: .7em; } }
      .page-block.press-listing .container .showcase-item-wrapper img {
        margin-bottom: 1.55em;
        width: 100%;
        height: auto; }
        @media (max-width: 960px) {
          .page-block.press-listing .container .showcase-item-wrapper img {
            margin-bottom: 1.25em; } }
        @media (max-width: 450px) {
          .page-block.press-listing .container .showcase-item-wrapper img {
            margin-bottom: .75em; } }
      .page-block.press-listing .container .showcase-item-wrapper h3 {
        font-family: "graphik-web-medium";
        font-size: 1.875rem;
        margin-bottom: .75em; }
        @media (max-width: 450px) {
          .page-block.press-listing .container .showcase-item-wrapper h3 {
            font-size: .9375em; } }
      .page-block.press-listing .container .showcase-item-wrapper p {
        font-size: 18px;
        line-height: 1.4em; }
        @media (max-width: 960px) {
          .page-block.press-listing .container .showcase-item-wrapper p {
            font-size: 1.5rem;
            line-height: 1.25em; } }
        @media (max-width: 450px) {
          .page-block.press-listing .container .showcase-item-wrapper p {
            font-size: .75rem; } }
      .page-block.press-listing .container .showcase-item-wrapper .continue-btn {
        display: block;
        margin-top: 1em;
        color: #212121;
        font-family: "graphik-web-medium";
        font-size: 18px; }
        @media (max-width: 450px) {
          .page-block.press-listing .container .showcase-item-wrapper .continue-btn {
            font-size: 9px; } }
        .page-block.press-listing .container .showcase-item-wrapper .continue-btn:hover {
          color: #0089e9; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.faq-header {
  position: relative;
  z-index: 100; }
  @media (max-width: 960px) {
    .page-block.faq-header {
      min-height: unset;
      padding: 90px 30px; } }
  @media (max-width: 450px) {
    .page-block.faq-header {
      padding: 45px 15px;
      min-height: 220px; } }
  .page-block.faq-header .page-intro {
    max-width: 1600px; }
    .page-block.faq-header .page-intro .page-title {
      margin-top: 2.25em;
      margin-bottom: 27px; }
      @media (max-width: 960px) {
        .page-block.faq-header .page-intro .page-title {
          margin-top: 0;
          margin-bottom: 5px;
          line-height: 1.1em; } }
    .page-block.faq-header .page-intro .subtitle {
      font-size: 1.125rem;
      line-height: 1.4em; }
      @media (max-width: 450px) {
        .page-block.faq-header .page-intro .subtitle {
          font-size: .75rem; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.faq-search-wrapper {
  position: relative;
  bottom: 52px;
  z-index: 100;
  padding: 0 30px; }
  @media (max-width: 450px) {
    .faq-search-wrapper {
      padding: 0 15px;
      bottom: 26px; } }
  .faq-search-wrapper form {
    position: relative;
    width: 87.5%;
    margin: 0 auto; }
    @media (max-width: 960px) {
      .faq-search-wrapper form {
        width: 100%; } }
    .faq-search-wrapper form :-ms-input-placeholder,
    .faq-search-wrapper form :-ms-input-placeholder,
    .faq-search-wrapper form ::-ms-input-placeholder {
      color: #0089e9; }
    .faq-search-wrapper form ::-ms-input-placeholder,
    .faq-search-wrapper form :-ms-input-placeholder,
    .faq-search-wrapper form ::-ms-input-placeholder {
      color: #0089e9; }
    .faq-search-wrapper form ::placeholder,
    .faq-search-wrapper form :-ms-input-placeholder,
    .faq-search-wrapper form ::-ms-input-placeholder {
      color: #0089e9; }
    .faq-search-wrapper form i {
      color: #0089e9;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 25px; }
      @media (max-width: 450px) {
        .faq-search-wrapper form i {
          font-size: 1.25em;
          left: 12.5px; } }
    .faq-search-wrapper form input[type=text] {
      border: 1px solid #424242;
      color: #0089e9;
      padding: 0 98px;
      line-height: 99px;
      font-size: 18px; }
      @media (max-width: 450px) {
        .faq-search-wrapper form input[type=text] {
          line-height: 49.5px;
          font-size: 9px;
          padding: 0 49px; } }
    .faq-search-wrapper form button {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      right: 32px; }
      @media (max-width: 960px) {
        .faq-search-wrapper form button {
          min-width: 0;
          padding-left: 1em;
          padding-right: 1em; } }
      @media (max-width: 450px) {
        .faq-search-wrapper form button {
          min-width: 100px;
          right: 10px; } }

@media (max-width: 960px) {
  .faq-block.faq-questions {
    padding: 0 30px; } }

@media (max-width: 450px) {
  .faq-block.faq-questions {
    padding: 0 15px; } }

.faq-block.faq-questions p {
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 1.5em; }
  @media (max-width: 450px) {
    .faq-block.faq-questions p {
      font-size: 7px; } }

.faq-block.faq-questions h2 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 15px; }
  @media (max-width: 450px) {
    .faq-block.faq-questions h2 {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 8px; } }

.faq-block.faq-questions .accordion {
  background: #fefefe;
  color: #212121;
  cursor: pointer;
  font-family: "graphik-web-medium";
  font-size: 18px;
  padding: 29px 0 29px 29px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative; }
  @media (max-width: 450px) {
    .faq-block.faq-questions .accordion {
      padding: 14px 0; } }
  .faq-block.faq-questions .accordion:after {
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 10px;
    color: #fefefe;
    float: right;
    padding: 26px;
    position: relative;
    background: #212121;
    right: 3px;
    bottom: 1px; }
    @media (max-width: 450px) {
      .faq-block.faq-questions .accordion:after {
        padding: 11px;
        right: 1px;
        bottom: 2px; } }
  .faq-block.faq-questions .accordion.active, .faq-block.faq-questions .accordion:hover {
    background: #ccc; }
  .faq-block.faq-questions .accordion.active:after {
    content: "\f068"; }
  .faq-block.faq-questions .accordion .question {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media (max-width: 450px) {
      .faq-block.faq-questions .accordion .question {
        font-size: .5em; } }

.faq-block.faq-questions .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }
  .faq-block.faq-questions .panel:not(:last-child) {
    border-bottom: 1px solid #c6c6c6; }
  .faq-block.faq-questions .panel p {
    font-family: "graphik-web-regular", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.faq-closing {
  margin: 0 6vw;
  width: 35%;
  min-height: 306px; }
  @media (max-width: 960px) {
    .faq-closing {
      width: 80%;
      margin: 4em 0 0;
      padding: 0 30px; } }
  @media (max-width: 450px) {
    .faq-closing {
      padding: 0 15px;
      margin: 2em 0 0;
      min-height: 104px; } }
  .faq-closing h3 {
    font-size: 30px;
    line-height: 1.15em;
    margin-bottom: 23px; }
    @media (max-width: 450px) {
      .faq-closing h3 {
        font-size: 15px;
        margin-bottom: 11px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.user-login {
  margin-top: 120px;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 960px) {
    .page-block.user-login {
      margin-top: 0;
      padding: 0;
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .page-block.user-login .half {
    width: 50%;
    height: 100%; }
    @media (max-width: 960px) {
      .page-block.user-login .half {
        width: 100%;
        height: 600px;
        padding: 100px 0; } }
    @media (max-width: 450px) {
      .page-block.user-login .half {
        height: 300px;
        padding: 50px 0; } }
    .page-block.user-login .half .conent-wrapper {
      position: relative;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-align: center;
      width: 100%;
      padding: 0 20%; }
      @media (max-width: 960px) {
        .page-block.user-login .half .conent-wrapper {
          padding: 0 10%; } }
      @media (max-width: 450px) {
        .page-block.user-login .half .conent-wrapper {
          padding: 0 5%; } }
      .page-block.user-login .half .conent-wrapper h2 {
        font-family: "graphik-web-bold";
        font-size: 30px;
        line-height: 30px; }
        @media (max-width: 450px) {
          .page-block.user-login .half .conent-wrapper h2 {
            font-size: 15px;
            line-height: 15px; } }
        .page-block.user-login .half .conent-wrapper h2 strong {
          color: #0089e9; }
      .page-block.user-login .half .conent-wrapper p {
        font-family: "graphik-web-bold";
        margin-bottom: 30px; }
        @media (max-width: 450px) {
          .page-block.user-login .half .conent-wrapper p {
            margin-bottom: 15px; } }
      .page-block.user-login .half .conent-wrapper .button {
        width: 100%; }
      .page-block.user-login .half .conent-wrapper form {
        margin: 0; }
        .page-block.user-login .half .conent-wrapper form label {
          text-align: left; }
        .page-block.user-login .half .conent-wrapper form input {
          width: 100%;
          line-height: 44px;
          margin-bottom: 30px;
          background: transparent; }
          @media (max-width: 450px) {
            .page-block.user-login .half .conent-wrapper form input {
              margin-bottom: 0;
              line-height: 30px; } }
          .page-block.user-login .half .conent-wrapper form input:focus {
            border: 2px solid #212121;
            outline: none; }
        @media (max-width: 960px) {
          .page-block.user-login .half .conent-wrapper form button {
            margin-bottom: 2em; } }
        @media (max-width: 450px) {
          .page-block.user-login .half .conent-wrapper form button {
            margin-bottom: 1em;
            margin-top: 1em; } }
      .page-block.user-login .half .conent-wrapper .password {
        font-family: "graphik-web-regular";
        font-size: 18px; }
        @media (max-width: 450px) {
          .page-block.user-login .half .conent-wrapper .password {
            font-size: 9px; } }
        .page-block.user-login .half .conent-wrapper .password a {
          color: #212121; }
  .page-block.user-login .create-account {
    background-image: url("/skin/frontend/default/img/login/background_left.jpg");
    color: #fff;
    background-size: cover; }
    @media (max-width: 960px) {
      .page-block.user-login .create-account {
        position: relative;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
  .page-block.user-login .login {
    right: 0; }
    @media (max-width: 960px) {
      .page-block.user-login .login {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        position: relative; } }
    @media (max-width: 960px) {
      .page-block.user-login .login h2 {
        margin-bottom: 47px; } }
    @media (max-width: 450px) {
      .page-block.user-login .login h2 {
        margin-bottom: 23px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.press-single-content {
  background: #fefefe;
  padding: 0 6.15em;
  text-align: left; }
  @media (max-width: 960px) {
    .page-block.press-single-content {
      padding: 0 30px; } }
  @media (max-width: 450px) {
    .page-block.press-single-content {
      padding: 0 15px; } }
  .page-block.press-single-content .content-wrapper {
    position: relative;
    top: -6.2rem;
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 450px) {
      .page-block.press-single-content .content-wrapper {
        top: -3.2rem; } }
    .page-block.press-single-content .content-wrapper .fw-text-wrapper {
      margin-bottom: 5.8em; }
      @media (max-width: 960px) {
        .page-block.press-single-content .content-wrapper .fw-text-wrapper {
          margin-bottom: 2.5em; } }
      @media (max-width: 450px) {
        .page-block.press-single-content .content-wrapper .fw-text-wrapper {
          margin-bottom: 1.3em; } }
    .page-block.press-single-content .content-wrapper .row {
      margin-bottom: 4.4em; }
      @media (max-width: 960px) {
        .page-block.press-single-content .content-wrapper .row {
          margin-bottom: 1.1em; } }
      .page-block.press-single-content .content-wrapper .row img {
        height: 450px; }
        @media (max-width: 960px) {
          .page-block.press-single-content .content-wrapper .row img {
            width: 100%;
            height: auto;
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1; } }
        .page-block.press-single-content .content-wrapper .row img.image-left {
          float: left;
          margin-right: 3.5%; }
          @media (max-width: 960px) {
            .page-block.press-single-content .content-wrapper .row img.image-left {
              margin: 0;
              float: none; } }
        .page-block.press-single-content .content-wrapper .row img.image-right {
          float: right;
          margin-left: 3.5%; }
          @media (max-width: 960px) {
            .page-block.press-single-content .content-wrapper .row img.image-right {
              margin: 0;
              float: none; } }
      .page-block.press-single-content .content-wrapper .row .text-wrapper {
        padding: 1em 0; }
        @media (max-width: 960px) {
          .page-block.press-single-content .content-wrapper .row .text-wrapper {
            padding: 1.5em 0;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2; } }
        @media (max-width: 450px) {
          .page-block.press-single-content .content-wrapper .row .text-wrapper {
            padding: .9em 0; } }
        @media (max-width: 960px) {
          .page-block.press-single-content .content-wrapper .row .text-wrapper p:last-child {
            margin-bottom: 0; } }
    .page-block.press-single-content .content-wrapper .press-main-image {
      max-width: 100%;
      margin-bottom: 2.8em; }
      @media (max-width: 960px) {
        .page-block.press-single-content .content-wrapper .press-main-image {
          width: 100%;
          margin-bottom: 1.5em; } }
      @media (max-width: 450px) {
        .page-block.press-single-content .content-wrapper .press-main-image {
          margin-bottom: .9em; } }
    .page-block.press-single-content .content-wrapper p {
      color: #c6c6c6;
      font-size: 18px;
      margin-bottom: 1.6em;
      line-height: 1.667em; }
      @media (max-width: 960px) {
        .page-block.press-single-content .content-wrapper p {
          font-size: 1.5rem;
          line-height: 1.3em; } }
      @media (max-width: 450px) {
        .page-block.press-single-content .content-wrapper p {
          font-size: .75rem;
          margin-bottom: 1.2em; } }
    .page-block.press-single-content .content-wrapper .share-article {
      clear: both;
      text-align: center; }
      @media (max-width: 960px) {
        .page-block.press-single-content .content-wrapper .share-article {
          margin-top: 4.2em; } }
      @media (max-width: 450px) {
        .page-block.press-single-content .content-wrapper .share-article {
          margin-top: 2em; } }
      .page-block.press-single-content .content-wrapper .share-article h3 {
        font-size: 1rem; }
        @media (max-width: 960px) {
          .page-block.press-single-content .content-wrapper .share-article h3 {
            font-size: 18px;
            margin-bottom: 40px; } }
        @media (max-width: 450px) {
          .page-block.press-single-content .content-wrapper .share-article h3 {
            font-size: 9px;
            margin-bottom: 14px; } }
      .page-block.press-single-content .content-wrapper .share-article ul {
        list-style-type: none; }
        .page-block.press-single-content .content-wrapper .share-article ul li {
          display: inline;
          margin: 0 8px; }
          @media (max-width: 960px) {
            .page-block.press-single-content .content-wrapper .share-article ul li {
              margin: 0 15px; } }
          @media (max-width: 450px) {
            .page-block.press-single-content .content-wrapper .share-article ul li {
              margin: 0 4px; } }
          .page-block.press-single-content .content-wrapper .share-article ul li a {
            border: 2px solid #c6c6c6;
            padding: 12px 10px; }
            @media (max-width: 960px) {
              .page-block.press-single-content .content-wrapper .share-article ul li a {
                padding: 20px 18px; } }
            @media (max-width: 450px) {
              .page-block.press-single-content .content-wrapper .share-article ul li a {
                border: 1px solid #c6c6c6;
                padding: 10px 9px;
                font-size: .5em; } }
            .page-block.press-single-content .content-wrapper .share-article ul li a.fb {
              color: #3b5998; }
            .page-block.press-single-content .content-wrapper .share-article ul li a.tw {
              color: #1DA1F2; }
            .page-block.press-single-content .content-wrapper .share-article ul li a.pn {
              color: #BD081C; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.press-single-header {
  min-height: 400px;
  padding: 10em 6.15em 12em;
  text-align: left; }
  @media (max-width: 960px) {
    .page-block.press-single-header {
      padding: 5em 30px 12em; } }
  @media (max-width: 450px) {
    .page-block.press-single-header {
      padding: 2.5em 15px 6em;
      min-height: 364px; } }
  .page-block.press-single-header .page-intro {
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    .page-block.press-single-header .page-intro a {
      color: #212121;
      display: block;
      font-family: "graphik-web-medium";
      font-size: 18px;
      margin: 1em .3em 4.4em; }
      @media (max-width: 960px) {
        .page-block.press-single-header .page-intro a {
          margin-bottom: 5.2em; } }
      @media (max-width: 450px) {
        .page-block.press-single-header .page-intro a {
          font-size: 9px; } }
    .page-block.press-single-header .page-intro .pretitle {
      text-transform: uppercase;
      margin: 0 .1em 1.3em;
      font-size: 14px;
      letter-spacing: .2em; }
      @media (max-width: 450px) {
        .page-block.press-single-header .page-intro .pretitle {
          font-size: 7px; } }
    .page-block.press-single-header .page-intro h2 {
      font-size: 3rem;
      line-height: 3rem;
      margin-bottom: 36px; }
      @media (max-width: 960px) {
        .page-block.press-single-header .page-intro h2 {
          margin-bottom: 44px; } }
      @media (max-width: 450px) {
        .page-block.press-single-header .page-intro h2 {
          font-size: 1.5rem;
          line-height: 1.5rem;
          margin-bottom: 23px; } }
    .page-block.press-single-header .page-intro .intro {
      font-size: 1.125rem;
      line-height: 1.6rem;
      font-family: "graphik-web-medium"; }
      @media (max-width: 960px) {
        .page-block.press-single-header .page-intro .intro {
          line-height: 1.5rem; } }
      @media (max-width: 450px) {
        .page-block.press-single-header .page-intro .intro {
          font-size: .5625rem;
          line-height: .8rem; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.profile-photo-bubble {
  width: 88px;
  height: 88px;
  border-radius: 88px;
  border: 3px solid #c6c6c6;
  overflow: hidden; }
  @media (max-width: 960px) {
    .profile-photo-bubble {
      display: none; } }
  .profile-photo-bubble img {
    width: 100%; }

.user-area-header {
  background: #dee5ed;
  padding-top: 235px;
  text-align: center;
  position: relative;
  overflow: visible;
  z-index: 2; }
  @media (max-width: 960px) {
    .user-area-header {
      padding-top: 121px; } }
  @media (max-width: 450px) {
    .user-area-header {
      padding-top: 6.6vh; } }
  .user-area-header ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 960px) {
      .user-area-header ul {
        text-align: left;
        width: 66%; } }
    .user-area-header ul li {
      display: inline-block;
      font-family: "graphik-web-bold";
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      padding-bottom: 1.5em;
      margin: 0 2em; }
      @media (max-width: 960px) {
        .user-area-header ul li {
          font-size: 17px;
          margin: 0 2%;
          padding-bottom: .5em; } }
      @media (max-width: 450px) {
        .user-area-header ul li {
          font-size: 10px;
          margin: 0 15px;
          padding-bottom: 5px; } }
      .user-area-header ul li.active {
        color: #0089e9;
        border-bottom: 2px solid #0089e9; }
        @media (max-width: 450px) {
          .user-area-header ul li.active {
            border-bottom: 1px solid #0089e9; } }
  .user-area-header .tickets-link {
    position: absolute;
    right: 5%;
    bottom: -25px; }
    @media (max-width: 960px) {
      .user-area-header .tickets-link {
        right: 0;
        bottom: 0; } }
    @media (max-width: 960px) {
      .user-area-header .tickets-link .button {
        min-width: 100px; } }
    .user-area-header .tickets-link .button i {
      font-size: 1em; }
  .user-area-header .profile-photo-bubble {
    position: absolute;
    left: 6%;
    bottom: 0%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.user-area-site-list {
  padding: 6.2em 0;
  text-align: center;
  max-width: 863px;
  margin: 0 auto; }
  @media (max-width: 960px) {
    .user-area-site-list {
      max-width: 100%;
      padding: 6.1em 30px 3.3em; } }
  @media (max-width: 450px) {
    .user-area-site-list {
      padding: 3.1em 15px 1.2em; } }
  .user-area-site-list .info {
    font-family: "graphik-web-bold";
    color: #212121;
    font-size: 1.2em;
    margin-bottom: 2.4em; }
    @media (max-width: 960px) {
      .user-area-site-list .info {
        margin-bottom: 2.5em; } }
    @media (max-width: 450px) {
      .user-area-site-list .info {
        font-size: .6em;
        margin-bottom: 1.5em; } }
    .user-area-site-list .info strong {
      color: #0089e9; }
  .user-area-site-list .site-block {
    padding: 1.3em;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-left: 3px solid #0089e9;
    font-family: "graphik-web-bold";
    margin: 1.6em auto;
    text-align: left;
    cursor: pointer; }
    @media (max-width: 960px) {
      .user-area-site-list .site-block {
        max-width: 100%;
        min-height: 200px;
        padding: 1.2em;
        margin: 0 auto 1.7em; } }
    @media (max-width: 450px) {
      .user-area-site-list .site-block {
        padding: .6em;
        min-height: unset;
        margin: 0 auto .8em; } }
    @media (max-width: 960px) {
      .user-area-site-list .site-block:first-of-type {
        margin-top: 3em; } }
    .user-area-site-list .site-block:hover .site-url {
      color: #424242; }
    .user-area-site-list .site-block .site-info {
      padding-bottom: 2.6em; }
      @media (max-width: 960px) {
        .user-area-site-list .site-block .site-info {
          padding-bottom: 5.5em; } }
      @media (max-width: 450px) {
        .user-area-site-list .site-block .site-info {
          padding-bottom: 3em; } }
      .user-area-site-list .site-block .site-info .package-type {
        color: #0089e9;
        padding-bottom: 0.5em; }
        @media (max-width: 960px) {
          .user-area-site-list .site-block .site-info .package-type {
            font-size: 1.125rem; } }
        @media (max-width: 450px) {
          .user-area-site-list .site-block .site-info .package-type {
            font-size: .5rem; } }
      .user-area-site-list .site-block .site-info .site-name {
        color: #212121;
        font-size: 1.5em; }
        @media (max-width: 960px) {
          .user-area-site-list .site-block .site-info .site-name {
            font-size: 1.875rem; } }
        @media (max-width: 450px) {
          .user-area-site-list .site-block .site-info .site-name {
            font-size: .75em; } }
    .user-area-site-list .site-block .site-actions {
      float: right; }
      .user-area-site-list .site-block .site-actions a {
        margin-right: 1em; }
        @media (max-width: 960px) {
          .user-area-site-list .site-block .site-actions a {
            display: block;
            margin: 0 0 2em;
            padding-left: 1em;
            padding-right: 1em;
            font-size: 0.8em;
            min-width: 0; } }
        .user-area-site-list .site-block .site-actions a.manage:hover {
          background: #0089e9; }
        .user-area-site-list .site-block .site-actions a.admin:hover {
          border-color: #0089e9;
          color: #0089e9; }
    .user-area-site-list .site-block .site-url {
      font-family: "graphik-web-medium";
      color: #c6c6c6;
      -webkit-transition: color 0.1s;
      -o-transition: color 0.1s;
      transition: color 0.1s; }
      @media (max-width: 960px) {
        .user-area-site-list .site-block .site-url {
          font-size: 1.125rem; } }
      @media (max-width: 450px) {
        .user-area-site-list .site-block .site-url {
          font-size: .5rem; } }
  .user-area-site-list .pagination {
    text-align: center;
    margin: 2.95em 0; }
    @media (max-width: 960px) {
      .user-area-site-list .pagination {
        margin: 3em 0; } }
    @media (max-width: 450px) {
      .user-area-site-list .pagination {
        margin: 1.5em 0; } }
    .user-area-site-list .pagination .page {
      display: inline-block;
      color: #c6c6c6;
      line-height: 1em;
      padding: .8em 1em;
      margin: 0 0.2em; }
      @media (max-width: 960px) {
        .user-area-site-list .pagination .page {
          padding: .8em 1em;
          font-size: 1.5rem; } }
      @media (max-width: 450px) {
        .user-area-site-list .pagination .page {
          padding: 1em 1.1em;
          font-size: .7rem; } }
      .user-area-site-list .pagination .page.active {
        color: white;
        background: #212121; }
      .user-area-site-list .pagination .page a {
        color: #c6c6c6; }
        .user-area-site-list .pagination .page a:hover {
          color: #212121; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.user-area-site-info .link-back-to-sites {
  position: absolute;
  left: 6.5%;
  margin-top: 6em; }
  @media (max-width: 960px) {
    .user-area-site-info .link-back-to-sites {
      position: relative;
      left: 0;
      padding: 0 30px; } }
  @media (max-width: 450px) {
    .user-area-site-info .link-back-to-sites {
      font-size: .5em;
      padding: 0 15px;
      margin-top: 5.5em; } }
  .user-area-site-info .link-back-to-sites a {
    color: #212121; }

.user-area-site-info .content-wrapper {
  max-width: 610px;
  margin: auto;
  padding: 6em 0 2.5em; }
  @media (max-width: 960px) {
    .user-area-site-info .content-wrapper {
      max-width: 100%;
      padding: 6em 30px .7em;
      margin: 0; } }
  @media (max-width: 450px) {
    .user-area-site-info .content-wrapper {
      padding: 3em 15px .4em; } }

.user-area-site-info .info-wrapper {
  padding: 0 0 47px;
  margin-bottom: 50px;
  border-bottom: 1px solid #c6c6c6; }
  @media (max-width: 450px) {
    .user-area-site-info .info-wrapper {
      padding: 0 0 24px;
      margin-bottom: 25px; } }
  .user-area-site-info .info-wrapper:last-of-type {
    border: none; }
  .user-area-site-info .info-wrapper h2 {
    text-transform: uppercase;
    font-size: .75rem;
    color: #c6c6c6;
    line-height: 1em;
    font-family: "graphik-web-medium";
    letter-spacing: .1em;
    margin-bottom: 16px; }
    @media (max-width: 960px) {
      .user-area-site-info .info-wrapper h2 {
        font-size: 1rem; } }
    @media (max-width: 450px) {
      .user-area-site-info .info-wrapper h2 {
        font-size: .375em;
        margin-bottom: 4px; } }
  .user-area-site-info .info-wrapper h3 {
    font-size: 1.5rem;
    line-height: 1em;
    margin-bottom: 8px; }
    @media (max-width: 450px) {
      .user-area-site-info .info-wrapper h3 {
        font-size: .75em;
        margin-bottom: 4px; } }
    .user-area-site-info .info-wrapper h3 .price {
      margin-left: 20px;
      color: #212121;
      font-family: "graphik-web-bold";
      font-size: 1.8rem; }
      @media (max-width: 450px) {
        .user-area-site-info .info-wrapper h3 .price {
          font-size: .9rem; } }
      .user-area-site-info .info-wrapper h3 .price sup {
        font-size: .5em;
        vertical-align: super; }
    .user-area-site-info .info-wrapper h3 .card-num {
      color: rgba(33, 33, 33, 0.5);
      font-size: 18px;
      font-family: "graphik-web-medium"; }
      @media (max-width: 450px) {
        .user-area-site-info .info-wrapper h3 .card-num {
          font-size: 9px; } }
    .user-area-site-info .info-wrapper h3 .card-hidden {
      font-size: 24px;
      margin-left: 20px;
      font-family: "graphik-web-bold";
      letter-spacing: .03em; }
      @media (max-width: 450px) {
        .user-area-site-info .info-wrapper h3 .card-hidden {
          font-size: 9px; } }
  .user-area-site-info .info-wrapper p {
    margin-bottom: 20px; }
    @media (max-width: 450px) {
      .user-area-site-info .info-wrapper p {
        font-size: .5rem;
        margin-bottom: 10px; } }
  .user-area-site-info .info-wrapper button {
    margin-right: 2em; }
    @media (max-width: 960px) {
      .user-area-site-info .info-wrapper button {
        margin-right: 1em; } }
    .user-area-site-info .info-wrapper button.upgrade:hover {
      background: #02a9bd;
      border-color: #02a9bd; }
  .user-area-site-info .info-wrapper .info-button {
    background: #212121;
    color: #fefefe;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-left: -1em; }
    @media (max-width: 960px) {
      .user-area-site-info .info-wrapper .info-button {
        margin-left: 0; } }
    @media (max-width: 450px) {
      .user-area-site-info .info-wrapper .info-button {
        margin-left: -.5em;
        height: 15px;
        width: 15px; } }
    .user-area-site-info .info-wrapper .info-button i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: .75em; }
      @media (max-width: 450px) {
        .user-area-site-info .info-wrapper .info-button i {
          font-size: .5em; } }
  .user-area-site-info .info-wrapper .billing-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .user-area-site-info .info-wrapper .billing-wrapper div {
      -webkit-box-flex: 0;
      -webkit-flex: 0 29%;
      -ms-flex: 0 29%;
      flex: 0 29%; }
      @media (max-width: 960px) {
        .user-area-site-info .info-wrapper .billing-wrapper div {
          -webkit-box-flex: 0;
          -webkit-flex: 0 33%;
          -ms-flex: 0 33%;
          flex: 0 33%; } }
      .user-area-site-info .info-wrapper .billing-wrapper div h3 {
        font-family: "graphik-web-medium";
        font-size: 10px;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: rgba(33, 33, 33, 0.5); }
        @media (max-width: 960px) {
          .user-area-site-info .info-wrapper .billing-wrapper div h3 {
            font-size: 14px; } }
        @media (max-width: 450px) {
          .user-area-site-info .info-wrapper .billing-wrapper div h3 {
            font-size: 7px; } }
      .user-area-site-info .info-wrapper .billing-wrapper div p {
        font-family: "graphik-web-medium";
        font-size: 18px;
        margin-bottom: 18px; }
        @media (max-width: 960px) {
          .user-area-site-info .info-wrapper .billing-wrapper div p {
            font-size: 24px; } }
        @media (max-width: 450px) {
          .user-area-site-info .info-wrapper .billing-wrapper div p {
            font-size: 12px;
            margin-bottom: 12px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  .user-area-profile-update {
    padding: 0 5%; } }

.user-area-profile-update .link-back-to-sites {
  position: absolute;
  left: 5%;
  margin-top: 6em; }
  @media (max-width: 960px) {
    .user-area-profile-update .link-back-to-sites {
      position: relative;
      left: 0;
      margin: 2em 0; } }

.user-area-profile-update .content-wrapper {
  max-width: 800px;
  margin: auto;
  padding: 4em 0; }
  @media (max-width: 960px) {
    .user-area-profile-update .content-wrapper {
      padding-top: 0; } }

.user-area-profile-update .info-block {
  padding: 2em 0;
  border-bottom: 1px solid #c6c6c6; }
  .user-area-profile-update .info-block:last-child {
    border-bottom-width: 0; }
  .user-area-profile-update .info-block.current-plan .title {
    color: #0089e9; }
  .user-area-profile-update .info-block.current-plan .edit-site {
    background: #0089e9;
    border-color: #0089e9; }
  .user-area-profile-update .info-block .sub {
    color: #c6c6c6;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0.5em;
    letter-spacing: 0.05em; }
  .user-area-profile-update .info-block .title {
    font-family: "graphik-web-bold";
    font-size: 1.5em;
    margin-bottom: 0.5em; }
    .user-area-profile-update .info-block .title.cc {
      color: #c6c6c6;
      font-size: 1.2em;
      line-height: 1.5em; }
  .user-area-profile-update .info-block .left-holder {
    display: inline-block;
    vertical-align: top; }
  .user-area-profile-update .info-block .right-holder {
    display: inline-block;
    vertical-align: top;
    margin-left: 2em; }
  .user-area-profile-update .info-block .actions {
    margin-top: 2em; }
  .user-area-profile-update .info-block a.button {
    margin-right: 2em; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.filters {
  max-width: 660px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 45px 0 0; }
  @media (max-width: 960px) {
    .filters {
      max-width: 100%;
      padding: 0 30px;
      margin-bottom: 17px; } }
  @media (max-width: 450px) {
    .filters {
      padding: 0 30px 0 15px;
      margin-bottom: 11px; } }
  .filters .filter-header-uc,
  .filters .filter-header-site {
    vertical-align: top;
    color: #c6c6c6;
    font-size: .75rem; }
    @media (max-width: 960px) {
      .filters .filter-header-uc,
      .filters .filter-header-site {
        font-size: .875rem;
        letter-spacing: .1em; } }
    @media (max-width: 450px) {
      .filters .filter-header-uc,
      .filters .filter-header-site {
        font-size: 8px;
        letter-spacing: 0; } }
  .filters .filter-header-uc {
    text-transform: uppercase;
    letter-spacing: .1em; }
    @media (max-width: 960px) {
      .filters .filter-header-uc {
        letter-spacing: 0; } }
  .filters .filter-header-site form {
    margin: 0; }
    .filters .filter-header-site form label {
      padding-top: 0;
      font-size: .625rem; }
      @media (max-width: 960px) {
        .filters .filter-header-site form label {
          font-size: 14px; } }
      @media (max-width: 450px) {
        .filters .filter-header-site form label {
          font-size: 8px; } }
    .filters .filter-header-site form select {
      font-size: 1.125rem;
      padding: .5em 1.7em 1em 0;
      background-position-y: 1em; }
      @media (max-width: 960px) {
        .filters .filter-header-site form select {
          font-size: 18px;
          padding: 0 1.8em 0 0;
          background-position-y: 0.51em; } }
      @media (max-width: 450px) {
        .filters .filter-header-site form select {
          padding: 0;
          font-size: 9px; } }

.user-area-invoice-list {
  padding-top: 6.3em; }
  @media (max-width: 960px) {
    .user-area-invoice-list {
      padding-top: 6.2em; } }
  @media (max-width: 450px) {
    .user-area-invoice-list {
      padding-top: 3em; } }
  .user-area-invoice-list .invoice-block {
    border-bottom: 1px solid #c6c6c6;
    max-width: 660px;
    margin: 0 auto 4px;
    padding: 1.2em 0 1.3em;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 960px) {
      .user-area-invoice-list .invoice-block {
        max-width: 100%;
        margin: 0 30px 44px;
        padding: 1.5em 0 1em; } }
    @media (max-width: 450px) {
      .user-area-invoice-list .invoice-block {
        margin: 0 15px 13px;
        padding: 0 0 5px; } }
    .user-area-invoice-list .invoice-block:last-of-type {
      border-bottom: none; }
    .user-area-invoice-list .invoice-block:hover .invoice-url {
      color: #424242; }
    .user-area-invoice-list .invoice-block .invoice-date,
    .user-area-invoice-list .invoice-block .invoice-price,
    .user-area-invoice-list .invoice-block .invoice-actions {
      vertical-align: middle;
      line-height: 2em;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      @media (max-width: 450px) {
        .user-area-invoice-list .invoice-block .invoice-date,
        .user-area-invoice-list .invoice-block .invoice-price,
        .user-area-invoice-list .invoice-block .invoice-actions {
          -webkit-align-self: baseline;
          -ms-flex-item-align: baseline;
          align-self: baseline; } }
    .user-area-invoice-list .invoice-block .invoice-date {
      font-size: 1.125rem;
      font-family: "graphik-web-regular";
      -webkit-box-flex: 3.45;
      -webkit-flex-grow: 3.45;
      -ms-flex-positive: 3.45;
      flex-grow: 3.45; }
      @media (max-width: 960px) {
        .user-area-invoice-list .invoice-block .invoice-date {
          font-size: 1.125rem;
          -webkit-box-flex: 2.7;
          -webkit-flex-grow: 2.7;
          -ms-flex-positive: 2.7;
          flex-grow: 2.7; } }
      @media (max-width: 450px) {
        .user-area-invoice-list .invoice-block .invoice-date {
          font-size: .65em;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; } }
    @media (max-width: 450px) {
      .user-area-invoice-list .invoice-block .invoice-price {
        text-align: center; } }
    .user-area-invoice-list .invoice-block .invoice-price .term-price {
      font-size: 1.5rem; }
      @media (max-width: 450px) {
        .user-area-invoice-list .invoice-block .invoice-price .term-price {
          font-size: .75em; } }
    .user-area-invoice-list .invoice-block .invoice-actions {
      text-align: right;
      float: right; }
      .user-area-invoice-list .invoice-block .invoice-actions a {
        font-size: .875rem;
        color: #212121;
        text-decoration: underline; }
        @media (max-width: 960px) {
          .user-area-invoice-list .invoice-block .invoice-actions a {
            font-size: 1.125rem; } }
        @media (max-width: 450px) {
          .user-area-invoice-list .invoice-block .invoice-actions a {
            font-size: .5rem; } }
        .user-area-invoice-list .invoice-block .invoice-actions a:hover {
          color: #FF4136; }
      .user-area-invoice-list .invoice-block .invoice-actions .pdf {
        text-transform: uppercase;
        color: #FF4136;
        font-size: 11px;
        padding: 0.25em 1em;
        border: 1px solid #FF4136;
        margin: 0 4em 0 .7em;
        text-align: center;
        border-radius: 3px;
        font-family: "graphik-web-medium"; }
        @media (max-width: 960px) {
          .user-area-invoice-list .invoice-block .invoice-actions .pdf {
            margin: 0 0 0 1.4em; } }
        @media (max-width: 450px) {
          .user-area-invoice-list .invoice-block .invoice-actions .pdf {
            font-size: 6px;
            padding: .125em .5em; } }
  .user-area-invoice-list .pagination {
    display: none; }
  .user-area-invoice-list .content-wrapper {
    max-width: 660px;
    margin: 0 auto;
    padding: .5em 0 3em; }
    @media (max-width: 960px) {
      .user-area-invoice-list .content-wrapper {
        max-width: 100%;
        padding: 1.5em 30px 6em; } }
    @media (max-width: 450px) {
      .user-area-invoice-list .content-wrapper {
        padding: .5em 15px 3em; } }
    .user-area-invoice-list .content-wrapper .show-invoices {
      display: block; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #dee5ed;
  text-align: left; }
  @media (max-width: 960px) {
    .page-block.company {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      padding: 100px 0; } }
  @media (max-width: 450px) {
    .page-block.company {
      padding: 50px 0; } }
  .page-block.company p {
    margin-bottom: 1.5em;
    color: rgba(66, 66, 66, 0.5); }
  @media (max-width: 960px) {
    .page-block.company .block {
      width: 100%;
      padding: 0 1.8rem; } }
  .page-block.company .block h3 {
    margin-bottom: 31px;
    font-size: 1.875rem; }
    @media (max-width: 450px) {
      .page-block.company .block h3 {
        margin-top: 15px;
        font-size: .9375rem;
        margin-bottom: 14px; } }
    .page-block.company .block h3.website-title {
      margin-top: 2.6em; }
      @media (max-width: 960px) {
        .page-block.company .block h3.website-title {
          margin-top: 1.3em;
          margin-bottom: 1.5rem; } }
      @media (max-width: 450px) {
        .page-block.company .block h3.website-title {
          margin-top: .7em;
          margin-bottom: .55rem; } }
  .page-block.company .company-form-wrapper {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding: 4.3% 3em 5.5% 6em; }
    @media (max-width: 960px) {
      .page-block.company .company-form-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 1.8rem; } }
    @media (max-width: 450px) {
      .page-block.company .company-form-wrapper {
        padding: 0 15px; } }
    .page-block.company .company-form-wrapper form {
      padding-right: 4.5em; }
      @media (max-width: 960px) {
        .page-block.company .company-form-wrapper form {
          padding: 0;
          margin: 1.1em 0; } }
      .page-block.company .company-form-wrapper form .half.company-form {
        margin-bottom: 2em; }
        @media (max-width: 450px) {
          .page-block.company .company-form-wrapper form .half.company-form {
            margin-bottom: 1.5em; } }
      .page-block.company .company-form-wrapper form .half > div {
        margin-bottom: 0.7em; }
        @media (max-width: 960px) {
          .page-block.company .company-form-wrapper form .half > div {
            margin-bottom: 0.63em; } }
        @media (max-width: 450px) {
          .page-block.company .company-form-wrapper form .half > div {
            margin-bottom: 0; } }
      .page-block.company .company-form-wrapper form > div {
        margin-bottom: 0.7em; }
        @media (max-width: 450px) {
          .page-block.company .company-form-wrapper form > div {
            margin-bottom: 0; } }
      .page-block.company .company-form-wrapper form button,
      .page-block.company .company-form-wrapper form a.button {
        margin-top: 1.2em;
        width: 100%; }
      .page-block.company .company-form-wrapper form .transparent-dropdown-states {
        width: 100%; }
  .page-block.company .billing-info {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: right;
    padding: 3.25% 6.25em 5.5% 0; }
    @media (max-width: 960px) {
      .page-block.company .billing-info {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 1.8rem;
        text-align: left; } }
    @media (max-width: 450px) {
      .page-block.company .billing-info {
        padding: 0 15px; } }
    .page-block.company .billing-info .secure {
      font-size: .875rem;
      margin-bottom: .65em;
      padding-right: .8em; }
      @media (max-width: 960px) {
        .page-block.company .billing-info .secure {
          padding-left: .8em;
          font-size: 18px; } }
      @media (max-width: 450px) {
        .page-block.company .billing-info .secure {
          font-size: 9px; } }
      .page-block.company .billing-info .secure img {
        margin-right: .5em;
        vertical-align: middle; }
        @media (max-width: 450px) {
          .page-block.company .billing-info .secure img {
            zoom: .5; } }
    .page-block.company .billing-info .pay-options {
      margin-bottom: 2.5em; }
      @media (max-width: 450px) {
        .page-block.company .billing-info .pay-options {
          margin-bottom: 1.2em; } }
      .page-block.company .billing-info .pay-options li {
        display: inline;
        margin-left: .93em; }
        @media (max-width: 960px) {
          .page-block.company .billing-info .pay-options li:first-child {
            margin-left: 0; } }
        @media (max-width: 450px) {
          .page-block.company .billing-info .pay-options li {
            margin-left: .35em; } }
        @media (max-width: 450px) {
          .page-block.company .billing-info .pay-options li img {
            zoom: .5; } }
    .page-block.company .billing-info .plan-heading {
      margin-bottom: 1.7em;
      font-family: "graphik-web-medium";
      letter-spacing: .06em;
      text-align: left;
      line-height: 1.3em; }
      @media (max-width: 960px) {
        .page-block.company .billing-info .plan-heading {
          font-size: 1.5rem;
          margin-bottom: 1em; } }
      @media (max-width: 450px) {
        .page-block.company .billing-info .plan-heading {
          font-size: .75rem; } }
      .page-block.company .billing-info .plan-heading .setup-highlight {
        color: #0089e9;
        font-family: "graphik-web-bold"; }
      .page-block.company .billing-info .plan-heading .package-basic-highlight {
        color: #0089e9;
        font-family: "graphik-web-bold"; }
      .page-block.company .billing-info .plan-heading .package-ecom-highlight {
        color: #0286bd;
        font-family: "graphik-web-bold"; }
      .page-block.company .billing-info .plan-heading .package-pro-highlight {
        color: #02a9bd;
        font-family: "graphik-web-bold"; }
    .page-block.company .billing-info .setup-package-wrapper {
      padding: .8rem 1.3rem;
      text-align: left;
      display: block;
      vertical-align: top;
      width: 100%;
      background: white;
      margin-bottom: 2rem; }
      @media (max-width: 960px) {
        .page-block.company .billing-info .setup-package-wrapper {
          padding: .4rem .65rem;
          width: 50%; } }
      @media (max-width: 450px) {
        .page-block.company .billing-info .setup-package-wrapper {
          margin-bottom: 1rem; } }
      .page-block.company .billing-info .setup-package-wrapper p {
        font-family: "graphik-web-medium";
        margin-bottom: .5rem; }
        @media (max-width: 450px) {
          .page-block.company .billing-info .setup-package-wrapper p {
            font-size: .5rem;
            margin-bottom: .1rem; } }
      .page-block.company .billing-info .setup-package-wrapper .setup-price {
        font-size: 30px;
        font-family: "graphik-web-bold"; }
        @media (max-width: 450px) {
          .page-block.company .billing-info .setup-package-wrapper .setup-price {
            font-size: 15px; } }
        .page-block.company .billing-info .setup-package-wrapper .setup-price sup {
          font-size: 1rem;
          vertical-align: super; }
          @media (max-width: 450px) {
            .page-block.company .billing-info .setup-package-wrapper .setup-price sup {
              font-size: .5rem; } }
          .page-block.company .billing-info .setup-package-wrapper .setup-price sup.blue-highlight {
            color: #0089e9; }
    .page-block.company .billing-info .package {
      display: block;
      vertical-align: top;
      width: 100%;
      background: white;
      margin-bottom: 3.4rem; }
      @media (max-width: 960px) {
        .page-block.company .billing-info .package {
          width: 100%;
          margin-bottom: 2em; } }
      @media (max-width: 450px) {
        .page-block.company .billing-info .package {
          margin-bottom: .3em; } }
      .page-block.company .billing-info .package.package-base h3 {
        background: #0089e9; }
      .page-block.company .billing-info .package.package-base .blue-highlight {
        color: #0089e9; }
      .page-block.company .billing-info .package.package-ecom h3 {
        background: #0286bd; }
      .page-block.company .billing-info .package.package-ecom .blue-highlight {
        color: #0286bd; }
      .page-block.company .billing-info .package.package-pro h3 {
        background: #02a9bd; }
      .page-block.company .billing-info .package.package-pro .blue-highlight {
        color: #02a9bd; }
      .page-block.company .billing-info .package h3 {
        font-family: "graphik-web-bold";
        font-weight: normal;
        font-size: 1.5em;
        padding: 1.12em 0;
        color: white;
        text-align: center; }
        @media (max-width: 450px) {
          .page-block.company .billing-info .package h3 {
            font-size: .75rem;
            margin-bottom: 15px; } }
      .page-block.company .billing-info .package .package-info {
        padding: 1.5em 1.7em;
        text-align: left; }
        @media (max-width: 960px) {
          .page-block.company .billing-info .package .package-info {
            padding: 1.5em 1.7em 2em; } }
        @media (max-width: 450px) {
          .page-block.company .billing-info .package .package-info {
            padding: .75em .85em 1em; } }
        .page-block.company .billing-info .package .package-info .term-price {
          font-size: 48px;
          font-family: "graphik-web-bold"; }
          @media (max-width: 960px) {
            .page-block.company .billing-info .package .package-info .term-price {
              margin-bottom: .2rem; } }
          @media (max-width: 450px) {
            .page-block.company .billing-info .package .package-info .term-price {
              font-size: 24px; } }
          .page-block.company .billing-info .package .package-info .term-price sup {
            font-size: 1.5rem;
            vertical-align: super;
            letter-spacing: .1em; }
            @media (max-width: 960px) {
              .page-block.company .billing-info .package .package-info .term-price sup {
                vertical-align: middle; } }
            @media (max-width: 450px) {
              .page-block.company .billing-info .package .package-info .term-price sup {
                font-size: .75rem; } }
        .page-block.company .billing-info .package .package-info p {
          margin-bottom: 3.5rem;
          font-size: 18px; }
          @media (max-width: 960px) {
            .page-block.company .billing-info .package .package-info p {
              margin-bottom: 2.5rem; } }
          @media (max-width: 450px) {
            .page-block.company .billing-info .package .package-info p {
              font-size: 9px;
              margin-bottom: 2.3em; } }
        .page-block.company .billing-info .package .package-info h4 {
          font-size: 14px;
          letter-spacing: 0.42em;
          color: rgba(66, 66, 66, 0.5);
          text-transform: uppercase;
          margin-bottom: 2em; }
          @media (max-width: 960px) {
            .page-block.company .billing-info .package .package-info h4 {
              font-size: 1rem;
              margin-bottom: 1.5em; } }
          @media (max-width: 450px) {
            .page-block.company .billing-info .package .package-info h4 {
              font-size: .5rem;
              letter-spacing: .3em;
              margin-bottom: 1.2em; } }
        .page-block.company .billing-info .package .package-info ul {
          min-height: 20.5em; }
          @media (max-width: 960px) {
            .page-block.company .billing-info .package .package-info ul {
              margin-bottom: 2em; } }
          @media (max-width: 450px) {
            .page-block.company .billing-info .package .package-info ul {
              min-height: 10.5em;
              margin-bottom: .7em; } }
          .page-block.company .billing-info .package .package-info ul li {
            margin-bottom: 1.05rem; }
            @media (max-width: 960px) {
              .page-block.company .billing-info .package .package-info ul li {
                font-size: 1.5rem;
                margin-bottom: .83rem; } }
            @media (max-width: 450px) {
              .page-block.company .billing-info .package .package-info ul li {
                font-size: .75rem;
                margin-bottom: .45rem; } }
            .page-block.company .billing-info .package .package-info ul li.highlighted {
              font-family: "graphik-web-bold";
              color: #0089e9;
              font-size: 1.5em; }
              @media (max-width: 960px) {
                .page-block.company .billing-info .package .package-info ul li.highlighted {
                  font-size: 1.5rem; } }
              @media (max-width: 450px) {
                .page-block.company .billing-info .package .package-info ul li.highlighted {
                  font-size: .75rem; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.billing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #dee5ed;
  text-align: left; }
  @media (max-width: 960px) {
    .page-block.billing {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      padding: 100px 0; } }
  @media (max-width: 450px) {
    .page-block.billing {
      padding: 50px 0; } }
  .page-block.billing p {
    margin-bottom: 1.5em;
    color: rgba(66, 66, 66, 0.5); }
  @media (max-width: 960px) {
    .page-block.billing .block {
      width: 100%;
      padding: 0 1.8rem; } }
  .page-block.billing .block h3 {
    margin-bottom: 31px;
    font-size: 1.875rem; }
    @media (max-width: 450px) {
      .page-block.billing .block h3 {
        margin-top: 15px;
        font-size: .9375rem;
        margin-bottom: 14px; } }
  .page-block.billing .billing-form-wrapper {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding: 4.3% 3em 5.5% 6em; }
    @media (max-width: 960px) {
      .page-block.billing .billing-form-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 1.8rem; } }
    @media (max-width: 450px) {
      .page-block.billing .billing-form-wrapper {
        padding: 0 15px; } }
    .page-block.billing .billing-form-wrapper form {
      padding-right: 4.5em; }
      @media (max-width: 960px) {
        .page-block.billing .billing-form-wrapper form {
          padding: 0;
          margin: 3.1em 0; } }
      @media (max-width: 450px) {
        .page-block.billing .billing-form-wrapper form {
          margin: 1.8em 0; } }
      .page-block.billing .billing-form-wrapper form .half.billing-form {
        margin-bottom: 2.4em; }
        @media (max-width: 450px) {
          .page-block.billing .billing-form-wrapper form .half.billing-form {
            margin-bottom: 1.8em; } }
      .page-block.billing .billing-form-wrapper form .half.payment-form {
        margin-bottom: 2.7em; }
      .page-block.billing .billing-form-wrapper form .half > div {
        margin-bottom: 0.7em; }
        @media (max-width: 960px) {
          .page-block.billing .billing-form-wrapper form .half > div {
            margin-bottom: 0.63em; } }
        @media (max-width: 450px) {
          .page-block.billing .billing-form-wrapper form .half > div {
            margin-bottom: 0; } }
      .page-block.billing .billing-form-wrapper form button,
      .page-block.billing .billing-form-wrapper form a.button {
        width: 100%; }
      .page-block.billing .billing-form-wrapper form .transparent-dropdown-states,
      .page-block.billing .billing-form-wrapper form .transparent-dropdown-countries,
      .page-block.billing .billing-form-wrapper form .transparent-dropdown-months,
      .page-block.billing .billing-form-wrapper form .transparent-dropdown-years {
        width: 100%; }
      @media (max-width: 960px) {
        .page-block.billing .billing-form-wrapper form .paypay-wrapper > div,
        .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div {
          width: 58%; } }
      .page-block.billing .billing-form-wrapper form .paypay-wrapper > div .paypal-heading,
      .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div .paypal-heading {
        margin-bottom: .5em;
        margin-left: .3em;
        font-family: "graphik-web-medium";
        letter-spacing: .06em; }
        @media (max-width: 960px) {
          .page-block.billing .billing-form-wrapper form .paypay-wrapper > div .paypal-heading,
          .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div .paypal-heading {
            font-size: 1.5rem;
            margin-left: 0;
            letter-spacing: 0; } }
        @media (max-width: 450px) {
          .page-block.billing .billing-form-wrapper form .paypay-wrapper > div .paypal-heading,
          .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div .paypal-heading {
            font-size: .75rem; } }
      .page-block.billing .billing-form-wrapper form .paypay-wrapper > div .paypal-button,
      .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div .paypal-button {
        margin-left: .3em;
        margin-bottom: 3em;
        height: 60px; }
        @media (max-width: 960px) {
          .page-block.billing .billing-form-wrapper form .paypay-wrapper > div .paypal-button,
          .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div .paypal-button {
            margin-left: 0;
            margin-bottom: 2.4em; } }
        @media (max-width: 450px) {
          .page-block.billing .billing-form-wrapper form .paypay-wrapper > div .paypal-button,
          .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div .paypal-button {
            margin-bottom: 1.2em;
            height: 30px; } }
        .page-block.billing .billing-form-wrapper form .paypay-wrapper > div .paypal-button img,
        .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div .paypal-button img {
          margin-top: 18px; }
          @media (max-width: 450px) {
            .page-block.billing .billing-form-wrapper form .paypay-wrapper > div .paypal-button img,
            .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div .paypal-button img {
              zoom: .5; } }
      @media (max-width: 450px) {
        .page-block.billing .billing-form-wrapper form .checkbox-wrapper {
          margin-top: 1em; } }
  .page-block.billing .billing-info {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: right;
    padding: 3.25% 6.25em 5.5% 0; }
    @media (max-width: 960px) {
      .page-block.billing .billing-info {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 1.8rem;
        text-align: left; } }
    @media (max-width: 450px) {
      .page-block.billing .billing-info {
        padding: 0 15px; } }
    .page-block.billing .billing-info .secure {
      font-size: .875rem;
      margin-bottom: .65em;
      padding-right: .8em; }
      @media (max-width: 960px) {
        .page-block.billing .billing-info .secure {
          padding-left: .8em;
          font-size: 18px; } }
      @media (max-width: 450px) {
        .page-block.billing .billing-info .secure {
          font-size: 9px; } }
      .page-block.billing .billing-info .secure img {
        margin-right: .5em;
        vertical-align: middle; }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .secure img {
            zoom: .5; } }
    .page-block.billing .billing-info .pay-options {
      margin-bottom: 2.5em; }
      @media (max-width: 450px) {
        .page-block.billing .billing-info .pay-options {
          margin-bottom: 1.2em; } }
      .page-block.billing .billing-info .pay-options li {
        display: inline;
        margin-left: .93em; }
        @media (max-width: 960px) {
          .page-block.billing .billing-info .pay-options li:first-child {
            margin-left: 0; } }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .pay-options li {
            margin-left: .35em; } }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .pay-options li img {
            zoom: .5; } }
    .page-block.billing .billing-info .plan-heading {
      margin-bottom: 1.7em;
      font-family: "graphik-web-medium";
      letter-spacing: .06em;
      text-align: left;
      line-height: 1.3em; }
      @media (max-width: 960px) {
        .page-block.billing .billing-info .plan-heading {
          font-size: 1.5rem;
          margin-bottom: 1em; } }
      @media (max-width: 450px) {
        .page-block.billing .billing-info .plan-heading {
          font-size: .75rem; } }
      .page-block.billing .billing-info .plan-heading .setup-highlight {
        color: #0089e9;
        font-family: "graphik-web-bold"; }
      .page-block.billing .billing-info .plan-heading .package-basic-highlight {
        color: #0089e9;
        font-family: "graphik-web-bold"; }
      .page-block.billing .billing-info .plan-heading .package-ecom-highlight {
        color: #0286bd;
        font-family: "graphik-web-bold"; }
      .page-block.billing .billing-info .plan-heading .package-pro-highlight {
        color: #02a9bd;
        font-family: "graphik-web-bold"; }
    .page-block.billing .billing-info .setup-package-wrapper {
      padding: .8rem 1.3rem;
      text-align: left;
      display: block;
      vertical-align: top;
      width: 100%;
      background: white;
      margin-bottom: 2rem; }
      @media (max-width: 960px) {
        .page-block.billing .billing-info .setup-package-wrapper {
          width: 50%; } }
      @media (max-width: 450px) {
        .page-block.billing .billing-info .setup-package-wrapper {
          padding: .4rem .65rem;
          margin-bottom: 1rem; } }
      .page-block.billing .billing-info .setup-package-wrapper p {
        font-family: "graphik-web-medium";
        margin-bottom: .5rem; }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .setup-package-wrapper p {
            font-size: .5rem;
            margin-bottom: .1rem; } }
      .page-block.billing .billing-info .setup-package-wrapper .setup-price {
        font-size: 30px;
        font-family: "graphik-web-bold"; }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .setup-package-wrapper .setup-price {
            font-size: 15px; } }
        .page-block.billing .billing-info .setup-package-wrapper .setup-price sup {
          font-size: 1rem;
          vertical-align: super; }
          @media (max-width: 450px) {
            .page-block.billing .billing-info .setup-package-wrapper .setup-price sup {
              font-size: .5rem; } }
          .page-block.billing .billing-info .setup-package-wrapper .setup-price sup.blue-highlight {
            color: #0089e9; }
    .page-block.billing .billing-info .package {
      display: block;
      vertical-align: top;
      width: 100%;
      background: white;
      margin-bottom: 3.4rem; }
      @media (max-width: 960px) {
        .page-block.billing .billing-info .package {
          width: 100%;
          margin-bottom: 3.1em; } }
      @media (max-width: 450px) {
        .page-block.billing .billing-info .package {
          margin-bottom: 1.4em; } }
      .page-block.billing .billing-info .package.package-base h3 {
        background: #0089e9; }
      .page-block.billing .billing-info .package.package-base .blue-highlight {
        color: #0089e9; }
      .page-block.billing .billing-info .package.package-ecom h3 {
        background: #0286bd; }
      .page-block.billing .billing-info .package.package-ecom .blue-highlight {
        color: #0286bd; }
      .page-block.billing .billing-info .package.package-pro h3 {
        background: #02a9bd; }
      .page-block.billing .billing-info .package.package-pro .blue-highlight {
        color: #02a9bd; }
      .page-block.billing .billing-info .package h3 {
        font-family: "graphik-web-bold";
        font-weight: normal;
        font-size: 1.5em;
        padding: 1.12em 0;
        color: white;
        text-align: center; }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .package h3 {
            font-size: .75rem;
            margin-bottom: 15px; } }
      .page-block.billing .billing-info .package .package-info {
        padding: 1.5em 1.7em;
        text-align: left; }
        @media (max-width: 960px) {
          .page-block.billing .billing-info .package .package-info {
            padding: 1.5em 1.7em 2em; } }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .package .package-info {
            padding: .75em .85em 1em; } }
        .page-block.billing .billing-info .package .package-info .term-price {
          font-size: 48px;
          font-family: "graphik-web-bold";
          margin-bottom: 3.5rem; }
          @media (max-width: 960px) {
            .page-block.billing .billing-info .package .package-info .term-price {
              margin-bottom: .2rem; } }
          @media (max-width: 450px) {
            .page-block.billing .billing-info .package .package-info .term-price {
              font-size: 24px; } }
          .page-block.billing .billing-info .package .package-info .term-price sup {
            font-size: 1.5rem;
            vertical-align: super;
            letter-spacing: .1em; }
            @media (max-width: 960px) {
              .page-block.billing .billing-info .package .package-info .term-price sup {
                vertical-align: middle; } }
            @media (max-width: 450px) {
              .page-block.billing .billing-info .package .package-info .term-price sup {
                font-size: .75rem; } }
        .page-block.billing .billing-info .package .package-info p {
          margin-bottom: 3.5rem;
          font-size: 18px; }
          @media (max-width: 960px) {
            .page-block.billing .billing-info .package .package-info p {
              margin-bottom: 2.5rem; } }
          @media (max-width: 450px) {
            .page-block.billing .billing-info .package .package-info p {
              font-size: 9px;
              margin-bottom: 2.3em; } }
        .page-block.billing .billing-info .package .package-info h4 {
          font-size: 14px;
          letter-spacing: 0.42em;
          color: rgba(66, 66, 66, 0.5);
          text-transform: uppercase;
          margin-bottom: 2em; }
          @media (max-width: 960px) {
            .page-block.billing .billing-info .package .package-info h4 {
              font-size: 1rem;
              margin-bottom: 1.5em; } }
          @media (max-width: 450px) {
            .page-block.billing .billing-info .package .package-info h4 {
              font-size: .5rem;
              letter-spacing: .3em;
              margin-bottom: 1.2em; } }
        .page-block.billing .billing-info .package .package-info ul {
          min-height: 20.5em; }
          @media (max-width: 960px) {
            .page-block.billing .billing-info .package .package-info ul {
              margin-bottom: 2em; } }
          @media (max-width: 450px) {
            .page-block.billing .billing-info .package .package-info ul {
              min-height: 10.5em;
              margin-bottom: .7em; } }
          .page-block.billing .billing-info .package .package-info ul li {
            margin-bottom: 1.05rem; }
            @media (max-width: 960px) {
              .page-block.billing .billing-info .package .package-info ul li {
                font-size: 1.5rem;
                margin-bottom: .83rem; } }
            @media (max-width: 450px) {
              .page-block.billing .billing-info .package .package-info ul li {
                font-size: .75rem;
                margin-bottom: .45rem; } }
            .page-block.billing .billing-info .package .package-info ul li.highlighted {
              font-family: "graphik-web-bold";
              color: #0089e9;
              font-size: 1.5em; }
              @media (max-width: 960px) {
                .page-block.billing .billing-info .package .package-info ul li.highlighted {
                  font-size: 1.5rem; } }
              @media (max-width: 450px) {
                .page-block.billing .billing-info .package .package-info ul li.highlighted {
                  font-size: .75rem; } }
    .page-block.billing .billing-info .promo-wrapper {
      text-align: left; }
      .page-block.billing .billing-info .promo-wrapper h4 {
        font-family: "graphik-web-bold";
        font-size: 1.125rem;
        margin-bottom: .5rem; }
        @media (max-width: 960px) {
          .page-block.billing .billing-info .promo-wrapper h4 {
            font-size: 1.5rem;
            margin-bottom: 1rem; } }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .promo-wrapper h4 {
            font-size: .75rem;
            margin-bottom: .5rem; } }
      .page-block.billing .billing-info .promo-wrapper input {
        display: block;
        width: 100%;
        background: transparent;
        border: 1px solid #424242;
        height: 58px;
        line-height: 58px;
        font-size: 1rem;
        padding: 1rem;
        margin-bottom: 1.2rem; }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .promo-wrapper input {
            line-height: 30px;
            height: 30px;
            font-size: .5rem;
            margin-bottom: .6rem;
            padding: .5rem; } }
      .page-block.billing .billing-info .promo-wrapper button {
        display: block;
        width: 100%; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.subscribed {
  min-height: 96vh;
  padding: 18.5em 5em 0; }
  @media (max-width: 960px) {
    .page-block.subscribed {
      padding: 23.5em 30px 0; } }
  @media (max-width: 450px) {
    .page-block.subscribed {
      min-height: 615px;
      padding: 11.8em 15px 0; } }
  .page-block.subscribed .content {
    width: 100%; }
    .page-block.subscribed .content h2 {
      font-size: 30px;
      margin-bottom: .4em; }
      @media (max-width: 960px) {
        .page-block.subscribed .content h2 {
          padding: 0 2em; } }
      @media (max-width: 450px) {
        .page-block.subscribed .content h2 {
          font-size: 15px; } }
      .page-block.subscribed .content h2 .package-highlight {
        font-family: "graphik-web-bold";
        font-size: 1em; }
        .page-block.subscribed .content h2 .package-highlight.basic {
          color: #0089e9; }
        .page-block.subscribed .content h2 .package-highlight.ecommerce {
          color: #0286bd; }
        .page-block.subscribed .content h2 .package-highlight.professional {
          color: #02a9bd; }
    .page-block.subscribed .content p.intro {
      font-family: "graphik-web-medium";
      font-size: 18px;
      margin-bottom: 5em; }
      @media (max-width: 960px) {
        .page-block.subscribed .content p.intro {
          font-size: 1.5rem;
          line-height: 2.2rem;
          margin-bottom: 3.6em; } }
      @media (max-width: 450px) {
        .page-block.subscribed .content p.intro {
          font-size: .75rem;
          line-height: 1.1rem; } }
    .page-block.subscribed .content hr {
      width: 100%;
      margin-bottom: 6em; }
      @media (max-width: 960px) {
        .page-block.subscribed .content hr {
          margin-bottom: 5.6em; } }
      @media (max-width: 450px) {
        .page-block.subscribed .content hr {
          margin-bottom: 2.8em; } }
    .page-block.subscribed .content .outro {
      font-family: "graphik-web-medium";
      font-size: 18px;
      margin-bottom: 1.2em; }
      @media (max-width: 960px) {
        .page-block.subscribed .content .outro {
          font-size: 1.5rem;
          line-height: 2.2rem;
          margin-bottom: .8em; } }
      @media (max-width: 450px) {
        .page-block.subscribed .content .outro {
          font-size: .75rem;
          line-height: 1.1rem; } }
    .page-block.subscribed .content a.button {
      color: #fff; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.user-area-profile-update-form .avatar-edit-wrapper {
  margin-top: 100px; }
  @media (max-width: 450px) {
    .user-area-profile-update-form .avatar-edit-wrapper {
      margin-top: 0; } }
  .user-area-profile-update-form .avatar-edit-wrapper .profile-photo-edit {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    border: 3px solid #c6c6c6;
    overflow: hidden;
    vertical-align: middle; }
    @media (max-width: 450px) {
      .user-area-profile-update-form .avatar-edit-wrapper .profile-photo-edit {
        width: 60px;
        height: 60px;
        border-radius: 60px;
        border: 1px solid #c6c6c6; } }
    .user-area-profile-update-form .avatar-edit-wrapper .profile-photo-edit img {
      width: 100%; }
  .user-area-profile-update-form .avatar-edit-wrapper button {
    display: inline-block;
    margin-left: 15px; }

@media (max-width: 450px) {
  .user-area-profile-update-form form {
    margin: .7em 0 1.2em; } }

.user-area-profile-update-form form h2 {
  font-size: 2em;
  margin: 1.3em 0 1em 0;
  line-height: 1em; }
  @media (max-width: 450px) {
    .user-area-profile-update-form form h2 {
      font-size: 1em;
      margin: 1.3em 0 .8em 0; } }

.user-area-profile-update-form form > div {
  margin-bottom: .8em; }
  @media (max-width: 450px) {
    .user-area-profile-update-form form > div {
      margin-bottom: .1em; } }

.user-area-profile-update-form form input[type='submit'] {
  margin-top: 2em;
  width: 100%; }
  @media (max-width: 960px) {
    .user-area-profile-update-form form input[type='submit'] {
      margin-top: 1em; } }
  @media (max-width: 450px) {
    .user-area-profile-update-form form input[type='submit'] {
      margin-top: .4em; } }

@media (max-width: 450px) {
  .user-area-profile-update-form form.info {
    margin-bottom: 2.9em; } }

.user-area-profile-update-form form.password-reset {
  margin-top: 5.7em; }
  @media (max-width: 450px) {
    .user-area-profile-update-form form.password-reset {
      margin-top: 2.95em; } }
  @media (max-width: 450px) {
    .user-area-profile-update-form form.password-reset input[type='submit'] {
      margin-top: 2em; } }

.user-area-profile-update-form form.email-notify h3 {
  text-transform: uppercase;
  font-size: .75rem;
  color: #c6c6c6;
  letter-spacing: .1em;
  margin-bottom: 17px; }

.user-area-profile-update-form form.email-notify hr {
  margin: 3.3em 0; }

.user-area-content {
  margin: auto;
  max-width: 612px;
  padding-bottom: 106px; }
  @media (max-width: 960px) {
    .user-area-content {
      max-width: 100%;
      padding: 0 30px 65px; } }
  @media (max-width: 450px) {
    .user-area-content {
      padding: 50px 15px 32px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.tickets-header {
  background: #dee5ed;
  padding-top: 120px;
  text-align: left;
  position: relative;
  overflow: visible;
  z-index: 2; }
  @media (max-width: 960px) {
    .tickets-header {
      padding: 0; } }
  .tickets-header .ua-wrapper {
    padding: 5.47em 0; }
    @media (max-width: 960px) {
      .tickets-header .ua-wrapper {
        padding: 5.3em 30px 5em; } }
    @media (max-width: 450px) {
      .tickets-header .ua-wrapper {
        padding: 2.65em 15px 2.5em; } }
  .tickets-header h2 {
    margin: 0;
    margin-bottom: 7px; }
    @media (max-width: 960px) {
      .tickets-header h2 {
        font-size: 3.75rem;
        margin-bottom: 25px; } }
    @media (max-width: 450px) {
      .tickets-header h2 {
        font-size: 1.875rem;
        margin-bottom: 12px; } }
  .tickets-header .subtitle {
    font-size: 1.125rem;
    margin-bottom: 0; }
    @media (max-width: 960px) {
      .tickets-header .subtitle {
        font-size: 1.5rem; } }
    @media (max-width: 450px) {
      .tickets-header .subtitle {
        font-size: .75rem; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.tickets-overview {
  position: relative; }
  .tickets-overview .button {
    border-radius: 5px; }
  .tickets-overview .filters {
    width: auto;
    max-width: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 1em 0 3em .5em; }
    @media (max-width: 960px) {
      .tickets-overview .filters {
        margin: .9em 0 2.65em 0;
        padding: 0 16px; } }
    @media (max-width: 450px) {
      .tickets-overview .filters {
        margin: .6em 0 1.3em 0; } }
    .tickets-overview .filters .filter-header-site {
      margin: 1em 7.6em 1em 1em; }
      @media (max-width: 960px) {
        .tickets-overview .filters .filter-header-site {
          margin: 1em 2.3em 1em 1em; } }
      @media (max-width: 450px) {
        .tickets-overview .filters .filter-header-site {
          margin: .5em 5em .5em 0; } }
      .tickets-overview .filters .filter-header-site form {
        margin: 0; }
        .tickets-overview .filters .filter-header-site form label {
          margin-bottom: 1em; }
          @media (max-width: 960px) {
            .tickets-overview .filters .filter-header-site form label {
              margin-bottom: 3px; } }
          @media (max-width: 450px) {
            .tickets-overview .filters .filter-header-site form label {
              font-size: 7px; } }
        .tickets-overview .filters .filter-header-site form select {
          padding-top: 0;
          padding-bottom: 0;
          background-position-y: .5em; }
          @media (max-width: 450px) {
            .tickets-overview .filters .filter-header-site form select {
              font-size: 9px; } }
  .tickets-overview .new-ticket {
    position: absolute;
    right: 0;
    top: 0;
    background: #212121;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "graphik-web-bold";
    color: #fefefe;
    font-size: 24px;
    cursor: pointer;
    width: 44%; }
    @media (max-width: 960px) {
      .tickets-overview .new-ticket {
        width: 33%; } }
    @media (max-width: 450px) {
      .tickets-overview .new-ticket {
        font-size: 12px; } }
    .tickets-overview .new-ticket:hover .plus {
      -webkit-box-shadow: 0 0 25px #50b7ff;
      box-shadow: 0 0 25px #50b7ff; }
    .tickets-overview .new-ticket .plus {
      width: 80px;
      height: 80px;
      text-align: center;
      margin: 0.25em .36em;
      background: #0089e9;
      line-height: 2.2em;
      font-size: 1.6em;
      -webkit-transition: -webkit-box-shadow 0.1s;
      transition: -webkit-box-shadow 0.1s;
      -o-transition: box-shadow 0.1s;
      transition: box-shadow 0.1s;
      transition: box-shadow 0.1s, -webkit-box-shadow 0.1s; }
      @media (max-width: 960px) {
        .tickets-overview .new-ticket .plus {
          width: 50px;
          height: 50px;
          margin: 0.26em .25em;
          line-height: 40px; } }
      @media (max-width: 450px) {
        .tickets-overview .new-ticket .plus {
          width: 40px;
          height: 40px;
          font-size: .8em;
          line-height: 4.4em;
          margin: 0.54em .54em; } }
    .tickets-overview .new-ticket .text {
      margin-left: .6em;
      margin-right: 5em;
      font-size: 1.5rem; }
      @media (max-width: 960px) {
        .tickets-overview .new-ticket .text {
          font-size: 0.7em;
          margin-left: .7em;
          margin-right: 30px; } }
      @media (max-width: 450px) {
        .tickets-overview .new-ticket .text {
          font-size: .7rem;
          margin-left: .8em;
          margin-right: 15px; } }
  .tickets-overview .ua-wrapper {
    max-width: 1444px; }
    @media (max-width: 960px) {
      .tickets-overview .ua-wrapper {
        max-width: 100%; } }
    .tickets-overview .ua-wrapper .ticket-list {
      margin: 3.6em 0 9.3em; }
      @media (max-width: 960px) {
        .tickets-overview .ua-wrapper .ticket-list {
          margin: 4.4em 0 9.3em; } }
      @media (max-width: 450px) {
        .tickets-overview .ua-wrapper .ticket-list {
          margin: 2.4em 0 4.7em; } }
      .tickets-overview .ua-wrapper .ticket-list .ticket-block {
        padding: 0 1.85em;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: -webkit-box-shadow 0.1s;
        transition: -webkit-box-shadow 0.1s;
        -o-transition: box-shadow 0.1s;
        transition: box-shadow 0.1s;
        transition: box-shadow 0.1s, -webkit-box-shadow 0.1s; }
        @media (max-width: 450px) {
          .tickets-overview .ua-wrapper .ticket-list .ticket-block {
            padding: 0 .925em; } }
        .tickets-overview .ua-wrapper .ticket-list .ticket-block:hover {
          background: white;
          -webkit-box-shadow: 0 0 25px #c6c6c6;
          box-shadow: 0 0 25px #c6c6c6; }
          .tickets-overview .ua-wrapper .ticket-list .ticket-block:hover .ticket-info-wrapper .actions .see-ticket {
            opacity: 1;
            pointer-events: inherit; }
        .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          border-top: 1px solid #c6c6c6;
          padding: 1.73em 0; }
          @media (max-width: 960px) {
            .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper {
              display: block; } }
          @media (max-width: 450px) {
            .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper {
              padding: .865em 0; } }
          .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content {
            -webkit-flex-basis: 60%;
            -ms-flex-preferred-size: 60%;
            flex-basis: 60%; }
            @media (max-width: 960px) {
              .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content {
                display: block;
                margin-bottom: 1.65em; } }
            @media (max-width: 450px) {
              .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content {
                margin-bottom: .825em; } }
            .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content h5 {
              color: #0089e9;
              font-family: "graphik-web-medium";
              font-size: 1.125em;
              margin-bottom: 0.7em; }
              @media (max-width: 960px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content h5 {
                  font-size: 1.5rem; } }
              @media (max-width: 450px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content h5 {
                  font-size: .75rem; } }
            .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content .date {
              color: #c6c6c6;
              font-size: 0.875em;
              margin-bottom: 0.7em; }
              @media (max-width: 960px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content .date {
                  font-size: 1.125rem;
                  margin-bottom: 0.4em; } }
              @media (max-width: 450px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content .date {
                  font-size: .5625rem; } }
            .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content .support-agent {
              color: #212121;
              font-size: 0.875em; }
              @media (max-width: 960px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content .support-agent {
                  font-size: 1.125rem; } }
              @media (max-width: 450px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content .support-agent {
                  font-size: .5625rem; } }
          .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions {
            -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            text-align: right; }
            @media (max-width: 960px) {
              .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                text-align: left; } }
            .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .see-ticket {
              -webkit-transition: opacity 0.1s;
              -o-transition: opacity 0.1s;
              transition: opacity 0.1s;
              opacity: 0;
              pointer-events: none; }
              @media (max-width: 960px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .see-ticket {
                  margin-right: 1em;
                  margin-left: 0;
                  padding-left: 1em;
                  padding-right: 1em;
                  font-size: 12px;
                  height: 50px;
                  max-width: 180px;
                  min-width: 180px;
                  max-height: 50px;
                  min-height: 50px;
                  line-height: 45px;
                  -webkit-box-ordinal-group: 3;
                  -webkit-order: 2;
                  -ms-flex-order: 2;
                  order: 2; } }
              @media (max-width: 450px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .see-ticket {
                  font-size: 6px;
                  height: 50px;
                  max-width: 90px;
                  min-width: 90px;
                  max-height: 25px;
                  min-height: 25px;
                  line-height: 22px;
                  border-width: 1px;
                  border-radius: 2px; } }
            .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status {
              border: 0;
              font-family: "graphik-web-medium";
              text-transform: uppercase;
              letter-spacing: 0.05em;
              margin-left: 2.5em; }
              @media (max-width: 960px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status {
                  margin-right: 1em;
                  margin-left: 0;
                  padding-left: 1em;
                  padding-right: 1em;
                  font-size: 12px;
                  height: 50px;
                  max-width: 180px;
                  min-width: 180px;
                  max-height: 50px;
                  min-height: 50px;
                  line-height: 45px;
                  -webkit-box-ordinal-group: 2;
                  -webkit-order: 1;
                  -ms-flex-order: 1;
                  order: 1; } }
              @media (max-width: 450px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status {
                  margin-right: 2em;
                  font-size: 6px;
                  height: 50px;
                  max-width: 90px;
                  min-width: 90px;
                  max-height: 25px;
                  min-height: 25px;
                  line-height: 22px;
                  border-radius: 2px; } }
              .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status.completed {
                background: #6bc600;
                border: 3px solid #6bc600; }
                @media (max-width: 450px) {
                  .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status.completed {
                    border-width: 1px; } }
              .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status.in-progress {
                background: #ffc600;
                border: 3px solid #ffc600; }
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status.in-progress breakpoint($phone) {
                  border-width: 1px; }
              .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status.on-hold {
                background: #e94444;
                border: 3px solid #e94444; }
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status.on-hold breakpoint($phone) {
                  border-width: 1px; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.ticket-create-header {
  background: #dee5ed;
  padding-top: 120px;
  text-align: left;
  position: relative;
  overflow: visible;
  z-index: 2; }
  @media (max-width: 960px) {
    .ticket-create-header {
      padding-top: 0; } }
  .ticket-create-header .ua-wrapper {
    padding: 6.5em 6em;
    max-width: 1600px;
    margin: 0 auto; }
    @media (max-width: 960px) {
      .ticket-create-header .ua-wrapper {
        padding: 7.15em 30px;
        max-width: 100%; } }
    @media (max-width: 450px) {
      .ticket-create-header .ua-wrapper {
        padding: 3.65em 15px; } }
  .ticket-create-header h2 {
    margin: 0; }
    @media (max-width: 960px) {
      .ticket-create-header h2 {
        font-size: 3.75rem; } }
    @media (max-width: 450px) {
      .ticket-create-header h2 {
        font-size: 1.875rem; } }
  .ticket-create-header a {
    position: absolute;
    bottom: -30px; }
    @media (max-width: 450px) {
      .ticket-create-header a {
        bottom: -15px; } }

.tickets-create {
  padding: 3em 0; }
  @media (max-width: 960px) {
    .tickets-create {
      padding: 2em 30px; } }
  @media (max-width: 450px) {
    .tickets-create {
      padding: 1.7em 15px 2.2em; } }
  .tickets-create form {
    margin: 4.4em 0; }
    @media (max-width: 960px) {
      .tickets-create form {
        margin: 2.2em 0; } }
    @media (max-width: 450px) {
      .tickets-create form {
        margin: 0; } }
    .tickets-create form .filters {
      text-align: left;
      width: auto;
      max-width: none;
      margin-bottom: 1.3em; }
      @media (max-width: 960px) {
        .tickets-create form .filters {
          padding: 0;
          margin-bottom: .9em; } }
      @media (max-width: 450px) {
        .tickets-create form .filters {
          margin-bottom: 0; } }
      @media (max-width: 960px) {
        .tickets-create form .filters label {
          font-size: .875rem; } }
      @media (max-width: 450px) {
        .tickets-create form .filters label {
          font-size: .4375rem;
          padding: 1.3em 0 0.2em; } }
      .tickets-create form .filters select {
        background-position-y: 1em;
        font-size: 1.125rem;
        padding: .7em 1.6em .7em 0;
        height: 56px; }
        @media (max-width: 960px) {
          .tickets-create form .filters select {
            font-size: 1.125rem;
            padding: .1em 1.6em .7em 0;
            background-position-y: .5em; } }
        @media (max-width: 450px) {
          .tickets-create form .filters select {
            background-position-y: .8em;
            font-size: .5625rem;
            height: 28px; } }
    .tickets-create form > div {
      margin-bottom: 1em; }
      .tickets-create form > div.half {
        width: 50%;
        margin-bottom: 2.7em; }
        @media (max-width: 960px) {
          .tickets-create form > div.half {
            width: 100%;
            margin-bottom: .7em; } }
        @media (max-width: 450px) {
          .tickets-create form > div.half {
            margin-bottom: 0.1em; } }
        @media (max-width: 450px) {
          .tickets-create form > div.half select {
            height: 22px;
            background-position-y: .75em; } }
      .tickets-create form > div .pell-editor {
        border: 1px solid #dee5ed; }
    .tickets-create form .button {
      margin-right: 2em; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.ticket-view-header {
  background: #dee5ed;
  padding-top: 120px;
  text-align: left;
  position: relative;
  overflow: visible;
  z-index: 2; }
  @media (max-width: 960px) {
    .ticket-view-header {
      padding-top: 0; } }
  .ticket-view-header .ua-wrapper {
    padding-top: 6.1em;
    padding-bottom: 5.7em;
    width: 100%; }
    @media (max-width: 960px) {
      .ticket-view-header .ua-wrapper {
        padding-top: 5.5em;
        padding-bottom: 7em; } }
    @media (max-width: 450px) {
      .ticket-view-header .ua-wrapper {
        padding-top: 2.75em;
        padding-bottom: 3.5em; } }
    .ticket-view-header .ua-wrapper h2 {
      color: #0089e9;
      margin: 0 0 .5rem;
      padding-bottom: 0.2em;
      font-size: 3rem;
      line-height: 1em;
      font-family: "graphik-web-medium"; }
      @media (max-width: 960px) {
        .ticket-view-header .ua-wrapper h2 {
          font-size: 1.875rem;
          margin: 0 0 .2rem; } }
      @media (max-width: 450px) {
        .ticket-view-header .ua-wrapper h2 {
          font-size: .9375rem;
          margin: 0 0 .1rem; } }
    .ticket-view-header .ua-wrapper p {
      font-size: .875rem;
      margin-bottom: .2rem; }
      @media (max-width: 960px) {
        .ticket-view-header .ua-wrapper p {
          font-size: 1.125rem;
          margin-bottom: .4rem; } }
      @media (max-width: 450px) {
        .ticket-view-header .ua-wrapper p {
          font-size: .5625rem;
          margin-bottom: .3rem; } }
      .ticket-view-header .ua-wrapper p.created-at {
        color: rgba(33, 33, 33, 0.5); }
      .ticket-view-header .ua-wrapper p.agent {
        color: #212121;
        font-family: "graphik-web-medium"; }
    .ticket-view-header .ua-wrapper .action-wrapper {
      position: absolute;
      bottom: -28px;
      max-width: 1404px;
      width: 100%; }
      @media (max-width: 960px) {
        .ticket-view-header .ua-wrapper .action-wrapper {
          max-width: 100%;
          left: 0;
          bottom: -33px; } }
      @media (max-width: 450px) {
        .ticket-view-header .ua-wrapper .action-wrapper {
          max-width: 345px;
          bottom: -17px; } }
      .ticket-view-header .ua-wrapper .action-wrapper .progress {
        display: inline-block;
        line-height: 48px;
        height: 56px;
        padding: 0 2.6em;
        background: #dee5ed;
        color: #212121;
        border: 3px solid #212121;
        text-align: center;
        font-family: "graphik-web-bold";
        letter-spacing: .1em;
        text-transform: uppercase;
        font-size: 12px;
        float: right; }
        @media (max-width: 960px) {
          .ticket-view-header .ua-wrapper .action-wrapper .progress {
            margin-top: 5px; } }
        @media (max-width: 450px) {
          .ticket-view-header .ua-wrapper .action-wrapper .progress {
            font-size: 6px;
            margin-top: 2.5px;
            height: 28px;
            line-height: 24px; } }
        .ticket-view-header .ua-wrapper .action-wrapper .progress.in-progress {
          background: #ffc600;
          border: 3px solid #ffc600;
          color: #fefefe; }

.tickets-view {
  padding: 4.5em 5%; }
  @media (max-width: 960px) {
    .tickets-view {
      padding: 4.5em 30px; } }
  @media (max-width: 450px) {
    .tickets-view {
      padding: 2.25em 15px; } }
  .tickets-view .ticket-message {
    margin: 0; }
    .tickets-view .ticket-message:first-child {
      margin-top: 1.8em; }
      @media (max-width: 960px) {
        .tickets-view .ticket-message:first-child {
          margin-top: 0.4em; } }
    .tickets-view .ticket-message:after {
      content: " ";
      margin-left: 41px;
      border-left: 2px solid #c6c6c6;
      height: 40px;
      display: block;
      margin-top: 6px;
      margin-bottom: 6px; }
      @media (max-width: 450px) {
        .tickets-view .ticket-message:after {
          margin-left: 20px;
          border-left: 1px solid #c6c6c6;
          height: 20px;
          margin-top: 3px;
          margin-bottom: 3px; } }
    .tickets-view .ticket-message.agent .ticket-content {
      background: #d2e4f2; }
    .tickets-view .ticket-message:last-of-type:after {
      display: none; }
    .tickets-view .ticket-message .ticket-top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .tickets-view .ticket-message .ticket-top .ticket-author {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #424242; }
        .tickets-view .ticket-message .ticket-top .ticket-author .profile-photo-bubble {
          width: 82px;
          height: 82px;
          border-radius: 82px;
          border: 3px solid #c6c6c6;
          overflow: hidden; }
          @media (max-width: 960px) {
            .tickets-view .ticket-message .ticket-top .ticket-author .profile-photo-bubble {
              display: inline-block; } }
          @media (max-width: 450px) {
            .tickets-view .ticket-message .ticket-top .ticket-author .profile-photo-bubble {
              width: 41px;
              height: 41px;
              border-radius: 41px;
              border: 1.5px solid #c6c6c6; } }
        .tickets-view .ticket-message .ticket-top .ticket-author .names {
          margin-left: .5em; }
          @media (max-width: 450px) {
            .tickets-view .ticket-message .ticket-top .ticket-author .names {
              margin-left: .25em; } }
          .tickets-view .ticket-message .ticket-top .ticket-author .names .tags {
            margin-bottom: .5em; }
            .tickets-view .ticket-message .ticket-top .ticket-author .names .tags span {
              color: white;
              background: #0089e9;
              border-radius: 5px;
              padding: 0.5em 0.8em;
              display: inline-block;
              font-size: 12px;
              font-size: "graphik-web-bold"; }
              @media (max-width: 450px) {
                .tickets-view .ticket-message .ticket-top .ticket-author .names .tags span {
                  font-size: 6px;
                  border-radius: 2.5px; } }
          .tickets-view .ticket-message .ticket-top .ticket-author .names strong {
            font-weight: bold;
            display: block;
            color: #212121;
            margin: 0 0 .3em; }
            @media (max-width: 960px) {
              .tickets-view .ticket-message .ticket-top .ticket-author .names strong {
                font-size: 1.125rem; } }
            @media (max-width: 450px) {
              .tickets-view .ticket-message .ticket-top .ticket-author .names strong {
                font-size: .5625rem; } }
          .tickets-view .ticket-message .ticket-top .ticket-author .names .date {
            font-size: 14px;
            color: #c6c6c6; }
            @media (max-width: 960px) {
              .tickets-view .ticket-message .ticket-top .ticket-author .names .date {
                font-size: 1rem; } }
            @media (max-width: 450px) {
              .tickets-view .ticket-message .ticket-top .ticket-author .names .date {
                font-size: .5rem; } }
      .tickets-view .ticket-message .ticket-top .ticket-actions {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .tickets-view .ticket-message .ticket-top .ticket-actions a {
          color: #212121;
          padding: 0 0.5em;
          font-family: "graphik-web-medium"; }
          @media (max-width: 450px) {
            .tickets-view .ticket-message .ticket-top .ticket-actions a {
              font-size: .5rem; } }
    .tickets-view .ticket-message .ticket-content {
      margin-top: 1em;
      background: #dee5ed;
      padding: 1.5em 2em 1.8em;
      position: relative; }
      @media (max-width: 450px) {
        .tickets-view .ticket-message .ticket-content {
          margin-top: .5em;
          padding: .9em 1em .9em; } }
      .tickets-view .ticket-message .ticket-content p {
        margin: 0 0 1.5em; }
        @media (max-width: 960px) {
          .tickets-view .ticket-message .ticket-content p {
            font-size: 1.125rem;
            margin: 0 0 1.3em;
            line-height: 1.5rem; } }
        @media (max-width: 450px) {
          .tickets-view .ticket-message .ticket-content p {
            font-size: .5625rem;
            margin: 0 0 1.3em;
            line-height: .75rem; } }
      .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment {
        display: inline-block;
        padding: .5rem 4rem .5rem 1.2rem;
        border: 1px solid #c6c6c6; }
        @media (max-width: 960px) {
          .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment {
            padding: .5rem 2.8rem .5rem 1.1rem; } }
        @media (max-width: 450px) {
          .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment {
            padding: .125rem 1.4rem .25rem .55rem; } }
        .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filename {
          display: block;
          font-family: "graphik-web-medium";
          font-size: .75rem;
          margin-bottom: 8px; }
          @media (max-width: 960px) {
            .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filename {
              font-size: 1rem; } }
          @media (max-width: 450px) {
            .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filename {
              font-size: .5rem;
              margin-bottom: 0px; } }
        .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filetype-wrapper {
          display: inline-block;
          margin-right: 1rem; }
          @media (max-width: 960px) {
            .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filetype-wrapper {
              margin-right: .5rem; } }
          @media (max-width: 450px) {
            .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filetype-wrapper {
              margin-right: .25rem; } }
          @media (max-width: 450px) {
            .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filetype-wrapper img {
              height: 10px;
              width: auto; } }
          .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filetype-wrapper .filesize {
            font-family: "graphik-web-medium";
            font-size: .625rem;
            vertical-align: super;
            margin-left: 10px; }
            @media (max-width: 960px) {
              .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filetype-wrapper .filesize {
                font-size: .875rem; } }
            @media (max-width: 450px) {
              .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filetype-wrapper .filesize {
                font-size: 7px;
                vertical-align: middle;
                margin-left: 5px; } }
      .tickets-view .ticket-message .ticket-content:after {
        bottom: 100%;
        left: 45px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #dee5ed;
        border-width: 10px;
        margin-left: -10px; }
        @media (max-width: 450px) {
          .tickets-view .ticket-message .ticket-content:after {
            border-width: 5px;
            margin-left: -5px;
            left: 20px; } }
      .tickets-view .ticket-message .ticket-content.editor {
        padding: 0;
        border: 1px solid #dee5ed;
        border-radius: 5px; }
      .tickets-view .ticket-message .ticket-content .pell-editor {
        background: white; }
    .tickets-view .ticket-message .ticket-editor-actions {
      margin-top: 2em; }
      @media (max-width: 450px) {
        .tickets-view .ticket-message .ticket-editor-actions {
          margin-top: .8em; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.share-wrapper {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .share-wrapper ul {
    list-style-type: none; }
    .share-wrapper ul li {
      background: #fefefe;
      height: 45px;
      width: 45px;
      margin-bottom: 1px;
      text-align: center; }
      .share-wrapper ul li a {
        display: block;
        width: 100%;
        height: 100%;
        display: table; }
        .share-wrapper ul li a i {
          font-size: 1.2rem;
          display: table-cell;
          vertical-align: middle; }
          .share-wrapper ul li a i.fa-facebook-f {
            color: #3b5998; }
          .share-wrapper ul li a i.fa-twitter {
            color: #1dcaff; }
          .share-wrapper ul li a i.fa-pinterest {
            color: #c8232c; }
          .share-wrapper ul li a i.fa-instagram {
            color: #8a3ab9; }
          .share-wrapper ul li a i.fa-youtube {
            color: #ff0000; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.go-back {
  font-size: 12px;
  font-family: "graphik-web-bold", sans-serif;
  color: #212121; }
  .go-back svg {
    width: 21px;
    height: 9px;
    margin-right: 17px;
    fill: #212121; }

.article-component {
  padding: 50px 0; }
  @media only screen and (max-width: 991px) {
    .article-component {
      padding: 0 0px 35px; } }
  @media only screen and (max-width: 767px) {
    .article-component {
      padding: 0 0px 20px; } }

.article-container {
  max-width: 1310px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 991px) {
    .article-container {
      font-size: 16px !important; } }
  @media only screen and (max-width: 767px) {
    .article-container {
      font-size: 14px !important; } }
  @media only screen and (max-width: 991px) {
    .article-container p {
      font-size: 16px !important; } }
  @media only screen and (max-width: 767px) {
    .article-container p {
      font-size: 14px !important; } }
  @media only screen and (max-width: 991px) {
    .article-container .h5, .article-container h5 {
      font-size: 16px !important; } }
  @media only screen and (max-width: 991px) {
    .article-container .h6, .article-container h6 {
      font-size: 14px !important; } }

.help-center-header {
  color: #212121;
  padding: 0;
  margin-bottom: 42px; }
  .help-center-header .go-back {
    color: #212121;
    opacity: 0.5; }
    .help-center-header .go-back svg {
      fill: #212121; }
    .help-center-header .go-back:hover {
      opacity: 1; }
  .help-center-header .details {
    max-width: 760px;
    padding: 80px 20px 18px;
    margin: 0 auto;
    text-align: center; }
    .help-center-header .details .article-title {
      font-family: "graphik-web-bold", sans-serif;
      font-size: 30px;
      padding: 9px 0 17px 0; }
    .help-center-header .details .grid .read-time {
      width: 33.33%;
      text-align: left;
      font-family: "graphik-web-regular";
      font-size: 12px;
      letter-spacing: 1px;
      opacity: 0.5;
      padding: 34px 0 0 0;
      float: left; }
      .help-center-header .details .grid .read-time svg {
        width: 14px;
        float: left;
        margin-right: 10px;
        position: relative;
        top: 4px; }
    .help-center-header .details .grid .article-date {
      width: 33.33%;
      float: left;
      font-family: "graphik-web-regular";
      font-size: 12px;
      letter-spacing: 1px;
      text-align: right;
      padding: 34px 0 0 0;
      opacity: 0.5; }
    .help-center-header .details .grid .author {
      width: 33.33%;
      float: left;
      padding: 6px 0; }
      .help-center-header .details .grid .author .author-image {
        display: table;
        margin: 0 auto;
        width: 80px; }
      .help-center-header .details .grid .author .author-name {
        padding: 7px 0;
        font-family: "graphik-web-bold", sans-serif;
        font-size: 16px; }

.help-center-manual-details {
  color: #212121;
  padding: 0;
  margin-bottom: 42px; }
  .help-center-manual-details .go-back {
    color: #212121;
    opacity: 0.5; }
    .help-center-manual-details .go-back svg {
      fill: #212121; }
    .help-center-manual-details .go-back:hover {
      opacity: 1; }
  .help-center-manual-details .details {
    padding-top: 80px; }
    .help-center-manual-details .details .block-left {
      float: right;
      width: 400px; }
      .help-center-manual-details .details .block-left h5 {
        font-family: "graphik-web-bold", sans-serif;
        font-size: 14px;
        padding-bottom: 18px; }
      .help-center-manual-details .details .block-left .manuals-grid .manual {
        width: 100%;
        float: left;
        padding: 18px 0; }
    .help-center-manual-details .details .block-right {
      float: right;
      width: calc(100% - 400px);
      padding: 0 0 0 100px; }
    .help-center-manual-details .details .article-title {
      font-family: "graphik-web-bold", sans-serif;
      font-size: 30px;
      padding: 6px 0 8px; }
      @media only screen and (max-width: 1200px) {
        .help-center-manual-details .details .article-title {
          font-size: 25px; } }
      @media only screen and (max-width: 991px) {
        .help-center-manual-details .details .article-title {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .help-center-manual-details .details .article-title {
          font-size: 16px; } }
    .help-center-manual-details .details .read-time {
      font-family: "graphik-web-bold", sans-serif;
      font-size: 14px;
      letter-spacing: 1px; }
    .help-center-manual-details .details .manual-link .icon {
      float: left;
      width: 60px;
      padding: 0 20px 0 0; }
    .help-center-manual-details .details .manual-link .info {
      padding: 10px 0;
      float: left;
      width: calc(100% - 60px); }
      .help-center-manual-details .details .manual-link .info a {
        font-family: "graphik-web-bold", sans-serif;
        font-size: 12px;
        opacity: 1;
        display: block;
        color: #212121; }
    .help-center-manual-details .details .article-feedback {
      text-align: left; }

.article-manual {
  padding: 45px 0; }
  @media only screen and (max-width: 991px) {
    .article-manual {
      padding: 35px 15px; } }
  @media only screen and (max-width: 767px) {
    .article-manual {
      padding: 25px 15px; } }
  .article-manual .article-manual-content {
    max-width: 430px;
    margin: 0 auto; }
    .article-manual .article-manual-content h5 {
      font-family: "graphik-web-bold", sans-serif;
      font-size: 18px;
      line-height: 1;
      padding: 0 0 27px 0; }
    .article-manual .article-manual-content .manuals-grid .manual {
      width: 100%;
      padding: 0 18px 6px; }

.article-feedback {
  font-family: "graphik-web-bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: center; }
  .article-feedback span {
    margin-right: 10px;
    line-height: 22px; }
  .article-feedback a.btn {
    font-family: "graphik-web-bold", sans-serif;
    font-size: 11px;
    margin: 0 5px;
    border-radius: 3px;
    font-size: 11px;
    margin: 0 4px;
    border-radius: 3px;
    min-width: 56px;
    padding: 3px 5px 2px; }

.blog-header {
  color: #fff;
  padding: 162px 0;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  margin-bottom: 42px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 1200px) {
    .blog-header {
      padding: 122px 0;
      margin-bottom: 32px; } }
  @media only screen and (max-width: 991px) {
    .blog-header {
      padding: 92px 0;
      margin-bottom: 32px; } }
  @media only screen and (max-width: 767px) {
    .blog-header {
      padding: 62px 0;
      margin-bottom: 22px; } }
  .blog-header > div {
    position: relative; }
  .blog-header .go-back {
    color: #fff; }
    .blog-header .go-back svg {
      fill: #fff; }
  .blog-header .details {
    max-width: 740px;
    padding: 109px 20px 18px 20px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      .blog-header .details {
        padding: 89px 20px 18px 20px; } }
    @media only screen and (max-width: 991px) {
      .blog-header .details {
        padding: 69px 20px 18px 20px; } }
    @media only screen and (max-width: 767px) {
      .blog-header .details {
        padding: 49px 20px 18px 20px; } }
    .blog-header .details .blog-date {
      font-family: "graphik-web-regular";
      font-size: 12px;
      letter-spacing: 1px; }
    .blog-header .details .blog-title {
      font-family: "graphik-web-bold", sans-serif;
      font-size: 30px;
      text-transform: uppercase;
      padding: 9px 0 17px 0; }
      @media only screen and (max-width: 1200px) {
        .blog-header .details .blog-title {
          font-size: 25px; } }
      @media only screen and (max-width: 991px) {
        .blog-header .details .blog-title {
          font-size: 20px; } }
    .blog-header .details .blog-caption {
      font-family: "graphik-web-medium";
      font-size: 14px;
      opacity: 0.5;
      line-height: 1.7; }
      @media only screen and (max-width: 767px) {
        .blog-header .details .blog-caption {
          font-size: 12px; } }
    .blog-header .details .author {
      padding: 54px 0 0 0; }
      .blog-header .details .author .author-image {
        display: table;
        margin: 0 auto;
        width: 80px; }
        @media only screen and (max-width: 1200px) {
          .blog-header .details .author .author-image {
            width: 70px; } }
        @media only screen and (max-width: 991px) {
          .blog-header .details .author .author-image {
            width: 60px; } }
        @media only screen and (max-width: 767px) {
          .blog-header .details .author .author-image {
            width: 50px; } }
      .blog-header .details .author .author-name {
        padding: 7px 0;
        font-family: "graphik-web-bold", sans-serif;
        font-size: 16px; }
        @media only screen and (max-width: 991px) {
          .blog-header .details .author .author-name {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .blog-header .details .author .author-name {
            font-size: 12px; } }

.news-header {
  padding: 133px 0 18px; }
  @media only screen and (max-width: 1200px) {
    .news-header {
      padding: 133px133px133px 0 18px; } }
  @media only screen and (max-width: 991px) {
    .news-header {
      padding: 133px133px 0 18px; } }
  @media only screen and (max-width: 767px) {
    .news-header {
      padding: 133px 0 18px; } }
  .news-header .go-back {
    opacity: 0.5;
    color: #212121; }
    .news-header .go-back svg {
      fill: #212121; }
    .news-header .go-back:hover {
      opacity: 1; }
  .news-header .news-title {
    text-align: center;
    font-family: "graphik-web-bold", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    padding: 90px 0 43px; }
    @media only screen and (max-width: 1200px) {
      .news-header .news-title {
        font-size: 25px;
        padding: 70px 0 43px; } }
    @media only screen and (max-width: 991px) {
      .news-header .news-title {
        font-size: 20px;
        padding: 50px 0 30px; } }
    @media only screen and (max-width: 767px) {
      .news-header .news-title {
        padding: 30px 0 15px; } }
  .news-header .pic {
    overflow: visible;
    position: relative;
    margin-bottom: 42px; }
    .news-header .pic .category {
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #fff;
      color: #212121;
      font-family: "graphik-web-medium";
      font-size: 9px;
      padding: 7px 32px 4px;
      letter-spacing: 0.7px;
      display: table;
      line-height: 10px;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); }
  .news-header .details {
    text-align: left;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .news-header .details {
        padding: 40px 0 90px; } }
    .news-header .details .news-author {
      padding-top: 9px;
      width: 100px;
      float: left; }
      @media only screen and (max-width: 767px) {
        .news-header .details .news-author {
          /*position: absolute;
				left: 50%;
				bottom: 0;
				width: auto;
				-webkit-transform: translateX(-50%);
				    -ms-transform: translateX(-50%);
					    transform: translateX(-50%);*/
          width: 100%;
          text-align: center; }
          .news-header .details .news-author .author-image {
            margin: 0 auto; } }
      .news-header .details .news-author .author-image {
        width: 80px; }
        @media only screen and (max-width: 767px) {
          .news-header .details .news-author .author-image {
            width: 50px; } }
      .news-header .details .news-author .author-name {
        font-family: "graphik-web-bold", sans-serif;
        font-size: 16px;
        padding: 5px 20px 5px 0;
        text-align: center; }
        @media only screen and (max-width: 991px) {
          .news-header .details .news-author .author-name {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .news-header .details .news-author .author-name {
            padding: 5px 0;
            font-size: 12px; } }
    .news-header .details .news-intro {
      width: calc(100% - 200px);
      float: left; }
      @media only screen and (max-width: 767px) {
        .news-header .details .news-intro {
          width: 100%; } }
      .news-header .details .news-intro .news-intro-content {
        font-family: "graphik-web-bold", sans-serif;
        font-size: 18px;
        max-width: 945px;
        margin: 0 auto;
        line-height: 1.7; }
        @media only screen and (max-width: 991px) {
          .news-header .details .news-intro .news-intro-content {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .news-header .details .news-intro .news-intro-content {
            font-size: 16px; } }
        .news-header .details .news-intro .news-intro-content:first-letter {
          color: #c6c6c6;
          float: left;
          font-family: "graphik-web-bold";
          font-size: 60px;
          line-height: 50px;
          padding-top: 6px;
          padding-right: 12px;
          padding-left: 0; }
          @media only screen and (max-width: 991px) {
            .news-header .details .news-intro .news-intro-content:first-letter {
              font-size: 50px;
              line-height: 40px; } }
          @media only screen and (max-width: 767px) {
            .news-header .details .news-intro .news-intro-content:first-letter {
              font-size: 40px;
              line-height: 30px; } }
        .news-header .details .news-intro .news-intro-content p {
          font-family: "graphik-web-bold", sans-serif;
          font-size: 18px; }
          @media only screen and (max-width: 991px) {
            .news-header .details .news-intro .news-intro-content p {
              font-size: 16px; } }
          @media only screen and (max-width: 767px) {
            .news-header .details .news-intro .news-intro-content p {
              font-size: 14px; } }
    .news-header .details .news-date {
      padding-top: 5px;
      letter-spacing: 1.6px;
      text-align: right;
      width: 100px;
      float: left;
      font-family: "graphik-web-regular";
      font-size: 12px; }
      @media only screen and (max-width: 767px) {
        .news-header .details .news-date {
          position: absolute;
          left: 50%;
          top: 0;
          font-size: 10px;
          text-align: center;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }

.event-header {
  padding: 92px 0 18px; }
  @media only screen and (max-width: 1200px) {
    .event-header {
      padding: 72px 0 18px; } }
  @media only screen and (max-width: 991px) {
    .event-header {
      padding: 52px 0 18px; } }
  @media only screen and (max-width: 767px) {
    .event-header {
      padding: 32px 0 18px; } }
  .event-header .go-back {
    opacity: 0.5;
    color: #212121; }
    .event-header .go-back svg {
      fill: #212121; }
    .event-header .go-back:hover {
      opacity: 1; }
  .event-header .event-title {
    text-align: center;
    font-family: "graphik-web-bold", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    padding: 90px 0 43px; }
    @media only screen and (max-width: 1200px) {
      .event-header .event-title {
        font-size: 25px;
        padding: 70px 0 43px; } }
    @media only screen and (max-width: 991px) {
      .event-header .event-title {
        font-size: 20px;
        padding: 50px 0 30px; } }
    @media only screen and (max-width: 767px) {
      .event-header .event-title {
        padding: 30px 0 15px; } }
  .event-header .pic {
    position: relative;
    height: 640px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0; }
    .event-header .pic .event-date {
      margin: 20px;
      padding: 16px 17px;
      display: table; }
      @media only screen and (max-width: 991px) {
        .event-header .pic .event-date {
          padding: 13px 13px; } }
      @media only screen and (max-width: 767px) {
        .event-header .pic .event-date {
          padding: 10px 8px; } }
  .event-header .map {
    background: #fff;
    overflow: hidden;
    position: absolute;
    margin: 0;
    right: 100%;
    top: 0;
    opacity: 0;
    pointer-events: none;
    height: 305px;
    width: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .event-header .map {
        height: 298px; } }
    @media only screen and (max-width: 991px) {
      .event-header .map {
        height: 285px; } }
    @media only screen and (max-width: 767px) {
      .event-header .map {
        position: relative;
        width: calc(100% + 30px);
        height: 0;
        left: -15px;
        right: -15px;
        margin: 25px 0 -31px 0;
        width: 100%; } }
    .event-header .map .map_container {
      height: 305px;
      opacity: 1; }
      @media only screen and (max-width: 1200px) {
        .event-header .map .map_container {
          height: 298px; } }
      @media only screen and (max-width: 991px) {
        .event-header .map .map_container {
          height: 285px; } }
      @media only screen and (max-width: 767px) {
        .event-header .map .map_container {
          width: 100%; } }
  .event-header.show_map .map {
    opacity: 1;
    width: 285px; }
    @media only screen and (max-width: 991px) {
      .event-header.show_map .map {
        height: 285px; } }
    @media only screen and (max-width: 767px) {
      .event-header.show_map .map {
        width: calc(100% + 30px); } }
  .event-header.show_map .details .show-map .show_label {
    display: none; }
  .event-header.show_map .details .show-map .hide_label {
    display: inline-block; }
  .event-header .details {
    position: relative;
    padding: 32px 0 0 0; }
    @media only screen and (max-width: 991px) {
      .event-header .details {
        padding: px 0 0 0; } }
    @media only screen and (max-width: 767px) {
      .event-header .details {
        padding: 0px;
        margin-left: -10px;
        margin-right: -10px; } }
    .event-header .details .event_label {
      float: left;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .event-header .details .event_label {
          position: absolute;
          bottom: -30px;
          left: 15px; } }
    .event-header .details .show-map {
      margin: 0 0 0 22px;
      float: left; }
      @media only screen and (max-width: 767px) {
        .event-header .details .show-map {
          position: absolute;
          bottom: -30px;
          left: auto;
          right: 15px;
          z-index: 2; } }
      .event-header .details .show-map .show_label {
        display: inline-block; }
      .event-header .details .show-map .hide_label {
        display: none; }
    .event-header .details .event-info {
      position: absolute;
      right: 0;
      bottom: 4px;
      background: #fff;
      padding: 27px 30px 31px 30px;
      display: table;
      height: 100%;
      min-height: 305px;
      pointer-events: all;
      width: calc(100% - 285px);
      width: 260px; }
      @media only screen and (max-width: 1200px) {
        .event-header .details .event-info {
          min-height: 298px; } }
      @media only screen and (max-width: 991px) {
        .event-header .details .event-info {
          bottom: 40px;
          min-height: 285px; } }
      @media only screen and (max-width: 767px) {
        .event-header .details .event-info {
          position: relative;
          left: 0;
          bottom: 0;
          width: 100%;
          display: block;
          min-height: 0;
          padding: 27px 15px 31px 15px; } }
      .event-header .details .event-info.without-tickets {
        /*padding: 0;
				.map{
					bottom: 0;
					top: auto;
				}*/ }
      .event-header .details .event-info h5 {
        font-family: "graphik-web-bold";
        font-size: 24px;
        padding: 0 0 20px 0;
        line-height: 1; }
        @media only screen and (max-width: 991px) {
          .event-header .details .event-info h5 {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          .event-header .details .event-info h5 {
            font-size: 12px; } }
      .event-header .details .event-info .item_label {
        font-family: "graphik-web-medium";
        font-size: 12px;
        opacity: 0.5; }
        @media only screen and (max-width: 767px) {
          .event-header .details .event-info .item_label {
            font-size: 10px; } }
      .event-header .details .event-info .event-place {
        padding: 0 0 20px 0; }
        @media only screen and (max-width: 767px) {
          .event-header .details .event-info .event-place {
            padding: 0 0 15px 0; } }
        .event-header .details .event-info .event-place .item_value {
          font-family: "graphik-web-medium";
          font-size: 14px; }
          @media only screen and (max-width: 767px) {
            .event-header .details .event-info .event-place .item_value {
              font-size: 12px; } }
      .event-header .details .event-info .event-time {
        padding: 0 0 20px 0;
        width: 50%;
        float: left; }
        @media only screen and (max-width: 767px) {
          .event-header .details .event-info .event-time {
            padding: 0 0 15px 0; } }
        .event-header .details .event-info .event-time .item_value {
          font-family: "graphik-web-bold", sans-serif;
          font-size: 30px; }
          @media only screen and (max-width: 1200px) {
            .event-header .details .event-info .event-time .item_value {
              font-size: 25px; } }
          @media only screen and (max-width: 991px) {
            .event-header .details .event-info .event-time .item_value {
              font-size: 20px; } }
          @media only screen and (max-width: 767px) {
            .event-header .details .event-info .event-time .item_value {
              font-size: 16px; } }
        .event-header .details .event-info .event-time.right {
          text-align: right; }
      .event-header .details .event-info a {
        width: 200px;
        margin-top: 28px;
        font-family: "graphik-web-bold", sans-serif;
        font-size: 12px;
        padding: 10px 12px; }
        @media only screen and (max-width: 767px) {
          .event-header .details .event-info a {
            display: table;
            margin: 0 auto;
            margin-top: 15px; } }

.content-strong-small {
  max-width: 945px;
  margin: 0 auto;
  opacity: .5;
  line-height: 1.5;
  padding: 35px 0;
  font-size: 18px;
  font-family: "graphik-web-bold", sans-serif; }
  @media only screen and (max-width: 991px) {
    .content-strong-small {
      font-size: 16px; } }
  @media only screen and (max-width: 991px) {
    .content-strong-small {
      font-size: 14px; } }
  .content-strong-small p {
    font-size: 18px;
    font-family: "graphik-web-bold", sans-serif;
    margin-bottom: 25px; }
    @media only screen and (max-width: 991px) {
      .content-strong-small p {
        font-size: 16px; } }
    @media only screen and (max-width: 991px) {
      .content-strong-small p {
        font-size: 14px; } }

.content-strong {
  font-size: 24px;
  font-family: "graphik-web-bold", sans-serif;
  line-height: 1.5; }
  @media only screen and (max-width: 1200px) {
    .content-strong {
      padding: 0 30px;
      font-size: 22px; } }
  @media only screen and (max-width: 991px) {
    .content-strong {
      font-size: 20px;
      padding: 0 15px; } }
  @media only screen and (max-width: 767px) {
    .content-strong {
      font-size: 16px; } }

.content-2columns {
  max-width: 945px;
  margin: 0 auto;
  opacity: .5;
  padding: 38px 0 15px 0;
  line-height: 1.5; }
  @media only screen and (max-width: 991px) {
    .content-2columns {
      padding: 30px 0 15px 0; } }
  @media only screen and (max-width: 767px) {
    .content-2columns {
      padding: 22px 0 15px 0; } }
  .content-2columns .col {
    float: left;
    width: 50%;
    padding: 0 30px; }
    @media only screen and (max-width: 767px) {
      .content-2columns .col {
        width: 100%;
        float: none; } }
    .content-2columns .col p {
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        .content-2columns .col p {
          margin-bottom: 20px;
          font-size: 12px !important; } }

.content-main-small {
  max-width: 945px;
  margin: 0 auto;
  line-height: 1.5;
  padding: 35px 0; }
  @media only screen and (max-width: 767px) {
    .content-main-small {
      padding: 25px 0; } }
  .content-main-small p {
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .content-main-small p {
        margin-bottom: 20px; } }

.content-main {
  line-height: 1.5;
  padding: 35px 0; }
  @media only screen and (max-width: 991px) {
    .content-main {
      padding: 28px 0; } }
  @media only screen and (max-width: 767px) {
    .content-main {
      padding: 20px 0; } }
  .content-main p {
    margin-bottom: 25px; }

.article-img-slider .img-slider-content {
  position: relative;
  padding: 0 100px; }
  @media only screen and (max-width: 991px) {
    .article-img-slider .img-slider-content {
      padding: 0 50px; } }
  @media only screen and (max-width: 767px) {
    .article-img-slider .img-slider-content {
      padding: 0 15px; } }
  .article-img-slider .img-slider-content .img-credit {
    padding: 26px 0 21px 0;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #cccfd2;
    color: #c6c6c6;
    font-family: "graphik-web-bold", sans-serif; }
    @media only screen and (max-width: 767px) {
      .article-img-slider .img-slider-content .img-credit {
        font-size: 14px;
        padding: 21px 0 16px 0; } }
    .article-img-slider .img-slider-content .img-credit span {
      color: #212121;
      font-family: "graphik-web-regular";
      opacity: 0.75; }
  .article-img-slider .img-slider-content .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    background: #d8dee5;
    padding: 30px 15px 30px 14px;
    margin-top: -35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 991px) {
      .article-img-slider .img-slider-content .arrow {
        padding: 22px 14px 22px 14px; } }
    @media only screen and (max-width: 767px) {
      .article-img-slider .img-slider-content .arrow {
        padding: 12px; } }
    .article-img-slider .img-slider-content .arrow svg {
      fill: #212121;
      width: 21px; }
    .article-img-slider .img-slider-content .arrow.right {
      right: 0;
      left: auto; }
    .article-img-slider .img-slider-content .arrow:hover {
      background: #212121; }
      .article-img-slider .img-slider-content .arrow:hover svg {
        fill: #fff; }

.article-img-slider-2 .img-slider-content {
  position: relative;
  padding: 0;
  max-width: 1600px;
  float: right;
  width: 100%; }
  .article-img-slider-2 .img-slider-content img {
    width: 100%; }
  .article-img-slider-2 .img-slider-content .img-info {
    padding: 35px 250px 33px 145px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #cccfd2;
    color: #212121;
    font-family: "graphik-web-regular";
    min-height: 100px; }
    @media only screen and (max-width: 1200px) {
      .article-img-slider-2 .img-slider-content .img-info {
        padding: 35px 180px 33px 30px; } }
    @media only screen and (max-width: 991px) {
      .article-img-slider-2 .img-slider-content .img-info {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .article-img-slider-2 .img-slider-content .img-info {
        padding: 20px 15px 18px 15px;
        font-size: 10px; } }
    .article-img-slider-2 .img-slider-content .img-info .info-conent {
      max-width: 530px;
      width: 100%;
      padding-left: 43px;
      position: relative;
      line-height: 1.2; }
      .article-img-slider-2 .img-slider-content .img-info .info-conent span {
        opacity: 0.75; }
      .article-img-slider-2 .img-slider-content .img-info .info-conent .icon {
        position: absolute;
        top: 50%;
        left: 0;
        width: 23px;
        height: 23px;
        background: #212121;
        border-radius: 3px;
        color: #fff;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media only screen and (max-width: 767px) {
          .article-img-slider-2 .img-slider-content .img-info .info-conent .icon {
            width: 19px;
            height: 19px; } }
        .article-img-slider-2 .img-slider-content .img-info .info-conent .icon i {
          line-height: 23px; }
          @media only screen and (max-width: 767px) {
            .article-img-slider-2 .img-slider-content .img-info .info-conent .icon i {
              line-height: 19px; } }
  .article-img-slider-2 .img-slider-content .arrows-pagination {
    top: auto;
    left: auto;
    right: 100px;
    width: 150px;
    background: #eaedf1;
    z-index: 10;
    padding: 40px 0px 41px 0px;
    bottom: 2px; }
    @media only screen and (max-width: 1200px) {
      .article-img-slider-2 .img-slider-content .arrows-pagination {
        right: 30px; } }
    @media only screen and (max-width: 767px) {
      .article-img-slider-2 .img-slider-content .arrows-pagination {
        padding: 16px 0px;
        left: 50%;
        right: auto;
        width: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
    .article-img-slider-2 .img-slider-content .arrows-pagination .div {
      color: #212121; }
    .article-img-slider-2 .img-slider-content .arrows-pagination a {
      opacity: 0.5;
      color: #212121; }
      .article-img-slider-2 .img-slider-content .arrows-pagination a svg {
        fill: #212121; }
      .article-img-slider-2 .img-slider-content .arrows-pagination a:focus, .article-img-slider-2 .img-slider-content .arrows-pagination a:hover {
        opacity: 1; }

.article-img-slider-3 .img-slider-content {
  position: relative;
  padding: 0 100px; }
  @media only screen and (max-width: 991px) {
    .article-img-slider-3 .img-slider-content {
      padding: 0 50px; } }
  @media only screen and (max-width: 767px) {
    .article-img-slider-3 .img-slider-content {
      padding: 0 15px; } }
  .article-img-slider-3 .img-slider-content .pic {
    position: relative; }
    .article-img-slider-3 .img-slider-content .pic .img-credit {
      position: absolute;
      bottom: 2px;
      left: 2px;
      right: 2px;
      padding: 19px 25px;
      background: rgba(255, 255, 255, 0.5);
      color: #212121;
      font-size: 14px;
      font-family: "graphik-web-bold", sans-serif; }
      @media only screen and (max-width: 991px) {
        .article-img-slider-3 .img-slider-content .pic .img-credit {
          padding: 19px 25px; } }
      @media only screen and (max-width: 767px) {
        .article-img-slider-3 .img-slider-content .pic .img-credit {
          padding: 5px 30px;
          font-size: 14px; } }
      .article-img-slider-3 .img-slider-content .pic .img-credit span {
        font-size: 14px;
        font-family: "graphik-web-regular";
        margin-left: 17px;
        margin-left: 20px; }
        @media only screen and (max-width: 767px) {
          .article-img-slider-3 .img-slider-content .pic .img-credit span {
            font-size: 12px;
            margin-left: 0px;
            display: block; } }
  .article-img-slider-3 .img-slider-content .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    background: #d8dee5;
    padding: 30px 15px 30px 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 991px) {
      .article-img-slider-3 .img-slider-content .arrow {
        padding: 22px 14px 22px 14px; } }
    @media only screen and (max-width: 767px) {
      .article-img-slider-3 .img-slider-content .arrow {
        padding: 12px; } }
    .article-img-slider-3 .img-slider-content .arrow svg {
      fill: #212121;
      width: 21px; }
    .article-img-slider-3 .img-slider-content .arrow.right {
      right: 0;
      left: auto; }
    .article-img-slider-3 .img-slider-content .arrow:hover {
      background: #212121; }
      .article-img-slider-3 .img-slider-content .arrow:hover svg {
        fill: #fff; }

.article-video video {
  width: 100%; }

.article-video.stoped .article-video-content .item .pic .icon_play {
  opacity: 1; }

.article-video .article-video-content {
  padding: 0 100px; }
  @media only screen and (max-width: 991px) {
    .article-video .article-video-content {
      padding: 0 50px; } }
  @media only screen and (max-width: 767px) {
    .article-video .article-video-content {
      padding: 0 15px; } }
  .article-video .article-video-content .item {
    position: relative;
    display: block; }
    .article-video .article-video-content .item .pic {
      position: relative; }
      .article-video .article-video-content .item .pic .icon_play {
        position: absolute;
        left: 50%;
        top: 50%;
        cursor: pointer;
        opacity: 0;
        border: 3px solid rgba(255, 255, 255, 0.35);
        border-radius: 50%;
        padding: 40px 44px 39px 45px;
        margin: -60px 0 0 -60px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media only screen and (max-width: 991px) {
          .article-video .article-video-content .item .pic .icon_play {
            padding: 30px 34px 29px 35px; } }
        @media only screen and (max-width: 767px) {
          .article-video .article-video-content .item .pic .icon_play {
            padding: 20px 24px 19px 25px;
            margin: -55px 0 0 -45px; } }
        .article-video .article-video-content .item .pic .icon_play:hover {
          border: 3px solid white;
          background: #fff; }
          .article-video .article-video-content .item .pic .icon_play:hover svg {
            fill: #212121; }
        .article-video .article-video-content .item .pic .icon_play svg {
          width: 25px;
          fill: #fff;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
    .article-video .article-video-content .item .video-info {
      padding: 26px 0 21px 0;
      font-size: 16px;
      text-align: center;
      border-bottom: 1px solid #cccfd2;
      color: #c6c6c6;
      font-family: "graphik-web-bold", sans-serif; }
      @media only screen and (max-width: 1200px) {
        .article-video .article-video-content .item .video-info {
          font-size: 14px;
          padding: 21px 0 16px; } }
      .article-video .article-video-content .item .video-info span {
        color: #212121;
        font-family: "graphik-web-regular";
        opacity: 0.75; }

.article-quote {
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
  padding: 0; }
  @media only screen and (max-width: 1200px) {
    .article-quote {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 991px) {
    .article-quote {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .article-quote {
      margin-bottom: 20px; } }
  .article-quote blockquote {
    font-size: 24px;
    font-family: "graphik-web-bold";
    width: calc(100% - 150px);
    float: left;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
    border: none;
    letter-spacing: 0.1px;
    padding: 0px 80px 0px 35px; }
    @media only screen and (max-width: 1200px) {
      .article-quote blockquote {
        font-size: 20px; } }
    @media only screen and (max-width: 991px) {
      .article-quote blockquote {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .article-quote blockquote {
        font-size: 14px;
        padding: 0px 30px;
        width: 100%;
        float: none; } }
  .article-quote .tweet-this {
    position: absolute;
    right: 0;
    top: 50%;
    width: 150px;
    float: left;
    font-family: "graphik-web-bold", sans-serif;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .article-quote .tweet-this {
        position: relative;
        top: auto;
        left: 50%;
        bottom: 0;
        margin-top: 15px;
        -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0); } }
    .article-quote .tweet-this a {
      width: 30px;
      height: 30px;
      display: inline-block;
      background: rgba(33, 33, 33, 0.25);
      text-align: center;
      color: #fff;
      margin-left: 15px; }
      .article-quote .tweet-this a i {
        font-size: 18px;
        line-height: 30px; }

.article-quote-2 {
  padding: 40px 0;
  position: relative;
  padding: 0; }
  @media only screen and (max-width: 991px) {
    .article-quote-2 {
      padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .article-quote-2 {
      padding: 20px 0; } }
  .article-quote-2 .article-quote-2-content {
    max-width: 1400px;
    padding: 0 200px 0 145px;
    float: right;
    position: relative; }
    @media only screen and (max-width: 1200px) {
      .article-quote-2 .article-quote-2-content {
        padding: 0 175px 0 120px; } }
    @media only screen and (max-width: 991px) {
      .article-quote-2 .article-quote-2-content {
        padding: 0 140px 0 95px; } }
    @media only screen and (max-width: 767px) {
      .article-quote-2 .article-quote-2-content {
        padding: 0px 15px;
        float: none; } }
    .article-quote-2 .article-quote-2-content blockquote {
      font-size: 24px;
      font-family: "graphik-web-medium";
      width: 100%;
      float: left;
      font-style: italic;
      line-height: 1.5;
      margin: 0;
      border: none;
      letter-spacing: 0.1px;
      padding: 0px 0 0px 195px;
      position: relative; }
      @media only screen and (max-width: 1200px) {
        .article-quote-2 .article-quote-2-content blockquote {
          font-size: 20px;
          padding: 0px 0 0px 165px; } }
      @media only screen and (max-width: 991px) {
        .article-quote-2 .article-quote-2-content blockquote {
          font-size: 18px;
          padding: 0px 0 0px 135px; } }
      @media only screen and (max-width: 767px) {
        .article-quote-2 .article-quote-2-content blockquote {
          font-size: 14px;
          padding: 0px 15px 0 50px; } }
      .article-quote-2 .article-quote-2-content blockquote:before {
        position: absolute;
        content: "";
        left: 0;
        width: 100%;
        max-width: 140px;
        top: 0;
        bottom: 0;
        background-image: url("../img/icons/quote.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top left; }
        @media only screen and (max-width: 1200px) {
          .article-quote-2 .article-quote-2-content blockquote:before {
            max-width: 100px; } }
        @media only screen and (max-width: 991px) {
          .article-quote-2 .article-quote-2-content blockquote:before {
            max-width: 70px; } }
        @media only screen and (max-width: 767px) {
          .article-quote-2 .article-quote-2-content blockquote:before {
            max-width: 40px; } }
    .article-quote-2 .article-quote-2-content .tweet-this {
      margin: 0 auto;
      font-family: "graphik-web-bold", sans-serif;
      font-size: 14px;
      display: table;
      padding: 17px 0 21px 189px; }
      @media only screen and (max-width: 991px) {
        .article-quote-2 .article-quote-2-content .tweet-this {
          padding: 17px 0 21px 189px; } }
      @media only screen and (max-width: 767px) {
        .article-quote-2 .article-quote-2-content .tweet-this {
          padding: 15px 15px 19px 15px; } }
      .article-quote-2 .article-quote-2-content .tweet-this a {
        width: 30px;
        height: 30px;
        display: inline-block;
        background: rgba(33, 33, 33, 0.25);
        text-align: center;
        color: #fff;
        margin-left: 15px; }
        .article-quote-2 .article-quote-2-content .tweet-this a i {
          font-size: 18px;
          line-height: 30px; }

.article-quote-3 {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 25px 0; }
  @media only screen and (max-width: 991px) {
    .article-quote-3 {
      padding: 20px 0; } }
  @media only screen and (max-width: 767px) {
    .article-quote-3 {
      padding: 0; } }
  .article-quote-3 blockquote {
    font-size: 24px;
    font-family: "graphik-web-medium";
    width: 100%;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
    border: none;
    letter-spacing: 0.1px;
    padding: 0px 40px;
    color: #c6c6c6; }
    @media only screen and (max-width: 1200px) {
      .article-quote-3 blockquote {
        font-size: 20px; } }
    @media only screen and (max-width: 991px) {
      .article-quote-3 blockquote {
        font-size: 18px;
        padding: 0px 35px; } }
    @media only screen and (max-width: 767px) {
      .article-quote-3 blockquote {
        font-size: 14px;
        padding: 0px 30px; } }
  .article-quote-3 .tweet-this {
    margin: 0 auto;
    font-family: "graphik-web-bold", sans-serif;
    font-size: 14px;
    display: table;
    padding: 17px 0 21px 0; }
    .article-quote-3 .tweet-this a {
      width: 30px;
      height: 30px;
      display: inline-block;
      background: rgba(33, 33, 33, 0.25);
      text-align: center;
      color: #fff;
      margin-left: 15px; }
      .article-quote-3 .tweet-this a i {
        font-size: 18px;
        line-height: 30px; }

.article-images-2 {
  padding: 34px 0; }
  @media only screen and (max-width: 991px) {
    .article-images-2 {
      padding: 28px 0; } }
  @media only screen and (max-width: 767px) {
    .article-images-2 {
      padding: 22px 0; } }
  .article-images-2 .grid {
    max-width: 1070px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .article-images-2 .grid {
        padding: 0 10px; } }
    .article-images-2 .grid .col {
      width: 50%;
      float: left;
      padding: 0 16px; }
      @media only screen and (max-width: 991px) {
        .article-images-2 .grid .col {
          padding: 0 12px; } }
      @media only screen and (max-width: 767px) {
        .article-images-2 .grid .col {
          padding: 0 5px; } }
      .article-images-2 .grid .col .pic {
        position: relative; }
        .article-images-2 .grid .col .pic img {
          width: 100%; }
        .article-images-2 .grid .col .pic .img-info {
          position: absolute;
          bottom: 1px;
          left: 1px;
          right: 1px;
          padding: 18px 26px;
          background: rgba(0, 0, 0, 0.75);
          color: #fff; }
          @media only screen and (max-width: 991px) {
            .article-images-2 .grid .col .pic .img-info {
              padding: 12px 20px; } }
          @media only screen and (max-width: 767px) {
            .article-images-2 .grid .col .pic .img-info {
              padding: 8px 16px; } }
          .article-images-2 .grid .col .pic .img-info span {
            margin-left: 17px; }
            @media only screen and (max-width: 767px) {
              .article-images-2 .grid .col .pic .img-info span {
                display: block;
                margin-left: 0px; } }

.article-images-3 {
  overflow: hidden; }
  .article-images-3 .grid {
    margin: 0 -16px; }
    .article-images-3 .grid .col {
      width: 33.3333%;
      float: left;
      padding: 50px 16px 0 16px; }
      @media only screen and (max-width: 991px) {
        .article-images-3 .grid .col {
          padding: 40px 10px 0 10px; } }
      @media only screen and (max-width: 767px) {
        .article-images-3 .grid .col {
          padding: 6px; } }
      .article-images-3 .grid .col:nth-child(2) {
        padding: 0 16px; }
        @media only screen and (max-width: 991px) {
          .article-images-3 .grid .col:nth-child(2) {
            padding: 0 10px; } }
        @media only screen and (max-width: 767px) {
          .article-images-3 .grid .col:nth-child(2) {
            padding: 6px; } }
      .article-images-3 .grid .col .pic {
        position: relative; }
        .article-images-3 .grid .col .pic img {
          width: 100%; }
        .article-images-3 .grid .col .pic .img-info {
          position: absolute;
          bottom: 1px;
          left: 1px;
          right: 1px;
          padding: 18px 26px;
          background: rgba(0, 0, 0, 0.75);
          color: #fff; }
          @media only screen and (max-width: 991px) {
            .article-images-3 .grid .col .pic .img-info {
              padding: 12px 20px; } }
          @media only screen and (max-width: 767px) {
            .article-images-3 .grid .col .pic .img-info {
              padding: 8px 16px; } }
          .article-images-3 .grid .col .pic .img-info span {
            margin-left: 17px; }

.article-image-content {
  padding: 50px 0; }
  @media only screen and (max-width: 1200px) {
    .article-image-content {
      padding: 40px 0; } }
  @media only screen and (max-width: 991px) {
    .article-image-content {
      padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .article-image-content {
      padding: 20px 0 0; } }
  .article-image-content.right .grid .content {
    float: right;
    padding: 87px 67px 0 10px; }
    @media only screen and (max-width: 1200px) {
      .article-image-content.right .grid .content {
        padding: 30px  10px 0 47px; } }
    @media only screen and (max-width: 991px) {
      .article-image-content.right .grid .content {
        padding: 47px  10px 0 27px; } }
    @media only screen and (max-width: 767px) {
      .article-image-content.right .grid .content {
        padding: 27px  5px 0 7px;
        float: none;
        width: auto;
        display: block; } }
  .article-image-content.right .grid .image {
    float: right; }
    @media only screen and (max-width: 767px) {
      .article-image-content.right .grid .image {
        float: none; } }
  .article-image-content .grid .content {
    float: left;
    width: 43%;
    padding: 87px  10px 0 67px; }
    @media only screen and (max-width: 1200px) {
      .article-image-content .grid .content {
        padding: 30px  10px 0 47px; } }
    @media only screen and (max-width: 991px) {
      .article-image-content .grid .content {
        width: 50%;
        padding: 0px  10px 0 27px; } }
    @media only screen and (max-width: 767px) {
      .article-image-content .grid .content {
        padding: 27px  5px 0 7px;
        float: none;
        width: auto;
        display: block; } }
    .article-image-content .grid .content p {
      line-height: 1.5;
      margin-bottom: 23px; }
      @media only screen and (max-width: 991px) {
        .article-image-content .grid .content p {
          font-size: 16px !important; } }
  .article-image-content .grid .image {
    width: 57%;
    float: left; }
    @media only screen and (max-width: 991px) {
      .article-image-content .grid .image {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .article-image-content .grid .image {
        float: none;
        width: auto;
        display: block; } }
    .article-image-content .grid .image .pic {
      position: relative; }
      .article-image-content .grid .image .pic img {
        width: 100%; }
      .article-image-content .grid .image .pic .img-info {
        position: absolute;
        bottom: 1px;
        left: 1px;
        right: 1px;
        padding: 18px 26px;
        background: rgba(255, 255, 255, 0.5);
        color: #212121;
        font-family: "graphik-web-bold", sans-serif; }
        @media only screen and (max-width: 991px) {
          .article-image-content .grid .image .pic .img-info {
            padding: 12px 20px;
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .article-image-content .grid .image .pic .img-info {
            padding: 8px 16px; } }
        .article-image-content .grid .image .pic .img-info p {
          margin: 0; }
          @media only screen and (max-width: 991px) {
            .article-image-content .grid .image .pic .img-info p {
              font-size: 14px; } }
        .article-image-content .grid .image .pic .img-info span {
          font-family: "graphik-web-regular";
          margin-left: 17px; }
    .article-image-content .grid .image a:hover .pic .img-info {
      background: #fff; }

.related-articles {
  text-align: center;
  padding: 46px 0 50px 0; }
  @media only screen and (max-width: 991px) {
    .related-articles {
      padding: 36px 0 40px 0; } }
  @media only screen and (max-width: 767px) {
    .related-articles {
      padding: 26px 0 30px 0; } }
  .related-articles h5 {
    font-size: 18px;
    font-family: "graphik-web-bold", sans-serif;
    padding: 0 0px 46px 0; }
    @media only screen and (max-width: 991px) {
      .related-articles h5 {
        padding: 0 0px 36px 0;
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .related-articles h5 {
        padding: 0 0px 26px 0;
        font-size: 14px; } }
  .related-articles .grid {
    max-width: 708px;
    margin: 0 auto; }
    .related-articles .grid .col {
      padding: 0 6px;
      float: left;
      width: 50%; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.company.onboarding {
  max-width: 1200px;
  margin: auto; }

.home-block {
  height: 100vh;
  max-height: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: fit;
  position: relative;
  min-height: 1000px; }
  @media (max-width: 960px) {
    .home-block {
      overflow: hidden;
      padding: 0 30px;
      min-height: 80vh; } }
  @media (max-width: 450px) {
    .home-block {
      padding: 0 15px;
      min-height: 62vh;
      height: 62vh; } }
  @media (max-width: 960px) {
    .home-block.bottom {
      -webkit-box-align: start;
      -webkit-align-items: start;
      -ms-flex-align: start;
      align-items: start;
      padding-top: 2em;
      background-position-x: right;
      background-position-y: 100%;
      background-size: 150%; } }
  .home-block.blue {
    background-color: #dee5ed; }
  .home-block.dark {
    color: white; }
  .home-block .container {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 98px; }
    @media (max-width: 960px) {
      .home-block .container {
        padding: 0;
        height: 100%; } }
    .home-block .container .section-content {
      width: 40%;
      position: absolute;
      z-index: 999; }
      @media (max-width: 960px) {
        .home-block .container .section-content {
          width: 100%; } }
      @media (max-width: 450px) {
        .home-block .container .section-content {
          width: 65%; } }
      .home-block .container .section-content h2 {
        font-size: 85px;
        font-family: "graphik-web-bold"; }
        @media (max-width: 960px) {
          .home-block .container .section-content h2 {
            font-size: 3.75em;
            line-height: 1em;
            margin-bottom: 11px; } }
        @media (max-width: 450px) {
          .home-block .container .section-content h2 {
            font-size: 1.875em; } }
      .home-block .container .section-content p {
        font-family: "graphik-web-medium";
        font-size: 18px;
        line-height: 1.35em;
        margin: 1em 0 2.4em;
        width: 56%; }
        @media (max-width: 960px) {
          .home-block .container .section-content p {
            font-size: 1.5em;
            width: 90%;
            margin: 0 0 1.7em; } }
        @media (max-width: 450px) {
          .home-block .container .section-content p {
            font-size: .75em;
            width: 100%; } }
      .home-block .container .section-content .button {
        margin-left: 5px; }
    .home-block .container .section-midground {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 500; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-wrapper {
  position: relative; }
  .features-wrapper #sticky-wrapper {
    position: absolute; }
  .features-wrapper #sticky-wrapper {
    z-index: 100; }
    .features-wrapper #sticky-wrapper.is-sticky .features-index {
      background: rgba(255, 255, 255, 0.8); }
  .features-wrapper .features-index {
    position: absolute;
    left: 0;
    top: 7em;
    z-index: 2;
    min-width: 267px;
    padding-bottom: 200px;
    font-family: "graphik-web-medium";
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: background 0.5s, -webkit-transform 0.5s ease-in;
    transition: background 0.5s, -webkit-transform 0.5s ease-in;
    -o-transition: transform 0.5s ease-in, background 0.5s;
    transition: transform 0.5s ease-in, background 0.5s;
    transition: transform 0.5s ease-in, background 0.5s, -webkit-transform 0.5s ease-in;
    padding-top: 200px;
    padding-left: 1em;
    padding-right: 1em; }
    .features-wrapper .features-index.fadeIn {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    @media (max-width: 1650px) {
      .features-wrapper .features-index {
        display: none; } }
    .features-wrapper .features-index ul {
      list-style-type: none;
      padding: 0;
      min-height: 100vh; }
      .features-wrapper .features-index ul li {
        padding: 0.5em 0;
        font-size: 14px;
        margin-left: 3.5em;
        -webkit-transition: color 0.2s, font-size 0.2s;
        -o-transition: color 0.2s, font-size 0.2s;
        transition: color 0.2s, font-size 0.2s; }
        .features-wrapper .features-index ul li a {
          color: inherit; }
        .features-wrapper .features-index ul li.active, .features-wrapper .features-index ul li:hover {
          color: #0089e9;
          font-family: "graphik-web-bold";
          font-size: 18px;
          margin-left: 0; }
          .features-wrapper .features-index ul li.active:before, .features-wrapper .features-index ul li:hover:before {
            display: inline-block;
            vertical-align: middle;
            content: '';
            background: #0089e9;
            height: 3px;
            font-size: 14px;
            width: 2.5em;
            margin-right: 1.5em; }
  .features-wrapper .feature-block {
    background: white;
    padding: 6em 0 4.5em;
    font-family: "graphik-web-regular"; }
    @media (max-width: 450px) {
      .features-wrapper .feature-block {
        padding: 0; } }
    .features-wrapper .feature-block:nth-child(4n+3) {
      background: #dee5ed; }
    .features-wrapper .feature-block .content {
      max-width: 1228px;
      margin: 0 auto;
      padding: 0 4em; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block .content {
          padding: 13% 30px 9%; } }
      @media (max-width: 450px) {
        .features-wrapper .feature-block .content {
          padding: 12.5% 15px 8%; } }
    .features-wrapper .feature-block h2 {
      font-size: 60px;
      line-height: 60px;
      margin-bottom: 13px; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block h2 {
          font-size: 3.75em;
          margin-bottom: 13px; } }
      @media (max-width: 450px) {
        .features-wrapper .feature-block h2 {
          font-size: 1.875em;
          line-height: 1em;
          margin-bottom: 9px; } }
      .features-wrapper .feature-block h2 span {
        font-size: 0.5em; }
    .features-wrapper .feature-block p {
      font-size: 18px; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block p {
          line-height: 1.35em; } }
      @media (max-width: 450px) {
        .features-wrapper .feature-block p {
          font-size: 9px; } }
    @media (max-width: 960px) {
      .features-wrapper .feature-block > img {
        width: 100%;
        height: auto; } }
    .features-wrapper .feature-block .subtitle {
      font-size: 1.5em;
      font-family: "graphik-web-medium";
      margin-bottom: .5em;
      font-weight: normal; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block .subtitle {
          line-height: 1.4em;
          margin-bottom: .6em; } }
      @media (max-width: 450px) {
        .features-wrapper .feature-block .subtitle {
          font-size: .75em;
          margin-bottom: .8em; } }
    .features-wrapper .feature-block ul.thumbnail-grid {
      list-style-type: none;
      margin: 3.7% 0 0 0;
      padding: 0;
      font-size: 0; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block ul.thumbnail-grid {
          margin: 6.5% 0 0 0; } }
      .features-wrapper .feature-block ul.thumbnail-grid.r2 li {
        width: 48%; }
      .features-wrapper .feature-block ul.thumbnail-grid.r2.squared li {
        height: 48%; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block ul.thumbnail-grid.r2 li {
          width: 100%;
          height: auto; } }
      .features-wrapper .feature-block ul.thumbnail-grid.r3 li {
        width: 31.3%; }
      .features-wrapper .feature-block ul.thumbnail-grid.r3.squared li {
        height: 31.3%; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block ul.thumbnail-grid.r3 li {
          width: 48%;
          height: auto; } }
      .features-wrapper .feature-block ul.thumbnail-grid.r4 li {
        width: 23%; }
      .features-wrapper .feature-block ul.thumbnail-grid.r4.squared li {
        height: 23%; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block ul.thumbnail-grid.r4 li {
          width: 30%;
          height: auto; } }
      .features-wrapper .feature-block ul.thumbnail-grid.no-padding li {
        padding: 0; }
      .features-wrapper .feature-block ul.thumbnail-grid.white-border li {
        border: 2px solid white; }
      .features-wrapper .feature-block ul.thumbnail-grid.white-background li {
        background: white; }
      .features-wrapper .feature-block ul.thumbnail-grid.squared li {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .features-wrapper .feature-block ul.thumbnail-grid.squared li img {
          margin: auto; }
      .features-wrapper .feature-block ul.thumbnail-grid.inline-images li img {
        width: auto;
        max-height: 3em; }
      .features-wrapper .feature-block ul.thumbnail-grid.no-resize li {
        text-align: center; }
        .features-wrapper .feature-block ul.thumbnail-grid.no-resize li img {
          width: auto;
          height: auto;
          max-height: none; }
      .features-wrapper .feature-block ul.thumbnail-grid.left-align li {
        text-align: left; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block ul.thumbnail-grid.mobile-row li {
          width: 48%;
          height: auto; } }
      .features-wrapper .feature-block ul.thumbnail-grid li {
        font-size: 16px;
        padding: 5%;
        margin: 0 2% 2% 0;
        display: inline-block;
        width: auto;
        vertical-align: top;
        text-align: center; }
        @media (max-width: 960px) {
          .features-wrapper .feature-block ul.thumbnail-grid li {
            width: 100%;
            height: auto; } }
        .features-wrapper .feature-block ul.thumbnail-grid li h5 {
          font-family: "graphik-web-bold";
          color: #0089e9;
          margin-bottom: 1em; }
          @media (max-width: 450px) {
            .features-wrapper .feature-block ul.thumbnail-grid li h5 {
              font-size: .5em;
              margin-bottom: .7em; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.faq-wrapper {
  position: relative;
  max-width: 1600px;
  margin: 0 auto; }
  .faq-wrapper .faq-index {
    position: absolute;
    left: 0;
    z-index: 2;
    min-width: 350px;
    font-family: "graphik-web-medium"; }
    @media (max-width: 960px) {
      .faq-wrapper .faq-index {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        padding-bottom: 0;
        width: 100%;
        margin: 0; } }
    .faq-wrapper .faq-index ul {
      list-style-type: none;
      padding: 0;
      padding-top: 8.7em;
      padding-bottom: 200px; }
      @media (max-width: 960px) {
        .faq-wrapper .faq-index ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          overflow-x: hidden;
          padding: 3.25em 0 5.6em;
          -webkit-overflow-scrolling: touch;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; } }
      @media (max-width: 450px) {
        .faq-wrapper .faq-index ul {
          padding: 0.75em 0 2.3em; } }
      .faq-wrapper .faq-index ul li {
        padding: 0.68em 0;
        font-family: "graphik-web-bold";
        font-size: 18px;
        margin-left: 6vw;
        -webkit-transition: color 0.2s, font-size 0.2s;
        -o-transition: color 0.2s, font-size 0.2s;
        transition: color 0.2s, font-size 0.2s; }
        @media (max-width: 960px) {
          .faq-wrapper .faq-index ul li {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            font-size: 1.5rem; } }
        @media (max-width: 450px) {
          .faq-wrapper .faq-index ul li {
            font-size: .75rem; } }
        .faq-wrapper .faq-index ul li input {
          display: none; }
          .faq-wrapper .faq-index ul li input:checked + label {
            color: #0089e9; }
            @media (max-width: 960px) {
              .faq-wrapper .faq-index ul li input:checked + label {
                color: #212121; } }
        .faq-wrapper .faq-index ul li label {
          cursor: pointer; }
          @media (max-width: 960px) {
            .faq-wrapper .faq-index ul li label {
              color: #c6c6c6; } }
        .faq-wrapper .faq-index ul li a {
          cursor: pointer;
          color: #212121; }
          .faq-wrapper .faq-index ul li a.active {
            color: #0089e9; }
  .faq-wrapper .faq-block {
    background: white;
    padding: 2.6em 6vw 4.2em 30%;
    font-family: "graphik-web-regular"; }
    @media (max-width: 960px) {
      .faq-wrapper .faq-block {
        padding: 10% 30px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.button,
a.button {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 2.6em;
  text-align: center;
  background: #0089e9;
  color: #fefefe;
  font-weight: normal;
  font-family: "graphik-web-bold";
  display: inline-block;
  letter-spacing: 0.1em;
  border: 0;
  min-width: 200px;
  min-height: 50px; }
  @media (max-width: 960px) {
    .button,
    a.button {
      padding-left: 2em;
      padding-right: 2em;
      font-size: 18px;
      min-width: 285px;
      min-height: 60px;
      line-height: 60px; } }
  @media (max-width: 450px) {
    .button,
    a.button {
      font-size: 9px;
      line-height: 25px;
      min-height: 25px;
      min-width: 150px; } }
  .button:hover,
  a.button:hover {
    cursor: pointer;
    background: #1da2ff; }
  .button.black,
  a.button.black {
    background: #212121;
    border: 3px solid #212121; }
    .button.black:hover,
    a.button.black:hover {
      background: #3b3b3b; }
  .button.grey,
  a.button.grey {
    background: #c7c7c7;
    border: 3px solid #c7c7c7;
    color: #212121; }
    .button.grey:hover,
    a.button.grey:hover {
      background: #e1e1e1; }
  .button.white,
  a.button.white {
    background: white;
    color: #0089e9; }
  .button.white-on-black,
  a.button.white-on-black {
    background: white;
    color: #212121;
    border: 3px solid #212121; }
  .button.white-on-light-black,
  a.button.white-on-light-black {
    background: white;
    color: rgba(33, 33, 33, 0.5);
    border: 3px solid rgba(33, 33, 33, 0.3); }
  .button.transparent-grey,
  a.button.transparent-grey {
    background: transparent;
    color: rgba(33, 33, 33, 0.5);
    border: 1px solid rgba(33, 33, 33, 0.5); }
  .button.shadow,
  a.button.shadow {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25); }
  .button.border,
  a.button.border {
    border: 3px solid rgba(255, 255, 255, 0.2); }
  .button i,
  a.button i {
    font-size: 2em;
    margin-left: 15px;
    vertical-align: middle; }

form {
  margin: 1.9em 0; }
  form > div.half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    form > div.half > div {
      margin-bottom: .6em;
      width: 48%; }
      @media (max-width: 450px) {
        form > div.half > div {
          margin-bottom: .2em; } }
  form > div.thirds {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    form > div.thirds > div {
      margin-bottom: .6em;
      width: 31%; }
    form > div.thirds > div.two-third {
      margin-bottom: .6em;
      width: 64%; }
  form label {
    display: block;
    font-family: "graphik-web-medium";
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1em 0 0.5em;
    font-size: 0.75em; }
    @media (max-width: 960px) {
      form label {
        font-size: 18px;
        letter-spacing: .1em; } }
    @media (max-width: 450px) {
      form label {
        font-size: 9px;
        padding: 1.3em 0 0.5em; } }
    form label.required:after {
      content: '*';
      display: inline;
      margin-left: 0.3em; }
    form label.uc {
      text-transform: uppercase; }
  form input[type='text'],
  form input[type='email'],
  form input[type='password'],
  form select.full,
  form textarea {
    border: 1px solid #c6c6c6;
    padding: 0 1em;
    color: rgba(66, 66, 66, 0.7);
    font-family: "graphik-web-regular";
    width: 100%;
    font-size: 14px; }
    form input[type='text'].black,
    form input[type='email'].black,
    form input[type='password'].black,
    form select.full.black,
    form textarea.black {
      background: #212121;
      color: #fefefe;
      border: 1px solid rgba(198, 198, 198, 0.5); }
    form input[type='text'].compact,
    form input[type='email'].compact,
    form input[type='password'].compact,
    form select.full.compact,
    form textarea.compact {
      line-height: 3em;
      padding: 0 0.8em; }
    form input[type='text'] b,
    form input[type='email'] b,
    form input[type='password'] b,
    form select.full b,
    form textarea b {
      font-weight: bold; }
    form input[type='text'] u,
    form input[type='email'] u,
    form input[type='password'] u,
    form select.full u,
    form textarea u {
      text-decoration: underline; }
    form input[type='text'] i,
    form input[type='email'] i,
    form input[type='password'] i,
    form select.full i,
    form textarea i {
      font-style: italic; }
    form input[type='text'] h1,
    form input[type='email'] h1,
    form input[type='password'] h1,
    form select.full h1,
    form textarea h1 {
      font-size: 4em; }
    form input[type='text'] h2,
    form input[type='email'] h2,
    form input[type='password'] h2,
    form select.full h2,
    form textarea h2 {
      font-size: 3em; }
    form input[type='text'] ul,
    form input[type='email'] ul,
    form input[type='password'] ul,
    form select.full ul,
    form textarea ul {
      list-style-type: disc;
      margin-left: 2em; }
    form input[type='text'] ol,
    form input[type='email'] ol,
    form input[type='password'] ol,
    form select.full ol,
    form textarea ol {
      list-style-type: decimal;
      margin-left: 2em; }
    form input[type='text'] h1, form input[type='text'] h2, form input[type='text'] h3, form input[type='text'] h4,
    form input[type='text'] h5, form input[type='text'] h6, form input[type='text'] b,
    form input[type='text'] strong,
    form input[type='email'] h1,
    form input[type='email'] h2,
    form input[type='email'] h3,
    form input[type='email'] h4,
    form input[type='email'] h5,
    form input[type='email'] h6,
    form input[type='email'] b,
    form input[type='email'] strong,
    form input[type='password'] h1,
    form input[type='password'] h2,
    form input[type='password'] h3,
    form input[type='password'] h4,
    form input[type='password'] h5,
    form input[type='password'] h6,
    form input[type='password'] b,
    form input[type='password'] strong,
    form select.full h1,
    form select.full h2,
    form select.full h3,
    form select.full h4,
    form select.full h5,
    form select.full h6,
    form select.full b,
    form select.full strong,
    form textarea h1,
    form textarea h2,
    form textarea h3,
    form textarea h4,
    form textarea h5,
    form textarea h6,
    form textarea b,
    form textarea strong {
      font-weight: bolder; }
    form input[type='text'] blockquote,
    form input[type='email'] blockquote,
    form input[type='password'] blockquote,
    form select.full blockquote,
    form textarea blockquote {
      margin-left: 40px;
      margin-right: 40px; }
    form input[type='text'] i, form input[type='text'] cite, form input[type='text'] em,
    form input[type='text'] var, form input[type='text'] address,
    form input[type='email'] i,
    form input[type='email'] cite,
    form input[type='email'] em,
    form input[type='email'] var,
    form input[type='email'] address,
    form input[type='password'] i,
    form input[type='password'] cite,
    form input[type='password'] em,
    form input[type='password'] var,
    form input[type='password'] address,
    form select.full i,
    form select.full cite,
    form select.full em,
    form select.full var,
    form select.full address,
    form textarea i,
    form textarea cite,
    form textarea em,
    form textarea var,
    form textarea address {
      font-style: italic; }
    form input[type='text'] pre, form input[type='text'] tt, form input[type='text'] code,
    form input[type='text'] kbd, form input[type='text'] samp,
    form input[type='email'] pre,
    form input[type='email'] tt,
    form input[type='email'] code,
    form input[type='email'] kbd,
    form input[type='email'] samp,
    form input[type='password'] pre,
    form input[type='password'] tt,
    form input[type='password'] code,
    form input[type='password'] kbd,
    form input[type='password'] samp,
    form select.full pre,
    form select.full tt,
    form select.full code,
    form select.full kbd,
    form select.full samp,
    form textarea pre,
    form textarea tt,
    form textarea code,
    form textarea kbd,
    form textarea samp {
      font-family: monospace; }
    form input[type='text'] pre,
    form input[type='email'] pre,
    form input[type='password'] pre,
    form select.full pre,
    form textarea pre {
      white-space: pre; }
    form input[type='text'] button, form input[type='text'] textarea,
    form input[type='text'] input, form input[type='text'] select,
    form input[type='email'] button,
    form input[type='email'] textarea,
    form input[type='email'] input,
    form input[type='email'] select,
    form input[type='password'] button,
    form input[type='password'] textarea,
    form input[type='password'] input,
    form input[type='password'] select,
    form select.full button,
    form select.full textarea,
    form select.full input,
    form select.full select,
    form textarea button,
    form textarea textarea,
    form textarea input,
    form textarea select {
      display: inline-block; }
    form input[type='text'] big,
    form input[type='email'] big,
    form input[type='password'] big,
    form select.full big,
    form textarea big {
      font-size: 1.17em; }
    form input[type='text'] small, form input[type='text'] sub, form input[type='text'] sup,
    form input[type='email'] small,
    form input[type='email'] sub,
    form input[type='email'] sup,
    form input[type='password'] small,
    form input[type='password'] sub,
    form input[type='password'] sup,
    form select.full small,
    form select.full sub,
    form select.full sup,
    form textarea small,
    form textarea sub,
    form textarea sup {
      font-size: .83em; }
  form input[type='text'],
  form input[type='email'],
  form input[type='password'] {
    line-height: 4em; }
    @media (max-width: 450px) {
      form input[type='text'],
      form input[type='email'],
      form input[type='password'] {
        line-height: 2em; } }
  form textarea {
    height: 180px;
    line-height: 1.2em;
    margin-bottom: 2.4em; }
    @media (max-width: 450px) {
      form textarea {
        height: 90px;
        line-height: .6em;
        margin-bottom: 1em; } }
  form select {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding: 1em 1em 1em 0;
    background: url("../img/form-dropdown.png") no-repeat right;
    background-position-y: 1.51em;
    cursor: pointer; }
    form select.full {
      padding: 1em;
      background-position-x: 97%; }
    form select.bold {
      background-position-y: 1.35em;
      font-family: "graphik-web-medium";
      font-size: 1.2em;
      padding-top: 0.5em; }
  form label.checkbox {
    position: relative;
    height: 5.2em;
    line-height: 5.2em;
    font-size: 11px;
    padding: 0;
    margin: 1em 0;
    cursor: pointer; }
    @media (max-width: 450px) {
      form label.checkbox {
        height: 3.6em;
        line-height: 3.6em;
        text-transform: none;
        font-size: 9px;
        letter-spacing: 0; } }
    form label.checkbox:hover input[type='checkbox'] ~ .checkmark {
      background-color: white; }
    form label.checkbox input[type='checkbox'] {
      position: absolute;
      opacity: 0; }
      form label.checkbox input[type='checkbox']:checked ~ .checkmark:after {
        display: block; }
    form label.checkbox .checkmark {
      display: inline-block;
      width: 5.2em;
      height: 5.2em;
      background: transparent;
      border: 1px solid #c6c6c6;
      float: left;
      margin-right: 1em; }
      @media (max-width: 450px) {
        form label.checkbox .checkmark {
          width: 3.5em;
          height: 3.5em;
          margin-right: .5em; } }
      form label.checkbox .checkmark:after {
        position: absolute;
        display: none;
        content: "";
        width: 1em;
        height: 1em;
        margin: auto;
        background: #212121;
        z-index: 2;
        -webkit-transform: translate3d(200%, 200%, 0);
        transform: translate3d(200%, 200%, 0); }
        @media (max-width: 450px) {
          form label.checkbox .checkmark:after {
            width: .5em;
            height: .5em;
            -webkit-transform: translate3d(275%, 275%, 0);
            transform: translate3d(275%, 275%, 0); } }

form.transparent-form input[type='text'],
form.transparent-form input[type='email'],
form.transparent-form textarea {
  background: transparent;
  border: 1px solid #424242;
  padding: 0 1em;
  color: rgba(66, 66, 66, 0.7);
  font-family: "graphik-web-regular";
  width: 100%;
  font-size: 14px; }

form.transparent-form .select2-container {
  background: transparent;
  border: 1px solid #424242;
  color: #212121;
  height: 58px;
  line-height: 58px;
  font-family: "graphik-web-regular";
  font-size: .75rem;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: .1em;
  padding: 0 2em;
  width: 100%; }
  @media (max-width: 450px) {
    form.transparent-form .select2-container {
      height: 30px;
      line-height: 30px; } }
  form.transparent-form .select2-container .selection .select2-selection {
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%; }
    form.transparent-form .select2-container .selection .select2-selection:focus {
      outline: none; }
    form.transparent-form .select2-container .selection .select2-selection .select2-selection__arrow {
      position: absolute;
      top: calc(50% - 6px);
      right: 19px; }

form.transparent-form .custom-check {
  height: 50px;
  display: block;
  position: relative;
  padding: 0 0 0 65px;
  line-height: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1.6em; }
  @media (max-width: 450px) {
    form.transparent-form .custom-check {
      height: 25px;
      line-height: 25px;
      padding: 0 0 0 33px; } }
  form.transparent-form .custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    form.transparent-form .custom-check input:checked ~ .checkmark:after {
      content: '';
      background: #424242;
      height: 8px;
      width: 8px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (max-width: 450px) {
        form.transparent-form .custom-check input:checked ~ .checkmark:after {
          height: 4px;
          width: 4px; } }
  form.transparent-form .custom-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border: 1px solid #424242; }
    @media (max-width: 450px) {
      form.transparent-form .custom-check .checkmark {
        height: 25px;
        width: 25px; } }

.select2-container {
  border: 1px solid #c6c6c6;
  padding: 0 1em;
  color: rgba(66, 66, 66, 0.7);
  font-family: "graphik-web-regular";
  width: 100% !important;
  font-size: 14px; }
  .select2-container .select2-dropdown {
    max-height: 240px;
    overflow-y: scroll; }
    .select2-container .select2-dropdown .select2-search .select2-search__field {
      border: 1px solid #d7d7d8;
      outline: 0;
      border-radius: 0;
      font-size: 16px; }
    .select2-container .select2-dropdown .select2-results .select2-results__option {
      border-bottom: 1px solid #c6c6c6;
      padding: 20px;
      font-family: "graphik-web-regular";
      font-size: .75rem;
      text-transform: uppercase; }
      .select2-container .select2-dropdown .select2-results .select2-results__option:first-child {
        display: none; }
      .select2-container .select2-dropdown .select2-results .select2-results__option:hover {
        background-color: #e6e6e6; }
  .select2-container .selection .select2-selection .select2-selection__arrow {
    position: absolute;
    top: calc(50% - 6px);
    right: 10px; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.pell {
  border: 1px solid #dee5ed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.p-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 237px;
  outline: 0;
  overflow-y: auto;
  padding: 10px; }
  @media (max-width: 450px) {
    .p-content {
      height: 119px; } }

.p-actionbar {
  background-color: #dee5ed;
  border-bottom: 1px solid #dee5ed;
  padding: .5em 0; }
  @media (max-width: 450px) {
    .p-actionbar {
      padding: .25em 0; } }

.p-button {
  background-color: transparent;
  border: none;
  border-right: 1px solid #c6c6c6;
  cursor: pointer;
  height: 50px;
  outline: 0;
  width: 65px;
  vertical-align: bottom; }
  @media (max-width: 450px) {
    .p-button {
      height: 25px;
      width: 32.5px; } }

.p-selected {
  color: #0089e9; }

.button {
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "graphik-web-regular", sans-serif; }

p {
  line-height: 1.5em; }

a, a:link, a:active, a:visited {
  color: #0089e9;
  text-decoration: none; }
  a.button, a:link.button, a:active.button, a:visited.button {
    color: #fefefe; }

h2, h3 {
  font-family: "graphik-web-bold";
  font-size: 85px;
  font-weight: normal;
  margin-bottom: 30px; }
  h2 span, h3 span {
    font-family: "graphik-web-regular";
    font-weight: normal;
    font-size: 0.5em; }

h2 {
  font-size: 85px;
  line-height: 90px; }
  @media (max-width: 960px) {
    h2 {
      font-size: 2.2em;
      line-height: 1.2em; } }

h3 {
  font-size: 48px; }
  @media (max-width: 960px) {
    h3 {
      font-size: 1.6em; } }

span.highlight {
  color: #0089e9; }

.large-container {
  padding-right: 11px;
  padding-left: 11px;
  max-width: 1430px;
  margin: 0 auto; }

.small-container {
  max-width: 715px;
  margin: 0 auto;
  padding-right: 11px;
  padding-left: 11px; }

.page-block.text-body {
  text-align: justify; }
  .page-block.text-body p {
    margin-bottom: 1em; }
  .page-block.text-body big {
    font-size: 1.5em;
    line-height: 2em; }
  .page-block.text-body ul, .page-block.text-body ol {
    list-style-type: initial;
    margin-left: 1em; }
    .page-block.text-body ul li, .page-block.text-body ol li {
      margin-bottom: 0.5em;
      line-height: 1.5em; }

.subtitle {
  font-size: 1.5em;
  font-family: "graphik-web-medium";
  margin-bottom: 2em;
  font-weight: normal;
  line-height: 1.61em; }
  @media (max-width: 450px) {
    .subtitle {
      font-size: .75em; } }
  @media (max-width: 960px) {
    .subtitle.margin {
      margin-left: 1em;
      margin-right: 1em; } }
  .subtitle.uc {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: "graphik-web-regular";
    margin-bottom: 1.5em; }
    @media (max-width: 450px) {
      .subtitle.uc {
        margin-bottom: .8em; } }

.components {
  overflow: hidden; }
  @media (max-width: 960px) {
    .components {
      padding: 98px 0 0; } }
  @media (max-width: 450px) {
    .components {
      padding: 49px 0 0; } }

.page-block {
  background: #dee5ed;
  text-align: center;
  padding: 5% 0;
  min-height: 100vh; }
  @media (max-width: 960px) {
    .page-block .page-title {
      font-size: 3.75rem;
      line-height: 1.2em; } }
  @media (max-width: 450px) {
    .page-block .page-title {
      font-size: 1.875rem; } }
  .page-block .subtitle {
    font-size: 1.2em; }
    .page-block .subtitle.uc {
      font-size: .875em; }
      @media (max-width: 450px) {
        .page-block .subtitle.uc {
          font-size: .4375em; } }
  @media (max-width: 960px) {
    .page-block {
      min-height: 25vh; } }
  .page-block.left-header {
    text-align: left;
    padding-left: 6%;
    padding-right: 6%;
    min-height: 71vh; }
    @media (max-width: 960px) {
      .page-block.left-header {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 450px) {
      .page-block.left-header {
        padding-left: 15px;
        padding-right: 15px; } }
    .page-block.left-header h2 strong {
      color: #0089e9; }

.page-block:first-child, .home-block:first-child {
  margin-top: 40px; }
  @media (max-width: 960px) {
    .page-block:first-child, .home-block:first-child {
      margin-top: 0; } }

.ua-wrapper {
  max-width: 1404px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5%; }

.highlight-professional {
  color: #02a9bd; }

.tooltip {
  position: relative;
  display: inline-block; }
  .tooltip .tooltiptext {
    visibility: hidden;
    background-color: #dee5ed;
    color: #212121;
    text-align: left;
    padding: 30px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    width: 400px;
    bottom: 60px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
    @media (max-width: 960px) {
      .tooltip .tooltiptext {
        right: 55%;
        left: unset;
        width: 300px;
        bottom: 45px; } }
    .tooltip .tooltiptext::after {
      content: " ";
      position: absolute;
      top: 100%;
      /* At the bottom of the tooltip */
      left: 30px;
      margin-left: -10px;
      border-width: 10px;
      border-style: solid;
      border-color: #dee5ed transparent transparent transparent; }
      @media (max-width: 960px) {
        .tooltip .tooltiptext::after {
          left: unset;
          right: 30px; } }
    .tooltip .tooltiptext h4 {
      font-family: "graphik-web-bold";
      font-size: 18px;
      margin-bottom: .5em; }
    .tooltip .tooltiptext p {
      font-size: 14px; }

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.parsley-errors-list {
  position: absolute;
  left: 0;
  right: 0;
  background: #ec4545;
  list-style: none;
  color: #fff;
  z-index: 20;
  margin: 0;
  padding: 0;
  font-size: 12px; }
  .parsley-errors-list li {
    padding: 4px 10px 4px 20px; }

#responseModal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0; }
  #responseModal .modal-content {
    position: relative;
    background-color: transparent;
    border: 1px solid #999;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: none;
    box-shadow: none; }
    #responseModal .modal-content .modal-body {
      padding: 0; }
      #responseModal .modal-content .modal-body .alert {
        padding: 50px 0;
        border: none;
        border-radius: 0;
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        text-transform: uppercase; }
        #responseModal .modal-content .modal-body .alert i {
          top: 50%;
          font-size: 30px;
          left: 0;
          position: absolute;
          margin-right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        #responseModal .modal-content .modal-body .alert span {
          padding-left: 50px;
          position: relative; }
        #responseModal .modal-content .modal-body .alert.alert-success {
          background: #5aa73c; }
        #responseModal .modal-content .modal-body .alert.alert-error {
          background: #eb4142; }

#jaklcp-chat-container {
  max-width: 100vw !important;
  right: 0 !important; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.about-us-header {
  position: relative;
  min-height: 668px; }
  @media (max-width: 960px) {
    .page-block.about-us-header {
      padding-top: 96px;
      min-height: 51.5vh; } }
  @media (max-width: 450px) {
    .page-block.about-us-header {
      padding-top: 49px;
      min-height: 251px; } }
  .page-block.about-us-header .container {
    max-width: 1600px;
    position: relative; }
  .page-block.about-us-header img {
    position: absolute;
    right: -20.5%;
    max-width: 70vw;
    top: -20%; }
    @media (max-width: 1200px) {
      .page-block.about-us-header img {
        max-width: 70vw;
        right: -486px; } }
    @media (max-width: 960px) {
      .page-block.about-us-header img {
        right: -44vw;
        top: 15%; } }
    @media (max-width: 450px) {
      .page-block.about-us-header img {
        right: -70%; } }
  .page-block.about-us-header .page-title {
    margin-bottom: 12px;
    font-size: 85px;
    line-height: 85px; }
    @media (max-width: 960px) {
      .page-block.about-us-header .page-title {
        font-size: 60px;
        line-height: 60px; } }
    @media (max-width: 450px) {
      .page-block.about-us-header .page-title {
        margin-bottom: 6px;
        font-size: 30px;
        line-height: 30px; } }
  .page-block.about-us-header .subtitle {
    line-height: 1.125em;
    line-height: 1.4em; }
    @media (max-width: 960px) {
      .page-block.about-us-header .subtitle {
        font-size: 1.5em;
        line-height: 1.25em; } }
    @media (max-width: 450px) {
      .page-block.about-us-header .subtitle {
        font-size: .75em;
        line-height: 1.25em; } }
  .page-block.about-us-header .half {
    width: 44%;
    margin-top: 150px; }
    @media (max-width: 1200px) {
      .page-block.about-us-header .half {
        width: 68%; } }
    @media (max-width: 960px) {
      .page-block.about-us-header .half {
        width: 68%;
        margin-top: 0; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.about-us-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: white;
  text-align: left;
  min-height: auto; }
  @media (max-width: 960px) {
    .page-block.about-us-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 30px; } }
  @media (max-width: 450px) {
    .page-block.about-us-info {
      padding: 15px; } }
  .page-block.about-us-info h3 {
    margin-bottom: 15px;
    font-size: 3rem; }
    @media (max-width: 450px) {
      .page-block.about-us-info h3 {
        font-size: 1.5rem;
        margin-bottom: 11.5px; } }
  .page-block.about-us-info p {
    margin-bottom: 1.5em;
    color: rgba(66, 66, 66, 0.5);
    font-family: "graphik-web-medium";
    font-size: 1.125rem;
    line-height: 1.4em; }
    @media (max-width: 960px) {
      .page-block.about-us-info p {
        font-size: 1.5rem;
        line-height: 1.3em;
        margin-bottom: 1.2em; } }
    @media (max-width: 450px) {
      .page-block.about-us-info p {
        font-size: .75rem;
        line-height: 1.3em; } }
  .page-block.about-us-info .container {
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 960px) {
      .page-block.about-us-info .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .page-block.about-us-info .container > div {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 6.25%; }
      @media (max-width: 960px) {
        .page-block.about-us-info .container > div {
          padding: 0; } }
      .page-block.about-us-info .container > div .block {
        padding: 11% 0 0 0; }
        @media (max-width: 960px) {
          .page-block.about-us-info .container > div .block {
            padding: 9.5% 0 0 0; } }
        @media (max-width: 960px) {
          .page-block.about-us-info .container > div .block .subtitle.uc {
            font-size: 1rem;
            margin-bottom: 1.1em; } }
        @media (max-width: 450px) {
          .page-block.about-us-info .container > div .block .subtitle.uc {
            font-size: .5rem;
            margin-bottom: .55em; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.about-us-video {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40.5%, white), color-stop(0%, #212121));
  background: -o-linear-gradient(top, white 40.5%, #212121 0%);
  background: linear-gradient(to bottom, white 40.5%, #212121 0%);
  padding: 2% 0;
  min-height: 886px; }
  @media (max-width: 960px) {
    .page-block.about-us-video {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, white), color-stop(0%, #212121));
      background: -o-linear-gradient(top, white 44%, #212121 0%);
      background: linear-gradient(to bottom, white 44%, #212121 0%);
      padding: 2em 30px 7.3em;
      min-height: unset; } }
  @media (max-width: 450px) {
    .page-block.about-us-video {
      padding: 1em 15px 3.6em;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, white), color-stop(0%, #212121));
      background: -o-linear-gradient(top, white 43%, #212121 0%);
      background: linear-gradient(to bottom, white 43%, #212121 0%); } }
  .page-block.about-us-video .intro-video {
    max-width: 1170px; }
    @media (max-width: 960px) {
      .page-block.about-us-video .intro-video {
        width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.go-back {
  font-size: 12px;
  font-family: "graphik-web-bold", sans-serif;
  color: #212121; }
  .go-back svg {
    width: 21px;
    height: 9px;
    margin-right: 17px;
    fill: #212121; }

.article-component {
  padding: 50px 0; }
  @media only screen and (max-width: 991px) {
    .article-component {
      padding: 0 0px 35px; } }
  @media only screen and (max-width: 767px) {
    .article-component {
      padding: 0 0px 20px; } }

.article-container {
  max-width: 1310px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 991px) {
    .article-container {
      font-size: 16px !important; } }
  @media only screen and (max-width: 767px) {
    .article-container {
      font-size: 14px !important; } }
  @media only screen and (max-width: 991px) {
    .article-container p {
      font-size: 16px !important; } }
  @media only screen and (max-width: 767px) {
    .article-container p {
      font-size: 14px !important; } }
  @media only screen and (max-width: 991px) {
    .article-container .h5, .article-container h5 {
      font-size: 16px !important; } }
  @media only screen and (max-width: 991px) {
    .article-container .h6, .article-container h6 {
      font-size: 14px !important; } }

.help-center-header {
  color: #212121;
  padding: 0;
  margin-bottom: 42px; }
  .help-center-header .go-back {
    color: #212121;
    opacity: 0.5; }
    .help-center-header .go-back svg {
      fill: #212121; }
    .help-center-header .go-back:hover {
      opacity: 1; }
  .help-center-header .details {
    max-width: 760px;
    padding: 80px 20px 18px;
    margin: 0 auto;
    text-align: center; }
    .help-center-header .details .article-title {
      font-family: "graphik-web-bold", sans-serif;
      font-size: 30px;
      padding: 9px 0 17px 0; }
    .help-center-header .details .grid .read-time {
      width: 33.33%;
      text-align: left;
      font-family: "graphik-web-regular";
      font-size: 12px;
      letter-spacing: 1px;
      opacity: 0.5;
      padding: 34px 0 0 0;
      float: left; }
      .help-center-header .details .grid .read-time svg {
        width: 14px;
        float: left;
        margin-right: 10px;
        position: relative;
        top: 4px; }
    .help-center-header .details .grid .article-date {
      width: 33.33%;
      float: left;
      font-family: "graphik-web-regular";
      font-size: 12px;
      letter-spacing: 1px;
      text-align: right;
      padding: 34px 0 0 0;
      opacity: 0.5; }
    .help-center-header .details .grid .author {
      width: 33.33%;
      float: left;
      padding: 6px 0; }
      .help-center-header .details .grid .author .author-image {
        display: table;
        margin: 0 auto;
        width: 80px; }
      .help-center-header .details .grid .author .author-name {
        padding: 7px 0;
        font-family: "graphik-web-bold", sans-serif;
        font-size: 16px; }

.help-center-manual-details {
  color: #212121;
  padding: 0;
  margin-bottom: 42px; }
  .help-center-manual-details .go-back {
    color: #212121;
    opacity: 0.5; }
    .help-center-manual-details .go-back svg {
      fill: #212121; }
    .help-center-manual-details .go-back:hover {
      opacity: 1; }
  .help-center-manual-details .details {
    padding-top: 80px; }
    .help-center-manual-details .details .block-left {
      float: right;
      width: 400px; }
      .help-center-manual-details .details .block-left h5 {
        font-family: "graphik-web-bold", sans-serif;
        font-size: 14px;
        padding-bottom: 18px; }
      .help-center-manual-details .details .block-left .manuals-grid .manual {
        width: 100%;
        float: left;
        padding: 18px 0; }
    .help-center-manual-details .details .block-right {
      float: right;
      width: calc(100% - 400px);
      padding: 0 0 0 100px; }
    .help-center-manual-details .details .article-title {
      font-family: "graphik-web-bold", sans-serif;
      font-size: 30px;
      padding: 6px 0 8px; }
      @media only screen and (max-width: 1200px) {
        .help-center-manual-details .details .article-title {
          font-size: 25px; } }
      @media only screen and (max-width: 991px) {
        .help-center-manual-details .details .article-title {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .help-center-manual-details .details .article-title {
          font-size: 16px; } }
    .help-center-manual-details .details .read-time {
      font-family: "graphik-web-bold", sans-serif;
      font-size: 14px;
      letter-spacing: 1px; }
    .help-center-manual-details .details .manual-link .icon {
      float: left;
      width: 60px;
      padding: 0 20px 0 0; }
    .help-center-manual-details .details .manual-link .info {
      padding: 10px 0;
      float: left;
      width: calc(100% - 60px); }
      .help-center-manual-details .details .manual-link .info a {
        font-family: "graphik-web-bold", sans-serif;
        font-size: 12px;
        opacity: 1;
        display: block;
        color: #212121; }
    .help-center-manual-details .details .article-feedback {
      text-align: left; }

.article-manual {
  padding: 45px 0; }
  @media only screen and (max-width: 991px) {
    .article-manual {
      padding: 35px 15px; } }
  @media only screen and (max-width: 767px) {
    .article-manual {
      padding: 25px 15px; } }
  .article-manual .article-manual-content {
    max-width: 430px;
    margin: 0 auto; }
    .article-manual .article-manual-content h5 {
      font-family: "graphik-web-bold", sans-serif;
      font-size: 18px;
      line-height: 1;
      padding: 0 0 27px 0; }
    .article-manual .article-manual-content .manuals-grid .manual {
      width: 100%;
      padding: 0 18px 6px; }

.article-feedback {
  font-family: "graphik-web-bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: center; }
  .article-feedback span {
    margin-right: 10px;
    line-height: 22px; }
  .article-feedback a.btn {
    font-family: "graphik-web-bold", sans-serif;
    font-size: 11px;
    margin: 0 5px;
    border-radius: 3px;
    font-size: 11px;
    margin: 0 4px;
    border-radius: 3px;
    min-width: 56px;
    padding: 3px 5px 2px; }

.blog-header {
  color: #fff;
  padding: 162px 0;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  margin-bottom: 42px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 1200px) {
    .blog-header {
      padding: 122px 0;
      margin-bottom: 32px; } }
  @media only screen and (max-width: 991px) {
    .blog-header {
      padding: 92px 0;
      margin-bottom: 32px; } }
  @media only screen and (max-width: 767px) {
    .blog-header {
      padding: 62px 0;
      margin-bottom: 22px; } }
  .blog-header > div {
    position: relative; }
  .blog-header .go-back {
    color: #fff; }
    .blog-header .go-back svg {
      fill: #fff; }
  .blog-header .details {
    max-width: 740px;
    padding: 109px 20px 18px 20px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      .blog-header .details {
        padding: 89px 20px 18px 20px; } }
    @media only screen and (max-width: 991px) {
      .blog-header .details {
        padding: 69px 20px 18px 20px; } }
    @media only screen and (max-width: 767px) {
      .blog-header .details {
        padding: 49px 20px 18px 20px; } }
    .blog-header .details .blog-date {
      font-family: "graphik-web-regular";
      font-size: 12px;
      letter-spacing: 1px; }
    .blog-header .details .blog-title {
      font-family: "graphik-web-bold", sans-serif;
      font-size: 30px;
      text-transform: uppercase;
      padding: 9px 0 17px 0; }
      @media only screen and (max-width: 1200px) {
        .blog-header .details .blog-title {
          font-size: 25px; } }
      @media only screen and (max-width: 991px) {
        .blog-header .details .blog-title {
          font-size: 20px; } }
    .blog-header .details .blog-caption {
      font-family: "graphik-web-medium";
      font-size: 14px;
      opacity: 0.5;
      line-height: 1.7; }
      @media only screen and (max-width: 767px) {
        .blog-header .details .blog-caption {
          font-size: 12px; } }
    .blog-header .details .author {
      padding: 54px 0 0 0; }
      .blog-header .details .author .author-image {
        display: table;
        margin: 0 auto;
        width: 80px; }
        @media only screen and (max-width: 1200px) {
          .blog-header .details .author .author-image {
            width: 70px; } }
        @media only screen and (max-width: 991px) {
          .blog-header .details .author .author-image {
            width: 60px; } }
        @media only screen and (max-width: 767px) {
          .blog-header .details .author .author-image {
            width: 50px; } }
      .blog-header .details .author .author-name {
        padding: 7px 0;
        font-family: "graphik-web-bold", sans-serif;
        font-size: 16px; }
        @media only screen and (max-width: 991px) {
          .blog-header .details .author .author-name {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .blog-header .details .author .author-name {
            font-size: 12px; } }

.news-header {
  padding: 133px 0 18px; }
  @media only screen and (max-width: 1200px) {
    .news-header {
      padding: 133px133px133px 0 18px; } }
  @media only screen and (max-width: 991px) {
    .news-header {
      padding: 133px133px 0 18px; } }
  @media only screen and (max-width: 767px) {
    .news-header {
      padding: 133px 0 18px; } }
  .news-header .go-back {
    opacity: 0.5;
    color: #212121; }
    .news-header .go-back svg {
      fill: #212121; }
    .news-header .go-back:hover {
      opacity: 1; }
  .news-header .news-title {
    text-align: center;
    font-family: "graphik-web-bold", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    padding: 90px 0 43px; }
    @media only screen and (max-width: 1200px) {
      .news-header .news-title {
        font-size: 25px;
        padding: 70px 0 43px; } }
    @media only screen and (max-width: 991px) {
      .news-header .news-title {
        font-size: 20px;
        padding: 50px 0 30px; } }
    @media only screen and (max-width: 767px) {
      .news-header .news-title {
        padding: 30px 0 15px; } }
  .news-header .pic {
    overflow: visible;
    position: relative;
    margin-bottom: 42px; }
    .news-header .pic .category {
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #fff;
      color: #212121;
      font-family: "graphik-web-medium";
      font-size: 9px;
      padding: 7px 32px 4px;
      letter-spacing: 0.7px;
      display: table;
      line-height: 10px;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); }
  .news-header .details {
    text-align: left;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .news-header .details {
        padding: 40px 0 90px; } }
    .news-header .details .news-author {
      padding-top: 9px;
      width: 100px;
      float: left; }
      @media only screen and (max-width: 767px) {
        .news-header .details .news-author {
          /*position: absolute;
				left: 50%;
				bottom: 0;
				width: auto;
				-webkit-transform: translateX(-50%);
				    -ms-transform: translateX(-50%);
					    transform: translateX(-50%);*/
          width: 100%;
          text-align: center; }
          .news-header .details .news-author .author-image {
            margin: 0 auto; } }
      .news-header .details .news-author .author-image {
        width: 80px; }
        @media only screen and (max-width: 767px) {
          .news-header .details .news-author .author-image {
            width: 50px; } }
      .news-header .details .news-author .author-name {
        font-family: "graphik-web-bold", sans-serif;
        font-size: 16px;
        padding: 5px 20px 5px 0;
        text-align: center; }
        @media only screen and (max-width: 991px) {
          .news-header .details .news-author .author-name {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .news-header .details .news-author .author-name {
            padding: 5px 0;
            font-size: 12px; } }
    .news-header .details .news-intro {
      width: calc(100% - 200px);
      float: left; }
      @media only screen and (max-width: 767px) {
        .news-header .details .news-intro {
          width: 100%; } }
      .news-header .details .news-intro .news-intro-content {
        font-family: "graphik-web-bold", sans-serif;
        font-size: 18px;
        max-width: 945px;
        margin: 0 auto;
        line-height: 1.7; }
        @media only screen and (max-width: 991px) {
          .news-header .details .news-intro .news-intro-content {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .news-header .details .news-intro .news-intro-content {
            font-size: 16px; } }
        .news-header .details .news-intro .news-intro-content:first-letter {
          color: #c6c6c6;
          float: left;
          font-family: "graphik-web-bold";
          font-size: 60px;
          line-height: 50px;
          padding-top: 6px;
          padding-right: 12px;
          padding-left: 0; }
          @media only screen and (max-width: 991px) {
            .news-header .details .news-intro .news-intro-content:first-letter {
              font-size: 50px;
              line-height: 40px; } }
          @media only screen and (max-width: 767px) {
            .news-header .details .news-intro .news-intro-content:first-letter {
              font-size: 40px;
              line-height: 30px; } }
        .news-header .details .news-intro .news-intro-content p {
          font-family: "graphik-web-bold", sans-serif;
          font-size: 18px; }
          @media only screen and (max-width: 991px) {
            .news-header .details .news-intro .news-intro-content p {
              font-size: 16px; } }
          @media only screen and (max-width: 767px) {
            .news-header .details .news-intro .news-intro-content p {
              font-size: 14px; } }
    .news-header .details .news-date {
      padding-top: 5px;
      letter-spacing: 1.6px;
      text-align: right;
      width: 100px;
      float: left;
      font-family: "graphik-web-regular";
      font-size: 12px; }
      @media only screen and (max-width: 767px) {
        .news-header .details .news-date {
          position: absolute;
          left: 50%;
          top: 0;
          font-size: 10px;
          text-align: center;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }

.event-header {
  padding: 92px 0 18px; }
  @media only screen and (max-width: 1200px) {
    .event-header {
      padding: 72px 0 18px; } }
  @media only screen and (max-width: 991px) {
    .event-header {
      padding: 52px 0 18px; } }
  @media only screen and (max-width: 767px) {
    .event-header {
      padding: 32px 0 18px; } }
  .event-header .go-back {
    opacity: 0.5;
    color: #212121; }
    .event-header .go-back svg {
      fill: #212121; }
    .event-header .go-back:hover {
      opacity: 1; }
  .event-header .event-title {
    text-align: center;
    font-family: "graphik-web-bold", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    padding: 90px 0 43px; }
    @media only screen and (max-width: 1200px) {
      .event-header .event-title {
        font-size: 25px;
        padding: 70px 0 43px; } }
    @media only screen and (max-width: 991px) {
      .event-header .event-title {
        font-size: 20px;
        padding: 50px 0 30px; } }
    @media only screen and (max-width: 767px) {
      .event-header .event-title {
        padding: 30px 0 15px; } }
  .event-header .pic {
    position: relative;
    height: 640px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0; }
    .event-header .pic .event-date {
      margin: 20px;
      padding: 16px 17px;
      display: table; }
      @media only screen and (max-width: 991px) {
        .event-header .pic .event-date {
          padding: 13px 13px; } }
      @media only screen and (max-width: 767px) {
        .event-header .pic .event-date {
          padding: 10px 8px; } }
  .event-header .map {
    background: #fff;
    overflow: hidden;
    position: absolute;
    margin: 0;
    right: 100%;
    top: 0;
    opacity: 0;
    pointer-events: none;
    height: 305px;
    width: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .event-header .map {
        height: 298px; } }
    @media only screen and (max-width: 991px) {
      .event-header .map {
        height: 285px; } }
    @media only screen and (max-width: 767px) {
      .event-header .map {
        position: relative;
        width: calc(100% + 30px);
        height: 0;
        left: -15px;
        right: -15px;
        margin: 25px 0 -31px 0;
        width: 100%; } }
    .event-header .map .map_container {
      height: 305px;
      opacity: 1; }
      @media only screen and (max-width: 1200px) {
        .event-header .map .map_container {
          height: 298px; } }
      @media only screen and (max-width: 991px) {
        .event-header .map .map_container {
          height: 285px; } }
      @media only screen and (max-width: 767px) {
        .event-header .map .map_container {
          width: 100%; } }
  .event-header.show_map .map {
    opacity: 1;
    width: 285px; }
    @media only screen and (max-width: 991px) {
      .event-header.show_map .map {
        height: 285px; } }
    @media only screen and (max-width: 767px) {
      .event-header.show_map .map {
        width: calc(100% + 30px); } }
  .event-header.show_map .details .show-map .show_label {
    display: none; }
  .event-header.show_map .details .show-map .hide_label {
    display: inline-block; }
  .event-header .details {
    position: relative;
    padding: 32px 0 0 0; }
    @media only screen and (max-width: 991px) {
      .event-header .details {
        padding: px 0 0 0; } }
    @media only screen and (max-width: 767px) {
      .event-header .details {
        padding: 0px;
        margin-left: -10px;
        margin-right: -10px; } }
    .event-header .details .event_label {
      float: left;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .event-header .details .event_label {
          position: absolute;
          bottom: -30px;
          left: 15px; } }
    .event-header .details .show-map {
      margin: 0 0 0 22px;
      float: left; }
      @media only screen and (max-width: 767px) {
        .event-header .details .show-map {
          position: absolute;
          bottom: -30px;
          left: auto;
          right: 15px;
          z-index: 2; } }
      .event-header .details .show-map .show_label {
        display: inline-block; }
      .event-header .details .show-map .hide_label {
        display: none; }
    .event-header .details .event-info {
      position: absolute;
      right: 0;
      bottom: 4px;
      background: #fff;
      padding: 27px 30px 31px 30px;
      display: table;
      height: 100%;
      min-height: 305px;
      pointer-events: all;
      width: calc(100% - 285px);
      width: 260px; }
      @media only screen and (max-width: 1200px) {
        .event-header .details .event-info {
          min-height: 298px; } }
      @media only screen and (max-width: 991px) {
        .event-header .details .event-info {
          bottom: 40px;
          min-height: 285px; } }
      @media only screen and (max-width: 767px) {
        .event-header .details .event-info {
          position: relative;
          left: 0;
          bottom: 0;
          width: 100%;
          display: block;
          min-height: 0;
          padding: 27px 15px 31px 15px; } }
      .event-header .details .event-info.without-tickets {
        /*padding: 0;
				.map{
					bottom: 0;
					top: auto;
				}*/ }
      .event-header .details .event-info h5 {
        font-family: "graphik-web-bold";
        font-size: 24px;
        padding: 0 0 20px 0;
        line-height: 1; }
        @media only screen and (max-width: 991px) {
          .event-header .details .event-info h5 {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          .event-header .details .event-info h5 {
            font-size: 12px; } }
      .event-header .details .event-info .item_label {
        font-family: "graphik-web-medium";
        font-size: 12px;
        opacity: 0.5; }
        @media only screen and (max-width: 767px) {
          .event-header .details .event-info .item_label {
            font-size: 10px; } }
      .event-header .details .event-info .event-place {
        padding: 0 0 20px 0; }
        @media only screen and (max-width: 767px) {
          .event-header .details .event-info .event-place {
            padding: 0 0 15px 0; } }
        .event-header .details .event-info .event-place .item_value {
          font-family: "graphik-web-medium";
          font-size: 14px; }
          @media only screen and (max-width: 767px) {
            .event-header .details .event-info .event-place .item_value {
              font-size: 12px; } }
      .event-header .details .event-info .event-time {
        padding: 0 0 20px 0;
        width: 50%;
        float: left; }
        @media only screen and (max-width: 767px) {
          .event-header .details .event-info .event-time {
            padding: 0 0 15px 0; } }
        .event-header .details .event-info .event-time .item_value {
          font-family: "graphik-web-bold", sans-serif;
          font-size: 30px; }
          @media only screen and (max-width: 1200px) {
            .event-header .details .event-info .event-time .item_value {
              font-size: 25px; } }
          @media only screen and (max-width: 991px) {
            .event-header .details .event-info .event-time .item_value {
              font-size: 20px; } }
          @media only screen and (max-width: 767px) {
            .event-header .details .event-info .event-time .item_value {
              font-size: 16px; } }
        .event-header .details .event-info .event-time.right {
          text-align: right; }
      .event-header .details .event-info a {
        width: 200px;
        margin-top: 28px;
        font-family: "graphik-web-bold", sans-serif;
        font-size: 12px;
        padding: 10px 12px; }
        @media only screen and (max-width: 767px) {
          .event-header .details .event-info a {
            display: table;
            margin: 0 auto;
            margin-top: 15px; } }

.content-strong-small {
  max-width: 945px;
  margin: 0 auto;
  opacity: .5;
  line-height: 1.5;
  padding: 35px 0;
  font-size: 18px;
  font-family: "graphik-web-bold", sans-serif; }
  @media only screen and (max-width: 991px) {
    .content-strong-small {
      font-size: 16px; } }
  @media only screen and (max-width: 991px) {
    .content-strong-small {
      font-size: 14px; } }
  .content-strong-small p {
    font-size: 18px;
    font-family: "graphik-web-bold", sans-serif;
    margin-bottom: 25px; }
    @media only screen and (max-width: 991px) {
      .content-strong-small p {
        font-size: 16px; } }
    @media only screen and (max-width: 991px) {
      .content-strong-small p {
        font-size: 14px; } }

.content-strong {
  font-size: 24px;
  font-family: "graphik-web-bold", sans-serif;
  line-height: 1.5; }
  @media only screen and (max-width: 1200px) {
    .content-strong {
      padding: 0 30px;
      font-size: 22px; } }
  @media only screen and (max-width: 991px) {
    .content-strong {
      font-size: 20px;
      padding: 0 15px; } }
  @media only screen and (max-width: 767px) {
    .content-strong {
      font-size: 16px; } }

.content-2columns {
  max-width: 945px;
  margin: 0 auto;
  opacity: .5;
  padding: 38px 0 15px 0;
  line-height: 1.5; }
  @media only screen and (max-width: 991px) {
    .content-2columns {
      padding: 30px 0 15px 0; } }
  @media only screen and (max-width: 767px) {
    .content-2columns {
      padding: 22px 0 15px 0; } }
  .content-2columns .col {
    float: left;
    width: 50%;
    padding: 0 30px; }
    @media only screen and (max-width: 767px) {
      .content-2columns .col {
        width: 100%;
        float: none; } }
    .content-2columns .col p {
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        .content-2columns .col p {
          margin-bottom: 20px;
          font-size: 12px !important; } }

.content-main-small {
  max-width: 945px;
  margin: 0 auto;
  line-height: 1.5;
  padding: 35px 0; }
  @media only screen and (max-width: 767px) {
    .content-main-small {
      padding: 25px 0; } }
  .content-main-small p {
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .content-main-small p {
        margin-bottom: 20px; } }

.content-main {
  line-height: 1.5;
  padding: 35px 0; }
  @media only screen and (max-width: 991px) {
    .content-main {
      padding: 28px 0; } }
  @media only screen and (max-width: 767px) {
    .content-main {
      padding: 20px 0; } }
  .content-main p {
    margin-bottom: 25px; }

.article-img-slider .img-slider-content {
  position: relative;
  padding: 0 100px; }
  @media only screen and (max-width: 991px) {
    .article-img-slider .img-slider-content {
      padding: 0 50px; } }
  @media only screen and (max-width: 767px) {
    .article-img-slider .img-slider-content {
      padding: 0 15px; } }
  .article-img-slider .img-slider-content .img-credit {
    padding: 26px 0 21px 0;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #cccfd2;
    color: #c6c6c6;
    font-family: "graphik-web-bold", sans-serif; }
    @media only screen and (max-width: 767px) {
      .article-img-slider .img-slider-content .img-credit {
        font-size: 14px;
        padding: 21px 0 16px 0; } }
    .article-img-slider .img-slider-content .img-credit span {
      color: #212121;
      font-family: "graphik-web-regular";
      opacity: 0.75; }
  .article-img-slider .img-slider-content .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    background: #d8dee5;
    padding: 30px 15px 30px 14px;
    margin-top: -35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 991px) {
      .article-img-slider .img-slider-content .arrow {
        padding: 22px 14px 22px 14px; } }
    @media only screen and (max-width: 767px) {
      .article-img-slider .img-slider-content .arrow {
        padding: 12px; } }
    .article-img-slider .img-slider-content .arrow svg {
      fill: #212121;
      width: 21px; }
    .article-img-slider .img-slider-content .arrow.right {
      right: 0;
      left: auto; }
    .article-img-slider .img-slider-content .arrow:hover {
      background: #212121; }
      .article-img-slider .img-slider-content .arrow:hover svg {
        fill: #fff; }

.article-img-slider-2 .img-slider-content {
  position: relative;
  padding: 0;
  max-width: 1600px;
  float: right;
  width: 100%; }
  .article-img-slider-2 .img-slider-content img {
    width: 100%; }
  .article-img-slider-2 .img-slider-content .img-info {
    padding: 35px 250px 33px 145px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #cccfd2;
    color: #212121;
    font-family: "graphik-web-regular";
    min-height: 100px; }
    @media only screen and (max-width: 1200px) {
      .article-img-slider-2 .img-slider-content .img-info {
        padding: 35px 180px 33px 30px; } }
    @media only screen and (max-width: 991px) {
      .article-img-slider-2 .img-slider-content .img-info {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .article-img-slider-2 .img-slider-content .img-info {
        padding: 20px 15px 18px 15px;
        font-size: 10px; } }
    .article-img-slider-2 .img-slider-content .img-info .info-conent {
      max-width: 530px;
      width: 100%;
      padding-left: 43px;
      position: relative;
      line-height: 1.2; }
      .article-img-slider-2 .img-slider-content .img-info .info-conent span {
        opacity: 0.75; }
      .article-img-slider-2 .img-slider-content .img-info .info-conent .icon {
        position: absolute;
        top: 50%;
        left: 0;
        width: 23px;
        height: 23px;
        background: #212121;
        border-radius: 3px;
        color: #fff;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media only screen and (max-width: 767px) {
          .article-img-slider-2 .img-slider-content .img-info .info-conent .icon {
            width: 19px;
            height: 19px; } }
        .article-img-slider-2 .img-slider-content .img-info .info-conent .icon i {
          line-height: 23px; }
          @media only screen and (max-width: 767px) {
            .article-img-slider-2 .img-slider-content .img-info .info-conent .icon i {
              line-height: 19px; } }
  .article-img-slider-2 .img-slider-content .arrows-pagination {
    top: auto;
    left: auto;
    right: 100px;
    width: 150px;
    background: #eaedf1;
    z-index: 10;
    padding: 40px 0px 41px 0px;
    bottom: 2px; }
    @media only screen and (max-width: 1200px) {
      .article-img-slider-2 .img-slider-content .arrows-pagination {
        right: 30px; } }
    @media only screen and (max-width: 767px) {
      .article-img-slider-2 .img-slider-content .arrows-pagination {
        padding: 16px 0px;
        left: 50%;
        right: auto;
        width: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
    .article-img-slider-2 .img-slider-content .arrows-pagination .div {
      color: #212121; }
    .article-img-slider-2 .img-slider-content .arrows-pagination a {
      opacity: 0.5;
      color: #212121; }
      .article-img-slider-2 .img-slider-content .arrows-pagination a svg {
        fill: #212121; }
      .article-img-slider-2 .img-slider-content .arrows-pagination a:focus, .article-img-slider-2 .img-slider-content .arrows-pagination a:hover {
        opacity: 1; }

.article-img-slider-3 .img-slider-content {
  position: relative;
  padding: 0 100px; }
  @media only screen and (max-width: 991px) {
    .article-img-slider-3 .img-slider-content {
      padding: 0 50px; } }
  @media only screen and (max-width: 767px) {
    .article-img-slider-3 .img-slider-content {
      padding: 0 15px; } }
  .article-img-slider-3 .img-slider-content .pic {
    position: relative; }
    .article-img-slider-3 .img-slider-content .pic .img-credit {
      position: absolute;
      bottom: 2px;
      left: 2px;
      right: 2px;
      padding: 19px 25px;
      background: rgba(255, 255, 255, 0.5);
      color: #212121;
      font-size: 14px;
      font-family: "graphik-web-bold", sans-serif; }
      @media only screen and (max-width: 991px) {
        .article-img-slider-3 .img-slider-content .pic .img-credit {
          padding: 19px 25px; } }
      @media only screen and (max-width: 767px) {
        .article-img-slider-3 .img-slider-content .pic .img-credit {
          padding: 5px 30px;
          font-size: 14px; } }
      .article-img-slider-3 .img-slider-content .pic .img-credit span {
        font-size: 14px;
        font-family: "graphik-web-regular";
        margin-left: 17px;
        margin-left: 20px; }
        @media only screen and (max-width: 767px) {
          .article-img-slider-3 .img-slider-content .pic .img-credit span {
            font-size: 12px;
            margin-left: 0px;
            display: block; } }
  .article-img-slider-3 .img-slider-content .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    background: #d8dee5;
    padding: 30px 15px 30px 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 991px) {
      .article-img-slider-3 .img-slider-content .arrow {
        padding: 22px 14px 22px 14px; } }
    @media only screen and (max-width: 767px) {
      .article-img-slider-3 .img-slider-content .arrow {
        padding: 12px; } }
    .article-img-slider-3 .img-slider-content .arrow svg {
      fill: #212121;
      width: 21px; }
    .article-img-slider-3 .img-slider-content .arrow.right {
      right: 0;
      left: auto; }
    .article-img-slider-3 .img-slider-content .arrow:hover {
      background: #212121; }
      .article-img-slider-3 .img-slider-content .arrow:hover svg {
        fill: #fff; }

.article-video video {
  width: 100%; }

.article-video.stoped .article-video-content .item .pic .icon_play {
  opacity: 1; }

.article-video .article-video-content {
  padding: 0 100px; }
  @media only screen and (max-width: 991px) {
    .article-video .article-video-content {
      padding: 0 50px; } }
  @media only screen and (max-width: 767px) {
    .article-video .article-video-content {
      padding: 0 15px; } }
  .article-video .article-video-content .item {
    position: relative;
    display: block; }
    .article-video .article-video-content .item .pic {
      position: relative; }
      .article-video .article-video-content .item .pic .icon_play {
        position: absolute;
        left: 50%;
        top: 50%;
        cursor: pointer;
        opacity: 0;
        border: 3px solid rgba(255, 255, 255, 0.35);
        border-radius: 50%;
        padding: 40px 44px 39px 45px;
        margin: -60px 0 0 -60px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media only screen and (max-width: 991px) {
          .article-video .article-video-content .item .pic .icon_play {
            padding: 30px 34px 29px 35px; } }
        @media only screen and (max-width: 767px) {
          .article-video .article-video-content .item .pic .icon_play {
            padding: 20px 24px 19px 25px;
            margin: -55px 0 0 -45px; } }
        .article-video .article-video-content .item .pic .icon_play:hover {
          border: 3px solid white;
          background: #fff; }
          .article-video .article-video-content .item .pic .icon_play:hover svg {
            fill: #212121; }
        .article-video .article-video-content .item .pic .icon_play svg {
          width: 25px;
          fill: #fff;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
    .article-video .article-video-content .item .video-info {
      padding: 26px 0 21px 0;
      font-size: 16px;
      text-align: center;
      border-bottom: 1px solid #cccfd2;
      color: #c6c6c6;
      font-family: "graphik-web-bold", sans-serif; }
      @media only screen and (max-width: 1200px) {
        .article-video .article-video-content .item .video-info {
          font-size: 14px;
          padding: 21px 0 16px; } }
      .article-video .article-video-content .item .video-info span {
        color: #212121;
        font-family: "graphik-web-regular";
        opacity: 0.75; }

.article-quote {
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
  padding: 0; }
  @media only screen and (max-width: 1200px) {
    .article-quote {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 991px) {
    .article-quote {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .article-quote {
      margin-bottom: 20px; } }
  .article-quote blockquote {
    font-size: 24px;
    font-family: "graphik-web-bold";
    width: calc(100% - 150px);
    float: left;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
    border: none;
    letter-spacing: 0.1px;
    padding: 0px 80px 0px 35px; }
    @media only screen and (max-width: 1200px) {
      .article-quote blockquote {
        font-size: 20px; } }
    @media only screen and (max-width: 991px) {
      .article-quote blockquote {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .article-quote blockquote {
        font-size: 14px;
        padding: 0px 30px;
        width: 100%;
        float: none; } }
  .article-quote .tweet-this {
    position: absolute;
    right: 0;
    top: 50%;
    width: 150px;
    float: left;
    font-family: "graphik-web-bold", sans-serif;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .article-quote .tweet-this {
        position: relative;
        top: auto;
        left: 50%;
        bottom: 0;
        margin-top: 15px;
        -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0); } }
    .article-quote .tweet-this a {
      width: 30px;
      height: 30px;
      display: inline-block;
      background: rgba(33, 33, 33, 0.25);
      text-align: center;
      color: #fff;
      margin-left: 15px; }
      .article-quote .tweet-this a i {
        font-size: 18px;
        line-height: 30px; }

.article-quote-2 {
  padding: 40px 0;
  position: relative;
  padding: 0; }
  @media only screen and (max-width: 991px) {
    .article-quote-2 {
      padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .article-quote-2 {
      padding: 20px 0; } }
  .article-quote-2 .article-quote-2-content {
    max-width: 1400px;
    padding: 0 200px 0 145px;
    float: right;
    position: relative; }
    @media only screen and (max-width: 1200px) {
      .article-quote-2 .article-quote-2-content {
        padding: 0 175px 0 120px; } }
    @media only screen and (max-width: 991px) {
      .article-quote-2 .article-quote-2-content {
        padding: 0 140px 0 95px; } }
    @media only screen and (max-width: 767px) {
      .article-quote-2 .article-quote-2-content {
        padding: 0px 15px;
        float: none; } }
    .article-quote-2 .article-quote-2-content blockquote {
      font-size: 24px;
      font-family: "graphik-web-medium";
      width: 100%;
      float: left;
      font-style: italic;
      line-height: 1.5;
      margin: 0;
      border: none;
      letter-spacing: 0.1px;
      padding: 0px 0 0px 195px;
      position: relative; }
      @media only screen and (max-width: 1200px) {
        .article-quote-2 .article-quote-2-content blockquote {
          font-size: 20px;
          padding: 0px 0 0px 165px; } }
      @media only screen and (max-width: 991px) {
        .article-quote-2 .article-quote-2-content blockquote {
          font-size: 18px;
          padding: 0px 0 0px 135px; } }
      @media only screen and (max-width: 767px) {
        .article-quote-2 .article-quote-2-content blockquote {
          font-size: 14px;
          padding: 0px 15px 0 50px; } }
      .article-quote-2 .article-quote-2-content blockquote:before {
        position: absolute;
        content: "";
        left: 0;
        width: 100%;
        max-width: 140px;
        top: 0;
        bottom: 0;
        background-image: url("../img/icons/quote.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top left; }
        @media only screen and (max-width: 1200px) {
          .article-quote-2 .article-quote-2-content blockquote:before {
            max-width: 100px; } }
        @media only screen and (max-width: 991px) {
          .article-quote-2 .article-quote-2-content blockquote:before {
            max-width: 70px; } }
        @media only screen and (max-width: 767px) {
          .article-quote-2 .article-quote-2-content blockquote:before {
            max-width: 40px; } }
    .article-quote-2 .article-quote-2-content .tweet-this {
      margin: 0 auto;
      font-family: "graphik-web-bold", sans-serif;
      font-size: 14px;
      display: table;
      padding: 17px 0 21px 189px; }
      @media only screen and (max-width: 991px) {
        .article-quote-2 .article-quote-2-content .tweet-this {
          padding: 17px 0 21px 189px; } }
      @media only screen and (max-width: 767px) {
        .article-quote-2 .article-quote-2-content .tweet-this {
          padding: 15px 15px 19px 15px; } }
      .article-quote-2 .article-quote-2-content .tweet-this a {
        width: 30px;
        height: 30px;
        display: inline-block;
        background: rgba(33, 33, 33, 0.25);
        text-align: center;
        color: #fff;
        margin-left: 15px; }
        .article-quote-2 .article-quote-2-content .tweet-this a i {
          font-size: 18px;
          line-height: 30px; }

.article-quote-3 {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 25px 0; }
  @media only screen and (max-width: 991px) {
    .article-quote-3 {
      padding: 20px 0; } }
  @media only screen and (max-width: 767px) {
    .article-quote-3 {
      padding: 0; } }
  .article-quote-3 blockquote {
    font-size: 24px;
    font-family: "graphik-web-medium";
    width: 100%;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
    border: none;
    letter-spacing: 0.1px;
    padding: 0px 40px;
    color: #c6c6c6; }
    @media only screen and (max-width: 1200px) {
      .article-quote-3 blockquote {
        font-size: 20px; } }
    @media only screen and (max-width: 991px) {
      .article-quote-3 blockquote {
        font-size: 18px;
        padding: 0px 35px; } }
    @media only screen and (max-width: 767px) {
      .article-quote-3 blockquote {
        font-size: 14px;
        padding: 0px 30px; } }
  .article-quote-3 .tweet-this {
    margin: 0 auto;
    font-family: "graphik-web-bold", sans-serif;
    font-size: 14px;
    display: table;
    padding: 17px 0 21px 0; }
    .article-quote-3 .tweet-this a {
      width: 30px;
      height: 30px;
      display: inline-block;
      background: rgba(33, 33, 33, 0.25);
      text-align: center;
      color: #fff;
      margin-left: 15px; }
      .article-quote-3 .tweet-this a i {
        font-size: 18px;
        line-height: 30px; }

.article-images-2 {
  padding: 34px 0; }
  @media only screen and (max-width: 991px) {
    .article-images-2 {
      padding: 28px 0; } }
  @media only screen and (max-width: 767px) {
    .article-images-2 {
      padding: 22px 0; } }
  .article-images-2 .grid {
    max-width: 1070px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .article-images-2 .grid {
        padding: 0 10px; } }
    .article-images-2 .grid .col {
      width: 50%;
      float: left;
      padding: 0 16px; }
      @media only screen and (max-width: 991px) {
        .article-images-2 .grid .col {
          padding: 0 12px; } }
      @media only screen and (max-width: 767px) {
        .article-images-2 .grid .col {
          padding: 0 5px; } }
      .article-images-2 .grid .col .pic {
        position: relative; }
        .article-images-2 .grid .col .pic img {
          width: 100%; }
        .article-images-2 .grid .col .pic .img-info {
          position: absolute;
          bottom: 1px;
          left: 1px;
          right: 1px;
          padding: 18px 26px;
          background: rgba(0, 0, 0, 0.75);
          color: #fff; }
          @media only screen and (max-width: 991px) {
            .article-images-2 .grid .col .pic .img-info {
              padding: 12px 20px; } }
          @media only screen and (max-width: 767px) {
            .article-images-2 .grid .col .pic .img-info {
              padding: 8px 16px; } }
          .article-images-2 .grid .col .pic .img-info span {
            margin-left: 17px; }
            @media only screen and (max-width: 767px) {
              .article-images-2 .grid .col .pic .img-info span {
                display: block;
                margin-left: 0px; } }

.article-images-3 {
  overflow: hidden; }
  .article-images-3 .grid {
    margin: 0 -16px; }
    .article-images-3 .grid .col {
      width: 33.3333%;
      float: left;
      padding: 50px 16px 0 16px; }
      @media only screen and (max-width: 991px) {
        .article-images-3 .grid .col {
          padding: 40px 10px 0 10px; } }
      @media only screen and (max-width: 767px) {
        .article-images-3 .grid .col {
          padding: 6px; } }
      .article-images-3 .grid .col:nth-child(2) {
        padding: 0 16px; }
        @media only screen and (max-width: 991px) {
          .article-images-3 .grid .col:nth-child(2) {
            padding: 0 10px; } }
        @media only screen and (max-width: 767px) {
          .article-images-3 .grid .col:nth-child(2) {
            padding: 6px; } }
      .article-images-3 .grid .col .pic {
        position: relative; }
        .article-images-3 .grid .col .pic img {
          width: 100%; }
        .article-images-3 .grid .col .pic .img-info {
          position: absolute;
          bottom: 1px;
          left: 1px;
          right: 1px;
          padding: 18px 26px;
          background: rgba(0, 0, 0, 0.75);
          color: #fff; }
          @media only screen and (max-width: 991px) {
            .article-images-3 .grid .col .pic .img-info {
              padding: 12px 20px; } }
          @media only screen and (max-width: 767px) {
            .article-images-3 .grid .col .pic .img-info {
              padding: 8px 16px; } }
          .article-images-3 .grid .col .pic .img-info span {
            margin-left: 17px; }

.article-image-content {
  padding: 50px 0; }
  @media only screen and (max-width: 1200px) {
    .article-image-content {
      padding: 40px 0; } }
  @media only screen and (max-width: 991px) {
    .article-image-content {
      padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .article-image-content {
      padding: 20px 0 0; } }
  .article-image-content.right .grid .content {
    float: right;
    padding: 87px 67px 0 10px; }
    @media only screen and (max-width: 1200px) {
      .article-image-content.right .grid .content {
        padding: 30px  10px 0 47px; } }
    @media only screen and (max-width: 991px) {
      .article-image-content.right .grid .content {
        padding: 47px  10px 0 27px; } }
    @media only screen and (max-width: 767px) {
      .article-image-content.right .grid .content {
        padding: 27px  5px 0 7px;
        float: none;
        width: auto;
        display: block; } }
  .article-image-content.right .grid .image {
    float: right; }
    @media only screen and (max-width: 767px) {
      .article-image-content.right .grid .image {
        float: none; } }
  .article-image-content .grid .content {
    float: left;
    width: 43%;
    padding: 87px  10px 0 67px; }
    @media only screen and (max-width: 1200px) {
      .article-image-content .grid .content {
        padding: 30px  10px 0 47px; } }
    @media only screen and (max-width: 991px) {
      .article-image-content .grid .content {
        width: 50%;
        padding: 0px  10px 0 27px; } }
    @media only screen and (max-width: 767px) {
      .article-image-content .grid .content {
        padding: 27px  5px 0 7px;
        float: none;
        width: auto;
        display: block; } }
    .article-image-content .grid .content p {
      line-height: 1.5;
      margin-bottom: 23px; }
      @media only screen and (max-width: 991px) {
        .article-image-content .grid .content p {
          font-size: 16px !important; } }
  .article-image-content .grid .image {
    width: 57%;
    float: left; }
    @media only screen and (max-width: 991px) {
      .article-image-content .grid .image {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .article-image-content .grid .image {
        float: none;
        width: auto;
        display: block; } }
    .article-image-content .grid .image .pic {
      position: relative; }
      .article-image-content .grid .image .pic img {
        width: 100%; }
      .article-image-content .grid .image .pic .img-info {
        position: absolute;
        bottom: 1px;
        left: 1px;
        right: 1px;
        padding: 18px 26px;
        background: rgba(255, 255, 255, 0.5);
        color: #212121;
        font-family: "graphik-web-bold", sans-serif; }
        @media only screen and (max-width: 991px) {
          .article-image-content .grid .image .pic .img-info {
            padding: 12px 20px;
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .article-image-content .grid .image .pic .img-info {
            padding: 8px 16px; } }
        .article-image-content .grid .image .pic .img-info p {
          margin: 0; }
          @media only screen and (max-width: 991px) {
            .article-image-content .grid .image .pic .img-info p {
              font-size: 14px; } }
        .article-image-content .grid .image .pic .img-info span {
          font-family: "graphik-web-regular";
          margin-left: 17px; }
    .article-image-content .grid .image a:hover .pic .img-info {
      background: #fff; }

.related-articles {
  text-align: center;
  padding: 46px 0 50px 0; }
  @media only screen and (max-width: 991px) {
    .related-articles {
      padding: 36px 0 40px 0; } }
  @media only screen and (max-width: 767px) {
    .related-articles {
      padding: 26px 0 30px 0; } }
  .related-articles h5 {
    font-size: 18px;
    font-family: "graphik-web-bold", sans-serif;
    padding: 0 0px 46px 0; }
    @media only screen and (max-width: 991px) {
      .related-articles h5 {
        padding: 0 0px 36px 0;
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .related-articles h5 {
        padding: 0 0px 26px 0;
        font-size: 14px; } }
  .related-articles .grid {
    max-width: 708px;
    margin: 0 auto; }
    .related-articles .grid .col {
      padding: 0 6px;
      float: left;
      width: 50%; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #dee5ed;
  text-align: left; }
  @media (max-width: 960px) {
    .page-block.company {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      padding: 100px 0; } }
  @media (max-width: 450px) {
    .page-block.company {
      padding: 50px 0; } }
  .page-block.company p {
    margin-bottom: 1.5em;
    color: rgba(66, 66, 66, 0.5); }
  @media (max-width: 960px) {
    .page-block.company .block {
      width: 100%;
      padding: 0 1.8rem; } }
  .page-block.company .block h3 {
    margin-bottom: 31px;
    font-size: 1.875rem; }
    @media (max-width: 450px) {
      .page-block.company .block h3 {
        margin-top: 15px;
        font-size: .9375rem;
        margin-bottom: 14px; } }
    .page-block.company .block h3.website-title {
      margin-top: 2.6em; }
      @media (max-width: 960px) {
        .page-block.company .block h3.website-title {
          margin-top: 1.3em;
          margin-bottom: 1.5rem; } }
      @media (max-width: 450px) {
        .page-block.company .block h3.website-title {
          margin-top: .7em;
          margin-bottom: .55rem; } }
  .page-block.company .company-form-wrapper {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding: 4.3% 3em 5.5% 6em; }
    @media (max-width: 960px) {
      .page-block.company .company-form-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 1.8rem; } }
    @media (max-width: 450px) {
      .page-block.company .company-form-wrapper {
        padding: 0 15px; } }
    .page-block.company .company-form-wrapper form {
      padding-right: 4.5em; }
      @media (max-width: 960px) {
        .page-block.company .company-form-wrapper form {
          padding: 0;
          margin: 1.1em 0; } }
      .page-block.company .company-form-wrapper form .half.company-form {
        margin-bottom: 2em; }
        @media (max-width: 450px) {
          .page-block.company .company-form-wrapper form .half.company-form {
            margin-bottom: 1.5em; } }
      .page-block.company .company-form-wrapper form .half > div {
        margin-bottom: 0.7em; }
        @media (max-width: 960px) {
          .page-block.company .company-form-wrapper form .half > div {
            margin-bottom: 0.63em; } }
        @media (max-width: 450px) {
          .page-block.company .company-form-wrapper form .half > div {
            margin-bottom: 0; } }
      .page-block.company .company-form-wrapper form > div {
        margin-bottom: 0.7em; }
        @media (max-width: 450px) {
          .page-block.company .company-form-wrapper form > div {
            margin-bottom: 0; } }
      .page-block.company .company-form-wrapper form button,
      .page-block.company .company-form-wrapper form a.button {
        margin-top: 1.2em;
        width: 100%; }
      .page-block.company .company-form-wrapper form .transparent-dropdown-states {
        width: 100%; }
  .page-block.company .billing-info {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: right;
    padding: 3.25% 6.25em 5.5% 0; }
    @media (max-width: 960px) {
      .page-block.company .billing-info {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 1.8rem;
        text-align: left; } }
    @media (max-width: 450px) {
      .page-block.company .billing-info {
        padding: 0 15px; } }
    .page-block.company .billing-info .secure {
      font-size: .875rem;
      margin-bottom: .65em;
      padding-right: .8em; }
      @media (max-width: 960px) {
        .page-block.company .billing-info .secure {
          padding-left: .8em;
          font-size: 18px; } }
      @media (max-width: 450px) {
        .page-block.company .billing-info .secure {
          font-size: 9px; } }
      .page-block.company .billing-info .secure img {
        margin-right: .5em;
        vertical-align: middle; }
        @media (max-width: 450px) {
          .page-block.company .billing-info .secure img {
            zoom: .5; } }
    .page-block.company .billing-info .pay-options {
      margin-bottom: 2.5em; }
      @media (max-width: 450px) {
        .page-block.company .billing-info .pay-options {
          margin-bottom: 1.2em; } }
      .page-block.company .billing-info .pay-options li {
        display: inline;
        margin-left: .93em; }
        @media (max-width: 960px) {
          .page-block.company .billing-info .pay-options li:first-child {
            margin-left: 0; } }
        @media (max-width: 450px) {
          .page-block.company .billing-info .pay-options li {
            margin-left: .35em; } }
        @media (max-width: 450px) {
          .page-block.company .billing-info .pay-options li img {
            zoom: .5; } }
    .page-block.company .billing-info .plan-heading {
      margin-bottom: 1.7em;
      font-family: "graphik-web-medium";
      letter-spacing: .06em;
      text-align: left;
      line-height: 1.3em; }
      @media (max-width: 960px) {
        .page-block.company .billing-info .plan-heading {
          font-size: 1.5rem;
          margin-bottom: 1em; } }
      @media (max-width: 450px) {
        .page-block.company .billing-info .plan-heading {
          font-size: .75rem; } }
      .page-block.company .billing-info .plan-heading .setup-highlight {
        color: #0089e9;
        font-family: "graphik-web-bold"; }
      .page-block.company .billing-info .plan-heading .package-basic-highlight {
        color: #0089e9;
        font-family: "graphik-web-bold"; }
      .page-block.company .billing-info .plan-heading .package-ecom-highlight {
        color: #0286bd;
        font-family: "graphik-web-bold"; }
      .page-block.company .billing-info .plan-heading .package-pro-highlight {
        color: #02a9bd;
        font-family: "graphik-web-bold"; }
    .page-block.company .billing-info .setup-package-wrapper {
      padding: .8rem 1.3rem;
      text-align: left;
      display: block;
      vertical-align: top;
      width: 100%;
      background: white;
      margin-bottom: 2rem; }
      @media (max-width: 960px) {
        .page-block.company .billing-info .setup-package-wrapper {
          padding: .4rem .65rem;
          width: 50%; } }
      @media (max-width: 450px) {
        .page-block.company .billing-info .setup-package-wrapper {
          margin-bottom: 1rem; } }
      .page-block.company .billing-info .setup-package-wrapper p {
        font-family: "graphik-web-medium";
        margin-bottom: .5rem; }
        @media (max-width: 450px) {
          .page-block.company .billing-info .setup-package-wrapper p {
            font-size: .5rem;
            margin-bottom: .1rem; } }
      .page-block.company .billing-info .setup-package-wrapper .setup-price {
        font-size: 30px;
        font-family: "graphik-web-bold"; }
        @media (max-width: 450px) {
          .page-block.company .billing-info .setup-package-wrapper .setup-price {
            font-size: 15px; } }
        .page-block.company .billing-info .setup-package-wrapper .setup-price sup {
          font-size: 1rem;
          vertical-align: super; }
          @media (max-width: 450px) {
            .page-block.company .billing-info .setup-package-wrapper .setup-price sup {
              font-size: .5rem; } }
          .page-block.company .billing-info .setup-package-wrapper .setup-price sup.blue-highlight {
            color: #0089e9; }
    .page-block.company .billing-info .package {
      display: block;
      vertical-align: top;
      width: 100%;
      background: white;
      margin-bottom: 3.4rem; }
      @media (max-width: 960px) {
        .page-block.company .billing-info .package {
          width: 100%;
          margin-bottom: 2em; } }
      @media (max-width: 450px) {
        .page-block.company .billing-info .package {
          margin-bottom: .3em; } }
      .page-block.company .billing-info .package.package-base h3 {
        background: #0089e9; }
      .page-block.company .billing-info .package.package-base .blue-highlight {
        color: #0089e9; }
      .page-block.company .billing-info .package.package-ecom h3 {
        background: #0286bd; }
      .page-block.company .billing-info .package.package-ecom .blue-highlight {
        color: #0286bd; }
      .page-block.company .billing-info .package.package-pro h3 {
        background: #02a9bd; }
      .page-block.company .billing-info .package.package-pro .blue-highlight {
        color: #02a9bd; }
      .page-block.company .billing-info .package h3 {
        font-family: "graphik-web-bold";
        font-weight: normal;
        font-size: 1.5em;
        padding: 1.12em 0;
        color: white;
        text-align: center; }
        @media (max-width: 450px) {
          .page-block.company .billing-info .package h3 {
            font-size: .75rem;
            margin-bottom: 15px; } }
      .page-block.company .billing-info .package .package-info {
        padding: 1.5em 1.7em;
        text-align: left; }
        @media (max-width: 960px) {
          .page-block.company .billing-info .package .package-info {
            padding: 1.5em 1.7em 2em; } }
        @media (max-width: 450px) {
          .page-block.company .billing-info .package .package-info {
            padding: .75em .85em 1em; } }
        .page-block.company .billing-info .package .package-info .term-price {
          font-size: 48px;
          font-family: "graphik-web-bold"; }
          @media (max-width: 960px) {
            .page-block.company .billing-info .package .package-info .term-price {
              margin-bottom: .2rem; } }
          @media (max-width: 450px) {
            .page-block.company .billing-info .package .package-info .term-price {
              font-size: 24px; } }
          .page-block.company .billing-info .package .package-info .term-price sup {
            font-size: 1.5rem;
            vertical-align: super;
            letter-spacing: .1em; }
            @media (max-width: 960px) {
              .page-block.company .billing-info .package .package-info .term-price sup {
                vertical-align: middle; } }
            @media (max-width: 450px) {
              .page-block.company .billing-info .package .package-info .term-price sup {
                font-size: .75rem; } }
        .page-block.company .billing-info .package .package-info p {
          margin-bottom: 3.5rem;
          font-size: 18px; }
          @media (max-width: 960px) {
            .page-block.company .billing-info .package .package-info p {
              margin-bottom: 2.5rem; } }
          @media (max-width: 450px) {
            .page-block.company .billing-info .package .package-info p {
              font-size: 9px;
              margin-bottom: 2.3em; } }
        .page-block.company .billing-info .package .package-info h4 {
          font-size: 14px;
          letter-spacing: 0.42em;
          color: rgba(66, 66, 66, 0.5);
          text-transform: uppercase;
          margin-bottom: 2em; }
          @media (max-width: 960px) {
            .page-block.company .billing-info .package .package-info h4 {
              font-size: 1rem;
              margin-bottom: 1.5em; } }
          @media (max-width: 450px) {
            .page-block.company .billing-info .package .package-info h4 {
              font-size: .5rem;
              letter-spacing: .3em;
              margin-bottom: 1.2em; } }
        .page-block.company .billing-info .package .package-info ul {
          min-height: 20.5em; }
          @media (max-width: 960px) {
            .page-block.company .billing-info .package .package-info ul {
              margin-bottom: 2em; } }
          @media (max-width: 450px) {
            .page-block.company .billing-info .package .package-info ul {
              min-height: 10.5em;
              margin-bottom: .7em; } }
          .page-block.company .billing-info .package .package-info ul li {
            margin-bottom: 1.05rem; }
            @media (max-width: 960px) {
              .page-block.company .billing-info .package .package-info ul li {
                font-size: 1.5rem;
                margin-bottom: .83rem; } }
            @media (max-width: 450px) {
              .page-block.company .billing-info .package .package-info ul li {
                font-size: .75rem;
                margin-bottom: .45rem; } }
            .page-block.company .billing-info .package .package-info ul li.highlighted {
              font-family: "graphik-web-bold";
              color: #0089e9;
              font-size: 1.5em; }
              @media (max-width: 960px) {
                .page-block.company .billing-info .package .package-info ul li.highlighted {
                  font-size: 1.5rem; } }
              @media (max-width: 450px) {
                .page-block.company .billing-info .package .package-info ul li.highlighted {
                  font-size: .75rem; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.billing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #dee5ed;
  text-align: left; }
  @media (max-width: 960px) {
    .page-block.billing {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      padding: 100px 0; } }
  @media (max-width: 450px) {
    .page-block.billing {
      padding: 50px 0; } }
  .page-block.billing p {
    margin-bottom: 1.5em;
    color: rgba(66, 66, 66, 0.5); }
  @media (max-width: 960px) {
    .page-block.billing .block {
      width: 100%;
      padding: 0 1.8rem; } }
  .page-block.billing .block h3 {
    margin-bottom: 31px;
    font-size: 1.875rem; }
    @media (max-width: 450px) {
      .page-block.billing .block h3 {
        margin-top: 15px;
        font-size: .9375rem;
        margin-bottom: 14px; } }
  .page-block.billing .billing-form-wrapper {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding: 4.3% 3em 5.5% 6em; }
    @media (max-width: 960px) {
      .page-block.billing .billing-form-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 1.8rem; } }
    @media (max-width: 450px) {
      .page-block.billing .billing-form-wrapper {
        padding: 0 15px; } }
    .page-block.billing .billing-form-wrapper form {
      padding-right: 4.5em; }
      @media (max-width: 960px) {
        .page-block.billing .billing-form-wrapper form {
          padding: 0;
          margin: 3.1em 0; } }
      @media (max-width: 450px) {
        .page-block.billing .billing-form-wrapper form {
          margin: 1.8em 0; } }
      .page-block.billing .billing-form-wrapper form .half.billing-form {
        margin-bottom: 2.4em; }
        @media (max-width: 450px) {
          .page-block.billing .billing-form-wrapper form .half.billing-form {
            margin-bottom: 1.8em; } }
      .page-block.billing .billing-form-wrapper form .half.payment-form {
        margin-bottom: 2.7em; }
      .page-block.billing .billing-form-wrapper form .half > div {
        margin-bottom: 0.7em; }
        @media (max-width: 960px) {
          .page-block.billing .billing-form-wrapper form .half > div {
            margin-bottom: 0.63em; } }
        @media (max-width: 450px) {
          .page-block.billing .billing-form-wrapper form .half > div {
            margin-bottom: 0; } }
      .page-block.billing .billing-form-wrapper form button,
      .page-block.billing .billing-form-wrapper form a.button {
        width: 100%; }
      .page-block.billing .billing-form-wrapper form .transparent-dropdown-states,
      .page-block.billing .billing-form-wrapper form .transparent-dropdown-countries,
      .page-block.billing .billing-form-wrapper form .transparent-dropdown-months,
      .page-block.billing .billing-form-wrapper form .transparent-dropdown-years {
        width: 100%; }
      @media (max-width: 960px) {
        .page-block.billing .billing-form-wrapper form .paypay-wrapper > div,
        .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div {
          width: 58%; } }
      .page-block.billing .billing-form-wrapper form .paypay-wrapper > div .paypal-heading,
      .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div .paypal-heading {
        margin-bottom: .5em;
        margin-left: .3em;
        font-family: "graphik-web-medium";
        letter-spacing: .06em; }
        @media (max-width: 960px) {
          .page-block.billing .billing-form-wrapper form .paypay-wrapper > div .paypal-heading,
          .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div .paypal-heading {
            font-size: 1.5rem;
            margin-left: 0;
            letter-spacing: 0; } }
        @media (max-width: 450px) {
          .page-block.billing .billing-form-wrapper form .paypay-wrapper > div .paypal-heading,
          .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div .paypal-heading {
            font-size: .75rem; } }
      .page-block.billing .billing-form-wrapper form .paypay-wrapper > div .paypal-button,
      .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div .paypal-button {
        margin-left: .3em;
        margin-bottom: 3em;
        height: 60px; }
        @media (max-width: 960px) {
          .page-block.billing .billing-form-wrapper form .paypay-wrapper > div .paypal-button,
          .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div .paypal-button {
            margin-left: 0;
            margin-bottom: 2.4em; } }
        @media (max-width: 450px) {
          .page-block.billing .billing-form-wrapper form .paypay-wrapper > div .paypal-button,
          .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div .paypal-button {
            margin-bottom: 1.2em;
            height: 30px; } }
        .page-block.billing .billing-form-wrapper form .paypay-wrapper > div .paypal-button img,
        .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div .paypal-button img {
          margin-top: 18px; }
          @media (max-width: 450px) {
            .page-block.billing .billing-form-wrapper form .paypay-wrapper > div .paypal-button img,
            .page-block.billing .billing-form-wrapper form .checkbox-wrapper > div .paypal-button img {
              zoom: .5; } }
      @media (max-width: 450px) {
        .page-block.billing .billing-form-wrapper form .checkbox-wrapper {
          margin-top: 1em; } }
  .page-block.billing .billing-info {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: right;
    padding: 3.25% 6.25em 5.5% 0; }
    @media (max-width: 960px) {
      .page-block.billing .billing-info {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 1.8rem;
        text-align: left; } }
    @media (max-width: 450px) {
      .page-block.billing .billing-info {
        padding: 0 15px; } }
    .page-block.billing .billing-info .secure {
      font-size: .875rem;
      margin-bottom: .65em;
      padding-right: .8em; }
      @media (max-width: 960px) {
        .page-block.billing .billing-info .secure {
          padding-left: .8em;
          font-size: 18px; } }
      @media (max-width: 450px) {
        .page-block.billing .billing-info .secure {
          font-size: 9px; } }
      .page-block.billing .billing-info .secure img {
        margin-right: .5em;
        vertical-align: middle; }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .secure img {
            zoom: .5; } }
    .page-block.billing .billing-info .pay-options {
      margin-bottom: 2.5em; }
      @media (max-width: 450px) {
        .page-block.billing .billing-info .pay-options {
          margin-bottom: 1.2em; } }
      .page-block.billing .billing-info .pay-options li {
        display: inline;
        margin-left: .93em; }
        @media (max-width: 960px) {
          .page-block.billing .billing-info .pay-options li:first-child {
            margin-left: 0; } }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .pay-options li {
            margin-left: .35em; } }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .pay-options li img {
            zoom: .5; } }
    .page-block.billing .billing-info .plan-heading {
      margin-bottom: 1.7em;
      font-family: "graphik-web-medium";
      letter-spacing: .06em;
      text-align: left;
      line-height: 1.3em; }
      @media (max-width: 960px) {
        .page-block.billing .billing-info .plan-heading {
          font-size: 1.5rem;
          margin-bottom: 1em; } }
      @media (max-width: 450px) {
        .page-block.billing .billing-info .plan-heading {
          font-size: .75rem; } }
      .page-block.billing .billing-info .plan-heading .setup-highlight {
        color: #0089e9;
        font-family: "graphik-web-bold"; }
      .page-block.billing .billing-info .plan-heading .package-basic-highlight {
        color: #0089e9;
        font-family: "graphik-web-bold"; }
      .page-block.billing .billing-info .plan-heading .package-ecom-highlight {
        color: #0286bd;
        font-family: "graphik-web-bold"; }
      .page-block.billing .billing-info .plan-heading .package-pro-highlight {
        color: #02a9bd;
        font-family: "graphik-web-bold"; }
    .page-block.billing .billing-info .setup-package-wrapper {
      padding: .8rem 1.3rem;
      text-align: left;
      display: block;
      vertical-align: top;
      width: 100%;
      background: white;
      margin-bottom: 2rem; }
      @media (max-width: 960px) {
        .page-block.billing .billing-info .setup-package-wrapper {
          width: 50%; } }
      @media (max-width: 450px) {
        .page-block.billing .billing-info .setup-package-wrapper {
          padding: .4rem .65rem;
          margin-bottom: 1rem; } }
      .page-block.billing .billing-info .setup-package-wrapper p {
        font-family: "graphik-web-medium";
        margin-bottom: .5rem; }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .setup-package-wrapper p {
            font-size: .5rem;
            margin-bottom: .1rem; } }
      .page-block.billing .billing-info .setup-package-wrapper .setup-price {
        font-size: 30px;
        font-family: "graphik-web-bold"; }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .setup-package-wrapper .setup-price {
            font-size: 15px; } }
        .page-block.billing .billing-info .setup-package-wrapper .setup-price sup {
          font-size: 1rem;
          vertical-align: super; }
          @media (max-width: 450px) {
            .page-block.billing .billing-info .setup-package-wrapper .setup-price sup {
              font-size: .5rem; } }
          .page-block.billing .billing-info .setup-package-wrapper .setup-price sup.blue-highlight {
            color: #0089e9; }
    .page-block.billing .billing-info .package {
      display: block;
      vertical-align: top;
      width: 100%;
      background: white;
      margin-bottom: 3.4rem; }
      @media (max-width: 960px) {
        .page-block.billing .billing-info .package {
          width: 100%;
          margin-bottom: 3.1em; } }
      @media (max-width: 450px) {
        .page-block.billing .billing-info .package {
          margin-bottom: 1.4em; } }
      .page-block.billing .billing-info .package.package-base h3 {
        background: #0089e9; }
      .page-block.billing .billing-info .package.package-base .blue-highlight {
        color: #0089e9; }
      .page-block.billing .billing-info .package.package-ecom h3 {
        background: #0286bd; }
      .page-block.billing .billing-info .package.package-ecom .blue-highlight {
        color: #0286bd; }
      .page-block.billing .billing-info .package.package-pro h3 {
        background: #02a9bd; }
      .page-block.billing .billing-info .package.package-pro .blue-highlight {
        color: #02a9bd; }
      .page-block.billing .billing-info .package h3 {
        font-family: "graphik-web-bold";
        font-weight: normal;
        font-size: 1.5em;
        padding: 1.12em 0;
        color: white;
        text-align: center; }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .package h3 {
            font-size: .75rem;
            margin-bottom: 15px; } }
      .page-block.billing .billing-info .package .package-info {
        padding: 1.5em 1.7em;
        text-align: left; }
        @media (max-width: 960px) {
          .page-block.billing .billing-info .package .package-info {
            padding: 1.5em 1.7em 2em; } }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .package .package-info {
            padding: .75em .85em 1em; } }
        .page-block.billing .billing-info .package .package-info .term-price {
          font-size: 48px;
          font-family: "graphik-web-bold";
          margin-bottom: 3.5rem; }
          @media (max-width: 960px) {
            .page-block.billing .billing-info .package .package-info .term-price {
              margin-bottom: .2rem; } }
          @media (max-width: 450px) {
            .page-block.billing .billing-info .package .package-info .term-price {
              font-size: 24px; } }
          .page-block.billing .billing-info .package .package-info .term-price sup {
            font-size: 1.5rem;
            vertical-align: super;
            letter-spacing: .1em; }
            @media (max-width: 960px) {
              .page-block.billing .billing-info .package .package-info .term-price sup {
                vertical-align: middle; } }
            @media (max-width: 450px) {
              .page-block.billing .billing-info .package .package-info .term-price sup {
                font-size: .75rem; } }
        .page-block.billing .billing-info .package .package-info p {
          margin-bottom: 3.5rem;
          font-size: 18px; }
          @media (max-width: 960px) {
            .page-block.billing .billing-info .package .package-info p {
              margin-bottom: 2.5rem; } }
          @media (max-width: 450px) {
            .page-block.billing .billing-info .package .package-info p {
              font-size: 9px;
              margin-bottom: 2.3em; } }
        .page-block.billing .billing-info .package .package-info h4 {
          font-size: 14px;
          letter-spacing: 0.42em;
          color: rgba(66, 66, 66, 0.5);
          text-transform: uppercase;
          margin-bottom: 2em; }
          @media (max-width: 960px) {
            .page-block.billing .billing-info .package .package-info h4 {
              font-size: 1rem;
              margin-bottom: 1.5em; } }
          @media (max-width: 450px) {
            .page-block.billing .billing-info .package .package-info h4 {
              font-size: .5rem;
              letter-spacing: .3em;
              margin-bottom: 1.2em; } }
        .page-block.billing .billing-info .package .package-info ul {
          min-height: 20.5em; }
          @media (max-width: 960px) {
            .page-block.billing .billing-info .package .package-info ul {
              margin-bottom: 2em; } }
          @media (max-width: 450px) {
            .page-block.billing .billing-info .package .package-info ul {
              min-height: 10.5em;
              margin-bottom: .7em; } }
          .page-block.billing .billing-info .package .package-info ul li {
            margin-bottom: 1.05rem; }
            @media (max-width: 960px) {
              .page-block.billing .billing-info .package .package-info ul li {
                font-size: 1.5rem;
                margin-bottom: .83rem; } }
            @media (max-width: 450px) {
              .page-block.billing .billing-info .package .package-info ul li {
                font-size: .75rem;
                margin-bottom: .45rem; } }
            .page-block.billing .billing-info .package .package-info ul li.highlighted {
              font-family: "graphik-web-bold";
              color: #0089e9;
              font-size: 1.5em; }
              @media (max-width: 960px) {
                .page-block.billing .billing-info .package .package-info ul li.highlighted {
                  font-size: 1.5rem; } }
              @media (max-width: 450px) {
                .page-block.billing .billing-info .package .package-info ul li.highlighted {
                  font-size: .75rem; } }
    .page-block.billing .billing-info .promo-wrapper {
      text-align: left; }
      .page-block.billing .billing-info .promo-wrapper h4 {
        font-family: "graphik-web-bold";
        font-size: 1.125rem;
        margin-bottom: .5rem; }
        @media (max-width: 960px) {
          .page-block.billing .billing-info .promo-wrapper h4 {
            font-size: 1.5rem;
            margin-bottom: 1rem; } }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .promo-wrapper h4 {
            font-size: .75rem;
            margin-bottom: .5rem; } }
      .page-block.billing .billing-info .promo-wrapper input {
        display: block;
        width: 100%;
        background: transparent;
        border: 1px solid #424242;
        height: 58px;
        line-height: 58px;
        font-size: 1rem;
        padding: 1rem;
        margin-bottom: 1.2rem; }
        @media (max-width: 450px) {
          .page-block.billing .billing-info .promo-wrapper input {
            line-height: 30px;
            height: 30px;
            font-size: .5rem;
            margin-bottom: .6rem;
            padding: .5rem; } }
      .page-block.billing .billing-info .promo-wrapper button {
        display: block;
        width: 100%; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.subscribed {
  min-height: 96vh;
  padding: 18.5em 5em 0; }
  @media (max-width: 960px) {
    .page-block.subscribed {
      padding: 23.5em 30px 0; } }
  @media (max-width: 450px) {
    .page-block.subscribed {
      min-height: 615px;
      padding: 11.8em 15px 0; } }
  .page-block.subscribed .content {
    width: 100%; }
    .page-block.subscribed .content h2 {
      font-size: 30px;
      margin-bottom: .4em; }
      @media (max-width: 960px) {
        .page-block.subscribed .content h2 {
          padding: 0 2em; } }
      @media (max-width: 450px) {
        .page-block.subscribed .content h2 {
          font-size: 15px; } }
      .page-block.subscribed .content h2 .package-highlight {
        font-family: "graphik-web-bold";
        font-size: 1em; }
        .page-block.subscribed .content h2 .package-highlight.basic {
          color: #0089e9; }
        .page-block.subscribed .content h2 .package-highlight.ecommerce {
          color: #0286bd; }
        .page-block.subscribed .content h2 .package-highlight.professional {
          color: #02a9bd; }
    .page-block.subscribed .content p.intro {
      font-family: "graphik-web-medium";
      font-size: 18px;
      margin-bottom: 5em; }
      @media (max-width: 960px) {
        .page-block.subscribed .content p.intro {
          font-size: 1.5rem;
          line-height: 2.2rem;
          margin-bottom: 3.6em; } }
      @media (max-width: 450px) {
        .page-block.subscribed .content p.intro {
          font-size: .75rem;
          line-height: 1.1rem; } }
    .page-block.subscribed .content hr {
      width: 100%;
      margin-bottom: 6em; }
      @media (max-width: 960px) {
        .page-block.subscribed .content hr {
          margin-bottom: 5.6em; } }
      @media (max-width: 450px) {
        .page-block.subscribed .content hr {
          margin-bottom: 2.8em; } }
    .page-block.subscribed .content .outro {
      font-family: "graphik-web-medium";
      font-size: 18px;
      margin-bottom: 1.2em; }
      @media (max-width: 960px) {
        .page-block.subscribed .content .outro {
          font-size: 1.5rem;
          line-height: 2.2rem;
          margin-bottom: .8em; } }
      @media (max-width: 450px) {
        .page-block.subscribed .content .outro {
          font-size: .75rem;
          line-height: 1.1rem; } }
    .page-block.subscribed .content a.button {
      color: #fff; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.call-to-action {
  background-image: url("../img/backgrounds/home/CTA.jpg");
  background-size: cover;
  height: 60vh;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  max-height: 600px;
  -webkit-filter: hue-rotate(15deg);
  filter: hue-rotate(15deg); }
  @media (max-width: 960px) {
    .home-block.call-to-action {
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; } }
  @media (max-width: 450px) {
    .home-block.call-to-action {
      height: 37vh;
      min-height: 300px;
      max-height: 300px; } }
  .home-block.call-to-action .container {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%; }
    .home-block.call-to-action .container > div.main {
      width: 40%;
      position: relative;
      top: 9.5em; }
      @media (max-width: 960px) {
        .home-block.call-to-action .container > div.main {
          width: 47%;
          top: 5.6em; } }
      @media (max-width: 450px) {
        .home-block.call-to-action .container > div.main {
          top: 46px; } }
      @media (max-width: 960px) {
        .home-block.call-to-action .container > div.main h2 {
          font-size: 3.75rem;
          line-height: 1.1em; } }
      @media (max-width: 450px) {
        .home-block.call-to-action .container > div.main h2 {
          font-size: 1.875rem;
          line-height: 1.1em;
          margin-bottom: 11px; } }
      @media (max-width: 960px) {
        .home-block.call-to-action .container > div.main p {
          font-size: 1.5em; } }
      @media (max-width: 450px) {
        .home-block.call-to-action .container > div.main p {
          font-size: .75em; } }
      @media (max-width: 960px) {
        .home-block.call-to-action .container > div.main p strong {
          font-size: 3rem; } }
      @media (max-width: 450px) {
        .home-block.call-to-action .container > div.main p strong {
          font-size: 1.5rem; } }
    .home-block.call-to-action .container > div.price {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 100%;
      color: #212121;
      z-index: 5;
      left: 46.25%; }
      @media (max-width: 960px) {
        .home-block.call-to-action .container > div.price {
          right: 0%;
          left: unset;
          width: 200px; } }
      @media (max-width: 650px) {
        .home-block.call-to-action .container > div.price {
          right: -12%; } }
      @media (max-width: 450px) {
        .home-block.call-to-action .container > div.price {
          right: 0%; } }
      .home-block.call-to-action .container > div.price:before {
        position: absolute;
        content: '';
        display: block;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, white), color-stop(80%, transparent));
        background: -o-linear-gradient(top, white 20%, transparent 80%);
        background: linear-gradient(to bottom, white 20%, transparent 80%);
        bottom: 0;
        -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
        transform: translate3d(0, 0, 0) rotate(45deg);
        z-index: 0;
        width: 255px;
        height: 850px; }
        @media (max-width: 960px) {
          .home-block.call-to-action .container > div.price:before {
            width: 254px;
            height: 957px; } }
        @media (max-width: 450px) {
          .home-block.call-to-action .container > div.price:before {
            width: 125px;
            height: 265px;
            top: -45px;
            right: -14px; } }
      .home-block.call-to-action .container > div.price > div {
        position: absolute;
        z-index: 1;
        top: 27%; }
        @media (max-width: 960px) {
          .home-block.call-to-action .container > div.price > div {
            top: 27%;
            margin-left: 0;
            right: 2em;
            width: 290px; } }
        @media (max-width: 450px) {
          .home-block.call-to-action .container > div.price > div {
            top: 27%;
            width: 100px;
            right: 23%; } }
      @media (max-width: 960px) {
        .home-block.call-to-action .container > div.price .preprice {
          margin-left: 3em; } }
      @media (max-width: 450px) {
        .home-block.call-to-action .container > div.price .preprice {
          font-size: .5rem;
          margin-left: 3em; } }
      .home-block.call-to-action .container > div.price strong {
        font-family: "graphik-web-bold";
        font-size: 4em;
        padding-top: 0.1em;
        padding-bottom: 2em;
        display: block;
        margin-top: 0;
        margin-left: 20px; }
        @media (max-width: 960px) {
          .home-block.call-to-action .container > div.price strong {
            font-size: 3.5em;
            padding-bottom: 1.8em;
            margin-left: .5em;
            padding-top: 0.3em; } }
        @media (max-width: 450px) {
          .home-block.call-to-action .container > div.price strong {
            font-size: 2.25em;
            padding-bottom: 1.65em; } }
        .home-block.call-to-action .container > div.price strong sup {
          font-size: .5em;
          vertical-align: text-top; }
          .home-block.call-to-action .container > div.price strong sup .slash {
            letter-spacing: initial; }
      .home-block.call-to-action .container > div.price .button {
        color: #212121; }
        @media (max-width: 650px) {
          .home-block.call-to-action .container > div.price .button {
            min-width: unset;
            font-size: 0.8em;
            margin-left: 1em; } }
        @media (max-width: 450px) {
          .home-block.call-to-action .container > div.price .button {
            margin-left: 0;
            min-width: 150px;
            font-size: 9px; } }
  .home-block.call-to-action h2 {
    font-weight: normal; }
  .home-block.call-to-action p {
    font-family: "graphik-web-bold";
    font-size: 1.5em; }
    @media (max-width: 960px) {
      .home-block.call-to-action p {
        font-size: 1em; } }
    @media (max-width: 450px) {
      .home-block.call-to-action p {
        font-size: .5em; } }
  .home-block.call-to-action strong {
    color: #212121;
    font-size: 1.8em; }
    @media (max-width: 960px) {
      .home-block.call-to-action strong {
        font-size: 1em; } }
    @media (max-width: 450px) {
      .home-block.call-to-action strong {
        font-size: .5em; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.contact-us-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: white;
  text-align: left;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 calc(6% - 30px); }
  @media (max-width: 960px) {
    .page-block.contact-us-form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 6.4em 0; } }
  @media (max-width: 450px) {
    .page-block.contact-us-form {
      padding: 3.2em 0 0; } }
  .page-block.contact-us-form p {
    margin-bottom: 1.5em;
    color: rgba(66, 66, 66, 0.5); }
  .page-block.contact-us-form > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px; }
    @media (max-width: 450px) {
      .page-block.contact-us-form > div {
        padding: 0 15px; } }
  .page-block.contact-us-form .block {
    padding: 10.5% 0 5.5%; }
    @media (max-width: 960px) {
      .page-block.contact-us-form .block {
        padding: 0;
        margin-bottom: 6.2em; } }
    @media (max-width: 450px) {
      .page-block.contact-us-form .block {
        margin-bottom: 2.9em; } }
    @media (max-width: 960px) {
      .page-block.contact-us-form .block:last-child {
        margin-bottom: 2.8em; } }
    .page-block.contact-us-form .block h3 {
      margin-bottom: 20px; }
      @media (max-width: 960px) {
        .page-block.contact-us-form .block h3 {
          font-size: 3rem;
          margin-bottom: 14px; } }
      @media (max-width: 450px) {
        .page-block.contact-us-form .block h3 {
          font-size: 1.5rem;
          margin-bottom: 7px; } }
    @media (max-width: 960px) {
      .page-block.contact-us-form .block p {
        font-size: 1.5rem;
        line-height: 1.4em;
        margin-bottom: .7em; } }
    @media (max-width: 450px) {
      .page-block.contact-us-form .block p {
        font-size: .75rem;
        margin-bottom: .8em; } }
    .page-block.contact-us-form .block form {
      margin: 1.4em 0; }
      @media (max-width: 450px) {
        .page-block.contact-us-form .block form {
          margin: 0; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  .page-block.contact-us-header {
    padding-top: 90px;
    min-height: unset; } }

@media (max-width: 450px) {
  .page-block.contact-us-header {
    padding-top: 45px; } }

.page-block.contact-us-header .page-intro {
  max-width: 1600px; }
  .page-block.contact-us-header .page-intro .page-title {
    margin-top: 2.25em;
    margin-bottom: 27px; }
    @media (max-width: 960px) {
      .page-block.contact-us-header .page-intro .page-title {
        margin-top: 0;
        margin-bottom: 5px;
        line-height: 1.1em; } }
  .page-block.contact-us-header .page-intro .subtitle {
    font-size: 1.125rem;
    line-height: 1.4em; }
    @media (max-width: 450px) {
      .page-block.contact-us-header .page-intro .subtitle {
        font-size: .75rem; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.customers-case-study-header {
  min-height: unset;
  padding-left: 5%;
  padding-right: 5%; }
  @media (max-width: 960px) {
    .page-block.customers-case-study-header {
      padding-top: 90px; } }
  .page-block.customers-case-study-header .page-intro a.back-link {
    color: #212121;
    display: block;
    font-family: "graphik-web-medium";
    font-size: 18px;
    text-align: left;
    margin-top: 12rem; }
    @media (max-width: 960px) {
      .page-block.customers-case-study-header .page-intro a.back-link {
        margin-top: 0; } }
    @media (max-width: 450px) {
      .page-block.customers-case-study-header .page-intro a.back-link {
        font-size: 9px; } }
  .page-block.customers-case-study-header .page-intro .page-title {
    margin-bottom: 27px; }
    @media (max-width: 960px) {
      .page-block.customers-case-study-header .page-intro .page-title {
        margin-bottom: 18px; } }
  .page-block.customers-case-study-header .page-intro p.intro {
    max-width: 1400px;
    margin: 0 auto 1em;
    font-size: 1.125em;
    line-height: 1.5em; }
    @media (max-width: 960px) {
      .page-block.customers-case-study-header .page-intro p.intro {
        line-height: 1.4em;
        margin-bottom: 1.2em; } }
  .page-block.customers-case-study-header .facts h2.smheading {
    font-family: "graphik-web-regular";
    font-size: 11px;
    line-height: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 8.25em 0 4.5em; }
    @media (max-width: 960px) {
      .page-block.customers-case-study-header .facts h2.smheading {
        font-size: 1rem;
        margin: 5.8em 0 3em; } }
  .page-block.customers-case-study-header .facts .fact-row {
    margin-bottom: 15px;
    max-width: 970px;
    margin: 0 auto;
    text-align: left; }
    @media (max-width: 960px) {
      .page-block.customers-case-study-header .facts .fact-row {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        margin: 0; } }
    .page-block.customers-case-study-header .facts .fact-row .fact-col {
      width: 33%;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 960px) {
        .page-block.customers-case-study-header .facts .fact-row .fact-col {
          width: 100%;
          display: block;
          margin-bottom: 3em; } }
      .page-block.customers-case-study-header .facts .fact-row .fact-col.col-2x {
        width: 66%; }
        @media (max-width: 960px) {
          .page-block.customers-case-study-header .facts .fact-row .fact-col.col-2x {
            width: 100%; } }
      .page-block.customers-case-study-header .facts .fact-row .fact-col h3 {
        font-family: "graphik-web-bold";
        font-size: 1rem;
        margin-bottom: 15px; }
      .page-block.customers-case-study-header .facts .fact-row .fact-col ul {
        margin: 0; }
        .page-block.customers-case-study-header .facts .fact-row .fact-col ul li {
          margin-bottom: 15px; }
          .page-block.customers-case-study-header .facts .fact-row .fact-col ul li i {
            color: #0089e9;
            margin-right: 15px; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.customers-case-study-info {
  background: -o-linear-gradient(top, #dee5ed 0%, #dee5ed calc(3% + 330px), #dee5ed calc(3% + 330px), white calc(3% + 330px), white 100%);
  background: linear-gradient(to bottom, #dee5ed 0%, #dee5ed calc(3% + 330px), #dee5ed calc(3% + 330px), white calc(3% + 330px), white 100%); }
  @media (max-width: 960px) {
    .page-block.customers-case-study-info {
      background: -o-linear-gradient(top, #dee5ed 0%, #dee5ed calc(194px), #dee5ed calc(194px), white calc(194px), white 100%);
      background: linear-gradient(to bottom, #dee5ed 0%, #dee5ed calc(194px), #dee5ed calc(194px), white calc(194px), white 100%);
      padding: 0 30px 69px;
      margin-top: 18px; } }
  .page-block.customers-case-study-info .container {
    max-width: 1170px;
    margin: 0 auto; }
    .page-block.customers-case-study-info .container img {
      margin: 0 0 25px; }
      @media (max-width: 960px) {
        .page-block.customers-case-study-info .container img {
          width: 100%; } }
      .page-block.customers-case-study-info .container img:first-child() {
        margin: 0 0 50px; }
    .page-block.customers-case-study-info .container h2 {
      font-size: 24px;
      text-align: left; }
      @media (max-width: 960px) {
        .page-block.customers-case-study-info .container h2 {
          margin-bottom: 20px; } }
    .page-block.customers-case-study-info .container p {
      color: #212121;
      font-size: 1.125rem;
      text-align: left;
      margin-bottom: 1em; }
      @media (max-width: 960px) {
        .page-block.customers-case-study-info .container p {
          font-size: 1.5rem;
          line-height: 1.25em; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.customers-showcase-gallery {
  background: -o-linear-gradient(top, #dee5ed 0%, #dee5ed calc(7% + 200px), #dee5ed calc(7% + 200px), white calc(7% + 200px), white 100%);
  background: linear-gradient(to bottom, #dee5ed 0%, #dee5ed calc(7% + 200px), #dee5ed calc(7% + 200px), white calc(7% + 200px), white 100%); }
  @media (max-width: 960px) {
    .page-block.customers-showcase-gallery {
      background: -webkit-gradient(linear, left top, left bottom, from(#dee5ed), color-stop(#dee5ed), color-stop(#dee5ed), color-stop(white), to(white));
      background: -o-linear-gradient(top, #dee5ed 0%, #dee5ed calc(7%), #dee5ed calc(7%), white calc(7%), white 100%);
      background: linear-gradient(to bottom, #dee5ed 0%, #dee5ed calc(7%), #dee5ed calc(7%), white calc(7%), white 100%);
      padding-left: 30px;
      padding-right: 30px; } }
  .page-block.customers-showcase-gallery .container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    text-align: left; }
    @media (max-width: 960px) {
      .page-block.customers-showcase-gallery .container {
        width: 100%; } }
    .page-block.customers-showcase-gallery .container .showcase-item-wrapper {
      display: inline-block;
      width: 45%;
      max-width: 680px;
      margin-bottom: 2em; }
      @media (max-width: 960px) {
        .page-block.customers-showcase-gallery .container .showcase-item-wrapper {
          width: 100%; } }
      .page-block.customers-showcase-gallery .container .showcase-item-wrapper:nth-child(2n) {
        margin-left: 5%; }
        @media (max-width: 960px) {
          .page-block.customers-showcase-gallery .container .showcase-item-wrapper:nth-child(2n) {
            margin-left: 0; } }
      .page-block.customers-showcase-gallery .container .showcase-item-wrapper img {
        margin-bottom: 1em;
        width: 100%; }
      .page-block.customers-showcase-gallery .container .showcase-item-wrapper h3 {
        font-family: "graphik-web-medium";
        font-size: 1.875rem; }
      .page-block.customers-showcase-gallery .container .showcase-item-wrapper a {
        color: #212121; }
        .page-block.customers-showcase-gallery .container .showcase-item-wrapper a:hover {
          color: #0089e9; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.customers-showcase-header {
  min-height: unset;
  padding-left: 5%;
  padding-right: 5%; }
  @media (max-width: 960px) {
    .page-block.customers-showcase-header {
      padding-top: 90px; } }
  .page-block.customers-showcase-header .page-title {
    margin-top: 2.25em;
    margin-bottom: 27px; }
    @media (max-width: 960px) {
      .page-block.customers-showcase-header .page-title {
        margin-top: 0;
        margin-bottom: 7px; } }
  .page-block.customers-showcase-header p.intro {
    max-width: 650px;
    margin: 0 auto 1em;
    font-size: 1.125em;
    font-family: "graphik-web-medium";
    line-height: 1.5em; }
    @media (max-width: 960px) {
      .page-block.customers-showcase-header p.intro {
        font-size: 1.5rem;
        line-height: 1.35em;
        margin-bottom: 2em; } }
  .page-block.customers-showcase-header .filter-wrapper strong {
    font-family: "graphik-web-medium";
    font-size: 1.125em;
    margin-right: 2em; }
  .page-block.customers-showcase-header .filter-wrapper .showcase-filter {
    width: 250px; }
  .page-block.customers-showcase-header .filter-wrapper .select2-container {
    background: #212121;
    color: #fefefe;
    height: 50px;
    line-height: 50px;
    font-family: "graphik-web-bold";
    font-size: .75rem;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: .1em;
    padding: 0 2em; }
    .page-block.customers-showcase-header .filter-wrapper .select2-container .selection .select2-selection .select2-selection__arrow {
      position: absolute;
      top: calc(50% - 6px);
      right: 19px; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.faq-closing {
  margin: 0 6vw;
  width: 35%;
  min-height: 306px; }
  @media (max-width: 960px) {
    .faq-closing {
      width: 80%;
      margin: 4em 0 0;
      padding: 0 30px; } }
  @media (max-width: 450px) {
    .faq-closing {
      padding: 0 15px;
      margin: 2em 0 0;
      min-height: 104px; } }
  .faq-closing h3 {
    font-size: 30px;
    line-height: 1.15em;
    margin-bottom: 23px; }
    @media (max-width: 450px) {
      .faq-closing h3 {
        font-size: 15px;
        margin-bottom: 11px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.faq-header {
  position: relative;
  z-index: 100; }
  @media (max-width: 960px) {
    .page-block.faq-header {
      min-height: unset;
      padding: 90px 30px; } }
  @media (max-width: 450px) {
    .page-block.faq-header {
      padding: 45px 15px;
      min-height: 220px; } }
  .page-block.faq-header .page-intro {
    max-width: 1600px; }
    .page-block.faq-header .page-intro .page-title {
      margin-top: 2.25em;
      margin-bottom: 27px; }
      @media (max-width: 960px) {
        .page-block.faq-header .page-intro .page-title {
          margin-top: 0;
          margin-bottom: 5px;
          line-height: 1.1em; } }
    .page-block.faq-header .page-intro .subtitle {
      font-size: 1.125rem;
      line-height: 1.4em; }
      @media (max-width: 450px) {
        .page-block.faq-header .page-intro .subtitle {
          font-size: .75rem; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.faq-search-wrapper {
  position: relative;
  bottom: 52px;
  z-index: 100;
  padding: 0 30px; }
  @media (max-width: 450px) {
    .faq-search-wrapper {
      padding: 0 15px;
      bottom: 26px; } }
  .faq-search-wrapper form {
    position: relative;
    width: 87.5%;
    margin: 0 auto; }
    @media (max-width: 960px) {
      .faq-search-wrapper form {
        width: 100%; } }
    .faq-search-wrapper form :-ms-input-placeholder,
    .faq-search-wrapper form :-ms-input-placeholder,
    .faq-search-wrapper form ::-ms-input-placeholder {
      color: #0089e9; }
    .faq-search-wrapper form ::-ms-input-placeholder,
    .faq-search-wrapper form :-ms-input-placeholder,
    .faq-search-wrapper form ::-ms-input-placeholder {
      color: #0089e9; }
    .faq-search-wrapper form ::placeholder,
    .faq-search-wrapper form :-ms-input-placeholder,
    .faq-search-wrapper form ::-ms-input-placeholder {
      color: #0089e9; }
    .faq-search-wrapper form i {
      color: #0089e9;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 25px; }
      @media (max-width: 450px) {
        .faq-search-wrapper form i {
          font-size: 1.25em;
          left: 12.5px; } }
    .faq-search-wrapper form input[type=text] {
      border: 1px solid #424242;
      color: #0089e9;
      padding: 0 98px;
      line-height: 99px;
      font-size: 18px; }
      @media (max-width: 450px) {
        .faq-search-wrapper form input[type=text] {
          line-height: 49.5px;
          font-size: 9px;
          padding: 0 49px; } }
    .faq-search-wrapper form button {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      right: 32px; }
      @media (max-width: 960px) {
        .faq-search-wrapper form button {
          min-width: 0;
          padding-left: 1em;
          padding-right: 1em; } }
      @media (max-width: 450px) {
        .faq-search-wrapper form button {
          min-width: 100px;
          right: 10px; } }

@media (max-width: 960px) {
  .faq-block.faq-questions {
    padding: 0 30px; } }

@media (max-width: 450px) {
  .faq-block.faq-questions {
    padding: 0 15px; } }

.faq-block.faq-questions p {
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 1.5em; }
  @media (max-width: 450px) {
    .faq-block.faq-questions p {
      font-size: 7px; } }

.faq-block.faq-questions h2 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 15px; }
  @media (max-width: 450px) {
    .faq-block.faq-questions h2 {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 8px; } }

.faq-block.faq-questions .accordion {
  background: #fefefe;
  color: #212121;
  cursor: pointer;
  font-family: "graphik-web-medium";
  font-size: 18px;
  padding: 29px 0 29px 29px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative; }
  @media (max-width: 450px) {
    .faq-block.faq-questions .accordion {
      padding: 14px 0; } }
  .faq-block.faq-questions .accordion:after {
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 10px;
    color: #fefefe;
    float: right;
    padding: 26px;
    position: relative;
    background: #212121;
    right: 3px;
    bottom: 1px; }
    @media (max-width: 450px) {
      .faq-block.faq-questions .accordion:after {
        padding: 11px;
        right: 1px;
        bottom: 2px; } }
  .faq-block.faq-questions .accordion.active, .faq-block.faq-questions .accordion:hover {
    background: #ccc; }
  .faq-block.faq-questions .accordion.active:after {
    content: "\f068"; }
  .faq-block.faq-questions .accordion .question {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media (max-width: 450px) {
      .faq-block.faq-questions .accordion .question {
        font-size: .5em; } }

.faq-block.faq-questions .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }
  .faq-block.faq-questions .panel:not(:last-child) {
    border-bottom: 1px solid #c6c6c6; }
  .faq-block.faq-questions .panel p {
    font-family: "graphik-web-regular", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

#features-3d-visualizer {
  position: relative; }
  #features-3d-visualizer .builder1 {
    position: absolute;
    top: 250px;
    left: 0%;
    z-index: 5; }
    @media (max-width: 960px) {
      #features-3d-visualizer .builder1 {
        top: 395px;
        left: 5%;
        width: 25%; } }
    @media (max-width: 650px) {
      #features-3d-visualizer .builder1 {
        top: 495px;
        left: 5%;
        width: 25%; } }
    @media (max-width: 450px) {
      #features-3d-visualizer .builder1 {
        top: 195px;
        left: 5%;
        width: 25%; } }
  #features-3d-visualizer .builder2 {
    position: absolute;
    top: 220px;
    left: 5%;
    z-index: 5; }
    @media (max-width: 960px) {
      #features-3d-visualizer .builder2 {
        top: 380px;
        left: 10%;
        width: 25%; } }
    @media (max-width: 650px) {
      #features-3d-visualizer .builder2 {
        top: 480px;
        left: 10%;
        width: 25%; } }
    @media (max-width: 450px) {
      #features-3d-visualizer .builder2 {
        top: 180px;
        left: 10%;
        width: 25%; } }
  #features-3d-visualizer .builder3 {
    position: absolute;
    top: 200px;
    left: 10%;
    z-index: 5; }
    @media (max-width: 960px) {
      #features-3d-visualizer .builder3 {
        top: 365px;
        left: 15%;
        width: 25%; } }
    @media (max-width: 650px) {
      #features-3d-visualizer .builder3 {
        top: 465px;
        left: 15%;
        width: 25%; } }
    @media (max-width: 450px) {
      #features-3d-visualizer .builder3 {
        top: 165px;
        left: 15%;
        width: 25%; } }
  #features-3d-visualizer .builder4 {
    position: absolute;
    top: 270px;
    left: 2%;
    z-index: 5; }
    @media (max-width: 960px) {
      #features-3d-visualizer .builder4 {
        top: 350px;
        left: 20%;
        width: 25%; } }
    @media (max-width: 650px) {
      #features-3d-visualizer .builder4 {
        top: 450px;
        left: 20%;
        width: 25%; } }
    @media (max-width: 450px) {
      #features-3d-visualizer .builder4 {
        top: 150px;
        left: 20%;
        width: 25%; } }
  #features-3d-visualizer .buildercar {
    position: relative;
    z-index: 10; }
    @media (max-width: 960px) {
      #features-3d-visualizer .buildercar {
        width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-analytics img {
    width: 100%; } }

@media (max-width: 960px) {
  #features-analytics ul {
    margin: 4.3% 0 0 0; } }

@media (max-width: 960px) {
  #features-analytics ul li {
    line-height: .8em;
    margin-bottom: 3%; } }

@media (max-width: 960px) {
  #features-analytics ul li:nth-child(odd) {
    width: 49%;
    margin-right: 6%; } }

@media (max-width: 960px) {
  #features-analytics ul li:nth-child(even) {
    width: 45%;
    margin-right: 0; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-cdn img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-cms img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-wrapper .feature-block.features-customize ul.thumbnail-grid {
  margin-top: 3.2%; }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.features-customize ul.thumbnail-grid {
      margin-top: 6.7%; } }
  @media (max-width: 450px) {
    .features-wrapper .feature-block.features-customize ul.thumbnail-grid {
      margin-top: 4.5%; } }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.features-customize ul.thumbnail-grid li {
      width: 45%;
      margin-bottom: 4%; } }
  @media (max-width: 960px) and (max-width: 450px) {
    .features-wrapper .feature-block.features-customize ul.thumbnail-grid li {
      margin-bottom: 2%; } }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.features-customize ul.thumbnail-grid li:nth-child(odd) {
      margin-right: 5%;
      margin-left: 0; } }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.features-customize ul.thumbnail-grid li:nth-child(even) {
      margin-left: 5%;
      margin-right: 0; } }
  .features-wrapper .feature-block.features-customize ul.thumbnail-grid li h5 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: .6em;
    vertical-align: inherit; }
    @media (max-width: 960px) {
      .features-wrapper .feature-block.features-customize ul.thumbnail-grid li h5 {
        font-size: 1.5rem; } }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.features-customize ul.thumbnail-grid li h5 {
        font-size: .75rem;
        margin-bottom: .3em; } }
    .features-wrapper .feature-block.features-customize ul.thumbnail-grid li h5 img {
      margin-right: 7px; }
      @media (max-width: 450px) {
        .features-wrapper .feature-block.features-customize ul.thumbnail-grid li h5 img {
          zoom: 50%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.feature-block.fitment img {
  margin-top: 33px; }
  @media (max-width: 960px) {
    .feature-block.fitment img {
      width: 221%;
      -webkit-transform: translate3d(-22%, 0, 0);
      transform: translate3d(-22%, 0, 0);
      margin-top: 1em;
      margin-bottom: 2em; } }
  @media (max-width: 450px) {
    .feature-block.fitment img {
      width: 188%;
      -webkit-transform: translate3d(-26.5%, 0, 0);
      transform: translate3d(-26.5%, 0, 0);
      margin-top: 1.2em; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

#feature-header {
  background-image: url("../img/backgrounds/home/CTA.jpg");
  background-size: cover;
  background-color: #299dff;
  min-height: 900px;
  position: relative;
  overflow: hidden;
  -webkit-filter: hue-rotate(15deg);
  filter: hue-rotate(15deg);
  color: #fefefe;
  max-width: unset; }
  @media (max-width: 960px) {
    #feature-header {
      min-height: 141vh;
      padding: 0 30px; } }
  @media (max-width: 450px) {
    #feature-header {
      padding: 0 15px;
      min-height: 666px; } }
  @media (max-width: 960px) {
    #feature-header h2 {
      font-size: 3.75rem;
      line-height: 1em; } }
  @media (max-width: 450px) {
    #feature-header h2 {
      font-size: 1.875rem;
      margin-bottom: 20px; } }
  #feature-header .container {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 900px;
    padding: 0 98px; }
    @media (max-width: 960px) {
      #feature-header .container {
        padding: 0; } }
    @media (max-width: 450px) {
      #feature-header .container {
        height: 666px; } }
  #feature-header div.content {
    position: absolute;
    top: 56%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 51%; }
    @media (max-width: 960px) {
      #feature-header div.content {
        width: 80%;
        top: 17em;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }
    @media (max-width: 450px) {
      #feature-header div.content {
        top: 8.5em; } }
    #feature-header div.content .button {
      background: #212121;
      margin-left: 5px; }
  #feature-header div.price {
    position: absolute;
    top: 0;
    height: 1000px;
    width: 369.5px;
    color: #212121;
    z-index: 5;
    right: -41px; }
    @media (max-width: 960px) {
      #feature-header div.price {
        right: -160px;
        top: 5em; } }
    @media (max-width: 650px) {
      #feature-header div.price {
        right: -50vw; } }
    @media (max-width: 450px) {
      #feature-header div.price {
        top: 37.5%;
        height: 370px;
        width: 184.75px;
        right: 0; } }
    #feature-header div.price > div {
      position: absolute;
      z-index: 1;
      top: 28.5%;
      left: -11%; }
      @media (max-width: 960px) {
        #feature-header div.price > div {
          top: 70%;
          left: -70%; } }
      @media (max-width: 450px) {
        #feature-header div.price > div {
          top: 37%;
          left: -26.5%; } }
    #feature-header div.price:before {
      position: absolute;
      content: '';
      display: block;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fefefe), color-stop(80%, transparent));
      background: -o-linear-gradient(top, #fefefe 20%, transparent 80%);
      background: linear-gradient(to bottom, #fefefe 20%, transparent 80%);
      top: -125px;
      -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
      transform: translate3d(0, 0, 0) rotate(45deg);
      z-index: 0;
      width: 250px;
      height: 870px; }
      @media (max-width: 960px) {
        #feature-header div.price:before {
          width: 250px;
          height: 1000px; } }
      @media (max-width: 450px) {
        #feature-header div.price:before {
          width: 127px;
          height: 528px; } }
    #feature-header div.price .pre-price {
      padding-left: 30px; }
      @media (max-width: 960px) {
        #feature-header div.price .pre-price {
          font-size: 1.5rem; } }
      @media (max-width: 450px) {
        #feature-header div.price .pre-price {
          font-size: .75rem; } }
    #feature-header div.price strong {
      font-family: "graphik-web-bold";
      font-size: 4em;
      padding-top: 0.4em;
      padding-bottom: 2em;
      display: block;
      margin-top: 0;
      margin-left: 20px; }
      @media (max-width: 960px) {
        #feature-header div.price strong {
          padding-top: 0.25em;
          font-size: 4.5em; } }
      @media (max-width: 450px) {
        #feature-header div.price strong {
          font-size: 2.25em; } }
      #feature-header div.price strong sup {
        font-size: .5em;
        vertical-align: text-top; }
        #feature-header div.price strong sup .slash {
          letter-spacing: initial; }
  #feature-header .slider-controls-wrapper {
    background: #fefefe;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 80px;
    width: 240px; }
    #feature-header .slider-controls-wrapper .slider-nav {
      background: #fefefe;
      display: inline-block;
      height: 100%;
      width: 49.9999%; }
      #feature-header .slider-controls-wrapper .slider-nav i {
        color: #212121;
        margin-top: 24px; }
    #feature-header .slider-controls-wrapper .slider-prev {
      text-align: right;
      padding-right: 20px; }
    #feature-header .slider-controls-wrapper .slider-next {
      text-align: left;
      padding-left: 20px; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-hosting img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-integrations img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-chat img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-wrapper .feature-block.feature-manufacturers ul.thumbnail-grid.r4 {
  margin-top: 3%; }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.feature-manufacturers ul.thumbnail-grid.r4 {
      margin-top: 7%; } }
  .features-wrapper .feature-block.feature-manufacturers ul.thumbnail-grid.r4 li {
    width: 20%;
    margin: 0 5% 7% 0; }
    @media (max-width: 960px) {
      .features-wrapper .feature-block.feature-manufacturers ul.thumbnail-grid.r4 li {
        margin: 0 5% 9.1% 0; } }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.feature-manufacturers ul.thumbnail-grid.r4 li {
        margin: 0 5% 10% 0; } }
    .features-wrapper .feature-block.feature-manufacturers ul.thumbnail-grid.r4 li img {
      width: 100%; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-wrapper .feature-block.media ul.thumbnail-grid {
  margin-bottom: 29px; }
  @media (max-width: 450px) {
    .features-wrapper .feature-block.media ul.thumbnail-grid {
      margin-bottom: 15px; } }
  .features-wrapper .feature-block.media ul.thumbnail-grid li {
    text-align: left; }
    @media (max-width: 960px) {
      .features-wrapper .feature-block.media ul.thumbnail-grid li {
        display: inline-block;
        width: 40%; } }
    .features-wrapper .feature-block.media ul.thumbnail-grid li:first-child {
      margin-right: 11em; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block.media ul.thumbnail-grid li:first-child {
          margin-right: 7.5em; } }
      @media (max-width: 450px) {
        .features-wrapper .feature-block.media ul.thumbnail-grid li:first-child {
          margin-right: 3.75em; } }
    .features-wrapper .feature-block.media ul.thumbnail-grid li h3 {
      font-size: 1.125rem;
      margin-bottom: 41px; }
      @media (max-width: 450px) {
        .features-wrapper .feature-block.media ul.thumbnail-grid li h3 {
          font-size: .5625rem;
          margin-bottom: 20px; } }
    @media (max-width: 960px) {
      .features-wrapper .feature-block.media ul.thumbnail-grid li img {
        left: 0; } }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.media ul.thumbnail-grid li img {
        zoom: 50%; } }

.features-wrapper .feature-block.media h3 {
  font-size: 1.125rem; }
  @media (max-width: 450px) {
    .features-wrapper .feature-block.media h3 {
      font-size: .5625rem;
      margin-bottom: 15px; } }

.features-wrapper .feature-block.media .media-wrapper {
  position: relative; }
  .features-wrapper .feature-block.media .media-wrapper .media-main {
    position: relative;
    z-index: 10;
    left: 100px; }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.media .media-wrapper .media-main {
        zoom: 50%;
        left: unset; } }
  .features-wrapper .feature-block.media .media-wrapper .media-1 {
    position: absolute;
    top: 30%;
    left: -100px; }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.media .media-wrapper .media-1 {
        left: unset;
        zoom: 48%;
        position: relative;
        top: -100px;
        z-index: 15; } }
  .features-wrapper .feature-block.media .media-wrapper .media-2 {
    position: absolute;
    top: 60%;
    left: -75px; }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.media .media-wrapper .media-2 {
        left: unset;
        zoom: 48%;
        position: relative;
        top: -100px;
        z-index: 15; } }
  .features-wrapper .feature-block.media .media-wrapper .media-3 {
    position: absolute;
    top: 68%;
    right: 9.5%; }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.media .media-wrapper .media-3 {
        right: unset;
        zoom: 48%;
        position: relative;
        top: -100px;
        z-index: 15; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-monitor ul li:nth-child(3) {
    display: none; } }

@media (max-width: 960px) {
  #features-monitor ul li img {
    width: 100%; } }

@media (max-width: 450px) {
  #features-monitor ul li img {
    zoom: 50%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-wrapper .feature-block.payments ul.thumbnail-grid.r3 li {
  height: 220px;
  position: relative; }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.payments ul.thumbnail-grid.r3 li {
      margin-bottom: 4%; } }
  @media (max-width: 450px) {
    .features-wrapper .feature-block.payments ul.thumbnail-grid.r3 li {
      height: 110px; } }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.payments ul.thumbnail-grid.r3 li:nth-child(odd) {
      margin-right: 4%; } }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.payments ul.thumbnail-grid.r3 li:nth-child(even) {
      margin-right: 0; } }
  .features-wrapper .feature-block.payments ul.thumbnail-grid.r3 li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.payments ul.thumbnail-grid.r3 li img {
        max-width: 50%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-returns img {
    width: 100%; } }

@media (max-width: 960px) {
  #features-returns ul {
    margin: 4.3% 0 0 0; } }

@media (max-width: 960px) {
  #features-returns ul li {
    line-height: .8em;
    margin-bottom: 3%; } }

@media (max-width: 450px) {
  #features-returns ul li {
    margin-bottom: 1%; } }

@media (max-width: 960px) {
  #features-returns ul li:nth-child(odd) {
    width: 49%;
    margin-right: 6%; } }

@media (max-width: 960px) {
  #features-returns ul li:nth-child(even) {
    width: 45%;
    margin-right: 0; } }

@media (max-width: 960px) {
  #features-returns ul li:nth-child(5) {
    width: 100%; } }

@media (max-width: 450px) {
  #features-returns ul li p {
    line-height: 1.3em; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-products ul li:nth-child(3) {
    display: none; } }

@media (max-width: 960px) {
  #features-products ul li img {
    width: 100%; } }

@media (max-width: 450px) {
  #features-products ul li img {
    zoom: 50%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 450px) {
  .feature-block.responsive {
    min-width: 416px; } }

.feature-block.responsive img {
  position: relative;
  left: -60px; }
  @media (max-width: 960px) {
    .feature-block.responsive img {
      width: 200%;
      -webkit-transform: translate3d(-25%, 0, 0);
      transform: translate3d(-25%, 0, 0); } }
  @media (max-width: 450px) {
    .feature-block.responsive img {
      width: 140%;
      -webkit-transform: translate3d(-6%, 0, 0);
      transform: translate3d(-6%, 0, 0); } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-security img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-wrapper .feature-block.sell-everywhere ul.thumbnail-grid.r3 li {
  background-image: url(/skin/frontend/default/img/logos/cart.png);
  background-repeat: no-repeat;
  background-position: right top;
  height: 220px;
  width: 31%;
  margin: 0 2.3% 2.6% 0;
  position: relative; }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.sell-everywhere ul.thumbnail-grid.r3 li {
      width: 48%; }
      .features-wrapper .feature-block.sell-everywhere ul.thumbnail-grid.r3 li:nth-child(odd) {
        margin: 0 2% 4.5% 0; }
      .features-wrapper .feature-block.sell-everywhere ul.thumbnail-grid.r3 li:nth-child(even) {
        margin: 0 0 4.5% 2%; } }
  @media (max-width: 450px) {
    .features-wrapper .feature-block.sell-everywhere ul.thumbnail-grid.r3 li {
      height: 110px;
      background-size: 29%; } }
  .features-wrapper .feature-block.sell-everywhere ul.thumbnail-grid.r3 li img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 450px) {
      .features-wrapper .feature-block.sell-everywhere ul.thumbnail-grid.r3 li img {
        width: 50%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-seo img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-wrapper .feature-block.ship ul.thumbnail-grid {
  margin-top: 3%; }
  .features-wrapper .feature-block.ship ul.thumbnail-grid li {
    margin-right: 4.3em;
    vertical-align: middle; }
    @media (max-width: 960px) {
      .features-wrapper .feature-block.ship ul.thumbnail-grid li {
        display: inline;
        margin-right: 9.6%; } }
    .features-wrapper .feature-block.ship ul.thumbnail-grid li.fedex img {
      width: 154px; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block.ship ul.thumbnail-grid li.fedex img {
          width: 22.5%; } }
    .features-wrapper .feature-block.ship ul.thumbnail-grid li.ups img {
      width: 77px; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block.ship ul.thumbnail-grid li.ups img {
          width: 11.5%; } }
    .features-wrapper .feature-block.ship ul.thumbnail-grid li.usps img {
      width: 259px; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block.ship ul.thumbnail-grid li.usps img {
          width: 37%; } }
    .features-wrapper .feature-block.ship ul.thumbnail-grid li img {
      max-height: none; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-social img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-werapper .feature-block.speed p {
  margin-bottom: 1em; }

@media (max-width: 960px) {
  #features-speed img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  #features-support img {
    width: 100%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.features-wrapper .feature-block.themes ul.thumbnail-grid {
  margin: 1.2% 0 0 0; }
  @media (max-width: 960px) {
    .features-wrapper .feature-block.themes ul.thumbnail-grid {
      margin: 7% 0 0 0; } }
  @media (max-width: 450px) {
    .features-wrapper .feature-block.themes ul.thumbnail-grid {
      margin: 6% 0 0 0; } }
  .features-wrapper .feature-block.themes ul.thumbnail-grid li {
    margin-bottom: 27px; }
    @media (max-width: 960px) {
      .features-wrapper .feature-block.themes ul.thumbnail-grid li img {
        width: 100%; } }
    .features-wrapper .feature-block.themes ul.thumbnail-grid li .theme-name {
      text-align: left;
      font-family: "graphik-web-medium";
      font-size: 18px;
      margin: .7em 0 0 0; }
      @media (max-width: 960px) {
        .features-wrapper .feature-block.themes ul.thumbnail-grid li .theme-name {
          font-size: 1.5rem; } }
      @media (max-width: 450px) {
        .features-wrapper .feature-block.themes ul.thumbnail-grid li .theme-name {
          font-size: .75em; } }
    .features-wrapper .feature-block.themes ul.thumbnail-grid li.more-themes {
      background-color: #dee5ed;
      position: relative;
      height: 350px; }
      @media (max-width: 450px) {
        .features-wrapper .feature-block.themes ul.thumbnail-grid li.more-themes {
          height: 175px; } }
      .features-wrapper .feature-block.themes ul.thumbnail-grid li.more-themes h3 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

footer {
  background: #212121;
  color: #fefefe;
  font-family: "graphik-web-regular";
  font-size: 14px;
  padding: 11.25em 2em;
  position: relative; }
  @media (max-width: 450px) {
    footer {
      padding: 5em 15px; } }
  footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    footer .container img.logo {
      width: 230px; }
      @media (max-width: 450px) {
        footer .container img.logo {
          width: 115px; } }
    footer .container > div.livechat {
      position: fixed;
      bottom: 0;
      right: 5%;
      background: #0089e9;
      color: white;
      font-family: "graphik-web-medium";
      text-transform: uppercase;
      font-size: 12px;
      padding: 1em;
      z-index: 1000; }
    footer .container > div.col {
      width: 26.5%;
      vertical-align: top; }
      @media (max-width: 960px) {
        footer .container > div.col {
          width: 40%;
          display: inline-block; } }
      footer .container > div.col:last-child {
        width: 73%; }
        @media (max-width: 960px) {
          footer .container > div.col:last-child {
            width: 40%;
            margin-left: 19%; } }
        @media (max-width: 450px) {
          footer .container > div.col:last-child {
            padding-top: .5em;
            width: 35%;
            margin-left: 23%; } }
      footer .container > div.col.links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; }
        @media (max-width: 960px) {
          footer .container > div.col.links {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
      @media (max-width: 960px) {
        footer .container > div.col > div.inner-col {
          width: 100%; } }
      footer .container > div.col > div.inner-col:last-child {
        width: 10%;
        margin-left: 5%; }
        @media (max-width: 960px) {
          footer .container > div.col > div.inner-col:last-child {
            width: 100%;
            margin-left: 0; } }
      @media (max-width: 960px) {
        footer .container > div.col > div.inner-col.features strong, footer .container > div.col > div.inner-col.themes strong, footer .container > div.col > div.inner-col.pricing strong {
          margin-bottom: 1em;
          display: block; } }
      @media (max-width: 450px) {
        footer .container > div.col > div.inner-col.features strong, footer .container > div.col > div.inner-col.themes strong, footer .container > div.col > div.inner-col.pricing strong {
          margin-bottom: 2em; } }
      @media (max-width: 960px) {
        footer .container > div.col > div.inner-col.features ul, footer .container > div.col > div.inner-col.themes ul, footer .container > div.col > div.inner-col.pricing ul {
          display: none; } }
      @media (max-width: 960px) {
        footer .container > div.col > div.inner-col.customers strong {
          display: none; } }
      footer .container > div.col > div.inner-col a {
        color: #fefefe; }
      footer .container > div.col.contact-info ul.social-media {
        list-style-type: none;
        margin: 2em 0 3em; }
        @media (max-width: 960px) {
          footer .container > div.col.contact-info ul.social-media {
            margin: 1.6em 0 1.3em; } }
        footer .container > div.col.contact-info ul.social-media li {
          display: inline;
          margin: 0 10px; }
          @media (max-width: 450px) {
            footer .container > div.col.contact-info ul.social-media li {
              font-size: .75rem;
              margin: 0 12px; } }
          footer .container > div.col.contact-info ul.social-media li:first-child {
            margin: 0 10px 0 0; }
            @media (max-width: 450px) {
              footer .container > div.col.contact-info ul.social-media li:first-child {
                margin: 0 12px 0 0; } }
          footer .container > div.col.contact-info ul.social-media li a {
            color: #fff; }
            footer .container > div.col.contact-info ul.social-media li a:hover {
              color: #c6c6c6; }
      footer .container > div.col.contact-info .email a {
        color: #fff; }
        @media (max-width: 450px) {
          footer .container > div.col.contact-info .email a {
            font-size: .65em; } }
        footer .container > div.col.contact-info .email a:hover {
          color: #c6c6c6; }
      footer .container > div.col.contact-info .copyright {
        font-size: 12px; }
        @media (max-width: 450px) {
          footer .container > div.col.contact-info .copyright {
            font-size: .65em; } }
        footer .container > div.col.contact-info .copyright strong {
          font-size: 12px; }
          @media (max-width: 450px) {
            footer .container > div.col.contact-info .copyright strong {
              font-size: 1em; } }
      footer .container > div.col.col-menu ul {
        margin: 2.5em 0 4em; }
        footer .container > div.col.col-menu ul li {
          margin: 1.15em 0; }
    footer .container p {
      margin: 1em 0; }
      @media (max-width: 450px) {
        footer .container p {
          margin: 1em 0 .2em; } }
    footer .container strong {
      font-weight: bold;
      font-size: 16px;
      font-family: "graphik-web-bold"; }
      @media (max-width: 960px) {
        footer .container strong {
          font-size: 1.5rem; } }
      @media (max-width: 450px) {
        footer .container strong {
          font-size: .75rem; } }
    footer .container hr {
      border: 1px solid #424242;
      border-width: 1px 0 0 0;
      width: 60%;
      text-align: left;
      display: inline-block;
      margin: 1em 0; }
      @media (max-width: 960px) {
        footer .container hr {
          width: 100%; } }
    footer .container ul {
      list-style-type: none;
      padding: 0;
      margin: 2em 0 4em; }
      @media (max-width: 960px) {
        footer .container ul.other {
          margin: 1.1em 0; } }
      @media (max-width: 960px) {
        footer .container ul.other li {
          margin: 0 0 1.2em; } }
      footer .container ul.other li a {
        color: rgba(198, 198, 198, 0.5);
        text-transform: uppercase;
        font-family: "graphik-web-medium";
        font-size: 12px; }
        @media (max-width: 450px) {
          footer .container ul.other li a {
            font-size: 7px;
            letter-spacing: .2em; } }
        footer .container ul.other li a:hover {
          color: #c6c6c6; }
      footer .container ul li {
        margin: 1.4em 0; }
        @media (max-width: 960px) {
          footer .container ul li a {
            font-size: 1.5rem; } }
        @media (max-width: 450px) {
          footer .container ul li a {
            font-size: .75rem; } }
    footer .container form {
      width: 60%;
      position: relative;
      margin: 6.5em 0 4.5em; }
      @media (max-width: 1200px) {
        footer .container form {
          width: 90%; } }
      @media (max-width: 960px) {
        footer .container form {
          width: 100%; } }
      @media (max-width: 450px) {
        footer .container form {
          margin: 3.2em 0 0; } }
      @media (max-width: 450px) {
        footer .container form strong {
          font-size: .55rem;
          display: block; } }
      footer .container form input {
        margin: 1em 0 3em; }
        @media (max-width: 450px) {
          footer .container form input {
            font-size: .75em;
            line-height: 1.5em; } }
      footer .container form button {
        background: none;
        border: none;
        color: #fefefe;
        opacity: 0.5;
        outline: none;
        position: absolute;
        top: 40px;
        right: 0; }
        @media (max-width: 450px) {
          footer .container form button {
            top: 29px; } }
        footer .container form button:hover {
          opacity: 1; }
        @media (max-width: 450px) {
          footer .container form button i {
            font-size: 1em; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  body.menu-open .header-mobile-menu {
    display: block; } }

.header-mobile-menu {
  display: none;
  position: fixed;
  z-index: 100;
  background: #fefefe;
  top: 98px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 60px);
  overflow-y: scroll;
  overflow-x: hidden;
  color: #212121; }
  .header-mobile-menu .mobile-top {
    width: 200%;
    overflow-x: hidden; }
    .header-mobile-menu .mobile-top .languages-wrapper {
      width: 100vw;
      float: left; }
      .header-mobile-menu .mobile-top .languages-wrapper .languages {
        width: 90%;
        background: #212121;
        margin: 2em auto;
        color: #fefefe; }
        .header-mobile-menu .mobile-top .languages-wrapper .languages > div {
          width: 50%;
          display: inline-block;
          line-height: 2em;
          padding: 0 1em; }
          .header-mobile-menu .mobile-top .languages-wrapper .languages > div.social {
            text-align: right; }
    .header-mobile-menu .mobile-top .back-menu {
      width: 100vw;
      float: right;
      background: #dee5ed;
      cursor: pointer;
      font-family: "graphik-web-bold";
      font-size: 1.5em;
      line-height: 3em;
      padding: 0 2em; }
  .header-mobile-menu .mobile-navs {
    width: 200%; }
    .header-mobile-menu .mobile-navs ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 100vw;
      float: left; }
      .header-mobile-menu .mobile-navs ul.secondary {
        float: right; }
      .header-mobile-menu .mobile-navs ul li {
        margin: 0 5%;
        padding: 1em 0;
        font-family: "graphik-web-bold";
        font-size: 2em;
        position: relative;
        border-top: 1px solid #c6c6c6; }
        .header-mobile-menu .mobile-navs ul li a {
          color: #212121; }
        .header-mobile-menu .mobile-navs ul li:last-child {
          border-bottom: 1px solid #c6c6c6; }
        .header-mobile-menu .mobile-navs ul li.open-level:after {
          display: inline-block;
          font: normal normal normal 14px FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f0da";
          position: absolute;
          right: 0;
          font-size: 0.5em;
          line-height: 2em; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.header-wrapper {
  position: fixed;
  z-index: 7;
  top: 0;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9); }
  @media (max-width: 960px) {
    .header-wrapper {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: #212121;
      height: 98px; } }
  @media (max-width: 450px) {
    .header-wrapper {
      height: 49px; } }
  @media (max-width: 960px) {
    .header-wrapper .user-header {
      display: none; } }

header {
  height: 80px;
  padding: 0 2em;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  max-width: 1920px;
  margin: 0 auto; }
  @media (max-width: 960px) {
    header {
      background: transparent;
      height: 60px; } }
  @media (max-width: 450px) {
    header {
      height: 30px; } }
  header img {
    position: absolute;
    top: 23.5px;
    width: 230px; }
    @media (max-width: 960px) {
      header img {
        width: 33%; } }
    @media (max-width: 450px) {
      header img {
        width: 36.5%;
        top: 10px; } }
  header > ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    line-height: 80px; }
    @media (max-width: 960px) {
      header > ul {
        display: none; } }
    header > ul li {
      padding: 0;
      margin: 0 1em;
      display: inline-block;
      position: relative; }
      header > ul li:first-child {
        margin: 0 1em 0 0; }
      header > ul li.dropdown:hover .dropdown-content {
        max-height: 100vh;
        opacity: 1; }
      header > ul li a, header > ul li a:link, header > ul li a:active, header > ul li a:visited {
        display: block;
        font-family: "graphik-web-bold";
        font-size: 14px;
        color: #c6c6c6;
        text-decoration: none; }
        header > ul li a.active, header > ul li a:link.active, header > ul li a:active.active, header > ul li a:visited.active {
          color: #fefefe; }
          header > ul li a.active:after, header > ul li a:link.active:after, header > ul li a:active.active:after, header > ul li a:visited.active:after {
            content: '';
            border-bottom: 2px solid #0089e9;
            position: absolute;
            bottom: 20px;
            left: 0;
            width: 100%; }
      header > ul li a:hover {
        color: #fefefe; }
      header > ul li .dropdown-content {
        width: 184px;
        position: absolute;
        top: 75px;
        left: calc(50% - 92px);
        border-radius: 5px;
        border: 1px solid transparent;
        -webkit-transition: max-height 0.4s ease-in, opacity 0.2s ease-out;
        -o-transition: max-height 0.4s ease-in, opacity 0.2s ease-out;
        transition: max-height 0.4s ease-in, opacity 0.2s ease-out;
        overflow: hidden;
        -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
        max-height: 0px;
        opacity: 0; }
        header > ul li .dropdown-content#more-menu {
          left: calc(50% - 115px); }
        header > ul li .dropdown-content:before {
          content: '';
          border-left: 13px solid transparent;
          border-right: 13px solid transparent;
          border-bottom: 13px solid #ecf0f5;
          position: absolute;
          top: -9px;
          right: calc(50% - 13px); }
        header > ul li .dropdown-content a {
          background: #ecf0f5;
          color: #212121;
          display: block;
          line-height: 18px;
          padding: 18px 0;
          border: 3px solid #ecf0f5;
          font-family: "graphik-web-medium";
          font-size: 14px; }
          header > ul li .dropdown-content a:hover {
            background: #fefefe; }
        header > ul li .dropdown-content hr {
          border-top: 1px solid #dddeee;
          margin: 0; }
  header .menu-right {
    margin: 0;
    float: right; }
    header .menu-right:hover .dropdown {
      display: block; }
    header .menu-right li {
      height: 100%;
      line-height: 80px;
      margin: 0; }
      header .menu-right li .dropdown-toggle i {
        margin-left: 10px; }
      header .menu-right li .dropdown {
        display: none;
        width: 184px;
        position: fixed;
        top: 115px;
        left: unset;
        right: 30px;
        border-radius: 3px;
        border: 1px solid transparent; }
        header .menu-right li .dropdown:before {
          content: '';
          border-left: 13px solid transparent;
          border-right: 13px solid transparent;
          border-bottom: 13px solid #ecf0f5;
          position: absolute;
          top: -9px;
          right: 18px; }
        header .menu-right li .dropdown a {
          background: #ecf0f5;
          color: #212121;
          display: block;
          line-height: 18px;
          padding: 18px 0;
          border: 3px solid #ecf0f5;
          font-family: "graphik-web-medium";
          font-size: 14px; }
          header .menu-right li .dropdown a:hover {
            background: #fefefe; }
        header .menu-right li .dropdown hr {
          border-top: 1px solid #dddeee;
          margin: 0; }
  header .hamburger {
    display: none; }
    @media (max-width: 960px) {
      header .hamburger {
        display: inline-block;
        color: #fefefe;
        font-size: 2em;
        position: absolute;
        right: 6%;
        top: 37px; } }
    @media (max-width: 450px) {
      header .hamburger {
        font-size: 1.5em;
        right: 4.5%;
        top: 14.5px; } }

@media (max-width: 960px) {
  body.menu-open header {
    background: #212121; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.home-3d-visualizer {
  background-image: url("../img/backgrounds/home/3dvisu.jpg");
  background-size: cover;
  height: 860px;
  min-height: 860px; }
  @media (max-width: 1500px) {
    .home-block.home-3d-visualizer {
      min-height: 950px; } }
  @media (max-width: 450px) {
    .home-block.home-3d-visualizer {
      height: 475px;
      min-height: 475px; } }
  .home-block.home-3d-visualizer .section-content {
    top: 30.5%;
    width: 30%; }
    @media (max-width: 960px) {
      .home-block.home-3d-visualizer .section-content {
        top: 6em;
        width: 60%; } }
    @media (max-width: 450px) {
      .home-block.home-3d-visualizer .section-content {
        top: 3.5%; } }
  .home-block.home-3d-visualizer .section-midground {
    width: 100%;
    top: 0;
    left: 0; }
    @media (max-width: 960px) {
      .home-block.home-3d-visualizer .section-midground {
        top: 15em; } }
    @media (max-width: 450px) {
      .home-block.home-3d-visualizer .section-midground {
        top: 12.4em; } }
    .home-block.home-3d-visualizer .section-midground img {
      position: absolute; }
      @media (max-width: 450px) {
        .home-block.home-3d-visualizer .section-midground img {
          width: 36%; } }
    .home-block.home-3d-visualizer .section-midground .builder1 {
      top: 41px;
      right: 6.25%; }
      @media (max-width: 450px) {
        .home-block.home-3d-visualizer .section-midground .builder1 {
          top: 0px;
          right: -10.75%; } }
    .home-block.home-3d-visualizer .section-midground .builder2 {
      top: 155px;
      left: 37.7%; }
      @media (max-width: 450px) {
        .home-block.home-3d-visualizer .section-midground .builder2 {
          top: 34px;
          left: 31.4%; } }
    .home-block.home-3d-visualizer .section-midground .builder3 {
      top: 101px;
      left: 50%; }
      @media (max-width: 450px) {
        .home-block.home-3d-visualizer .section-midground .builder3 {
          top: 18px;
          left: 48%; } }
    .home-block.home-3d-visualizer .section-midground .builder4 {
      top: 223px;
      right: 0; }
      @media (max-width: 450px) {
        .home-block.home-3d-visualizer .section-midground .builder4 {
          top: 89px;
          right: -5%; } }
    .home-block.home-3d-visualizer .section-midground .buildercar {
      top: 236px;
      left: 54.1%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      @media (max-width: 960px) {
        .home-block.home-3d-visualizer .section-midground .buildercar {
          top: 375px;
          width: 100%; } }
      @media (max-width: 450px) {
        .home-block.home-3d-visualizer .section-midground .buildercar {
          top: 59px;
          width: 127%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.home-fitment {
  background-image: url("../img/backgrounds/home/product_fitment.jpg");
  background-size: cover;
  position: relative;
  min-height: 999px; }
  @media (max-width: 1500px) {
    .home-block.home-fitment {
      min-height: 1410px; } }
  @media (max-width: 960px) {
    .home-block.home-fitment {
      min-height: 1438px; } }
  @media (max-width: 450px) {
    .home-block.home-fitment {
      min-height: 702px; } }
  @media (max-width: 960px) {
    .home-block.home-fitment .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; } }
  .home-block.home-fitment .section-content {
    top: 31%; }
    @media (max-width: 960px) {
      .home-block.home-fitment .section-content {
        width: 95%;
        top: -15em;
        position: relative; } }
    @media (max-width: 450px) {
      .home-block.home-fitment .section-content {
        top: 18%;
        position: absolute; } }
    .home-block.home-fitment .section-content p {
      width: 60%; }
  .home-block.home-fitment .section-midground {
    top: 0;
    left: 0;
    width: 100%; }
    .home-block.home-fitment .section-midground .fitment-image {
      position: absolute; }
    .home-block.home-fitment .section-midground #fitment-searchbar {
      top: 86px;
      right: 0; }
      @media (max-width: 960px) {
        .home-block.home-fitment .section-midground #fitment-searchbar {
          right: unset;
          top: 56px;
          left: -43px; } }
      @media (max-width: 450px) {
        .home-block.home-fitment .section-midground #fitment-searchbar {
          top: 9px;
          width: 190%;
          left: -22px; } }
    .home-block.home-fitment .section-midground #fitment-product {
      top: 279px;
      right: 40.6%; }
      @media (max-width: 1200px) {
        .home-block.home-fitment .section-midground #fitment-product {
          right: 40.6%; } }
      @media (max-width: 1500px) {
        .home-block.home-fitment .section-midground #fitment-product {
          top: 331px;
          right: 15%; } }
      @media (max-width: 960px) {
        .home-block.home-fitment .section-midground #fitment-product {
          top: 298px;
          right: -19%;
          width: 59%; } }
      @media (max-width: 450px) {
        .home-block.home-fitment .section-midground #fitment-product {
          width: 59%;
          top: 130px;
          right: -20%; } }
    .home-block.home-fitment .section-midground #fitment-description {
      top: 319px;
      right: 6.2%; }
      @media (max-width: 1200px) {
        .home-block.home-fitment .section-midground #fitment-description {
          right: -20%; } }
      @media (max-width: 1500px) {
        .home-block.home-fitment .section-midground #fitment-description {
          right: 4%;
          top: unset;
          bottom: 60px; } }
      @media (max-width: 960px) {
        .home-block.home-fitment .section-midground #fitment-description {
          right: 5px;
          opacity: 0.5;
          bottom: 61px;
          width: 75%; } }
      @media (max-width: 450px) {
        .home-block.home-fitment .section-midground #fitment-description {
          width: 75%;
          top: 340px;
          right: 0; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@-webkit-keyframes logo-scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  20% {
    opacity: 1; }
  25% {
    opacity: 1; }
  49.9999% {
    opacity: 1;
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0); }
  50.0001% {
    opacity: 1;
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes logo-scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  20% {
    opacity: 1; }
  25% {
    opacity: 1; }
  49.9999% {
    opacity: 1;
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0); }
  50.0001% {
    opacity: 1;
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes logo-scroll-middle {
  0% {
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(0, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(0, 0, 0);
    opacity: .8; }
  20% {
    opacity: .8; }
  25% {
    opacity: .8; }
  49.9999% {
    opacity: .8;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(-200vw, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(-200vw, 0, 0); }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(200vw, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(200vw, 0, 0); }
  50.0001% {
    opacity: .6;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(200vw, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(200vw, 0, 0); }
  100% {
    opacity: .6;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(0, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(0, 0, 0); } }

@keyframes logo-scroll-middle {
  0% {
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(0, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(0, 0, 0);
    opacity: .8; }
  20% {
    opacity: .8; }
  25% {
    opacity: .8; }
  49.9999% {
    opacity: .8;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(-200vw, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(-200vw, 0, 0); }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(200vw, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(200vw, 0, 0); }
  50.0001% {
    opacity: .6;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(200vw, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(200vw, 0, 0); }
  100% {
    opacity: .6;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translate3d(0, 0, 0);
    transform: scale3d(0.75, 0.75, 0.75) translate3d(0, 0, 0); } }

@-webkit-keyframes logo-scroll-away {
  0% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0);
    opacity: .6; }
  20% {
    opacity: .6; }
  25% {
    opacity: .6; }
  49.9999% {
    opacity: .6;
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(-200vw, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(-200vw, 0, 0); }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(200vw, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(200vw, 0, 0); }
  50.0001% {
    opacity: .6;
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(200vw, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(200vw, 0, 0); }
  100% {
    opacity: .6;
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0); } }

@keyframes logo-scroll-away {
  0% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0);
    opacity: .6; }
  20% {
    opacity: .6; }
  25% {
    opacity: .6; }
  49.9999% {
    opacity: .6;
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(-200vw, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(-200vw, 0, 0); }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(200vw, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(200vw, 0, 0); }
  50.0001% {
    opacity: .6;
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(200vw, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(200vw, 0, 0); }
  100% {
    opacity: .6;
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0); } }

.home-block.home-manufacturers {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25))), url("../img/backgrounds/home/1000manufacturers.jpg");
  background: -o-linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), url("../img/backgrounds/home/1000manufacturers.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), url("../img/backgrounds/home/1000manufacturers.jpg");
  position: relative; }
  @media (max-width: 960px) {
    .home-block.home-manufacturers {
      max-height: 1020px;
      background-size: cover; } }
  @media (max-width: 450px) {
    .home-block.home-manufacturers {
      background-size: cover; } }
  .home-block.home-manufacturers .section-content {
    top: 32%; }
    @media (max-width: 960px) {
      .home-block.home-manufacturers .section-content {
        top: 32.5%;
        width: 67%; } }
    @media (max-width: 450px) {
      .home-block.home-manufacturers .section-content {
        top: 32%; } }
    .home-block.home-manufacturers .section-content p {
      width: 55%; }
      @media (max-width: 960px) {
        .home-block.home-manufacturers .section-content p {
          width: 90%; } }
      @media (max-width: 450px) {
        .home-block.home-manufacturers .section-content p {
          width: 100%; } }
  .home-block.home-manufacturers .section-midground {
    top: 145px;
    left: 0;
    width: 100%; }
    .home-block.home-manufacturers .section-midground .manuf-row {
      display: block;
      height: 50px;
      width: 100%; }
      .home-block.home-manufacturers .section-midground .manuf-row div.hide {
        opacity: 0;
        -webkit-transition: opacity 2s;
        -o-transition: opacity 2s;
        transition: opacity 2s; }
      .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo {
        position: absolute;
        -webkit-animation-name: logo-scroll;
        animation-name: logo-scroll;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        z-index: 0;
        max-height: 46px; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo.small {
          -webkit-animation-name: logo-scroll-away;
          animation-name: logo-scroll-away;
          -webkit-animation-duration: 85s !important;
          animation-duration: 85s !important;
          z-index: -5; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo.medium {
          -webkit-animation-name: logo-scroll-middle;
          animation-name: logo-scroll-middle;
          -webkit-animation-duration: 85s !important;
          animation-duration: 85s !important;
          z-index: -5; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#airaid {
          -webkit-animation-duration: 55s;
          animation-duration: 55s;
          left: 80%; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#eibach {
          -webkit-animation-duration: 45s;
          animation-duration: 45s;
          left: 100%; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#nitto {
          -webkit-animation-duration: 50s;
          animation-duration: 50s;
          left: 130%; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#wilwood {
          -webkit-animation-duration: 60s;
          animation-duration: 60s;
          left: 30%; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#american-racing {
          -webkit-animation-duration: 60s;
          animation-duration: 60s;
          left: 90%; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#fabtech {
          -webkit-animation-duration: 70s;
          animation-duration: 70s;
          left: 125%; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#pirelli {
          left: 50%;
          -webkit-animation-duration: 50s;
          animation-duration: 50s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#aries {
          left: 110%;
          -webkit-animation-duration: 55s;
          animation-duration: 55s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#fuel {
          left: 130%;
          -webkit-animation-duration: 42s;
          animation-duration: 42s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#procomp {
          left: 80%;
          -webkit-animation-duration: 45s;
          animation-duration: 45s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#banks {
          left: 105%;
          -webkit-animation-duration: 52s;
          animation-duration: 52s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#goodyear {
          left: 130%;
          -webkit-animation-duration: 47s;
          animation-duration: 47s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#rbp {
          left: 60%;
          -webkit-animation-duration: 55s;
          animation-duration: 55s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#bilstein {
          left: 95%;
          -webkit-animation-duration: 47s;
          animation-duration: 47s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#hankook {
          left: 125%;
          -webkit-animation-duration: 50s;
          animation-duration: 50s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#smittybilt {
          left: 40%;
          -webkit-animation-duration: 60s;
          animation-duration: 60s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#borla {
          left: 90%;
          -webkit-animation-duration: 43s;
          animation-duration: 43s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#husky {
          left: 130%;
          -webkit-animation-duration: 51s;
          animation-duration: 51s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#t-rex {
          left: 80%;
          -webkit-animation-duration: 45s;
          animation-duration: 45s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#bushwacker {
          left: 105%;
          -webkit-animation-duration: 53s;
          animation-duration: 53s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#kn {
          left: 120%;
          -webkit-animation-duration: 41s;
          animation-duration: 41s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#toyo {
          left: 60%;
          -webkit-animation-duration: 55s;
          animation-duration: 55s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#continental {
          left: 105%;
          -webkit-animation-duration: 40s;
          animation-duration: 40s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#lexani {
          left: 130%;
          -webkit-animation-duration: 47s;
          animation-duration: 47s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#tsw {
          left: 20%;
          -webkit-animation-duration: 50s;
          animation-duration: 50s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#corsa {
          left: 80%;
          -webkit-animation-duration: 60s;
          animation-duration: 60s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#magnaflow {
          left: 130%;
          -webkit-animation-duration: 56s;
          animation-duration: 56s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#vogtland {
          left: 40%;
          -webkit-animation-duration: 55s;
          animation-duration: 55s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#coverking {
          left: 85%;
          -webkit-animation-duration: 60s;
          animation-duration: 60s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#michelin {
          left: 125%;
          -webkit-animation-duration: 57s;
          animation-duration: 57s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#weathertech {
          left: 70%;
          -webkit-animation-duration: 55s;
          animation-duration: 55s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#edelbrook {
          left: 92%;
          -webkit-animation-duration: 59s;
          animation-duration: 59s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#n-fab {
          left: 120%;
          -webkit-animation-duration: 51s;
          animation-duration: 51s; }
        .home-block.home-manufacturers .section-midground .manuf-row .manuf-logo#westin {
          left: 55%;
          -webkit-animation-duration: 57s;
          animation-duration: 57s; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.home-payments {
  background-image: url("../img/backgrounds/home/accept_payments.jpg");
  background-size: cover; }
  @media (max-width: 960px) {
    .home-block.home-payments {
      min-height: 1484px; } }
  @media (max-width: 450px) {
    .home-block.home-payments {
      min-height: 742px; } }
  .home-block.home-payments .section-content {
    top: 32%; }
    @media (max-width: 960px) {
      .home-block.home-payments .section-content {
        width: 75%;
        top: 6em; } }
    @media (max-width: 450px) {
      .home-block.home-payments .section-content {
        top: 2%;
        width: 82%; } }
    @media (max-width: 960px) {
      .home-block.home-payments .section-content h2 {
        width: 70%; } }
    .home-block.home-payments .section-content p {
      width: 69%; }
      @media (max-width: 960px) {
        .home-block.home-payments .section-content p {
          width: 100%; } }
  .home-block.home-payments .section-midground {
    height: auto;
    right: 0;
    padding: 3.5em 4.6em;
    width: 60%;
    vertical-align: middle;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
    @media (max-width: 960px) {
      .home-block.home-payments .section-midground {
        top: 48em;
        left: 0;
        right: unset;
        width: 100%;
        padding: 0; } }
    @media (max-width: 450px) {
      .home-block.home-payments .section-midground {
        width: calc(100% + 30px);
        padding: 0;
        top: 24.7em;
        margin: 0 -15px; } }
    .home-block.home-payments .section-midground .row {
      font-size: 0;
      text-align: right; }
      @media (max-width: 960px) {
        .home-block.home-payments .section-midground .row {
          text-align: center; } }
      .home-block.home-payments .section-midground .row img {
        width: 50%;
        max-width: 400px; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.home-responsive {
  background-image: url("../img/backgrounds/home/responsive.jpg");
  background-size: initial; }
  @media (max-width: 960px) {
    .home-block.home-responsive {
      background-size: 200%;
      background-position-x: 100%;
      min-height: 1434px; } }
  @media (max-width: 450px) {
    .home-block.home-responsive {
      min-height: 716px; } }
  .home-block.home-responsive .section-content {
    top: 32%; }
    @media (max-width: 960px) {
      .home-block.home-responsive .section-content {
        width: 75%;
        top: 6em; } }
    @media (max-width: 450px) {
      .home-block.home-responsive .section-content {
        top: 2%;
        width: 82%; } }
    .home-block.home-responsive .section-content h2 {
      width: 50; }
    .home-block.home-responsive .section-content p {
      width: 69%; }
      @media (max-width: 960px) {
        .home-block.home-responsive .section-content p {
          width: 100%; } }
  .home-block.home-responsive .section-midground {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    @media (max-width: 960px) {
      .home-block.home-responsive .section-midground {
        top: 25em; } }
    @media (max-width: 450px) {
      .home-block.home-responsive .section-midground {
        top: 13.5em; } }
    @media (max-width: 960px) {
      .home-block.home-responsive .section-midground .iphone1, .home-block.home-responsive .section-midground .ipad, .home-block.home-responsive .section-midground .iphone2 {
        -webkit-transform: scale(0.766);
        -ms-transform: scale(0.766);
        transform: scale(0.766); } }
    @media (max-width: 450px) {
      .home-block.home-responsive .section-midground .iphone1, .home-block.home-responsive .section-midground .ipad, .home-block.home-responsive .section-midground .iphone2 {
        -webkit-transform: scale(0.383);
        -ms-transform: scale(0.383);
        transform: scale(0.383); } }
    .home-block.home-responsive .section-midground .iphone1 {
      position: absolute;
      top: -79px;
      left: 34.7%; }
      @media (max-width: 960px) {
        .home-block.home-responsive .section-midground .iphone1 {
          left: -100px; } }
      @media (max-width: 450px) {
        .home-block.home-responsive .section-midground .iphone1 {
          width: 45%;
          left: -59px;
          top: 0; } }
    .home-block.home-responsive .section-midground .ipad {
      position: absolute;
      left: 52.8%;
      top: 8%; }
      @media (max-width: 960px) {
        .home-block.home-responsive .section-midground .ipad {
          left: 100px; } }
      @media (max-width: 450px) {
        .home-block.home-responsive .section-midground .ipad {
          width: 69%;
          left: 54px;
          top: 11%; } }
    .home-block.home-responsive .section-midground .iphone2 {
      position: absolute;
      right: -86px;
      top: 28.6%; }
      @media (max-width: 960px) {
        .home-block.home-responsive .section-midground .iphone2 {
          right: -100px; } }
      @media (max-width: 450px) {
        .home-block.home-responsive .section-midground .iphone2 {
          width: 41.6%;
          right: -48px;
          top: 23%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.home-shipping {
  background-image: url("../img/backgrounds/home/shipping.jpg");
  background-color: #dbe2ea; }
  @media (max-width: 960px) {
    .home-block.home-shipping {
      min-height: 1214px; } }
  @media (max-width: 450px) {
    .home-block.home-shipping {
      min-height: 608px; } }
  .home-block.home-shipping .section-content {
    top: 27.5%; }
    @media (max-width: 960px) {
      .home-block.home-shipping .section-content {
        top: 6em;
        width: 75%; } }
    @media (max-width: 450px) {
      .home-block.home-shipping .section-content {
        top: 2.7%;
        width: 82%; } }
    @media (max-width: 960px) {
      .home-block.home-shipping .section-content h2 {
        width: 75%; } }
    .home-block.home-shipping .section-content p {
      width: 69%; }
      @media (max-width: 960px) {
        .home-block.home-shipping .section-content p {
          width: 100%; } }
  .home-block.home-shipping .section-midground {
    left: 0; }
    @media (max-width: 960px) {
      .home-block.home-shipping .section-midground {
        top: 34.7em;
        left: 0;
        right: unset; } }
    @media (max-width: 450px) {
      .home-block.home-shipping .section-midground {
        top: 15.4em; } }
    .home-block.home-shipping .section-midground .logos {
      position: absolute;
      top: 170px;
      left: 39.7%; }
      @media (max-width: 960px) {
        .home-block.home-shipping .section-midground .logos {
          top: 0;
          left: 4%; } }
      @media (max-width: 450px) {
        .home-block.home-shipping .section-midground .logos {
          left: 0; } }
      .home-block.home-shipping .section-midground .logos .logo {
        vertical-align: middle;
        margin-right: 70px; }
        @media (max-width: 450px) {
          .home-block.home-shipping .section-midground .logos .logo {
            margin-right: 33px; } }
        @media (max-width: 450px) {
          .home-block.home-shipping .section-midground .logos .logo.fedex {
            width: 22%; } }
        @media (max-width: 450px) {
          .home-block.home-shipping .section-midground .logos .logo.ups {
            width: 9.5%; } }
        @media (max-width: 450px) {
          .home-block.home-shipping .section-midground .logos .logo.usps {
            width: 35%; } }
    .home-block.home-shipping .section-midground .illustrations {
      position: absolute;
      top: 315px;
      left: 39.2%;
      width: 100%;
      height: 225px; }
      @media (max-width: 960px) {
        .home-block.home-shipping .section-midground .illustrations {
          top: 143px;
          left: 3%; } }
      @media (max-width: 450px) {
        .home-block.home-shipping .section-midground .illustrations {
          left: 0;
          top: 70px; } }
      .home-block.home-shipping .section-midground .illustrations .detail {
        position: absolute;
        z-index: 100; }
        @media (max-width: 450px) {
          .home-block.home-shipping .section-midground .illustrations .detail {
            width: 67%; } }
      .home-block.home-shipping .section-midground .illustrations .box {
        position: absolute;
        left: 285px;
        z-index: 200; }
        @media (max-width: 450px) {
          .home-block.home-shipping .section-midground .illustrations .box {
            width: 58%;
            left: 40%; } }
      .home-block.home-shipping .section-midground .illustrations .product {
        position: absolute;
        left: 574px;
        top: 49px;
        z-index: 300; }
        @media (max-width: 450px) {
          .home-block.home-shipping .section-midground .illustrations .product {
            width: 45%;
            left: 72%;
            top: 27px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

#home-slider {
  display: block;
  position: relative;
  overflow: hidden;
  height: auto;
  max-height: initial;
  min-height: 0;
  padding: 0; }
  @media (max-width: 960px) {
    #home-slider {
      padding: 0;
      height: 1334px; } }
  @media (max-width: 450px) {
    #home-slider {
      padding: 0; } }
  @media (max-width: 960px) {
    #home-slider .heroes-carousel {
      height: 100%; } }
  @media (max-width: 960px) {
    #home-slider .heroes-carousel .slick-list,
    #home-slider .heroes-carousel .slick-track {
      height: 100%; } }
  @media (max-width: 1200px) {
    #home-slider h2 {
      font-size: 50px;
      line-height: 1em; } }
  @media (max-width: 960px) {
    #home-slider h2 {
      font-size: 3.1em;
      line-height: 1em; } }
  @media (max-width: 650px) {
    #home-slider h2 {
      font-size: 1.8em;
      line-height: 1em; } }
  @media (max-width: 450px) {
    #home-slider h2 {
      font-size: 1.875em;
      margin-bottom: 22px; } }
  #home-slider .slide {
    background-color: #212121;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    padding: 0 98px;
    height: 0 !important;
    overflow: hidden !important;
    padding-bottom: 56.25% !important;
    position: relative !important; }
    @media (max-width: 960px) {
      #home-slider .slide {
        height: 0 !important;
        padding: 0 5% 160% !important; } }
    @media (max-width: 450px) {
      #home-slider .slide {
        height: 618px;
        padding: 0; } }
    #home-slider .slide iframe,
    #home-slider .slide video {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto; }
      @media (max-width: 960px) {
        #home-slider .slide iframe,
        #home-slider .slide video {
          height: 100%;
          width: calc(100% * 3);
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
    #home-slider .slide .container {
      max-width: 1600px;
      margin: 0 auto;
      padding: 0 6em;
      z-index: 10;
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      @media (max-width: 960px) {
        #home-slider .slide .container {
          padding: 0 2em; } }
      #home-slider .slide .container > div.content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 60%;
        z-index: 10;
        /*@include breakpoint($largephone) {
			        top: 3em;
			    }
				@include breakpoint($phone) {
					top: 1em;
				}*/ }
        @media (max-width: 960px) {
          #home-slider .slide .container > div.content {
            width: 80%;
            top: 25%; } }
        #home-slider .slide .container > div.content .button {
          margin-left: 5px; }
      #home-slider .slide .container > div.price {
        position: absolute;
        top: 0;
        height: 739px;
        width: 369.5px;
        color: #fefefe;
        z-index: 5;
        right: -175px; }
        @media (max-width: 960px) {
          #home-slider .slide .container > div.price {
            bottom: unset;
            left: unset;
            top: 30%;
            right: -11%; } }
        @media (max-width: 450px) {
          #home-slider .slide .container > div.price {
            top: 45%;
            height: 370px;
            width: 184.75px;
            right: 0; } }
        #home-slider .slide .container > div.price > div {
          position: absolute;
          z-index: 1;
          top: 31%;
          left: -75px; }
          @media (max-width: 960px) {
            #home-slider .slide .container > div.price > div {
              top: 250px;
              left: -13%; } }
          @media (max-width: 450px) {
            #home-slider .slide .container > div.price > div {
              top: 104px;
              left: -18.5%; } }
        #home-slider .slide .container > div.price:before {
          position: absolute;
          content: '';
          display: block;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #0089e9), color-stop(80%, transparent));
          background: -o-linear-gradient(top, #0089e9 20%, transparent 80%);
          background: linear-gradient(to bottom, #0089e9 20%, transparent 80%);
          bottom: 0;
          -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
          z-index: 0;
          width: 250px;
          height: 1050px; }
          @media (max-width: 960px) {
            #home-slider .slide .container > div.price:before {
              width: 275px;
              height: 1000px; } }
          @media (max-width: 450px) {
            #home-slider .slide .container > div.price:before {
              width: 127px;
              height: 528px; } }
        #home-slider .slide .container > div.price .pre-price {
          padding-left: 30px; }
          @media (max-width: 450px) {
            #home-slider .slide .container > div.price .pre-price {
              padding-left: 15px; } }
          @media (max-width: 450px) {
            #home-slider .slide .container > div.price .pre-price {
              font-size: .5rem; } }
        #home-slider .slide .container > div.price strong {
          font-family: "graphik-web-bold";
          font-size: 4em;
          padding-top: 0.4em;
          padding-bottom: 2em;
          display: block;
          margin-top: 0;
          margin-left: 20px;
          letter-spacing: .06em; }
          @media (max-width: 960px) {
            #home-slider .slide .container > div.price strong {
              font-size: 4.5em;
              padding-top: 0;
              margin-top: 1.5rem;
              letter-spacing: 0; } }
          @media (max-width: 450px) {
            #home-slider .slide .container > div.price strong {
              font-size: 2.25em;
              margin-left: 10px;
              margin-top: 8px;
              letter-spacing: .06em; } }
          #home-slider .slide .container > div.price strong sup {
            font-size: .5em;
            vertical-align: text-top; }
            #home-slider .slide .container > div.price strong sup .slash {
              letter-spacing: initial; }
  #home-slider .slider-controls-wrapper {
    background: #fefefe;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 80px;
    width: 240px;
    z-index: 15; }
    @media (max-width: 450px) {
      #home-slider .slider-controls-wrapper {
        height: 40px;
        width: 120px; } }
    #home-slider .slider-controls-wrapper .slider-nav {
      background: #fefefe;
      display: inline-block;
      height: 100%;
      width: 49.9999%; }
      #home-slider .slider-controls-wrapper .slider-nav:hover {
        background-color: #212121; }
        #home-slider .slider-controls-wrapper .slider-nav:hover i {
          color: #fefefe; }
      #home-slider .slider-controls-wrapper .slider-nav i {
        color: #212121;
        margin-top: 24px; }
        @media (max-width: 450px) {
          #home-slider .slider-controls-wrapper .slider-nav i {
            font-size: 1em;
            margin-top: 12px; } }
    #home-slider .slider-controls-wrapper .slider-prev {
      text-align: right;
      padding-right: 20px; }
      @media (max-width: 450px) {
        #home-slider .slider-controls-wrapper .slider-prev {
          text-align: center;
          padding-right: 0; } }
    #home-slider .slider-controls-wrapper .slider-next {
      text-align: left;
      padding-left: 20px; }
      @media (max-width: 450px) {
        #home-slider .slider-controls-wrapper .slider-next {
          text-align: center;
          padding-left: 0; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.store-everywhere {
  background-image: url("../img/backgrounds/home/store_everywhere.jpg");
  background-position-x: right;
  position: relative; }
  @media (max-width: 960px) {
    .home-block.store-everywhere {
      min-height: 1405px;
      -webkit-box-align: start;
      -webkit-align-items: start;
      -ms-flex-align: start;
      align-items: start;
      padding-top: 2em;
      background-image: none; } }
  @media (max-width: 450px) {
    .home-block.store-everywhere {
      min-height: 702px; } }
  .home-block.store-everywhere .section-content {
    top: 32%; }
    @media (max-width: 960px) {
      .home-block.store-everywhere .section-content {
        top: 5.8em; } }
    @media (max-width: 450px) {
      .home-block.store-everywhere .section-content {
        top: 2%; } }
    @media (max-width: 960px) {
      .home-block.store-everywhere .section-content h2 {
        margin-bottom: 37px; } }
    @media (max-width: 450px) {
      .home-block.store-everywhere .section-content h2 {
        margin-bottom: 18px;
        width: 75%; } }
    .home-block.store-everywhere .section-content p {
      width: 61%; }
      @media (max-width: 960px) {
        .home-block.store-everywhere .section-content p {
          width: 100%; } }
  .home-block.store-everywhere .section-midground {
    width: 55%;
    top: 57px;
    right: 0; }
    @media (max-width: 960px) {
      .home-block.store-everywhere .section-midground {
        top: 32em;
        position: absolute;
        left: 0;
        right: unset;
        width: 100%;
        padding: 0 30px; } }
    @media (max-width: 450px) {
      .home-block.store-everywhere .section-midground {
        top: 14em;
        padding: 0; } }
    .home-block.store-everywhere .section-midground .row {
      text-align: left;
      font-size: 0; }
      @media (max-width: 960px) {
        .home-block.store-everywhere .section-midground .row {
          width: 100%; } }
      .home-block.store-everywhere .section-midground .row img {
        width: 50%;
        max-width: 400px; }
        @media (max-width: 960px) {
          .home-block.store-everywhere .section-midground .row img {
            width: 50%; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.home-block.home-themes {
  background-image: url("../img/backgrounds/home/themes.jpg");
  background-color: #212121;
  overflow: hidden; }
  @media (max-width: 1500px) {
    .home-block.home-themes {
      min-height: 1332px; } }
  @media (max-width: 450px) {
    .home-block.home-themes {
      min-height: 667px; } }
  .home-block.home-themes .section-content {
    width: 30%;
    top: 32%; }
    @media (max-width: 1500px) {
      .home-block.home-themes .section-content {
        width: 60%;
        top: 6em; } }
    @media (max-width: 450px) {
      .home-block.home-themes .section-content {
        top: 2.5%;
        width: 70%; } }
    @media (max-width: 960px) {
      .home-block.home-themes .section-content h2 {
        width: 70%; } }
    .home-block.home-themes .section-content p {
      width: 85%; }
      @media (max-width: 960px) {
        .home-block.home-themes .section-content p {
          width: 100%; } }
  .home-block.home-themes .section-midground {
    width: 100%;
    height: 100%;
    left: 0; }
    @media (max-width: 960px) {
      .home-block.home-themes .section-midground {
        position: relative;
        margin-top: 2em;
        margin-top: 33.7em; } }
    @media (max-width: 450px) {
      .home-block.home-themes .section-midground {
        margin-top: 13.7em; } }
    .home-block.home-themes .section-midground img {
      position: absolute;
      bottom: 0; }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground img {
          bottom: unset;
          top: 0; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground img {
          width: 58%; } }
    .home-block.home-themes .section-midground .theme1 {
      z-index: 500;
      right: 37.5%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme1 {
          right: 38.5%; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme1 {
          right: 37.5%; } }
    .home-block.home-themes .section-midground .theme2 {
      z-index: 501;
      right: 18.75%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme2 {
          right: -1.5%; } }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme2 {
          top: 30px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme2 {
          right: -6%;
          top: 25px; } }
    .home-block.home-themes .section-midground .theme3 {
      z-index: 502;
      right: 0%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme3 {
          right: -41.5%; } }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme3 {
          top: 60px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme3 {
          right: -49.5%;
          top: 50px; } }
    .home-block.home-themes .section-midground .theme4 {
      z-index: 503;
      right: 0; }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme4 {
          top: 90px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme4 {
          top: 77px;
          right: -19.5%; } }
    .home-block.home-themes .section-midground .theme5 {
      z-index: 504;
      right: 13%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme5 {
          right: 26.3%; } }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme5 {
          right: -13.7%;
          top: 110px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme5 {
          right: -19.5%;
          top: 77px; } }
    .home-block.home-themes .section-midground .theme6 {
      z-index: 505;
      right: 44.25%; }
      @media (max-width: 1500px) {
        .home-block.home-themes .section-midground .theme6 {
          right: 53%; } }
      @media (max-width: 960px) {
        .home-block.home-themes .section-midground .theme6 {
          top: 120px; } }
      @media (max-width: 450px) {
        .home-block.home-themes .section-midground .theme6 {
          top: 252px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.jobs-header {
  position: relative;
  min-height: 668px; }
  @media (max-width: 960px) {
    .page-block.jobs-header {
      min-height: 445px;
      padding: 90px 30px 5%; } }
  @media (max-width: 450px) {
    .page-block.jobs-header {
      padding: 45px 15px 5%;
      min-height: 223px; } }
  .page-block.jobs-header .page-intro {
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    .page-block.jobs-header .page-intro .page-title {
      margin-top: 2.4em;
      margin-bottom: 7px; }
      @media (max-width: 960px) {
        .page-block.jobs-header .page-intro .page-title {
          margin: 0;
          margin: 0 0 .6rem; } }
      @media (max-width: 450px) {
        .page-block.jobs-header .page-intro .page-title {
          margin: 0 0 .4rem; } }
    .page-block.jobs-header .page-intro .subtitle {
      font-size: 1.125rem;
      line-height: 1.3em;
      max-width: 75%;
      margin: 0 auto; }
      @media (max-width: 960px) {
        .page-block.jobs-header .page-intro .subtitle {
          font-size: 1.5em;
          max-width: 100%;
          margin: 0;
          line-height: 1.25em;
          text-align: center; } }
      @media (max-width: 450px) {
        .page-block.jobs-header .page-intro .subtitle {
          font-size: .75em; } }
      .page-block.jobs-header .page-intro .subtitle .highlight {
        color: #0089e9; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.jobs-positions {
  background: #fefefe;
  padding-bottom: 150px; }
  @media (max-width: 960px) {
    .page-block.jobs-positions {
      padding: 0 30px 6.25em;
      margin-top: 6em; } }
  @media (max-width: 450px) {
    .page-block.jobs-positions {
      padding: 0 15px 6.25em;
      margin-top: 0; } }
  .page-block.jobs-positions .job-intro {
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    .page-block.jobs-positions .job-intro .section-heading {
      font-size: 3rem;
      line-height: 3rem;
      margin-top: 1.4em;
      margin-bottom: .2em; }
      @media (max-width: 960px) {
        .page-block.jobs-positions .job-intro .section-heading {
          margin-top: 1.2em; } }
      @media (max-width: 450px) {
        .page-block.jobs-positions .job-intro .section-heading {
          margin-top: 3rem;
          font-size: 1.5rem;
          line-height: 1.5rem; } }
    .page-block.jobs-positions .job-intro .subtitle.highlight {
      color: #0089e9;
      font-family: "graphik-web-medium";
      font-size: 1.5rem;
      margin-bottom: 2.4em; }
      @media (max-width: 960px) {
        .page-block.jobs-positions .job-intro .subtitle.highlight {
          margin-bottom: 3.1em; } }
      @media (max-width: 450px) {
        .page-block.jobs-positions .job-intro .subtitle.highlight {
          font-size: .75rem; } }
  .page-block.jobs-positions .table {
    display: block;
    margin: 0 auto;
    width: 87.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-align-content: left;
    -ms-flex-line-pack: left;
    align-content: left;
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 960px) {
      .page-block.jobs-positions .table {
        width: 100%; } }
    .page-block.jobs-positions .table .thead {
      color: #424242;
      font-size: 11px;
      letter-spacing: .2em;
      text-transform: uppercase;
      text-align: left;
      width: 100%; }
      @media (max-width: 960px) {
        .page-block.jobs-positions .table .thead {
          font-size: 14px;
          margin-bottom: 1.8em; } }
      @media (max-width: 450px) {
        .page-block.jobs-positions .table .thead {
          font-size: 7px; } }
      .page-block.jobs-positions .table .thead .th {
        display: inline-block;
        width: 32%;
        padding: 1em 0 2.55em; }
        @media (max-width: 960px) {
          .page-block.jobs-positions .table .thead .th {
            width: 49%;
            padding-bottom: 0; } }
        .page-block.jobs-positions .table .thead .th.position {
          padding-left: 7rem;
          padding-right: 7rem; }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .thead .th.position {
              padding-left: 15px;
              padding-right: 0;
              width: 65%; } }
          @media (max-width: 450px) {
            .page-block.jobs-positions .table .thead .th.position {
              padding-left: 9px; } }
        .page-block.jobs-positions .table .thead .th.location {
          padding-left: 12.5rem;
          padding-right: 12.5rem; }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .thead .th.location {
              padding-left: 15px;
              padding-right: 0;
              width: 34%; } }
          @media (max-width: 450px) {
            .page-block.jobs-positions .table .thead .th.location {
              padding-left: 9px; } }
        @media (max-width: 960px) {
          .page-block.jobs-positions .table .thead .th.more {
            display: none; } }
    .page-block.jobs-positions .table .job-listing {
      display: block;
      background: #dbe2ea;
      text-align: left;
      width: 100%; }
      .page-block.jobs-positions .table .job-listing:nth-child(2n) {
        background: #f0f3f7; }
      .page-block.jobs-positions .table .job-listing .td {
        display: inline-block;
        padding: 1.75em 1em 1.75em 7rem;
        width: 32%;
        font-size: 18px; }
        @media (max-width: 960px) {
          .page-block.jobs-positions .table .job-listing .td {
            padding: 3em 1em 1.5em 15px; } }
        @media (max-width: 450px) {
          .page-block.jobs-positions .table .job-listing .td {
            font-size: 9px;
            padding: 2.9em 1em 1.5em 9px; } }
        @media (max-width: 960px) {
          .page-block.jobs-positions .table .job-listing .td.position {
            width: 65%; } }
        @media (max-width: 450px) {
          .page-block.jobs-positions .table .job-listing .td.position {
            width: 64%; } }
        .page-block.jobs-positions .table .job-listing .td.position strong {
          font-family: "graphik-web-bold"; }
        .page-block.jobs-positions .table .job-listing .td.location {
          padding-left: 12.5rem; }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .job-listing .td.location {
              width: 34%;
              padding-left: 15px; } }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .job-listing .td.location {
              padding-left: 9px; } }
        .page-block.jobs-positions .table .job-listing .td.more {
          padding-left: 10.2em; }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .job-listing .td.more {
              padding-top: 0;
              padding-bottom: 22px;
              display: block;
              width: 100%;
              text-align: right; } }
          @media (max-width: 450px) {
            .page-block.jobs-positions .table .job-listing .td.more {
              padding-bottom: 13px; } }
          .page-block.jobs-positions .table .job-listing .td.more button {
            background: transparent;
            color: #212121;
            border: 3px solid #212121; }
            @media (max-width: 450px) {
              .page-block.jobs-positions .table .job-listing .td.more button {
                min-width: 100px;
                border: 1px solid #212121; } }
            .page-block.jobs-positions .table .job-listing .td.more button:hover, .page-block.jobs-positions .table .job-listing .td.more button:active {
              background: #212121;
              color: #fefefe; }
      .page-block.jobs-positions .table .job-listing .detail {
        display: none;
        text-align: left;
        padding: 2.8em 3rem 2.8em 7rem; }
        @media (max-width: 960px) {
          .page-block.jobs-positions .table .job-listing .detail {
            padding: 1.4em 15px 0 15px; } }
        @media (max-width: 450px) {
          .page-block.jobs-positions .table .job-listing .detail {
            padding: .7em 9px 0 9px; } }
        .page-block.jobs-positions .table .job-listing .detail p {
          margin-bottom: 1.7em;
          line-height: 1.9;
          width: 66.666%; }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .job-listing .detail p {
              width: 98%;
              font-size: 18px;
              line-height: 1.7em; } }
          @media (max-width: 450px) {
            .page-block.jobs-positions .table .job-listing .detail p {
              font-size: 9px; } }
        .page-block.jobs-positions .table .job-listing .detail h3 {
          font-family: "graphik-web-regular";
          font-size: 11px;
          letter-spacing: .2em;
          text-transform: uppercase;
          margin: 5.6rem 0 4.5em; }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .job-listing .detail h3 {
              font-size: 1rem;
              margin: 2.5rem 0 2.8em; } }
          @media (max-width: 450px) {
            .page-block.jobs-positions .table .job-listing .detail h3 {
              font-size: .5rem;
              margin: 1.15rem 0 2.5em; } }
        .page-block.jobs-positions .table .job-listing .detail .fa-ul {
          margin: 0 3.5em 4.5em 2em;
          display: inline-block;
          width: 35%; }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .job-listing .detail .fa-ul {
              width: 100%;
              margin: 0 3.5em 0 2em; } }
          @media (max-width: 450px) {
            .page-block.jobs-positions .table .job-listing .detail .fa-ul {
              margin: 0 1em; } }
          .page-block.jobs-positions .table .job-listing .detail .fa-ul li {
            font-family: "graphik-web-bold";
            font-size: 18px;
            margin-bottom: 1.3em; }
            @media (max-width: 450px) {
              .page-block.jobs-positions .table .job-listing .detail .fa-ul li {
                font-size: 9px; } }
            .page-block.jobs-positions .table .job-listing .detail .fa-ul li .fa-li {
              color: #0089e9; }
        .page-block.jobs-positions .table .job-listing .detail .apply-btn {
          color: #fff;
          margin-bottom: 3.2em; }
          @media (max-width: 960px) {
            .page-block.jobs-positions .table .job-listing .detail .apply-btn {
              margin-top: 1.5em; } }
          @media (max-width: 450px) {
            .page-block.jobs-positions .table .job-listing .detail .apply-btn {
              min-width: 100px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.company.onboarding {
  max-width: 1200px;
  margin: auto; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.press-header {
  position: relative;
  min-height: 670px; }
  @media (max-width: 960px) {
    .page-block.press-header {
      padding: 5.5em 0px 7.2em;
      min-height: unset; } }
  @media (max-width: 450px) {
    .page-block.press-header {
      padding: 2.8em 0px 3.6em;
      min-height: 232px; } }
  .page-block.press-header .page-intro {
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    .page-block.press-header .page-intro .page-title {
      margin-top: 2.25em;
      margin-bottom: 6px; }
      @media (max-width: 960px) {
        .page-block.press-header .page-intro .page-title {
          margin-top: 0;
          margin-bottom: 10px; } }
      @media (max-width: 450px) {
        .page-block.press-header .page-intro .page-title {
          margin-bottom: 5px; } }
    .page-block.press-header .page-intro p.intro {
      max-width: 90%;
      margin: 0 auto 1em;
      font-size: 1.125em;
      line-height: 1.5em;
      font-family: "graphik-web-medium"; }
      @media (max-width: 960px) {
        .page-block.press-header .page-intro p.intro {
          font-size: 1.5rem;
          line-height: 1.3em; } }
      @media (max-width: 450px) {
        .page-block.press-header .page-intro p.intro {
          font-size: .75rem; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.press-listing {
  background: #fff;
  position: relative;
  padding: 3% 0 5%; }
  @media (max-width: 960px) {
    .page-block.press-listing {
      padding: 0 30px 5%; } }
  @media (max-width: 450px) {
    .page-block.press-listing {
      padding: 0 15px 14%; } }
  .page-block.press-listing .filter-wrapper {
    background: #c7d1dc;
    margin: 0 auto;
    padding: 1.5em;
    display: block;
    width: 87vw;
    position: relative;
    top: -100px;
    max-width: 1325px; }
    @media (max-width: 960px) {
      .page-block.press-listing .filter-wrapper {
        top: -44px;
        padding: 1em;
        width: 100%; } }
    @media (max-width: 450px) {
      .page-block.press-listing .filter-wrapper {
        top: -37px;
        padding: .5em; } }
    .page-block.press-listing .filter-wrapper strong {
      font-family: "graphik-web-medium";
      font-size: 1.125em;
      margin-right: 1em; }
      @media (max-width: 450px) {
        .page-block.press-listing .filter-wrapper strong {
          font-size: .5625em;
          margin-right: 4em; } }
    .page-block.press-listing .filter-wrapper button {
      margin-right: 1em; }
      @media (max-width: 960px) {
        .page-block.press-listing .filter-wrapper button {
          min-width: 100px;
          padding-left: 1em;
          padding-right: 1em;
          margin-right: 0.5em; } }
  .page-block.press-listing .container {
    width: 87vw;
    margin: 0 auto;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    max-width: 1405px; }
    @media (max-width: 960px) {
      .page-block.press-listing .container {
        width: 100%;
        margin-top: 3.5em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 450px) {
      .page-block.press-listing .container {
        margin-top: .8em; } }
    .page-block.press-listing .container .showcase-item-wrapper {
      display: inline-block;
      max-width: 680px;
      min-height: 600px;
      margin-bottom: 3em;
      width: 48.5%; }
      @media (max-width: 960px) {
        .page-block.press-listing .container .showcase-item-wrapper {
          width: 100%;
          height: auto;
          margin-bottom: 2.8em; } }
      @media (max-width: 450px) {
        .page-block.press-listing .container .showcase-item-wrapper {
          margin-bottom: 1.3em;
          min-height: 345px; } }
      .page-block.press-listing .container .showcase-item-wrapper:nth-child(2n) {
        margin-left: 3%; }
        @media (max-width: 960px) {
          .page-block.press-listing .container .showcase-item-wrapper:nth-child(2n) {
            margin-left: 0; } }
      .page-block.press-listing .container .showcase-item-wrapper .type {
        font-size: 14px;
        letter-spacing: .2em;
        margin-bottom: 1em;
        text-transform: uppercase; }
        @media (max-width: 960px) {
          .page-block.press-listing .container .showcase-item-wrapper .type {
            font-size: 1rem; } }
        @media (max-width: 450px) {
          .page-block.press-listing .container .showcase-item-wrapper .type {
            font-size: .5rem;
            margin-bottom: .7em; } }
      .page-block.press-listing .container .showcase-item-wrapper img {
        margin-bottom: 1.55em;
        width: 100%;
        height: auto; }
        @media (max-width: 960px) {
          .page-block.press-listing .container .showcase-item-wrapper img {
            margin-bottom: 1.25em; } }
        @media (max-width: 450px) {
          .page-block.press-listing .container .showcase-item-wrapper img {
            margin-bottom: .75em; } }
      .page-block.press-listing .container .showcase-item-wrapper h3 {
        font-family: "graphik-web-medium";
        font-size: 1.875rem;
        margin-bottom: .75em; }
        @media (max-width: 450px) {
          .page-block.press-listing .container .showcase-item-wrapper h3 {
            font-size: .9375em; } }
      .page-block.press-listing .container .showcase-item-wrapper p {
        font-size: 18px;
        line-height: 1.4em; }
        @media (max-width: 960px) {
          .page-block.press-listing .container .showcase-item-wrapper p {
            font-size: 1.5rem;
            line-height: 1.25em; } }
        @media (max-width: 450px) {
          .page-block.press-listing .container .showcase-item-wrapper p {
            font-size: .75rem; } }
      .page-block.press-listing .container .showcase-item-wrapper .continue-btn {
        display: block;
        margin-top: 1em;
        color: #212121;
        font-family: "graphik-web-medium";
        font-size: 18px; }
        @media (max-width: 450px) {
          .page-block.press-listing .container .showcase-item-wrapper .continue-btn {
            font-size: 9px; } }
        .page-block.press-listing .container .showcase-item-wrapper .continue-btn:hover {
          color: #0089e9; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.press-single-content {
  background: #fefefe;
  padding: 0 6.15em;
  text-align: left; }
  @media (max-width: 960px) {
    .page-block.press-single-content {
      padding: 0 30px; } }
  @media (max-width: 450px) {
    .page-block.press-single-content {
      padding: 0 15px; } }
  .page-block.press-single-content .content-wrapper {
    position: relative;
    top: -6.2rem;
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 450px) {
      .page-block.press-single-content .content-wrapper {
        top: -3.2rem; } }
    .page-block.press-single-content .content-wrapper .fw-text-wrapper {
      margin-bottom: 5.8em; }
      @media (max-width: 960px) {
        .page-block.press-single-content .content-wrapper .fw-text-wrapper {
          margin-bottom: 2.5em; } }
      @media (max-width: 450px) {
        .page-block.press-single-content .content-wrapper .fw-text-wrapper {
          margin-bottom: 1.3em; } }
    .page-block.press-single-content .content-wrapper .row {
      margin-bottom: 4.4em; }
      @media (max-width: 960px) {
        .page-block.press-single-content .content-wrapper .row {
          margin-bottom: 1.1em; } }
      .page-block.press-single-content .content-wrapper .row img {
        height: 450px; }
        @media (max-width: 960px) {
          .page-block.press-single-content .content-wrapper .row img {
            width: 100%;
            height: auto;
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1; } }
        .page-block.press-single-content .content-wrapper .row img.image-left {
          float: left;
          margin-right: 3.5%; }
          @media (max-width: 960px) {
            .page-block.press-single-content .content-wrapper .row img.image-left {
              margin: 0;
              float: none; } }
        .page-block.press-single-content .content-wrapper .row img.image-right {
          float: right;
          margin-left: 3.5%; }
          @media (max-width: 960px) {
            .page-block.press-single-content .content-wrapper .row img.image-right {
              margin: 0;
              float: none; } }
      .page-block.press-single-content .content-wrapper .row .text-wrapper {
        padding: 1em 0; }
        @media (max-width: 960px) {
          .page-block.press-single-content .content-wrapper .row .text-wrapper {
            padding: 1.5em 0;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2; } }
        @media (max-width: 450px) {
          .page-block.press-single-content .content-wrapper .row .text-wrapper {
            padding: .9em 0; } }
        @media (max-width: 960px) {
          .page-block.press-single-content .content-wrapper .row .text-wrapper p:last-child {
            margin-bottom: 0; } }
    .page-block.press-single-content .content-wrapper .press-main-image {
      max-width: 100%;
      margin-bottom: 2.8em; }
      @media (max-width: 960px) {
        .page-block.press-single-content .content-wrapper .press-main-image {
          width: 100%;
          margin-bottom: 1.5em; } }
      @media (max-width: 450px) {
        .page-block.press-single-content .content-wrapper .press-main-image {
          margin-bottom: .9em; } }
    .page-block.press-single-content .content-wrapper p {
      color: #c6c6c6;
      font-size: 18px;
      margin-bottom: 1.6em;
      line-height: 1.667em; }
      @media (max-width: 960px) {
        .page-block.press-single-content .content-wrapper p {
          font-size: 1.5rem;
          line-height: 1.3em; } }
      @media (max-width: 450px) {
        .page-block.press-single-content .content-wrapper p {
          font-size: .75rem;
          margin-bottom: 1.2em; } }
    .page-block.press-single-content .content-wrapper .share-article {
      clear: both;
      text-align: center; }
      @media (max-width: 960px) {
        .page-block.press-single-content .content-wrapper .share-article {
          margin-top: 4.2em; } }
      @media (max-width: 450px) {
        .page-block.press-single-content .content-wrapper .share-article {
          margin-top: 2em; } }
      .page-block.press-single-content .content-wrapper .share-article h3 {
        font-size: 1rem; }
        @media (max-width: 960px) {
          .page-block.press-single-content .content-wrapper .share-article h3 {
            font-size: 18px;
            margin-bottom: 40px; } }
        @media (max-width: 450px) {
          .page-block.press-single-content .content-wrapper .share-article h3 {
            font-size: 9px;
            margin-bottom: 14px; } }
      .page-block.press-single-content .content-wrapper .share-article ul {
        list-style-type: none; }
        .page-block.press-single-content .content-wrapper .share-article ul li {
          display: inline;
          margin: 0 8px; }
          @media (max-width: 960px) {
            .page-block.press-single-content .content-wrapper .share-article ul li {
              margin: 0 15px; } }
          @media (max-width: 450px) {
            .page-block.press-single-content .content-wrapper .share-article ul li {
              margin: 0 4px; } }
          .page-block.press-single-content .content-wrapper .share-article ul li a {
            border: 2px solid #c6c6c6;
            padding: 12px 10px; }
            @media (max-width: 960px) {
              .page-block.press-single-content .content-wrapper .share-article ul li a {
                padding: 20px 18px; } }
            @media (max-width: 450px) {
              .page-block.press-single-content .content-wrapper .share-article ul li a {
                border: 1px solid #c6c6c6;
                padding: 10px 9px;
                font-size: .5em; } }
            .page-block.press-single-content .content-wrapper .share-article ul li a.fb {
              color: #3b5998; }
            .page-block.press-single-content .content-wrapper .share-article ul li a.tw {
              color: #1DA1F2; }
            .page-block.press-single-content .content-wrapper .share-article ul li a.pn {
              color: #BD081C; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.press-single-header {
  min-height: 400px;
  padding: 10em 6.15em 12em;
  text-align: left; }
  @media (max-width: 960px) {
    .page-block.press-single-header {
      padding: 5em 30px 12em; } }
  @media (max-width: 450px) {
    .page-block.press-single-header {
      padding: 2.5em 15px 6em;
      min-height: 364px; } }
  .page-block.press-single-header .page-intro {
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    .page-block.press-single-header .page-intro a {
      color: #212121;
      display: block;
      font-family: "graphik-web-medium";
      font-size: 18px;
      margin: 1em .3em 4.4em; }
      @media (max-width: 960px) {
        .page-block.press-single-header .page-intro a {
          margin-bottom: 5.2em; } }
      @media (max-width: 450px) {
        .page-block.press-single-header .page-intro a {
          font-size: 9px; } }
    .page-block.press-single-header .page-intro .pretitle {
      text-transform: uppercase;
      margin: 0 .1em 1.3em;
      font-size: 14px;
      letter-spacing: .2em; }
      @media (max-width: 450px) {
        .page-block.press-single-header .page-intro .pretitle {
          font-size: 7px; } }
    .page-block.press-single-header .page-intro h2 {
      font-size: 3rem;
      line-height: 3rem;
      margin-bottom: 36px; }
      @media (max-width: 960px) {
        .page-block.press-single-header .page-intro h2 {
          margin-bottom: 44px; } }
      @media (max-width: 450px) {
        .page-block.press-single-header .page-intro h2 {
          font-size: 1.5rem;
          line-height: 1.5rem;
          margin-bottom: 23px; } }
    .page-block.press-single-header .page-intro .intro {
      font-size: 1.125rem;
      line-height: 1.6rem;
      font-family: "graphik-web-medium"; }
      @media (max-width: 960px) {
        .page-block.press-single-header .page-intro .intro {
          line-height: 1.5rem; } }
      @media (max-width: 450px) {
        .page-block.press-single-header .page-intro .intro {
          font-size: .5625rem;
          line-height: .8rem; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.term-price {
  color: #212121;
  font-family: "graphik-web-bold";
  font-size: 30px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }
  @media (max-width: 450px) {
    .term-price {
      font-size: 15px;
      margin-bottom: .4rem; } }
  .term-price sup:first-child {
    color: #212121;
    font-size: 0.5em;
    position: relative;
    bottom: 0.5em;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
  .term-price sup:last-child {
    color: #0089e9;
    font-size: 0.5em;
    position: relative;
    bottom: 0.5em;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }

@media (max-width: 960px) {
  .page-block.pricing-list {
    padding: 90px 30px 0; } }

@media (max-width: 450px) {
  .page-block.pricing-list {
    padding: 45px 15px 0; } }

.page-block.pricing-list .page-title {
  margin-top: 2.25em;
  margin-bottom: 27px; }
  @media (max-width: 960px) {
    .page-block.pricing-list .page-title {
      margin-top: 0;
      margin-bottom: 23px; } }
  @media (max-width: 450px) {
    .page-block.pricing-list .page-title {
      margin-bottom: 11px; } }

.page-block.pricing-list .subtitle {
  font-size: 1.125rem; }
  @media (max-width: 960px) {
    .page-block.pricing-list .subtitle {
      font-size: 1.5rem; } }
  @media (max-width: 450px) {
    .page-block.pricing-list .subtitle {
      font-size: .75rem; } }
  .page-block.pricing-list .subtitle a {
    font-family: "graphik-web-bold";
    text-decoration: underline;
    cursor: pointer; }

.page-block.pricing-list .term-length {
  font-family: "graphik-web-medium";
  color: rgba(66, 66, 66, 0.5);
  font-size: 16px;
  margin-bottom: 0.3em;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }
  @media (max-width: 450px) {
    .page-block.pricing-list .term-length {
      font-size: 8px; } }

.page-block.pricing-list .term-price {
  color: #212121;
  font-family: "graphik-web-bold";
  font-size: 30px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }
  @media (max-width: 450px) {
    .page-block.pricing-list .term-price {
      font-size: 15px; } }
  .page-block.pricing-list .term-price sup:first-child {
    color: #212121;
    font-size: 0.5em;
    position: relative;
    bottom: 0.5em;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
  .page-block.pricing-list .term-price sup:last-child {
    color: #0089e9;
    font-size: 0.5em;
    position: relative;
    bottom: 0.5em;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }

.page-block.pricing-list .setup-fee-picker {
  margin: 5.6em auto 2.8em;
  max-width: 1600px; }
  @media (max-width: 960px) {
    .page-block.pricing-list .setup-fee-picker {
      margin: 5.5em 0 2em; } }
  @media (max-width: 450px) {
    .page-block.pricing-list .setup-fee-picker {
      margin: 2.8em 0 .9em; } }
  .page-block.pricing-list .setup-fee-picker strong {
    font-family: "graphik-web-bold"; }
    @media (max-width: 960px) {
      .page-block.pricing-list .setup-fee-picker strong {
        font-size: 18px; } }
    @media (max-width: 450px) {
      .page-block.pricing-list .setup-fee-picker strong {
        font-size: 9px; } }
  .page-block.pricing-list .setup-fee-picker ul {
    list-style-type: none;
    margin: 27px auto;
    padding: 0;
    width: 87.2%;
    font-size: 0; }
    @media (max-width: 960px) {
      .page-block.pricing-list .setup-fee-picker ul {
        margin: 11px 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%; } }
    @media (max-width: 450px) {
      .page-block.pricing-list .setup-fee-picker ul {
        width: 100%;
        margin: 4px 0 0; } }
    .page-block.pricing-list .setup-fee-picker ul li {
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align: top;
      font-size: 24px;
      background-color: white;
      padding: .9em;
      width: 25%;
      border-right: 1px solid rgba(66, 66, 66, 0.2);
      text-align: left;
      -webkit-transition: background 0.1s;
      -o-transition: background 0.1s;
      transition: background 0.1s;
      cursor: pointer; }
      @media (max-width: 960px) {
        .page-block.pricing-list .setup-fee-picker ul li {
          padding: 0.8em;
          width: 42%;
          -webkit-box-sizing: content-box;
          box-sizing: content-box;
          display: block;
          margin: 1%; } }
      @media (max-width: 450px) {
        .page-block.pricing-list .setup-fee-picker ul li {
          width: 35%;
          padding: 0.3em; } }
      .page-block.pricing-list .setup-fee-picker ul li:last-child {
        border-right: none; }
      .page-block.pricing-list .setup-fee-picker ul li.selected, .page-block.pricing-list .setup-fee-picker ul li:hover {
        background: #0089e9; }
        .page-block.pricing-list .setup-fee-picker ul li.selected .term-length, .page-block.pricing-list .setup-fee-picker ul li.selected .term-price, .page-block.pricing-list .setup-fee-picker ul li.selected .launch-special, .page-block.pricing-list .setup-fee-picker ul li:hover .term-length, .page-block.pricing-list .setup-fee-picker ul li:hover .term-price, .page-block.pricing-list .setup-fee-picker ul li:hover .launch-special {
          color: white; }
        .page-block.pricing-list .setup-fee-picker ul li.selected .term-price sup:first-child, .page-block.pricing-list .setup-fee-picker ul li:hover .term-price sup:first-child {
          color: #fefefe; }
        .page-block.pricing-list .setup-fee-picker ul li.selected .term-price sup:last-child, .page-block.pricing-list .setup-fee-picker ul li:hover .term-price sup:last-child {
          color: #212121; }
      .page-block.pricing-list .setup-fee-picker ul li .old {
        opacity: 0.2;
        margin-bottom: 1em;
        text-decoration: line-through; }
      @media (max-width: 960px) {
        .page-block.pricing-list .setup-fee-picker ul li .term-length {
          margin-bottom: 0.5em; } }
      .page-block.pricing-list .setup-fee-picker ul li .launch-special {
        margin-bottom: 0.5em;
        color: #0089e9;
        font-family: "graphik-web-bold"; }
      .page-block.pricing-list .setup-fee-picker ul li .launch-special-limited-time {
        color: #FF4136;
        font-family: "graphik-web-bold";
        font-size: 12px; }

.page-block.pricing-list .package-options {
  margin: 3em auto 9em;
  max-width: 1600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 960px) {
    .page-block.pricing-list .package-options {
      margin: 0 0 3em;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 450px) {
    .page-block.pricing-list .package-options {
      margin: 0 0 1.6em; } }
  .page-block.pricing-list .package-options .package {
    display: inline-block;
    vertical-align: top;
    width: 28.5%;
    margin: 0 0.5em;
    background: white; }
    @media (max-width: 960px) {
      .page-block.pricing-list .package-options .package {
        width: 100%;
        margin: 0 0 3.2em; } }
    @media (max-width: 450px) {
      .page-block.pricing-list .package-options .package {
        margin: 0 0 1.6em; } }
    .page-block.pricing-list .package-options .package.package-base h3 {
      background: #0089e9; }
    .page-block.pricing-list .package-options .package.package-ecom h3 {
      background: #0286bd; }
    .page-block.pricing-list .package-options .package.package-pro h3 {
      background: #02a9bd; }
    .page-block.pricing-list .package-options .package h3 {
      font-family: "graphik-web-bold";
      font-weight: normal;
      font-size: 1.5em;
      padding: 1em 0;
      color: white; }
      @media (max-width: 960px) {
        .page-block.pricing-list .package-options .package h3 {
          padding: 1.12em 0; } }
      @media (max-width: 450px) {
        .page-block.pricing-list .package-options .package h3 {
          font-size: .75em;
          padding: 1.1em 0;
          margin-bottom: 14px; } }
    .page-block.pricing-list .package-options .package .package-info {
      padding: 1.8em 1.7em;
      text-align: left; }
      @media (max-width: 960px) {
        .page-block.pricing-list .package-options .package .package-info {
          padding: 1.6em 1.7em 1.9em; } }
      @media (max-width: 450px) {
        .page-block.pricing-list .package-options .package .package-info {
          padding: .9em .85em; } }
      .page-block.pricing-list .package-options .package .package-info .term-price {
        font-size: 48px; }
        @media (max-width: 960px) {
          .page-block.pricing-list .package-options .package .package-info .term-price {
            margin-bottom: .7rem; } }
        @media (max-width: 450px) {
          .page-block.pricing-list .package-options .package .package-info .term-price {
            font-size: 24px;
            margin-bottom: .4rem; } }
      .page-block.pricing-list .package-options .package .package-info .disclaimer {
        color: rgba(66, 66, 66, 0.5);
        font-size: 14px;
        margin: 0 0 3em; }
        @media (max-width: 960px) {
          .page-block.pricing-list .package-options .package .package-info .disclaimer {
            font-size: 18px;
            margin: 0 0 2.5em; } }
        @media (max-width: 450px) {
          .page-block.pricing-list .package-options .package .package-info .disclaimer {
            font-size: 9px; } }
      .page-block.pricing-list .package-options .package .package-info h4 {
        font-size: 14px;
        letter-spacing: 0.42em;
        color: rgba(66, 66, 66, 0.5);
        text-transform: uppercase;
        margin-bottom: 2em; }
        @media (max-width: 960px) {
          .page-block.pricing-list .package-options .package .package-info h4 {
            letter-spacing: 0.56em; } }
        @media (max-width: 450px) {
          .page-block.pricing-list .package-options .package .package-info h4 {
            font-size: 7px;
            margin-bottom: 1.5em; } }
      .page-block.pricing-list .package-options .package .package-info ul {
        min-height: 20.5em; }
        @media (max-width: 960px) {
          .page-block.pricing-list .package-options .package .package-info ul {
            min-height: 17em;
            margin-bottom: 2.5em; } }
        @media (max-width: 450px) {
          .page-block.pricing-list .package-options .package .package-info ul {
            min-height: 9em;
            margin-bottom: 1em; } }
        .page-block.pricing-list .package-options .package .package-info ul li {
          margin-bottom: 1em; }
          @media (max-width: 960px) {
            .page-block.pricing-list .package-options .package .package-info ul li {
              font-size: 1.5rem;
              line-height: .9rem; } }
          @media (max-width: 450px) {
            .page-block.pricing-list .package-options .package .package-info ul li {
              font-size: .75rem;
              margin-bottom: .4em; } }
          .page-block.pricing-list .package-options .package .package-info ul li.highlighted {
            font-family: "graphik-web-bold";
            color: #0089e9;
            font-size: 1.2em; }
            @media (max-width: 960px) {
              .page-block.pricing-list .package-options .package .package-info ul li.highlighted {
                font-size: .6em; } }
      .page-block.pricing-list .package-options .package .package-info a.button {
        padding: .25em 2em; }

.page-block.pricing-list .sales h3 {
  font-size: 3rem; }
  @media (max-width: 450px) {
    .page-block.pricing-list .sales h3 {
      font-size: 1.5rem;
      margin-bottom: 18px; } }

.page-block.pricing-list .sales .subtitle {
  margin: 0 3em 1.7em;
  line-height: 1.3em; }

.page-block.pricing-list .sales a.button.black {
  margin-left: 2em; }

@media (max-width: 960px) {
  .page-block.pricing-list .package-options.support {
    margin-top: 7em; } }

@media (max-width: 450px) {
  .page-block.pricing-list .package-options.support {
    margin: 3.2em 0 0;
    padding-bottom: 2.5em; } }

.page-block.pricing-list .package-options.support .package {
  text-align: left;
  padding: 2em;
  background: rgba(255, 255, 255, 0.6); }
  @media (max-width: 960px) {
    .page-block.pricing-list .package-options.support .package {
      padding: 1.7em;
      margin-bottom: 2.2em; } }
  @media (max-width: 450px) {
    .page-block.pricing-list .package-options.support .package {
      padding: .8em;
      margin-bottom: 1em; } }
  .page-block.pricing-list .package-options.support .package:hover {
    background: white; }
    .page-block.pricing-list .package-options.support .package:hover h3 {
      color: #0089e9; }
    .page-block.pricing-list .package-options.support .package:hover .button {
      border-color: #0089e9;
      background: #0089e9; }
  .page-block.pricing-list .package-options.support .package h3 {
    background: transparent;
    margin-bottom: 0.33em;
    color: #212121;
    font-size: 24px; }
    @media (max-width: 960px) {
      .page-block.pricing-list .package-options.support .package h3 {
        font-size: 30px;
        padding: 1.08em 0; } }
    @media (max-width: 450px) {
      .page-block.pricing-list .package-options.support .package h3 {
        font-size: 15px; } }
  .page-block.pricing-list .package-options.support .package p {
    margin-bottom: 2em; }
    @media (max-width: 960px) {
      .page-block.pricing-list .package-options.support .package p {
        font-size: 1.5rem;
        line-height: 1.3em;
        margin-bottom: 1.9em; } }
    @media (max-width: 450px) {
      .page-block.pricing-list .package-options.support .package p {
        font-size: .75rem; } }
  .page-block.pricing-list .package-options.support .package .button {
    margin-left: 0; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.share-wrapper {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .share-wrapper ul {
    list-style-type: none; }
    .share-wrapper ul li {
      background: #fefefe;
      height: 45px;
      width: 45px;
      margin-bottom: 1px;
      text-align: center; }
      .share-wrapper ul li a {
        display: block;
        width: 100%;
        height: 100%;
        display: table; }
        .share-wrapper ul li a i {
          font-size: 1.2rem;
          display: table-cell;
          vertical-align: middle; }
          .share-wrapper ul li a i.fa-facebook-f {
            color: #3b5998; }
          .share-wrapper ul li a i.fa-twitter {
            color: #1dcaff; }
          .share-wrapper ul li a i.fa-pinterest {
            color: #c8232c; }
          .share-wrapper ul li a i.fa-instagram {
            color: #8a3ab9; }
          .share-wrapper ul li a i.fa-youtube {
            color: #ff0000; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  .page-block.themes-list {
    padding: 69px 30px 100px; } }

@media (max-width: 450px) {
  .page-block.themes-list {
    padding: 30px 15px 50px; } }

.page-block.themes-list .page-title {
  margin-top: 2.25em;
  margin-bottom: 27px; }
  @media (max-width: 960px) {
    .page-block.themes-list .page-title {
      margin-top: 0;
      margin-bottom: 38px; } }
  @media (max-width: 450px) {
    .page-block.themes-list .page-title {
      margin-bottom: 19px; } }

.page-block.themes-list .subtitle {
  font-size: 1.125rem;
  line-height: 1.35em;
  margin-bottom: 2.5em; }
  @media (max-width: 960px) {
    .page-block.themes-list .subtitle {
      width: 86%;
      margin: 0 auto 1.6em; } }
  @media (max-width: 450px) {
    .page-block.themes-list .subtitle {
      width: 100%;
      font-size: .75rem;
      margin-bottom: 2em; } }

.page-block.themes-list .theme-list-element {
  max-width: 1600px;
  margin: 9.7em auto 0 auto; }
  @media (max-width: 960px) {
    .page-block.themes-list .theme-list-element {
      margin: 6.7em 0 0 0; } }
  @media (max-width: 450px) {
    .page-block.themes-list .theme-list-element {
      margin: 3.2em 0 0 0; } }
  .page-block.themes-list .theme-list-element.first-theme {
    margin: 6em auto 0 auto; }
    @media (max-width: 960px) {
      .page-block.themes-list .theme-list-element.first-theme {
        margin: 6.7em 0 0 0; } }
    @media (max-width: 450px) {
      .page-block.themes-list .theme-list-element.first-theme {
        margin: 3.2em 0 0 0; } }
  .page-block.themes-list .theme-list-element h3, .page-block.themes-list .theme-list-element h3 span {
    font-family: "graphik-web-black-italic";
    font-size: 48px; }
    @media (max-width: 450px) {
      .page-block.themes-list .theme-list-element h3, .page-block.themes-list .theme-list-element h3 span {
        font-size: 24px;
        margin-bottom: 22px; } }
    .page-block.themes-list .theme-list-element h3 span, .page-block.themes-list .theme-list-element h3 span span {
      color: #0089e9; }
  .page-block.themes-list .theme-list-element .preview-container {
    position: relative;
    margin: 2.25em 0 6.2em; }
    @media (max-width: 960px) {
      .page-block.themes-list .theme-list-element .preview-container {
        margin: 2.25em 0 6.5em; } }
    @media (max-width: 450px) {
      .page-block.themes-list .theme-list-element .preview-container {
        margin: 1.125em 0 3.25em; } }
    .page-block.themes-list .theme-list-element .preview-container .device {
      position: absolute; }
      .page-block.themes-list .theme-list-element .preview-container .device img {
        width: 100%; }
      .page-block.themes-list .theme-list-element .preview-container .device.iphone {
        width: 452px;
        height: 733px;
        left: 0;
        top: 31%;
        background: url("../img/iphone.png") no-repeat transparent;
        padding: 123px 100px 122px 112px; }
        @media (max-width: 960px) {
          .page-block.themes-list .theme-list-element .preview-container .device.iphone {
            background-size: 100%;
            bottom: -153px;
            top: auto;
            left: -120px;
            padding: 73px 58px 124px 67px;
            width: 271px;
            height: 455px; } }
        @media (max-width: 450px) {
          .page-block.themes-list .theme-list-element .preview-container .device.iphone {
            bottom: -77px;
            top: auto;
            left: -60px;
            padding: 36px 29px 62px 34px;
            width: 136px;
            height: 228px; } }
      .page-block.themes-list .theme-list-element .preview-container .device.imac {
        position: relative;
        width: 1084px;
        height: 732px;
        margin: auto;
        background: url("../img/imac.png") no-repeat transparent;
        padding: 50px 50px 0 50px; }
        @media (max-width: 960px) {
          .page-block.themes-list .theme-list-element .preview-container .device.imac {
            width: 650px;
            height: 440px;
            padding: 4.61%; } }
        @media (max-width: 450px) {
          .page-block.themes-list .theme-list-element .preview-container .device.imac {
            width: 325px;
            height: 220px;
            padding: 5% 3% 2.3%;
            background-size: contain; } }
      .page-block.themes-list .theme-list-element .preview-container .device.ipad {
        width: 617px;
        height: 751px;
        right: 0;
        top: 23%;
        background: url("../img/ipad.png") no-repeat transparent;
        padding: 88px 130px 0 94px; }
        @media (max-width: 960px) {
          .page-block.themes-list .theme-list-element .preview-container .device.ipad {
            bottom: -174px;
            top: auto;
            right: -152px;
            left: auto;
            height: 511px;
            width: 372px;
            background-size: 100%;
            padding: 55px 80px 143px 62px; } }
        @media (max-width: 450px) {
          .page-block.themes-list .theme-list-element .preview-container .device.ipad {
            bottom: -87px;
            top: auto;
            right: -76px;
            left: auto;
            height: 256px;
            width: 186px;
            padding: 27px 40px 71px 31px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.ticket-create-header {
  background: #dee5ed;
  padding-top: 120px;
  text-align: left;
  position: relative;
  overflow: visible;
  z-index: 2; }
  @media (max-width: 960px) {
    .ticket-create-header {
      padding-top: 0; } }
  .ticket-create-header .ua-wrapper {
    padding: 6.5em 6em;
    max-width: 1600px;
    margin: 0 auto; }
    @media (max-width: 960px) {
      .ticket-create-header .ua-wrapper {
        padding: 7.15em 30px;
        max-width: 100%; } }
    @media (max-width: 450px) {
      .ticket-create-header .ua-wrapper {
        padding: 3.65em 15px; } }
  .ticket-create-header h2 {
    margin: 0; }
    @media (max-width: 960px) {
      .ticket-create-header h2 {
        font-size: 3.75rem; } }
    @media (max-width: 450px) {
      .ticket-create-header h2 {
        font-size: 1.875rem; } }
  .ticket-create-header a {
    position: absolute;
    bottom: -30px; }
    @media (max-width: 450px) {
      .ticket-create-header a {
        bottom: -15px; } }

.tickets-create {
  padding: 3em 0; }
  @media (max-width: 960px) {
    .tickets-create {
      padding: 2em 30px; } }
  @media (max-width: 450px) {
    .tickets-create {
      padding: 1.7em 15px 2.2em; } }
  .tickets-create form {
    margin: 4.4em 0; }
    @media (max-width: 960px) {
      .tickets-create form {
        margin: 2.2em 0; } }
    @media (max-width: 450px) {
      .tickets-create form {
        margin: 0; } }
    .tickets-create form .filters {
      text-align: left;
      width: auto;
      max-width: none;
      margin-bottom: 1.3em; }
      @media (max-width: 960px) {
        .tickets-create form .filters {
          padding: 0;
          margin-bottom: .9em; } }
      @media (max-width: 450px) {
        .tickets-create form .filters {
          margin-bottom: 0; } }
      @media (max-width: 960px) {
        .tickets-create form .filters label {
          font-size: .875rem; } }
      @media (max-width: 450px) {
        .tickets-create form .filters label {
          font-size: .4375rem;
          padding: 1.3em 0 0.2em; } }
      .tickets-create form .filters select {
        background-position-y: 1em;
        font-size: 1.125rem;
        padding: .7em 1.6em .7em 0;
        height: 56px; }
        @media (max-width: 960px) {
          .tickets-create form .filters select {
            font-size: 1.125rem;
            padding: .1em 1.6em .7em 0;
            background-position-y: .5em; } }
        @media (max-width: 450px) {
          .tickets-create form .filters select {
            background-position-y: .8em;
            font-size: .5625rem;
            height: 28px; } }
    .tickets-create form > div {
      margin-bottom: 1em; }
      .tickets-create form > div.half {
        width: 50%;
        margin-bottom: 2.7em; }
        @media (max-width: 960px) {
          .tickets-create form > div.half {
            width: 100%;
            margin-bottom: .7em; } }
        @media (max-width: 450px) {
          .tickets-create form > div.half {
            margin-bottom: 0.1em; } }
        @media (max-width: 450px) {
          .tickets-create form > div.half select {
            height: 22px;
            background-position-y: .75em; } }
      .tickets-create form > div .pell-editor {
        border: 1px solid #dee5ed; }
    .tickets-create form .button {
      margin-right: 2em; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.tickets-header {
  background: #dee5ed;
  padding-top: 120px;
  text-align: left;
  position: relative;
  overflow: visible;
  z-index: 2; }
  @media (max-width: 960px) {
    .tickets-header {
      padding: 0; } }
  .tickets-header .ua-wrapper {
    padding: 5.47em 0; }
    @media (max-width: 960px) {
      .tickets-header .ua-wrapper {
        padding: 5.3em 30px 5em; } }
    @media (max-width: 450px) {
      .tickets-header .ua-wrapper {
        padding: 2.65em 15px 2.5em; } }
  .tickets-header h2 {
    margin: 0;
    margin-bottom: 7px; }
    @media (max-width: 960px) {
      .tickets-header h2 {
        font-size: 3.75rem;
        margin-bottom: 25px; } }
    @media (max-width: 450px) {
      .tickets-header h2 {
        font-size: 1.875rem;
        margin-bottom: 12px; } }
  .tickets-header .subtitle {
    font-size: 1.125rem;
    margin-bottom: 0; }
    @media (max-width: 960px) {
      .tickets-header .subtitle {
        font-size: 1.5rem; } }
    @media (max-width: 450px) {
      .tickets-header .subtitle {
        font-size: .75rem; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.tickets-overview {
  position: relative; }
  .tickets-overview .button {
    border-radius: 5px; }
  .tickets-overview .filters {
    width: auto;
    max-width: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 1em 0 3em .5em; }
    @media (max-width: 960px) {
      .tickets-overview .filters {
        margin: .9em 0 2.65em 0;
        padding: 0 16px; } }
    @media (max-width: 450px) {
      .tickets-overview .filters {
        margin: .6em 0 1.3em 0; } }
    .tickets-overview .filters .filter-header-site {
      margin: 1em 7.6em 1em 1em; }
      @media (max-width: 960px) {
        .tickets-overview .filters .filter-header-site {
          margin: 1em 2.3em 1em 1em; } }
      @media (max-width: 450px) {
        .tickets-overview .filters .filter-header-site {
          margin: .5em 5em .5em 0; } }
      .tickets-overview .filters .filter-header-site form {
        margin: 0; }
        .tickets-overview .filters .filter-header-site form label {
          margin-bottom: 1em; }
          @media (max-width: 960px) {
            .tickets-overview .filters .filter-header-site form label {
              margin-bottom: 3px; } }
          @media (max-width: 450px) {
            .tickets-overview .filters .filter-header-site form label {
              font-size: 7px; } }
        .tickets-overview .filters .filter-header-site form select {
          padding-top: 0;
          padding-bottom: 0;
          background-position-y: .5em; }
          @media (max-width: 450px) {
            .tickets-overview .filters .filter-header-site form select {
              font-size: 9px; } }
  .tickets-overview .new-ticket {
    position: absolute;
    right: 0;
    top: 0;
    background: #212121;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "graphik-web-bold";
    color: #fefefe;
    font-size: 24px;
    cursor: pointer;
    width: 44%; }
    @media (max-width: 960px) {
      .tickets-overview .new-ticket {
        width: 33%; } }
    @media (max-width: 450px) {
      .tickets-overview .new-ticket {
        font-size: 12px; } }
    .tickets-overview .new-ticket:hover .plus {
      -webkit-box-shadow: 0 0 25px #50b7ff;
      box-shadow: 0 0 25px #50b7ff; }
    .tickets-overview .new-ticket .plus {
      width: 80px;
      height: 80px;
      text-align: center;
      margin: 0.25em .36em;
      background: #0089e9;
      line-height: 2.2em;
      font-size: 1.6em;
      -webkit-transition: -webkit-box-shadow 0.1s;
      transition: -webkit-box-shadow 0.1s;
      -o-transition: box-shadow 0.1s;
      transition: box-shadow 0.1s;
      transition: box-shadow 0.1s, -webkit-box-shadow 0.1s; }
      @media (max-width: 960px) {
        .tickets-overview .new-ticket .plus {
          width: 50px;
          height: 50px;
          margin: 0.26em .25em;
          line-height: 40px; } }
      @media (max-width: 450px) {
        .tickets-overview .new-ticket .plus {
          width: 40px;
          height: 40px;
          font-size: .8em;
          line-height: 4.4em;
          margin: 0.54em .54em; } }
    .tickets-overview .new-ticket .text {
      margin-left: .6em;
      margin-right: 5em;
      font-size: 1.5rem; }
      @media (max-width: 960px) {
        .tickets-overview .new-ticket .text {
          font-size: 0.7em;
          margin-left: .7em;
          margin-right: 30px; } }
      @media (max-width: 450px) {
        .tickets-overview .new-ticket .text {
          font-size: .7rem;
          margin-left: .8em;
          margin-right: 15px; } }
  .tickets-overview .ua-wrapper {
    max-width: 1444px; }
    @media (max-width: 960px) {
      .tickets-overview .ua-wrapper {
        max-width: 100%; } }
    .tickets-overview .ua-wrapper .ticket-list {
      margin: 3.6em 0 9.3em; }
      @media (max-width: 960px) {
        .tickets-overview .ua-wrapper .ticket-list {
          margin: 4.4em 0 9.3em; } }
      @media (max-width: 450px) {
        .tickets-overview .ua-wrapper .ticket-list {
          margin: 2.4em 0 4.7em; } }
      .tickets-overview .ua-wrapper .ticket-list .ticket-block {
        padding: 0 1.85em;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: -webkit-box-shadow 0.1s;
        transition: -webkit-box-shadow 0.1s;
        -o-transition: box-shadow 0.1s;
        transition: box-shadow 0.1s;
        transition: box-shadow 0.1s, -webkit-box-shadow 0.1s; }
        @media (max-width: 450px) {
          .tickets-overview .ua-wrapper .ticket-list .ticket-block {
            padding: 0 .925em; } }
        .tickets-overview .ua-wrapper .ticket-list .ticket-block:hover {
          background: white;
          -webkit-box-shadow: 0 0 25px #c6c6c6;
          box-shadow: 0 0 25px #c6c6c6; }
          .tickets-overview .ua-wrapper .ticket-list .ticket-block:hover .ticket-info-wrapper .actions .see-ticket {
            opacity: 1;
            pointer-events: inherit; }
        .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          border-top: 1px solid #c6c6c6;
          padding: 1.73em 0; }
          @media (max-width: 960px) {
            .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper {
              display: block; } }
          @media (max-width: 450px) {
            .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper {
              padding: .865em 0; } }
          .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content {
            -webkit-flex-basis: 60%;
            -ms-flex-preferred-size: 60%;
            flex-basis: 60%; }
            @media (max-width: 960px) {
              .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content {
                display: block;
                margin-bottom: 1.65em; } }
            @media (max-width: 450px) {
              .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content {
                margin-bottom: .825em; } }
            .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content h5 {
              color: #0089e9;
              font-family: "graphik-web-medium";
              font-size: 1.125em;
              margin-bottom: 0.7em; }
              @media (max-width: 960px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content h5 {
                  font-size: 1.5rem; } }
              @media (max-width: 450px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content h5 {
                  font-size: .75rem; } }
            .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content .date {
              color: #c6c6c6;
              font-size: 0.875em;
              margin-bottom: 0.7em; }
              @media (max-width: 960px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content .date {
                  font-size: 1.125rem;
                  margin-bottom: 0.4em; } }
              @media (max-width: 450px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content .date {
                  font-size: .5625rem; } }
            .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content .support-agent {
              color: #212121;
              font-size: 0.875em; }
              @media (max-width: 960px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content .support-agent {
                  font-size: 1.125rem; } }
              @media (max-width: 450px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .content .support-agent {
                  font-size: .5625rem; } }
          .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions {
            -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            text-align: right; }
            @media (max-width: 960px) {
              .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                text-align: left; } }
            .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .see-ticket {
              -webkit-transition: opacity 0.1s;
              -o-transition: opacity 0.1s;
              transition: opacity 0.1s;
              opacity: 0;
              pointer-events: none; }
              @media (max-width: 960px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .see-ticket {
                  margin-right: 1em;
                  margin-left: 0;
                  padding-left: 1em;
                  padding-right: 1em;
                  font-size: 12px;
                  height: 50px;
                  max-width: 180px;
                  min-width: 180px;
                  max-height: 50px;
                  min-height: 50px;
                  line-height: 45px;
                  -webkit-box-ordinal-group: 3;
                  -webkit-order: 2;
                  -ms-flex-order: 2;
                  order: 2; } }
              @media (max-width: 450px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .see-ticket {
                  font-size: 6px;
                  height: 50px;
                  max-width: 90px;
                  min-width: 90px;
                  max-height: 25px;
                  min-height: 25px;
                  line-height: 22px;
                  border-width: 1px;
                  border-radius: 2px; } }
            .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status {
              border: 0;
              font-family: "graphik-web-medium";
              text-transform: uppercase;
              letter-spacing: 0.05em;
              margin-left: 2.5em; }
              @media (max-width: 960px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status {
                  margin-right: 1em;
                  margin-left: 0;
                  padding-left: 1em;
                  padding-right: 1em;
                  font-size: 12px;
                  height: 50px;
                  max-width: 180px;
                  min-width: 180px;
                  max-height: 50px;
                  min-height: 50px;
                  line-height: 45px;
                  -webkit-box-ordinal-group: 2;
                  -webkit-order: 1;
                  -ms-flex-order: 1;
                  order: 1; } }
              @media (max-width: 450px) {
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status {
                  margin-right: 2em;
                  font-size: 6px;
                  height: 50px;
                  max-width: 90px;
                  min-width: 90px;
                  max-height: 25px;
                  min-height: 25px;
                  line-height: 22px;
                  border-radius: 2px; } }
              .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status.completed {
                background: #6bc600;
                border: 3px solid #6bc600; }
                @media (max-width: 450px) {
                  .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status.completed {
                    border-width: 1px; } }
              .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status.in-progress {
                background: #ffc600;
                border: 3px solid #ffc600; }
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status.in-progress breakpoint($phone) {
                  border-width: 1px; }
              .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status.on-hold {
                background: #e94444;
                border: 3px solid #e94444; }
                .tickets-overview .ua-wrapper .ticket-list .ticket-block .ticket-info-wrapper .actions .status.on-hold breakpoint($phone) {
                  border-width: 1px; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.ticket-view-header {
  background: #dee5ed;
  padding-top: 120px;
  text-align: left;
  position: relative;
  overflow: visible;
  z-index: 2; }
  @media (max-width: 960px) {
    .ticket-view-header {
      padding-top: 0; } }
  .ticket-view-header .ua-wrapper {
    padding-top: 6.1em;
    padding-bottom: 5.7em;
    width: 100%; }
    @media (max-width: 960px) {
      .ticket-view-header .ua-wrapper {
        padding-top: 5.5em;
        padding-bottom: 7em; } }
    @media (max-width: 450px) {
      .ticket-view-header .ua-wrapper {
        padding-top: 2.75em;
        padding-bottom: 3.5em; } }
    .ticket-view-header .ua-wrapper h2 {
      color: #0089e9;
      margin: 0 0 .5rem;
      padding-bottom: 0.2em;
      font-size: 3rem;
      line-height: 1em;
      font-family: "graphik-web-medium"; }
      @media (max-width: 960px) {
        .ticket-view-header .ua-wrapper h2 {
          font-size: 1.875rem;
          margin: 0 0 .2rem; } }
      @media (max-width: 450px) {
        .ticket-view-header .ua-wrapper h2 {
          font-size: .9375rem;
          margin: 0 0 .1rem; } }
    .ticket-view-header .ua-wrapper p {
      font-size: .875rem;
      margin-bottom: .2rem; }
      @media (max-width: 960px) {
        .ticket-view-header .ua-wrapper p {
          font-size: 1.125rem;
          margin-bottom: .4rem; } }
      @media (max-width: 450px) {
        .ticket-view-header .ua-wrapper p {
          font-size: .5625rem;
          margin-bottom: .3rem; } }
      .ticket-view-header .ua-wrapper p.created-at {
        color: rgba(33, 33, 33, 0.5); }
      .ticket-view-header .ua-wrapper p.agent {
        color: #212121;
        font-family: "graphik-web-medium"; }
    .ticket-view-header .ua-wrapper .action-wrapper {
      position: absolute;
      bottom: -28px;
      max-width: 1404px;
      width: 100%; }
      @media (max-width: 960px) {
        .ticket-view-header .ua-wrapper .action-wrapper {
          max-width: 100%;
          left: 0;
          bottom: -33px; } }
      @media (max-width: 450px) {
        .ticket-view-header .ua-wrapper .action-wrapper {
          max-width: 345px;
          bottom: -17px; } }
      .ticket-view-header .ua-wrapper .action-wrapper .progress {
        display: inline-block;
        line-height: 48px;
        height: 56px;
        padding: 0 2.6em;
        background: #dee5ed;
        color: #212121;
        border: 3px solid #212121;
        text-align: center;
        font-family: "graphik-web-bold";
        letter-spacing: .1em;
        text-transform: uppercase;
        font-size: 12px;
        float: right; }
        @media (max-width: 960px) {
          .ticket-view-header .ua-wrapper .action-wrapper .progress {
            margin-top: 5px; } }
        @media (max-width: 450px) {
          .ticket-view-header .ua-wrapper .action-wrapper .progress {
            font-size: 6px;
            margin-top: 2.5px;
            height: 28px;
            line-height: 24px; } }
        .ticket-view-header .ua-wrapper .action-wrapper .progress.in-progress {
          background: #ffc600;
          border: 3px solid #ffc600;
          color: #fefefe; }

.tickets-view {
  padding: 4.5em 5%; }
  @media (max-width: 960px) {
    .tickets-view {
      padding: 4.5em 30px; } }
  @media (max-width: 450px) {
    .tickets-view {
      padding: 2.25em 15px; } }
  .tickets-view .ticket-message {
    margin: 0; }
    .tickets-view .ticket-message:first-child {
      margin-top: 1.8em; }
      @media (max-width: 960px) {
        .tickets-view .ticket-message:first-child {
          margin-top: 0.4em; } }
    .tickets-view .ticket-message:after {
      content: " ";
      margin-left: 41px;
      border-left: 2px solid #c6c6c6;
      height: 40px;
      display: block;
      margin-top: 6px;
      margin-bottom: 6px; }
      @media (max-width: 450px) {
        .tickets-view .ticket-message:after {
          margin-left: 20px;
          border-left: 1px solid #c6c6c6;
          height: 20px;
          margin-top: 3px;
          margin-bottom: 3px; } }
    .tickets-view .ticket-message.agent .ticket-content {
      background: #d2e4f2; }
    .tickets-view .ticket-message:last-of-type:after {
      display: none; }
    .tickets-view .ticket-message .ticket-top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .tickets-view .ticket-message .ticket-top .ticket-author {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #424242; }
        .tickets-view .ticket-message .ticket-top .ticket-author .profile-photo-bubble {
          width: 82px;
          height: 82px;
          border-radius: 82px;
          border: 3px solid #c6c6c6;
          overflow: hidden; }
          @media (max-width: 960px) {
            .tickets-view .ticket-message .ticket-top .ticket-author .profile-photo-bubble {
              display: inline-block; } }
          @media (max-width: 450px) {
            .tickets-view .ticket-message .ticket-top .ticket-author .profile-photo-bubble {
              width: 41px;
              height: 41px;
              border-radius: 41px;
              border: 1.5px solid #c6c6c6; } }
        .tickets-view .ticket-message .ticket-top .ticket-author .names {
          margin-left: .5em; }
          @media (max-width: 450px) {
            .tickets-view .ticket-message .ticket-top .ticket-author .names {
              margin-left: .25em; } }
          .tickets-view .ticket-message .ticket-top .ticket-author .names .tags {
            margin-bottom: .5em; }
            .tickets-view .ticket-message .ticket-top .ticket-author .names .tags span {
              color: white;
              background: #0089e9;
              border-radius: 5px;
              padding: 0.5em 0.8em;
              display: inline-block;
              font-size: 12px;
              font-size: "graphik-web-bold"; }
              @media (max-width: 450px) {
                .tickets-view .ticket-message .ticket-top .ticket-author .names .tags span {
                  font-size: 6px;
                  border-radius: 2.5px; } }
          .tickets-view .ticket-message .ticket-top .ticket-author .names strong {
            font-weight: bold;
            display: block;
            color: #212121;
            margin: 0 0 .3em; }
            @media (max-width: 960px) {
              .tickets-view .ticket-message .ticket-top .ticket-author .names strong {
                font-size: 1.125rem; } }
            @media (max-width: 450px) {
              .tickets-view .ticket-message .ticket-top .ticket-author .names strong {
                font-size: .5625rem; } }
          .tickets-view .ticket-message .ticket-top .ticket-author .names .date {
            font-size: 14px;
            color: #c6c6c6; }
            @media (max-width: 960px) {
              .tickets-view .ticket-message .ticket-top .ticket-author .names .date {
                font-size: 1rem; } }
            @media (max-width: 450px) {
              .tickets-view .ticket-message .ticket-top .ticket-author .names .date {
                font-size: .5rem; } }
      .tickets-view .ticket-message .ticket-top .ticket-actions {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .tickets-view .ticket-message .ticket-top .ticket-actions a {
          color: #212121;
          padding: 0 0.5em;
          font-family: "graphik-web-medium"; }
          @media (max-width: 450px) {
            .tickets-view .ticket-message .ticket-top .ticket-actions a {
              font-size: .5rem; } }
    .tickets-view .ticket-message .ticket-content {
      margin-top: 1em;
      background: #dee5ed;
      padding: 1.5em 2em 1.8em;
      position: relative; }
      @media (max-width: 450px) {
        .tickets-view .ticket-message .ticket-content {
          margin-top: .5em;
          padding: .9em 1em .9em; } }
      .tickets-view .ticket-message .ticket-content p {
        margin: 0 0 1.5em; }
        @media (max-width: 960px) {
          .tickets-view .ticket-message .ticket-content p {
            font-size: 1.125rem;
            margin: 0 0 1.3em;
            line-height: 1.5rem; } }
        @media (max-width: 450px) {
          .tickets-view .ticket-message .ticket-content p {
            font-size: .5625rem;
            margin: 0 0 1.3em;
            line-height: .75rem; } }
      .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment {
        display: inline-block;
        padding: .5rem 4rem .5rem 1.2rem;
        border: 1px solid #c6c6c6; }
        @media (max-width: 960px) {
          .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment {
            padding: .5rem 2.8rem .5rem 1.1rem; } }
        @media (max-width: 450px) {
          .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment {
            padding: .125rem 1.4rem .25rem .55rem; } }
        .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filename {
          display: block;
          font-family: "graphik-web-medium";
          font-size: .75rem;
          margin-bottom: 8px; }
          @media (max-width: 960px) {
            .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filename {
              font-size: 1rem; } }
          @media (max-width: 450px) {
            .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filename {
              font-size: .5rem;
              margin-bottom: 0px; } }
        .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filetype-wrapper {
          display: inline-block;
          margin-right: 1rem; }
          @media (max-width: 960px) {
            .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filetype-wrapper {
              margin-right: .5rem; } }
          @media (max-width: 450px) {
            .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filetype-wrapper {
              margin-right: .25rem; } }
          @media (max-width: 450px) {
            .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filetype-wrapper img {
              height: 10px;
              width: auto; } }
          .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filetype-wrapper .filesize {
            font-family: "graphik-web-medium";
            font-size: .625rem;
            vertical-align: super;
            margin-left: 10px; }
            @media (max-width: 960px) {
              .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filetype-wrapper .filesize {
                font-size: .875rem; } }
            @media (max-width: 450px) {
              .tickets-view .ticket-message .ticket-content .attachments-wrapper .attachment .filetype-wrapper .filesize {
                font-size: 7px;
                vertical-align: middle;
                margin-left: 5px; } }
      .tickets-view .ticket-message .ticket-content:after {
        bottom: 100%;
        left: 45px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #dee5ed;
        border-width: 10px;
        margin-left: -10px; }
        @media (max-width: 450px) {
          .tickets-view .ticket-message .ticket-content:after {
            border-width: 5px;
            margin-left: -5px;
            left: 20px; } }
      .tickets-view .ticket-message .ticket-content.editor {
        padding: 0;
        border: 1px solid #dee5ed;
        border-radius: 5px; }
      .tickets-view .ticket-message .ticket-content .pell-editor {
        background: white; }
    .tickets-view .ticket-message .ticket-editor-actions {
      margin-top: 2em; }
      @media (max-width: 450px) {
        .tickets-view .ticket-message .ticket-editor-actions {
          margin-top: .8em; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.profile-photo-bubble {
  width: 88px;
  height: 88px;
  border-radius: 88px;
  border: 3px solid #c6c6c6;
  overflow: hidden; }
  @media (max-width: 960px) {
    .profile-photo-bubble {
      display: none; } }
  .profile-photo-bubble img {
    width: 100%; }

.user-area-header {
  background: #dee5ed;
  padding-top: 235px;
  text-align: center;
  position: relative;
  overflow: visible;
  z-index: 2; }
  @media (max-width: 960px) {
    .user-area-header {
      padding-top: 121px; } }
  @media (max-width: 450px) {
    .user-area-header {
      padding-top: 6.6vh; } }
  .user-area-header ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 960px) {
      .user-area-header ul {
        text-align: left;
        width: 66%; } }
    .user-area-header ul li {
      display: inline-block;
      font-family: "graphik-web-bold";
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      padding-bottom: 1.5em;
      margin: 0 2em; }
      @media (max-width: 960px) {
        .user-area-header ul li {
          font-size: 17px;
          margin: 0 2%;
          padding-bottom: .5em; } }
      @media (max-width: 450px) {
        .user-area-header ul li {
          font-size: 10px;
          margin: 0 15px;
          padding-bottom: 5px; } }
      .user-area-header ul li.active {
        color: #0089e9;
        border-bottom: 2px solid #0089e9; }
        @media (max-width: 450px) {
          .user-area-header ul li.active {
            border-bottom: 1px solid #0089e9; } }
  .user-area-header .tickets-link {
    position: absolute;
    right: 5%;
    bottom: -25px; }
    @media (max-width: 960px) {
      .user-area-header .tickets-link {
        right: 0;
        bottom: 0; } }
    @media (max-width: 960px) {
      .user-area-header .tickets-link .button {
        min-width: 100px; } }
    .user-area-header .tickets-link .button i {
      font-size: 1em; }
  .user-area-header .profile-photo-bubble {
    position: absolute;
    left: 6%;
    bottom: 0%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.filters {
  max-width: 660px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 45px 0 0; }
  @media (max-width: 960px) {
    .filters {
      max-width: 100%;
      padding: 0 30px;
      margin-bottom: 17px; } }
  @media (max-width: 450px) {
    .filters {
      padding: 0 30px 0 15px;
      margin-bottom: 11px; } }
  .filters .filter-header-uc,
  .filters .filter-header-site {
    vertical-align: top;
    color: #c6c6c6;
    font-size: .75rem; }
    @media (max-width: 960px) {
      .filters .filter-header-uc,
      .filters .filter-header-site {
        font-size: .875rem;
        letter-spacing: .1em; } }
    @media (max-width: 450px) {
      .filters .filter-header-uc,
      .filters .filter-header-site {
        font-size: 8px;
        letter-spacing: 0; } }
  .filters .filter-header-uc {
    text-transform: uppercase;
    letter-spacing: .1em; }
    @media (max-width: 960px) {
      .filters .filter-header-uc {
        letter-spacing: 0; } }
  .filters .filter-header-site form {
    margin: 0; }
    .filters .filter-header-site form label {
      padding-top: 0;
      font-size: .625rem; }
      @media (max-width: 960px) {
        .filters .filter-header-site form label {
          font-size: 14px; } }
      @media (max-width: 450px) {
        .filters .filter-header-site form label {
          font-size: 8px; } }
    .filters .filter-header-site form select {
      font-size: 1.125rem;
      padding: .5em 1.7em 1em 0;
      background-position-y: 1em; }
      @media (max-width: 960px) {
        .filters .filter-header-site form select {
          font-size: 18px;
          padding: 0 1.8em 0 0;
          background-position-y: 0.51em; } }
      @media (max-width: 450px) {
        .filters .filter-header-site form select {
          padding: 0;
          font-size: 9px; } }

.user-area-invoice-list {
  padding-top: 6.3em; }
  @media (max-width: 960px) {
    .user-area-invoice-list {
      padding-top: 6.2em; } }
  @media (max-width: 450px) {
    .user-area-invoice-list {
      padding-top: 3em; } }
  .user-area-invoice-list .invoice-block {
    border-bottom: 1px solid #c6c6c6;
    max-width: 660px;
    margin: 0 auto 4px;
    padding: 1.2em 0 1.3em;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 960px) {
      .user-area-invoice-list .invoice-block {
        max-width: 100%;
        margin: 0 30px 44px;
        padding: 1.5em 0 1em; } }
    @media (max-width: 450px) {
      .user-area-invoice-list .invoice-block {
        margin: 0 15px 13px;
        padding: 0 0 5px; } }
    .user-area-invoice-list .invoice-block:last-of-type {
      border-bottom: none; }
    .user-area-invoice-list .invoice-block:hover .invoice-url {
      color: #424242; }
    .user-area-invoice-list .invoice-block .invoice-date,
    .user-area-invoice-list .invoice-block .invoice-price,
    .user-area-invoice-list .invoice-block .invoice-actions {
      vertical-align: middle;
      line-height: 2em;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      @media (max-width: 450px) {
        .user-area-invoice-list .invoice-block .invoice-date,
        .user-area-invoice-list .invoice-block .invoice-price,
        .user-area-invoice-list .invoice-block .invoice-actions {
          -webkit-align-self: baseline;
          -ms-flex-item-align: baseline;
          align-self: baseline; } }
    .user-area-invoice-list .invoice-block .invoice-date {
      font-size: 1.125rem;
      font-family: "graphik-web-regular";
      -webkit-box-flex: 3.45;
      -webkit-flex-grow: 3.45;
      -ms-flex-positive: 3.45;
      flex-grow: 3.45; }
      @media (max-width: 960px) {
        .user-area-invoice-list .invoice-block .invoice-date {
          font-size: 1.125rem;
          -webkit-box-flex: 2.7;
          -webkit-flex-grow: 2.7;
          -ms-flex-positive: 2.7;
          flex-grow: 2.7; } }
      @media (max-width: 450px) {
        .user-area-invoice-list .invoice-block .invoice-date {
          font-size: .65em;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; } }
    @media (max-width: 450px) {
      .user-area-invoice-list .invoice-block .invoice-price {
        text-align: center; } }
    .user-area-invoice-list .invoice-block .invoice-price .term-price {
      font-size: 1.5rem; }
      @media (max-width: 450px) {
        .user-area-invoice-list .invoice-block .invoice-price .term-price {
          font-size: .75em; } }
    .user-area-invoice-list .invoice-block .invoice-actions {
      text-align: right;
      float: right; }
      .user-area-invoice-list .invoice-block .invoice-actions a {
        font-size: .875rem;
        color: #212121;
        text-decoration: underline; }
        @media (max-width: 960px) {
          .user-area-invoice-list .invoice-block .invoice-actions a {
            font-size: 1.125rem; } }
        @media (max-width: 450px) {
          .user-area-invoice-list .invoice-block .invoice-actions a {
            font-size: .5rem; } }
        .user-area-invoice-list .invoice-block .invoice-actions a:hover {
          color: #FF4136; }
      .user-area-invoice-list .invoice-block .invoice-actions .pdf {
        text-transform: uppercase;
        color: #FF4136;
        font-size: 11px;
        padding: 0.25em 1em;
        border: 1px solid #FF4136;
        margin: 0 4em 0 .7em;
        text-align: center;
        border-radius: 3px;
        font-family: "graphik-web-medium"; }
        @media (max-width: 960px) {
          .user-area-invoice-list .invoice-block .invoice-actions .pdf {
            margin: 0 0 0 1.4em; } }
        @media (max-width: 450px) {
          .user-area-invoice-list .invoice-block .invoice-actions .pdf {
            font-size: 6px;
            padding: .125em .5em; } }
  .user-area-invoice-list .pagination {
    display: none; }
  .user-area-invoice-list .content-wrapper {
    max-width: 660px;
    margin: 0 auto;
    padding: .5em 0 3em; }
    @media (max-width: 960px) {
      .user-area-invoice-list .content-wrapper {
        max-width: 100%;
        padding: 1.5em 30px 6em; } }
    @media (max-width: 450px) {
      .user-area-invoice-list .content-wrapper {
        padding: .5em 15px 3em; } }
    .user-area-invoice-list .content-wrapper .show-invoices {
      display: block; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 960px) {
  .user-area-profile-update {
    padding: 0 5%; } }

.user-area-profile-update .link-back-to-sites {
  position: absolute;
  left: 5%;
  margin-top: 6em; }
  @media (max-width: 960px) {
    .user-area-profile-update .link-back-to-sites {
      position: relative;
      left: 0;
      margin: 2em 0; } }

.user-area-profile-update .content-wrapper {
  max-width: 800px;
  margin: auto;
  padding: 4em 0; }
  @media (max-width: 960px) {
    .user-area-profile-update .content-wrapper {
      padding-top: 0; } }

.user-area-profile-update .info-block {
  padding: 2em 0;
  border-bottom: 1px solid #c6c6c6; }
  .user-area-profile-update .info-block:last-child {
    border-bottom-width: 0; }
  .user-area-profile-update .info-block.current-plan .title {
    color: #0089e9; }
  .user-area-profile-update .info-block.current-plan .edit-site {
    background: #0089e9;
    border-color: #0089e9; }
  .user-area-profile-update .info-block .sub {
    color: #c6c6c6;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0.5em;
    letter-spacing: 0.05em; }
  .user-area-profile-update .info-block .title {
    font-family: "graphik-web-bold";
    font-size: 1.5em;
    margin-bottom: 0.5em; }
    .user-area-profile-update .info-block .title.cc {
      color: #c6c6c6;
      font-size: 1.2em;
      line-height: 1.5em; }
  .user-area-profile-update .info-block .left-holder {
    display: inline-block;
    vertical-align: top; }
  .user-area-profile-update .info-block .right-holder {
    display: inline-block;
    vertical-align: top;
    margin-left: 2em; }
  .user-area-profile-update .info-block .actions {
    margin-top: 2em; }
  .user-area-profile-update .info-block a.button {
    margin-right: 2em; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.user-area-profile-update-form .avatar-edit-wrapper {
  margin-top: 100px; }
  @media (max-width: 450px) {
    .user-area-profile-update-form .avatar-edit-wrapper {
      margin-top: 0; } }
  .user-area-profile-update-form .avatar-edit-wrapper .profile-photo-edit {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    border: 3px solid #c6c6c6;
    overflow: hidden;
    vertical-align: middle; }
    @media (max-width: 450px) {
      .user-area-profile-update-form .avatar-edit-wrapper .profile-photo-edit {
        width: 60px;
        height: 60px;
        border-radius: 60px;
        border: 1px solid #c6c6c6; } }
    .user-area-profile-update-form .avatar-edit-wrapper .profile-photo-edit img {
      width: 100%; }
  .user-area-profile-update-form .avatar-edit-wrapper button {
    display: inline-block;
    margin-left: 15px; }

@media (max-width: 450px) {
  .user-area-profile-update-form form {
    margin: .7em 0 1.2em; } }

.user-area-profile-update-form form h2 {
  font-size: 2em;
  margin: 1.3em 0 1em 0;
  line-height: 1em; }
  @media (max-width: 450px) {
    .user-area-profile-update-form form h2 {
      font-size: 1em;
      margin: 1.3em 0 .8em 0; } }

.user-area-profile-update-form form > div {
  margin-bottom: .8em; }
  @media (max-width: 450px) {
    .user-area-profile-update-form form > div {
      margin-bottom: .1em; } }

.user-area-profile-update-form form input[type='submit'] {
  margin-top: 2em;
  width: 100%; }
  @media (max-width: 960px) {
    .user-area-profile-update-form form input[type='submit'] {
      margin-top: 1em; } }
  @media (max-width: 450px) {
    .user-area-profile-update-form form input[type='submit'] {
      margin-top: .4em; } }

@media (max-width: 450px) {
  .user-area-profile-update-form form.info {
    margin-bottom: 2.9em; } }

.user-area-profile-update-form form.password-reset {
  margin-top: 5.7em; }
  @media (max-width: 450px) {
    .user-area-profile-update-form form.password-reset {
      margin-top: 2.95em; } }
  @media (max-width: 450px) {
    .user-area-profile-update-form form.password-reset input[type='submit'] {
      margin-top: 2em; } }

.user-area-profile-update-form form.email-notify h3 {
  text-transform: uppercase;
  font-size: .75rem;
  color: #c6c6c6;
  letter-spacing: .1em;
  margin-bottom: 17px; }

.user-area-profile-update-form form.email-notify hr {
  margin: 3.3em 0; }

.user-area-content {
  margin: auto;
  max-width: 612px;
  padding-bottom: 106px; }
  @media (max-width: 960px) {
    .user-area-content {
      max-width: 100%;
      padding: 0 30px 65px; } }
  @media (max-width: 450px) {
    .user-area-content {
      padding: 50px 15px 32px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.user-area-site-info .link-back-to-sites {
  position: absolute;
  left: 6.5%;
  margin-top: 6em; }
  @media (max-width: 960px) {
    .user-area-site-info .link-back-to-sites {
      position: relative;
      left: 0;
      padding: 0 30px; } }
  @media (max-width: 450px) {
    .user-area-site-info .link-back-to-sites {
      font-size: .5em;
      padding: 0 15px;
      margin-top: 5.5em; } }
  .user-area-site-info .link-back-to-sites a {
    color: #212121; }

.user-area-site-info .content-wrapper {
  max-width: 610px;
  margin: auto;
  padding: 6em 0 2.5em; }
  @media (max-width: 960px) {
    .user-area-site-info .content-wrapper {
      max-width: 100%;
      padding: 6em 30px .7em;
      margin: 0; } }
  @media (max-width: 450px) {
    .user-area-site-info .content-wrapper {
      padding: 3em 15px .4em; } }

.user-area-site-info .info-wrapper {
  padding: 0 0 47px;
  margin-bottom: 50px;
  border-bottom: 1px solid #c6c6c6; }
  @media (max-width: 450px) {
    .user-area-site-info .info-wrapper {
      padding: 0 0 24px;
      margin-bottom: 25px; } }
  .user-area-site-info .info-wrapper:last-of-type {
    border: none; }
  .user-area-site-info .info-wrapper h2 {
    text-transform: uppercase;
    font-size: .75rem;
    color: #c6c6c6;
    line-height: 1em;
    font-family: "graphik-web-medium";
    letter-spacing: .1em;
    margin-bottom: 16px; }
    @media (max-width: 960px) {
      .user-area-site-info .info-wrapper h2 {
        font-size: 1rem; } }
    @media (max-width: 450px) {
      .user-area-site-info .info-wrapper h2 {
        font-size: .375em;
        margin-bottom: 4px; } }
  .user-area-site-info .info-wrapper h3 {
    font-size: 1.5rem;
    line-height: 1em;
    margin-bottom: 8px; }
    @media (max-width: 450px) {
      .user-area-site-info .info-wrapper h3 {
        font-size: .75em;
        margin-bottom: 4px; } }
    .user-area-site-info .info-wrapper h3 .price {
      margin-left: 20px;
      color: #212121;
      font-family: "graphik-web-bold";
      font-size: 1.8rem; }
      @media (max-width: 450px) {
        .user-area-site-info .info-wrapper h3 .price {
          font-size: .9rem; } }
      .user-area-site-info .info-wrapper h3 .price sup {
        font-size: .5em;
        vertical-align: super; }
    .user-area-site-info .info-wrapper h3 .card-num {
      color: rgba(33, 33, 33, 0.5);
      font-size: 18px;
      font-family: "graphik-web-medium"; }
      @media (max-width: 450px) {
        .user-area-site-info .info-wrapper h3 .card-num {
          font-size: 9px; } }
    .user-area-site-info .info-wrapper h3 .card-hidden {
      font-size: 24px;
      margin-left: 20px;
      font-family: "graphik-web-bold";
      letter-spacing: .03em; }
      @media (max-width: 450px) {
        .user-area-site-info .info-wrapper h3 .card-hidden {
          font-size: 9px; } }
  .user-area-site-info .info-wrapper p {
    margin-bottom: 20px; }
    @media (max-width: 450px) {
      .user-area-site-info .info-wrapper p {
        font-size: .5rem;
        margin-bottom: 10px; } }
  .user-area-site-info .info-wrapper button {
    margin-right: 2em; }
    @media (max-width: 960px) {
      .user-area-site-info .info-wrapper button {
        margin-right: 1em; } }
    .user-area-site-info .info-wrapper button.upgrade:hover {
      background: #02a9bd;
      border-color: #02a9bd; }
  .user-area-site-info .info-wrapper .info-button {
    background: #212121;
    color: #fefefe;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-left: -1em; }
    @media (max-width: 960px) {
      .user-area-site-info .info-wrapper .info-button {
        margin-left: 0; } }
    @media (max-width: 450px) {
      .user-area-site-info .info-wrapper .info-button {
        margin-left: -.5em;
        height: 15px;
        width: 15px; } }
    .user-area-site-info .info-wrapper .info-button i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: .75em; }
      @media (max-width: 450px) {
        .user-area-site-info .info-wrapper .info-button i {
          font-size: .5em; } }
  .user-area-site-info .info-wrapper .billing-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .user-area-site-info .info-wrapper .billing-wrapper div {
      -webkit-box-flex: 0;
      -webkit-flex: 0 29%;
      -ms-flex: 0 29%;
      flex: 0 29%; }
      @media (max-width: 960px) {
        .user-area-site-info .info-wrapper .billing-wrapper div {
          -webkit-box-flex: 0;
          -webkit-flex: 0 33%;
          -ms-flex: 0 33%;
          flex: 0 33%; } }
      .user-area-site-info .info-wrapper .billing-wrapper div h3 {
        font-family: "graphik-web-medium";
        font-size: 10px;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: rgba(33, 33, 33, 0.5); }
        @media (max-width: 960px) {
          .user-area-site-info .info-wrapper .billing-wrapper div h3 {
            font-size: 14px; } }
        @media (max-width: 450px) {
          .user-area-site-info .info-wrapper .billing-wrapper div h3 {
            font-size: 7px; } }
      .user-area-site-info .info-wrapper .billing-wrapper div p {
        font-family: "graphik-web-medium";
        font-size: 18px;
        margin-bottom: 18px; }
        @media (max-width: 960px) {
          .user-area-site-info .info-wrapper .billing-wrapper div p {
            font-size: 24px; } }
        @media (max-width: 450px) {
          .user-area-site-info .info-wrapper .billing-wrapper div p {
            font-size: 12px;
            margin-bottom: 12px; } }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.user-area-site-list {
  padding: 6.2em 0;
  text-align: center;
  max-width: 863px;
  margin: 0 auto; }
  @media (max-width: 960px) {
    .user-area-site-list {
      max-width: 100%;
      padding: 6.1em 30px 3.3em; } }
  @media (max-width: 450px) {
    .user-area-site-list {
      padding: 3.1em 15px 1.2em; } }
  .user-area-site-list .info {
    font-family: "graphik-web-bold";
    color: #212121;
    font-size: 1.2em;
    margin-bottom: 2.4em; }
    @media (max-width: 960px) {
      .user-area-site-list .info {
        margin-bottom: 2.5em; } }
    @media (max-width: 450px) {
      .user-area-site-list .info {
        font-size: .6em;
        margin-bottom: 1.5em; } }
    .user-area-site-list .info strong {
      color: #0089e9; }
  .user-area-site-list .site-block {
    padding: 1.3em;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-left: 3px solid #0089e9;
    font-family: "graphik-web-bold";
    margin: 1.6em auto;
    text-align: left;
    cursor: pointer; }
    @media (max-width: 960px) {
      .user-area-site-list .site-block {
        max-width: 100%;
        min-height: 200px;
        padding: 1.2em;
        margin: 0 auto 1.7em; } }
    @media (max-width: 450px) {
      .user-area-site-list .site-block {
        padding: .6em;
        min-height: unset;
        margin: 0 auto .8em; } }
    @media (max-width: 960px) {
      .user-area-site-list .site-block:first-of-type {
        margin-top: 3em; } }
    .user-area-site-list .site-block:hover .site-url {
      color: #424242; }
    .user-area-site-list .site-block .site-info {
      padding-bottom: 2.6em; }
      @media (max-width: 960px) {
        .user-area-site-list .site-block .site-info {
          padding-bottom: 5.5em; } }
      @media (max-width: 450px) {
        .user-area-site-list .site-block .site-info {
          padding-bottom: 3em; } }
      .user-area-site-list .site-block .site-info .package-type {
        color: #0089e9;
        padding-bottom: 0.5em; }
        @media (max-width: 960px) {
          .user-area-site-list .site-block .site-info .package-type {
            font-size: 1.125rem; } }
        @media (max-width: 450px) {
          .user-area-site-list .site-block .site-info .package-type {
            font-size: .5rem; } }
      .user-area-site-list .site-block .site-info .site-name {
        color: #212121;
        font-size: 1.5em; }
        @media (max-width: 960px) {
          .user-area-site-list .site-block .site-info .site-name {
            font-size: 1.875rem; } }
        @media (max-width: 450px) {
          .user-area-site-list .site-block .site-info .site-name {
            font-size: .75em; } }
    .user-area-site-list .site-block .site-actions {
      float: right; }
      .user-area-site-list .site-block .site-actions a {
        margin-right: 1em; }
        @media (max-width: 960px) {
          .user-area-site-list .site-block .site-actions a {
            display: block;
            margin: 0 0 2em;
            padding-left: 1em;
            padding-right: 1em;
            font-size: 0.8em;
            min-width: 0; } }
        .user-area-site-list .site-block .site-actions a.manage:hover {
          background: #0089e9; }
        .user-area-site-list .site-block .site-actions a.admin:hover {
          border-color: #0089e9;
          color: #0089e9; }
    .user-area-site-list .site-block .site-url {
      font-family: "graphik-web-medium";
      color: #c6c6c6;
      -webkit-transition: color 0.1s;
      -o-transition: color 0.1s;
      transition: color 0.1s; }
      @media (max-width: 960px) {
        .user-area-site-list .site-block .site-url {
          font-size: 1.125rem; } }
      @media (max-width: 450px) {
        .user-area-site-list .site-block .site-url {
          font-size: .5rem; } }
  .user-area-site-list .pagination {
    text-align: center;
    margin: 2.95em 0; }
    @media (max-width: 960px) {
      .user-area-site-list .pagination {
        margin: 3em 0; } }
    @media (max-width: 450px) {
      .user-area-site-list .pagination {
        margin: 1.5em 0; } }
    .user-area-site-list .pagination .page {
      display: inline-block;
      color: #c6c6c6;
      line-height: 1em;
      padding: .8em 1em;
      margin: 0 0.2em; }
      @media (max-width: 960px) {
        .user-area-site-list .pagination .page {
          padding: .8em 1em;
          font-size: 1.5rem; } }
      @media (max-width: 450px) {
        .user-area-site-list .pagination .page {
          padding: 1em 1.1em;
          font-size: .7rem; } }
      .user-area-site-list .pagination .page.active {
        color: white;
        background: #212121; }
      .user-area-site-list .pagination .page a {
        color: #c6c6c6; }
        .user-area-site-list .pagination .page a:hover {
          color: #212121; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.user-header {
  line-height: 40px;
  font-size: 11px;
  background: #212121;
  color: #fefefe;
  text-transform: uppercase;
  padding: 0 30px; }
  .user-header .container {
    max-width: 1920px;
    margin: 0 auto; }
    .user-header .container .language-wrapper,
    .user-header .container .social-wrapper,
    .user-header .container .user-wrapper {
      display: inline-block; }
    .user-header .container .language-wrapper ul {
      margin-right: 30px; }
      .user-header .container .language-wrapper ul li {
        font-family: "graphik-web-medium"; }
        .user-header .container .language-wrapper ul li img {
          vertical-align: middle; }
    .user-header .container .social-wrapper ul {
      margin-left: 30px; }
      .user-header .container .social-wrapper ul li {
        display: inline;
        margin: 0 8px; }
        .user-header .container .social-wrapper ul li:first-child {
          margin: 0 8px 0 0; }
        .user-header .container .social-wrapper ul li a {
          color: #fefefe; }
          .user-header .container .social-wrapper ul li a i {
            font-size: 12px; }
    .user-header .container .user-wrapper {
      float: right; }
      .user-header .container .user-wrapper a {
        color: #fff;
        font-family: "graphik-web-medium";
        letter-spacing: .1em; }
        .user-header .container .user-wrapper a i {
          font-size: 14px;
          margin-right: .4em; }

/*
$tinymobile: max-width 360px;
$mobileLand: (min-width 360px) (max-width 767px) (orientation landscape);
$deskptop: 768px;
$tabletO: max-width 767px;
$tabletOiPad: (min-width 768px) and (max-width 1024px);
$tabletL: max-width 960px;
$tabletLiPad: (min-width 960px) and (max-width 1200px);
$laptop: max-width 1200px;
$bigdesktop: max-width 1600px;
*/
@font-face {
  font-family: "graphik-web-regular";
  src: url("../fonts/graphik-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-regular.woff") format("woff"), url("../fonts/graphik-web-regular.ttf") format("truetype"), url("../fonts/graphik-web-regular.svg#graphik-web-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-medium";
  src: url("../fonts/graphik-web-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-medium.woff") format("woff"), url("../fonts/graphik-web-medium.ttf") format("truetype"), url("../fonts/graphik-web-medium.svg#graphik-web-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-bold";
  src: url("../fonts/graphik-web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-bold.woff") format("woff"), url("../fonts/graphik-web-bold.ttf") format("truetype"), url("../fonts/graphik-web-bold.svg#graphik-web-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black";
  src: url("../fonts/graphik-web-black.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black.woff") format("woff"), url("../fonts/graphik-web-black.ttf") format("truetype"), url("../fonts/graphik-web-black.svg#graphik-web-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "graphik-web-black-italic";
  src: url("../fonts/graphik-web-black-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-web-black-italic.woff") format("woff"), url("../fonts/graphik-web-black-italic.ttf") format("truetype"), url("../fonts/graphik-web-black-italic.svg#graphik-web-black-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-block.user-login {
  margin-top: 120px;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 960px) {
    .page-block.user-login {
      margin-top: 0;
      padding: 0;
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .page-block.user-login .half {
    width: 50%;
    height: 100%; }
    @media (max-width: 960px) {
      .page-block.user-login .half {
        width: 100%;
        height: 600px;
        padding: 100px 0; } }
    @media (max-width: 450px) {
      .page-block.user-login .half {
        height: 300px;
        padding: 50px 0; } }
    .page-block.user-login .half .conent-wrapper {
      position: relative;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-align: center;
      width: 100%;
      padding: 0 20%; }
      @media (max-width: 960px) {
        .page-block.user-login .half .conent-wrapper {
          padding: 0 10%; } }
      @media (max-width: 450px) {
        .page-block.user-login .half .conent-wrapper {
          padding: 0 5%; } }
      .page-block.user-login .half .conent-wrapper h2 {
        font-family: "graphik-web-bold";
        font-size: 30px;
        line-height: 30px; }
        @media (max-width: 450px) {
          .page-block.user-login .half .conent-wrapper h2 {
            font-size: 15px;
            line-height: 15px; } }
        .page-block.user-login .half .conent-wrapper h2 strong {
          color: #0089e9; }
      .page-block.user-login .half .conent-wrapper p {
        font-family: "graphik-web-bold";
        margin-bottom: 30px; }
        @media (max-width: 450px) {
          .page-block.user-login .half .conent-wrapper p {
            margin-bottom: 15px; } }
      .page-block.user-login .half .conent-wrapper .button {
        width: 100%; }
      .page-block.user-login .half .conent-wrapper form {
        margin: 0; }
        .page-block.user-login .half .conent-wrapper form label {
          text-align: left; }
        .page-block.user-login .half .conent-wrapper form input {
          width: 100%;
          line-height: 44px;
          margin-bottom: 30px;
          background: transparent; }
          @media (max-width: 450px) {
            .page-block.user-login .half .conent-wrapper form input {
              margin-bottom: 0;
              line-height: 30px; } }
          .page-block.user-login .half .conent-wrapper form input:focus {
            border: 2px solid #212121;
            outline: none; }
        @media (max-width: 960px) {
          .page-block.user-login .half .conent-wrapper form button {
            margin-bottom: 2em; } }
        @media (max-width: 450px) {
          .page-block.user-login .half .conent-wrapper form button {
            margin-bottom: 1em;
            margin-top: 1em; } }
      .page-block.user-login .half .conent-wrapper .password {
        font-family: "graphik-web-regular";
        font-size: 18px; }
        @media (max-width: 450px) {
          .page-block.user-login .half .conent-wrapper .password {
            font-size: 9px; } }
        .page-block.user-login .half .conent-wrapper .password a {
          color: #212121; }
  .page-block.user-login .create-account {
    background-image: url("/skin/frontend/default/img/login/background_left.jpg");
    color: #fff;
    background-size: cover; }
    @media (max-width: 960px) {
      .page-block.user-login .create-account {
        position: relative;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
  .page-block.user-login .login {
    right: 0; }
    @media (max-width: 960px) {
      .page-block.user-login .login {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        position: relative; } }
    @media (max-width: 960px) {
      .page-block.user-login .login h2 {
        margin-bottom: 47px; } }
    @media (max-width: 450px) {
      .page-block.user-login .login h2 {
        margin-bottom: 23px; } }

.pell {
  border: 1px solid rgba(10, 10, 10, 0.1); }

.pell, .pell-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pell-content {
  height: 300px;
  outline: 0;
  overflow-y: auto;
  padding: 10px; }

.pell-actionbar {
  background-color: #fff;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1); }

.pell-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 30px;
  outline: 0;
  width: 30px;
  vertical-align: bottom; }

.pell-button-selected {
  background-color: #f0f0f0; }

/*# sourceMappingURL=all.css.map */
