@charset "UTF-8";

@font-face {
  font-family: 'Gotham';
  src: url(/wp-content/themes/dealflow/dist/fonts/gothamroundedbook.eot);
  src: url(/wp-content/themes/dealflow/dist/fonts/gothamroundedbook.eot) format("embedded-opentype"), url(/wp-content/themes/dealflow/dist/fonts/gothamroundedbook.woff) format("woff"), url(/wp-content/themes/dealflow/dist/fonts/gothamroundedbook.ttf) format("truetype"), url(/wp-content/themes/dealflow/dist/fonts/gothamroundedbook.svg) format("svg");
  font-weight: 300;
}

@font-face {
  font-family: 'Gotham';
  src: url(/wp-content/themes/dealflow/dist/fonts/gothamroundedmedium.eot);
  src: url(/wp-content/themes/dealflow/dist/fonts/gothamroundedmedium.eot) format("embedded-opentype"), url(/wp-content/themes/dealflow/dist/fonts/gothamroundedmedium.woff) format("woff"), url(/wp-content/themes/dealflow/dist/fonts/gothamroundedmedium.ttf) format("truetype"), url(/wp-content/themes/dealflow/dist/fonts/gothamroundedmedium.svg) format("svg");
  font-weight: 500;
}

@font-face {
  font-family: 'Gotham';
  src: url(/wp-content/themes/dealflow/dist/fonts/gothamroundedbold.eot);
  src: url(/wp-content/themes/dealflow/dist/fonts/gothamroundedbold.eot) format("embedded-opentype"), url(/wp-content/themes/dealflow/dist/fonts/gothamroundedbold.woff) format("woff"), url(/wp-content/themes/dealflow/dist/fonts/gothamroundedbold.ttf) format("truetype"), url(/wp-content/themes/dealflow/dist/fonts/gothamroundedbold.svg) format("svg");
  font-weight: 700;
}

/** Colors */

/** Import everything from autoload */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(/wp-content/themes/dealflow/dist/vendor/fontawesome-webfont_674f50d2.eot);
  src: url(/wp-content/themes/dealflow/dist/vendor/fontawesome-webfont_674f50d2.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/wp-content/themes/dealflow/dist/vendor/fontawesome-webfont_af7ae505.woff2) format("woff2"), url(/wp-content/themes/dealflow/dist/vendor/fontawesome-webfont_fee66e71.woff) format("woff"), url(/wp-content/themes/dealflow/dist/vendor/fontawesome-webfont_b06871f2.ttf) format("truetype"), url(/wp-content/themes/dealflow/dist/vendor/fontawesome-webfont_912ec66d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

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

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

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

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

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

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-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(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

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

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -o-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);
  -o-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 {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

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

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

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

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

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

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

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

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

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

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

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

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

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

.fa-inbox:before {
  content: "\F01C";
}

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

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

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

.fa-list-alt:before {
  content: "\F022";
}

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

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

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

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

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

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

.fa-qrcode:before {
  content: "\F029";
}

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

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

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

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

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

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

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

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

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

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

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

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

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

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

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

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

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

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

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

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

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

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

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

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

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

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

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

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

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

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

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

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

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

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

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

.fa-gift:before {
  content: "\F06B";
}

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

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

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

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

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

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

.fa-random:before {
  content: "\F074";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-twitter:before {
  content: "\F099";
}

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

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

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

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

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wrench:before {
  content: "\F0AD";
}

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

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

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

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

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

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

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

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

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

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

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

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

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

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

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

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

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

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

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

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

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

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

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

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

.fa-cutlery:before {
  content: "\F0F5";
}

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

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

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

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

.fa-medkit:before {
  content: "\F0FA";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

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

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

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

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

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

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

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

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

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

.fa-meh-o:before {
  content: "\F11A";
}

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

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

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

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

.fa-terminal:before {
  content: "\F120";
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

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

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

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

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

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

.fa-subscript:before {
  content: "\F12C";
}

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

.fa-puzzle-piece:before {
  content: "\F12E";
}

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

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

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

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

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

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

.fa-maxcdn:before {
  content: "\F136";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-level-down:before {
  content: "\F149";
}

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

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

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

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

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

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-xing:before {
  content: "\F168";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-windows:before {
  content: "\F17A";
}

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

.fa-linux:before {
  content: "\F17C";
}

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

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

.fa-foursquare:before {
  content: "\F180";
}

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

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

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

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

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

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

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

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

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

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

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

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

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

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

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

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

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

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

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

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

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

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

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

.fa-wordpress:before {
  content: "\F19A";
}

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

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

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

.fa-reddit:before {
  content: "\F1A1";
}

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

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

.fa-stumbleupon:before {
  content: "\F1A4";
}

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

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

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

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

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

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

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

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

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

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

.fa-paw:before {
  content: "\F1B0";
}

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

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

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

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

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

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

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

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

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

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

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

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

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

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

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

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

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

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

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

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

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

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

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

.fa-header:before {
  content: "\F1DC";
}

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

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

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

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

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

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

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

.fa-plug:before {
  content: "\F1E6";
}

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

.fa-twitch:before {
  content: "\F1E8";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-eyedropper:before {
  content: "\F1FB";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

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

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

.fa-mars-double:before {
  content: "\F227";
}

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

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

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

.fa-genderless:before {
  content: "\F22D";
}

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

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

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

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

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

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

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

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

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

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

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

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

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

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

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

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

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

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

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

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

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

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

.fa-hand-lizard-o:before {
  content: "\F258";
}

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

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

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

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

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

.fa-gg:before {
  content: "\F260";
}

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

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

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

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

.fa-get-pocket:before {
  content: "\F265";
}

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

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

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

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

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

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

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

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

.fa-500px:before {
  content: "\F26E";
}

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

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

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

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

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

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

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

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

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

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

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

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

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

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

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

.fa-reddit-alien:before {
  content: "\F281";
}

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

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

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

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

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

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

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

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

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

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

.fa-pause-circle-o:before {
  content: "\F28C";
}

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

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

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

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

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

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

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

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

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

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

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

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

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

.fa-question-circle-o:before {
  content: "\F29C";
}

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

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

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

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

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

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

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

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

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

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

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

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

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

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

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

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

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

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

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

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

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

.fa-linode:before {
  content: "\F2B8";
}

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

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

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

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

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

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

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

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

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

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

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

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

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

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

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

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

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

.fa-imdb:before {
  content: "\F2D8";
}

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

.fa-eercast:before {
  content: "\F2DA";
}

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

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

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

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

@media print, screen and (min-width: 48.0625em) {
  .reveal,
  .reveal.tiny,
  .reveal.small,
  .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */

figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */

main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */

dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */

small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */

img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */

button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */

input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
  display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */

template {
  display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48.0625em&large=67.5em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 1150px;
  margin: 0 auto;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 67.5em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.33333%;
  }

  .grid-x > .medium-2 {
    width: 16.66667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.33333%;
  }

  .grid-x > .medium-5 {
    width: 41.66667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.33333%;
  }

  .grid-x > .medium-8 {
    width: 66.66667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.33333%;
  }

  .grid-x > .medium-11 {
    width: 91.66667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 67.5em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.33333%;
  }

  .grid-x > .large-2 {
    width: 16.66667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.33333%;
  }

  .grid-x > .large-5 {
    width: 41.66667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.33333%;
  }

  .grid-x > .large-8 {
    width: 66.66667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.33333%;
  }

  .grid-x > .large-11 {
    width: 91.66667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 48.0625em) {
  .grid-margin-x > .auto {
    width: auto;
  }

  .grid-margin-x > .shrink {
    width: auto;
  }

  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x > .medium-auto {
    width: auto;
  }

  .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 67.5em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }

  .grid-margin-x > .large-shrink {
    width: auto;
  }

  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 48.0625em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.33333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.66667%;
  }

  .medium-up-7 > .cell {
    width: 14.28571%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 67.5em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.33333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.66667%;
  }

  .large-up-7 > .cell {
    width: 14.28571%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 48.0625em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 67.5em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 67.5em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 67.5em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 67.5em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 67.5em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 67.5em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 67.5em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 67.5em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 48.0625em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 67.5em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 67.5em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.33333%;
  }

  .grid-y > .medium-2 {
    height: 16.66667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.33333%;
  }

  .grid-y > .medium-5 {
    height: 41.66667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.33333%;
  }

  .grid-y > .medium-8 {
    height: 66.66667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.33333%;
  }

  .grid-y > .medium-11 {
    height: 91.66667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 67.5em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.33333%;
  }

  .grid-y > .large-2 {
    height: 16.66667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.33333%;
  }

  .grid-y > .large-5 {
    height: 41.66667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.33333%;
  }

  .grid-y > .large-8 {
    height: 66.66667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.33333%;
  }

  .grid-y > .large-11 {
    height: 91.66667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 48.0625em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 67.5em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 48.0625em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 67.5em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 67.5em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 67.5em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 48.0625em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 67.5em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 48.0625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 67.5em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 48.0625em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 67.5em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}

h1,
.h1 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 48.0625em) {
  h1,
  .h1 {
    font-size: 2.9375rem;
  }

  h2,
  .h2 {
    font-size: 2.5rem;
  }

  h3,
  .h3 {
    font-size: 1.9375rem;
  }

  h4,
  .h4 {
    font-size: 1.5625rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #242424;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #1f1f1f;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 1150px;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "\2014   ";
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 48.0625em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 67.5em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

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

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #242424;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #1f1f1f;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #242424;
  color: #fefefe;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #1d1d1d;
  color: #fefefe;
}

.button.secondary {
  background-color: #4AC0F1;
  color: #0a0a0a;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #12abea;
  color: #0a0a0a;
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #242424;
  color: #fefefe;
}

.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
  background-color: #242424;
  color: #fefefe;
}

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #4AC0F1;
  color: #0a0a0a;
}

.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #242424;
  color: #242424;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #121212;
  color: #121212;
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
  border: 1px solid #242424;
  color: #242424;
}

.button.hollow.primary {
  border: 1px solid #242424;
  color: #242424;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #121212;
  color: #121212;
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
  border: 1px solid #242424;
  color: #242424;
}

.button.hollow.secondary {
  border: 1px solid #4AC0F1;
  color: #4AC0F1;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #0b6b92;
  color: #0b6b92;
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
  border: 1px solid #4AC0F1;
  color: #4AC0F1;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear {
  border: 1px solid #242424;
  color: #242424;
}

.button.clear,
.button.clear:hover,
.button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover,
.button.clear:focus {
  border-color: #121212;
  color: #121212;
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border: 1px solid #242424;
  color: #242424;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #242424;
  color: #242424;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  border-color: #121212;
  color: #121212;
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border: 1px solid #242424;
  color: #242424;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #4AC0F1;
  color: #4AC0F1;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  border-color: #0b6b92;
  color: #0b6b92;
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border: 1px solid #4AC0F1;
  color: #4AC0F1;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success:hover,
.button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after {
  border-top-color: #242424;
}

.button.dropdown.hollow.primary::after {
  border-top-color: #242424;
}

.button.dropdown.hollow.secondary::after {
  border-top-color: #4AC0F1;
}

.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover,
a.button:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #242424;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #242424 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #242424 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #242424;
  color: #fefefe;
}

.badge.primary {
  background: #242424;
  color: #fefefe;
}

.badge.secondary {
  background: #4AC0F1;
  color: #0a0a0a;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #242424;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.button-group::before,
.button-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #242424;
  color: #fefefe;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #1d1d1d;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #4AC0F1;
  color: #0a0a0a;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #12abea;
  color: #0a0a0a;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 67.5em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 48em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #dedede;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #e4f6fd;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.menu.simple {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }

  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 67.5em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }

  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #242424;
  color: #fefefe;
}

.menu .active > a {
  background: #242424;
  color: #fefefe;
}

.menu.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
          box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
          box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
          box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
          box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear, -o-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #242424;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #242424;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #242424 transparent transparent;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #242424 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #242424 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

.dropdown.menu a {
  padding: 0.7rem 1rem;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu .is-active > a {
  background: transparent;
  color: #242424;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #242424 transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #242424;
}

@media print, screen and (min-width: 48.0625em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #242424 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #242424 transparent transparent;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #242424;
  }
}

@media print, screen and (min-width: 67.5em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #242424 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #242424 transparent transparent;
  }

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #242424;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #242424 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #242424;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #242424;
  color: #fefefe;
}

.label.primary {
  background: #242424;
  color: #fefefe;
}

.label.secondary {
  background: #4AC0F1;
  color: #0a0a0a;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 48em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 48em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
       -o-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
       -o-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
       -o-transform: translateX(250px);
          transform: translateX(250px);
}

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
       -o-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
       -o-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
       -o-transform: translateX(-250px);
          transform: translateX(-250px);
}

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
       -o-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
       -o-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
       -o-transform: translateY(250px);
          transform: translateY(250px);
}

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
       -o-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
       -o-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
       -o-transform: translateY(-250px);
          transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 48.0625em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 67.5em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }

  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top,
  .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 67.5em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }

  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top,
  .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous,
[data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 48.0625em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #242424;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\AB';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\BB';
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #242424;
}

.progress.secondary .progress-meter {
  background-color: #4AC0F1;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #242424;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #242424;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #1f1f1f;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .reveal {
    width: 600px;
    max-width: 1150px;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .reveal.tiny {
    width: 30%;
    max-width: 1150px;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .reveal.small {
    width: 50%;
    max-width: 1150px;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .reveal.large {
    width: 90%;
    max-width: 1150px;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 48em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #242424;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 67.4375em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before,
.tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #242424;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #2f2f2f;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #242424;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #1f1f1f;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #242424;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  -o-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(36, 36, 36, 0.5);
          box-shadow: 0 0 6px 1px rgba(36, 36, 36, 0.5);
}

a.thumbnail image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 67.4375em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar.stacked-for-large {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 48em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48.0625em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 48em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48.0625em) and (max-width: 67.4375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 48em), screen and (min-width: 67.5em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 67.5em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 67.4375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 67.5em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 67.4375em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.clearfix::after {
  clear: both;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 48.0625em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 67.5em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 48.0625em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 67.5em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/

@font-face {
  font-family: "Ionicons";
  src: url(/wp-content/themes/dealflow/dist/vendor/ionicons_19e65b89.eot);
  src: url(/wp-content/themes/dealflow/dist/vendor/ionicons_19e65b89.eot) format("embedded-opentype"), url(/wp-content/themes/dealflow/dist/vendor/ionicons_dd4781d1.ttf) format("truetype"), url(/wp-content/themes/dealflow/dist/vendor/ionicons_2c159d0d.woff) format("woff"), url(/wp-content/themes/dealflow/dist/vendor/ionicons_28df6ee7.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "\F101";
}

.ion-alert-circled:before {
  content: "\F100";
}

.ion-android-add:before {
  content: "\F2C7";
}

.ion-android-add-circle:before {
  content: "\F359";
}

.ion-android-alarm-clock:before {
  content: "\F35A";
}

.ion-android-alert:before {
  content: "\F35B";
}

.ion-android-apps:before {
  content: "\F35C";
}

.ion-android-archive:before {
  content: "\F2C9";
}

.ion-android-arrow-back:before {
  content: "\F2CA";
}

.ion-android-arrow-down:before {
  content: "\F35D";
}

.ion-android-arrow-dropdown:before {
  content: "\F35F";
}

.ion-android-arrow-dropdown-circle:before {
  content: "\F35E";
}

.ion-android-arrow-dropleft:before {
  content: "\F361";
}

.ion-android-arrow-dropleft-circle:before {
  content: "\F360";
}

.ion-android-arrow-dropright:before {
  content: "\F363";
}

.ion-android-arrow-dropright-circle:before {
  content: "\F362";
}

.ion-android-arrow-dropup:before {
  content: "\F365";
}

.ion-android-arrow-dropup-circle:before {
  content: "\F364";
}

.ion-android-arrow-forward:before {
  content: "\F30F";
}

.ion-android-arrow-up:before {
  content: "\F366";
}

.ion-android-attach:before {
  content: "\F367";
}

.ion-android-bar:before {
  content: "\F368";
}

.ion-android-bicycle:before {
  content: "\F369";
}

.ion-android-boat:before {
  content: "\F36A";
}

.ion-android-bookmark:before {
  content: "\F36B";
}

.ion-android-bulb:before {
  content: "\F36C";
}

.ion-android-bus:before {
  content: "\F36D";
}

.ion-android-calendar:before {
  content: "\F2D1";
}

.ion-android-call:before {
  content: "\F2D2";
}

.ion-android-camera:before {
  content: "\F2D3";
}

.ion-android-cancel:before {
  content: "\F36E";
}

.ion-android-car:before {
  content: "\F36F";
}

.ion-android-cart:before {
  content: "\F370";
}

.ion-android-chat:before {
  content: "\F2D4";
}

.ion-android-checkbox:before {
  content: "\F374";
}

.ion-android-checkbox-blank:before {
  content: "\F371";
}

.ion-android-checkbox-outline:before {
  content: "\F373";
}

.ion-android-checkbox-outline-blank:before {
  content: "\F372";
}

.ion-android-checkmark-circle:before {
  content: "\F375";
}

.ion-android-clipboard:before {
  content: "\F376";
}

.ion-android-close:before {
  content: "\F2D7";
}

.ion-android-cloud:before {
  content: "\F37A";
}

.ion-android-cloud-circle:before {
  content: "\F377";
}

.ion-android-cloud-done:before {
  content: "\F378";
}

.ion-android-cloud-outline:before {
  content: "\F379";
}

.ion-android-color-palette:before {
  content: "\F37B";
}

.ion-android-compass:before {
  content: "\F37C";
}

.ion-android-contact:before {
  content: "\F2D8";
}

.ion-android-contacts:before {
  content: "\F2D9";
}

.ion-android-contract:before {
  content: "\F37D";
}

.ion-android-create:before {
  content: "\F37E";
}

.ion-android-delete:before {
  content: "\F37F";
}

.ion-android-desktop:before {
  content: "\F380";
}

.ion-android-document:before {
  content: "\F381";
}

.ion-android-done:before {
  content: "\F383";
}

.ion-android-done-all:before {
  content: "\F382";
}

.ion-android-download:before {
  content: "\F2DD";
}

.ion-android-drafts:before {
  content: "\F384";
}

.ion-android-exit:before {
  content: "\F385";
}

.ion-android-expand:before {
  content: "\F386";
}

.ion-android-favorite:before {
  content: "\F388";
}

.ion-android-favorite-outline:before {
  content: "\F387";
}

.ion-android-film:before {
  content: "\F389";
}

.ion-android-folder:before {
  content: "\F2E0";
}

.ion-android-folder-open:before {
  content: "\F38A";
}

.ion-android-funnel:before {
  content: "\F38B";
}

.ion-android-globe:before {
  content: "\F38C";
}

.ion-android-hand:before {
  content: "\F2E3";
}

.ion-android-hangout:before {
  content: "\F38D";
}

.ion-android-happy:before {
  content: "\F38E";
}

.ion-android-home:before {
  content: "\F38F";
}

.ion-android-image:before {
  content: "\F2E4";
}

.ion-android-laptop:before {
  content: "\F390";
}

.ion-android-list:before {
  content: "\F391";
}

.ion-android-locate:before {
  content: "\F2E9";
}

.ion-android-lock:before {
  content: "\F392";
}

.ion-android-mail:before {
  content: "\F2EB";
}

.ion-android-map:before {
  content: "\F393";
}

.ion-android-menu:before {
  content: "\F394";
}

.ion-android-microphone:before {
  content: "\F2EC";
}

.ion-android-microphone-off:before {
  content: "\F395";
}

.ion-android-more-horizontal:before {
  content: "\F396";
}

.ion-android-more-vertical:before {
  content: "\F397";
}

.ion-android-navigate:before {
  content: "\F398";
}

.ion-android-notifications:before {
  content: "\F39B";
}

.ion-android-notifications-none:before {
  content: "\F399";
}

.ion-android-notifications-off:before {
  content: "\F39A";
}

.ion-android-open:before {
  content: "\F39C";
}

.ion-android-options:before {
  content: "\F39D";
}

.ion-android-people:before {
  content: "\F39E";
}

.ion-android-person:before {
  content: "\F3A0";
}

.ion-android-person-add:before {
  content: "\F39F";
}

.ion-android-phone-landscape:before {
  content: "\F3A1";
}

.ion-android-phone-portrait:before {
  content: "\F3A2";
}

.ion-android-pin:before {
  content: "\F3A3";
}

.ion-android-plane:before {
  content: "\F3A4";
}

.ion-android-playstore:before {
  content: "\F2F0";
}

.ion-android-print:before {
  content: "\F3A5";
}

.ion-android-radio-button-off:before {
  content: "\F3A6";
}

.ion-android-radio-button-on:before {
  content: "\F3A7";
}

.ion-android-refresh:before {
  content: "\F3A8";
}

.ion-android-remove:before {
  content: "\F2F4";
}

.ion-android-remove-circle:before {
  content: "\F3A9";
}

.ion-android-restaurant:before {
  content: "\F3AA";
}

.ion-android-sad:before {
  content: "\F3AB";
}

.ion-android-search:before {
  content: "\F2F5";
}

.ion-android-send:before {
  content: "\F2F6";
}

.ion-android-settings:before {
  content: "\F2F7";
}

.ion-android-share:before {
  content: "\F2F8";
}

.ion-android-share-alt:before {
  content: "\F3AC";
}

.ion-android-star:before {
  content: "\F2FC";
}

.ion-android-star-half:before {
  content: "\F3AD";
}

.ion-android-star-outline:before {
  content: "\F3AE";
}

.ion-android-stopwatch:before {
  content: "\F2FD";
}

.ion-android-subway:before {
  content: "\F3AF";
}

.ion-android-sunny:before {
  content: "\F3B0";
}

.ion-android-sync:before {
  content: "\F3B1";
}

.ion-android-textsms:before {
  content: "\F3B2";
}

.ion-android-time:before {
  content: "\F3B3";
}

.ion-android-train:before {
  content: "\F3B4";
}

.ion-android-unlock:before {
  content: "\F3B5";
}

.ion-android-upload:before {
  content: "\F3B6";
}

.ion-android-volume-down:before {
  content: "\F3B7";
}

.ion-android-volume-mute:before {
  content: "\F3B8";
}

.ion-android-volume-off:before {
  content: "\F3B9";
}

.ion-android-volume-up:before {
  content: "\F3BA";
}

.ion-android-walk:before {
  content: "\F3BB";
}

.ion-android-warning:before {
  content: "\F3BC";
}

.ion-android-watch:before {
  content: "\F3BD";
}

.ion-android-wifi:before {
  content: "\F305";
}

.ion-aperture:before {
  content: "\F313";
}

.ion-archive:before {
  content: "\F102";
}

.ion-arrow-down-a:before {
  content: "\F103";
}

.ion-arrow-down-b:before {
  content: "\F104";
}

.ion-arrow-down-c:before {
  content: "\F105";
}

.ion-arrow-expand:before {
  content: "\F25E";
}

.ion-arrow-graph-down-left:before {
  content: "\F25F";
}

.ion-arrow-graph-down-right:before {
  content: "\F260";
}

.ion-arrow-graph-up-left:before {
  content: "\F261";
}

.ion-arrow-graph-up-right:before {
  content: "\F262";
}

.ion-arrow-left-a:before {
  content: "\F106";
}

.ion-arrow-left-b:before {
  content: "\F107";
}

.ion-arrow-left-c:before {
  content: "\F108";
}

.ion-arrow-move:before {
  content: "\F263";
}

.ion-arrow-resize:before {
  content: "\F264";
}

.ion-arrow-return-left:before {
  content: "\F265";
}

.ion-arrow-return-right:before {
  content: "\F266";
}

.ion-arrow-right-a:before {
  content: "\F109";
}

.ion-arrow-right-b:before {
  content: "\F10A";
}

.ion-arrow-right-c:before {
  content: "\F10B";
}

.ion-arrow-shrink:before {
  content: "\F267";
}

.ion-arrow-swap:before {
  content: "\F268";
}

.ion-arrow-up-a:before {
  content: "\F10C";
}

.ion-arrow-up-b:before {
  content: "\F10D";
}

.ion-arrow-up-c:before {
  content: "\F10E";
}

.ion-asterisk:before {
  content: "\F314";
}

.ion-at:before {
  content: "\F10F";
}

.ion-backspace:before {
  content: "\F3BF";
}

.ion-backspace-outline:before {
  content: "\F3BE";
}

.ion-bag:before {
  content: "\F110";
}

.ion-battery-charging:before {
  content: "\F111";
}

.ion-battery-empty:before {
  content: "\F112";
}

.ion-battery-full:before {
  content: "\F113";
}

.ion-battery-half:before {
  content: "\F114";
}

.ion-battery-low:before {
  content: "\F115";
}

.ion-beaker:before {
  content: "\F269";
}

.ion-beer:before {
  content: "\F26A";
}

.ion-bluetooth:before {
  content: "\F116";
}

.ion-bonfire:before {
  content: "\F315";
}

.ion-bookmark:before {
  content: "\F26B";
}

.ion-bowtie:before {
  content: "\F3C0";
}

.ion-briefcase:before {
  content: "\F26C";
}

.ion-bug:before {
  content: "\F2BE";
}

.ion-calculator:before {
  content: "\F26D";
}

.ion-calendar:before {
  content: "\F117";
}

.ion-camera:before {
  content: "\F118";
}

.ion-card:before {
  content: "\F119";
}

.ion-cash:before {
  content: "\F316";
}

.ion-chatbox:before {
  content: "\F11B";
}

.ion-chatbox-working:before {
  content: "\F11A";
}

.ion-chatboxes:before {
  content: "\F11C";
}

.ion-chatbubble:before {
  content: "\F11E";
}

.ion-chatbubble-working:before {
  content: "\F11D";
}

.ion-chatbubbles:before {
  content: "\F11F";
}

.ion-checkmark:before {
  content: "\F122";
}

.ion-checkmark-circled:before {
  content: "\F120";
}

.ion-checkmark-round:before {
  content: "\F121";
}

.ion-chevron-down:before {
  content: "\F123";
}

.ion-chevron-left:before {
  content: "\F124";
}

.ion-chevron-right:before {
  content: "\F125";
}

.ion-chevron-up:before {
  content: "\F126";
}

.ion-clipboard:before {
  content: "\F127";
}

.ion-clock:before {
  content: "\F26E";
}

.ion-close:before {
  content: "\F12A";
}

.ion-close-circled:before {
  content: "\F128";
}

.ion-close-round:before {
  content: "\F129";
}

.ion-closed-captioning:before {
  content: "\F317";
}

.ion-cloud:before {
  content: "\F12B";
}

.ion-code:before {
  content: "\F271";
}

.ion-code-download:before {
  content: "\F26F";
}

.ion-code-working:before {
  content: "\F270";
}

.ion-coffee:before {
  content: "\F272";
}

.ion-compass:before {
  content: "\F273";
}

.ion-compose:before {
  content: "\F12C";
}

.ion-connection-bars:before {
  content: "\F274";
}

.ion-contrast:before {
  content: "\F275";
}

.ion-crop:before {
  content: "\F3C1";
}

.ion-cube:before {
  content: "\F318";
}

.ion-disc:before {
  content: "\F12D";
}

.ion-document:before {
  content: "\F12F";
}

.ion-document-text:before {
  content: "\F12E";
}

.ion-drag:before {
  content: "\F130";
}

.ion-earth:before {
  content: "\F276";
}

.ion-easel:before {
  content: "\F3C2";
}

.ion-edit:before {
  content: "\F2BF";
}

.ion-egg:before {
  content: "\F277";
}

.ion-eject:before {
  content: "\F131";
}

.ion-email:before {
  content: "\F132";
}

.ion-email-unread:before {
  content: "\F3C3";
}

.ion-erlenmeyer-flask:before {
  content: "\F3C5";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "\F3C4";
}

.ion-eye:before {
  content: "\F133";
}

.ion-eye-disabled:before {
  content: "\F306";
}

.ion-female:before {
  content: "\F278";
}

.ion-filing:before {
  content: "\F134";
}

.ion-film-marker:before {
  content: "\F135";
}

.ion-fireball:before {
  content: "\F319";
}

.ion-flag:before {
  content: "\F279";
}

.ion-flame:before {
  content: "\F31A";
}

.ion-flash:before {
  content: "\F137";
}

.ion-flash-off:before {
  content: "\F136";
}

.ion-folder:before {
  content: "\F139";
}

.ion-fork:before {
  content: "\F27A";
}

.ion-fork-repo:before {
  content: "\F2C0";
}

.ion-forward:before {
  content: "\F13A";
}

.ion-funnel:before {
  content: "\F31B";
}

.ion-gear-a:before {
  content: "\F13D";
}

.ion-gear-b:before {
  content: "\F13E";
}

.ion-grid:before {
  content: "\F13F";
}

.ion-hammer:before {
  content: "\F27B";
}

.ion-happy:before {
  content: "\F31C";
}

.ion-happy-outline:before {
  content: "\F3C6";
}

.ion-headphone:before {
  content: "\F140";
}

.ion-heart:before {
  content: "\F141";
}

.ion-heart-broken:before {
  content: "\F31D";
}

.ion-help:before {
  content: "\F143";
}

.ion-help-buoy:before {
  content: "\F27C";
}

.ion-help-circled:before {
  content: "\F142";
}

.ion-home:before {
  content: "\F144";
}

.ion-icecream:before {
  content: "\F27D";
}

.ion-image:before {
  content: "\F147";
}

.ion-images:before {
  content: "\F148";
}

.ion-information:before {
  content: "\F14A";
}

.ion-information-circled:before {
  content: "\F149";
}

.ion-ionic:before {
  content: "\F14B";
}

.ion-ios-alarm:before {
  content: "\F3C8";
}

.ion-ios-alarm-outline:before {
  content: "\F3C7";
}

.ion-ios-albums:before {
  content: "\F3CA";
}

.ion-ios-albums-outline:before {
  content: "\F3C9";
}

.ion-ios-americanfootball:before {
  content: "\F3CC";
}

.ion-ios-americanfootball-outline:before {
  content: "\F3CB";
}

.ion-ios-analytics:before {
  content: "\F3CE";
}

.ion-ios-analytics-outline:before {
  content: "\F3CD";
}

.ion-ios-arrow-back:before {
  content: "\F3CF";
}

.ion-ios-arrow-down:before {
  content: "\F3D0";
}

.ion-ios-arrow-forward:before {
  content: "\F3D1";
}

.ion-ios-arrow-left:before {
  content: "\F3D2";
}

.ion-ios-arrow-right:before {
  content: "\F3D3";
}

.ion-ios-arrow-thin-down:before {
  content: "\F3D4";
}

.ion-ios-arrow-thin-left:before {
  content: "\F3D5";
}

.ion-ios-arrow-thin-right:before {
  content: "\F3D6";
}

.ion-ios-arrow-thin-up:before {
  content: "\F3D7";
}

.ion-ios-arrow-up:before {
  content: "\F3D8";
}

.ion-ios-at:before {
  content: "\F3DA";
}

.ion-ios-at-outline:before {
  content: "\F3D9";
}

.ion-ios-barcode:before {
  content: "\F3DC";
}

.ion-ios-barcode-outline:before {
  content: "\F3DB";
}

.ion-ios-baseball:before {
  content: "\F3DE";
}

.ion-ios-baseball-outline:before {
  content: "\F3DD";
}

.ion-ios-basketball:before {
  content: "\F3E0";
}

.ion-ios-basketball-outline:before {
  content: "\F3DF";
}

.ion-ios-bell:before {
  content: "\F3E2";
}

.ion-ios-bell-outline:before {
  content: "\F3E1";
}

.ion-ios-body:before {
  content: "\F3E4";
}

.ion-ios-body-outline:before {
  content: "\F3E3";
}

.ion-ios-bolt:before {
  content: "\F3E6";
}

.ion-ios-bolt-outline:before {
  content: "\F3E5";
}

.ion-ios-book:before {
  content: "\F3E8";
}

.ion-ios-book-outline:before {
  content: "\F3E7";
}

.ion-ios-bookmarks:before {
  content: "\F3EA";
}

.ion-ios-bookmarks-outline:before {
  content: "\F3E9";
}

.ion-ios-box:before {
  content: "\F3EC";
}

.ion-ios-box-outline:before {
  content: "\F3EB";
}

.ion-ios-briefcase:before {
  content: "\F3EE";
}

.ion-ios-briefcase-outline:before {
  content: "\F3ED";
}

.ion-ios-browsers:before {
  content: "\F3F0";
}

.ion-ios-browsers-outline:before {
  content: "\F3EF";
}

.ion-ios-calculator:before {
  content: "\F3F2";
}

.ion-ios-calculator-outline:before {
  content: "\F3F1";
}

.ion-ios-calendar:before {
  content: "\F3F4";
}

.ion-ios-calendar-outline:before {
  content: "\F3F3";
}

.ion-ios-camera:before {
  content: "\F3F6";
}

.ion-ios-camera-outline:before {
  content: "\F3F5";
}

.ion-ios-cart:before {
  content: "\F3F8";
}

.ion-ios-cart-outline:before {
  content: "\F3F7";
}

.ion-ios-chatboxes:before {
  content: "\F3FA";
}

.ion-ios-chatboxes-outline:before {
  content: "\F3F9";
}

.ion-ios-chatbubble:before {
  content: "\F3FC";
}

.ion-ios-chatbubble-outline:before {
  content: "\F3FB";
}

.ion-ios-checkmark:before {
  content: "\F3FF";
}

.ion-ios-checkmark-empty:before {
  content: "\F3FD";
}

.ion-ios-checkmark-outline:before {
  content: "\F3FE";
}

.ion-ios-circle-filled:before {
  content: "\F400";
}

.ion-ios-circle-outline:before {
  content: "\F401";
}

.ion-ios-clock:before {
  content: "\F403";
}

.ion-ios-clock-outline:before {
  content: "\F402";
}

.ion-ios-close:before {
  content: "\F406";
}

.ion-ios-close-empty:before {
  content: "\F404";
}

.ion-ios-close-outline:before {
  content: "\F405";
}

.ion-ios-cloud:before {
  content: "\F40C";
}

.ion-ios-cloud-download:before {
  content: "\F408";
}

.ion-ios-cloud-download-outline:before {
  content: "\F407";
}

.ion-ios-cloud-outline:before {
  content: "\F409";
}

.ion-ios-cloud-upload:before {
  content: "\F40B";
}

.ion-ios-cloud-upload-outline:before {
  content: "\F40A";
}

.ion-ios-cloudy:before {
  content: "\F410";
}

.ion-ios-cloudy-night:before {
  content: "\F40E";
}

.ion-ios-cloudy-night-outline:before {
  content: "\F40D";
}

.ion-ios-cloudy-outline:before {
  content: "\F40F";
}

.ion-ios-cog:before {
  content: "\F412";
}

.ion-ios-cog-outline:before {
  content: "\F411";
}

.ion-ios-color-filter:before {
  content: "\F414";
}

.ion-ios-color-filter-outline:before {
  content: "\F413";
}

.ion-ios-color-wand:before {
  content: "\F416";
}

.ion-ios-color-wand-outline:before {
  content: "\F415";
}

.ion-ios-compose:before {
  content: "\F418";
}

.ion-ios-compose-outline:before {
  content: "\F417";
}

.ion-ios-contact:before {
  content: "\F41A";
}

.ion-ios-contact-outline:before {
  content: "\F419";
}

.ion-ios-copy:before {
  content: "\F41C";
}

.ion-ios-copy-outline:before {
  content: "\F41B";
}

.ion-ios-crop:before {
  content: "\F41E";
}

.ion-ios-crop-strong:before {
  content: "\F41D";
}

.ion-ios-download:before {
  content: "\F420";
}

.ion-ios-download-outline:before {
  content: "\F41F";
}

.ion-ios-drag:before {
  content: "\F421";
}

.ion-ios-email:before {
  content: "\F423";
}

.ion-ios-email-outline:before {
  content: "\F422";
}

.ion-ios-eye:before {
  content: "\F425";
}

.ion-ios-eye-outline:before {
  content: "\F424";
}

.ion-ios-fastforward:before {
  content: "\F427";
}

.ion-ios-fastforward-outline:before {
  content: "\F426";
}

.ion-ios-filing:before {
  content: "\F429";
}

.ion-ios-filing-outline:before {
  content: "\F428";
}

.ion-ios-film:before {
  content: "\F42B";
}

.ion-ios-film-outline:before {
  content: "\F42A";
}

.ion-ios-flag:before {
  content: "\F42D";
}

.ion-ios-flag-outline:before {
  content: "\F42C";
}

.ion-ios-flame:before {
  content: "\F42F";
}

.ion-ios-flame-outline:before {
  content: "\F42E";
}

.ion-ios-flask:before {
  content: "\F431";
}

.ion-ios-flask-outline:before {
  content: "\F430";
}

.ion-ios-flower:before {
  content: "\F433";
}

.ion-ios-flower-outline:before {
  content: "\F432";
}

.ion-ios-folder:before {
  content: "\F435";
}

.ion-ios-folder-outline:before {
  content: "\F434";
}

.ion-ios-football:before {
  content: "\F437";
}

.ion-ios-football-outline:before {
  content: "\F436";
}

.ion-ios-game-controller-a:before {
  content: "\F439";
}

.ion-ios-game-controller-a-outline:before {
  content: "\F438";
}

.ion-ios-game-controller-b:before {
  content: "\F43B";
}

.ion-ios-game-controller-b-outline:before {
  content: "\F43A";
}

.ion-ios-gear:before {
  content: "\F43D";
}

.ion-ios-gear-outline:before {
  content: "\F43C";
}

.ion-ios-glasses:before {
  content: "\F43F";
}

.ion-ios-glasses-outline:before {
  content: "\F43E";
}

.ion-ios-grid-view:before {
  content: "\F441";
}

.ion-ios-grid-view-outline:before {
  content: "\F440";
}

.ion-ios-heart:before {
  content: "\F443";
}

.ion-ios-heart-outline:before {
  content: "\F442";
}

.ion-ios-help:before {
  content: "\F446";
}

.ion-ios-help-empty:before {
  content: "\F444";
}

.ion-ios-help-outline:before {
  content: "\F445";
}

.ion-ios-home:before {
  content: "\F448";
}

.ion-ios-home-outline:before {
  content: "\F447";
}

.ion-ios-infinite:before {
  content: "\F44A";
}

.ion-ios-infinite-outline:before {
  content: "\F449";
}

.ion-ios-information:before {
  content: "\F44D";
}

.ion-ios-information-empty:before {
  content: "\F44B";
}

.ion-ios-information-outline:before {
  content: "\F44C";
}

.ion-ios-ionic-outline:before {
  content: "\F44E";
}

.ion-ios-keypad:before {
  content: "\F450";
}

.ion-ios-keypad-outline:before {
  content: "\F44F";
}

.ion-ios-lightbulb:before {
  content: "\F452";
}

.ion-ios-lightbulb-outline:before {
  content: "\F451";
}

.ion-ios-list:before {
  content: "\F454";
}

.ion-ios-list-outline:before {
  content: "\F453";
}

.ion-ios-location:before {
  content: "\F456";
}

.ion-ios-location-outline:before {
  content: "\F455";
}

.ion-ios-locked:before {
  content: "\F458";
}

.ion-ios-locked-outline:before {
  content: "\F457";
}

.ion-ios-loop:before {
  content: "\F45A";
}

.ion-ios-loop-strong:before {
  content: "\F459";
}

.ion-ios-medical:before {
  content: "\F45C";
}

.ion-ios-medical-outline:before {
  content: "\F45B";
}

.ion-ios-medkit:before {
  content: "\F45E";
}

.ion-ios-medkit-outline:before {
  content: "\F45D";
}

.ion-ios-mic:before {
  content: "\F461";
}

.ion-ios-mic-off:before {
  content: "\F45F";
}

.ion-ios-mic-outline:before {
  content: "\F460";
}

.ion-ios-minus:before {
  content: "\F464";
}

.ion-ios-minus-empty:before {
  content: "\F462";
}

.ion-ios-minus-outline:before {
  content: "\F463";
}

.ion-ios-monitor:before {
  content: "\F466";
}

.ion-ios-monitor-outline:before {
  content: "\F465";
}

.ion-ios-moon:before {
  content: "\F468";
}

.ion-ios-moon-outline:before {
  content: "\F467";
}

.ion-ios-more:before {
  content: "\F46A";
}

.ion-ios-more-outline:before {
  content: "\F469";
}

.ion-ios-musical-note:before {
  content: "\F46B";
}

.ion-ios-musical-notes:before {
  content: "\F46C";
}

.ion-ios-navigate:before {
  content: "\F46E";
}

.ion-ios-navigate-outline:before {
  content: "\F46D";
}

.ion-ios-nutrition:before {
  content: "\F470";
}

.ion-ios-nutrition-outline:before {
  content: "\F46F";
}

.ion-ios-paper:before {
  content: "\F472";
}

.ion-ios-paper-outline:before {
  content: "\F471";
}

.ion-ios-paperplane:before {
  content: "\F474";
}

.ion-ios-paperplane-outline:before {
  content: "\F473";
}

.ion-ios-partlysunny:before {
  content: "\F476";
}

.ion-ios-partlysunny-outline:before {
  content: "\F475";
}

.ion-ios-pause:before {
  content: "\F478";
}

.ion-ios-pause-outline:before {
  content: "\F477";
}

.ion-ios-paw:before {
  content: "\F47A";
}

.ion-ios-paw-outline:before {
  content: "\F479";
}

.ion-ios-people:before {
  content: "\F47C";
}

.ion-ios-people-outline:before {
  content: "\F47B";
}

.ion-ios-person:before {
  content: "\F47E";
}

.ion-ios-person-outline:before {
  content: "\F47D";
}

.ion-ios-personadd:before {
  content: "\F480";
}

.ion-ios-personadd-outline:before {
  content: "\F47F";
}

.ion-ios-photos:before {
  content: "\F482";
}

.ion-ios-photos-outline:before {
  content: "\F481";
}

.ion-ios-pie:before {
  content: "\F484";
}

.ion-ios-pie-outline:before {
  content: "\F483";
}

.ion-ios-pint:before {
  content: "\F486";
}

.ion-ios-pint-outline:before {
  content: "\F485";
}

.ion-ios-play:before {
  content: "\F488";
}

.ion-ios-play-outline:before {
  content: "\F487";
}

.ion-ios-plus:before {
  content: "\F48B";
}

.ion-ios-plus-empty:before {
  content: "\F489";
}

.ion-ios-plus-outline:before {
  content: "\F48A";
}

.ion-ios-pricetag:before {
  content: "\F48D";
}

.ion-ios-pricetag-outline:before {
  content: "\F48C";
}

.ion-ios-pricetags:before {
  content: "\F48F";
}

.ion-ios-pricetags-outline:before {
  content: "\F48E";
}

.ion-ios-printer:before {
  content: "\F491";
}

.ion-ios-printer-outline:before {
  content: "\F490";
}

.ion-ios-pulse:before {
  content: "\F493";
}

.ion-ios-pulse-strong:before {
  content: "\F492";
}

.ion-ios-rainy:before {
  content: "\F495";
}

.ion-ios-rainy-outline:before {
  content: "\F494";
}

.ion-ios-recording:before {
  content: "\F497";
}

.ion-ios-recording-outline:before {
  content: "\F496";
}

.ion-ios-redo:before {
  content: "\F499";
}

.ion-ios-redo-outline:before {
  content: "\F498";
}

.ion-ios-refresh:before {
  content: "\F49C";
}

.ion-ios-refresh-empty:before {
  content: "\F49A";
}

.ion-ios-refresh-outline:before {
  content: "\F49B";
}

.ion-ios-reload:before {
  content: "\F49D";
}

.ion-ios-reverse-camera:before {
  content: "\F49F";
}

.ion-ios-reverse-camera-outline:before {
  content: "\F49E";
}

.ion-ios-rewind:before {
  content: "\F4A1";
}

.ion-ios-rewind-outline:before {
  content: "\F4A0";
}

.ion-ios-rose:before {
  content: "\F4A3";
}

.ion-ios-rose-outline:before {
  content: "\F4A2";
}

.ion-ios-search:before {
  content: "\F4A5";
}

.ion-ios-search-strong:before {
  content: "\F4A4";
}

.ion-ios-settings:before {
  content: "\F4A7";
}

.ion-ios-settings-strong:before {
  content: "\F4A6";
}

.ion-ios-shuffle:before {
  content: "\F4A9";
}

.ion-ios-shuffle-strong:before {
  content: "\F4A8";
}

.ion-ios-skipbackward:before {
  content: "\F4AB";
}

.ion-ios-skipbackward-outline:before {
  content: "\F4AA";
}

.ion-ios-skipforward:before {
  content: "\F4AD";
}

.ion-ios-skipforward-outline:before {
  content: "\F4AC";
}

.ion-ios-snowy:before {
  content: "\F4AE";
}

.ion-ios-speedometer:before {
  content: "\F4B0";
}

.ion-ios-speedometer-outline:before {
  content: "\F4AF";
}

.ion-ios-star:before {
  content: "\F4B3";
}

.ion-ios-star-half:before {
  content: "\F4B1";
}

.ion-ios-star-outline:before {
  content: "\F4B2";
}

.ion-ios-stopwatch:before {
  content: "\F4B5";
}

.ion-ios-stopwatch-outline:before {
  content: "\F4B4";
}

.ion-ios-sunny:before {
  content: "\F4B7";
}

.ion-ios-sunny-outline:before {
  content: "\F4B6";
}

.ion-ios-telephone:before {
  content: "\F4B9";
}

.ion-ios-telephone-outline:before {
  content: "\F4B8";
}

.ion-ios-tennisball:before {
  content: "\F4BB";
}

.ion-ios-tennisball-outline:before {
  content: "\F4BA";
}

.ion-ios-thunderstorm:before {
  content: "\F4BD";
}

.ion-ios-thunderstorm-outline:before {
  content: "\F4BC";
}

.ion-ios-time:before {
  content: "\F4BF";
}

.ion-ios-time-outline:before {
  content: "\F4BE";
}

.ion-ios-timer:before {
  content: "\F4C1";
}

.ion-ios-timer-outline:before {
  content: "\F4C0";
}

.ion-ios-toggle:before {
  content: "\F4C3";
}

.ion-ios-toggle-outline:before {
  content: "\F4C2";
}

.ion-ios-trash:before {
  content: "\F4C5";
}

.ion-ios-trash-outline:before {
  content: "\F4C4";
}

.ion-ios-undo:before {
  content: "\F4C7";
}

.ion-ios-undo-outline:before {
  content: "\F4C6";
}

.ion-ios-unlocked:before {
  content: "\F4C9";
}

.ion-ios-unlocked-outline:before {
  content: "\F4C8";
}

.ion-ios-upload:before {
  content: "\F4CB";
}

.ion-ios-upload-outline:before {
  content: "\F4CA";
}

.ion-ios-videocam:before {
  content: "\F4CD";
}

.ion-ios-videocam-outline:before {
  content: "\F4CC";
}

.ion-ios-volume-high:before {
  content: "\F4CE";
}

.ion-ios-volume-low:before {
  content: "\F4CF";
}

.ion-ios-wineglass:before {
  content: "\F4D1";
}

.ion-ios-wineglass-outline:before {
  content: "\F4D0";
}

.ion-ios-world:before {
  content: "\F4D3";
}

.ion-ios-world-outline:before {
  content: "\F4D2";
}

.ion-ipad:before {
  content: "\F1F9";
}

.ion-iphone:before {
  content: "\F1FA";
}

.ion-ipod:before {
  content: "\F1FB";
}

.ion-jet:before {
  content: "\F295";
}

.ion-key:before {
  content: "\F296";
}

.ion-knife:before {
  content: "\F297";
}

.ion-laptop:before {
  content: "\F1FC";
}

.ion-leaf:before {
  content: "\F1FD";
}

.ion-levels:before {
  content: "\F298";
}

.ion-lightbulb:before {
  content: "\F299";
}

.ion-link:before {
  content: "\F1FE";
}

.ion-load-a:before {
  content: "\F29A";
}

.ion-load-b:before {
  content: "\F29B";
}

.ion-load-c:before {
  content: "\F29C";
}

.ion-load-d:before {
  content: "\F29D";
}

.ion-location:before {
  content: "\F1FF";
}

.ion-lock-combination:before {
  content: "\F4D4";
}

.ion-locked:before {
  content: "\F200";
}

.ion-log-in:before {
  content: "\F29E";
}

.ion-log-out:before {
  content: "\F29F";
}

.ion-loop:before {
  content: "\F201";
}

.ion-magnet:before {
  content: "\F2A0";
}

.ion-male:before {
  content: "\F2A1";
}

.ion-man:before {
  content: "\F202";
}

.ion-map:before {
  content: "\F203";
}

.ion-medkit:before {
  content: "\F2A2";
}

.ion-merge:before {
  content: "\F33F";
}

.ion-mic-a:before {
  content: "\F204";
}

.ion-mic-b:before {
  content: "\F205";
}

.ion-mic-c:before {
  content: "\F206";
}

.ion-minus:before {
  content: "\F209";
}

.ion-minus-circled:before {
  content: "\F207";
}

.ion-minus-round:before {
  content: "\F208";
}

.ion-model-s:before {
  content: "\F2C1";
}

.ion-monitor:before {
  content: "\F20A";
}

.ion-more:before {
  content: "\F20B";
}

.ion-mouse:before {
  content: "\F340";
}

.ion-music-note:before {
  content: "\F20C";
}

.ion-navicon:before {
  content: "\F20E";
}

.ion-navicon-round:before {
  content: "\F20D";
}

.ion-navigate:before {
  content: "\F2A3";
}

.ion-network:before {
  content: "\F341";
}

.ion-no-smoking:before {
  content: "\F2C2";
}

.ion-nuclear:before {
  content: "\F2A4";
}

.ion-outlet:before {
  content: "\F342";
}

.ion-paintbrush:before {
  content: "\F4D5";
}

.ion-paintbucket:before {
  content: "\F4D6";
}

.ion-paper-airplane:before {
  content: "\F2C3";
}

.ion-paperclip:before {
  content: "\F20F";
}

.ion-pause:before {
  content: "\F210";
}

.ion-person:before {
  content: "\F213";
}

.ion-person-add:before {
  content: "\F211";
}

.ion-person-stalker:before {
  content: "\F212";
}

.ion-pie-graph:before {
  content: "\F2A5";
}

.ion-pin:before {
  content: "\F2A6";
}

.ion-pinpoint:before {
  content: "\F2A7";
}

.ion-pizza:before {
  content: "\F2A8";
}

.ion-plane:before {
  content: "\F214";
}

.ion-planet:before {
  content: "\F343";
}

.ion-play:before {
  content: "\F215";
}

.ion-playstation:before {
  content: "\F30A";
}

.ion-plus:before {
  content: "\F218";
}

.ion-plus-circled:before {
  content: "\F216";
}

.ion-plus-round:before {
  content: "\F217";
}

.ion-podium:before {
  content: "\F344";
}

.ion-pound:before {
  content: "\F219";
}

.ion-power:before {
  content: "\F2A9";
}

.ion-pricetag:before {
  content: "\F2AA";
}

.ion-pricetags:before {
  content: "\F2AB";
}

.ion-printer:before {
  content: "\F21A";
}

.ion-pull-request:before {
  content: "\F345";
}

.ion-qr-scanner:before {
  content: "\F346";
}

.ion-quote:before {
  content: "\F347";
}

.ion-radio-waves:before {
  content: "\F2AC";
}

.ion-record:before {
  content: "\F21B";
}

.ion-refresh:before {
  content: "\F21C";
}

.ion-reply:before {
  content: "\F21E";
}

.ion-reply-all:before {
  content: "\F21D";
}

.ion-ribbon-a:before {
  content: "\F348";
}

.ion-ribbon-b:before {
  content: "\F349";
}

.ion-sad:before {
  content: "\F34A";
}

.ion-sad-outline:before {
  content: "\F4D7";
}

.ion-scissors:before {
  content: "\F34B";
}

.ion-search:before {
  content: "\F21F";
}

.ion-settings:before {
  content: "\F2AD";
}

.ion-share:before {
  content: "\F220";
}

.ion-shuffle:before {
  content: "\F221";
}

.ion-skip-backward:before {
  content: "\F222";
}

.ion-skip-forward:before {
  content: "\F223";
}

.ion-social-android:before {
  content: "\F225";
}

.ion-social-android-outline:before {
  content: "\F224";
}

.ion-social-angular:before {
  content: "\F4D9";
}

.ion-social-angular-outline:before {
  content: "\F4D8";
}

.ion-social-apple:before {
  content: "\F227";
}

.ion-social-apple-outline:before {
  content: "\F226";
}

.ion-social-bitcoin:before {
  content: "\F2AF";
}

.ion-social-bitcoin-outline:before {
  content: "\F2AE";
}

.ion-social-buffer:before {
  content: "\F229";
}

.ion-social-buffer-outline:before {
  content: "\F228";
}

.ion-social-chrome:before {
  content: "\F4DB";
}

.ion-social-chrome-outline:before {
  content: "\F4DA";
}

.ion-social-codepen:before {
  content: "\F4DD";
}

.ion-social-codepen-outline:before {
  content: "\F4DC";
}

.ion-social-css3:before {
  content: "\F4DF";
}

.ion-social-css3-outline:before {
  content: "\F4DE";
}

.ion-social-designernews:before {
  content: "\F22B";
}

.ion-social-designernews-outline:before {
  content: "\F22A";
}

.ion-social-dribbble:before {
  content: "\F22D";
}

.ion-social-dribbble-outline:before {
  content: "\F22C";
}

.ion-social-dropbox:before {
  content: "\F22F";
}

.ion-social-dropbox-outline:before {
  content: "\F22E";
}

.ion-social-euro:before {
  content: "\F4E1";
}

.ion-social-euro-outline:before {
  content: "\F4E0";
}

.ion-social-facebook:before {
  content: "\F231";
}

.ion-social-facebook-outline:before {
  content: "\F230";
}

.ion-social-foursquare:before {
  content: "\F34D";
}

.ion-social-foursquare-outline:before {
  content: "\F34C";
}

.ion-social-freebsd-devil:before {
  content: "\F2C4";
}

.ion-social-github:before {
  content: "\F233";
}

.ion-social-github-outline:before {
  content: "\F232";
}

.ion-social-google:before {
  content: "\F34F";
}

.ion-social-google-outline:before {
  content: "\F34E";
}

.ion-social-googleplus:before {
  content: "\F235";
}

.ion-social-googleplus-outline:before {
  content: "\F234";
}

.ion-social-hackernews:before {
  content: "\F237";
}

.ion-social-hackernews-outline:before {
  content: "\F236";
}

.ion-social-html5:before {
  content: "\F4E3";
}

.ion-social-html5-outline:before {
  content: "\F4E2";
}

.ion-social-instagram:before {
  content: "\F351";
}

.ion-social-instagram-outline:before {
  content: "\F350";
}

.ion-social-javascript:before {
  content: "\F4E5";
}

.ion-social-javascript-outline:before {
  content: "\F4E4";
}

.ion-social-linkedin:before {
  content: "\F239";
}

.ion-social-linkedin-outline:before {
  content: "\F238";
}

.ion-social-markdown:before {
  content: "\F4E6";
}

.ion-social-nodejs:before {
  content: "\F4E7";
}

.ion-social-octocat:before {
  content: "\F4E8";
}

.ion-social-pinterest:before {
  content: "\F2B1";
}

.ion-social-pinterest-outline:before {
  content: "\F2B0";
}

.ion-social-python:before {
  content: "\F4E9";
}

.ion-social-reddit:before {
  content: "\F23B";
}

.ion-social-reddit-outline:before {
  content: "\F23A";
}

.ion-social-rss:before {
  content: "\F23D";
}

.ion-social-rss-outline:before {
  content: "\F23C";
}

.ion-social-sass:before {
  content: "\F4EA";
}

.ion-social-skype:before {
  content: "\F23F";
}

.ion-social-skype-outline:before {
  content: "\F23E";
}

.ion-social-snapchat:before {
  content: "\F4EC";
}

.ion-social-snapchat-outline:before {
  content: "\F4EB";
}

.ion-social-tumblr:before {
  content: "\F241";
}

.ion-social-tumblr-outline:before {
  content: "\F240";
}

.ion-social-tux:before {
  content: "\F2C5";
}

.ion-social-twitch:before {
  content: "\F4EE";
}

.ion-social-twitch-outline:before {
  content: "\F4ED";
}

.ion-social-twitter:before {
  content: "\F243";
}

.ion-social-twitter-outline:before {
  content: "\F242";
}

.ion-social-usd:before {
  content: "\F353";
}

.ion-social-usd-outline:before {
  content: "\F352";
}

.ion-social-vimeo:before {
  content: "\F245";
}

.ion-social-vimeo-outline:before {
  content: "\F244";
}

.ion-social-whatsapp:before {
  content: "\F4F0";
}

.ion-social-whatsapp-outline:before {
  content: "\F4EF";
}

.ion-social-windows:before {
  content: "\F247";
}

.ion-social-windows-outline:before {
  content: "\F246";
}

.ion-social-wordpress:before {
  content: "\F249";
}

.ion-social-wordpress-outline:before {
  content: "\F248";
}

.ion-social-yahoo:before {
  content: "\F24B";
}

.ion-social-yahoo-outline:before {
  content: "\F24A";
}

.ion-social-yen:before {
  content: "\F4F2";
}

.ion-social-yen-outline:before {
  content: "\F4F1";
}

.ion-social-youtube:before {
  content: "\F24D";
}

.ion-social-youtube-outline:before {
  content: "\F24C";
}

.ion-soup-can:before {
  content: "\F4F4";
}

.ion-soup-can-outline:before {
  content: "\F4F3";
}

.ion-speakerphone:before {
  content: "\F2B2";
}

.ion-speedometer:before {
  content: "\F2B3";
}

.ion-spoon:before {
  content: "\F2B4";
}

.ion-star:before {
  content: "\F24E";
}

.ion-stats-bars:before {
  content: "\F2B5";
}

.ion-steam:before {
  content: "\F30B";
}

.ion-stop:before {
  content: "\F24F";
}

.ion-thermometer:before {
  content: "\F2B6";
}

.ion-thumbsdown:before {
  content: "\F250";
}

.ion-thumbsup:before {
  content: "\F251";
}

.ion-toggle:before {
  content: "\F355";
}

.ion-toggle-filled:before {
  content: "\F354";
}

.ion-transgender:before {
  content: "\F4F5";
}

.ion-trash-a:before {
  content: "\F252";
}

.ion-trash-b:before {
  content: "\F253";
}

.ion-trophy:before {
  content: "\F356";
}

.ion-tshirt:before {
  content: "\F4F7";
}

.ion-tshirt-outline:before {
  content: "\F4F6";
}

.ion-umbrella:before {
  content: "\F2B7";
}

.ion-university:before {
  content: "\F357";
}

.ion-unlocked:before {
  content: "\F254";
}

.ion-upload:before {
  content: "\F255";
}

.ion-usb:before {
  content: "\F2B8";
}

.ion-videocamera:before {
  content: "\F256";
}

.ion-volume-high:before {
  content: "\F257";
}

.ion-volume-low:before {
  content: "\F258";
}

.ion-volume-medium:before {
  content: "\F259";
}

.ion-volume-mute:before {
  content: "\F25A";
}

.ion-wand:before {
  content: "\F358";
}

.ion-waterdrop:before {
  content: "\F25B";
}

.ion-wifi:before {
  content: "\F25C";
}

.ion-wineglass:before {
  content: "\F2B9";
}

.ion-woman:before {
  content: "\F25D";
}

.ion-wrench:before {
  content: "\F2BA";
}

.ion-xbox:before {
  content: "\F30C";
}

/* Slider */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slider */

.slick-loading .slick-list {
  background: #fff url(/wp-content/themes/dealflow/dist/vendor/ajax-loader_c5cd7f53.gif) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */

.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */

.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  -ms-user-select: none;
      user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  -webkit-box-shadow: 0 0 2px #7799D0;
          box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/

.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
          box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  -webkit-box-shadow: 0 0 100px #595959;
          box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel,
.SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/

.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/

.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/

.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  -webkit-box-shadow: 0 0 2px #a1c0e4;
          box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/

.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/

.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/

.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**Select all button**/

.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/

.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

/** Import common styles */

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #353844;
  width: 100vw;
  overflow-x: hidden;
}

body.active .wrap:before {
  display: block;
  background: rgba(0, 0, 0, 0.33);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  content: '';
  z-index: 48;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
}

.slick-slide:focus {
  outline: 0 !important;
}

.slick-slide div:focus {
  outline: 0 !important;
}

.wrap {
  padding-top: 74px;
}

.grid-container {
  padding-left: 25px;
  padding-right: 25px;
}

@media print, screen and (min-width: 48.0625em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

span,
input,
button,
textarea,
select {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.slick-loading .slick-list {
  background: none !important;
}

.slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
}

.slick-slider .slick-arrow {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.slick-slider .slick-next {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  z-index: 105;
  background: #fff;
  right: 0;
}

.slick-slider .slick-next:before {
  content: '\F3D3';
  font-family: 'Ionicons';
  display: inline-block;
  color: #9B9B9B;
  vertical-align: middle;
  padding-left: 2px;
}

.slick-slider .slick-dots {
  bottom: 20px;
  z-index: 99;
}

.slick-slider .slick-dots li {
  width: 15px;
  margin: 0 5px;
}

.slick-slider .slick-dots li button {
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.slick-slider .slick-dots li button:before {
  display: none;
}

.slick-slider .slick-dots li.slick-active button {
  background: #fff;
}

.slick-slider .slick-prev {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  z-index: 105;
  background: #fff;
  left: 0;
}

.slick-slider .slick-prev:before {
  content: '\F3D2';
  font-family: 'Ionicons';
  display: inline-block;
  color: #9B9B9B;
  vertical-align: middle;
  padding-right: 2px;
}

.animate-block {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
       -o-transform: translate(0px, 30px);
          transform: translate(0px, 30px);
}

.animate-sequence .item {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
       -o-transform: translate(0px, 30px);
          transform: translate(0px, 30px);
}

.animate-sequence .item.come-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.animate-scale {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(0.7);
       -o-transform: scale(0.7);
          transform: scale(0.7);
}

.animate-now {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
       -o-transform: translate(0px, 30px);
          transform: translate(0px, 30px);
}

.come-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.scale-up {
  opacity: 1;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.come-in-center {
  opacity: 1 !important;
}

.back-to-top {
  text-align: center;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.back-to-top a {
  padding: 27px 0;
  display: block;
  color: #000;
  font-size: 14px;
}

.back-to-top a i {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.breadcrumbs {
  margin: 30px 0;
}

.breadcrumbs a {
  color: #000;
}

.breadcrumbs__link {
  font-weight: 700;
  font-size: 13px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs__divider {
  font-size: 13px;
  color: #9B9B9B;
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs__item {
  font-size: 13px;
  color: #9B9B9B;
}

@media print, screen and (min-width: 48.0625em) {
  .breadcrumbs__item {
    display: inline-block;
    vertical-align: middle;
  }
}

.not-found {
  background: #182b62;
  width: 100vw;
  height: calc(100vh - 75px);
  position: relative;
}

.not-found__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 470px;
  text-align: center;
}

.not-found__wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 347px;
  height: 475px;
  z-index: -1;
}

.not-found__wrapper h2 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  color: #fff;
}

.not-found__wrapper h4 {
  font-size: 18px;
  text-transform: none;
  font-weight: 300;
  color: #fff;
}

.not-found__wrapper .btn {
  margin-top: 30px;
}

.thanks .not-found__wrapper img {
  width: 300px;
  height: auto;
}

@media print, screen and (min-width: 48.0625em) {
  .thanks .not-found__wrapper img {
    width: 560px;
    height: auto;
  }
}

/** Import component styles */

.btn {
  font-family: "Gotham", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  padding: 11px;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
}

.btn:focus,
.btn:hover {
  color: #fff;
  outline: 0;
}

.btn--big {
  padding: 20px 30px;
  font-size: 14px;
}

.btn--green {
  background: #54d19f;
  color: #fff;
  font-size: 12px;
}

@media print, screen and (min-width: 48.0625em) {
  .btn--green:hover {
    background: #45ac83;
    color: #fff;
  }
}

.btn--purple {
  background: #8c8bfb;
  color: #fff;
  font-size: 12px;
}

@media print, screen and (min-width: 48.0625em) {
  .btn--purple:hover {
    background: #6664ff;
    color: #fff;
  }
}

.btn--red {
  background: #ee3e3e;
  color: #fff;
  font-size: 12px;
}

@media print, screen and (min-width: 48.0625em) {
  .btn--red:hover {
    background: #8c8bfb;
    color: #fff;
  }
}

.btn--category {
  background: #f7f7f7;
  color: #9d9d9d;
}

.btn--category:focus,
.btn--category:hover {
  color: #9d9d9d;
  outline: 0;
}

.btn--category.active {
  background: #54d19f;
  color: #fff;
  font-size: 12px;
}

@media print, screen and (min-width: 48.0625em) {
  .btn--category.active:hover {
    background: #45ac83;
    color: #fff;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .btn--category:hover {
    background: #54d19f;
    color: #fff;
  }
}

.btn--icon {
  position: relative;
  padding: 18px 19px 18px 70px;
  font-size: 11px;
  letter-spacing: 1.2px;
  overflow: hidden;
}

@media (min-width: 325px) {
  .btn--icon {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .btn--icon:hover {
    background: #45ac83;
  }
}

.btn__icon {
  background: #3e9f78;
  padding: 13px 15px 14px;
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.btn__icon i {
  color: #5ad0a0;
  font-size: 23px;
  padding: 0 2px;
}

.btn--border {
  border: 1px solid #8c8bfb;
  color: #fff;
  text-transform: none;
  margin: 10px 0;
}

@media print, screen and (min-width: 48.0625em) {
  .btn--border:hover {
    background: #8c8bfb;
    color: #fff;
  }
}

.btn--social {
  color: #fff;
  background: transparent;
  border: 1px solid #8c8bfb;
  display: block;
  text-align: center;
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
  height: 50px;
  line-height: 31px;
  position: relative;
}

@media print, screen and (min-width: 48.0625em) {
  .btn--social {
    font-size: 14px;
  }

  .btn--social:hover {
    color: #fff;
    background: #8c8bfb;
  }
}

.btn--social i {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 24px;
}

.form-block {
  padding: 40px 0 60px;
}

@media (min-width: 500px) {
  .form-block {
    padding: 60px 0 80px;
  }
}

.form-block__title {
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 18px;
  text-align: left;
}

@media (min-width: 500px) {
  .form-block__title {
    text-align: center;
  }
}

.form-block__content {
  margin-bottom: 60px;
}

.form-block__content p {
  color: #fff;
  letter-spacing: -0.3px;
  font-size: 16px;
  text-align: left;
}

@media (min-width: 500px) {
  .form-block__content p {
    text-align: center;
  }
}

.form-block__form {
  max-width: 380px;
  margin: 0 auto;
}

.form-block__form .gform_wrapper {
  position: relative;
  /* checked mark aspect changes */
  /* disabled checkbox */
}

.form-block__form .gform_wrapper form {
  position: relative;
}

.form-block__form .gform_wrapper .gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-block__form .gform_wrapper .ginput_recaptcha {
  text-align: center;
}

.form-block__form .gform_wrapper .ginput_recaptcha div {
  display: inline-block;
}

.form-block__form .gform_wrapper .gfield {
  display: block;
  margin-bottom: 28px;
}

.form-block__form .gform_wrapper .gfield_error label {
  color: #D86D79;
}

.form-block__form .gform_wrapper .gfield_error input,
.form-block__form .gform_wrapper .gfield_error select,
.form-block__form .gform_wrapper .gfield_error textarea {
  border: 1px solid #D86D79;
}

@media print, screen and (min-width: 48.0625em) {
  .form-block__form .gform_wrapper .half-left {
    float: left;
    width: 48.5%;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .form-block__form .gform_wrapper .half-right {
    float: right;
    width: 48.5%;
  }
}

.form-block__form .gform_wrapper label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.form-block__form .gform_wrapper input,
.form-block__form .gform_wrapper textarea,
.form-block__form .gform_wrapper select {
  border-radius: 0px;
  border: 1px solid #fff;
  margin: 0;
  padding: 16px;
  line-height: 1;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: "Gotham", sans-serif;
}

.form-block__form .gform_wrapper input::-webkit-input-placeholder,
.form-block__form .gform_wrapper textarea::-webkit-input-placeholder,
.form-block__form .gform_wrapper select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.form-block__form .gform_wrapper input::-moz-placeholder,
.form-block__form .gform_wrapper textarea::-moz-placeholder,
.form-block__form .gform_wrapper select::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.form-block__form .gform_wrapper input:-ms-input-placeholder,
.form-block__form .gform_wrapper textarea:-ms-input-placeholder,
.form-block__form .gform_wrapper select:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.form-block__form .gform_wrapper input:-moz-placeholder,
.form-block__form .gform_wrapper textarea:-moz-placeholder,
.form-block__form .gform_wrapper select:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.form-block__form .gform_wrapper input:focus,
.form-block__form .gform_wrapper textarea:focus,
.form-block__form .gform_wrapper select:focus {
  outline: 0;
  border: 1px solid #54d19f;
}

@media print, screen and (min-width: 48.0625em) {
  .form-block__form .gform_wrapper input:hover,
  .form-block__form .gform_wrapper textarea:hover,
  .form-block__form .gform_wrapper select:hover {
    border: 1px solid #54d19f;
  }
}

.form-block__form .gform_wrapper textarea {
  height: 145px;
}

.form-block__form .gform_wrapper .ginput_container_select {
  position: relative;
}

.form-block__form .gform_wrapper .ginput_container_select:after {
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
  content: '\F35F';
  font-family: 'Ionicons';
  color: #7e94f9;
  z-index: 0;
  font-size: 20px;
  pointer-events: none;
}

.form-block__form .gform_wrapper select {
  background-image: none;
}

.form-block__form .gform_wrapper input[type="submit"] {
  background: #182b62;
  color: #fff;
  font-size: 16px;
  border: 0;
  display: block;
  width: 100%;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-weight: 800;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

@media (min-width: 500px) {
  .form-block__form .gform_wrapper input[type="submit"] {
    width: 260px;
    margin: 0 auto;
  }

  .form-block__form .gform_wrapper input[type="submit"]:hover {
    background: #45ac83;
  }
}

.form-block__form .gform_wrapper .gform_footer img {
  position: absolute;
  width: 60px !important;
  height: 60px !important;
  top: 100%;
  right: 0;
}

.form-block__form .gform_wrapper #field_3_5 {
  list-style: none;
  margin: 40px 0;
}

.form-block__form .gform_wrapper #field_3_5 .gfield_label {
  display: none;
}

.form-block__form .gform_wrapper #field_3_5 .gfield_checkbox {
  list-style: none;
  margin: 0;
}

.form-block__form .gform_wrapper input[type=checkbox]:checked + label,
.form-block__form .gform_wrapper .ul.gfield_checkbox li input[type=checkbox]:not(:checked) + label {
  margin-left: 0;
  font-size: 14px;
  font-weight: 500;
  color: #666667;
}

.form-block__form .gform_wrapper input[type="checkbox"]:not(:checked),
.form-block__form .gform_wrapper [type="checkbox"]:checked {
  position: absolute !important;
  left: -9999px;
}

.form-block__form .gform_wrapper input[type="checkbox"]:not(:checked) + label,
.form-block__form .gform_wrapper [type="checkbox"]:checked + label {
  position: relative !important;
  padding-left: 26px !important;
  cursor: pointer !important;
  line-height: 20px;
  margin-left: 0;
  font-weight: 500;
}

.form-block__form .gform_wrapper input[type="checkbox"]:not(:checked) + label:before,
.form-block__form .gform_wrapper [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #979797;
}

.form-block__form .gform_wrapper input[type="checkbox"]:not(:checked) + label:after,
.form-block__form .gform_wrapper [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 12px;
  top: 4px;
  left: 3px;
  background-repeat: no-repeat;
  background-size: 15px 12px;
  background-position: 50%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.form-block__form .gform_wrapper input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.form-block__form .gform_wrapper input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.form-block__form .gform_wrapper input[type="checkbox"]:disabled:not(:checked) + label:before,
.form-block__form .gform_wrapper [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.form-block__form .gform_wrapper input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.form-block__form .gform_wrapper input[type="checkbox"]:disabled + label {
  color: #aaa;
}

.form-block__form .validation_error {
  background: #D86D79;
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.22px;
  margin-bottom: 22px;
  padding: 16px;
  line-height: 1.2;
}

.form-block__form .validation_message {
  font-size: 14px;
  color: #D86D79;
  margin: 5px 0 -10px;
}

.form-block--conference {
  background: #fff;
  padding-top: 20px;
}

.form-block--conference .form-block__form {
  width: 100%;
  max-width: 100%;
}

.form-block--conference .form-block__form .gform_wrapper .gfield {
  margin-bottom: 12px;
}

.form-block--conference .form-block__form .gform_wrapper label {
  color: #666667;
}

.form-block--conference .form-block__form .gform_wrapper input,
.form-block--conference .form-block__form .gform_wrapper textarea,
.form-block--conference .form-block__form .gform_wrapper select {
  background: #EDF4F4;
  color: #666667;
}

.form-block--conference .form-block__form .gform_wrapper input::-webkit-input-placeholder,
.form-block--conference .form-block__form .gform_wrapper textarea::-webkit-input-placeholder,
.form-block--conference .form-block__form .gform_wrapper select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666667;
}

.form-block--conference .form-block__form .gform_wrapper input::-moz-placeholder,
.form-block--conference .form-block__form .gform_wrapper textarea::-moz-placeholder,
.form-block--conference .form-block__form .gform_wrapper select::-moz-placeholder {
  /* Firefox 19+ */
  color: #666667;
}

.form-block--conference .form-block__form .gform_wrapper input:-ms-input-placeholder,
.form-block--conference .form-block__form .gform_wrapper textarea:-ms-input-placeholder,
.form-block--conference .form-block__form .gform_wrapper select:-ms-input-placeholder {
  /* IE 10+ */
  color: #666667;
}

.form-block--conference .form-block__form .gform_wrapper input:-moz-placeholder,
.form-block--conference .form-block__form .gform_wrapper textarea:-moz-placeholder,
.form-block--conference .form-block__form .gform_wrapper select:-moz-placeholder {
  /* Firefox 18- */
  color: #666667;
}

.form-block--conference .form-block__form .gform_wrapper input[type="submit"] {
  margin: 0;
  background: #3AAB9F;
  width: 273px;
  color: #fff;
  cursor: pointer;
}

@media print, screen and (min-width: 48.0625em) {
  .form-block--conference .form-block__form .gform_wrapper input[type="submit"]:hover {
    background: #45ac83;
  }
}

.profile-form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
}

.profile-form__top-h {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.profile-form__top-p {
  margin-bottom: 30px;
  color: #94aae8;
  font-size: 14px;
  display: block;
  text-align: center;
  width: 100%;
}

.profile-form #message {
  display: none;
}

.profile-form h5 {
  display: none;
}

.profile-form ul {
  margin: 0;
  list-style: none;
}

.profile-form ul li {
  margin-bottom: 25px;
}

.profile-form ul li.phone-extension {
  width: 80px;
  float: left;
}

.profile-form ul li.phone {
  width: calc(100% - 110px);
  float: right;
}

.profile-form ul li.phone label {
  opacity: 0;
  visibility: hidden;
}

@media print, screen and (min-width: 48.0625em) {
  .profile-form ul li.half-left {
    float: left;
    width: 48%;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .profile-form ul li.half-right {
    float: right;
    width: 48%;
  }
}

.profile-form .gform_next_button {
  width: 100%;
  border: 0;
  background: #54d19f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

@media print, screen and (min-width: 48.0625em) {
  .profile-form {
    margin: 0 auto 200px;
  }
}

.profile-form__wrapper {
  background: #132455;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 48.0625em) {
  .profile-form__wrapper {
    padding: 40px;
  }
}

.profile-form label {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.8px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Gotham", sans-serif;
  padding: 0 5px 8px;
}

.profile-form__left {
  width: 100%;
  padding-right: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .profile-form__left {
    padding-right: 50px;
    width: 50%;
  }
}

.profile-form__right {
  border-left: 0;
  width: 100%;
  padding-left: 0;
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}

@media print, screen and (min-width: 48.0625em) {
  .profile-form__right {
    border-left: 1px solid #2e4b9d;
    width: 50%;
    padding-left: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.profile-form .form__row {
  margin-bottom: 24px;
}

.profile-form .form__row:last-of-type {
  margin-bottom: 0;
}

.profile-form .form__row .forgot-password {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 14px;
}

.profile-form .form__row.username {
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .profile-form .form__row.half-left {
    float: left;
    width: 48.5%;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .profile-form .form__row.half-right {
    float: right;
    width: 48.5%;
  }
}

.profile-form h4 {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  text-align: center;
  margin: 15px 0 40px;
}

.profile-form__link-to-other {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}

@media print, screen and (min-width: 48.0625em) {
  .profile-form__link-to-other {
    left: 25px;
    bottom: 30px;
  }
}

.profile-form__link-to-other p {
  display: block;
  text-align: center;
  color: #5579de;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 12px;
}

.profile-form__link-to-other p a {
  display: inline-block;
}

.profile-form__link-to-other a {
  display: block;
  text-align: center;
  color: #54d19f;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  color: #54d19f;
  font-size: 12px;
}

.profile-form form input,
.profile-form form select,
.profile-form form textarea {
  border: 1px solid #7e94f9;
  background: transparent;
  color: #fff;
  margin-bottom: 0;
  font-family: "Gotham", sans-serif;
  padding: 25px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0;
}

.profile-form form input:focus,
.profile-form form select:focus,
.profile-form form textarea:focus {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #54d19f;
}

.profile-form form input::-webkit-input-placeholder,
.profile-form form select::-webkit-input-placeholder,
.profile-form form textarea::-webkit-input-placeholder {
  color: #7e94f9;
  text-transform: uppercase;
}

.profile-form form input:-ms-input-placeholder,
.profile-form form select:-ms-input-placeholder,
.profile-form form textarea:-ms-input-placeholder {
  color: #7e94f9;
  text-transform: uppercase;
}

.profile-form form input::-ms-input-placeholder,
.profile-form form select::-ms-input-placeholder,
.profile-form form textarea::-ms-input-placeholder {
  color: #7e94f9;
  text-transform: uppercase;
}

.profile-form form input::placeholder,
.profile-form form select::placeholder,
.profile-form form textarea::placeholder {
  color: #7e94f9;
  text-transform: uppercase;
}

@media print, screen and (min-width: 48.0625em) {
  .profile-form form input,
  .profile-form form select,
  .profile-form form textarea {
    font-size: 16px;
  }

  .profile-form form input:hover,
  .profile-form form select:hover,
  .profile-form form textarea:hover {
    border: 1px solid #54d19f;
  }
}

.profile-form form textarea {
  height: 160px;
}

.profile-form form input,
.profile-form form select {
  height: 65px;
}

.profile-form form input[type="checkbox"] {
  height: 22px;
  width: 30px;
}

.profile-form form .ginput_container_checkbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.profile-form form .ginput_container_checkbox li label {
  font-size: 12px;
  letter-spacing: 0.5px;
}

.profile-form form select {
  padding: 0 25px;
}

.profile-form form input[type="submit"],
.profile-form form input[type="button"] {
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  padding: 11px;
  display: block;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: #54d19f;
  font-size: 12px;
  width: 100%;
  border: 0;
  font-weight: 700;
  cursor: pointer;
}

@media print, screen and (min-width: 48.0625em) {
  .profile-form form input[type="submit"],
  .profile-form form input[type="button"] {
    font-size: 15px;
  }

  .profile-form form input[type="submit"]:hover,
  .profile-form form input[type="button"]:hover {
    background: #45ac83;
    color: #fff;
  }
}

.contact-form {
  margin-bottom: 200px;
}

.contact-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 905px;
  margin: 0 auto;
}

.contact-form__wrapper .profile-form {
  margin-bottom: 0;
}

.contact-form__left {
  width: 100%;
}

.contact-form__left--valuation {
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .contact-form__left--valuation {
    display: block;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .contact-form__left {
    width: 48%;
  }
}

.contact-form__left ul {
  margin: 0;
  list-style: none;
}

.contact-form__left ul:after {
  clear: both;
  display: block;
  content: '';
}

.contact-form__left li {
  display: block;
  padding: 25px 15px 20px;
  border-bottom: 1px solid #37459d;
}

@media print, screen and (min-width: 48.0625em) {
  .contact-form__left li {
    padding: 25px 25px 20px;
  }
}

.contact-form__left li:first-of-type i {
  margin-top: -4px;
}

.contact-form__left li:last-of-type {
  border-bottom: 0;
}

.contact-form__left li i {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  line-height: 1;
  color: #fff;
}

.contact-form__left li a {
  color: #fff;
}

.contact-form__left li .content {
  display: inline-block;
  width: calc(100% - 60px);
  margin-left: 20px;
  vertical-align: top;
}

.contact-form__left li .content .title {
  display: block;
  color: #54d19f;
  font-size: 11px;
  font-family: "Gotham", sans-serif;
  font-weight: 500px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.contact-form__left li .content .value {
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

@media print, screen and (min-width: 48.0625em) {
  .contact-form__left li .content .value {
    font-size: 17px;
  }
}

.contact-form__right {
  width: 100%;
  padding: 25px;
  background: #132455;
  margin-bottom: 80px;
  position: relative;
}

@media print, screen and (min-width: 48.0625em) {
  .contact-form__right {
    padding: 30px;
  }
}

.contact-form__right--valuation {
  padding: 30px 30px 30px;
}

.contact-form__right #gform_fields_4_2 .half-left label {
  width: 300px;
}

.contact-form__right .ginput_container_select {
  position: relative;
}

.contact-form__right .ginput_container_select:after {
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  content: '\F35F';
  font-family: 'Ionicons';
  color: #fff;
  z-index: 0;
  font-size: 20px;
  pointer-events: none;
}

.contact-form__right .ginput_container_multiselect {
  position: relative;
}

.contact-form__right .ginput_container_multiselect:after {
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  content: '\F35F';
  font-family: 'Ionicons';
  color: #fff;
  z-index: 0;
  font-size: 20px;
  pointer-events: none;
}

.contact-form__right .gform_previous_button {
  display: none !important;
}

@media print, screen and (min-width: 48.0625em) {
  .contact-form__right {
    width: 48%;
    margin-bottom: 200px;
  }
}

.contact-form__right .gf_progressbar_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 30px 42px;
  background: #2a4593;
  display: none;
}

.contact-form__right .gf_progressbar_title {
  display: none;
}

.contact-form__right .gf_progressbar {
  background: #395fcc;
  height: 10px;
}

.contact-form__right .gf_progressbar.percentbar_50 {
  width: 0 !important;
}

.contact-form__right .gf_progressbar.percentbar_100 {
  width: 50% !important;
}

.contact-form__right .gf_progressbar_percentage {
  background: #54d19f;
  position: relative;
  height: 10px;
}

.contact-form__right .gf_progressbar_percentage span {
  position: absolute;
  top: 20px;
  left: 0;
  color: #54d19f;
  text-transform: uppercase;
  color: #c8c8c8;
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  letter-spacing: 1.8px;
  min-width: 200px;
}

.contact-form__steps {
  position: relative;
}

.contact-form__steps:before {
  position: absolute;
  left: 86px;
  width: 2px;
  height: 90%;
  background: #54d19f;
  content: '';
  display: block;
  top: 2px;
}

.contact-form__step {
  display: block;
  margin-bottom: 100px;
}

.contact-form__step:nth-child(1) .number:after {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid #54d19f;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 0;
}

.contact-form__step:nth-child(1) .number:before {
  background: #54d19f;
}

.contact-form__step .step {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-right: 10px;
}

.contact-form__step .number {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  width: 38px;
  height: 38px;
  margin-right: 36px;
}

.contact-form__step .number span {
  font-family: "Gotham", sans-serif;
  font-size: 17px;
  color: #182b62;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.contact-form__step .number:before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  background: #54d19f;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.contact-form__step .title {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-size: 25px;
  line-height: 36px;
  width: 165px;
  font-weight: 300;
}

.contact-form__step .title strong {
  font-weight: 500;
}

.gform_footer,
.gform_page_footer {
  position: relative;
}

.gform_footer img,
.gform_page_footer img {
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  top: 50%;
  right: 20px;
  margin-top: -20px;
}

.validation_error {
  display: none;
}

.validation_message {
  color: #fff;
  font-size: 12px;
  margin-top: -14px;
  font-weight: 300;
  position: absolute;
}

.gfield_error input,
.gfield_error select,
.gfield_error textarea {
  border: 1px solid red;
}

.gform_confirmation_message {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.profile-form ul:after {
  clear: both;
  display: block;
  content: '';
}

.profile-form .profilepress-login-status,
.profile-form .profilepress-reg-status {
  background-color: #cc4b37;
  border-radius: 0;
  color: #fff;
  margin: 0;
}

.profile-form .profilepress-login-status a,
.profile-form .profilepress-reg-status a {
  color: #fff !important;
  text-decoration: underline !important;
}

.profile-form .pp-reset-password-form h3 {
  display: none;
}

.profile-form .pp-reset-password-form input[type="password"] {
  margin-bottom: 30px;
}

.profile-form .profilepress-reset-status {
  background-color: #8c8bfb;
  border-radius: 0;
}

.profile-form .profilepress-reset-status a {
  color: #fff !important;
  text-decoration: underline !important;
}

.contact-details .profile-form,
.reset-password .profile-form {
  max-width: 600px;
  margin: 0 auto 100px;
  padding: 25px;
  background: #132455;
}

@media print, screen and (min-width: 48.0625em) {
  .contact-details .profile-form,
  .reset-password .profile-form {
    padding: 30px;
  }
}

.contact-details .profile-form .profile-form,
.reset-password .profile-form .profile-form {
  padding: 0;
  max-width: 100%;
  margin-bottom: 0;
}

.contact-details .profile-form p,
.reset-password .profile-form p {
  text-align: center;
  color: #fff;
  margin: 0;
}

.contact-details .profile-form p a,
.reset-password .profile-form p a {
  color: #fff;
}

form .SumoSelect {
  width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  form .SumoSelect:hover .CaptionCont {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #54d19f;
  }
}

form .SumoSelect.open .CaptionCont {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #7e94f9;
}

form .SumoSelect .select-all {
  background: #132455;
  padding: 10px 0 8px 42px !important;
  border-radius: 0;
  border-bottom: 1px solid #7e94f9;
  height: 45px;
}

form .SumoSelect .select-all label {
  padding: 0;
}

form .SumoSelect .CaptionCont {
  border: 1px solid #7e94f9;
  background: transparent;
  color: #7e94f9;
  padding: 0 25px;
  height: 65px;
  line-height: 60px;
  border-radius: 0;
}

form .SumoSelect .CaptionCont span {
  font-size: 16px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  letter-spacing: 0;
}

form .SumoSelect .CaptionCont span.placeholder {
  font-size: 16px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  letter-spacing: 0;
}

form .SumoSelect .CaptionCont label i {
  background-image: none;
}

form .SumoSelect .optWrapper {
  background: #132455;
  top: 65px !important;
  border-radius: 0;
  border: 1px solid #7e94f9;
  border-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .SumoSelect .optWrapper.isFloating {
  position: absolute;
  left: auto;
  right: auto;
  width: 100%;
  bottom: auto;
  margin: 0;
  max-height: initial;
}

form .SumoSelect .optWrapper.isFloating .MultiControls .p.btnOk:hover {
  background: transparent;
}

form .SumoSelect .optWrapper.isFloating .MultiControls .p.btnCancel:hover {
  background: transparent;
}

form .SumoSelect .optWrapper.isFloating .options {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

form .SumoSelect .optWrapper .options .opt {
  border: 0 !important;
  margin-bottom: 0;
  padding: 10px 0 0 16px !important;
}

form .SumoSelect .optWrapper .options .opt label {
  padding: 0;
}

form .SumoSelect .optWrapper .options .opt:hover {
  background: none;
}

form .SumoSelect .optWrapper .options .opt span i {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #7e94f9;
}

form .SumoSelect .optWrapper.multiple .options .opt {
  padding: 10px 0 8px 42px !important;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  top: -2px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: 0;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i {
  background-color: #54d19f;
}

.SumoSelect .select-all.partial > span i {
  background: #fff;
  color: #fff;
}

.SumoSelect > .optWrapper.multiple > .MultiControls {
  border-top: 1px solid #7e94f9;
  color: #fff;
  background-color: #132455;
  font-size: 16px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #7e94f9;
  border-radius: 0;
  font-weight: 300;
}

@media print, screen and (min-width: 48.0625em) {
  .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk:hover {
    background: #7e94f9;
  }
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0;
  font-weight: 300;
}

@media print, screen and (min-width: 48.0625em) {
  .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel:hover {
    background: #7e94f9;
  }
}

.sumo_acf[field_5b0b88b85d064] .optWrapper {
  width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .sumo_acf[field_5b0b88b85d064] .optWrapper {
    width: 600px;
  }
}

@media print, screen and (min-width: 67.5em) {
  .sumo_acf[field_5b0b88b85d064] .optWrapper {
    width: 880px;
  }
}

.sumo_acf[field_5b0b88b85d064] .optWrapper .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sumo_acf[field_5b0b88b85d064] .optWrapper .options li {
  width: 50%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 10px 0;
}

.gform_wrapper .charleft {
  display: none;
}

.acf-form {
  max-width: 92%;
  margin: 0 auto 50px;
  padding: 20px;
  background: #132455;
}

@media print, screen and (min-width: 48.0625em) {
  .acf-form {
    max-width: 100%;
    margin: 0 auto 100px;
    padding: 30px;
  }
}

.acf-form .acf-field-5b0b875e5d061,
.acf-form .acf-field-5b14a5e5b5040,
.acf-form .acf-field-5b14a602b5041,
.acf-form .acf-field-5b1df2f4964dd,
.acf-form .acf-field-5b226302e7850 {
  display: none;
}

.acf-form .acf-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.acf-form .acf-error-message {
  display: none !important;
}

.acf-form .acf-fields > .acf-field {
  padding: 0;
  margin: 0 0 30px;
  border-top: 0;
  width: 100%;
}

.acf-form .acf-fields > .acf-field .acf-error-message {
  display: inline-block !important;
  position: absolute;
  right: 0;
  top: -50px;
}

.acf-form .acf-fields > .acf-field input {
  padding: 0 25px;
  color: #fff;
  font-size: 16px;
}

.acf-form .acf-fields > .acf-field textarea {
  padding-top: 25px;
}

@media print, screen and (min-width: 48.0625em) {
  .acf-form .acf-fields > .acf-field {
    width: 47.9%;
  }
}

.acf-form .acf-fields > .acf-field.acf-field-5b0b89f85d065 {
  width: 70px;
}

@media print, screen and (min-width: 48.0625em) {
  .acf-form .acf-fields > .acf-field.acf-field-5b0b89f85d065 {
    width: 8%;
  }
}

.acf-form .acf-fields > .acf-field.acf-field-5b0b89f85d065 .acf-label label {
  width: 300px;
}

.acf-form .acf-fields > .acf-field.acf-field-5b0b8a075d066 {
  width: calc(100% - 95px);
}

@media print, screen and (min-width: 48.0625em) {
  .acf-form .acf-fields > .acf-field.acf-field-5b0b8a075d066 {
    width: 38%;
  }
}

.acf-form .acf-fields > .acf-field.acf-field-5b0b8a075d066 .acf-label label {
  color: #132455;
}

.acf-form .acf-field[data-name="business_model"] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media print, screen and (min-width: 48.0625em) {
  .acf-form .acf-field[data-name="business_model"] {
    margin-right: 4%;
  }
}

.acf-form .acf-field[data-name="time_commitment"] {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.acf-form .acf-field[data-name="niche"] {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media print, screen and (min-width: 48.0625em) {
  .acf-form .acf-field[data-name="niche"] {
    margin-right: 4%;
  }
}

.acf-form .acf-field[data-name="phone_extension"] {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  margin-right: 25px;
}

@media print, screen and (min-width: 48.0625em) {
  .acf-form .acf-field[data-name="phone_extension"] {
    margin-right: 2%;
  }
}

.acf-form .acf-field[data-name="phone"] {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.acf-form .acf-field[data-name="price_range"] {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

@media print, screen and (min-width: 48.0625em) {
  .acf-form .acf-field[data-name="price_range"] {
    margin-right: 4%;
  }
}

.acf-form .acf-field[data-name="source_of_funds"] {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

@media print, screen and (min-width: 48.0625em) {
  .acf-form .acf-field[data-name="source_of_funds"] {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    margin-top: -130px;
  }
}

.acf-form .acf-field[data-name="additional_information"] {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

@media print, screen and (min-width: 48.0625em) {
  .acf-form .acf-field[data-name="additional_information"] {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .acf-form .acf-field[data-name="additional_information"] textarea {
    height: 195px;
  }
}

.acf-form .acf-field-select .acf-input {
  position: relative;
}

.acf-form .acf-field-select .acf-input:after {
  position: absolute;
  bottom: 22px;
  right: 20px;
  display: block;
  content: '\F35F';
  font-family: 'Ionicons';
  color: #7e94f9;
  z-index: 0;
  font-size: 20px;
  pointer-events: none;
}

.acf-form .acf-label {
  margin: 0;
}

.acf-form .acf-label label {
  font-weight: 300 !important;
  margin: 0;
  padding: 0 5px 8px;
}

.acf-form #acf-field_5b0b89f85d065 {
  padding: 0 20px !important;
}

.acf-form .acf-form-submit {
  position: relative;
}

.acf-form .acf-form-submit .acf-spinner {
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  top: 50%;
  right: 20px;
  margin-top: -20px;
  background-image: none !important;
}

.refer-a-business .profile-form .contact-form {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  padding: 30px;
  background: #132455;
  margin-bottom: 80px;
  position: relative;
}

@media print, screen and (min-width: 48.0625em) {
  .refer-a-business .profile-form .contact-form {
    padding: 30px 30px 30px;
  }
}

.refer-a-business .profile-form .contact-form .gform_previous_button {
  display: none;
}

.refer-a-business .profile-form .contact-form .gf_progressbar_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 30px 42px;
  background: #2a4593;
  display: none;
}

.refer-a-business .profile-form .contact-form .gf_progressbar_title {
  display: none;
}

.refer-a-business .profile-form .contact-form .gf_progressbar {
  background: #395fcc;
  height: 10px;
}

.refer-a-business .profile-form .contact-form .gf_progressbar.percentbar_50 {
  width: 0 !important;
}

.refer-a-business .profile-form .contact-form .gf_progressbar.percentbar_100 {
  width: 50% !important;
}

.refer-a-business .profile-form .contact-form .gf_progressbar_percentage {
  background: #54d19f;
  position: relative;
  height: 10px;
}

.refer-a-business .profile-form .contact-form .gf_progressbar_percentage span {
  position: absolute;
  top: 20px;
  left: 0;
  color: #54d19f;
  text-transform: uppercase;
  color: #c8c8c8;
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  letter-spacing: 1.8px;
}

.form__confirmation {
  margin: 60px auto;
  max-width: 470px;
  min-height: 365px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.form__confirmation img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 450px;
  height: auto;
  z-index: 0;
  max-width: 85%;
}

.form__confirmation h2 {
  font-size: 26px !important;
  line-height: 1;
  font-weight: 500 !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 20px !important;
}

@media print, screen and (min-width: 48.0625em) {
  .form__confirmation h2 {
    font-size: 36px !important;
    line-height: 42px;
  }
}

.form__confirmation p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.form__confirmation .btn {
  margin-top: 30px;
  position: relative;
}

.gform_wrapper .ginput_container_checkbox {
  /* checked mark aspect changes */
  /* disabled checkbox */
}

.gform_wrapper .ginput_container_checkbox input[type=checkbox]:checked + label,
.gform_wrapper .ginput_container_checkbox .ul.gfield_checkbox li input[type=checkbox]:not(:checked) + label {
  margin-left: 0;
  color: #fff;
}

.gform_wrapper .ginput_container_checkbox input[type="checkbox"]:not(:checked),
.gform_wrapper .ginput_container_checkbox [type="checkbox"]:checked {
  position: absolute !important;
  left: -9999px;
}

.gform_wrapper .ginput_container_checkbox input[type="checkbox"]:not(:checked) + label,
.gform_wrapper .ginput_container_checkbox [type="checkbox"]:checked + label {
  position: relative !important;
  padding-left: 30px !important;
  cursor: pointer !important;
  margin-left: 0;
}

.gform_wrapper .ginput_container_checkbox input[type="checkbox"]:not(:checked) + label:before,
.gform_wrapper .ginput_container_checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #7e94f9;
}

.gform_wrapper .ginput_container_checkbox input[type="checkbox"]:not(:checked) + label:after,
.gform_wrapper .ginput_container_checkbox [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 12px;
  top: -2px;
  left: 5px;
  background-repeat: no-repeat;
  background-size: 15px 12px;
  background-position: 50%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-size: 14px;
  color: #7e94f9;
}

.gform_wrapper .ginput_container_checkbox input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.gform_wrapper .ginput_container_checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  content: "\F121";
  font-family: 'Ionicons';
}

.gform_wrapper .ginput_container_checkbox input[type="checkbox"]:disabled:not(:checked) + label:before,
.gform_wrapper .ginput_container_checkbox [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.gform_wrapper .ginput_container_checkbox input[type="checkbox"]:disabled:checked + label:after {
  color: #fff;
}

.gform_wrapper .ginput_container_checkbox input[type="checkbox"]:disabled + label {
  color: #fff;
}

.second-step .contact-form__right {
  padding-top: 102px;
}

.second-step .contact-form__right .gf_progressbar_wrapper {
  display: block;
}

.second-step .contact-form__right .gf_progressbar_wrapper .percentbar_100 {
  width: 50% !important;
}

.downloads h4 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.8px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Gotham", sans-serif;
  padding: 0 0 16px;
  margin-bottom: 0;
}

.downloads__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}

.downloads__item .title a {
  color: #fff;
  font-family: "Gotham", sans-serif;
}

.downloads__item .pdf a {
  color: #fff;
  font-size: 24px;
  display: block;
  margin-top: -9px;
}

@media print, screen and (min-width: 48.0625em) {
  .business-valuation .contact-form__right,
  .free-exit-plan .contact-form__right,
  .refer-a-business .contact-form__right {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .business-valuation .contact-form__wrapper,
  .free-exit-plan .contact-form__wrapper,
  .refer-a-business .contact-form__wrapper {
    margin-bottom: 200px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .business-valuation .contact-form__step:last-of-type,
  .free-exit-plan .contact-form__step:last-of-type,
  .refer-a-business .contact-form__step:last-of-type {
    margin-bottom: 0;
  }
}

.gform_anchor:before {
  content: "";
  display: block;
  width: 0;
  height: 200px;
  /* fixed header height*/
  margin: -200px 0 0;
  /* negative fixed header height */
}

.acf-input-prepend,
.acf-input-append,
.acf-input-wrap {
  height: auto !important;
}

.page-header {
  background: -webkit-linear-gradient(340deg, #182b62 30%, #393ba3 100%);
  background: -o-linear-gradient(340deg, #182b62 30%, #393ba3 100%);
  background: linear-gradient(110deg, #182b62 30%, #393ba3 100%);
  position: relative;
}

.page-header .gform_confirmation_message {
  font-style: italic;
}

.page-header .gform_confirmation_message .form__confirmation {
  font-style: normal;
}

.page-header__title {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}

@media print, screen and (min-width: 48.0625em) {
  .page-header__title {
    font-size: 50px;
  }
}

.page-header__title span {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  display: block;
}

.page-header__z {
  position: relative;
  z-index: 1;
}

.page-header__content p {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.page-header__image-wrapper {
  position: relative;
}

.page-header__image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 100;
}

@media print, screen and (min-width: 48.0625em) {
  .page-header__image {
    position: absolute;
    top: 57px;
    left: 0;
    width: 650px;
    z-index: 100;
    margin-bottom: 0;
  }
}

.page-header__line {
  margin-top: 65px;
  background: #6d70d0;
  display: block;
  width: 56px;
  height: 4px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 48.0625em) {
  .page-header__line {
    margin-top: 190px;
  }
}

.page-header__buttons {
  margin: 32px 0 32px;
  list-style: none;
}

@media print, screen and (min-width: 48.0625em) {
  .page-header__buttons {
    margin: 32px 0 280px;
  }
}

.page-header__buttons li {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 540px) {
  .page-header__buttons li {
    margin-right: 10px;
    width: auto;
  }
}

.page-header__buttons li .btn {
  width: 100%;
  text-align: center;
}

@media (min-width: 540px) {
  .page-header__buttons li .btn {
    width: 230px;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .page-header__buttons li .btn {
    width: auto;
    min-width: 177px;
    padding: 12px 20px;
  }
}

.page-header__buttons li .btn--green {
  border: 1px solid #54d19f;
}

@media print, screen and (min-width: 48.0625em) {
  .page-header__buttons li .btn--green:hover {
    border: 1px solid #45ac83;
  }
}

.page-header__buttons li:nth-child(2) .btn {
  border: 1px solid #8c8bfb;
  color: #fff;
  background: transparent;
}

@media print, screen and (min-width: 48.0625em) {
  .page-header__buttons li:nth-child(2) .btn:hover {
    background: #8c8bfb;
    color: #fff;
  }
}

.page-header__form {
  margin-bottom: 60px;
  margin-top: 30px;
  max-width: 465px;
}

@media print, screen and (min-width: 48.0625em) {
  .page-header__form {
    margin-bottom: 225px;
  }
}

.page-header__form .gform_wrapper {
  position: relative;
}

.page-header__form .gform_wrapper form {
  position: relative;
}

.page-header__form .gform_wrapper label {
  display: none;
}

.page-header__form .gform_wrapper .gform_body ul {
  margin: 0;
  list-style: none;
}

.page-header__form .gform_wrapper .gform_body input[type="text"] {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: 1px solid #bfbeff;
  color: #8ca1f1;
  font-size: 14px;
  line-height: 1;
  padding: 0 162px 0 25px;
  height: 66px;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
}

.page-header__form .gform_wrapper .gform_body input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8ca1f1;
}

.page-header__form .gform_wrapper .gform_body input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #8ca1f1;
}

.page-header__form .gform_wrapper .gform_body input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #8ca1f1;
}

.page-header__form .gform_wrapper .gform_body input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #8ca1f1;
}

.page-header__form .gform_wrapper .gform_footer {
  position: absolute;
  top: 5px;
  right: 5px;
}

.page-header__form .gform_wrapper .gform_footer input[type="submit"] {
  background: #54d19f;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  letter-spacing: 0.6px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

@media print, screen and (min-width: 48.0625em) {
  .page-header__form .gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #45ac83;
  }
}

.page-header__basic-content {
  width: 90%;
  max-width: 430px;
  text-align: center;
  margin: 0 auto 30px;
}

@media print, screen and (min-width: 48.0625em) {
  .page-header__basic-content {
    margin: -50px auto 80px;
  }
}

.page-header__basic-content p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

@media print, screen and (min-width: 48.0625em) {
  .page-header__basic-content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.page-header--basic h1 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin: 30px 0;
  line-height: 1;
  display: block;
  width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .page-header--basic h1 {
    margin: 80px 0;
  }
}

.page-header .listing-content__cta {
  background: #dee4ff;
  padding: 10px;
  max-width: 1000px;
  width: 92%;
  margin: 30px auto 0;
}

.page-header .listing-content__cta i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  padding: 2px 0 2px 5px;
}

.page-header .listing-content__cta p {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
  margin: 0;
  margin-left: 8px;
  font-size: 12px;
  line-height: 14px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
}

.page-header .listing-content__cta p strong {
  font-weight: 500;
}

@media print, screen and (min-width: 48.0625em) {
  .home .site-header {
    -webkit-transition: background ease-in-out 0.3s;
    -o-transition: background ease-in-out 0.3s;
    transition: background ease-in-out 0.3s;
    background: transparent;
  }

  .home .site-header.scrolled {
    background: #182b62;
  }
}

.home .page-header {
  background: -webkit-linear-gradient(10deg, #182b62 0%, #3b3ab7 100%);
  background: -o-linear-gradient(10deg, #182b62 0%, #3b3ab7 100%);
  background: linear-gradient(80deg, #182b62 0%, #3b3ab7 100%);
  width: 100vw;
  overflow-x: hidden;
}

@media print, screen and (min-width: 48.0625em) {
  .home .page-header {
    margin-top: -75px;
  }
}

.home .page-header__line {
  margin-top: 65px;
}

@media print, screen and (min-width: 48.0625em) {
  .home .page-header__line {
    margin-top: 265px;
  }
}

.home .page-header:after,
.page-ecommerce-business-brokers-data .page-header:after
{
  position: absolute;
  top: -170px;
  right: 0px;
  height: 780px;
  width: 1400px;
  background-image: url(/wp-content/themes/dealflow/dist/images/homepagebgtexture.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  content: '';
  z-index: 0;
  display: block;
}

@media print, screen and (min-width: 48.0625em) {
  .home .page-header:after {
    display: block;
    opacity: 0.8;
  }
}

.home .page-header__image {
  max-width: 680px;
}

@media print, screen and (min-width: 48.0625em) {
  .home .page-header__image {
    width: 680px;
  }
}

.sell .page-header,
.page-sell-ecommerce-business-data .page-header {
  overflow: hidden;
  background: #182b62;
}

.sell .page-header:after,
.page-sell-ecommerce-business-data .page-header:after,
.page-sell-your-website-data .page-header:after,
.page-sell-amazon-fba-business-data .page-header:after,
.page-sell-saas-business-data .page-header:after

{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url(/wp-content/themes/dealflow/dist/images/sellheader.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  content: '';
  z-index: 0;
  display: block;
  mix-blend-mode: lighten; /* update */
}

@media print, screen and (min-width: 48.0625em) {
  .sell .page-header:after, 
  .page-sell-ecommerce-business-data .page-header:after,
  .page-sell-your-website-data  .page-header:after,
  .page-sell-saas-business-data .page-header:after
  {
    top: -50px;
    right: -50px;
    height: calc(100% + 50px);
    width: 1010px;
  }
}

.sell .page-header__image-wrapper,
.page-sell-ecommerce-business-data  .page-header__image-wrapper,
.page-sell-your-website-data .page-header__image-wrapper,
.page-sell-saas-business-data .page-header__image-wrapper,
.page-sell-amazon-fba-business-data .page-header__image-wrapper
{
  position: static;
}

.sell .page-header__image,
.page-sell-ecommerce-business-data  .page-header__image,
 .page-sell-your-website-data .page-header__image,
 .page-sell-saas-business-data .page-header__image,
 .page-sell-amazon-fba-business-data .page-header__image
{
  top: auto;
  bottom: -18px;
  left: auto;
  right: 0;
  max-width: 810px;
  width: 100vw;
}

@media print, screen and (min-width: 48.0625em) {
  .sell .page-header__image,
  .page-sell-ecommerce-business-data .page-header__image,
  .page-sell-your-website-data  .page-header__image
  {
    width: 810px;
  }
}

.exit-plan .page-header {
  background: #182b62;
}

.exit-plan .page-header:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1110px;
  background-image: url(/wp-content/themes/dealflow/dist/images/exitplanheader.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  content: '';
  z-index: 0;
  display: block;
}

@media print, screen and (min-width: 48.0625em) {
  .exit-plan .page-header:after {
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 1110px;
    background-size: contain;
  }
}

.exit-plan .page-header__image {
  top: auto;
  bottom: -50px;
  max-width: 600px;
}

@media print, screen and (min-width: 48.0625em) {
  .exit-plan .page-header__image {
    width: 600px;
  }
}

.buy .page-header__title span, 
.page-buy-online-business-data.page-header__title span 

{
  display: inline-block;
}

.buy .page-header:after, 
.page-buy-online-business-data .page-header:after,
.page-website-for-sale-data .page-header:after
{
  background-image: url(/wp-content/themes/dealflow/dist/images/buy-city-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 200px;
  z-index: 0;
  opacity: 0.4;
}

.buy .page-header__image, 
.page-buy-online-business-data .page-header__image 
{
  /* max-width: 630px; */
  margin-bottom: 0;
  top: auto;
}



.page-saas-business-for-sale-data .page-header__title span,
.page-ecommerce-business-for-sale-data .page-header__title span
{
  display: inline-block;
}

.page-saas-business-for-sale-data .page-header:after, 
.page-ecommerce-business-for-sale-data .page-header:after
{
  background-image: url(/wp-content/themes/dealflow/dist/images/buy-city-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';  
  display: block;
  width: 100%;
  height: 200px;
  z-index: 0;
  opacity: 0.4;
}

.page-saas-business-for-sale-data .page-header__image,
.page-ecommerce-business-for-sale-data .page-header__image
{
  max-width: 630px;
  margin-bottom: 0;
  top: auto;
}

@media print, screen and (min-width: 48.0625em) {
  .buy .page-header__image ,
  .page-buy-online-business-data .page-header__image 
  {
    margin-bottom: 0;
    bottom: 0;
    width: 630px;
  }
  .page-saas-business-for-sale-data .page-header__image,
  .page-ecommerce-business-for-sale-data .page-header__image,
  .page-website-for-sale-data  .page-header__image,
  .page-amazon-fba-businesses-for-sale-data  .page-header__image
  {
    margin-bottom: 0;
    bottom: 0;
    width: 630px;
    top: auto; /*added*/
  }

}

.buy .featured-listings ,
.page-buy-online-business-data .featured-listings 
{
  position: relative;
  z-index: 101;
}

.basic-content {
  padding: 30px 0;
}

@media print, screen and (min-width: 48.0625em) {
  .basic-content {
    padding: 60px 0;
  }
}

.basic-content li {
  font-size: 14px;
  line-height: 22px;
}

.about .basic-content__content img.wp-image-425 {
  margin-top: 0;
  margin-bottom: -50px;
}

@media print, screen and (min-width: 48.0625em) {
  .about .basic-content__content img.wp-image-425 {
    margin-top: 20px;
    margin-bottom: -80px;
  }
}

.about .basic-content__content img.wp-image-424 {
  margin-top: -60px;
}

@media print, screen and (min-width: 48.0625em) {
  .about .basic-content__content img.wp-image-424 {
    margin-top: -80px;
  }
}

.ctas {
  background: #152357;
  text-align: center;
  position: relative;
  padding: 30px 0;
}

.ctas__title {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  line-height: 1;
}

.ctas__subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  z-index: 10;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 20px;
}

.ctas__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}

.ctas__item {
  width: 48.5%;
  background: #142454;
  padding: 20px;
}

@media print, screen and (min-width: 48.0625em) {
  .ctas__item {
    width: 24.5%;
  }
}

.ctas__circle {
  background: #1c2c65;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}

.ctas__circle:before {
  background: #1e2c6c;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 97px;
  height: 97px;
  border-radius: 50%;
}

.ctas__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 65%;
  max-height: 65%;
}

.ctas__item-title {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  position: relative;
  z-index: 10;
}

.ctas__item-title strong {
  font-weight: 700;
}

.home .ctas {
  margin-top: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .home .ctas {
    margin-top: -40px;
  }
}

.title-content {
  padding: 60px 0 0;
}

@media print, screen and (min-width: 48.0625em) {
  .title-content {
    padding: 160px 0;
  }
}

.title-content__title-wrap {
  position: relative;
}

.title-content__title-wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: -28px;
  right: calc(100% - 50px);
  width: 50vw;
  height: 4px;
  background: #7a7add;
}

@media print, screen and (min-width: 48.0625em) {
  .title-content__title-wrap:before {
    top: -45px;
    right: calc(100% + 40px);
  }
}

.title-content__title-wrap .btn--green {
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .title-content__title-wrap .btn--green {
    display: inline-block;
  }
}

.title-content__title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 18px;
}

@media print, screen and (min-width: 48.0625em) {
  .title-content__title {
    margin-bottom: 8px;
    font-size: 52px;
    line-height: 57px;
    max-width: 405px;
  }
}

.title-content__title span {
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  color: #7a7add;
}

.title-content .btn {
  padding: 16px 24px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
}

.title-content__content p {
  font-size: 16px;
  line-height: 24px;
}

.title-content__content p a {
  color: #182b62;
  text-decoration: underline;
}

.title-content__content .btn--green {
  display: block;
  width: 100%;
  text-align: center;
}

@media (min-width: 540px) {
  .title-content__content .btn--green {
    width: 270px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .title-content__content .btn--green {
    display: none;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .title-content.right .grid-x {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .title-content.right .cell:first-of-type {
    max-width: 405px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .title-content.right .cell:first-of-type:before {
    right: auto;
    left: calc(100% + 40px);
  }

  .title-content.right .cell:last-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .title-content--rows {
    padding: 85px 0;
  }
}

.title-content--rows .title-content__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1.2px;
  color: #0f1a39;
  max-width: 100%;
  margin-bottom: 12px;
  line-height: 1;
  font-weight: 500;
}

.title-content--rows .title-content__row-title {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  color: #0f1a39;
  font-weight: 500;
  line-height: 1.2;
  max-width: 415px;
}

@media print, screen and (min-width: 48.0625em) {
  .title-content--rows .title-content__row-title {
    font-size: 42px;
  }
}

.title-content--rows .title-content__row-title span {
  color: #7a7add;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.title-content--rows .title-content__subtitle {
  text-align: center;
  font-size: 20px;
  font-family: "Gotham", sans-serif;
  color: #0f1a39;
  font-weight: 300;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 48.0625em) {
  .title-content--rows .title-content__subtitle {
    margin-bottom: 170px;
  }
}

.title-content--rows .title-content__title-wrap:before {
  display: none;
}

.title-content--rows .title-content__row-wrap {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 48.0625em) {
  .title-content--rows .title-content__row-wrap {
    margin-bottom: 170px;
  }

  .title-content--rows .title-content__row-wrap:last-of-type {
    margin-bottom: 85px;
  }

  .title-content--rows .title-content__row-wrap:nth-child(odd) .cell:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .title-content--rows .title-content__row-wrap:nth-child(odd) .cell:first-of-type h3 {
    width: 100%;
    max-width: 450px;
    float: right;
    text-align: right;
  }

  .title-content--rows .title-content__row-wrap:nth-child(odd) .cell:last-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.featured-listings {
  background-color: #fff;
  position: relative;
}

.featured-listings #listings-top {
  display: block;
  position: relative;
  top: -74px;
  visibility: hidden;
}

.featured-listings:after {
  content: '';
  width: 100vw;
  height: 380px;
  background-image: url(/wp-content/themes/dealflow/dist/images/listings-bg.png);
  background-size: 100vw 380px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.featured-listings .cell {
  position: relative;
}

.featured-listings .grid-container {
  position: relative;
  z-index: 1;
}

.featured-listings__sold-title {
  font-size: 28px;
  font-weight: 300;
}

.featured-listings__sold-title span {
  font-family: "Gotham", sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.featured-listings__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 0 25px;
  list-style: none;
}

@media print, screen and (min-width: 48.0625em) {
  .featured-listings__tabs {
    margin: 40px 0;
  }
}

.featured-listings__tabs li {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 1;
  background: #fff;
  width: 48%;
  margin-bottom: 0;
}

@media (min-width: 500px) {
  .featured-listings__tabs li {
    font-size: 15px;
    width: 49%;
  }
}

.featured-listings__tabs li.active {
  border: 1px solid #7966ff;
}

.featured-listings__tabs li.active a {
  color: #7966ff;
}

.featured-listings__tabs a {
  display: block;
  color: #979797;
  padding: 20px 0;
}

.featured-listings__listings {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.featured-listings__listings.active {
  opacity: 1;
  visibility: visible;
}

.featured-listings__sold {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  width: 100%;
}

.featured-listings__sold .listing__title {
  color: #909090;
}

.featured-listings__sold .listing__meta-data {
  color: #909090;
}

.featured-listings__sold.active {
  opacity: 1;
  visibility: visible;
}

.featured-listings__button {
  display: block;
  margin: 30px auto;
  width: 100%;
  height: 46px;
  color: #fff;
  font-size: 12px;
  font-family: "Gotham", sans-serif;
  background: #4dd8a1;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}

@media (min-width: 540px) {
  .featured-listings__button {
    width: 270px;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .featured-listings__button {
    margin: 60px auto;
  }
}

.featured-listings--sold {
  background-image: none;
  margin-bottom: 110px;
}

.featured-listings--sold:after {
  display: none;
}

.featured-listings--sold h2 {
  display: block;
  text-align: center;
  margin: 90px 0;
  position: relative;
  color: #192760;
}

.featured-listings--sold h2 span {
  background: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
  padding: 0 50px;
}

.featured-listings--sold h2:after {
  background: #d2d2d2;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 48%;
  left: 0;
  content: '';
  display: block;
  z-index: 0;
}

.featured-listings .slick-dots {
  bottom: -44px;
}

@media print, screen and (min-width: 48.0625em) {
  .featured-listings .slick-dots {
    bottom: 0;
  }
}

.featured-listings .slick-dots li button {
  border: 1px solid #54d19f;
}

.featured-listings .slick-dots li.slick-active button {
  background: #54d19f;
}

.featured-listings .slick-slide {
  margin: 0 5px;
}

.featured-listings .slick-slide:focus {
  outline: 0;
}

.featured-listings .slick-list {
  margin: 0 -5px;
  padding: 5px 0;
  width: calc(100% + 10px);
}

.featured-listings .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured-listings .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.featured-listings .slick-track .slick-slide .listing__item {
  height: 100%;
}

.sold .featured-listings {
  padding-bottom: 60px;
}

.home .featured-listings__listings {
  position: absolute;
  top: 0;
  left: 0;
}
/* .page-ecommerce-business-for-sale-data .featured-listings__listings, 
.page-ecommerce-business-brokers-data .featured-listings__listings,
.page-saas-business-for-sale-data .featured-listings__listings{
  position: absolute;
  top: 0;
  left: 0;
} */
.featured-article {
  background-image: url(/wp-content/themes/dealflow/dist/images/featured-article.png);
  background-size: 100% 140px;
  background-repeat: no-repeat;
  background-position: top;
  padding: 30px 0 0;
}

@media print, screen and (min-width: 48.0625em) {
  .featured-article {
    background-size: 100% 240px;
    padding: 50px 0 0;
  }
}

@media print, screen and (min-width: 67.5em) {
  .featured-article {
    background-size: 100% 500px;
  }
}

.featured-article h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: #ff89b3;
  font-weight: 300;
  margin-top: 28px;
}

.featured-article h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 16px;
  max-width: 100%;
  font-weight: 500;
}

.featured-article h2 a {
  color: #192760;
}

.featured-article span {
  display: block;
  font-size: 15px;
  color: #192760;
  margin-bottom: 40px;
}

.featured-article span a {
  color: #2e59d8;
  font-weight: 700;
}

.featured-article p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .featured-article p {
    margin: 28px 0;
  }
}

.featured-article ul {
  margin: 30px 0 40px;
  list-style: none;
  text-align: right;
}

@media print, screen and (min-width: 48.0625em) {
  .featured-article ul {
    margin: 30px 0 100px;
  }
}

.featured-article li {
  display: inline-block;
  margin-left: 15px;
}

.featured-article li img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 5px;
}

.featured-article li.read-more a {
  color: #54d19f;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
}

.featured-article li.comments {
  color: #4e51ce;
  font-size: 14px;
  font-weight: 700;
}

.listing__item {
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  padding-bottom: 205px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 48.0625em) {
  .listing__item {
    width: 32.5%;
    margin-bottom: 1.25%;
    margin-right: 1.25%;
  }

  .listing__item:nth-child(3n) {
    margin-right: 0;
  }

  .listing__item:hover {
    border: 1px solid #bfbeff;
  }
}

.listing__item.services .listing__image:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  background-image: url(/wp-content/themes/dealflow/dist/images/services.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 94px;
  height: 106px;
}

.listing__item.ecommerce .listing__image:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDAycHgiIGhlaWdodD0iMzYzcHgiIHZpZXdCb3g9IjAgMCA0MDIgMzYzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MC4yICg1NTA0NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+ZWNvbW1lcmNlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHJlY3QgaWQ9InBhdGgtMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI0MTAiPjwvcmVjdD4KICAgICAgICA8cmVjdCBpZD0icGF0aC0zIiB4PSIwIiB5PSIwIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjQxMCI+PC9yZWN0PgogICAgICAgIDxyZWN0IGlkPSJwYXRoLTUiIHg9IjAiIHk9IjAiIHdpZHRoPSI1MTIiIGhlaWdodD0iNDEwIj48L3JlY3Q+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iZWNvbW1lcmNlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTcuMDAwMDAwLCAtMzYuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzFfIj48L2c+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDA1LjEsMjExLjkgQzQxMS44LDIxMS45IDQxNy42LDIwNy4zIDQxOS4yLDIwMC43IEw0NTguNSw3Mi42IEM0NjAuMyw2NC44IDQ1NS41LDU3IDQ0Ny43LDU1LjIgQzQzOS45LDUzLjQgNDMyLjIsNTguMiA0MzAuMyw2NiBMNDI2LjIsODMuNyBMMTYwLjYsODMuNyBMMTUyLjksNDcuNiBDMTUxLjUsNDAuOSAxNDUuNiwzNi4xIDEzOC44LDM2LjEgTDcyLjQsMzYuMSBDNjQuNCwzNi4xIDU3LjksNDIuNiA1Ny45LDUwLjYgQzU3LjksNTguNiA2NC40LDY1LjEgNzIuNCw2NS4xIEwxMjcsNjUuMSBMMTYzLjgsMjM4LjEgQzE2My44LDIzOC4yIDE2My43LDIzOC40IDE2My43LDIzOC41IEwxNTQuMywyODQuNyBDMTUzLjYsMjg4LjIgMTU0LjUsMjkxLjkgMTU2LjgsMjk0LjcgQzE1OS4xLDI5Ny41IDE2Mi41LDI5OS4xIDE2Ni4xLDI5OS4xIEw0MDguNywyOTkuMSBDNDE1LjMsMjk5LjEgNDIwLjcsMjkzLjcgNDIwLjcsMjg3LjEgQzQyMC43LDI4MC41IDQxNS4zLDI3NS4xIDQwOC43LDI3NS4xIEwxODAuNywyNzUuMSBMMTg1LjcsMjUwLjYgTDQwNS4xLDIxMS45IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0Y1RERFQiIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stMikiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiPgogICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzNfIj48L2c+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE5NS41LDMyNS41IEMxNzYuNywzMjUuNSAxNjEuNSwzNDAuNyAxNjEuNSwzNTkuNSBDMTYxLjUsMzc4LjMgMTc2LjcsMzkzLjUgMTk1LjUsMzkzLjUgQzIxNC4zLDM5My41IDIyOS40LDM3OC4zIDIyOS40LDM1OS41IEMyMjkuNSwzNDAuNyAyMTQuMywzMjUuNSAxOTUuNSwzMjUuNSBaIiBpZD0iU2hhcGUiIHN0cm9rZT0iI0NDQjhEQSIgc3Ryb2tlLXdpZHRoPSI3IiBtYXNrPSJ1cmwoI21hc2stNCkiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay02IiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtNSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8zXyI+PC9nPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNzcsMzI3IEMzNTguMiwzMjcgMzQzLDM0Mi4yIDM0MywzNjEgQzM0MywzNzkuOCAzNTguMiwzOTUgMzc3LDM5NSBDMzk1LjgsMzk1IDQxMC45LDM3OS44IDQxMC45LDM2MSBDNDEwLjksMzQyLjIgMzk1LjcsMzI3IDM3NywzMjcgWiIgaWQ9IlNoYXBlIiBzdHJva2U9IiNDQ0I4REEiIHN0cm9rZS13aWR0aD0iNyIgbWFzaz0idXJsKCNtYXNrLTYpIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPHBhdGggZD0iTTM4OSwxMjUgTDE5OSwxMjUgQzE5Ni44LDEyNSAxOTUsMTIzLjIgMTk1LDEyMSBDMTk1LDExOC44IDE5Ni44LDExNyAxOTksMTE3IEwzODksMTE3IEMzOTEuMiwxMTcgMzkzLDExOC44IDM5MywxMjEgQzM5MywxMjMuMiAzOTEuMiwxMjUgMzg5LDEyNSBaIiBpZD0iU2hhcGUiIGZpbGw9IiNDQ0I4REEiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMzg5LDE1MiBMMTk5LDE1MiBDMTk2LjgsMTUyIDE5NSwxNTAuMiAxOTUsMTQ4IEMxOTUsMTQ1LjggMTk2LjgsMTQ0IDE5OSwxNDQgTDM4OSwxNDQgQzM5MS4yLDE0NCAzOTMsMTQ1LjggMzkzLDE0OCBDMzkzLDE1MC4yIDM5MS4yLDE1MiAzODksMTUyIFoiIGlkPSJTaGFwZSIgZmlsbD0iI0NDQjhEQSIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zODksMTc2IEwxOTksMTc2IEMxOTYuOCwxNzYgMTk1LDE3NC4yIDE5NSwxNzIgQzE5NSwxNjkuOCAxOTYuOCwxNjggMTk5LDE2OCBMMzg5LDE2OCBDMzkxLjIsMTY4IDM5MywxNjkuOCAzOTMsMTcyIEMzOTMsMTc0LjIgMzkxLjIsMTc2IDM4OSwxNzYgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjQ0NCOERBIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 109px;
  height: 107px;
}

.listing__item.saas .listing__image:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDgzcHgiIGhlaWdodD0iMzEycHgiIHZpZXdCb3g9IjAgMCA0ODMgMzEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MC4yICg1NTA0NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+c2FhczwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxyZWN0IGlkPSJwYXRoLTEiIHg9IjAuMSIgeT0iMC4zIiB3aWR0aD0iNDQ3IiBoZWlnaHQ9IjQyNS4xIj48L3JlY3Q+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0ic2FhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4wMDAwMDAsIC0zOC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzNfIj48L2c+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC4xLDI1My43IEMwLjEsMjI0LjIgMTcsMTk4LjUgNDIsMTg0LjcgQzQzLjUsMTE5LjkgOTcuMiw1OC44IDE2NS43LDU4LjggQzIxMC45LDU4LjggMjUyLjUsOTAuNCAyNzQuNiwxMjQuNCBDMjgyLjgsMTIyLjEgMjkxLjQsMTIwLjkgMzAwLjQsMTIwLjkgQzMzOS4zLDEyMC45IDM3Mi41LDE0NC4yIDM4NS40LDE3Ni45IEM0MjAuOSwxODYuMSA0NDcuMSwyMTcuMSA0NDcuMSwyNTMuOCBDNDQ3LjEsMjk3LjcgNDA5LjYsMzMzLjUgMzYzLjMsMzMzLjUgTDgzLjksMzMzLjUgQzM3LjYsMzMzLjQgMC4xLDI5Ny43IDAuMSwyNTMuNyBaIiBpZD0iU2hhcGUiIGZpbGw9IiNGNURERUIiIG1hc2s9InVybCgjbWFzay0yKSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDI1NS4zIEMwLDIyMS40IDE4LDE5MS43IDQ0LjcsMTc1LjggQzQ2LjMsMTAxLjIgMTA1LjYsNDEuMiAxNzguNiw0MS4yIEMyMjYuNyw0MS4yIDI2OC45LDY3LjMgMjkyLjUsMTA2LjQgQzMwMS4yLDEwMy44IDMxMC40LDEwMi4zIDMxOS45LDEwMi4zIEMzNjEuMywxMDIuMyAzOTYuNywxMjkuMSA0MTAuNCwxNjYuNyBDNDQ4LjIsMTc3LjMgNDc2LjEsMjEyLjkgNDc2LjEsMjU1LjIgQzQ3Ni4xLDMwNS44IDQzNi4xLDM0Ni45IDM4Ni44LDM0Ni45IEw4OS4yLDM0Ni45IEM0MCwzNDcgMCwzMDUuOSAwLDI1NS4zIFoiIGlkPSJTaGFwZSIgc3Ryb2tlPSIjQzRBRkQ1IiBzdHJva2Utd2lkdGg9IjYiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 109px;
  height: 107px;
}

.listing__item.content .listing__image:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  background-image: url(/wp-content/themes/dealflow/dist/images/content.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 109px;
  height: 107px;
}

.listing__item.transactional .listing__image:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTI0cHgiIGhlaWdodD0iMTIxcHgiIHZpZXdCb3g9IjAgMCAxMjQgMTIxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MC4yICg1NTA0NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+dHJhbnNhY3Rpb25hbDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJ0cmFuc2FjdGlvbmFsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMS4wMDAwMDApIj4KICAgICAgICAgICAgPHBhdGggZD0iTTExNSw0Ljc1ODE2OTQ2IEMxMTEuMTM2MzQ1LDEuNTI2MjU1OTYgMTA2LjE5OTQ1MywtMC4xOTc0MzEyNDMgMTAwLjgzMzI2NSwwLjAxODAyOTY1NjkgQzk4LjQ3MjE0MjYsMC4wMTgwMjk2NTY5IDk2LjExMTAyMDIsMC40NDg5NTE0NTcgOTMuOTY0NTQ1MiwxLjMxMDc5NTA2IEM5MS4xNzQxMjc3LDIuMzg4MDk5NTYgODguNTk4MzU3NywzLjg5NjMyNTg2IDg2LjQ1MTg4MjcsNi4wNTA5MzQ4NiBDODIuMzczNTgwMywxMC4xNDQ2OTIgNzkuNzk3ODEwMywxNS43NDY2NzU0IDgwLjAxMjQ1NzgsMjIuMjEwNTAyNCBDODAuMjI3MTA1MywyNy41OTcwMjQ5IDgyLjM3MzU4MDMsMzIuMzM3MTY0NyA4NS41OTMyOTI3LDM2IiBpZD0iU2hhcGUiIHN0cm9rZT0iI0NEQUZGRiI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMTA1Ljk2NzIxNSw0OC4wOTc1MjUzIEwxMDMuMTY0NDIsMjMuNTE5MTY4MSBDMTAyLjczMzIyMSwyMC4wNjk1NzQxIDk5LjkzMDQyNTksMTcuMjY2Nzc5IDk2LjQ4MDgzMTksMTYuODM1NTc5NyBMNzEuOTAyNDc0NywxNC4wMzI3ODQ2IEM2OS41MzA4Nzg5LDEzLjgxNzE4NSA2Ny4zNzQ4ODI2LDE0LjY3OTU4MzUgNjUuNjUwMDg1NiwxNi4xODg3ODA5IEwyLjI2Mzc5NjA2LDc5LjU3NTA3MDQgQy0wLjc1NDU5ODY4NSw4Mi41OTM0NjUyIC0wLjc1NDU5ODY4NSw4Ny4zMzY2NTY5IDIuMjYzNzk2MDYsOTAuMzU1MDUxNiBMMjkuNjQ0OTQ4NCwxMTcuNzM2MjA0IEMzMi42NjMzNDMxLDEyMC43NTQ1OTkgMzcuNDA2NTM0OCwxMjAuNzU0NTk5IDQwLjQyNDkyOTYsMTE3LjczNjIwNCBMMTAzLjgxMTIxOSw1NC4zNDk5MTQ0IEMxMDUuMzIwNDE3LDUyLjYyNTExNzQgMTA2LjE4MjgxNSw1MC40NjkxMjExIDEwNS45NjcyMTUsNDguMDk3NTI1MyBaIE03OS42NjQwNjEyLDQwLjMzNTkzODggQzc3LjUwODA2NSwzOC4xNzk5NDI2IDc3LjUwODA2NSwzNC43MzAzNDg2IDc5LjY2NDA2MTIsMzIuNzg5OTUxOSBDODEuODIwMDU3NCwzMC42MzM5NTU3IDg1LjI2OTY1MTQsMzAuNjMzOTU1NyA4Ny4yMTAwNDgxLDMyLjc4OTk1MTkgQzg5LjM2NjA0NDMsMzQuOTQ1OTQ4MiA4OS4zNjYwNDQzLDM4LjM5NTU0MjIgODcuMjEwMDQ4MSw0MC4zMzU5Mzg4IEM4NS4wNTQwNTE4LDQyLjQ5MTkzNSA4MS42MDQ0NTc4LDQyLjQ5MTkzNSA3OS42NjQwNjEyLDQwLjMzNTkzODggWiIgaWQ9IlNoYXBlIiBmaWxsPSIjRjdERUVCIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTg1LDM2Ljc2MDA1NSBDODkuMTQ3ODYxOSw0MS4zNTk3ODcxIDk1LjA0MjE5MjEsNDQuMjA3MjQwMyAxMDEuODA5NzU2LDQzLjk4ODIwNTQgQzExMy44MTY3MjUsNDMuNTUwMTM1NyAxMjMuNDIyMywzMy40NzQ1MzIxIDEyMi45ODU2ODMsMjEuNDI3NjE0NiBDMTIyLjc2NzM3NCwxNC44NTY1Njg4IDExOS43MTEwNTUsOC45NDI2Mjc1MSAxMTQuOTA4MjY4LDUiIGlkPSJTaGFwZSIgc3Ryb2tlPSIjQ0RBRkZGIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 109px;
  height: 107px;
}

.listing__image {
  width: 100%;
  height: 0;
  padding-bottom: 66.667%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUwAAADHCAYAAABybmrwAAANPUlEQVR4nO3dW3LjuJaF4Y0LKVeNsB966Gcap22SuPQDRNmydYFEUASo/4uosLMqK5NhycsbwAag/ud//xMFAHCX3voBAKAVBCYAZCIwASATgQkAmQhMAMhEYAJAJgITADIRmACQicAEgEwEJgBkIjABIBOBCQCZCEwAyERgAkAmu/UD1O7z879bP8JbUur0mSiljh/lx+dKlNLHj/PvAdZFYKJK8XRKa5QY7x/ZOoem1lqU0qePBClKIjDvUOrnNy9qFWMK1hDC2b9PIWpEa336CDyLwLxLiQiJ2aoYo3jvxPv0a6XkGJyGAMXDCMw7lFJZQ0K0IUYR7734Y4JqrURrK8akAAVuITDvUEqLSLj7+9CmEKKEMIlzkyilxBgrxlgqT1xEYN7BosH7iDGKcyk8tdan8OQ9gBmBeQeVxnsKIUgIo0zTKMZYsdYyZAeBeQ+BibRo5ERrLdZ2YgzfNu+KV/6O1MtHaxFS1TmOgyg1irWdWGsldVHgXVA+ZWAohp9ijDJNo3x9fYpz09aPgxciMDMQmLjkOzj/T7x3Wz8OXoDAzGAMgYnrYowyjoMMw+efnUbYFwIzw7w3GbglhCDD8CnTNLDZYadIgUysjCKXc06GgWH6HhGYmVID89ZPgVbEKDKOg4zjl8TIMH0vCMxMadtct/VjoDHeexmGT6rNnSAwH2AtgYnHfVebzG22jsB8gFLq2KwMPM57x0p64wjMB1nbM5eJp8UYGaI3jMB8UKoy+60fA40bx0Gmadz6MfAgAvMJ1nb0ZWIx5yYZhi/mNRvCd/2T+v6DcxKxWAj+2HpEaLaAwHySUkq6jqE5lpt3CLEYVD8CcwFjLKGJItJ+9C9Cs3IE5kLpXET6M7EcoVk/ArOArusJTRRBaNaNwCyk63qG5yiC0KwXgVmQtZ0cDqyeY7k5NFk9rwuBWZjWRg6Hf9hCicUIzfoQmCtILUcHORw+aHDHIunitS8RITRrwHfziuZq83D44JoLPC2EwDbKSjBufAGtjfS9kRjj8Y5rLyH4rR8LDXHOiVKaboyNEZgvlA7uSH2bMUaJMUgI4fh5FJHIfJXI6WvA1+LcNI2iteYW0w0RmBtRSolShjf/HfMPk/kHTPohEyVGL++Yp+M4yOHwD50YGyEwUbX0g2UOh/MfLqk6D6cpjneoSNNd6IP0/cfWj/KWCEw0K3Ug6NONniEE8d5JCE5C2G94eu/FuYn5zA0QmNiNNL/Xi0gvIfjjApvb5dDduVGMMaIUjS6vxFcbu6S1OfbC/itd1+9uzi9GodVoAwQmdm3uTPj4+Gd3wTkPzfE6BCbexO/g3Pp5ynBufIvFrloQmHgz6nhIyr+nxaKWxZhCE69BYOItKaWk7w+7uJvJOcdRcC9CYOKtGZP2+7e+13+ahq0f4S0QmHh7qdr8aPoA6NSDyvkEayMwgSNru+MQfesneQ5zmesjMIEfjDHS923u1Z53OmE9BCbwi9a62atG6MtcF4EJXKBUm6HJXOa6CEzgCqV0k3OaVJnrITCBG7TWzR2lFoKnL3MlBCZwRzrIo62WI6rMdRCYQAZru6a2UqZj7dhjXhqBCWTqur6pa5NpMSqvnVcf2Nh833wrCMzyCEzgAVq3c9VtCIHFn8IITOBB1nbN9GdSZZZFYAIPamloTmCWRWACTzCmjTvlY4wMywsiMIEntdKbGQJVZikEJvAkrXUTBw+zt7wcAhNYoIUV8xACTeyFEJjAAlqbJprZQ6DKLKH+VxqoXBtVJoFZQjubY7GKGMNxyBZOjc5aG+n7NtpmamCMFaXqvh+clfIyCMy3ECWEKDHOwfj9ecXf400xxlZ9QtA8j9lKw32tCMyd+Vktfn8kFddWe2CKpNGEUvWv6teMwGxYakr2pwNjGXZtR2stWisJod4fTvN0C55HYDYmBaMT7zlVuzZaWwmh3iqT98tyBGYjvHfi3MSbvmLGmKqH5THy3lmKwKyc906mqe4VWCRaG1FKql1I44ftcgRmpWKMMk0D29oao7Wp+jVLCz+0Xz+Lr1yFQggyDJ9Vf+Phstp3/TBSWabuV/cNheBlHD95Yzeq9rYdhuXLEJgViTHKOA7VzoHhvtorTBHeXEvU/uq+lXH8orJsnFJKat5Mw/trGQKzEt47hks7UfOiCoG5TL2v7JuZpnHrR0AhNQdmzc/WAr56FfDe8ZN/R2o94EIp1cRRdDUjMCvAzX77UmtgtnQ9cK0IzM1FDnfdmRpDSWtNdVkAgbmxdPza1k+BsuoLzFZuuKwdgbkxVsb3p7YC01rLsW6FEJgb4wQZrCkt9FBdlkJgbozV8T2qp8TsusPZnCrvt2UIzI3xBsZarLVizPlQ3Dn6fZcgMIEdSqvi50PxEII4RwvbEgTmxqgw92j71/T3UFyE6rIEAhPYma7r/5ya5H26B6q2FfzWEJhAYVuOGoyxfxrU0+n9c3VJYi5BYAKFbRWYWuuLDerOcSdUKQQmsANKKen7v/OW3vuzhZ4at222hMAECnv1ZgSl5BiW59/O80V657+XwFyCwAQKe/Xwt+sOF7c+Xr6emcBcgsAECntlYHZdL8b8vS3bOXfx2EAqzGUITKCwVx2oYm138ci21KA+XPg/CMylCEygoNeFpb24Ip5uHv26emQggbkMgQkU9IoFH2OsdN3h4n+bpuHmlAB3+izDVw8oaO3T840x0veXj2ubplG8v/33U2Eu83e2GMDT1hySG2Ol7y9Xls5N4tx08/9Pd6YTmEtQYQKFxBhXC8xbYem9z7qm+ff+cjyOChMoZK3heFrguRyWIXiZpq+sP4f5y+UITKCQNa5Ltra7eoFZCEHGcci+RI8KczkCEyggDcfLVphd11+9GjfGcGwfym+Sp8JcjsAECgjBF7suWam03fHSDh6RFJbD8GhYKirMAghMoIBSw/F06tDH1XB7JixFGI6XQmACC4UQ7vY/5tBaS99/XG39SXOWj4dl+rO5l7wEAhNY6F7/Y47vrY7XwtLf3PJ4D4FZBoEJLJCqy+eH4/fmK0XScD9teXz272D+shQCE1hgyU2M6UqJw80wc27Kakq//fdQXZZCYAJP8t4/PXdprRVr+5tbFadpKHKPuDEEZikEJvCES9c/5FBKXT309+efPY5fxbZZUmGWQ2ACT3jmJkZjjHTd34vKflqyEn7t7+TAjXIITOBBIfiHhso5VaVImfnK36guyyIwgQek4XL+UDwd9nt7rjIN78dV9qLfC2k8hq8m8IDLNzH+Nd8Tfq/CS/2Vt09JfxbD8fIITCCTc9PdKlApEWt7sdbK7Stto0zT/UN/lzDm8sEdeB6BCWRINzHenl/MaRWa/6xpGlY9nV0pRTvRCghM4I40x3h9W6IxRqzt7+6miTFmXSVRQqpwURpfVeCOVA3+TcvcoBSZr5FYZ67yN6UYjq+FwARuSPOW57t5UlB2WS07MYas2xxLMsay2LMSAhO4Ih168T1vaYw9BuX9inIefns/FTtYONe1U9qxHIEJXDAvzKTFEyvW2uwrHuZ5ylcMv39LrUScTLQWAhP4Za4O07FrRm63B33z3olz48X5zlex9vKFaSiDwAR+UUqu3gF+SQrKadU2oRzGWM69XBmBCfzxSEW5fVDOuo65y7URmMADYoynoNxijvKaR+ZY8TwCE8iQrqJIWyMrykkR+d6OifURmMBVUbxPR7mF8Lo+ykflbMdEGQQm8EsIXrx34r2vath9idaavssXIjAB+b79MQ256w7Jn9LVvHgVAhNvK1WSXkJwm/ZOPit3eybKITDxNmIMx0rSSwj1D7dvUUoxFN8AgYndCiEFZIy+ifnIR/T97cvUsA4CE82LMR7/CWchuaN8PNN1DMW3QmCienMgisSzcIwxHsNxp8l4gdaGnssNEZj4IwQnw7Dldr94rA7jbqvEZ8wXq2E7BCb+iDEtkKAuzFtuj82nQAO67v6VvVgfgQlUztqOS80qQWACFTPGsJunIgQmUCmtDYs8lSEwgQpprY9hySJPTQhMoDIpLD9YEa8QgQlUhLCsG4EJVIKwrB+9CkAF0mo4jem1IzCBjRljWQ1vBIEJbMjajj7LhhCYwAaUStsdjeFbsCW8WsCLpVOHPkRr1lxbQ2ACL8TiTtsITOBFuq7nHp7GEZjAyrTWx+PZGIK3jsAEVsQq+L4QmMAKqCr3icAECprvC2eucp8ITKAQa61Y27MCvmMEJrCQMenqW4bf+0dgAk/S2kjXdVxO9kYITOBBqaIkKN8RgQlkMsYeg5Kh97siMIEb0qq3FWM6FnNAYAKXGGPEGMtpQjjDuwE40lqfQpJqEpcQmHhrc0hqbZibxF0EJt6KUkq0NmKMEa0NlSQeQmBi17TWopQ+VpJGlKKKxPMITOyCUuoYjOoUkEppKkgURWCiSt85p46hp0SpORjnX+vTrwlGvAKBubGPj3+3fgQAmZjQAYBMBCYAZCIwASATgQkAmQhMAMhEYAJAJgITADIRmACQicAEgEwEJgBkIjABIBOBCQCZCEwAyPT/wTx+SxHsGH8AAAAASUVORK5CYII=);
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.listing__image .sold {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #ec5d8c;
  color: #fff;
  font-size: 12px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  width: auto;
  min-width: 96px;
  height: 31px;
  line-height: 33px;
  text-transform: uppercase;
  padding: 0 10px;
}

.listing__image .sold--under-offer {
  background: #54d19f;
}

.listing__category {
  text-transform: uppercase;
  color: #ff89b3;
  letter-spacing: 2.4px;
  font-size: 12px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  margin: 20px 0 16px;
  display: block;
}

.listing__title {
  color: #192760;
  font-size: 26px;
  line-height: 31px;
  font-weight: 500;
  max-width: 85%;
  margin: 0 0 14px;
}

.listing__excerpt {
  font-size: 16px;
  line-height: 24px;
  color: #767676;
}

.listing__meta {
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
}

.listing__meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
  padding: 18px 0;
}

.listing__meta li:last-of-type {
  border-bottom: 0;
}

.listing__meta-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  color: #767676;
}

.listing__meta-data {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #767676;
}

.listing__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listing__link:focus {
  outline: 0;
}

.testimonials {
  padding: 40px 0;
}

@media print, screen and (min-width: 48.0625em) {
  .testimonials {
    padding: 0;
  }
}

.testimonials__title {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  color: #192760;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}

.testimonials__title img {
  margin-right: 5px;
  width: 40px;
  height: auto;
}

.testimonials__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.testimonials__item {
  width: 100%;
  padding: 30px 20px;
  border-top: 4px solid #f6f6f6;
}

@media print, screen and (min-width: 48.0625em) {
  .testimonials__item {
    width: 48.5%;
    padding: 70px 40px;
    float: left;
  }
}

.testimonials .slick-dots {
  bottom: -20px;
}

@media print, screen and (min-width: 48.0625em) {
  .testimonials .slick-dots {
    bottom: 0;
  }
}

.testimonials .slick-dots li button {
  border: 1px solid #54d19f;
}

.testimonials .slick-dots li.slick-active button {
  background: #54d19f;
}

.testimonials .slick-slide {
  margin: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .testimonials .slick-slide {
    margin: 0 20px;
  }
}

.testimonials__content p {
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
  color: #353844;
}

.testimonials__author {
  background: #f5f5f5;
  border-radius: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 267px;
  margin-top: 40px;
}

.testimonials__image {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #ececec;
  background-size: cover;
  background-position: 50%;
}

.testimonials__details {
  width: 200px;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.testimonials__name {
  font-size: 12px;
  display: block;
  line-height: 14px;
  color: #6e79f7;
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2px;
}

.testimonials__position {
  font-size: 10px;
  display: block;
  line-height: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #999999;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
}

.testimonials__tagline {
  font-size: 9px;
  display: block;
  line-height: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ec5d8c;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  margin-top: 18px;
}

.partners {
  padding: 30px 0;
}

@media print, screen and (min-width: 48.0625em) {
  .partners {
    padding: 60px 0;
  }
}

.partners__title {
  font-size: 18px;
  color: #b5b5b5;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
}

.partners__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners__item {
  width: 100px;
}

@media print, screen and (min-width: 48.0625em) {
  .partners__item {
    width: 140px;
    height: 140px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  }

  .partners__item:hover {
    -webkit-transform: scale(1.04);
         -o-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.partners .slick-dots {
  bottom: -20px;
}

.partners .slick-dots li button {
  border: 1px solid #54d19f;
}

.partners .slick-dots li.slick-active button {
  background: #54d19f;
}

.partners .slick-slide {
  margin: 0 20px;
}

@media print, screen and (min-width: 48.0625em) {
  .partners .slick-slide {
    margin: 0 40px;
  }
}

.subscribe {
  background-color: #182b62;
  background-image: url(/wp-content/themes/dealflow/dist/images/subscribe-bg.png);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 30px 0;
  overflow: hidden;
}

@media print, screen and (min-width: 48.0625em) {
  .subscribe {
    padding: 105px 0;
    background-size: contain;
  }
}

.subscribe__p {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 300;
  margin-top: 22px;
}

@media print, screen and (min-width: 48.0625em) {
  .subscribe__p {
    font-size: 21px;
  }
}

.subscribe__form .gform_confirmation_message {
  margin: 23px 0;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  font-style: italic;
}

.subscribe__form .gform_wrapper {
  position: relative;
}

.subscribe__form .gform_wrapper form {
  position: relative;
}

.subscribe__form .gform_wrapper label {
  display: none;
}

.subscribe__form .gform_wrapper .gform_body ul {
  margin: 0;
  list-style: none;
}

.subscribe__form .gform_wrapper .gform_body input[type="text"] {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: 1px solid #bfbeff;
  color: #8ca1f1;
  font-size: 14px;
  line-height: 1;
  padding: 0 162px 0 25px;
  height: 66px;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
}

.subscribe__form .gform_wrapper .gform_body input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8ca1f1;
}

.subscribe__form .gform_wrapper .gform_body input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #8ca1f1;
}

.subscribe__form .gform_wrapper .gform_body input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #8ca1f1;
}

.subscribe__form .gform_wrapper .gform_body input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #8ca1f1;
}

.subscribe__form .gform_wrapper .gform_footer {
  position: absolute;
  top: 5px;
  right: 5px;
}

.subscribe__form .gform_wrapper .gform_footer input[type="submit"] {
  background: #54d19f;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  letter-spacing: 0.6px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 20px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

@media print, screen and (min-width: 48.0625em) {
  .subscribe__form .gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #45ac83;
  }
}

.hiw {
  background-image: url(/wp-content/themes/dealflow/dist/images/how-it-works.png);
  background-size: cover;
  background-position: top;
  padding: 80px 0 40px;
}

@media print, screen and (min-width: 48.0625em) {
  .hiw {
    padding: 120px 0;
  }
}

.hiw__title {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1.2px;
  text-align: center;
  margin: 0 0 5px;
}

.hiw__subtitle {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  font-family: "Gotham", sans-serif;
  margin: 0 0 40px;
}

@media print, screen and (min-width: 48.0625em) {
  .hiw__subtitle {
    margin: 0 0 60px;
  }
}

.hiw__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.hiw__items:after {
  background: #475cb2;
  height: 5px;
  width: 0;
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: none;
  z-index: 0;
  -webkit-transition: 2s ease-in-out width;
  -o-transition: 2s ease-in-out width;
  transition: 2s ease-in-out width;
}

@media print, screen and (min-width: 48.0625em) {
  .hiw__items:after {
    display: block;
  }
}

.hiw__items.sequence-active:after {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  width: 100%;
}

.hiw__item {
  width: 48%;
  background: #121e4d;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
  margin-bottom: 4%;
}

@media print, screen and (min-width: 48.0625em) {
  .hiw__item {
    width: 20%;
    margin-bottom: 0;
  }
}

.hiw__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hiw__circle {
  background: #1c2c65;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  position: relative;
  margin: 20px auto;
}

@media print, screen and (min-width: 48.0625em) {
  .hiw__circle {
    margin: 50px auto 20px;
  }
}

.hiw__circle:before {
  background: #1e2c6c;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 97px;
  height: 97px;
  border-radius: 50%;
}

.hiw__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 65%;
  max-height: 65%;
}

.hiw__item-title {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
  width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .hiw__item-title {
    margin-bottom: 50px;
  }
}

.blog-categories ul {
  list-style: none;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 45px 0 20px;
}

@media print, screen and (min-width: 48.0625em) {
  .blog-categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.blog-categories ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-categories ul li .btn {
  font-size: 12px;
}

.blog-categories ul li a {
  background: #f7f7f7;
  color: #9d9d9d;
}

.blog-categories ul li.search-term {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  margin-top: 9px;
}

@media print, screen and (min-width: 48.0625em) {
  .blog-categories ul li {
    margin-right: 25px;
    margin-bottom: 25px;
    font-size: 15px;
  }
}

.blog-grid__thumbnail {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  height: 0;
  padding-bottom: 66.667%;
  margin-bottom: 15px;
}

.blog-grid__item--featured .blog-grid__thumbnail {
  padding-bottom: 55%;
}

.blog-grid h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 16px;
  max-width: 100%;
  font-weight: 500;
}

.blog-grid h2 a {
  color: #192760;
}

.blog-grid h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: #ff89b3;
  font-weight: 300;
  margin-top: 28px;
}

.blog-grid span {
  display: block;
  font-size: 15px;
  color: #192760;
  margin-bottom: 20px;
}

.blog-grid span a {
  color: #2e59d8;
  font-weight: 700;
}

.blog-grid p {
  font-size: 16px;
  line-height: 24px;
  margin: 28px 0;
}

.blog-grid ul {
  margin: 20px 0 40px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-grid li {
  display: inline-block;
  margin-left: 15px;
}

.blog-grid li img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 5px;
}

.blog-grid li.read-more {
  margin-left: 0;
}

.blog-grid li.read-more a {
  color: #54d19f;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  padding-left: 0;
}

.blog-grid li.comments {
  color: #4e51ce;
  font-size: 14px;
  font-weight: 700;
}

.blog-grid__resources h4 {
  text-transform: uppercase;
  position: relative;
}

.blog-grid__resources h4 span {
  display: inline;
  background: #fff;
  padding-right: 10px;
  position: relative;
  z-index: 2;
  color: #ff89b3;
  font-size: 12px;
  letter-spacing: 2.4px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
}

.blog-grid__resources h4:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background: #8e90e0;
  content: '';
  display: block;
  margin-top: -2px;
  z-index: -1;
}

.blog-grid__resources ul {
  margin: 0 0 30px;
  list-style: none;
}

.blog-grid__resources li {
  display: block;
  font-family: "Gotham", sans-serif;
  font-size: 15px;
  margin: 10px 0 12px;
  width: 100%;
}

.blog-grid__resources a {
  color: #7171ff;
}

.blog-grid__search {
  margin-bottom: 40px;
}

.blog-grid__form {
  display: block;
  position: relative;
}

.blog-grid__form input {
  width: 100%;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  margin: 0;
  font-size: 12px;
  padding: 0 70px 0 20px;
  font-style: italic;
}

.blog-grid__form input:focus {
  outline: 0;
}

.blog-grid__form input::-webkit-input-placeholder {
  color: #b3b3b3;
}

.blog-grid__form input:-ms-input-placeholder {
  color: #b3b3b3;
}

.blog-grid__form input::-ms-input-placeholder {
  color: #b3b3b3;
}

.blog-grid__form input::placeholder {
  color: #b3b3b3;
}

.blog-grid__form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 50px;
  border: 0;
}

.blog-grid__form button:focus {
  outline: 0;
}

.blog-grid__form button:before {
  width: 1px;
  height: 36px;
  top: 7px;
  left: 0;
  content: '';
  position: absolute;
  display: block;
  background: #d1d1d1;
}

.blog-grid__form button i {
  color: #7995e6;
  font-size: 30px;
}

.blog-grid__subscribe {
  background: #182b62;
  padding: 45px 30px;
  margin-bottom: 40px;
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .blog-grid__subscribe {
    display: block;
  }
}

.blog-grid__subscribe h4 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 28px;
}

.blog-grid__subscribe ul {
  display: block;
}

.blog-grid__subscribe ul li {
  margin-left: 0;
  display: block;
}

.blog-grid__subscribe .btn {
  margin-top: 20px;
}

.blog-grid__subscribe .gform_confirmation_message {
  margin: 23px 0;
  font-style: italic;
}

.blog-grid__subscribe .gform_wrapper {
  position: relative;
  margin-top: 30px;
}

.blog-grid__subscribe .gform_wrapper form {
  position: relative;
}

.blog-grid__subscribe .gform_wrapper label {
  display: none;
}

.blog-grid__subscribe .gform_wrapper .gform_body ul {
  margin: 0;
  list-style: none;
}

.blog-grid__subscribe .gform_wrapper .gform_body input[type="text"] {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: 1px solid #bfbeff;
  color: #8ca1f1;
  font-size: 14px;
  line-height: 1;
  padding: 0 50px 0 15px;
  height: 40px;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: italic;
}

.blog-grid__subscribe .gform_wrapper .gform_body input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8ca1f1;
}

.blog-grid__subscribe .gform_wrapper .gform_body input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #8ca1f1;
}

.blog-grid__subscribe .gform_wrapper .gform_body input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #8ca1f1;
}

.blog-grid__subscribe .gform_wrapper .gform_body input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #8ca1f1;
}

.blog-grid__subscribe .gform_wrapper .gform_footer {
  position: absolute;
  top: 4px;
  right: 4px;
}

.blog-grid__subscribe .gform_wrapper .gform_footer:after {
  content: '\F488';
  font-family: 'Ionicons';
  color: #fff;
  position: absolute;
  top: 6px;
  right: 11px;
  font-size: 18px;
  display: block;
  pointer-events: none;
}

.blog-grid__subscribe .gform_wrapper .gform_footer input[type="submit"] {
  width: 32px;
  height: 32px;
  background: #54d19f;
  color: #54d19f;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  letter-spacing: 0.6px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0;
  text-transform: none;
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

@media print, screen and (min-width: 48.0625em) {
  .blog-grid__subscribe .gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #45ac83;
    color: #45ac83;
  }
}

.category .blog-categories {
  margin-top: 0;
}

.category .blog-categories ul {
  margin-bottom: 25px;
}

.single-post__thumbnail {
  margin-bottom: 20px;
}

.single-post__content-wrapper h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: #ff89b3;
  font-weight: 300;
  margin-top: 0;
}

.single-post__content-wrapper h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  line-height: 38px;
  margin-bottom: 16px;
  max-width: 100%;
  color: #192760;
  font-weight: 500;
}

@media print, screen and (min-width: 48.0625em) {
  .single-post__content-wrapper h1 {
    font-size: 45px;
    line-height: 50px;
  }
}

.single-post__content-wrapper h1 a {
  color: #192760;
}

.single-post__content-wrapper span {
  display: block;
  font-size: 15px;
  color: #192760;
  margin-bottom: 40px;
}

.single-post__content-wrapper span a {
  color: #2e59d8;
  font-weight: 700;
}

.single-post__content-wrapper div {
  font-size: 16px;
  line-height: 24px;
  color: #353844;
}

.single-post__content-wrapper p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #353844;
}

.single-post__content-wrapper p a {
  color: #182b62;
  text-decoration: underline;
}

@media print, screen and (min-width: 48.0625em) {
  .single-post__content-wrapper p {
    margin: 28px 0;
  }
}

.single-post__content-wrapper ul li {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #353844;
  margin-left: 0;
}

.single-post__content-wrapper ul li a {
  color: #182b62;
  text-decoration: underline;
}

.single-post .blog-categories {
  display: inline-block;
  vertical-align: middle;
}

.single-post section.blog-categories {
  display: block;
}

.single-post .post-categories {
  margin: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .single-post .post-categories {
    margin: 0 0 20px;
  }
}

.single-post .post-categories li {
  margin-left: 0;
}

.single-post .post-categories li a {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 11px;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.single-post__content p {
  margin: 28px 0 28px 0;
}

.single-post__author {
  border: 1px solid #eaeaea;
  padding: 20px;
}

.single-post__author img {
  width: 132px;
  height: auto;
  display: inline-block;
}

.single-post__author-content {
  margin-top: 15px;
  width: calc(100% - 152px);
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .single-post__author-content {
    width: calc(100% - 152px);
    margin-top: 0;
    margin-left: 15px;
  }
}

.single-post__author-content h5 {
  font-size: 11px;
  letter-spacing: 1.2px;
  color: #192c65;
  text-transform: uppercase;
  font-weight: 300;
}

.single-post__author-content h4 {
  font-size: 17px;
  color: #3b61cb;
  font-weight: 300;
  letter-spacing: 0.6px;
  margin: 0;
}

.single-post__author-content div,
.single-post__author-content p {
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  color: #7b7f91;
  margin: 10px 0;
}

.single-post .featured-article__meta {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-top: -1px;
  margin-left: 20px;
}

.single-post .featured-article__meta li {
  display: inline-block;
  margin-left: 0;
}

.single-post .featured-article__meta li img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 5px;
}

.single-post .featured-article__meta li.read-more a {
  color: #54d19f;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
}

.single-post .featured-article__meta li.comments {
  color: #4e51ce;
  font-size: 14px;
  font-weight: 700;
}

.single-post__comments-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 60px;
}

.single-post__comments-wrapper .btn--border {
  width: 100%;
  max-width: 265px;
  text-align: center;
  border: 1px solid #625296;
  color: #0f1a39;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 auto;
  display: block;
}

@media print, screen and (min-width: 48.0625em) {
  .single-post__comments-wrapper .btn--border {
    display: inline-block;
    margin: 0;
  }

  .single-post__comments-wrapper .btn--border:hover {
    background: transparent;
  }
}

.single-post__comments-wrapper .btn--border img {
  display: inline-block;
  width: 30px;
  margin-right: 5px;
}

.single-post__comments-wrapper .btn--border span {
  display: inline-block;
  color: #3b61cb;
  margin-bottom: 0;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.single-post__comments {
  width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .single-post__comments {
    width: 48%;
  }
}

.single-post__social {
  width: 100%;
  margin-top: 30px;
}

@media print, screen and (min-width: 48.0625em) {
  .single-post__social {
    width: 48%;
    margin-top: 0;
  }
}

.single-post__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .single-post__social ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.single-post__social ul li {
  border: 1px solid #182b62;
  width: 58px;
  height: 52px;
  display: inline-block;
  color: #a6a6a6 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  margin-left: 10px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media print, screen and (min-width: 48.0625em) {
  .single-post__social ul li:hover {
    background: #182b62;
  }

  .single-post__social ul li:hover a {
    color: #fff;
  }
}

.single-post__social ul li:first-of-type {
  border: 0;
  margin-left: 0;
  line-height: 52px;
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .single-post__social ul li:first-of-type {
    display: inline-block;
  }

  .single-post__social ul li:first-of-type:hover {
    background: transparent;
  }
}

.single-post__social ul li:nth-child(2) {
  margin-left: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .single-post__social ul li:nth-child(2) {
    margin-left: 10px;
  }
}

.single-post__social a {
  color: #182b62;
  display: block;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.single-post__cta {
  text-align: center;
  margin: 65px 0;
}

.single-post__cta h5 {
  font-size: 32px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  color: #2b2b2b;
}

.single-post__cta h5 span {
  display: block;
  color: #585cdc;
  font-weight: 700;
}

.single-post__cta .btn {
  font-size: 12px;
  padding: 16px 20px;
  margin-top: 20px;
}

.single-post__related {
  margin-bottom: 60px;
}

.single-post__related h3 {
  color: #959595;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
}

.navigation {
  margin: 25px 0 50px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 48.0625em) {
  .navigation {
    margin: 50px 0 100px;
  }
}

.navigation ul {
  margin: 0;
  text-align: center;
  float: left;
  width: calc(100% - 76px);
  display: block;
  line-height: 1;
}

@media print, screen and (min-width: 48.0625em) {
  .navigation ul {
    width: calc(100% - 300px);
  }
}

.navigation li {
  color: #c7c7c7;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px;
  font-family: "Gotham", sans-serif;
  line-height: 1;
}

@media print, screen and (min-width: 48.0625em) {
  .navigation li {
    margin: 0 25px;
  }
}

.navigation li a {
  color: #c7c7c7;
  line-height: 1;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media print, screen and (min-width: 48.0625em) {
  .navigation li a:hover {
    color: #182b62;
  }
}

.navigation li.active a {
  color: #54d19f;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid #54d19f;
}

.navigation li.disabled {
  color: #c7c7c7;
  opacity: 0.6;
  text-decoration: none;
  font-size: 16px;
}

.navigation .previous {
  float: left;
  width: 38px;
  cursor: pointer;
}

@media print, screen and (min-width: 48.0625em) {
  .navigation .previous {
    width: 150px;
  }

  .navigation .previous:hover span {
    color: #182b62;
  }
}

.navigation .previous a {
  color: #54d19f;
}

.navigation .previous a span {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #54d19f;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: -8px;
}

.navigation .previous .text {
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .navigation .previous .text {
    display: inline-block;
  }
}

.navigation .next {
  float: right;
  width: 38px;
  text-align: right;
  cursor: pointer;
}

@media print, screen and (min-width: 48.0625em) {
  .navigation .next {
    width: 150px;
  }

  .navigation .next:hover span {
    color: #182b62;
  }
}

.navigation .next a {
  color: #54d19f;
}

.navigation .next a span {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #54d19f;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 0;
}

.navigation .next .text {
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .navigation .next .text {
    display: inline-block;
  }
}

.navigation:after {
  clear: both;
  display: block;
  content: '';
}

.processes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto;
  position: relative;
  max-width: 760px;
  list-style: none;
}

@media print, screen and (min-width: 48.0625em) {
  .processes__list {
    margin: 60px auto;
  }
}

.processes__list li {
  width: 33.333%;
  text-align: center;
  font-size: 12px;
  padding: 0;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.processes__list li a,
.processes__list li span {
  font-size: 12px;
  padding: 15px 0;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  color: #1f2e6f;
  display: block;
}

@media print, screen and (min-width: 48.0625em) {
  .processes__list li a,
  .processes__list li span {
    font-size: 21px;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .processes__list li {
    font-size: 21px;
  }
}

.processes__list li:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: transparent;
  content: '';
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.processes__list li.active:after {
  background: #54d19f;
}

@media print, screen and (min-width: 48.0625em) {
  .processes__list li:hover:after {
    background: #ddd;
  }

  .processes__list li:hover.active:after {
    background: #54d19f;
  }
}

.processes__list:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #e6e6e6;
  content: '';
  width: 100%;
}

.processes__block {
  display: none;
}

.processes__block .btn {
  margin: 0 auto;
  font-size: 14px;
  width: 215px;
  height: 50px;
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 30px;
}

@media print, screen and (min-width: 48.0625em) {
  .processes__block .btn {
    margin: 0 auto 100px;
  }
}

.processes__title {
  text-align: center;
  max-width: 600px;
  margin: 20px auto;
  font-size: 24px;
  font-weight: 500;
  color: #1f2e6f;
}

@media print, screen and (min-width: 48.0625em) {
  .processes__title {
    font-size: 36px;
  }
}

.processes__content {
  text-align: center;
  max-width: 600px;
  margin: 20px auto;
}

.processes__content p {
  color: #767676;
  font-size: 14px;
  line-height: 22px;
}

.processes__content p a {
  color: #182b62;
  text-decoration: underline;
}

@media print, screen and (min-width: 48.0625em) {
  .processes__content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.processes__timeline {
  max-width: 970px;
  margin: 50px auto 50px;
  position: relative;
}

@media print, screen and (min-width: 48.0625em) {
  .processes__timeline {
    margin: 150px auto 100px;
  }
}

.processes__timeline:after {
  height: 100%;
  width: 8px;
  background: #908adb;
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-radius: 5px;
}

@media print, screen and (min-width: 48.0625em) {
  .processes__timeline:after {
    display: block;
  }
}

.processes__timeline ul {
  list-style: none;
  margin: 0;
}

.processes__timeline li {
  display: block;
  position: relative;
}

.processes__timeline li:after {
  display: block;
  content: '';
  clear: both;
}

@media print, screen and (min-width: 48.0625em) {
  .processes__timeline li:nth-child(even) .processes__timeline-item {
    float: left;
    text-align: right;
  }

  .processes__timeline li:nth-child(even) .processes__timeline-item:before {
    right: auto;
    left: calc(100% + 27px);
  }

  .processes__timeline li:nth-child(even) .processes__timeline-item:after {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: 20px;
  }
}

.processes__timeline-item {
  float: right;
  max-width: 380px;
  width: 100%;
  text-align: left;
  position: relative;
  background: #fff;
  margin-top: 30px;
}

@media print, screen and (min-width: 48.0625em) {
  .processes__timeline-item {
    width: 50%;
    margin-top: -75px;
  }
}

.processes__timeline-item:before {
  position: absolute;
  top: 75px;
  right: calc(100% + 30px);
  content: '';
  height: 8px;
  background: #908adb;
  width: 80px;
  border-radius: 5px;
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .processes__timeline-item:before {
    display: block;
  }
}

.processes__timeline-item:after {
  width: 26px;
  height: 26px;
  background: #fff;
  border: 8px solid #908adb;
  border-radius: 50%;
  content: '';
  position: absolute;
  right: 100%;
  z-index: 10;
  top: 66px;
  margin-right: 20px;
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .processes__timeline-item:after {
    display: block;
  }
}

.processes__timeline-item img {
  margin-bottom: 25px;
  max-width: 90px;
}

@media print, screen and (min-width: 48.0625em) {
  .processes__timeline-item img {
    width: auto;
  }
}

.processes__timeline-item h4 {
  font-size: 22px;
  color: #192760;
  font-weight: 500;
}

@media print, screen and (min-width: 48.0625em) {
  .processes__timeline-item h4 {
    font-size: 26px;
  }
}

.processes__timeline-item h4 span {
  font-size: 17px;
  font-family: "Gotham", sans-serif;
  color: #585cdc;
  font-weight: 500;
}

.processes__timeline-content {
  color: #767676;
  font-size: 15px;
  line-height: 23px;
}

.processes__timeline-content p {
  color: #767676;
  font-size: 15px;
  line-height: 23px;
}

.processes__timeline-content p a {
  color: #182b62;
  text-decoration: underline;
}

.process .process .processes__timeline ul li:nth-child(7) img,
.buy-an-online-business .processes__timeline ul li:nth-child(7) img {
  max-width: 115px;
}

.sell-an-online-business .processes__timeline ul li:nth-child(11) img {
  max-width: 115px;
}

.team {
  margin: 25px 0;
}

.team__item {
  padding: 0 0 10px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 48.0625em) {
  .team__item {
    padding: 65px 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.team__item:after {
  width: 125px;
  height: 1px;
  background: #26327d;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.team__item:last-of-type:after {
  display: none;
}

.team__item .team__content-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media print, screen and (min-width: 48.0625em) {
  .team__item .team__content-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.team__item .team__image-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 48.0625em) {
  .team__item .team__image-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}

.team__item .team__image-wrapper img {
  margin: 0;
  width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .team__item:nth-child(odd) .team__content-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .team__item:nth-child(odd) .team__image-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.team__content-wrapper h4 {
  font-weight: 500;
  color: #585cdc;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: -4px;
}

.team__content-wrapper h4 a {
  float: right;
  color: #54d19f;
  font-size: 24px;
}

.team__content-wrapper h3 {
  font-weight: 500;
  color: #192760;
  font-size: 26px;
}

.team__content-wrapper p {
  font-size: 15px;
  line-height: 23px;
  color: #767676;
}

.team__content-wrapper p a {
  color: #182b62;
  text-decoration: underline;
}

.team__content-wrapper em {
  font-size: 20px;
  line-height: 26px;
  display: block;
  color: #b7b7b7;
}

.team__image-wrapper .hover {
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .team__image-wrapper:hover .default {
    display: none;
  }

  .team__image-wrapper:hover .hover {
    display: block;
  }
}

.register-steps__wrapper {
  background: #132455;
  width: 92%;
  max-width: 1000px;
  padding: 20px;
  text-align: center;
  margin: 0 auto 100px;
}

@media print, screen and (min-width: 48.0625em) {
  .register-steps__wrapper {
    margin: 0 auto 240px;
  }
}

.register-steps__wrapper h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.register-steps__wrapper p {
  color: #94aae8;
  font-size: 14px;
}

@media print, screen and (min-width: 48.0625em) {
  .register-steps__wrapper {
    padding: 45px;
  }
}

.register-steps__icon {
  margin: 15px 0;
  height: 90px;
}

.register-steps__methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.register-steps__method {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #383ba1;
  border-radius: 1px;
  padding: 10px;
  color: #fff;
  padding-bottom: 130px;
  position: relative;
}

@media print, screen and (min-width: 48.0625em) {
  .register-steps__method {
    width: 31%;
    margin-bottom: 0;
  }
}

.register-steps__method h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.register-steps__method .desc {
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  display: block;
  padding: 0 10px;
}

.register-steps__method .time {
  display: block;
  font-family: "Gotham", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 300;
  color: #6388f2;
  text-transform: uppercase;
  lette-spacing: 0.6px;
  position: absolute;
  width: 100%;
  bottom: 70px;
  left: 0;
}

.register-steps .btn {
  font-size: 13px;
  display: block;
  padding: 17px 0;
  text-align: center;
  background: #3451a5;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
}

@media print, screen and (min-width: 48.0625em) {
  .register-steps .btn:hover {
    background: #54d19f;
  }
}

.register-steps .btn.btn--grey {
  background: #999;
}

@media print, screen and (min-width: 48.0625em) {
  .register-steps .btn.btn--grey:hover {
    background: #999;
  }
}

.register-steps__steps {
  position: relative;
  text-align: center;
  width: 590px;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90%;
}

.register-steps__steps:after {
  position: absolute;
  left: 0;
  top: 86px;
  height: 2px;
  width: 0;
  background: #54d19f;
  content: '';
  display: block;
  top: 2px;
}

.register-steps__steps:before {
  position: absolute;
  left: 0;
  top: 86px;
  height: 2px;
  width: 100%;
  background: #fff;
  content: '';
  display: block;
  top: 2px;
}

.register-steps__steps.first:after {
  width: 0;
}

.register-steps__steps.first .register-steps__step:nth-child(1) .number:after {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #54d19f;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 0;
}

.register-steps__steps.first .register-steps__step:nth-child(2) .number:before,
.register-steps__steps.first .register-steps__step:nth-child(3) .number:before {
  background: #fff;
}

.register-steps__steps.second:after {
  width: 100%;
}

.register-steps__steps.second .register-steps__step:nth-child(2) .number:after {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #54d19f;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 0;
}

.register-steps__steps.second .register-steps__step:nth-child(3) .number:before {
  background: #54d19f;
}

.register-steps__steps.third:after {
  width: 100%;
}

.register-steps__steps.third .register-steps__step:nth-child(3) .number:after {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #54d19f;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 0;
}

.register-steps__steps.finished:after {
  width: 100% !important;
}

.register-steps__steps.finished .register-steps__step:nth-child(2) .number:before,
.register-steps__steps.finished .register-steps__step:nth-child(3) .number:before {
  background: #54d19f;
}

.register-steps__step {
  display: inline-block;
  position: relative;
  z-index: 10;
}

.register-steps__step:nth-child(2) {
  text-align: center;
}

.register-steps__step:nth-child(3) {
  text-align: right;
}

.register-steps__step:nth-child(3) .title {
  text-align: center;
}

.register-steps__step .step {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-right: 10px;
}

.register-steps__step .number {
  display: block;
  position: relative;
  text-align: center;
  width: 38px;
  height: 38px;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
}

.register-steps__step .number span {
  font-family: "Gotham", sans-serif;
  font-size: 17px;
  color: #182b62;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.register-steps__step .number:before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  background: #54d19f;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.register-steps__step .title {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media print, screen and (min-width: 48.0625em) {
  .register-steps__step .title {
    font-size: 15px;
    line-height: 1;
    width: 180px;
  }
}

.register-steps__step .title strong {
  font-weight: 500;
}

.register-steps form input,
.register-steps form textarea,
.register-steps form select {
  border-radius: 0px;
  border: 1px solid #4970e2;
  margin: 0;
  padding: 16px;
  line-height: 1;
  height: 47px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  color: #fff;
  font-family: "Gotham", sans-serif;
  position: absolute;
  bottom: 70px;
  left: 10px;
  width: calc(100% - 20px);
  background: transparent;
}

.register-steps form input::-webkit-input-placeholder,
.register-steps form textarea::-webkit-input-placeholder,
.register-steps form select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.register-steps form input::-moz-placeholder,
.register-steps form textarea::-moz-placeholder,
.register-steps form select::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.register-steps form input:-ms-input-placeholder,
.register-steps form textarea:-ms-input-placeholder,
.register-steps form select:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.register-steps form input:-moz-placeholder,
.register-steps form textarea:-moz-placeholder,
.register-steps form select:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.register-steps form input:focus,
.register-steps form textarea:focus,
.register-steps form select:focus {
  outline: 0;
  border: 0;
  background: transparent;
}

.register-steps form input[type="submit"] {
  font-size: 13px;
  display: block;
  padding: 17px 0;
  text-align: center;
  background: #3451a5;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  border: 0;
  height: 47px;
  text-transform: uppercase;
  cursor: pointer;
}

@media print, screen and (min-width: 48.0625em) {
  .register-steps form input[type="submit"]:hover {
    background: #45ac83;
  }
}

.register-steps #back-to-methods {
  background: #54d19f;
  color: #fff;
  padding: 12px 25px;
  text-align: center;
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  margin: 10px auto 30px;
  display: none;
  font-size: 14px;
}

.register-steps__sumsub {
  display: none;
  margin-top: 20px;
}

.register-steps__confirmation {
  display: none;
  padding: 80px 0;
  max-width: 80%;
  margin: 0 auto;
}

.register-steps__confirmation .bttn {
  background: #54d19f;
  color: #fff;
  padding: 12px 20px;
  text-align: center;
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  margin: 10px auto 30px;
  display: inline-block;
  font-size: 12px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

@media print, screen and (min-width: 48.0625em) {
  .register-steps__confirmation .bttn:hover {
    background: #45ac83;
    color: #fff;
  }
}

.register-steps__confirmation .bttn--purple {
  margin-right: 10px;
  background: #8c8bfb;
}

@media print, screen and (min-width: 48.0625em) {
  .register-steps__confirmation .bttn--purple:hover {
    background: #6664ff;
    color: #fff;
  }
}

.register-steps__manual-confirmation {
  display: none;
  padding: 80px 0;
  max-width: 80%;
  margin: 0 auto;
}

.register-steps__manual-confirmation .bttn {
  background: #54d19f;
  color: #fff;
  padding: 12px 25px;
  text-align: center;
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  margin: 10px auto 30px;
  display: inline-block;
  font-size: 12px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

@media print, screen and (min-width: 48.0625em) {
  .register-steps__manual-confirmation .bttn:hover {
    background: #45ac83;
    color: #fff;
  }
}

.register-steps__manual-confirmation .bttn--purple {
  margin-right: 10px;
  background: #8c8bfb;
}

@media print, screen and (min-width: 48.0625em) {
  .register-steps__manual-confirmation .bttn--purple:hover {
    background: #6664ff;
    color: #fff;
  }
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
  clear: both;
  padding: 0;
  display: none;
}

#comments h2 {
  display: none;
}

#comments span {
  margin-bottom: 0;
  display: inline;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
}

#cancel-comment-reply-link {
  margin-left: 10px;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form input,
.comment-form textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #eaeaea;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
}

.comment-form input[type="submit"] {
  background: #54d19f;
  color: #fff;
  font-size: 12px;
  font-family: "Gotham", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  padding: 11px;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.comment-form input[type="submit"]:focus {
  outline: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .comment-form input[type="submit"]:hover {
    background: #8c8bfb;
    color: #fff;
  }
}

#reply-title {
  font-size: 22px;
}

/** Import acf content-blocks styles */

/** Import layout styles */

.site-header {
  background: #182b62;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 50;
  overflow-x: hidden;
}

.site-header:after {
  width: 100%;
  height: 1px;
  background: #3847a6;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.site-header__wrapper:after {
  clear: both;
  content: '';
  display: block;
}

.site-header__logo {
  float: left;
  margin: 21px 0;
  margin-right: 40px;
}

.site-header__logo img {
  width: 132px;
  height: 32px;
}

.site-header__nav {
  float: left;
  position: relative;
  z-index: 10;
  display: none;
}

@media print, screen and (min-width: 67.5em) {
  .site-header__nav {
    display: block;
  }
}

.site-header__nav ul {
  margin: 0;
  list-style: none;
}

.site-header__nav li {
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
}

.site-header__nav li.active a {
  color: #fff;
}

.site-header__nav li.active a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #54d19f;
}

@media print, screen and (min-width: 48.0625em) {
  .site-header__nav li:hover a {
    color: #fff;
  }
}

.site-header__nav a {
  color: #8aacdb;
  padding: 31px 16px;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.site-header__nav a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #3847a6;
}

.site-header__nav--auth {
  float: right;
  text-align: right;
}

.site-header__nav--auth .btn {
  font-size: 12px;
  padding: 12px 16px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 0;
  margin-left: 12px;
}

.site-header__nav--auth .btn:after {
  display: none;
}

.site-header.scrolled {
  z-index: 150;
}

.site-header__hamburger {
  margin: 0;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: 25px 0;
  float: right;
}

@media print, screen and (min-width: 67.5em) {
  .site-header__hamburger {
    display: none;
  }
}

.site-header__hamburger:focus {
  outline: 0;
}

.site-header__hamburger .lines {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 2px;
  background: #fff;
  border-radius: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.site-header__hamburger .lines:before,
.site-header__hamburger .lines:after {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 2px;
  background: #fff;
  border-radius: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 35px/14 center;
       -o-transform-origin: 35px/14 center;
          transform-origin: 35px/14 center;
}

.site-header__hamburger .lines:before {
  top: 8px;
}

.site-header__hamburger .lines:after {
  top: -8px;
}

.site-header__hamburger .lines-button:hover {
  opacity: 1;
}

.site-header__hamburger.active .lines {
  background: transparent;
}

.site-header__hamburger.active .lines:before,
.site-header__hamburger.active .lines:after {
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 0;
  width: 26px;
}

.site-header__hamburger.active .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.site-header__hamburger.active .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.off-canvas {
  position: fixed;
  top: 74px;
  right: 0;
  background: #182b62;
  height: calc(100vh - 74px);
  z-index: 999;
  width: 320px;
  -webkit-transform: translateX(320px);
       -o-transform: translateX(320px);
          transform: translateX(320px);
  overflow: scroll;
}

@media print, screen and (min-width: 48.0625em) {
  .off-canvas {
    width: 450px;
    -webkit-transform: translateX(450px);
         -o-transform: translateX(450px);
            transform: translateX(450px);
  }
}

.off-canvas.active {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.off-canvas ul {
  margin: 0;
  list-style: none;
  padding: 40px 40px 0;
}

.off-canvas ul li {
  display: block;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}

.off-canvas ul li a {
  color: #fff;
}

.off-canvas__nav--auth {
  float: none;
  text-align: left;
  padding: 20px 0;
}

.off-canvas__nav--auth ul {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.off-canvas__nav--auth ul li .btn {
  width: 95px;
  text-align: center;
}

.off-canvas__nav--auth ul li .btn--dashboard {
  width: 115px;
}

.off-canvas__nav--auth ul li .btn--logout {
  display: block;
  margin-top: 11px;
  font-size: 15px;
}

.off-canvas__nav--auth ul li:nth-child(1) {
  margin-right: 15px;
}

.off-canvas__nav--auth .btn {
  margin-left: 0;
  font-size: 14px;
}

.off-canvas__nav--auth .btn:after {
  display: none;
}

.off-canvas__nav--social ul {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.off-canvas__nav--social ul li {
  font-size: 24px;
  margin-right: 20px;
}

.site-footer {
  padding: 35px 0 10px;
}

@media print, screen and (min-width: 48.0625em) {
  .site-footer {
    padding: 60px 0;
  }
}

.site-footer p {
  font-size: 12px;
  font-family: "Gotham", sans-serif;
  color: #6a6a6a;
  font-weight: 300;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 48.0625em) {
  .site-footer p {
    font-size: 11px;
  }
}

.site-footer h4 {
  color: #152357;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 500;
  font-size: 12px;
  margin: 0 0 26px;
  line-height: 1;
}

.site-footer img {
  margin-bottom: 24px;
  width: 177px;
  height: auto;
}

.site-footer__nav ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.site-footer__nav li {
  width: 33.33%;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding-bottom: 26px;
  font-family: "Gotham", sans-serif;
}

.site-footer__nav a {
  color: #9e9e9e;
}

.site-footer__nav--social li {
  width: 100%;
}

.site-footer__social-wrap {
  margin-top: 25px;
}

@media print, screen and (min-width: 48.0625em) {
  .site-footer__social-wrap {
    margin-top: 0;
    padding-left: 75px;
    border-left: 1px solid #efefef;
  }
}

.single-listing .listing-header {
  position: relative;
  width: 100%;
  padding: 40px 0 50px;
  background: -webkit-linear-gradient(315deg, #182b62 75%, #393ba3 100%);
  background: -o-linear-gradient(315deg, #182b62 75%, #393ba3 100%);
  background: linear-gradient(135deg, #182b62 75%, #393ba3 100%);
}

@media print, screen and (min-width: 48.0625em) {
  .single-listing .listing-header {
    height: 360px;
    padding: 80px 0;
  }
}

.single-listing .listing-header h1 {
  font-weight: 300;
}

.single-listing .listing-header h1 strong {
  font-weight: 500;
}

.single-listing .listing-header p {
  color: #99aff5;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin: 20px 0 30px;
}

.single-listing .listing-header p span {
  color: #54d19f;
  font-weight: 700;
  font-family: "Gotham", sans-serif;
  display: inline-block;
  margin-left: 4px;
}

.single-listing .listing-header p .listing-header__sold {
  display: block;
  margin-top: 30px;
  font-weight: 300;
  font-size: 20px;
  color: #99aff5;
}

@media print, screen and (min-width: 48.0625em) {
  .single-listing .listing-header p .listing-header__sold {
    display: inline-block;
    margin-top: 0;
    margin-left: 30px;
  }
}

.single-listing .listing-header p .listing-header__sold i {
  display: inline-block;
  color: #dee4ff;
  font-size: 20px;
  margin-right: 5px;
}

.single-listing .listing-header.services:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  background-image: url(/wp-content/themes/dealflow/dist/images/services.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 400px;
  height: 320px;
  opacity: 0.1;
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .single-listing .listing-header.services:after {
    display: block;
  }
}

.single-listing .listing-header.ecommerce:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDAycHgiIGhlaWdodD0iMzYzcHgiIHZpZXdCb3g9IjAgMCA0MDIgMzYzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MC4yICg1NTA0NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+ZWNvbW1lcmNlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHJlY3QgaWQ9InBhdGgtMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI0MTAiPjwvcmVjdD4KICAgICAgICA8cmVjdCBpZD0icGF0aC0zIiB4PSIwIiB5PSIwIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjQxMCI+PC9yZWN0PgogICAgICAgIDxyZWN0IGlkPSJwYXRoLTUiIHg9IjAiIHk9IjAiIHdpZHRoPSI1MTIiIGhlaWdodD0iNDEwIj48L3JlY3Q+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iZWNvbW1lcmNlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTcuMDAwMDAwLCAtMzYuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzFfIj48L2c+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDA1LjEsMjExLjkgQzQxMS44LDIxMS45IDQxNy42LDIwNy4zIDQxOS4yLDIwMC43IEw0NTguNSw3Mi42IEM0NjAuMyw2NC44IDQ1NS41LDU3IDQ0Ny43LDU1LjIgQzQzOS45LDUzLjQgNDMyLjIsNTguMiA0MzAuMyw2NiBMNDI2LjIsODMuNyBMMTYwLjYsODMuNyBMMTUyLjksNDcuNiBDMTUxLjUsNDAuOSAxNDUuNiwzNi4xIDEzOC44LDM2LjEgTDcyLjQsMzYuMSBDNjQuNCwzNi4xIDU3LjksNDIuNiA1Ny45LDUwLjYgQzU3LjksNTguNiA2NC40LDY1LjEgNzIuNCw2NS4xIEwxMjcsNjUuMSBMMTYzLjgsMjM4LjEgQzE2My44LDIzOC4yIDE2My43LDIzOC40IDE2My43LDIzOC41IEwxNTQuMywyODQuNyBDMTUzLjYsMjg4LjIgMTU0LjUsMjkxLjkgMTU2LjgsMjk0LjcgQzE1OS4xLDI5Ny41IDE2Mi41LDI5OS4xIDE2Ni4xLDI5OS4xIEw0MDguNywyOTkuMSBDNDE1LjMsMjk5LjEgNDIwLjcsMjkzLjcgNDIwLjcsMjg3LjEgQzQyMC43LDI4MC41IDQxNS4zLDI3NS4xIDQwOC43LDI3NS4xIEwxODAuNywyNzUuMSBMMTg1LjcsMjUwLjYgTDQwNS4xLDIxMS45IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0Y1RERFQiIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stMikiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiPgogICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzNfIj48L2c+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE5NS41LDMyNS41IEMxNzYuNywzMjUuNSAxNjEuNSwzNDAuNyAxNjEuNSwzNTkuNSBDMTYxLjUsMzc4LjMgMTc2LjcsMzkzLjUgMTk1LjUsMzkzLjUgQzIxNC4zLDM5My41IDIyOS40LDM3OC4zIDIyOS40LDM1OS41IEMyMjkuNSwzNDAuNyAyMTQuMywzMjUuNSAxOTUuNSwzMjUuNSBaIiBpZD0iU2hhcGUiIHN0cm9rZT0iI0NDQjhEQSIgc3Ryb2tlLXdpZHRoPSI3IiBtYXNrPSJ1cmwoI21hc2stNCkiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay02IiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtNSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8zXyI+PC9nPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNzcsMzI3IEMzNTguMiwzMjcgMzQzLDM0Mi4yIDM0MywzNjEgQzM0MywzNzkuOCAzNTguMiwzOTUgMzc3LDM5NSBDMzk1LjgsMzk1IDQxMC45LDM3OS44IDQxMC45LDM2MSBDNDEwLjksMzQyLjIgMzk1LjcsMzI3IDM3NywzMjcgWiIgaWQ9IlNoYXBlIiBzdHJva2U9IiNDQ0I4REEiIHN0cm9rZS13aWR0aD0iNyIgbWFzaz0idXJsKCNtYXNrLTYpIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPHBhdGggZD0iTTM4OSwxMjUgTDE5OSwxMjUgQzE5Ni44LDEyNSAxOTUsMTIzLjIgMTk1LDEyMSBDMTk1LDExOC44IDE5Ni44LDExNyAxOTksMTE3IEwzODksMTE3IEMzOTEuMiwxMTcgMzkzLDExOC44IDM5MywxMjEgQzM5MywxMjMuMiAzOTEuMiwxMjUgMzg5LDEyNSBaIiBpZD0iU2hhcGUiIGZpbGw9IiNDQ0I4REEiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMzg5LDE1MiBMMTk5LDE1MiBDMTk2LjgsMTUyIDE5NSwxNTAuMiAxOTUsMTQ4IEMxOTUsMTQ1LjggMTk2LjgsMTQ0IDE5OSwxNDQgTDM4OSwxNDQgQzM5MS4yLDE0NCAzOTMsMTQ1LjggMzkzLDE0OCBDMzkzLDE1MC4yIDM5MS4yLDE1MiAzODksMTUyIFoiIGlkPSJTaGFwZSIgZmlsbD0iI0NDQjhEQSIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zODksMTc2IEwxOTksMTc2IEMxOTYuOCwxNzYgMTk1LDE3NC4yIDE5NSwxNzIgQzE5NSwxNjkuOCAxOTYuOCwxNjggMTk5LDE2OCBMMzg5LDE2OCBDMzkxLjIsMTY4IDM5MywxNjkuOCAzOTMsMTcyIEMzOTMsMTc0LjIgMzkxLjIsMTc2IDM4OSwxNzYgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjQ0NCOERBIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 400px;
  height: 320px;
  opacity: 0.1;
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .single-listing .listing-header.ecommerce:after {
    display: block;
  }
}

.single-listing .listing-header.saas:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDgzcHgiIGhlaWdodD0iMzEycHgiIHZpZXdCb3g9IjAgMCA0ODMgMzEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MC4yICg1NTA0NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+c2FhczwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxyZWN0IGlkPSJwYXRoLTEiIHg9IjAuMSIgeT0iMC4zIiB3aWR0aD0iNDQ3IiBoZWlnaHQ9IjQyNS4xIj48L3JlY3Q+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0ic2FhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4wMDAwMDAsIC0zOC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzNfIj48L2c+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC4xLDI1My43IEMwLjEsMjI0LjIgMTcsMTk4LjUgNDIsMTg0LjcgQzQzLjUsMTE5LjkgOTcuMiw1OC44IDE2NS43LDU4LjggQzIxMC45LDU4LjggMjUyLjUsOTAuNCAyNzQuNiwxMjQuNCBDMjgyLjgsMTIyLjEgMjkxLjQsMTIwLjkgMzAwLjQsMTIwLjkgQzMzOS4zLDEyMC45IDM3Mi41LDE0NC4yIDM4NS40LDE3Ni45IEM0MjAuOSwxODYuMSA0NDcuMSwyMTcuMSA0NDcuMSwyNTMuOCBDNDQ3LjEsMjk3LjcgNDA5LjYsMzMzLjUgMzYzLjMsMzMzLjUgTDgzLjksMzMzLjUgQzM3LjYsMzMzLjQgMC4xLDI5Ny43IDAuMSwyNTMuNyBaIiBpZD0iU2hhcGUiIGZpbGw9IiNGNURERUIiIG1hc2s9InVybCgjbWFzay0yKSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDI1NS4zIEMwLDIyMS40IDE4LDE5MS43IDQ0LjcsMTc1LjggQzQ2LjMsMTAxLjIgMTA1LjYsNDEuMiAxNzguNiw0MS4yIEMyMjYuNyw0MS4yIDI2OC45LDY3LjMgMjkyLjUsMTA2LjQgQzMwMS4yLDEwMy44IDMxMC40LDEwMi4zIDMxOS45LDEwMi4zIEMzNjEuMywxMDIuMyAzOTYuNywxMjkuMSA0MTAuNCwxNjYuNyBDNDQ4LjIsMTc3LjMgNDc2LjEsMjEyLjkgNDc2LjEsMjU1LjIgQzQ3Ni4xLDMwNS44IDQzNi4xLDM0Ni45IDM4Ni44LDM0Ni45IEw4OS4yLDM0Ni45IEM0MCwzNDcgMCwzMDUuOSAwLDI1NS4zIFoiIGlkPSJTaGFwZSIgc3Ryb2tlPSIjQzRBRkQ1IiBzdHJva2Utd2lkdGg9IjYiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 400px;
  height: 320px;
  opacity: 0.1;
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .single-listing .listing-header.saas:after {
    display: block;
  }
}

.single-listing .listing-header.content:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  background-image: url(/wp-content/themes/dealflow/dist/images/content.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 400px;
  height: 320px;
  opacity: 0.1;
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .single-listing .listing-header.content:after {
    display: block;
  }
}

.single-listing .listing-header.transactional:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTI0cHgiIGhlaWdodD0iMTIxcHgiIHZpZXdCb3g9IjAgMCAxMjQgMTIxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MC4yICg1NTA0NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+dHJhbnNhY3Rpb25hbDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJ0cmFuc2FjdGlvbmFsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMS4wMDAwMDApIj4KICAgICAgICAgICAgPHBhdGggZD0iTTExNSw0Ljc1ODE2OTQ2IEMxMTEuMTM2MzQ1LDEuNTI2MjU1OTYgMTA2LjE5OTQ1MywtMC4xOTc0MzEyNDMgMTAwLjgzMzI2NSwwLjAxODAyOTY1NjkgQzk4LjQ3MjE0MjYsMC4wMTgwMjk2NTY5IDk2LjExMTAyMDIsMC40NDg5NTE0NTcgOTMuOTY0NTQ1MiwxLjMxMDc5NTA2IEM5MS4xNzQxMjc3LDIuMzg4MDk5NTYgODguNTk4MzU3NywzLjg5NjMyNTg2IDg2LjQ1MTg4MjcsNi4wNTA5MzQ4NiBDODIuMzczNTgwMywxMC4xNDQ2OTIgNzkuNzk3ODEwMywxNS43NDY2NzU0IDgwLjAxMjQ1NzgsMjIuMjEwNTAyNCBDODAuMjI3MTA1MywyNy41OTcwMjQ5IDgyLjM3MzU4MDMsMzIuMzM3MTY0NyA4NS41OTMyOTI3LDM2IiBpZD0iU2hhcGUiIHN0cm9rZT0iI0NEQUZGRiI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMTA1Ljk2NzIxNSw0OC4wOTc1MjUzIEwxMDMuMTY0NDIsMjMuNTE5MTY4MSBDMTAyLjczMzIyMSwyMC4wNjk1NzQxIDk5LjkzMDQyNTksMTcuMjY2Nzc5IDk2LjQ4MDgzMTksMTYuODM1NTc5NyBMNzEuOTAyNDc0NywxNC4wMzI3ODQ2IEM2OS41MzA4Nzg5LDEzLjgxNzE4NSA2Ny4zNzQ4ODI2LDE0LjY3OTU4MzUgNjUuNjUwMDg1NiwxNi4xODg3ODA5IEwyLjI2Mzc5NjA2LDc5LjU3NTA3MDQgQy0wLjc1NDU5ODY4NSw4Mi41OTM0NjUyIC0wLjc1NDU5ODY4NSw4Ny4zMzY2NTY5IDIuMjYzNzk2MDYsOTAuMzU1MDUxNiBMMjkuNjQ0OTQ4NCwxMTcuNzM2MjA0IEMzMi42NjMzNDMxLDEyMC43NTQ1OTkgMzcuNDA2NTM0OCwxMjAuNzU0NTk5IDQwLjQyNDkyOTYsMTE3LjczNjIwNCBMMTAzLjgxMTIxOSw1NC4zNDk5MTQ0IEMxMDUuMzIwNDE3LDUyLjYyNTExNzQgMTA2LjE4MjgxNSw1MC40NjkxMjExIDEwNS45NjcyMTUsNDguMDk3NTI1MyBaIE03OS42NjQwNjEyLDQwLjMzNTkzODggQzc3LjUwODA2NSwzOC4xNzk5NDI2IDc3LjUwODA2NSwzNC43MzAzNDg2IDc5LjY2NDA2MTIsMzIuNzg5OTUxOSBDODEuODIwMDU3NCwzMC42MzM5NTU3IDg1LjI2OTY1MTQsMzAuNjMzOTU1NyA4Ny4yMTAwNDgxLDMyLjc4OTk1MTkgQzg5LjM2NjA0NDMsMzQuOTQ1OTQ4MiA4OS4zNjYwNDQzLDM4LjM5NTU0MjIgODcuMjEwMDQ4MSw0MC4zMzU5Mzg4IEM4NS4wNTQwNTE4LDQyLjQ5MTkzNSA4MS42MDQ0NTc4LDQyLjQ5MTkzNSA3OS42NjQwNjEyLDQwLjMzNTkzODggWiIgaWQ9IlNoYXBlIiBmaWxsPSIjRjdERUVCIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTg1LDM2Ljc2MDA1NSBDODkuMTQ3ODYxOSw0MS4zNTk3ODcxIDk1LjA0MjE5MjEsNDQuMjA3MjQwMyAxMDEuODA5NzU2LDQzLjk4ODIwNTQgQzExMy44MTY3MjUsNDMuNTUwMTM1NyAxMjMuNDIyMywzMy40NzQ1MzIxIDEyMi45ODU2ODMsMjEuNDI3NjE0NiBDMTIyLjc2NzM3NCwxNC44NTY1Njg4IDExOS43MTEwNTUsOC45NDI2Mjc1MSAxMTQuOTA4MjY4LDUiIGlkPSJTaGFwZSIgc3Ryb2tlPSIjQ0RBRkZGIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 400px;
  height: 320px;
  opacity: 0.1;
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .single-listing .listing-header.transactional:after {
    display: block;
  }
}

.single-listing .listing-content__cta {
  background: #dee4ff;
  padding: 10px;
  margin: 30px 0;
}

.single-listing .listing-content__cta i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  padding: 2px 0 2px 5px;
}

.single-listing .listing-content__cta img {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  padding: 2px 0 2px 5px;
}

.single-listing .listing-content__cta p {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
  margin: 0;
  margin-left: 8px;
  font-size: 12px;
  line-height: 14px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
}

.single-listing .listing-content__cta p strong {
  font-weight: 500;
}

.single-listing .listing-content__overview {
  margin: 0 0 50px;
  max-width: 495px;
}

@media print, screen and (min-width: 48.0625em) {
  .single-listing .listing-content__overview {
    margin: 0 0 150px;
  }
}

.single-listing .listing-content__overview ul {
  margin: 0;
  list-style: none;
}

.single-listing .listing-content__overview li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
  color: #192760;
}

.single-listing .listing-content__overview li:last-of-type {
  border-bottom: 0;
}

.single-listing .listing-content__overview li span {
  font-size: 17px;
  font-family: "Gotham", sans-serif;
}

.single-listing .listing-content__overview .left {
  width: 50%;
  font-weight: 300;
}

.single-listing .listing-content__overview .right {
  text-align: right;
  width: 50%;
  font-weight: 500;
}

.single-listing .listing-content__content {
  position: relative;
  margin-bottom: 60px;
  max-width: 495px;
}

@media print, screen and (min-width: 48.0625em) {
  .single-listing .listing-content__content {
    margin-bottom: 100px;
  }
}

.single-listing .listing-content__content:after {
  content: '';
  display: block;
  position: absolute;
  top: -45px;
  right: 450px;
  width: 75vw;
  height: 4px;
  background: #7a7add;
}

.single-listing .listing-content__content p {
  font-size: 16px;
  line-height: 24px;
}

.single-listing .listing-content__strengths {
  max-width: 450px;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 48.0625em) {
  .single-listing .listing-content__strengths {
    margin-bottom: 100px;
  }
}

.single-listing .listing-content__strengths ul {
  margin: 0;
  list-style: none;
}

.single-listing .listing-content__strengths li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
  color: #192760;
}

.single-listing .listing-content__strengths li:last-of-type {
  border-bottom: 0;
}

.single-listing .listing-content__strengths li span {
  font-size: 17px;
  font-family: "Gotham", sans-serif;
}

.single-listing .listing-content__strengths .left {
  width: 45px;
}

.single-listing .listing-content__strengths .left img {
  padding-left: 5px;
  width: 26px;
  height: auto;
}

.single-listing .listing-content__strengths .right {
  text-align: left;
  width: calc(100% - 45px);
  font-weight: 300;
}

.single-listing .listing-content__button {
  text-align: center;
  margin-bottom: 75px;
}

.single-listing .listing-content__button h4 {
  font-weight: 300;
  color: #2849aa;
  font-size: 22px;
  margin-bottom: 30px;
}

.single-listing .listing-content__button a {
  display: inline-block;
}

.single-listing h2 {
  font-size: 32px;
  font-weight: 300;
  color: #192760;
  margin-bottom: 30px;
}

.single-listing .listing-form {
  background: #0e1b41;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 48.0625em) {
  .single-listing .listing-form {
    margin-top: -90px;
    margin-bottom: 50px;
    padding: 35px;
  }
}

.single-listing .listing-form h2 {
  font-size: 25px;
  color: #7e94f9;
}

.single-listing .listing-form form label {
  display: none;
}

.single-listing .listing-form form ul {
  margin: 0;
  list-style: none;
}

.single-listing .listing-form form li {
  padding: 0 0 20px;
}

.single-listing .listing-form form li.gform_hidden {
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .single-listing .listing-form form li.half-left {
    float: left;
    width: 48%;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .single-listing .listing-form form li.half-right {
    float: right;
    width: 48%;
  }
}

.single-listing .listing-form form li.phone-extension {
  width: 80px;
  float: left;
}

.single-listing .listing-form form li.phone {
  width: calc(100% - 100px);
  float: right;
}

.single-listing .listing-form form li.phone label {
  opacity: 0;
  visibility: hidden;
}

.single-listing .listing-form form .ginput_container_checkbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.single-listing .listing-form form .ginput_container_checkbox li label {
  font-size: 12px;
  letter-spacing: 0.5px;
  display: block;
  color: #fff;
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 2px;
}

.single-listing .listing-form form .ginput_container_checkbox li input {
  height: 22px;
  width: 30px;
}

.single-listing .listing-form form .ginput_container_checkbox li input[type="checkbox"]:not(:checked) + label,
.single-listing .listing-form form .ginput_container_checkbox li [type="checkbox"]:checked + label {
  color: #7e94f9;
}

.single-listing .listing-form form input,
.single-listing .listing-form form select,
.single-listing .listing-form form textarea {
  border: 1px solid #7e94f9;
  background: transparent;
  color: #fff;
  /* margin-bottom: 0; */
  font-family: "Gotham", sans-serif;
  padding: 25px;
  font-weight: 300;
  font-size: 16px;
}

.single-listing .listing-form form input::-webkit-input-placeholder,
.single-listing .listing-form form select::-webkit-input-placeholder,
.single-listing .listing-form form textarea::-webkit-input-placeholder {
  color: #7e94f9;
  font-weight: 300;
  text-transform: uppercase;
}

.single-listing .listing-form form input:-ms-input-placeholder,
.single-listing .listing-form form select:-ms-input-placeholder,
.single-listing .listing-form form textarea:-ms-input-placeholder {
  color: #7e94f9;
  font-weight: 300;
  text-transform: uppercase;
}

.single-listing .listing-form form input::-ms-input-placeholder,
.single-listing .listing-form form select::-ms-input-placeholder,
.single-listing .listing-form form textarea::-ms-input-placeholder {
  color: #7e94f9;
  font-weight: 300;
  text-transform: uppercase;
}

.single-listing .listing-form form input::placeholder,
.single-listing .listing-form form select::placeholder,
.single-listing .listing-form form textarea::placeholder {
  color: #7e94f9;
  font-weight: 300;
  text-transform: uppercase;
}

.single-listing .listing-form form input:focus,
.single-listing .listing-form form select:focus,
.single-listing .listing-form form textarea:focus {
  outline: 0;
  border: 1px solid #54d19f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media print, screen and (min-width: 48.0625em) {
  .single-listing .listing-form form input:hover,
  .single-listing .listing-form form select:hover,
  .single-listing .listing-form form textarea:hover {
    border: 1px solid #54d19f;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.single-listing .listing-form form textarea {
  height: 190px;
}

.single-listing .listing-form form input,
.single-listing .listing-form form select {
  height: 65px;
}

.single-listing .listing-form form input[type="submit"] {
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  padding: 11px;
  display: block;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: #54d19f;
  font-size: 12px;
  width: 100%;
  border: 0;
  font-weight: 700;
  cursor: pointer;
}

.single-listing .listing-form form .referral-form-field label {
    display: block;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.8px;
    font-size: 14px;
    font-weight: 300;
    font-family: "Gotham", sans-serif;
    padding: 0 5px 8px;
}

@media print, screen and (min-width: 48.0625em) {
  .single-listing .listing-form form input[type="submit"] {
    font-size: 15px;
  }

  .single-listing .listing-form form input[type="submit"]:hover {
    background: #45ac83;
    color: #fff;
  }
}

.reveal {
  padding: 40px 20px 20px;
  border-radius: 8px;
  border: 0;
}

@media (min-width: 325px) {
  .reveal {
    padding: 40px 30px 20px;
  }
}

.reveal h3 {
  color: #182b62;
  font-weight: 500;
  text-transform: uppercase;
}

.reveal:focus {
  outline: 0;
}

.reveal__buttons {
  display: block;
  margin: 30px 0;
  list-style: none;
}

.reveal__buttons li {
  display: inline-block;
  margin-right: 10px;
}

.reveal__buttons li button {
  cursor: pointer;
}

.reveal--nda {
  margin-bottom: 60px;
  border-radius: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .reveal--nda {
    border-radius: 8px;
  }
}

.reveal--nda img {
  width: 200px;
  height: auto;
}

@media print, screen and (min-width: 48.0625em) {
  .reveal--nda img {
    width: 250px;
  }
}

.reveal--nda h2 {
  font-weight: 500;
  margin: 30px 0 15px;
}

.reveal--nda .reveal__buttons {
  display: block;
  margin: 30px 0;
  list-style: none;
}

.reveal--nda .reveal__buttons li {
  display: inline-block;
  margin-right: 3px;
}

@media (min-width: 325px) {
  .reveal--nda .reveal__buttons li {
    margin-right: 10px;
  }
}

.reveal--nda .reveal__buttons li:last-of-type {
  margin-right: 0 !important;
}

.reveal--nda .reveal__buttons li .btn--green,
.reveal--nda .reveal__buttons li .btn--red {
  cursor: pointer;
  font-size: 9px;
  padding: 11px 8px;
}

@media (min-width: 325px) {
  .reveal--nda .reveal__buttons li .btn--green,
  .reveal--nda .reveal__buttons li .btn--red {
    padding: 11px;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .reveal--nda .reveal__buttons li .btn--green,
  .reveal--nda .reveal__buttons li .btn--red {
    font-size: 12px;
  }
}

a[data-open]:focus {
  outline: 0 !important;
}


/*# sourceMappingURL=main.css.map*/