/** Import Bootstrap functions */
/** Bootstrap navbar fix (https://git.io/fADqW) */
/*
$susy: (
  container: 1140px,
  columns: 12,
  // gutters: 0.5,
  global-box-sizing: border-box,
  debug: (image: show-columns)
);
*/
/*=============================================
Fonts
=============================================*/
/** Import everything from autoload */
/* Slider */
/* line 3, node_modules/slick-carousel/slick/slick.scss */
.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; }

/* line 17, node_modules/slick-carousel/slick/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  /* line 24, node_modules/slick-carousel/slick/slick.scss */
  .slick-list:focus {
    outline: none; }
  /* line 28, node_modules/slick-carousel/slick/slick.scss */
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

/* line 33, node_modules/slick-carousel/slick/slick.scss */
.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); }

/* line 42, node_modules/slick-carousel/slick/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  /* line 50, node_modules/slick-carousel/slick/slick.scss */
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  /* line 56, node_modules/slick-carousel/slick/slick.scss */
  .slick-track:after {
    clear: both; }
  /* line 60, node_modules/slick-carousel/slick/slick.scss */
  .slick-loading .slick-track {
    visibility: hidden; }

/* line 64, node_modules/slick-carousel/slick/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  /* line 68, node_modules/slick-carousel/slick/slick.scss */
  [dir="rtl"] .slick-slide {
    float: right; }
  /* line 71, node_modules/slick-carousel/slick/slick.scss */
  .slick-slide img {
    display: block; }
  /* line 74, node_modules/slick-carousel/slick/slick.scss */
  .slick-slide.slick-loading img {
    display: none; }
  /* line 80, node_modules/slick-carousel/slick/slick.scss */
  .slick-slide.dragging img {
    pointer-events: none; }
  /* line 84, node_modules/slick-carousel/slick/slick.scss */
  .slick-initialized .slick-slide {
    display: block; }
  /* line 88, node_modules/slick-carousel/slick/slick.scss */
  .slick-loading .slick-slide {
    visibility: hidden; }
  /* line 92, node_modules/slick-carousel/slick/slick.scss */
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* line 98, node_modules/slick-carousel/slick/slick.scss */
.slick-arrow.slick-hidden {
  display: none; }

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/**
@import "~susy/sass/susy";

==========
MIXINS & FUNCTIONS
==========
@import 'helpers/mixins';
@import 'helpers/functions';
*/
/** Import theme styles 
@import "components/typography";
@import "common/global";
@import "common/layout";
@import "components/buttons";
@import "components/comments";
@import "components/forms";
@import "components/modal";
@import "components/wp-classes";
@import "components/extends";
@import 'modules/modals';
@import 'modules/item-idea';
@import 'modules/pagination';
@import 'modules/slick';
@import 'modules/slick-theme';
@import 'modules/handbook';
@import 'modules/contributors';
@import "layouts/header";
@import "layouts/sidebar";
@import "layouts/footer";
@import "layouts/pages";
@import "layouts/posts";
@import "layouts/tinymce";
*/
/** Import Bootstrap functions */
/** Bootstrap navbar fix (https://git.io/fADqW) */
/*
$susy: (
  container: 1140px,
  columns: 12,
  // gutters: 0.5,
  global-box-sizing: border-box,
  debug: (image: show-columns)
);
*/
/*=============================================
Fonts
=============================================*/
/** Import everything from autoload */
/* Slider */
/* line 3, node_modules/slick-carousel/slick/slick.scss */
/* line 74, stdin */
.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; }

/* line 17, node_modules/slick-carousel/slick/slick.scss */
/* line 91, stdin */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

/* line 24, node_modules/slick-carousel/slick/slick.scss */
/* line 101, stdin */
.slick-list:focus {
  outline: none; }

/* line 28, node_modules/slick-carousel/slick/slick.scss */
/* line 107, stdin */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

/* line 33, node_modules/slick-carousel/slick/slick.scss */
/* line 114, stdin */
.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); }

/* line 42, node_modules/slick-carousel/slick/slick.scss */
/* line 123, stdin */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 50, node_modules/slick-carousel/slick/slick.scss */
/* line 134, stdin */
.slick-track:before,
.slick-track:after {
  content: "";
  display: table; }

/* line 56, node_modules/slick-carousel/slick/slick.scss */
/* line 142, stdin */
.slick-track:after {
  clear: both; }

/* line 60, node_modules/slick-carousel/slick/slick.scss */
/* line 148, stdin */
.slick-loading .slick-track {
  visibility: hidden; }

/* line 64, node_modules/slick-carousel/slick/slick.scss */
/* line 154, stdin */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

/* line 68, node_modules/slick-carousel/slick/slick.scss */
/* line 163, stdin */
[dir="rtl"] .slick-slide {
  float: right; }

/* line 71, node_modules/slick-carousel/slick/slick.scss */
/* line 169, stdin */
.slick-slide img {
  display: block; }

/* line 74, node_modules/slick-carousel/slick/slick.scss */
/* line 175, stdin */
.slick-slide.slick-loading img {
  display: none; }

/* line 80, node_modules/slick-carousel/slick/slick.scss */
/* line 181, stdin */
.slick-slide.dragging img {
  pointer-events: none; }

/* line 84, node_modules/slick-carousel/slick/slick.scss */
/* line 187, stdin */
.slick-initialized .slick-slide {
  display: block; }

/* line 88, node_modules/slick-carousel/slick/slick.scss */
/* line 193, stdin */
.slick-loading .slick-slide {
  visibility: hidden; }

/* line 92, node_modules/slick-carousel/slick/slick.scss */
/* line 199, stdin */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* line 98, node_modules/slick-carousel/slick/slick.scss */
/* line 207, stdin */
.slick-arrow.slick-hidden {
  display: none; }

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/*==========
MIXINS & FUNCTIONS
==========*/
/*@mixin type-scale($scale, $map: $type-scale) {
  $font-size: map-fetch($map, $scale font-size);
  $base-lines: map-fetch($map, $scale base-lines);
  @include adjust-font-size-to($font-size, $base-lines);
}*/
/*@mixin ghost-button($font, $font-size, $font-color, $padding, $bg-color, $hover-bg-color, $hover-font-color, $border-size, $border-color) {
    $transition-speed: 300ms;
    display: inline-block;
    text-decoration: none;

    @include rem(font-size, $font-size);

    @include rem(padding, $padding);

    background-color: $bg-color;
    border: $border-size solid $border-color;
    color: $font-color;
    outline: none;
    -webkit-transition: color $transition-speed, background $transition-speed;
    transition: color $transition-speed, background $transition-speed;

    &:not([disabled]):not(.disabled) {
        &:hover {
            background: $hover-bg-color;
            color: $hover-font-color;

            //$bg-color;
            text-decoration: none;
        }
    }

    span.disabled {
        display: none;
    }

    &.disabled {
        @include opacity(0.4);

        span {
            display: none !important;

            &.disabled {
                display: block !important;
            }
        }
    }
}*/
/* Main style for link colors. Common styles */
/*@mixin link-colors($normal, $hover: false, $active: false, $visited: false, $focus: false) {
    color: $normal;

    @if $visited {
        &:visited {
            color: $visited;
        }
    }

    @if $focus {
        &:focus {
            color: $focus;
        }
    }

    @if $hover {
        &:hover {
            color: $hover;
        }
    }

    @if $active {
        &:active {
            color: $active;
        }
    }
}*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.1.3
* Docs at http://davidtheclark.github.io/scut
*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #fff, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* line 757, resources/assets/styles/helpers/_mixins.scss */
/* line 359, stdin */
.circular-image {
  border-radius: 50%; }

/** Import theme styles */
/** {
  border: 1px solid blue;
}*/
/* line 5, resources/assets/styles/common/_global.scss */
/* line 371, stdin */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  /* override bootstrap 10px fontsize */ }

/* line 10, resources/assets/styles/common/_global.scss */
/* line 379, stdin */
body {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  background-color: #F8F5F1;
  line-height: 1.22;
  letter-spacing: normal;
  /*font-family: "Montserrat", sans-serif;*/
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  color: #333;
  text-rendering: optimizeLegibility; }

/* line 17, resources/assets/styles/common/_global.scss */
/* line 395, stdin */
body.dont-move {
  overflow: hidden; }

/* line 22, resources/assets/styles/common/_global.scss */
/* line 401, stdin */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

/* line 26, resources/assets/styles/common/_global.scss */
/* line 412, stdin */
h1,
h4 {
  letter-spacing: 2px;
  letter-spacing: 0.125rem; }

/* line 34, resources/assets/styles/common/_global.scss */
/* line 420, stdin */
h2.module-title,
h3.module-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  color: black;
  margin-top: 40px;
  margin-top: 2.5rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem; }

/* line 41, resources/assets/styles/common/_global.scss */
/* line 437, stdin */
h2.module-title + hr,
h3.module-title + hr {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

/* line 47, resources/assets/styles/common/_global.scss */
/* line 445, stdin */
h3.module-title {
  margin-top: 0;
  margin-top: 0; }

/* line 49, resources/assets/styles/common/_global.scss */
/* line 452, stdin */
h3.module-title + hr {
  margin-bottom: 0;
  margin-bottom: 0; }

/* line 62, resources/assets/styles/common/_global.scss */
/* line 459, stdin */
strong {
  font-weight: 700; }

/* line 66, resources/assets/styles/common/_global.scss */
/* line 465, stdin */
em {
  font-style: italic; }

/* line 70, resources/assets/styles/common/_global.scss */
/* line 471, stdin */
pre {
  white-space: pre; }

/* line 74, resources/assets/styles/common/_global.scss */
/* line 477, stdin */
code {
  overflow: hidden; }

/* line 78, resources/assets/styles/common/_global.scss */
/* line 483, stdin */
input,
textarea,
button {
  font-size: 18px;
  font-size: 1.125rem;
  outline: 0;
  -webkit-appearance: none; }

/* line 88, resources/assets/styles/common/_global.scss */
/* line 494, stdin */
img {
  height: auto; }

/* line 92, resources/assets/styles/common/_global.scss */
/* line 500, stdin */
a {
  text-decoration: none; }

/* line 94, resources/assets/styles/common/_global.scss */
/* line 506, stdin */
a:hover {
  text-decoration: none; }

/* line 100, resources/assets/styles/common/_global.scss */
/* line 512, stdin */
p a {
  color: #f48804;
  cursor: pointer;
  text-decoration: underline; }

/* line 104, resources/assets/styles/common/_global.scss */
/* line 520, stdin */
p a:hover {
  text-decoration: none;
  color: #f4af04; }

/* line 111, resources/assets/styles/common/_global.scss */
/* line 527, stdin */
figure {
  margin: 0;
  line-height: 0; }

/* line 123, resources/assets/styles/common/_global.scss */
/* line 534, stdin */
.pull-right {
  float: right !important; }

/* line 127, resources/assets/styles/common/_global.scss */
/* line 540, stdin */
.pull-left {
  float: left !important; }

/* line 131, resources/assets/styles/common/_global.scss */
/* line 546, stdin */
.wp-caption-text {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px !important;
  line-height: 1.125rem !important;
  padding: 0 !important; }

/* line 54, resources/assets/styles/common/_layout.scss */
/* line 557, stdin */
.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

/* line 12, node_modules/susy/sass/susy/output/support/_clearfix.scss */
/* line 565, stdin */
.container:after {
  content: " ";
  display: block;
  clear: both; }

/* line 58, resources/assets/styles/common/_layout.scss */
/* line 573, stdin */
.grid {
  width: 100%; }

/* line 69, resources/assets/styles/common/_layout.scss */
/* line 579, stdin */
.grid.is-showing-items,
.is-showing-items .grid-item,
.grid.is-showing-items #pagination {
  opacity: 1;
  /* reveal when ready */ }

/* line 75, resources/assets/styles/common/_layout.scss */
/* line 588, stdin */
.btn,
input.btn,
button.btn,
.template-contact .contact-form-wrapper .gform_footer .gform_button,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .gform_button {
  border: 0 none;
  outline: 0 none;
  border-radius: 3px;
  color: #fff;
  border: 1px solid #6e6e6e;
  background-color: #6e6e6e;
  display: inline-block;
  padding: 10px 0;
  padding: 0.625rem 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  text-align: center;
  text-decoration: none; }

@media (min-width: 768px) {
  /* line 75, resources/assets/styles/common/_layout.scss */
  /* line 625, stdin */
  .btn,
  input.btn,
  button.btn,
  .template-contact .contact-form-wrapper .gform_footer .gform_button,
  .single.single-idea article.idea .description .gform_wrapper .gform_footer .gform_button {
    width: auto;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem; } }

/* line 99, resources/assets/styles/common/_layout.scss */
/* line 638, stdin */
.btn:focus,
.template-contact .contact-form-wrapper .gform_footer .gform_button:focus,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .gform_button:focus,
.btn:active,
.template-contact .contact-form-wrapper .gform_footer .gform_button:active,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .gform_button:active,
.btn:hover,
.template-contact .contact-form-wrapper .gform_footer .gform_button:hover,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .gform_button:hover {
  border: 1px solid #fff;
  outline: 0 none;
  color: white;
  background-color: #333; }

/* line 107, resources/assets/styles/common/_layout.scss */
/* line 655, stdin */
.btn.negative,
.template-contact .contact-form-wrapper .gform_footer .negative.gform_button,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .negative.gform_button {
  border-color: #6e6e6e;
  color: #6e6e6e;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 0 2px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 0 2px 0 rgba(0, 0, 0, 0); }

/* line 112, resources/assets/styles/common/_layout.scss */
/* line 666, stdin */
.btn.negative.orange,
.template-contact .contact-form-wrapper .gform_footer .negative.orange.gform_button,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .negative.orange.gform_button {
  border-color: #f48804;
  color: #f48804;
  background-color: transparent; }

/* line 117, resources/assets/styles/common/_layout.scss */
/* line 676, stdin */
.btn.negative.orange:focus,
.template-contact .contact-form-wrapper .gform_footer .negative.orange.gform_button:focus,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .negative.orange.gform_button:focus,
.btn.negative.orange:active,
.template-contact .contact-form-wrapper .gform_footer .negative.orange.gform_button:active,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .negative.orange.gform_button:active,
.btn.negative.orange:hover,
.template-contact .contact-form-wrapper .gform_footer .negative.orange.gform_button:hover,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .negative.orange.gform_button:hover {
  border: 1px solid #f48804;
  color: white;
  background-color: #f48804; }

/* line 127, resources/assets/styles/common/_layout.scss */
/* line 692, stdin */
.btn.negative.white,
.template-contact .contact-form-wrapper .gform_footer .negative.white.gform_button,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .negative.white.gform_button {
  border-color: #fff;
  color: #fff;
  background-color: transparent; }

/* line 132, resources/assets/styles/common/_layout.scss */
/* line 702, stdin */
.btn.negative.white:focus,
.template-contact .contact-form-wrapper .gform_footer .negative.white.gform_button:focus,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .negative.white.gform_button:focus,
.btn.negative.white:active,
.template-contact .contact-form-wrapper .gform_footer .negative.white.gform_button:active,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .negative.white.gform_button:active,
.btn.negative.white:hover,
.template-contact .contact-form-wrapper .gform_footer .negative.white.gform_button:hover,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .negative.white.gform_button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f48804; }

/* line 142, resources/assets/styles/common/_layout.scss */
/* line 718, stdin */
.btn.negative.grey,
.template-contact .contact-form-wrapper .gform_footer .negative.grey.gform_button,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .negative.grey.gform_button {
  border-color: #333;
  color: #333;
  background-color: transparent; }

/* line 147, resources/assets/styles/common/_layout.scss */
/* line 728, stdin */
.btn.negative.grey:focus,
.template-contact .contact-form-wrapper .gform_footer .negative.grey.gform_button:focus,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .negative.grey.gform_button:focus,
.btn.negative.grey:active,
.template-contact .contact-form-wrapper .gform_footer .negative.grey.gform_button:active,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .negative.grey.gform_button:active,
.btn.negative.grey:hover,
.template-contact .contact-form-wrapper .gform_footer .negative.grey.gform_button:hover,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .negative.grey.gform_button:hover {
  background-color: #333;
  border-color: #333;
  color: #fff; }

/* line 158, resources/assets/styles/common/_layout.scss */
/* line 744, stdin */
.btn.full,
.template-contact .contact-form-wrapper .gform_footer .full.gform_button,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .full.gform_button {
  max-width: inherit; }

/* line 163, resources/assets/styles/common/_layout.scss */
/* line 752, stdin */
.bg-orange,
input.bg-orange.btn,
button.bg-orange.btn,
.modal-content .modal-body .btn.bg-orange,
#nav-mobile,
.template-contact .contact-form-wrapper .gform_footer .gform_button,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .gform_button {
  border: 1px solid #f4af04;
  background-image: -webkit-linear-gradient(71deg, #f77300, #f48b04 36%, #edc00d);
  background-image: -o-linear-gradient(71deg, #f77300, #f48b04 36%, #edc00d);
  background-image: linear-gradient(19deg, #f77300, #f48b04 36%, #edc00d);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 1px 0 rgba(0, 0, 0, 0.12); }

/* line 174, resources/assets/styles/common/_layout.scss */
/* line 769, stdin */
.icon {
  display: inline-block; }

/* line 179, resources/assets/styles/common/_layout.scss */
/* line 775, stdin */
.icon.location {
  width: 10px;
  width: 0.625rem;
  height: 14px;
  height: 0.875rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  top: 2.5px;
  top: 0.15625rem;
  position: relative; }

/* line 188, resources/assets/styles/common/_layout.scss */
/* line 789, stdin */
[role="main"] {
  background-color: #f8f5f1;
  overflow: hidden; 
  /*box-shadow: 0 3px 10px rgb(0 0 0 / 20%);*/
}
  @media (min-width: 768px) {
  [role="main"] {
    box-shadow: none;
  }
}
/* line 193, resources/assets/styles/common/_layout.scss */
/* line 796, stdin */
[role="main"] img {
  width: 100%;
  max-width: 100%; }

/* line 200, resources/assets/styles/common/_layout.scss */
/* line 803, stdin */
.uppercase {
  text-transform: uppercase; }

/* line 204, resources/assets/styles/common/_layout.scss */
/* line 809, stdin */
.text-center {
  text-align: center; }

/* line 814, stdin */
.img-susana-about {
  padding: 0; }
  @media (min-width: 768px) {
    /* line 814, stdin */
    .img-susana-about {
      padding: 30px 0 0 118px !important; } }
  /* line 821, stdin */
  .img-susana-about img {
    max-width: 326px !important; }

/* line 208, resources/assets/styles/common/_layout.scss */
/* line 829, stdin */
.text-left {
  text-align: left; }

/* line 212, resources/assets/styles/common/_layout.scss */
/* line 835, stdin */
.text-right {
  text-align: right; }

/* line 216, resources/assets/styles/common/_layout.scss */
/* line 841, stdin */
.aligncenter {
  display: block;
  margin: 0 auto; }

/* line 221, resources/assets/styles/common/_layout.scss */
/* line 848, stdin */
hr.line-separator {
  width: 60px;
  width: 3.75rem;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 0;
  border-top: 2px solid #000; }

/* line 228, resources/assets/styles/common/_layout.scss */
/* line 859, stdin */
hr.adorno {
  border-top: 3px solid #fff;
  width: 56px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24); }

/* line 236, resources/assets/styles/common/_layout.scss */
/* line 869, stdin */
html,
body {
  height: 100%; }

/* line 240, resources/assets/styles/common/_layout.scss */
/* line 876, stdin */
body.fixed {
  overflow: hidden; }

/* line 244, resources/assets/styles/common/_layout.scss */
/* line 882, stdin */
.page-wrap {
  /* equal to footer height */
  background-color: #F8F5F1; }

/* line 250, resources/assets/styles/common/_layout.scss */
/* line 889, stdin */
.page-wrap:after {
  content: "";
  display: block; }

/* line 254, resources/assets/styles/common/_layout.scss */
/* line 896, stdin */
.footer-wrap,
.page-wrap:after {
  /* .push must be the same height as footer */ }

/* line 259, resources/assets/styles/common/_layout.scss */
/* line 903, stdin */
.separator-wrapper {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center; }

/* line 263, resources/assets/styles/common/_layout.scss */
/* line 913, stdin */
.separator-wrapper .separator {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  margin: 0;
  margin: 0;
  position: relative;
  display: inline-block; }

@media (min-width: 768px) {
  /* line 272, resources/assets/styles/common/_layout.scss */
  /* line 928, stdin */
  .separator-wrapper .separator::after,
  .separator-wrapper .separator::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #c0c0c0;
    width: 90px;
    top: 10px;
    display: inline-block; }
  /* line 281, resources/assets/styles/common/_layout.scss */
  /* line 940, stdin */
  .separator-wrapper .separator::before {
    left: -110px; }
  /* line 285, resources/assets/styles/common/_layout.scss */
  /* line 946, stdin */
  .separator-wrapper .separator::after {
    right: -110px; } }

/* line 297, resources/assets/styles/common/_layout.scss */
/* line 953, stdin */
.remodal-wrapper .remodal {
  border-radius: 3px;
  max-width: 550px;
  max-width: 34.375rem; }

/* line 301, resources/assets/styles/common/_layout.scss */
/* line 961, stdin */
.remodal-wrapper .remodal h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333; }

@media (min-width: 768px) {
  /* line 306, resources/assets/styles/common/_layout.scss */
  /* line 972, stdin */
  .remodal-wrapper .remodal .remodal-cancel {
    margin-right: 35px;
    margin-right: 2.1875rem; } }

/* line 314, resources/assets/styles/common/_layout.scss */
/* line 980, stdin */
.remodal-wrapper .remodal .remodal-close {
  right: 5px;
  left: auto; }

/* line 319, resources/assets/styles/common/_layout.scss */
/* line 987, stdin */
.remodal-wrapper .remodal .remodal-close:after {
  color: #6e6e6e; }

/* line 323, resources/assets/styles/common/_layout.scss */
/* line 993, stdin */
.remodal-wrapper .remodal .remodal-close:hover {
  background-color: transparent; }

/* line 326, resources/assets/styles/common/_layout.scss */
/* line 999, stdin */
.remodal-wrapper .remodal .remodal-close:hover:after {
  color: #333; }

/* line 338, resources/assets/styles/common/_layout.scss */
/* line 1005, stdin */
.remodal-overlay {
  background: rgba(51, 51, 51, 0.5); }

/* line 349, resources/assets/styles/common/_layout.scss */
/* line 1011, stdin */
.gecko .hero-image {
  height: 685px;
  height: 42.8125rem; }

/* line 353, resources/assets/styles/common/_layout.scss */
/* line 1018, stdin */
.gecko .new-partner-company-banner {
  height: 325px;
  height: 20.3125rem; }

/* line 359, resources/assets/styles/common/_layout.scss */
/* line 1025, stdin */
.gecko .challenges-block div.wrapper-table,
.gecko .hunters-block div.wrapper-table {
  height: 500px;
  height: 31.25rem; }

/* line 369, resources/assets/styles/common/_layout.scss */
/* line 1033, stdin */
.safari header[role="banner"] #user-block #nav-desktop ul li.border {
  padding-bottom: 2px; }

/* line 376, resources/assets/styles/common/_layout.scss */
/* line 1039, stdin */
.infinite-loading {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  font-family: 'Source Sans Pro', sans-serif;
  clear: both;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-transform: uppercase; }

/* line 385, resources/assets/styles/common/_layout.scss */
/* line 1059, stdin */
.infinite-loading span {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
  -webkit-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px); }

@media (min-width: 768px) {
  /* line 385, resources/assets/styles/common/_layout.scss */
  /* line 1072, stdin */
  .infinite-loading span {
    -webkit-transform: translateX(-52px);
    -o-transform: translateX(-52px);
    transform: translateX(-52px); } }

/* line 400, resources/assets/styles/common/_layout.scss */
/* line 1081, stdin */
.newsletter-form h3.gform_title {
  text-align: center;
  font-family: 'Montserrat', sans-serif !important;
  color: #333 !important;
  font-weight: 600;
  margin-bottom: 17px !important;
  margin-bottom: 1.0625rem !important;
  font-size: 26px !important;
  font-size: 1.625rem !important; }

/* line 5, resources/assets/styles/components/_comments.scss */
/* line 1094, stdin */
.comment-list ol {
  list-style: none; }

/* line 1, resources/assets/styles/components/_forms.scss */
/* line 1100, stdin */
form {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0; }

/* line 6, resources/assets/styles/components/_forms.scss */
/* line 1108, stdin */
.input-container textarea,
.input-container input[type="text"],
.input-container input[type="email"],
.input-container input[type="tel"],
.input-container input[type="password"],
select {
  width: calc(100% - 22px);
  outline: 0 none;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  padding: 10px 11px;
  padding: 0.625rem 0.6875rem;
  background-color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em;
  color: #6e6e6e; }

/* line 139, resources/assets/styles/helpers/_mixins.scss */
/* line 1129, stdin */
.input-container textarea::-webkit-input-placeholder,
.input-container input[type="text"]::-webkit-input-placeholder,
.input-container input[type="email"]::-webkit-input-placeholder,
.input-container input[type="tel"]::-webkit-input-placeholder,
.input-container input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #6e6e6e; }

/* line 143, resources/assets/styles/helpers/_mixins.scss */
/* line 1140, stdin */
.input-container textarea:-moz-placeholder,
.input-container input:-moz-placeholder[type="text"],
.input-container input:-moz-placeholder[type="email"],
.input-container input:-moz-placeholder[type="tel"],
.input-container input:-moz-placeholder[type="password"],
select:-moz-placeholder {
  /* Firefox 18- */
  color: #6e6e6e; }

/* line 148, resources/assets/styles/helpers/_mixins.scss */
/* line 1152, stdin */
.input-container textarea::-moz-placeholder,
.input-container input[type="text"]::-moz-placeholder,
.input-container input[type="email"]::-moz-placeholder,
.input-container input[type="tel"]::-moz-placeholder,
.input-container input[type="password"]::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #6e6e6e; }

/* line 153, resources/assets/styles/helpers/_mixins.scss */
/* line 1164, stdin */
.input-container textarea:-ms-input-placeholder,
.input-container input:-ms-input-placeholder[type="text"],
.input-container input:-ms-input-placeholder[type="email"],
.input-container input:-ms-input-placeholder[type="tel"],
.input-container input:-ms-input-placeholder[type="password"],
select:-ms-input-placeholder {
  color: #6e6e6e; }

/* line 19, resources/assets/styles/components/_forms.scss */
/* line 1175, stdin */
label {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 300;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem; }

/* line 26, resources/assets/styles/components/_forms.scss */
/* line 1189, stdin */
[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

/* line 35, resources/assets/styles/components/_forms.scss */
/* line 1200, stdin */
.input-container {
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0; }

/* line 38, resources/assets/styles/components/_forms.scss */
/* line 1207, stdin */
.input-container textarea {
  width: calc(100% - 22px);
  outline: 0 none;
  resize: vertical;
  /* user can resize vertically, but width is fixed */
  min-height: 90px;
  min-height: 5.625rem; }

/* line 61, resources/assets/styles/components/_forms.scss */
/* line 1218, stdin */
.input-container-checkbox a {
  color: #f48804; }

/* line 65, resources/assets/styles/components/_forms.scss */
/* line 1224, stdin */
.input-container-checkbox label {
  position: relative;
  padding-left: 25px;
  text-align: left;
  cursor: pointer; }

/* line 71, resources/assets/styles/components/_forms.scss */
/* line 1233, stdin */
.input-container-checkbox label::before,
.input-container-checkbox label::after {
  position: absolute;
  content: '';
  display: block;
  top: -2px; }

@media (min-width: 768px) {
  /* line 71, resources/assets/styles/components/_forms.scss */
  /* line 1244, stdin */
  .input-container-checkbox label::before,
  .input-container-checkbox label::after {
    top: 1px; } }

/* line 83, resources/assets/styles/components/_forms.scss */
/* line 1252, stdin */
.input-container-checkbox label::before {
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  left: 0;
  border: 1px solid #c0c0c0;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 3px; }

/* line 93, resources/assets/styles/components/_forms.scss */
/* line 1266, stdin */
.input-container-checkbox label::after {
  left: 6px;
  top: 1px;
  width: 8px;
  height: 13px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 101, resources/assets/styles/components/_forms.scss */
/* line 1278, stdin */
.input-container-checkbox label.gfield_label {
  display: none; }

/* line 113, resources/assets/styles/components/_forms.scss */
/* line 1284, stdin */
.input-container-checkbox [type="checkbox"]:checked + label::after {
  border: solid #f48804;
  border-width: 0 2px 2px 0; }

/* line 121, resources/assets/styles/components/_forms.scss */
/* line 1291, stdin */
.input-container-checkbox [type="checkbox"].error + label {
  color: #f48804; }

/* line 124, resources/assets/styles/components/_forms.scss */
/* line 1297, stdin */
.input-container-checkbox [type="checkbox"].error + label::before {
  border-color: #f48804; }

/* line 136, resources/assets/styles/components/_forms.scss */
/* line 1303, stdin */
select {
  color: #6e6e6e;
  background-color: #fff;
  width: 100%; }

/* line 142, resources/assets/styles/components/_forms.scss */
/* line 1311, stdin */
select option {
  color: #6e6e6e;
  background-color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em; }

/* line 151, resources/assets/styles/components/_forms.scss */
/* line 1321, stdin */
.firefox select {
  max-height: 40px; }

/* line 155, resources/assets/styles/components/_forms.scss */
/* line 1327, stdin */
.chrome select {
  max-height: 43px; }

/* line 159, resources/assets/styles/components/_forms.scss */
/* line 1333, stdin */
p.text-required {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 300;
  top: 5px;
  top: 0.3125rem; }

/* line 165, resources/assets/styles/components/_forms.scss */
/* line 1346, stdin */
span.required,
.gfield_required {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f48804;
  margin-left: 5px;
  margin-left: 0.3125rem; }

/* line 171, resources/assets/styles/components/_forms.scss */
/* line 1361, stdin */
label.error {
  color: #f48804; }

/* line 175, resources/assets/styles/components/_forms.scss */
/* line 1367, stdin */
.error {
  border-color: #f48804 !important; }

/* line 186, resources/assets/styles/components/_forms.scss */
/* line 1373, stdin */
.gform_body ul .gfield_checkbox label {
  text-transform: none; }

/* line 192, resources/assets/styles/components/_forms.scss */
/* line 1379, stdin */
.gform_body ul .gform_validation_container {
  display: none; }

/* line 198, resources/assets/styles/components/_forms.scss */
/* line 1385, stdin */
.gform_body .styled-select {
  height: 70px;
  height: 4.375rem; }

/* line 201, resources/assets/styles/components/_forms.scss */
/* line 1392, stdin */
.gform_body .styled-select #select-arrow {
  top: 45px; }

@media (min-width: 768px) {
  /* line 208, resources/assets/styles/components/_forms.scss */
  /* line 1399, stdin */
  .gform_body textarea {
    min-height: 350px;
    min-height: 21.875rem; } }

/* line 217, resources/assets/styles/components/_forms.scss */
/* line 1407, stdin */
.gform_footer {
  margin-top: 30px;
  margin-top: 1.875rem; }

/* line 220, resources/assets/styles/components/_forms.scss */
/* line 1414, stdin */
.gform_footer input[type="submit"] {
  max-width: 210px;
  max-width: 13.125rem;
  margin: 0 auto;
  display: block;
  /*@extend .btn;
    @extend .bg-orange;*/ }

/* line 227, resources/assets/styles/components/_forms.scss */
/* line 1425, stdin */
.gform_footer input[type="submit"]:hover {
  border: 0 none !important; }

/* line 236, resources/assets/styles/components/_forms.scss */
/* line 1431, stdin */
.select2-container--default .select2-selection--single {
  height: 42px;
  height: 2.625rem;
  border: 1px solid #c0c0c0;
  border-radius: 3px; }

/* line 240, resources/assets/styles/components/_forms.scss */
/* line 1440, stdin */
.select2-container--default .select2-selection--single:focus {
  outline: 0 none; }

/* line 243, resources/assets/styles/components/_forms.scss */
/* line 1446, stdin */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6e6e6e;
  line-height: 39px;
  line-height: 2.4375rem; }

/* line 246, resources/assets/styles/components/_forms.scss */
/* line 1454, stdin */
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  position: relative;
  right: -10px;
  z-index: 9999;
  background-color: #fff;
  width: 20px;
  height: 37px;
  text-align: right; }

/* line 256, resources/assets/styles/components/_forms.scss */
/* line 1466, stdin */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none; }

@-webkit-keyframes ToggleShow {
  from {
    height: 0;
    padding: 0;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  to {
    height: auto;
    padding: 20px;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@-o-keyframes ToggleShow {
  from {
    height: 0;
    padding: 0;
    opacity: 0;
    -o-transform: scaleY(0);
    transform: scaleY(0); }
  to {
    height: auto;
    padding: 20px;
    opacity: 1;
    -o-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes ToggleShow {
  from {
    height: 0;
    padding: 0;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0); }
  to {
    height: auto;
    padding: 20px;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); } }

@-webkit-keyframes ToggleHide {
  from {
    height: auto;
    padding: 20px;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  to {
    height: 0;
    padding: 0;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@-o-keyframes ToggleHide {
  from {
    height: auto;
    padding: 20px;
    opacity: 1;
    -o-transform: scaleY(1);
    transform: scaleY(1); }
  to {
    height: 0;
    padding: 0;
    opacity: 0;
    -o-transform: scaleY(0);
    transform: scaleY(0); } }

@keyframes ToggleHide {
  from {
    height: auto;
    padding: 20px;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); }
  to {
    height: 0;
    padding: 0;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes pulse {
  50% {
    background: #888; } }

@-o-keyframes pulse {
  50% {
    background: #888; } }

@keyframes pulse {
  50% {
    background: #888; } }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    -o-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    -o-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    -o-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-o-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-o-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-o-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-o-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-o-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-o-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-o-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-o-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-o-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-o-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-o-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-o-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@-webkit-keyframes newspaperIn {
  from {
    opacity: 0;
    -webkit-transform: rotate(-900deg) scale(0, 0);
    transform: rotate(-900deg) scale(0, 0); }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1); } }

@-o-keyframes newspaperIn {
  from {
    opacity: 0;
    -o-transform: rotate(-900deg) scale(0, 0);
    transform: rotate(-900deg) scale(0, 0); }
  to {
    opacity: 1;
    -o-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1); } }

@keyframes newspaperIn {
  from {
    opacity: 0;
    -webkit-transform: rotate(-900deg) scale(0, 0);
    -o-transform: rotate(-900deg) scale(0, 0);
    transform: rotate(-900deg) scale(0, 0); }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1, 1);
    -o-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1); } }

@-webkit-keyframes newspaperOut {
  from {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1); }
  to {
    opacity: 0;
    -webkit-transform: rotate(-900deg) scale(0, 0);
    transform: rotate(-900deg) scale(0, 0); } }

@-o-keyframes newspaperOut {
  from {
    opacity: 1;
    -o-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1); }
  to {
    opacity: 0;
    -o-transform: rotate(-900deg) scale(0, 0);
    transform: rotate(-900deg) scale(0, 0); } }

@keyframes newspaperOut {
  from {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1, 1);
    -o-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1); }
  to {
    opacity: 0;
    -webkit-transform: rotate(-900deg) scale(0, 0);
    -o-transform: rotate(-900deg) scale(0, 0);
    transform: rotate(-900deg) scale(0, 0); } }

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@-o-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-o-keyframes rotateIn {
  from {
    -o-transform-origin: center;
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -o-transform-origin: center;
    transform-origin: center;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  from {
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  from {
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  from {
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  from {
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  from {
    -o-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -o-transform-origin: center;
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  from {
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  from {
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  from {
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  from {
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-o-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-o-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale3d(0.3, 0.3, 0.3);
    transform: translateY(-50%) scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-o-keyframes zoomIn {
  from {
    opacity: 0;
    transform: translateY(-50%) scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale3d(0.3, 0.3, 0.3);
    transform: translateY(-50%) scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale3d(0.3, 0.3, 0.3);
    transform: translateY(-50%) scale3d(0.3, 0.3, 0.3); } }

@-o-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: translateY(-50%) scale3d(0.3, 0.3, 0.3); } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale3d(0.3, 0.3, 0.3);
    transform: translateY(-50%) scale3d(0.3, 0.3, 0.3); } }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center; } }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; } }

/* line 936, resources/assets/styles/components/_modal.scss */
/* line 4674, stdin */
html.hustle-no-scroll body {
  overflow: scroll; }

/* line 940, resources/assets/styles/components/_modal.scss */
/* line 4680, stdin */
.hustle-modal {
  width: 100%;
  max-width: 800px;
  opacity: 0;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 950, resources/assets/styles/components/_modal.scss */
/* line 4694, stdin */
.hustle-modal * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased; }

/* line 956, resources/assets/styles/components/_modal.scss */
/* line 4703, stdin */
.hustle-modal .hustle-sr-only {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important; }

/* line 967, resources/assets/styles/components/_modal.scss */
/* line 4716, stdin */
.hustle-modal.hustle-modal-image_only {
  width: auto;
  max-width: 100%; }

/* line 972, resources/assets/styles/components/_modal.scss */
/* line 4723, stdin */
.hustle-modal.hustle-modal-static {
  opacity: 1;
  position: relative; }

/* line 977, resources/assets/styles/components/_modal.scss */
/* line 4730, stdin */
.hustle-modal .hustle-modal-body {
  max-height: 100%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 983, resources/assets/styles/components/_modal.scss */
  /* line 4737, stdin */
  .hustle-modal .hustle-modal-optin_wrap .hustle-modal-optin_form .hustle-modal-optin_field {
    display: block;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none; } }

/* line 990, resources/assets/styles/components/_modal.scss */
/* line 4747, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_contain img {
  position: relative; }

/* line 994, resources/assets/styles/components/_modal.scss */
/* line 4753, stdin */
.hustle_module_shortcode_wrap .hustle-modal .hustle-modal-body,
.hustle_module_widget_wrap .hustle-modal .hustle-modal-body {
  max-height: 100%; }

/* line 999, resources/assets/styles/components/_modal.scss */
/* line 4760, stdin */
.hustle_module_shortcode_wrap .hustle-modal .hustle-modal-body .hustle-modal-optin_wrap,
.hustle_module_widget_wrap .hustle-modal .hustle-modal-body .hustle-modal-optin_wrap {
  margin: auto;
  background: transparent; }

/* line 1005, resources/assets/styles/components/_modal.scss */
/* line 4768, stdin */
.hustle_module_shortcode_wrap .hustle-modal section article .hustle-modal-article,
.hustle_module_widget_wrap .hustle-modal section article .hustle-modal-article {
  max-height: 100%; }

/* line 1010, resources/assets/styles/components/_modal.scss */
/* line 4775, stdin */
.hustle-modal.hustle-animated {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 1017, resources/assets/styles/components/_modal.scss */
/* line 4791, stdin */
.hustle-modal.hustle-animated.hustle-animate-bounceIn {
  opacity: 1;
  -webkit-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: .75s; }

/* line 1023, resources/assets/styles/components/_modal.scss */
/* line 4803, stdin */
.hustle-modal.hustle-animated.hustle-animate-bounceInUp {
  opacity: 1;
  -webkit-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/* line 1028, resources/assets/styles/components/_modal.scss */
/* line 4812, stdin */
.hustle-modal.hustle-animated.hustle-animate-bounceInRight {
  opacity: 1;
  -webkit-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

/* line 1033, resources/assets/styles/components/_modal.scss */
/* line 4821, stdin */
.hustle-modal.hustle-animated.hustle-animate-bounceInDown {
  opacity: 1;
  -webkit-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

/* line 1038, resources/assets/styles/components/_modal.scss */
/* line 4830, stdin */
.hustle-modal.hustle-animated.hustle-animate-bounceInLeft {
  opacity: 1;
  -webkit-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

/* line 1043, resources/assets/styles/components/_modal.scss */
/* line 4839, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeIn {
  opacity: 1;
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms; }

/* line 1049, resources/assets/styles/components/_modal.scss */
/* line 4851, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeInUp {
  opacity: 1;
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/* line 1054, resources/assets/styles/components/_modal.scss */
/* line 4860, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeInUpBig {
  opacity: 1;
  -webkit-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

/* line 1059, resources/assets/styles/components/_modal.scss */
/* line 4869, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeInRight {
  opacity: 1;
  -webkit-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/* line 1064, resources/assets/styles/components/_modal.scss */
/* line 4878, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeInRightBig {
  opacity: 1;
  -webkit-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

/* line 1069, resources/assets/styles/components/_modal.scss */
/* line 4887, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeInDown {
  opacity: 1;
  -webkit-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/* line 1074, resources/assets/styles/components/_modal.scss */
/* line 4896, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeInDownBig {
  opacity: 1;
  -webkit-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

/* line 1079, resources/assets/styles/components/_modal.scss */
/* line 4905, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeInLeft {
  opacity: 1;
  -webkit-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/* line 1084, resources/assets/styles/components/_modal.scss */
/* line 4914, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeInLeftBig {
  opacity: 1;
  -webkit-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

/* line 1089, resources/assets/styles/components/_modal.scss */
/* line 4923, stdin */
.hustle-modal.hustle-animated.hustle-animate-rotateIn {
  opacity: 1;
  -webkit-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

/* line 1094, resources/assets/styles/components/_modal.scss */
/* line 4932, stdin */
.hustle-modal.hustle-animated.hustle-animate-rotateInDownLeft {
  opacity: 1;
  -webkit-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

/* line 1099, resources/assets/styles/components/_modal.scss */
/* line 4941, stdin */
.hustle-modal.hustle-animated.hustle-animate-rotateInDownRight {
  opacity: 1;
  -webkit-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

/* line 1104, resources/assets/styles/components/_modal.scss */
/* line 4950, stdin */
.hustle-modal.hustle-animated.hustle-animate-rotateInUpLeft {
  opacity: 1;
  -webkit-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

/* line 1109, resources/assets/styles/components/_modal.scss */
/* line 4959, stdin */
.hustle-modal.hustle-animated.hustle-animate-rotateInUpRight {
  opacity: 1;
  -webkit-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

/* line 1114, resources/assets/styles/components/_modal.scss */
/* line 4968, stdin */
.hustle-modal.hustle-animated.hustle-animate-slideInUp {
  opacity: 1;
  -webkit-animation-name: slideInUp;
  -o-animation-name: slideInUp;
  animation-name: slideInUp; }

/* line 1119, resources/assets/styles/components/_modal.scss */
/* line 4977, stdin */
.hustle-modal.hustle-animated.hustle-animate-slideInRight {
  opacity: 1;
  -webkit-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight; }

/* line 1124, resources/assets/styles/components/_modal.scss */
/* line 4986, stdin */
.hustle-modal.hustle-animated.hustle-animate-slideInDown {
  opacity: 1;
  -webkit-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown; }

/* line 1129, resources/assets/styles/components/_modal.scss */
/* line 4995, stdin */
.hustle-modal.hustle-animated.hustle-animate-slideInLeft {
  opacity: 1;
  -webkit-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft; }

/* line 1134, resources/assets/styles/components/_modal.scss */
/* line 5004, stdin */
.hustle-modal.hustle-animated.hustle-animate-zoomIn {
  opacity: 1;
  -webkit-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn; }

/* line 1139, resources/assets/styles/components/_modal.scss */
/* line 5013, stdin */
.hustle-modal.hustle-animated.hustle-animate-zoomInUp {
  opacity: 1;
  -webkit-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
  animation-name: zoomInUp; }

/* line 1144, resources/assets/styles/components/_modal.scss */
/* line 5022, stdin */
.hustle-modal.hustle-animated.hustle-animate-zoomInRight {
  opacity: 1;
  -webkit-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
  animation-name: zoomInRight; }

/* line 1149, resources/assets/styles/components/_modal.scss */
/* line 5031, stdin */
.hustle-modal.hustle-animated.hustle-animate-zoomInDown {
  opacity: 1;
  -webkit-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
  animation-name: zoomInDown; }

/* line 1154, resources/assets/styles/components/_modal.scss */
/* line 5040, stdin */
.hustle-modal.hustle-animated.hustle-animate-zoomInLeft {
  opacity: 1;
  -webkit-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

/* line 1159, resources/assets/styles/components/_modal.scss */
/* line 5049, stdin */
.hustle-modal.hustle-animated.hustle-animate-rollIn {
  opacity: 1;
  -webkit-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

/* line 1164, resources/assets/styles/components/_modal.scss */
/* line 5058, stdin */
.hustle-modal.hustle-animated.hustle-animate-lightSpeedIn {
  opacity: 1;
  -webkit-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/* line 1170, resources/assets/styles/components/_modal.scss */
/* line 5070, stdin */
.hustle-modal.hustle-animated.hustle-animate-newspaperIn {
  opacity: 1;
  -webkit-animation-name: newspaperIn;
  -o-animation-name: newspaperIn;
  animation-name: newspaperIn;
  -webkit-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease; }

/* line 1177, resources/assets/styles/components/_modal.scss */
/* line 5085, stdin */
.hustle-modal.hustle-animated.hustle-animate-bounceOut {
  opacity: 0;
  -webkit-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: .75s; }

/* line 1183, resources/assets/styles/components/_modal.scss */
/* line 5097, stdin */
.hustle-modal.hustle-animated.hustle-animate-bounceOutUp {
  opacity: 0;
  -webkit-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/* line 1188, resources/assets/styles/components/_modal.scss */
/* line 5106, stdin */
.hustle-modal.hustle-animated.hustle-animate-bounceOutRight {
  opacity: 0;
  -webkit-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

/* line 1193, resources/assets/styles/components/_modal.scss */
/* line 5115, stdin */
.hustle-modal.hustle-animated.hustle-animate-bounceOutDown {
  opacity: 0;
  -webkit-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

/* line 1198, resources/assets/styles/components/_modal.scss */
/* line 5124, stdin */
.hustle-modal.hustle-animated.hustle-animate-bounceOutLeft {
  opacity: 0;
  -webkit-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

/* line 1203, resources/assets/styles/components/_modal.scss */
/* line 5133, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeOut {
  opacity: 0;
  -webkit-animation: fadeOut;
  -o-animation: fadeOut;
  animation: fadeOut;
  -webkit-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms; }

/* line 1209, resources/assets/styles/components/_modal.scss */
/* line 5145, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeOutUp {
  opacity: 0;
  -webkit-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

/* line 1214, resources/assets/styles/components/_modal.scss */
/* line 5154, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeOutUpBig {
  opacity: 0;
  -webkit-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

/* line 1219, resources/assets/styles/components/_modal.scss */
/* line 5163, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeOutRight {
  opacity: 0;
  -webkit-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/* line 1224, resources/assets/styles/components/_modal.scss */
/* line 5172, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeOutRightBig {
  opacity: 0;
  -webkit-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

/* line 1229, resources/assets/styles/components/_modal.scss */
/* line 5181, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeOutDown {
  opacity: 0;
  -webkit-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

/* line 1234, resources/assets/styles/components/_modal.scss */
/* line 5190, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeOutDownBig {
  opacity: 0;
  -webkit-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

/* line 1239, resources/assets/styles/components/_modal.scss */
/* line 5199, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeOutLeft {
  opacity: 0;
  -webkit-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

/* line 1244, resources/assets/styles/components/_modal.scss */
/* line 5208, stdin */
.hustle-modal.hustle-animated.hustle-animate-fadeOutLeftBig {
  opacity: 0;
  -webkit-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

/* line 1249, resources/assets/styles/components/_modal.scss */
/* line 5217, stdin */
.hustle-modal.hustle-animated.hustle-animate-rotateOut {
  opacity: 0;
  -webkit-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

/* line 1254, resources/assets/styles/components/_modal.scss */
/* line 5226, stdin */
.hustle-modal.hustle-animated.hustle-animate-rotateOutDownLeft {
  opacity: 0;
  -webkit-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

/* line 1259, resources/assets/styles/components/_modal.scss */
/* line 5235, stdin */
.hustle-modal.hustle-animated.hustle-animate-rotateOutDownRight {
  opacity: 0;
  -webkit-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

/* line 1264, resources/assets/styles/components/_modal.scss */
/* line 5244, stdin */
.hustle-modal.hustle-animated.hustle-animate-rotateOutUpLeft {
  opacity: 0;
  -webkit-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

/* line 1269, resources/assets/styles/components/_modal.scss */
/* line 5253, stdin */
.hustle-modal.hustle-animated.hustle-animate-rotateOutUpRight {
  opacity: 0;
  -webkit-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

/* line 1274, resources/assets/styles/components/_modal.scss */
/* line 5262, stdin */
.hustle-modal.hustle-animated.hustle-animate-slideOutUp {
  opacity: 1;
  -webkit-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* line 1279, resources/assets/styles/components/_modal.scss */
/* line 5271, stdin */
.hustle-modal.hustle-animated.hustle-animate-slideOutRight {
  opacity: 1;
  -webkit-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight; }

/* line 1284, resources/assets/styles/components/_modal.scss */
/* line 5280, stdin */
.hustle-modal.hustle-animated.hustle-animate-slideOutDown {
  opacity: 1;
  -webkit-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
  animation-name: slideOutDown; }

/* line 1289, resources/assets/styles/components/_modal.scss */
/* line 5289, stdin */
.hustle-modal.hustle-animated.hustle-animate-slideOutLeft {
  opacity: 1;
  -webkit-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

/* line 1294, resources/assets/styles/components/_modal.scss */
/* line 5298, stdin */
.hustle-modal.hustle-animated.hustle-animate-zoomOut {
  opacity: 0;
  -webkit-animation-name: zoomOut;
  -o-animation-name: zoomOut;
  animation-name: zoomOut; }

/* line 1299, resources/assets/styles/components/_modal.scss */
/* line 5307, stdin */
.hustle-modal.hustle-animated.hustle-animate-zoomOutUp {
  opacity: 0;
  -webkit-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

/* line 1304, resources/assets/styles/components/_modal.scss */
/* line 5316, stdin */
.hustle-modal.hustle-animated.hustle-animate-zoomOutRight {
  opacity: 0;
  -webkit-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

/* line 1309, resources/assets/styles/components/_modal.scss */
/* line 5325, stdin */
.hustle-modal.hustle-animated.hustle-animate-zoomOutDown {
  opacity: 0;
  -webkit-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

/* line 1314, resources/assets/styles/components/_modal.scss */
/* line 5334, stdin */
.hustle-modal.hustle-animated.hustle-animate-zoomOutLeft {
  opacity: 0;
  -webkit-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

/* line 1319, resources/assets/styles/components/_modal.scss */
/* line 5343, stdin */
.hustle-modal.hustle-animated.hustle-animate-rollOut {
  opacity: 0;
  -webkit-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

/* line 1324, resources/assets/styles/components/_modal.scss */
/* line 5352, stdin */
.hustle-modal.hustle-animated.hustle-animate-lightSpeedOut {
  opacity: 0;
  -webkit-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/* line 1330, resources/assets/styles/components/_modal.scss */
/* line 5364, stdin */
.hustle-modal.hustle-animated.hustle-animate-newspaperOut {
  opacity: 0;
  -webkit-animation-name: newspaperOut;
  -o-animation-name: newspaperOut;
  animation-name: newspaperOut;
  -webkit-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease; }

/* line 1337, resources/assets/styles/components/_modal.scss */
/* line 5379, stdin */
.hustle-modal article h1,
.hustle-modal article h2,
.hustle-modal article h3,
.hustle-modal article h4,
.hustle-modal article h5,
.hustle-modal article h6,
.hustle-modal article p,
.hustle-modal article ul,
.hustle-modal article ol,
.hustle-modal article li,
.hustle-modal article blockquote,
.hustle-modal .hustle-modal-message h1,
.hustle-modal .hustle-modal-message h2,
.hustle-modal .hustle-modal-message h3,
.hustle-modal .hustle-modal-message h4,
.hustle-modal .hustle-modal-message h5,
.hustle-modal .hustle-modal-message h6,
.hustle-modal .hustle-modal-message p,
.hustle-modal .hustle-modal-message ul,
.hustle-modal .hustle-modal-message ol,
.hustle-modal .hustle-modal-message li,
.hustle-modal .hustle-modal-message blockquote {
  color: inherit;
  text-transform: inherit; }

/* line 1363, resources/assets/styles/components/_modal.scss */
/* line 5407, stdin */
.hustle-modal article h1,
.hustle-modal article h2,
.hustle-modal article h3,
.hustle-modal article h4,
.hustle-modal article h5,
.hustle-modal article h6,
.hustle-modal .hustle-modal-message h1,
.hustle-modal .hustle-modal-message h2,
.hustle-modal .hustle-modal-message h3,
.hustle-modal .hustle-modal-message h4,
.hustle-modal .hustle-modal-message h5,
.hustle-modal .hustle-modal-message h6 {
  margin: 18px 0;
  padding: 0; }

/* line 1379, resources/assets/styles/components/_modal.scss */
/* line 5425, stdin */
.hustle-modal article h1:first-child,
.hustle-modal article h2:first-child,
.hustle-modal article h3:first-child,
.hustle-modal article h4:first-child,
.hustle-modal article h5:first-child,
.hustle-modal article h6:first-child,
.hustle-modal .hustle-modal-message h1:first-child,
.hustle-modal .hustle-modal-message h2:first-child,
.hustle-modal .hustle-modal-message h3:first-child,
.hustle-modal .hustle-modal-message h4:first-child,
.hustle-modal .hustle-modal-message h5:first-child,
.hustle-modal .hustle-modal-message h6:first-child {
  margin-top: 0; }

/* line 1394, resources/assets/styles/components/_modal.scss */
/* line 5442, stdin */
.hustle-modal article h1:last-child,
.hustle-modal article h2:last-child,
.hustle-modal article h3:last-child,
.hustle-modal article h4:last-child,
.hustle-modal article h5:last-child,
.hustle-modal article h6:last-child,
.hustle-modal .hustle-modal-message h1:last-child,
.hustle-modal .hustle-modal-message h2:last-child,
.hustle-modal .hustle-modal-message h3:last-child,
.hustle-modal .hustle-modal-message h4:last-child,
.hustle-modal .hustle-modal-message h5:last-child,
.hustle-modal .hustle-modal-message h6:last-child {
  margin-bottom: 0; }

/* line 1409, resources/assets/styles/components/_modal.scss */
/* line 5459, stdin */
.hustle-modal article h1,
.hustle-modal .hustle-modal-message h1 {
  font: 700 30px/40px "Montserrat", sans-serif;
  letter-spacing: -0.6px; }

/* line 1415, resources/assets/styles/components/_modal.scss */
/* line 5467, stdin */
.hustle-modal article h2,
.hustle-modal .hustle-modal-message h2 {
  font: 700 22px/36px "Montserrat", sans-serif;
  letter-spacing: -0.5px; }

/* line 1421, resources/assets/styles/components/_modal.scss */
/* line 5475, stdin */
.hustle-modal article h3,
.hustle-modal .hustle-modal-message h3 {
  font: 700 20px/36px "Montserrat", sans-serif;
  letter-spacing: -0.45px; }

/* line 1427, resources/assets/styles/components/_modal.scss */
/* line 5483, stdin */
.hustle-modal article h4,
.hustle-modal .hustle-modal-message h4 {
  font: 600 18px/30px "Open Sans", Arial, sans-serif;
  letter-spacing: 0; }

/* line 1433, resources/assets/styles/components/_modal.scss */
/* line 5491, stdin */
.hustle-modal article h5,
.hustle-modal .hustle-modal-message h5 {
  font: 700 16px/24px "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

/* line 1440, resources/assets/styles/components/_modal.scss */
/* line 5500, stdin */
.hustle-modal article h6,
.hustle-modal .hustle-modal-message h6 {
  font: 700 13px/22px "Montserrat", sans-serif; }

/* line 1445, resources/assets/styles/components/_modal.scss */
/* line 5507, stdin */
.hustle-modal article p,
.hustle-modal .hustle-modal-message p {
  display: block;
  margin: 14px 0;
  padding: 0;
  border: 0;
  font: 400 14px/20px "Montserrat", sans-serif; }

/* line 1454, resources/assets/styles/components/_modal.scss */
/* line 5518, stdin */
.hustle-modal article p b,
.hustle-modal article p strong,
.hustle-modal .hustle-modal-message p b,
.hustle-modal .hustle-modal-message p strong {
  font-weight: 600; }

/* line 1461, resources/assets/styles/components/_modal.scss */
/* line 5527, stdin */
.hustle-modal article p a,
.hustle-modal .hustle-modal-message p a {
  color: #17A8E3; }

/* line 1466, resources/assets/styles/components/_modal.scss */
/* line 5534, stdin */
.hustle-modal article p a:hover,
.hustle-modal article p a:focus,
.hustle-modal article p a:active,
.hustle-modal .hustle-modal-message p a:hover,
.hustle-modal .hustle-modal-message p a:focus,
.hustle-modal .hustle-modal-message p a:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0073A4; }

/* line 1477, resources/assets/styles/components/_modal.scss */
/* line 5548, stdin */
.hustle-modal article p img,
.hustle-modal .hustle-modal-message p img {
  max-width: 100%;
  height: auto;
  float: none;
  display: block; }

/* line 1485, resources/assets/styles/components/_modal.scss */
/* line 5558, stdin */
.hustle-modal article p img .alignleft,
.hustle-modal .hustle-modal-message p img .alignleft {
  margin-left: 0;
  margin-right: auto; }

/* line 1491, resources/assets/styles/components/_modal.scss */
/* line 5566, stdin */
.hustle-modal article p img.aligncenter,
.hustle-modal .hustle-modal-message p img.aligncenter {
  margin: 0 auto; }

/* line 1496, resources/assets/styles/components/_modal.scss */
/* line 5573, stdin */
.hustle-modal article p img.alignright,
.hustle-modal .hustle-modal-message p img.alignright {
  margin-right: 0;
  margin-left: auto; }

/* line 1502, resources/assets/styles/components/_modal.scss */
/* line 5581, stdin */
.hustle-modal article p:first-child,
.hustle-modal .hustle-modal-message p:first-child {
  margin-top: 0; }

/* line 1507, resources/assets/styles/components/_modal.scss */
/* line 5588, stdin */
.hustle-modal article p:last-child,
.hustle-modal .hustle-modal-message p:last-child {
  margin-bottom: 0; }

/* line 1512, resources/assets/styles/components/_modal.scss */
/* line 5595, stdin */
.hustle-modal article blockquote,
.hustle-modal .hustle-modal-message blockquote {
  margin: 14px 0 20px;
  padding: 6px 10px 8px 20px;
  border-left: 4px solid transparent;
  background: rgba(0, 0, 0, 0.05); }

/* line 1520, resources/assets/styles/components/_modal.scss */
/* line 5605, stdin */
.hustle-modal article blockquote:first-child,
.hustle-modal .hustle-modal-message blockquote:first-child {
  margin-top: 0; }

/* line 1525, resources/assets/styles/components/_modal.scss */
/* line 5612, stdin */
.hustle-modal article blockquote:last-child,
.hustle-modal .hustle-modal-message blockquote:last-child {
  margin-bottom: 0; }

/* line 1530, resources/assets/styles/components/_modal.scss */
/* line 5619, stdin */
.hustle-modal article iframe,
.hustle-modal .hustle-modal-message iframe {
  max-width: 100%; }

/* line 1535, resources/assets/styles/components/_modal.scss */
/* line 5626, stdin */
.wph-modal {
  max-width: 100%;
  max-height: 100%;
  display: none;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px; }

/* line 1552, resources/assets/styles/components/_modal.scss */
/* line 5647, stdin */
.wph-modal .wph-modal-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.7); }

/* line 1563, resources/assets/styles/components/_modal.scss */
/* line 5660, stdin */
.wph-modal.wph-modal-active {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

/* line 1568, resources/assets/styles/components/_modal.scss */
/* line 5668, stdin */
body.logged-in.admin-bar .wph-modal {
  top: 46px; }

@media (min-width: 783px) {
  /* line 1573, resources/assets/styles/components/_modal.scss */
  /* line 5675, stdin */
  body.logged-in.admin-bar .wph-modal {
    top: 32px; } }

/* line 1578, resources/assets/styles/components/_modal.scss */
/* line 5682, stdin */
.wph-modal.inc_opt_slidein_n,
#wph-preview-modal.inc_opt_slidein_n {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

/* line 1584, resources/assets/styles/components/_modal.scss */
/* line 5691, stdin */
.wph-modal.inc_opt_slidein_n .hustle-modal,
#wph-preview-modal.inc_opt_slidein_n .hustle-modal {
  margin-top: -20px; }

/* line 1589, resources/assets/styles/components/_modal.scss */
/* line 5698, stdin */
.wph-modal.inc_opt_slidein_s,
#wph-preview-modal.inc_opt_slidein_s {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

/* line 1595, resources/assets/styles/components/_modal.scss */
/* line 5707, stdin */
.wph-modal.inc_opt_slidein_s .hustle-modal,
#wph-preview-modal.inc_opt_slidein_s .hustle-modal {
  margin-bottom: -20px; }

/* line 1600, resources/assets/styles/components/_modal.scss */
/* line 5714, stdin */
.wph-modal.inc_opt_slidein_ne,
#wph-preview-modal.inc_opt_slidein_ne {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

/* line 1608, resources/assets/styles/components/_modal.scss */
/* line 5726, stdin */
.wph-modal.inc_opt_slidein_ne .hustle-modal,
#wph-preview-modal.inc_opt_slidein_ne .hustle-modal {
  margin-right: -20px; }

/* line 1613, resources/assets/styles/components/_modal.scss */
/* line 5733, stdin */
.wph-modal.inc_opt_slidein_e,
#wph-preview-modal.inc_opt_slidein_e {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end; }

/* line 1619, resources/assets/styles/components/_modal.scss */
/* line 5742, stdin */
.wph-modal.inc_opt_slidein_e .hustle-modal,
#wph-preview-modal.inc_opt_slidein_e .hustle-modal {
  margin-right: -20px; }

/* line 1624, resources/assets/styles/components/_modal.scss */
/* line 5749, stdin */
.wph-modal.inc_opt_slidein_se,
#wph-preview-modal.inc_opt_slidein_se {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

/* line 1632, resources/assets/styles/components/_modal.scss */
/* line 5761, stdin */
.wph-modal.inc_opt_slidein_se .hustle-modal,
#wph-preview-modal.inc_opt_slidein_se .hustle-modal {
  margin-right: -20px; }

/* line 1637, resources/assets/styles/components/_modal.scss */
/* line 5768, stdin */
.wph-modal.inc_opt_slidein_nw,
#wph-preview-modal.inc_opt_slidein_nw {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

/* line 1645, resources/assets/styles/components/_modal.scss */
/* line 5780, stdin */
.wph-modal.inc_opt_slidein_nw .hustle-modal,
#wph-preview-modal.inc_opt_slidein_nw .hustle-modal {
  margin-left: -20px; }

/* line 1650, resources/assets/styles/components/_modal.scss */
/* line 5787, stdin */
.wph-modal.inc_opt_slidein_w,
#wph-preview-modal.inc_opt_slidein_w {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start; }

/* line 1656, resources/assets/styles/components/_modal.scss */
/* line 5796, stdin */
.wph-modal.inc_opt_slidein_w .hustle-modal,
#wph-preview-modal.inc_opt_slidein_w .hustle-modal {
  margin-left: -20px; }

/* line 1661, resources/assets/styles/components/_modal.scss */
/* line 5803, stdin */
.wph-modal.inc_opt_slidein_sw,
#wph-preview-modal.inc_opt_slidein_sw {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

/* line 1669, resources/assets/styles/components/_modal.scss */
/* line 5815, stdin */
.wph-modal.inc_opt_slidein_sw .hustle-modal,
#wph-preview-modal.inc_opt_slidein_sw .hustle-modal {
  margin-left: -20px; }

/* line 1674, resources/assets/styles/components/_modal.scss */
/* line 5822, stdin */
.wph-modal.inc_opt_slidein {
  pointer-events: none; }

/* line 1678, resources/assets/styles/components/_modal.scss */
/* line 5828, stdin */
.wph-modal.inc_opt_slidein .hustle-modal {
  pointer-events: auto; }

/* line 1682, resources/assets/styles/components/_modal.scss */
/* line 5834, stdin */
.hustle-modal .hustle-modal-close,
.wpmudev-ui .hustle-modal .hustle-modal-close {
  display: block;
  margin: 0 0 15px;
  font-weight: bold;
  text-align: center; }

/* line 1690, resources/assets/styles/components/_modal.scss */
/* line 5844, stdin */
.hustle-modal .hustle-modal-close .hustle-icon,
.wpmudev-ui .hustle-modal .hustle-modal-close .hustle-icon {
  max-width: 12px;
  max-height: 12px;
  cursor: pointer;
  display: block;
  margin: 0 0 0 auto; }

/* line 1699, resources/assets/styles/components/_modal.scss */
/* line 5855, stdin */
.hustle-modal .hustle-modal-close .hustle-icon path,
.wpmudev-ui .hustle-modal .hustle-modal-close .hustle-icon path {
  fill: #fff; }

/* line 1704, resources/assets/styles/components/_modal.scss */
/* line 5862, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image {
  position: relative;
  background: #00335b; }

/* line 1709, resources/assets/styles/components/_modal.scss */
/* line 5869, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image img {
  width: 100%;
  height: 100%;
  display: block;
  -ms-interpolation-mode: bicubic; }

/* line 1716, resources/assets/styles/components/_modal.scss */
/* line 5878, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill {
  -ms-flex: 0 0 150px;
  -webkit-box-flex: 0;
  flex: 0 0 150px; }

/* line 1721, resources/assets/styles/components/_modal.scss */
/* line 5886, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
  position: absolute;
  -o-object-fit: fill;
  object-fit: fill; }

@media (min-width: 783px) {
  /* line 1728, resources/assets/styles/components/_modal.scss */
  /* line 5895, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill {
    -ms-flex: 0 0 316px;
    -webkit-box-flex: 0;
    flex: 0 0 316px; } }

/* line 1734, resources/assets/styles/components/_modal.scss */
/* line 5904, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_contain {
  -ms-flex: 0 0 150px;
  -webkit-box-flex: 0;
  flex: 0 0 150px; }

/* line 1739, resources/assets/styles/components/_modal.scss */
/* line 5912, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_contain img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain; }

@media (min-width: 783px) {
  /* line 1746, resources/assets/styles/components/_modal.scss */
  /* line 5921, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_contain {
    -ms-flex: 0 0 316px;
    -webkit-box-flex: 0;
    flex: 0 0 316px; } }

/* line 1752, resources/assets/styles/components/_modal.scss */
/* line 5930, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_cover {
  -ms-flex: 0 0 150px;
  -webkit-box-flex: 0;
  flex: 0 0 150px; }

/* line 1757, resources/assets/styles/components/_modal.scss */
/* line 5938, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_cover img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover; }

@media (min-width: 783px) {
  /* line 1764, resources/assets/styles/components/_modal.scss */
  /* line 5947, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_cover {
    -ms-flex: 0 0 316px;
    -webkit-box-flex: 0;
    flex: 0 0 316px; } }

/* line 1770, resources/assets/styles/components/_modal.scss */
/* line 5956, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_none {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

/* line 1782, resources/assets/styles/components/_modal.scss */
/* line 5975, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_none img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  margin: 0 auto; }

/* line 1792, resources/assets/styles/components/_modal.scss */
/* line 5988, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_none.hustle-modal-mobile_hidden {
  display: none; }

@media (min-width: 783px) {
  /* line 1797, resources/assets/styles/components/_modal.scss */
  /* line 5995, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_none.hustle-modal-mobile_hidden {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; } }

@media (min-width: 783px) {
  /* line 1804, resources/assets/styles/components/_modal.scss */
  /* line 6005, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_none {
    max-width: 50%;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; } }

@media (min-width: 783px) {
  /* line 1812, resources/assets/styles/components/_modal.scss */
  /* line 6016, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image:not(.hustle-modal-image_none):only-child img {
    position: relative; } }

@media (min-width: 783px) {
  /* line 1818, resources/assets/styles/components/_modal.scss */
  /* line 6024, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image:not(.hustle-modal-image_none):only-child {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    max-height: 316px; } }

/* line 1825, resources/assets/styles/components/_modal.scss */
/* line 6034, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image:not(.hustle-modal-image_none).hustle-modal-mobile_hidden {
  display: none; }

@media (min-width: 783px) {
  /* line 1830, resources/assets/styles/components/_modal.scss */
  /* line 6041, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image:not(.hustle-modal-image_none).hustle-modal-mobile_hidden {
    display: block; } }

/* line 1835, resources/assets/styles/components/_modal.scss */
/* line 6048, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image:not(.hustle-modal-image_fill):not(.hustle-modal-image_none) img.hustle-modal-image_lefttop {
  -o-object-position: left top;
  object-position: left top; }

/* line 1840, resources/assets/styles/components/_modal.scss */
/* line 6055, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image:not(.hustle-modal-image_fill):not(.hustle-modal-image_none) img.hustle-modal-image_leftcenter {
  -o-object-position: left center;
  object-position: left center; }

/* line 1845, resources/assets/styles/components/_modal.scss */
/* line 6062, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image:not(.hustle-modal-image_fill):not(.hustle-modal-image_none) img.hustle-modal-image_leftbottom {
  -o-object-position: left bottom;
  object-position: left bottom; }

/* line 1850, resources/assets/styles/components/_modal.scss */
/* line 6069, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image:not(.hustle-modal-image_fill):not(.hustle-modal-image_none) img.hustle-modal-image_centertop {
  -o-object-position: center top;
  object-position: center top; }

/* line 1855, resources/assets/styles/components/_modal.scss */
/* line 6076, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image:not(.hustle-modal-image_fill):not(.hustle-modal-image_none) img.hustle-modal-image_centercenter {
  -o-object-position: center;
  object-position: center; }

/* line 1860, resources/assets/styles/components/_modal.scss */
/* line 6083, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image:not(.hustle-modal-image_fill):not(.hustle-modal-image_none) img.hustle-modal-image_centerbottom {
  -o-object-position: center bottom;
  object-position: center bottom; }

/* line 1865, resources/assets/styles/components/_modal.scss */
/* line 6090, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image:not(.hustle-modal-image_fill):not(.hustle-modal-image_none) img.hustle-modal-image_righttop {
  -o-object-position: right top;
  object-position: right top; }

/* line 1870, resources/assets/styles/components/_modal.scss */
/* line 6097, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image:not(.hustle-modal-image_fill):not(.hustle-modal-image_none) img.hustle-modal-image_rightcenter {
  -o-object-position: right center;
  object-position: right center; }

/* line 1875, resources/assets/styles/components/_modal.scss */
/* line 6104, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image:not(.hustle-modal-image_fill):not(.hustle-modal-image_none) img.hustle-modal-image_rightbottom {
  -o-object-position: right bottom;
  object-position: right bottom; }

@media (min-width: 783px) {
  /* line 1882, resources/assets/styles/components/_modal.scss */
  /* line 6112, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-size-small .hustle-modal-image.hustle-modal-image_fill,
  .hustle-modal:not(.hustle-modal-image_only) .hustle-size-small .hustle-modal-image.hustle-modal-image_contain,
  .hustle-modal:not(.hustle-modal-image_only) .hustle-size-small .hustle-modal-image.hustle-modal-image_cover {
    -ms-flex: 0 0 150px;
    -webkit-box-flex: 0;
    flex: 0 0 150px; } }

@media (min-width: 783px) {
  /* line 1891, resources/assets/styles/components/_modal.scss */
  /* line 6124, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-size-small .hustle-modal-image.hustle-modal-image_none {
    max-width: unset; } }

@media (min-width: 783px) {
  /* line 1897, resources/assets/styles/components/_modal.scss */
  /* line 6132, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-size-small .hustle-modal-image:not(.hustle-modal-image_none):only-child {
    -ms-flex: unset;
    -webkit-box-flex: unset;
    flex: unset;
    max-height: unset; } }

/* line 1904, resources/assets/styles/components/_modal.scss */
/* line 6142, stdin */
.hustle-modal.hustle-modal-image_only .hustle-modal-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto; }

/* line 1913, resources/assets/styles/components/_modal.scss */
/* line 6153, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image-left {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

/* line 1918, resources/assets/styles/components/_modal.scss */
/* line 6161, stdin */
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image-right {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2; }

/* line 1923, resources/assets/styles/components/_modal.scss */
/* line 6169, stdin */
.hustle-modal .hustle-modal-cta,
.wpmudev-ui .hustle-modal .hustle-modal-cta {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  border: 0;
  background: #17A8E3;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font: 400 14px/36px "Montserrat", sans-serif;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/* line 1938, resources/assets/styles/components/_modal.scss */
/* line 6189, stdin */
.hustle-modal .hustle-modal-cta:hover,
.hustle-modal .hustle-modal-cta:focus,
.wpmudev-ui .hustle-modal .hustle-modal-cta:hover,
.wpmudev-ui .hustle-modal .hustle-modal-cta:focus {
  outline: none;
  background: #0073A4;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff; }

/* line 1948, resources/assets/styles/components/_modal.scss */
/* line 6202, stdin */
.hustle-modal .hustle-modal-optin_form {
  margin: 0;
  padding: 20px;
  border: 0; }

/* line 1954, resources/assets/styles/components/_modal.scss */
/* line 6210, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  position: relative;
  margin-bottom: 1px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/* line 1962, resources/assets/styles/components/_modal.scss */
/* line 6223, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field input {
  width: 100%;
  height: 36px;
  display: block;
  margin: 0;
  padding: 9px 10px;
  border: 0;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  font: 300 13px/18px "Open Sans", Arial, sans-serif;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }

/* line 1977, resources/assets/styles/components/_modal.scss */
/* line 6243, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field input:focus + label .hustle-modal-optin_animated {
  opacity: 1;
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

/* line 1983, resources/assets/styles/components/_modal.scss */
/* line 6255, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field input:focus + label .hustle-modal-optin_placeholder {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

/* line 1989, resources/assets/styles/components/_modal.scss */
/* line 6267, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field input.hustle-modal-optin_error {
  border: 2px solid #C40000; }

/* line 1993, resources/assets/styles/components/_modal.scss */
/* line 6273, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field input.hustle-modal-optin_error:focus {
  border: 0; }

/* line 1997, resources/assets/styles/components/_modal.scss */
/* line 6279, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 9px 10px;
  border: 0;
  font: 300 13px/18px "Open Sans", Arial, sans-serif; }

/* line 2020, resources/assets/styles/components/_modal.scss */
/* line 6307, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field label .hustle-modal-optin_icon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex: 0 0 26px;
  -webkit-box-flex: 0;
  flex: 0 0 26px;
  margin-left: -26px; }

/* line 2034, resources/assets/styles/components/_modal.scss */
/* line 6329, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field label .hustle-modal-optin_icon .hustle-icon {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  margin: 0 auto; }

/* line 2041, resources/assets/styles/components/_modal.scss */
/* line 6339, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field label .hustle-modal-optin_icon .hustle-i_warning {
  width: 14px;
  height: 14px;
  position: absolute; }

/* line 2047, resources/assets/styles/components/_modal.scss */
/* line 6347, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field label .hustle-modal-optin_icon .hustle-i_warning path {
  fill: #C40000; }

/* line 2051, resources/assets/styles/components/_modal.scss */
/* line 6353, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field label .hustle-modal-optin_animated {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.3s;
  transition: opacity 0.35s, -webkit-transform 0.3s;
  -o-transition: opacity 0.35s, -o-transform 0.3s;
  transition: transform 0.3s, opacity 0.35s;
  transition: transform 0.3s, opacity 0.35s, -webkit-transform 0.3s, -o-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

/* line 2058, resources/assets/styles/components/_modal.scss */
/* line 6370, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field label .hustle-modal-optin_placeholder {
  opacity: 1;
  overflow: hidden;
  display: inline-block;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

/* line 2071, resources/assets/styles/components/_modal.scss */
/* line 6394, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field.hustle-modal-field_with_icon input {
  padding-left: 26px; }

/* line 2075, resources/assets/styles/components/_modal.scss */
/* line 6400, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field.hustle-modal-field_with_icon label {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 26px; }

/* line 2081, resources/assets/styles/components/_modal.scss */
/* line 6409, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field.hustle-modal-field_with_icon input.hustle-modal-optin_error + label .hustle-modal-optin_icon .hustle-icon {
  opacity: 0; }

/* line 2085, resources/assets/styles/components/_modal.scss */
/* line 6415, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field.hustle-modal-field_with_icon input.hustle-modal-optin_error + label .hustle-modal-optin_icon .hustle-i_warning {
  opacity: 1; }

/* line 2089, resources/assets/styles/components/_modal.scss */
/* line 6421, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field.hustle-modal-field_with_icon input.hustle-modal-optin_error:focus + label .hustle-modal-optin_icon .hustle-icon {
  opacity: 1; }

/* line 2093, resources/assets/styles/components/_modal.scss */
/* line 6427, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field.hustle-modal-field_with_icon input.hustle-modal-optin_error:focus + label .hustle-modal-optin_icon .hustle-i_warning {
  opacity: 0; }

/* line 2097, resources/assets/styles/components/_modal.scss */
/* line 6433, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field.hustle-modal-field_with_icon.hustle-input-filled .hustle-modal-optin_placeholder {
  display: none; }

/* line 2101, resources/assets/styles/components/_modal.scss */
/* line 6439, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field.hustle-modal-field_with_icon.hustle-input-filled input + label .hustle-modal-optin_animated,
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field.hustle-modal-field_with_icon.hustle-input-filled input.hustle-modal-optin_error + label .hustle-modal-optin_animated {
  opacity: 1;
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

/* line 2108, resources/assets/styles/components/_modal.scss */
/* line 6452, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field.hustle-modal-field_with_icon.hustle-input-filled input + label .hustle-modal-optin_placeholder,
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field.hustle-modal-field_with_icon.hustle-input-filled input.hustle-modal-optin_error + label .hustle-modal-optin_placeholder {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

/* line 2115, resources/assets/styles/components/_modal.scss */
/* line 6465, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field.hustle-input-filled .hustle-modal-optin_placeholder {
  display: none; }

@media (min-width: 783px) {
  /* line 2120, resources/assets/styles/components/_modal.scss */
  /* line 6472, stdin */
  .hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field:last-child {
    margin-right: 0; } }

@media (min-width: 783px) {
  /* line 2126, resources/assets/styles/components/_modal.scss */
  /* line 6480, stdin */
  .hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field {
    margin-right: 1px;
    margin-bottom: 0; } }

/* line 2132, resources/assets/styles/components/_modal.scss */
/* line 6488, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-mc_title {
  display: block;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin-bottom: 1px; }

/* line 2139, resources/assets/styles/components/_modal.scss */
/* line 6498, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-mc_title label {
  cursor: text;
  display: block;
  margin: 0;
  padding: 0 0 2px;
  font: 600 15px/28px "Open Sans", Arial, sans-serif;
  letter-spacing: 0; }

/* line 2148, resources/assets/styles/components/_modal.scss */
/* line 6509, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-mc_groups {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 1px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.1); }

/* line 2161, resources/assets/styles/components/_modal.scss */
/* line 6528, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-mc_groups .hustle-modal-mc_groups {
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  background: transparent; }

/* line 2168, resources/assets/styles/components/_modal.scss */
/* line 6537, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-mc_groups .hustle-modal-mc_option {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 10px; }

/* line 2179, resources/assets/styles/components/_modal.scss */
/* line 6554, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-mc_groups .hustle-modal-mc_option .hustle-modal-mc_checkbox {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 10px 0 0; }

/* line 2186, resources/assets/styles/components/_modal.scss */
/* line 6563, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-mc_groups .hustle-modal-mc_option .hustle-modal-mc_checkbox input {
  display: none; }

/* line 2190, resources/assets/styles/components/_modal.scss */
/* line 6569, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-mc_groups .hustle-modal-mc_option .hustle-modal-mc_checkbox input + label {
  width: 18px;
  height: 18px;
  cursor: pointer;
  display: block;
  margin: 0;
  border-radius: 2px; }

/* line 2199, resources/assets/styles/components/_modal.scss */
/* line 6580, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-mc_groups .hustle-modal-mc_option .hustle-modal-mc_checkbox input + label:before {
  display: block;
  padding: 1px 0 0;
  border-radius: 3px;
  font-size: 14px;
  line-height: 16px;
  text-align: center; }

/* line 2208, resources/assets/styles/components/_modal.scss */
/* line 6591, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-mc_groups .hustle-modal-mc_option .hustle-modal-mc_radio {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 10px 0 0; }

/* line 2215, resources/assets/styles/components/_modal.scss */
/* line 6600, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-mc_groups .hustle-modal-mc_option .hustle-modal-mc_radio input {
  display: none; }

/* line 2219, resources/assets/styles/components/_modal.scss */
/* line 6606, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-mc_groups .hustle-modal-mc_option .hustle-modal-mc_radio input + label {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: block;
  margin: 0;
  border-radius: 20px; }

/* line 2228, resources/assets/styles/components/_modal.scss */
/* line 6617, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-mc_groups .hustle-modal-mc_option .hustle-modal-mc_radio input + label:before {
  display: block;
  padding: 1px 0 0;
  border-radius: 20px;
  font-size: 14px;
  line-height: 14px;
  text-align: center; }

/* line 2237, resources/assets/styles/components/_modal.scss */
/* line 6628, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-mc_groups .hustle-modal-mc_option .hustle-modal-mc_label {
  overflow: hidden;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1; }

/* line 2243, resources/assets/styles/components/_modal.scss */
/* line 6637, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-mc_groups .hustle-modal-mc_option .hustle-modal-mc_label label {
  overflow: hidden;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font: 300 14px/20px "Open Sans", Arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media (min-width: 783px) {
  /* line 2256, resources/assets/styles/components/_modal.scss */
  /* line 6652, stdin */
  .hustle-modal .hustle-modal-optin_form .hustle-modal-mc_groups .hustle-modal-mc_option {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 0; } }

@media (min-width: 783px) {
  /* line 2269, resources/assets/styles/components/_modal.scss */
  /* line 6670, stdin */
  .hustle-modal .hustle-modal-optin_form .hustle-modal-mc_groups {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-right: 1px;
    margin-bottom: 0; } }

/* line 2279, resources/assets/styles/components/_modal.scss */
/* line 6684, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_button {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto; }

/* line 2284, resources/assets/styles/components/_modal.scss */
/* line 6692, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_button button {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 9px 10px;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font: 600 13px/18px "Open Sans", Arial, sans-serif;
  text-align: center;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }

@media (min-width: 783px) {
  /* line 2300, resources/assets/styles/components/_modal.scss */
  /* line 6713, stdin */
  .hustle-modal .hustle-modal-optin_form .hustle-modal-optin_button button {
    width: auto;
    min-width: 100px; } }

/* line 2306, resources/assets/styles/components/_modal.scss */
/* line 6721, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-select + .select2 {
  width: 100% !important;
  display: block; }

/* line 2311, resources/assets/styles/components/_modal.scss */
/* line 6728, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-select + .select2 .selection {
  display: block; }

/* line 2315, resources/assets/styles/components/_modal.scss */
/* line 6734, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-select + .select2 .selection .select2-selection {
  height: auto;
  display: block;
  padding: 5px 0;
  border: 0;
  border-radius: 0; }

/* line 2323, resources/assets/styles/components/_modal.scss */
/* line 6744, stdin */
.hustle-modal .hustle-modal-optin_form .hustle-select + .select2 .selection .select2-selection .select2-selection__rendered {
  font: 300 13px/18px "Open Sans", Arial, sans-serif; }

/* line 2327, resources/assets/styles/components/_modal.scss */
/* line 6750, stdin */
.hustle-modal .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-optin_group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

/* line 2336, resources/assets/styles/components/_modal.scss */
/* line 6765, stdin */
.hustle-modal .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-optin_group .hustle-modal-optin_half {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

@media (min-width: 783px) {
  /* line 2344, resources/assets/styles/components/_modal.scss */
  /* line 6778, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-optin_group .hustle-modal-optin_half:last-child {
    margin-bottom: 0; } }

@media (min-width: 783px) {
  /* line 2350, resources/assets/styles/components/_modal.scss */
  /* line 6786, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-optin_group .hustle-modal-optin_half {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 1px; } }

@media (min-width: 783px) {
  /* line 2360, resources/assets/styles/components/_modal.scss */
  /* line 6800, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-optin_group.hustle-modal-half_enabled .hustle-modal-optin_button button {
    width: 100%; } }

@media (min-width: 783px) {
  /* line 2366, resources/assets/styles/components/_modal.scss */
  /* line 6808, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-optin_group.hustle-modal-half_enabled .hustle-modal-optin_button {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1; } }

@media (min-width: 783px) {
  /* line 2373, resources/assets/styles/components/_modal.scss */
  /* line 6818, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-optin_group.hustle-modal-half_enabled .hustle-modal-mc_groups {
    margin-right: 0;
    margin-bottom: 1px; } }

@media (min-width: 783px) {
  /* line 2380, resources/assets/styles/components/_modal.scss */
  /* line 6827, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-optin_group.hustle-modal-half_enabled {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

@media (min-width: 783px) {
  /* line 2387, resources/assets/styles/components/_modal.scss */
  /* line 6838, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-optin_group:last-child {
    margin-bottom: 0; } }

@media (min-width: 783px) {
  /* line 2393, resources/assets/styles/components/_modal.scss */
  /* line 6846, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-optin_group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 1px; } }

@media (min-width: 783px) {
  /* line 2403, resources/assets/styles/components/_modal.scss */
  /* line 6860, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_groups {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

/* line 2409, resources/assets/styles/components/_modal.scss */
/* line 6870, stdin */
.hustle-modal .hustle-modal-optin_form.hustle-modal-optin_separated .hustle-modal-optin_field {
  margin-bottom: 10px; }

@media (min-width: 783px) {
  /* line 2414, resources/assets/styles/components/_modal.scss */
  /* line 6877, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_separated .hustle-modal-optin_field:last-child {
    margin-right: 0; } }

@media (min-width: 783px) {
  /* line 2420, resources/assets/styles/components/_modal.scss */
  /* line 6885, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_separated .hustle-modal-optin_field {
    margin-right: 10px;
    margin-bottom: 0; } }

/* line 2426, resources/assets/styles/components/_modal.scss */
/* line 6893, stdin */
.hustle-modal .hustle-modal-optin_form.hustle-modal-optin_separated .wpoi-submit-failure {
  margin-top: 10px; }

/* line 2430, resources/assets/styles/components/_modal.scss */
/* line 6899, stdin */
.hustle-modal .hustle-modal-optin_form.hustle-modal-optin_separated .hustle-modal-mc_groups {
  margin-bottom: 10px; }

@media (min-width: 783px) {
  /* line 2435, resources/assets/styles/components/_modal.scss */
  /* line 6906, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_separated .hustle-modal-mc_groups {
    margin-right: 10px;
    margin-bottom: 0; } }

@media (min-width: 783px) {
  /* line 2442, resources/assets/styles/components/_modal.scss */
  /* line 6915, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_separated.hustle-modal-optin_groups .hustle-modal-optin_group .hustle-modal-optin_half:last-child {
    margin-bottom: 0; } }

@media (min-width: 783px) {
  /* line 2448, resources/assets/styles/components/_modal.scss */
  /* line 6923, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_separated.hustle-modal-optin_groups .hustle-modal-optin_group .hustle-modal-optin_half {
    margin-bottom: 10px; } }

@media (min-width: 783px) {
  /* line 2454, resources/assets/styles/components/_modal.scss */
  /* line 6931, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_separated.hustle-modal-optin_groups .hustle-modal-optin_group.hustle-modal-half_enabled .hustle-modal-mc_groups {
    margin-right: 0;
    margin-bottom: 10px; } }

@media (min-width: 783px) {
  /* line 2461, resources/assets/styles/components/_modal.scss */
  /* line 6940, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_separated.hustle-modal-optin_groups .hustle-modal-optin_group:last-child {
    margin-bottom: 0; } }

@media (min-width: 783px) {
  /* line 2467, resources/assets/styles/components/_modal.scss */
  /* line 6948, stdin */
  .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_separated.hustle-modal-optin_groups .hustle-modal-optin_group {
    margin-bottom: 10px; } }

/* line 2472, resources/assets/styles/components/_modal.scss */
/* line 6955, stdin */
.hustle-modal .hustle-modal-optin_form .wpoi-submit-failure {
  padding: 10px;
  background: #CB4B57;
  color: #fff;
  font: 400 12px/18px "Montserrat", sans-serif;
  letter-spacing: 0px; }

@media (min-width: 783px) {
  /* line 2481, resources/assets/styles/components/_modal.scss */
  /* line 6966, stdin */
  .hustle-modal .hustle-modal-optin_form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 783px) {
  /* line 2490, resources/assets/styles/components/_modal.scss */
  /* line 6978, stdin */
  .hustle-modal .hustle-size-small .hustle-modal-optin_form .hustle-modal-optin_field:last-child {
    margin-bottom: 0; } }

@media (min-width: 783px) {
  /* line 2496, resources/assets/styles/components/_modal.scss */
  /* line 6986, stdin */
  .hustle-modal .hustle-size-small .hustle-modal-optin_form .hustle-modal-optin_field {
    margin-right: 0;
    margin-bottom: 1px; } }

@media (min-width: 783px) {
  /* line 2503, resources/assets/styles/components/_modal.scss */
  /* line 6995, stdin */
  .hustle-modal .hustle-size-small .hustle-modal-optin_form .hustle-modal-mc_groups .hustle-modal-mc_option:last-child {
    margin-bottom: 0; } }

@media (min-width: 783px) {
  /* line 2509, resources/assets/styles/components/_modal.scss */
  /* line 7003, stdin */
  .hustle-modal .hustle-size-small .hustle-modal-optin_form .hustle-modal-mc_groups .hustle-modal-mc_option {
    margin-right: 0;
    margin-bottom: 10px; } }

@media (min-width: 783px) {
  /* line 2516, resources/assets/styles/components/_modal.scss */
  /* line 7012, stdin */
  .hustle-modal .hustle-size-small .hustle-modal-optin_form .hustle-modal-mc_groups {
    display: block;
    margin-right: 0;
    margin-bottom: 1px; } }

@media (min-width: 783px) {
  /* line 2524, resources/assets/styles/components/_modal.scss */
  /* line 7022, stdin */
  .hustle-modal .hustle-size-small .hustle-modal-optin_form .hustle-modal-optin_button button {
    width: 100%; } }

@media (min-width: 783px) {
  /* line 2530, resources/assets/styles/components/_modal.scss */
  /* line 7030, stdin */
  .hustle-modal .hustle-size-small .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-optin_group {
    display: block; } }

@media (min-width: 783px) {
  /* line 2536, resources/assets/styles/components/_modal.scss */
  /* line 7038, stdin */
  .hustle-modal .hustle-size-small .hustle-modal-optin_form.hustle-modal-optin_separated .hustle-modal-optin_field:last-child {
    margin-bottom: 0; } }

@media (min-width: 783px) {
  /* line 2542, resources/assets/styles/components/_modal.scss */
  /* line 7046, stdin */
  .hustle-modal .hustle-size-small .hustle-modal-optin_form.hustle-modal-optin_separated .hustle-modal-optin_field {
    margin-right: 0;
    margin-bottom: 10px; } }

@media (min-width: 783px) {
  /* line 2549, resources/assets/styles/components/_modal.scss */
  /* line 7055, stdin */
  .hustle-modal .hustle-size-small .hustle-modal-optin_form.hustle-modal-optin_separated .hustle-modal-mc_groups {
    margin-right: 0;
    margin-bottom: 10px; } }

@media (min-width: 783px) {
  /* line 2556, resources/assets/styles/components/_modal.scss */
  /* line 7064, stdin */
  .hustle-modal .hustle-size-small .hustle-modal-optin_form {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

/* line 2563, resources/assets/styles/components/_modal.scss */
/* line 7073, stdin */
.hustle-modal header {
  margin: 0;
  border: 0;
  padding: 0; }

/* line 2569, resources/assets/styles/components/_modal.scss */
/* line 7081, stdin */
.hustle-modal header .hustle-modal-title {
  margin: 0 0 8px;
  padding: 0;
  font: 400 24px/28px "Georgia", serif;
  text-transform: none;
  text-align: left; }

/* line 2577, resources/assets/styles/components/_modal.scss */
/* line 7091, stdin */
.hustle-modal header .hustle-modal-title:last-child {
  margin: 0; }

@media (min-width: 783px) {
  /* line 2582, resources/assets/styles/components/_modal.scss */
  /* line 7098, stdin */
  .hustle-modal header .hustle-modal-title {
    font-size: 34px;
    line-height: 38px; } }

/* line 2588, resources/assets/styles/components/_modal.scss */
/* line 7106, stdin */
.hustle-modal header .hustle-modal-subtitle {
  margin: 0;
  padding: 0;
  font: 400 14px/20px "Montserrat", sans-serif;
  text-transform: none;
  text-align: left; }

@media (min-width: 783px) {
  /* line 2597, resources/assets/styles/components/_modal.scss */
  /* line 7117, stdin */
  .hustle-modal header .hustle-modal-subtitle {
    font-size: 16px;
    line-height: 24px; } }

@media (min-width: 783px) {
  /* line 2604, resources/assets/styles/components/_modal.scss */
  /* line 7126, stdin */
  .hustle-modal .hustle-size-small header .hustle-modal-title {
    font-size: 24px;
    line-height: 28px; } }

@media (min-width: 783px) {
  /* line 2611, resources/assets/styles/components/_modal.scss */
  /* line 7135, stdin */
  .hustle-modal .hustle-size-small header .hustle-modal-subtitle {
    font-size: 14px;
    line-height: 20px; } }

/* line 2617, resources/assets/styles/components/_modal.scss */
/* line 7143, stdin */
.hustle-modal section {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

/* line 2624, resources/assets/styles/components/_modal.scss */
/* line 7155, stdin */
.hustle-modal section .hustle-modal-message {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1; }

/* line 2629, resources/assets/styles/components/_modal.scss */
/* line 7163, stdin */
.hustle-modal section .hustle-modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

/* line 2636, resources/assets/styles/components/_modal.scss */
/* line 7175, stdin */
.hustle-modal section .hustle-modal-footer .hustle-modal-cta {
  display: block;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1; }

@media (min-width: 783px) {
  /* line 2643, resources/assets/styles/components/_modal.scss */
  /* line 7185, stdin */
  .hustle-modal section .hustle-modal-footer .hustle-modal-cta {
    max-width: 100%;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; } }

/* line 2650, resources/assets/styles/components/_modal.scss */
/* line 7195, stdin */
.hustle-modal section .hustle-modal-footer:not(:first-child) {
  margin-top: 20px; }

@media (min-width: 783px) {
  /* line 2655, resources/assets/styles/components/_modal.scss */
  /* line 7202, stdin */
  .hustle-modal section .hustle-modal-footer:not(:first-child) {
    margin-top: 30px; } }

@media (min-width: 783px) {
  /* line 2661, resources/assets/styles/components/_modal.scss */
  /* line 7210, stdin */
  .hustle-modal section .hustle-modal-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; } }

@media (min-width: 783px) {
  /* line 2672, resources/assets/styles/components/_modal.scss */
  /* line 7226, stdin */
  .hustle-modal section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; } }

@media (min-width: 783px) {
  /* line 2681, resources/assets/styles/components/_modal.scss */
  /* line 7239, stdin */
  .hustle-modal .hustle-size-small section .hustle-modal-footer .hustle-modal-cta {
    max-width: unset;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1; } }

@media (min-width: 783px) {
  /* line 2689, resources/assets/styles/components/_modal.scss */
  /* line 7250, stdin */
  .hustle-modal .hustle-size-small section .hustle-modal-footer {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: unset;
    -webkit-box-align: unset;
    align-items: unset; } }

@media (min-width: 783px) {
  /* line 2700, resources/assets/styles/components/_modal.scss */
  /* line 7266, stdin */
  .hustle-modal .hustle-size-small section {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

/* line 2708, resources/assets/styles/components/_modal.scss */
/* line 7278, stdin */
.hustle-modal article {
  margin: 0;
  padding: 20px; }

/* line 2713, resources/assets/styles/components/_modal.scss */
/* line 7285, stdin */
.hustle-modal article hgroup {
  margin: 0 0 12px;
  padding: 0; }

/* line 2718, resources/assets/styles/components/_modal.scss */
/* line 7292, stdin */
.hustle-modal article hgroup .hustle-modal-title {
  margin: 0 0 10px;
  padding: 0;
  font: 600 20px/27px "Open Sans", Arial, sans-serif; }

/* line 2724, resources/assets/styles/components/_modal.scss */
/* line 7300, stdin */
.hustle-modal article hgroup .hustle-modal-subtitle {
  margin: 0;
  padding: 0;
  font: 600 14px/18px "Open Sans", Arial, sans-serif; }

/* line 2730, resources/assets/styles/components/_modal.scss */
/* line 7308, stdin */
.hustle-modal article hgroup:last-child {
  margin: 0; }

/* line 2734, resources/assets/styles/components/_modal.scss */
/* line 7314, stdin */
.hustle-modal footer {
  margin: 0;
  padding: 0; }

/* line 2739, resources/assets/styles/components/_modal.scss */
/* line 7321, stdin */
.hustle-modal footer .hustle-modal-cta {
  display: block;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1; }

@media (min-width: 783px) {
  /* line 2746, resources/assets/styles/components/_modal.scss */
  /* line 7331, stdin */
  .hustle-modal footer .hustle-modal-cta {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; } }

/* line 2752, resources/assets/styles/components/_modal.scss */
/* line 7340, stdin */
.hustle-modal.hustle-modal-simple .hustle-modal-body {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 2762, resources/assets/styles/components/_modal.scss */
  /* line 7354, stdin */
  .hustle-modal.hustle-modal-simple .hustle-modal-body {
    overflow: auto; } }

/* line 2767, resources/assets/styles/components/_modal.scss */
/* line 7361, stdin */
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content {
  max-height: calc(60vh - 150px);
  overflow-y: auto;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  padding: 20px; }

@media (min-width: 783px) {
  /* line 2776, resources/assets/styles/components/_modal.scss */
  /* line 7373, stdin */
  .hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content section .hustle-modal-message {
    max-height: 100%;
    overflow-y: auto; } }

@media (min-width: 783px) {
  /* line 2783, resources/assets/styles/components/_modal.scss */
  /* line 7382, stdin */
  .hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content section {
    max-height: 100%; } }

@media (min-width: 783px) {
  /* line 2789, resources/assets/styles/components/_modal.scss */
  /* line 7390, stdin */
  .hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content {
    max-height: unset; } }

/* line 2794, resources/assets/styles/components/_modal.scss */
/* line 7397, stdin */
.hustle-modal.hustle-modal-simple .hustle-modal-body.hustle-modal-image_right {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

@media (min-width: 783px) {
  /* line 2800, resources/assets/styles/components/_modal.scss */
  /* line 7407, stdin */
  .hustle-modal.hustle-modal-simple .hustle-modal-body.hustle-modal-image_right {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; } }

@media (min-width: 783px) {
  /* line 2807, resources/assets/styles/components/_modal.scss */
  /* line 7418, stdin */
  .hustle-modal.hustle-modal-simple .hustle-modal-body.hustle-size-small .hustle-modal-content section .hustle-modal-message {
    max-height: unset; } }

@media (min-width: 783px) {
  /* line 2813, resources/assets/styles/components/_modal.scss */
  /* line 7426, stdin */
  .hustle-modal.hustle-modal-simple .hustle-modal-body.hustle-size-small .hustle-modal-content section {
    max-height: unset; } }

@media (min-width: 783px) {
  /* line 2819, resources/assets/styles/components/_modal.scss */
  /* line 7434, stdin */
  .hustle-modal.hustle-modal-simple .hustle-modal-body.hustle-size-small .hustle-modal-content {
    max-height: unset; } }

@media (min-width: 783px) {
  /* line 2825, resources/assets/styles/components/_modal.scss */
  /* line 7442, stdin */
  .hustle-modal.hustle-modal-simple .hustle-modal-body.hustle-size-small.hustle-modal-image_right {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse; } }

@media (min-width: 783px) {
  /* line 2832, resources/assets/styles/components/_modal.scss */
  /* line 7453, stdin */
  .hustle-modal.hustle-modal-simple .hustle-modal-body.hustle-size-small {
    max-height: unset;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

@media (min-width: 783px) {
  /* line 2842, resources/assets/styles/components/_modal.scss */
  /* line 7467, stdin */
  .hustle-modal.hustle-modal-simple .hustle-modal-body {
    max-height: 70vh;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; } }

/* line 2851, resources/assets/styles/components/_modal.scss */
/* line 7480, stdin */
.hustle-modal.hustle-modal-simple header {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

/* line 2857, resources/assets/styles/components/_modal.scss */
/* line 7488, stdin */
.hustle-modal.hustle-modal-simple header:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0; }

@media (min-width: 783px) {
  /* line 2864, resources/assets/styles/components/_modal.scss */
  /* line 7497, stdin */
  .hustle-modal.hustle-modal-simple section {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

@media all and (min-width: 783px) and (-ms-high-contrast: none), (min-width: 783px) and (-ms-high-contrast: active) {
  /* line 2872, resources/assets/styles/components/_modal.scss */
  /* line 7508, stdin */
  .hustle-modal.hustle-modal-simple section {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; } }

/* line 2878, resources/assets/styles/components/_modal.scss */
/* line 7518, stdin */
.hustle-modal-minimal .hustle-modal-body header {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

/* line 2883, resources/assets/styles/components/_modal.scss */
/* line 7525, stdin */
.hustle-modal-minimal .hustle-modal-body section .hustle-modal-image + .hustle-modal-message {
  max-height: calc(60vh - 150px); }

@media (min-width: 783px) {
  /* line 2888, resources/assets/styles/components/_modal.scss */
  /* line 7532, stdin */
  .hustle-modal-minimal .hustle-modal-body section .hustle-modal-image + .hustle-modal-message {
    max-height: 70vh; } }

/* line 2893, resources/assets/styles/components/_modal.scss */
/* line 7539, stdin */
.hustle-modal-minimal .hustle-modal-body section .hustle-modal-message {
  max-height: 60vh;
  overflow-y: auto;
  padding: 20px; }

@media (min-width: 783px) {
  /* line 2900, resources/assets/styles/components/_modal.scss */
  /* line 7548, stdin */
  .hustle-modal-minimal .hustle-modal-body section .hustle-modal-message {
    max-height: 70vh; } }

/* line 2905, resources/assets/styles/components/_modal.scss */
/* line 7555, stdin */
.hustle-modal-minimal .hustle-modal-body section.hustle-modal-image_right {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

@media (min-width: 783px) {
  /* line 2911, resources/assets/styles/components/_modal.scss */
  /* line 7565, stdin */
  .hustle-modal-minimal .hustle-modal-body section.hustle-modal-image_right {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; } }

/* line 2917, resources/assets/styles/components/_modal.scss */
/* line 7575, stdin */
.hustle-modal-minimal .hustle-modal-body footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.08); }

@media (min-width: 783px) {
  /* line 2927, resources/assets/styles/components/_modal.scss */
  /* line 7590, stdin */
  .hustle-modal-minimal .hustle-modal-body footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; } }

@media (min-width: 783px) {
  /* line 2940, resources/assets/styles/components/_modal.scss */
  /* line 7609, stdin */
  .hustle-modal-minimal .hustle-modal-body.hustle-size-small section .hustle-modal-image + .hustle-modal-message {
    max-height: unset; } }

@media (min-width: 783px) {
  /* line 2946, resources/assets/styles/components/_modal.scss */
  /* line 7617, stdin */
  .hustle-modal-minimal .hustle-modal-body.hustle-size-small section .hustle-modal-message {
    max-height: unset; } }

@media (min-width: 783px) {
  /* line 2952, resources/assets/styles/components/_modal.scss */
  /* line 7625, stdin */
  .hustle-modal-minimal .hustle-modal-body.hustle-size-small footer {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: unset;
    -webkit-box-pack: unset;
    justify-content: unset;
    -ms-flex-align: unset;
    -webkit-box-align: unset;
    align-items: unset; } }

/* line 2964, resources/assets/styles/components/_modal.scss */
/* line 7643, stdin */
.hustle-modal.hustle-modal-cabriolet header {
  position: relative;
  margin: 0 0 15px; }

/* line 2969, resources/assets/styles/components/_modal.scss */
/* line 7650, stdin */
.hustle-modal.hustle-modal-cabriolet header .hustle-modal-close {
  margin: 0; }

/* line 2973, resources/assets/styles/components/_modal.scss */
/* line 7656, stdin */
.hustle-modal.hustle-modal-cabriolet header .hustle-modal-close:not(:only-child) {
  position: absolute;
  top: 5px;
  right: 0; }

@media (min-width: 783px) {
  /* line 2980, resources/assets/styles/components/_modal.scss */
  /* line 7665, stdin */
  .hustle-modal.hustle-modal-cabriolet header {
    margin: 0 0 20px; } }

/* line 2985, resources/assets/styles/components/_modal.scss */
/* line 7672, stdin */
.hustle-modal.hustle-modal-cabriolet section {
  overflow: hidden; }

/* line 2989, resources/assets/styles/components/_modal.scss */
/* line 7678, stdin */
.hustle-modal.hustle-modal-cabriolet section .hustle-modal-image.hustle-modal-image_none {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1; }

/* line 2994, resources/assets/styles/components/_modal.scss */
/* line 7686, stdin */
.hustle-modal.hustle-modal-cabriolet section .hustle-modal-image.hustle-modal-mobile_hidden + .hustle-modal-message {
  max-height: 60vh; }

@media (min-width: 783px) {
  /* line 2999, resources/assets/styles/components/_modal.scss */
  /* line 7693, stdin */
  .hustle-modal.hustle-modal-cabriolet section .hustle-modal-image.hustle-modal-mobile_hidden + .hustle-modal-message {
    max-height: 70vh; } }

/* line 3004, resources/assets/styles/components/_modal.scss */
/* line 7700, stdin */
.hustle-modal.hustle-modal-cabriolet section .hustle-modal-image + .hustle-modal-message {
  max-height: calc(60vh - 150px); }

@media (min-width: 783px) {
  /* line 3009, resources/assets/styles/components/_modal.scss */
  /* line 7707, stdin */
  .hustle-modal.hustle-modal-cabriolet section .hustle-modal-image + .hustle-modal-message {
    max-height: 70vh; } }

/* line 3014, resources/assets/styles/components/_modal.scss */
/* line 7714, stdin */
.hustle-modal.hustle-modal-cabriolet section .hustle-modal-message {
  max-height: 60vh;
  overflow-y: auto;
  padding: 20px; }

@media (min-width: 783px) {
  /* line 3021, resources/assets/styles/components/_modal.scss */
  /* line 7723, stdin */
  .hustle-modal.hustle-modal-cabriolet section .hustle-modal-message {
    max-height: 70vh;
    -ms-flex-item-align: center;
    align-self: center; } }

/* line 3028, resources/assets/styles/components/_modal.scss */
/* line 7732, stdin */
.hustle-modal.hustle-modal-cabriolet section.hustle-modal-image_right {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

@media (min-width: 783px) {
  /* line 3034, resources/assets/styles/components/_modal.scss */
  /* line 7742, stdin */
  .hustle-modal.hustle-modal-cabriolet section.hustle-modal-image_right {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; } }

@media (min-width: 783px) {
  /* line 3041, resources/assets/styles/components/_modal.scss */
  /* line 7753, stdin */
  .hustle-modal.hustle-modal-cabriolet .hustle-size-small header {
    margin: 0 0 15px; } }

@media (min-width: 783px) {
  /* line 3047, resources/assets/styles/components/_modal.scss */
  /* line 7761, stdin */
  .hustle-modal.hustle-modal-cabriolet .hustle-size-small section.hustle-modal-image_right {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse; } }

@media (min-width: 783px) {
  /* line 3054, resources/assets/styles/components/_modal.scss */
  /* line 7772, stdin */
  .hustle_module_widget_wrap .hustle-modal.hustle-modal-cabriolet .hustle-size-small section .hustle-modal-image.hustle-modal-mobile_hidden + .hustle-modal-message {
    max-height: unset; } }

@media (min-width: 783px) {
  /* line 3060, resources/assets/styles/components/_modal.scss */
  /* line 7780, stdin */
  .hustle_module_widget_wrap .hustle-modal.hustle-modal-cabriolet .hustle-size-small section .hustle-modal-image + .hustle-modal-message {
    max-height: unset; } }

@media (min-width: 783px) {
  /* line 3066, resources/assets/styles/components/_modal.scss */
  /* line 7788, stdin */
  .hustle_module_widget_wrap .hustle-modal.hustle-modal-cabriolet .hustle-size-small section .hustle-modal-message {
    max-height: unset;
    -ms-flex-item-align: unset;
    align-self: unset; } }

/* line 3073, resources/assets/styles/components/_modal.scss */
/* line 7797, stdin */
.hustle-modal-one .hustle-modal-body {
  overflow: hidden; }

/* line 3077, resources/assets/styles/components/_modal.scss */
/* line 7803, stdin */
.hustle-modal-one .hustle-modal-body section {
  max-height: 60vh;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

/* line 3086, resources/assets/styles/components/_modal.scss */
/* line 7817, stdin */
.hustle-modal-one .hustle-modal-body section article {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

/* line 3096, resources/assets/styles/components/_modal.scss */
/* line 7833, stdin */
.hustle-modal-one .hustle-modal-body section article .hustle-modal-article {
  overflow-y: auto;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1; }

@media (min-width: 783px) {
  /* line 3103, resources/assets/styles/components/_modal.scss */
  /* line 7843, stdin */
  .hustle-modal-one .hustle-modal-body section article .hustle-modal-article {
    max-width: 100%;
    max-height: 100%;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto; } }

@media (min-width: 783px) {
  /* line 3112, resources/assets/styles/components/_modal.scss */
  /* line 7855, stdin */
  .hustle-modal-one .hustle-modal-body section article {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; } }

/* line 3118, resources/assets/styles/components/_modal.scss */
/* line 7864, stdin */
.hustle-modal-one .hustle-modal-body section.hustle-modal-image_right {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

@media (min-width: 783px) {
  /* line 3124, resources/assets/styles/components/_modal.scss */
  /* line 7874, stdin */
  .hustle-modal-one .hustle-modal-body section.hustle-modal-image_right {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; } }

@media (min-width: 783px) {
  /* line 3131, resources/assets/styles/components/_modal.scss */
  /* line 7885, stdin */
  .hustle-modal-one .hustle-modal-body section.hustle-modal-image_above {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

/* line 3137, resources/assets/styles/components/_modal.scss */
/* line 7895, stdin */
.hustle-modal-one .hustle-modal-body section.hustle-modal-image_below {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

@media (min-width: 783px) {
  /* line 3143, resources/assets/styles/components/_modal.scss */
  /* line 7905, stdin */
  .hustle-modal-one .hustle-modal-body section.hustle-modal-image_below {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse; } }

@media (min-width: 783px) {
  /* line 3150, resources/assets/styles/components/_modal.scss */
  /* line 7916, stdin */
  .hustle-modal-one .hustle-modal-body section {
    max-height: 70vh;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; } }

@media (min-width: 783px) {
  /* line 3160, resources/assets/styles/components/_modal.scss */
  /* line 7930, stdin */
  .hustle-modal-one .hustle-modal-body.hustle-size-small section article .hustle-modal-article {
    max-height: unset;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1; } }

@media (min-width: 783px) {
  /* line 3168, resources/assets/styles/components/_modal.scss */
  /* line 7941, stdin */
  .hustle-modal-one .hustle-modal-body.hustle-size-small section article {
    -ms-flex-pack: unset;
    -webkit-box-pack: unset;
    justify-content: unset; } }

@media (min-width: 783px) {
  /* line 3175, resources/assets/styles/components/_modal.scss */
  /* line 7951, stdin */
  .hustle-modal-one .hustle-modal-body.hustle-size-small section.hustle-modal-image_right {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse; } }

@media (min-width: 783px) {
  /* line 3182, resources/assets/styles/components/_modal.scss */
  /* line 7962, stdin */
  .hustle-modal-one .hustle-modal-body.hustle-size-small section.hustle-modal-image_above {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

@media (min-width: 783px) {
  /* line 3189, resources/assets/styles/components/_modal.scss */
  /* line 7973, stdin */
  .hustle-modal-one .hustle-modal-body.hustle-size-small section.hustle-modal-image_below {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse; } }

@media (min-width: 783px) {
  /* line 3196, resources/assets/styles/components/_modal.scss */
  /* line 7984, stdin */
  .hustle-modal-one .hustle-modal-body.hustle-size-small section {
    max-height: unset;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

@media (min-width: 783px) {
  /* line 3205, resources/assets/styles/components/_modal.scss */
  /* line 7996, stdin */
  .hustle-modal-one:not(.hustle-modal-image_only) .hustle-modal-image_above .hustle-modal-image:not(.hustle-modal-image_none),
  .hustle-modal-one:not(.hustle-modal-image_only) .hustle-modal-image_below .hustle-modal-image:not(.hustle-modal-image_none) {
    -ms-flex: 0 0 150px;
    -webkit-box-flex: 0;
    flex: 0 0 150px; } }

@media (min-width: 783px) {
  /* line 3214, resources/assets/styles/components/_modal.scss */
  /* line 8007, stdin */
  .hustle-modal-one:not(.hustle-modal-image_only) .hustle-modal-image_above .hustle-modal-image_none,
  .hustle-modal-one:not(.hustle-modal-image_only) .hustle-modal-image_below .hustle-modal-image_none {
    max-width: 100%;
    max-height: 50%;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; } }

/* line 3223, resources/assets/styles/components/_modal.scss */
/* line 8019, stdin */
.hustle-modal-two .hustle-modal-body {
  max-height: 60vh;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

/* line 3234, resources/assets/styles/components/_modal.scss */
/* line 8035, stdin */
.hustle-modal-two .hustle-modal-body .hustle-modal-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

/* line 3245, resources/assets/styles/components/_modal.scss */
/* line 8052, stdin */
.hustle-modal-two .hustle-modal-body .hustle-modal-content section {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

/* line 3254, resources/assets/styles/components/_modal.scss */
/* line 8066, stdin */
.hustle-modal-two .hustle-modal-body .hustle-modal-content section article {
  max-height: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

/* line 3263, resources/assets/styles/components/_modal.scss */
/* line 8080, stdin */
.hustle-modal-two .hustle-modal-body .hustle-modal-content section article .hustle-modal-article {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto; }

/* line 3271, resources/assets/styles/components/_modal.scss */
/* line 8091, stdin */
.hustle-modal-two .hustle-modal-body .hustle-modal-content footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

/* line 3280, resources/assets/styles/components/_modal.scss */
/* line 8105, stdin */
.hustle-modal-two .hustle-modal-body .hustle-modal-content footer form {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1; }

@media (min-width: 783px) {
  /* line 3286, resources/assets/styles/components/_modal.scss */
  /* line 8114, stdin */
  .hustle-modal-two .hustle-modal-body .hustle-modal-content footer {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto; } }

@media (min-width: 783px) {
  /* line 3293, resources/assets/styles/components/_modal.scss */
  /* line 8124, stdin */
  .hustle-modal-two .hustle-modal-body .hustle-modal-content {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

/* line 3303, resources/assets/styles/components/_modal.scss */
/* line 8139, stdin */
.hustle-modal-two .hustle-modal-body.hustle-modal-image_right {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

@media (min-width: 783px) {
  /* line 3311, resources/assets/styles/components/_modal.scss */
  /* line 8151, stdin */
  .hustle-modal-two .hustle-modal-body.hustle-modal-image_right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; } }

@media (min-width: 783px) {
  /* line 3320, resources/assets/styles/components/_modal.scss */
  /* line 8164, stdin */
  .hustle-modal-two .hustle-modal-body.hustle-size-small .hustle-modal-content footer {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; } }

@media (min-width: 783px) {
  /* line 3327, resources/assets/styles/components/_modal.scss */
  /* line 8174, stdin */
  .hustle-modal-two .hustle-modal-body.hustle-size-small .hustle-modal-content {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto; } }

@media (min-width: 783px) {
  /* line 3334, resources/assets/styles/components/_modal.scss */
  /* line 8184, stdin */
  .hustle-modal-two .hustle-modal-body.hustle-size-small.hustle-modal-image_right {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse; } }

@media (min-width: 783px) {
  /* line 3343, resources/assets/styles/components/_modal.scss */
  /* line 8197, stdin */
  .hustle-modal-two .hustle-modal-body.hustle-size-small {
    max-height: unset;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

@media (min-width: 783px) {
  /* line 3353, resources/assets/styles/components/_modal.scss */
  /* line 8211, stdin */
  .hustle-modal-two .hustle-modal-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; } }

/* line 3361, resources/assets/styles/components/_modal.scss */
/* line 8223, stdin */
.hustle-modal-three .hustle-modal-body {
  max-height: 60vh;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

/* line 3372, resources/assets/styles/components/_modal.scss */
/* line 8239, stdin */
.hustle-modal-three .hustle-modal-body section {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

/* line 3383, resources/assets/styles/components/_modal.scss */
/* line 8256, stdin */
.hustle-modal-three .hustle-modal-body section .hustle-modal-image.hustle-modal-image_fill,
.hustle-modal-three .hustle-modal-body section .hustle-modal-image.hustle-modal-image_contain,
.hustle-modal-three .hustle-modal-body section .hustle-modal-image.hustle-modal-image_cover {
  min-width: 100%; }

@media (min-width: 783px) {
  /* line 3391, resources/assets/styles/components/_modal.scss */
  /* line 8265, stdin */
  .hustle-modal-three .hustle-modal-body section .hustle-modal-image.hustle-modal-image_fill,
  .hustle-modal-three .hustle-modal-body section .hustle-modal-image.hustle-modal-image_contain,
  .hustle-modal-three .hustle-modal-body section .hustle-modal-image.hustle-modal-image_cover {
    -ms-flex: 0 0 150px;
    -webkit-box-flex: 0;
    flex: 0 0 150px; } }

/* line 3399, resources/assets/styles/components/_modal.scss */
/* line 8276, stdin */
.hustle-modal-three .hustle-modal-body section .hustle-modal-image.hustle-modal-image_none {
  max-width: 100%; }

/* line 3403, resources/assets/styles/components/_modal.scss */
/* line 8282, stdin */
.hustle-modal-three .hustle-modal-body section article {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

/* line 3413, resources/assets/styles/components/_modal.scss */
/* line 8298, stdin */
.hustle-modal-three .hustle-modal-body section article .hustle-modal-article {
  max-height: 100%;
  overflow-y: auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto; }

/* line 3420, resources/assets/styles/components/_modal.scss */
/* line 8308, stdin */
.hustle-modal-three .hustle-modal-body .hustle-modal-optin_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #5D7380; }

@media (min-width: 783px) {
  /* line 3431, resources/assets/styles/components/_modal.scss */
  /* line 8325, stdin */
  .hustle-modal-three .hustle-modal-body .hustle-modal-optin_wrap:only-child {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1; } }

@media (min-width: 783px) {
  /* line 3438, resources/assets/styles/components/_modal.scss */
  /* line 8335, stdin */
  .hustle-modal-three .hustle-modal-body .hustle-modal-optin_wrap {
    min-width: 270px;
    -ms-flex: 0 0 270px;
    -webkit-box-flex: 0;
    flex: 0 0 270px;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; } }

@media (min-width: 783px) {
  /* line 3450, resources/assets/styles/components/_modal.scss */
  /* line 8353, stdin */
  .hustle-modal-three .hustle-modal-body .hustle-modal-optin_form:not(.hustle-modal-optin_groups) .hustle-modal-optin_field {
    margin-right: 0;
    margin-bottom: 1px; } }

@media (min-width: 783px) {
  /* line 3457, resources/assets/styles/components/_modal.scss */
  /* line 8362, stdin */
  .hustle-modal-three .hustle-modal-body .hustle-modal-optin_form:not(.hustle-modal-optin_groups) .hustle-modal-optin_button button {
    width: 100%; } }

@media (min-width: 783px) {
  /* line 3463, resources/assets/styles/components/_modal.scss */
  /* line 8370, stdin */
  .hustle-modal-three .hustle-modal-body .hustle-modal-optin_form:not(.hustle-modal-optin_groups).hustle-modal-optin_separated .hustle-modal-optin_field {
    margin-right: 0;
    margin-bottom: 10px; } }

@media (min-width: 783px) {
  /* line 3470, resources/assets/styles/components/_modal.scss */
  /* line 8379, stdin */
  .hustle-modal-three .hustle-modal-body .hustle-modal-optin_form:not(.hustle-modal-optin_groups) {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

@media (min-width: 783px) {
  /* line 3478, resources/assets/styles/components/_modal.scss */
  /* line 8390, stdin */
  .hustle-modal-three .hustle-modal-body .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-optin_group,
  .hustle-modal-three .hustle-modal-body .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-mc_title {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; } }

@media (min-width: 783px) {
  /* line 3486, resources/assets/styles/components/_modal.scss */
  /* line 8401, stdin */
  .hustle-modal-three .hustle-modal-body .hustle-modal-optin_form:only-child {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1; } }

@media (min-width: 783px) {
  /* line 3493, resources/assets/styles/components/_modal.scss */
  /* line 8411, stdin */
  .hustle-modal-three .hustle-modal-body .hustle-modal-optin_form {
    -ms-flex: 0 0 300px;
    -webkit-box-flex: 0;
    flex: 0 0 300px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; } }

/* line 3501, resources/assets/styles/components/_modal.scss */
/* line 8423, stdin */
.hustle-modal-three .hustle-modal-body.hustle-modal-image_right {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

@media (min-width: 783px) {
  /* line 3507, resources/assets/styles/components/_modal.scss */
  /* line 8433, stdin */
  .hustle-modal-three .hustle-modal-body.hustle-modal-image_right {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; } }

@media (min-width: 783px) {
  /* line 3515, resources/assets/styles/components/_modal.scss */
  /* line 8444, stdin */
  .hustle-modal-three .hustle-modal-body.hustle-size-small section .hustle-modal-image.hustle-modal-image_fill,
  .hustle-modal-three .hustle-modal-body.hustle-size-small section .hustle-modal-image.hustle-modal-image_contain,
  .hustle-modal-three .hustle-modal-body.hustle-size-small section .hustle-modal-image.hustle-modal-image_cover {
    min-width: 100%;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; } }

@media (min-width: 783px) {
  /* line 3525, resources/assets/styles/components/_modal.scss */
  /* line 8457, stdin */
  .hustle-modal-three .hustle-modal-body.hustle-size-small .hustle-modal-optin_wrap:only-child {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; } }

@media (min-width: 783px) {
  /* line 3532, resources/assets/styles/components/_modal.scss */
  /* line 8467, stdin */
  .hustle-modal-three .hustle-modal-body.hustle-size-small .hustle-modal-optin_wrap {
    min-width: unset;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: unset;
    -webkit-box-align: unset;
    align-items: unset;
    margin: 0; } }

@media (min-width: 783px) {
  /* line 3545, resources/assets/styles/components/_modal.scss */
  /* line 8486, stdin */
  .hustle-modal-three .hustle-modal-body.hustle-size-small .hustle-modal-optin_form {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex-pack: unset;
    -webkit-box-pack: unset;
    justify-content: unset; } }

@media (min-width: 783px) {
  /* line 3554, resources/assets/styles/components/_modal.scss */
  /* line 8499, stdin */
  .hustle-modal-three .hustle-modal-body.hustle-size-small.hustle-modal-image_right {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse; } }

@media (min-width: 783px) {
  /* line 3561, resources/assets/styles/components/_modal.scss */
  /* line 8510, stdin */
  .hustle-modal-three .hustle-modal-body.hustle-size-small {
    max-height: unset;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

@media (min-width: 783px) {
  /* line 3571, resources/assets/styles/components/_modal.scss */
  /* line 8524, stdin */
  .hustle-modal-three .hustle-modal-body {
    max-height: 70vh;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; } }

/* line 3580, resources/assets/styles/components/_modal.scss */
/* line 8537, stdin */
.hustle-modal-four .hustle-modal-body {
  max-height: 60vh;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

/* line 3591, resources/assets/styles/components/_modal.scss */
/* line 8553, stdin */
.hustle-modal-four .hustle-modal-body aside {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

@media (min-width: 783px) {
  /* line 3604, resources/assets/styles/components/_modal.scss */
  /* line 8571, stdin */
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-image.hustle-modal-image_fill,
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-image.hustle-modal-image_contain,
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-image.hustle-modal-image_cover {
    -ms-flex: 0 0 150px;
    -webkit-box-flex: 0;
    flex: 0 0 150px; } }

@media (min-width: 783px) {
  /* line 3613, resources/assets/styles/components/_modal.scss */
  /* line 8583, stdin */
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-image.hustle-modal-image_none {
    max-width: 100%; } }

/* line 3618, resources/assets/styles/components/_modal.scss */
/* line 8590, stdin */
.hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form:not(.hustle-modal-optin_groups) {
  max-height: 100%; }

/* line 3622, resources/assets/styles/components/_modal.scss */
/* line 8596, stdin */
.hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: calc(60vh - 150px);
  overflow-y: auto;
  overflow-x: hidden; }

@media (min-width: 783px) {
  /* line 3635, resources/assets/styles/components/_modal.scss */
  /* line 8615, stdin */
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_wrap {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; } }

/* line 3643, resources/assets/styles/components/_modal.scss */
/* line 8628, stdin */
.hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form:not(.hustle-modal-optin_groups) {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media (min-width: 783px) {
  /* line 3652, resources/assets/styles/components/_modal.scss */
  /* line 8639, stdin */
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form:not(.hustle-modal-optin_groups) .hustle-modal-optin_field {
    margin-right: 0;
    margin-bottom: 1px; } }

@media (min-width: 783px) {
  /* line 3659, resources/assets/styles/components/_modal.scss */
  /* line 8648, stdin */
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form:not(.hustle-modal-optin_groups) .hustle-modal-optin_button button {
    width: 100%; } }

@media (min-width: 783px) {
  /* line 3665, resources/assets/styles/components/_modal.scss */
  /* line 8656, stdin */
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form:not(.hustle-modal-optin_groups) .wpoi-submit-failure {
    margin-top: 1px;
    margin-right: 0; } }

@media (min-width: 783px) {
  /* line 3672, resources/assets/styles/components/_modal.scss */
  /* line 8665, stdin */
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form:not(.hustle-modal-optin_groups).hustle-modal-optin_separated .hustle-modal-optin_field {
    margin-right: 0;
    margin-bottom: 10px; } }

@media (min-width: 783px) {
  /* line 3679, resources/assets/styles/components/_modal.scss */
  /* line 8674, stdin */
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form:not(.hustle-modal-optin_groups).hustle-modal-optin_separated .wpoi-submit-failure {
    margin-top: 10px;
    margin-right: 0; } }

@media (min-height: 737px) {
  /* line 3686, resources/assets/styles/components/_modal.scss */
  /* line 8683, stdin */
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form:not(.hustle-modal-optin_groups) {
    max-height: 240px; } }

@media (min-height: 920px) {
  /* line 3692, resources/assets/styles/components/_modal.scss */
  /* line 8691, stdin */
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form:not(.hustle-modal-optin_groups) {
    max-height: 300px; } }

@media (min-height: 1025px) {
  /* line 3698, resources/assets/styles/components/_modal.scss */
  /* line 8699, stdin */
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form:not(.hustle-modal-optin_groups) {
    max-height: none;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 783px) {
  /* line 3708, resources/assets/styles/components/_modal.scss */
  /* line 8712, stdin */
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form:not(.hustle-modal-optin_groups) {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

@media (min-width: 783px) {
  /* line 3715, resources/assets/styles/components/_modal.scss */
  /* line 8723, stdin */
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form:only-child {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1; } }

@media (min-width: 783px) {
  /* line 3723, resources/assets/styles/components/_modal.scss */
  /* line 8733, stdin */
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-optin_group,
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-mc_title {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; } }

@media (min-width: 783px) {
  /* line 3731, resources/assets/styles/components/_modal.scss */
  /* line 8744, stdin */
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; } }

@media (min-width: 783px) {
  /* line 3742, resources/assets/styles/components/_modal.scss */
  /* line 8761, stdin */
  .hustle-modal-four .hustle-modal-body aside:only-child {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1; } }

@media (min-width: 783px) {
  /* line 3749, resources/assets/styles/components/_modal.scss */
  /* line 8771, stdin */
  .hustle-modal-four .hustle-modal-body aside {
    -ms-flex: 0 0 300px;
    -webkit-box-flex: 0;
    flex: 0 0 300px; } }

/* line 3755, resources/assets/styles/components/_modal.scss */
/* line 8780, stdin */
.hustle-modal-four .hustle-modal-body section {
  max-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start; }

/* line 3769, resources/assets/styles/components/_modal.scss */
/* line 8801, stdin */
.hustle-modal-four .hustle-modal-body section article {
  max-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-items: left; }

/* line 3780, resources/assets/styles/components/_modal.scss */
/* line 8818, stdin */
.hustle-modal-four .hustle-modal-body section article .hustle-modal-article {
  max-height: 55vh;
  overflow-y: auto; }

@media (min-height: 737px) {
  /* line 3786, resources/assets/styles/components/_modal.scss */
  /* line 8826, stdin */
  .hustle-modal-four .hustle-modal-body section {
    max-height: 300px; } }

@media (min-height: 890px) {
  /* line 3792, resources/assets/styles/components/_modal.scss */
  /* line 8834, stdin */
  .hustle-modal-four .hustle-modal-body section {
    max-height: 360px; } }

@media (min-height: 920px) {
  /* line 3798, resources/assets/styles/components/_modal.scss */
  /* line 8842, stdin */
  .hustle-modal-four .hustle-modal-body section {
    max-height: 500px; } }

@media (min-height: 1025px) {
  /* line 3804, resources/assets/styles/components/_modal.scss */
  /* line 8850, stdin */
  .hustle-modal-four .hustle-modal-body section {
    max-height: none;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; } }

/* line 3811, resources/assets/styles/components/_modal.scss */
/* line 8860, stdin */
.hustle-modal-four .hustle-modal-body.hustle-modal-image_right {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

@media (min-width: 783px) {
  /* line 3817, resources/assets/styles/components/_modal.scss */
  /* line 8870, stdin */
  .hustle-modal-four .hustle-modal-body.hustle-modal-image_right {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; } }

@media (min-width: 783px) {
  /* line 3825, resources/assets/styles/components/_modal.scss */
  /* line 8881, stdin */
  .hustle-modal-four .hustle-modal-body.hustle-size-small aside .hustle-modal-image.hustle-modal-image_fill,
  .hustle-modal-four .hustle-modal-body.hustle-size-small aside .hustle-modal-image.hustle-modal-image_contain,
  .hustle-modal-four .hustle-modal-body.hustle-size-small aside .hustle-modal-image.hustle-modal-image_cover {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; } }

@media (min-width: 783px) {
  /* line 3834, resources/assets/styles/components/_modal.scss */
  /* line 8893, stdin */
  .hustle-modal-four .hustle-modal-body.hustle-size-small aside .hustle-modal-optin_wrap {
    height: auto;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: unset;
    -webkit-box-align: unset;
    align-items: unset;
    margin: 0; } }

@media (min-width: 783px) {
  /* line 3845, resources/assets/styles/components/_modal.scss */
  /* line 8909, stdin */
  .hustle-modal-four .hustle-modal-body.hustle-size-small aside:only-child {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; } }

@media (min-width: 783px) {
  /* line 3852, resources/assets/styles/components/_modal.scss */
  /* line 8919, stdin */
  .hustle-modal-four .hustle-modal-body.hustle-size-small aside {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; } }

@media (min-height: 737px) {
  /* line 3859, resources/assets/styles/components/_modal.scss */
  /* line 8929, stdin */
  .hustle-modal-four .hustle-modal-body.hustle-size-small section {
    max-height: unset; } }

@media (min-height: 890px) {
  /* line 3865, resources/assets/styles/components/_modal.scss */
  /* line 8937, stdin */
  .hustle-modal-four .hustle-modal-body.hustle-size-small section {
    max-height: unset; } }

@media (min-height: 920px) {
  /* line 3871, resources/assets/styles/components/_modal.scss */
  /* line 8945, stdin */
  .hustle-modal-four .hustle-modal-body.hustle-size-small section {
    max-height: unset; } }

@media (min-width: 783px) {
  /* line 3877, resources/assets/styles/components/_modal.scss */
  /* line 8953, stdin */
  .hustle-modal-four .hustle-modal-body.hustle-size-small.hustle-modal-image_right {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse; } }

@media (min-width: 783px) {
  /* line 3884, resources/assets/styles/components/_modal.scss */
  /* line 8964, stdin */
  .hustle-modal-four .hustle-modal-body.hustle-size-small {
    max-height: unset;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

@media (min-width: 783px) {
  /* line 3894, resources/assets/styles/components/_modal.scss */
  /* line 8978, stdin */
  .hustle-modal-four .hustle-modal-body {
    max-height: 70vh;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; } }

/* line 3903, resources/assets/styles/components/_modal.scss */
/* line 8991, stdin */
.hustle-modal .hustle-modal-success {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 27px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: #38454E;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 3931, resources/assets/styles/components/_modal.scss */
/* line 9033, stdin */
.hustle-modal .hustle-modal-success .hustle-modal-success_icon {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  margin-bottom: 20px; }

/* line 3938, resources/assets/styles/components/_modal.scss */
/* line 9043, stdin */
.hustle-modal .hustle-modal-success .hustle-modal-success_icon .hustle-icon {
  width: 30px;
  height: auto;
  display: block;
  margin: 0 auto; }

/* line 3945, resources/assets/styles/components/_modal.scss */
/* line 9052, stdin */
.hustle-modal .hustle-modal-success .hustle-modal-success_message {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto; }

/* line 3950, resources/assets/styles/components/_modal.scss */
/* line 9060, stdin */
.hustle-modal .hustle-modal-success.hustle-modal-success_show {
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: slideInUp;
  -o-animation-name: slideInUp;
  animation-name: slideInUp; }

/* line 3956, resources/assets/styles/components/_modal.scss */
/* line 9070, stdin */
.hustle-modal .hustle-modal-message #mc_embed_signup form {
  padding: 0; }

/* line 3960, resources/assets/styles/components/_modal.scss */
/* line 9076, stdin */
.hustle-modal .hustle-modal-message #mc_embed_signup h1:first-child,
.hustle-modal .hustle-modal-message #mc_embed_signup h2:first-child,
.hustle-modal .hustle-modal-message #mc_embed_signup h3:first-child,
.hustle-modal .hustle-modal-message #mc_embed_signup h4:first-child,
.hustle-modal .hustle-modal-message #mc_embed_signup h5:first-child,
.hustle-modal .hustle-modal-message #mc_embed_signup h6:first-child,
.hustle-modal .hustle-modal-message #mc_embed_signup p:first-child {
  margin-top: 0; }

/* line 3970, resources/assets/styles/components/_modal.scss */
/* line 9088, stdin */
.hustle-modal .hustle-modal-message #mc_embed_signup h1:last-child,
.hustle-modal .hustle-modal-message #mc_embed_signup h2:last-child,
.hustle-modal .hustle-modal-message #mc_embed_signup h3:last-child,
.hustle-modal .hustle-modal-message #mc_embed_signup h4:last-child,
.hustle-modal .hustle-modal-message #mc_embed_signup h5:last-child,
.hustle-modal .hustle-modal-message #mc_embed_signup h6:last-child,
.hustle-modal .hustle-modal-message #mc_embed_signup p:last-child {
  margin-bottom: 0; }

/* line 3980, resources/assets/styles/components/_modal.scss */
/* line 9100, stdin */
.hustle-modal .hustle-modal-message #mc_embed_signup .indicates-required {
  margin-right: 0; }

/* line 3984, resources/assets/styles/components/_modal.scss */
/* line 9106, stdin */
.hustle-modal .hustle-modal-message #mc_embed_signup .mc-field-group ul {
  margin: 10px 0; }

/* line 3988, resources/assets/styles/components/_modal.scss */
/* line 9112, stdin */
.hustle-modal .hustle-modal-message #mc_embed_signup .mc-field-group ul li:before {
  display: none; }

/* line 3992, resources/assets/styles/components/_modal.scss */
/* line 9118, stdin */
.hustle-modal .hustle-modal-message #mc_embed_signup .mc-field-group:not(.size1of2) {
  width: 100%; }

/* line 3996, resources/assets/styles/components/_modal.scss */
/* line 9124, stdin */
.hustle-modal .hustle-modal-message #mc_embed_signup .mc-field-group.size1of2 {
  width: 48%;
  margin-right: 4%; }

/* line 4001, resources/assets/styles/components/_modal.scss */
/* line 9131, stdin */
.hustle-modal .hustle-modal-message #mc_embed_signup .mc-field-group.size1of2 + .size1of2 {
  margin-right: 0; }

/* line 4005, resources/assets/styles/components/_modal.scss */
/* line 9137, stdin */
.hustle-modal .hustle-modal-message #mc_embed_signup .mc-field-group.input-group input {
  position: relative;
  top: 2px;
  margin-right: 6px; }

/* line 4011, resources/assets/styles/components/_modal.scss */
/* line 9145, stdin */
.hustle-modal .hustle-modal-message #mc_embed_signup input.email {
  width: auto; }

/* line 4015, resources/assets/styles/components/_modal.scss */
/* line 9151, stdin */
.hustle-modal .hustle-modal-message #mc_embed_signup:first-child {
  margin-top: 0; }

/* line 4019, resources/assets/styles/components/_modal.scss */
/* line 9157, stdin */
.hustle-modal .hustle-modal-message #mc_embed_signup:last-child {
  margin-bottom: 0; }

/* line 4023, resources/assets/styles/components/_modal.scss */
/* line 9163, stdin */
.hustle-sshare-floating_social {
  position: fixed;
  top: 0;
  z-index: 991; }

/* line 4029, resources/assets/styles/components/_modal.scss */
/* line 9171, stdin */
.hustle-social-icon {
  min-width: 30px;
  min-height: 30px;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border: 1px solid transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 4042, resources/assets/styles/components/_modal.scss */
/* line 9190, stdin */
.hustle-social-icon .hustle-icon-container {
  min-width: 28px;
  height: 28px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

/* line 4055, resources/assets/styles/components/_modal.scss */
/* line 9210, stdin */
.hustle-social-icon .hustle-shares-counter {
  min-width: 28px;
  height: 28px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 6px 0 8px;
  font: 600 12px/14px "Montserrat", sans-serif;
  text-align: center; }

/* line 4071, resources/assets/styles/components/_modal.scss */
/* line 9233, stdin */
.hustle-social-icon .hustle-shares-counter span {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto; }

/* line 4076, resources/assets/styles/components/_modal.scss */
/* line 9241, stdin */
.hustle-social-icon:hover,
.hustle-social-icon:focus,
.hustle-social-icon:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (min-width: 521px) {
  /* line 4084, resources/assets/styles/components/_modal.scss */
  /* line 9252, stdin */
  .hustle-social-icon.hustle-social-inline .hustle-shares-counter {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    padding: 0 8px 0 6px; } }

@media (min-width: 521px) {
  /* line 4092, resources/assets/styles/components/_modal.scss */
  /* line 9263, stdin */
  .hustle-social-icon.hustle-social-inline {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; } }

/* line 4100, resources/assets/styles/components/_modal.scss */
/* line 9276, stdin */
.hustle-shares-widget .hustle-social-icon,
.hustle-shares-floating .hustle-social-icon {
  cursor: pointer; }

/* line 4105, resources/assets/styles/components/_modal.scss */
/* line 9283, stdin */
.hustle-shares-widget.hustle-shares-animated,
.hustle-shares-floating.hustle-shares-animated {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 4110, resources/assets/styles/components/_modal.scss */
/* line 9291, stdin */
.hustle-shares-widget.hustle-shares-animated .hustle-social-icon,
.hustle-shares-floating.hustle-shares-animated .hustle-social-icon {
  position: relative;
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -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; }

/* line 4117, resources/assets/styles/components/_modal.scss */
/* line 9306, stdin */
.hustle-shares-widget.hustle-shares-animated .hustle-social-icon:hover,
.hustle-shares-widget.hustle-shares-animated .hustle-social-icon:focus,
.hustle-shares-widget.hustle-shares-animated .hustle-social-icon:active,
.hustle-shares-floating.hustle-shares-animated .hustle-social-icon:hover,
.hustle-shares-floating.hustle-shares-animated .hustle-social-icon:focus,
.hustle-shares-floating.hustle-shares-animated .hustle-social-icon:active {
  -webkit-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px); }

/* line 4126, resources/assets/styles/components/_modal.scss */
/* line 9319, stdin */
.hustle-shares-widget {
  display: inline-block;
  max-width: 100%;
  padding: 0 20px; }

/* line 4132, resources/assets/styles/components/_modal.scss */
/* line 9327, stdin */
.hustle-shares-widget .hustle-social-icon {
  display: inline-block;
  margin: 15px 15px 15px 5px; }

/* line 4137, resources/assets/styles/components/_modal.scss */
/* line 9334, stdin */
.hustle-shares-widget .hustle-shares-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }

/* line 4145, resources/assets/styles/components/_modal.scss */
/* line 9345, stdin */
.hustle-shares-floating {
  max-width: 100vh;
  max-height: 100vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 15px 20px; }

/* line 4153, resources/assets/styles/components/_modal.scss */
/* line 9356, stdin */
.hustle-shares-floating .hustle-social-icon {
  margin-right: 15px; }

/* line 4157, resources/assets/styles/components/_modal.scss */
/* line 9362, stdin */
.hustle-shares-floating .hustle-social-icon .hustle-shares-counter {
  border-top: 0; }

/* line 4161, resources/assets/styles/components/_modal.scss */
/* line 9368, stdin */
.hustle-shares-floating .hustle-social-icon:last-child {
  margin-right: 0; }

@media (min-width: 783px) {
  /* line 4166, resources/assets/styles/components/_modal.scss */
  /* line 9375, stdin */
  .hustle-shares-floating .hustle-social-icon:last-child {
    margin-bottom: 0; } }

@media (min-width: 783px) {
  /* line 4172, resources/assets/styles/components/_modal.scss */
  /* line 9383, stdin */
  .hustle-shares-floating .hustle-social-icon {
    margin-right: 0;
    margin-bottom: 15px; } }

@media (min-width: 783px) {
  /* line 4179, resources/assets/styles/components/_modal.scss */
  /* line 9392, stdin */
  .hustle-shares-floating {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

/* line 4187, resources/assets/styles/components/_modal.scss */
/* line 9405, stdin */
.hustle-icon-flat .hustle-icon {
  width: 26px;
  height: 26px; }

/* line 4192, resources/assets/styles/components/_modal.scss */
/* line 9412, stdin */
.hustle-icon-flat.hustle-icon-facebook .hustle-icon-path {
  fill: #2D5F9A; }

/* line 4196, resources/assets/styles/components/_modal.scss */
/* line 9418, stdin */
.hustle-icon-flat.hustle-icon-facebook .hustle-shares-counter {
  color: #fff; }

/* line 4200, resources/assets/styles/components/_modal.scss */
/* line 9424, stdin */
.hustle-icon-flat.hustle-icon-twitter .hustle-icon-path {
  fill: #00C3F3; }

/* line 4204, resources/assets/styles/components/_modal.scss */
/* line 9430, stdin */
.hustle-icon-flat.hustle-icon-twitter .hustle-shares-counter {
  color: #fff; }

/* line 4208, resources/assets/styles/components/_modal.scss */
/* line 9436, stdin */
.hustle-icon-flat.hustle-icon-google .hustle-icon-path {
  fill: #D73D32; }

/* line 4212, resources/assets/styles/components/_modal.scss */
/* line 9442, stdin */
.hustle-icon-flat.hustle-icon-google .hustle-shares-counter {
  color: #fff; }

/* line 4216, resources/assets/styles/components/_modal.scss */
/* line 9448, stdin */
.hustle-icon-flat.hustle-icon-pinterest .hustle-icon-path {
  fill: #CD252B; }

/* line 4220, resources/assets/styles/components/_modal.scss */
/* line 9454, stdin */
.hustle-icon-flat.hustle-icon-pinterest .hustle-shares-counter {
  color: #fff; }

/* line 4224, resources/assets/styles/components/_modal.scss */
/* line 9460, stdin */
.hustle-icon-flat.hustle-icon-reddit .hustle-icon-path {
  fill: #FF5700; }

/* line 4228, resources/assets/styles/components/_modal.scss */
/* line 9466, stdin */
.hustle-icon-flat.hustle-icon-reddit .hustle-shares-counter {
  color: #fff; }

/* line 4232, resources/assets/styles/components/_modal.scss */
/* line 9472, stdin */
.hustle-icon-flat.hustle-icon-linkedin .hustle-icon-path {
  fill: #0077B5; }

/* line 4236, resources/assets/styles/components/_modal.scss */
/* line 9478, stdin */
.hustle-icon-flat.hustle-icon-linkedin .hustle-shares-counter {
  color: #fff; }

/* line 4240, resources/assets/styles/components/_modal.scss */
/* line 9484, stdin */
.hustle-icon-flat.hustle-icon-vkontakte .hustle-icon-path {
  fill: #507299; }

/* line 4244, resources/assets/styles/components/_modal.scss */
/* line 9490, stdin */
.hustle-icon-flat.hustle-icon-vkontakte .hustle-shares-counter {
  color: #fff; }

/* line 4248, resources/assets/styles/components/_modal.scss */
/* line 9496, stdin */
.hustle-icon-flat.hustle-icon-fivehundredpx .hustle-icon-path {
  fill: #000; }

/* line 4252, resources/assets/styles/components/_modal.scss */
/* line 9502, stdin */
.hustle-icon-flat.hustle-icon-fivehundredpx .hustle-shares-counter {
  color: #fff; }

/* line 4256, resources/assets/styles/components/_modal.scss */
/* line 9508, stdin */
.hustle-icon-flat.hustle-icon-houzz .hustle-icon-path {
  fill: #9bc545; }

/* line 4260, resources/assets/styles/components/_modal.scss */
/* line 9514, stdin */
.hustle-icon-flat.hustle-icon-houzz .hustle-shares-counter {
  color: #fff; }

/* line 4264, resources/assets/styles/components/_modal.scss */
/* line 9520, stdin */
.hustle-icon-flat.hustle-icon-instagram .hustle-icon-path {
  fill: #d03c77; }

/* line 4268, resources/assets/styles/components/_modal.scss */
/* line 9526, stdin */
.hustle-icon-flat.hustle-icon-instagram .hustle-shares-counter {
  color: #fff; }

/* line 4272, resources/assets/styles/components/_modal.scss */
/* line 9532, stdin */
.hustle-icon-flat.hustle-icon-twitch .hustle-icon-path {
  fill: #6441a4; }

/* line 4276, resources/assets/styles/components/_modal.scss */
/* line 9538, stdin */
.hustle-icon-flat.hustle-icon-twitch .hustle-shares-counter {
  color: #fff; }

/* line 4280, resources/assets/styles/components/_modal.scss */
/* line 9544, stdin */
.hustle-icon-flat.hustle-icon-youtube .hustle-icon-path {
  fill: red; }

/* line 4284, resources/assets/styles/components/_modal.scss */
/* line 9550, stdin */
.hustle-icon-flat.hustle-icon-youtube .hustle-shares-counter {
  color: #fff; }

/* line 4288, resources/assets/styles/components/_modal.scss */
/* line 9556, stdin */
.hustle-icon-flat.hustle-icon-telegram .hustle-icon-path {
  fill: #0693ec; }

/* line 4292, resources/assets/styles/components/_modal.scss */
/* line 9562, stdin */
.hustle-icon-flat.hustle-icon-telegram .hustle-shares-counter {
  color: #fff; }

/* line 4296, resources/assets/styles/components/_modal.scss */
/* line 9568, stdin */
.hustle-icon-flat.has-counter .hustle-icon {
  width: 16px;
  height: 16px; }

/* line 4301, resources/assets/styles/components/_modal.scss */
/* line 9575, stdin */
.hustle-icon-flat.has-counter.hustle-icon-facebook {
  border-color: #2D5F9A; }

/* line 4305, resources/assets/styles/components/_modal.scss */
/* line 9581, stdin */
.hustle-icon-flat.has-counter.hustle-icon-twitter {
  border-color: #00C3F3; }

/* line 4309, resources/assets/styles/components/_modal.scss */
/* line 9587, stdin */
.hustle-icon-flat.has-counter.hustle-icon-google {
  border-color: #D73D32; }

/* line 4313, resources/assets/styles/components/_modal.scss */
/* line 9593, stdin */
.hustle-icon-flat.has-counter.hustle-icon-pinterest {
  border-color: #CD252B; }

/* line 4317, resources/assets/styles/components/_modal.scss */
/* line 9599, stdin */
.hustle-icon-flat.has-counter.hustle-icon-reddit {
  border-color: #FF5700; }

/* line 4321, resources/assets/styles/components/_modal.scss */
/* line 9605, stdin */
.hustle-icon-flat.has-counter.hustle-icon-linkedin {
  border-color: #0077B5; }

/* line 4325, resources/assets/styles/components/_modal.scss */
/* line 9611, stdin */
.hustle-icon-flat.has-counter.hustle-icon-vkontakte {
  border-color: #507299; }

/* line 4329, resources/assets/styles/components/_modal.scss */
/* line 9617, stdin */
.hustle-icon-flat.has-counter.hustle-icon-fivehundredpx {
  border-color: #000; }

/* line 4333, resources/assets/styles/components/_modal.scss */
/* line 9623, stdin */
.hustle-icon-flat.has-counter.hustle-icon-houzz {
  border-color: #9bc545; }

/* line 4337, resources/assets/styles/components/_modal.scss */
/* line 9629, stdin */
.hustle-icon-flat.has-counter.hustle-icon-instagram {
  border-color: #d03c77; }

/* line 4341, resources/assets/styles/components/_modal.scss */
/* line 9635, stdin */
.hustle-icon-flat.has-counter.hustle-icon-twitch {
  border-color: #6441a4; }

/* line 4345, resources/assets/styles/components/_modal.scss */
/* line 9641, stdin */
.hustle-icon-flat.has-counter.hustle-icon-youtube {
  border-color: red; }

/* line 4349, resources/assets/styles/components/_modal.scss */
/* line 9647, stdin */
.hustle-icon-flat.has-counter.hustle-icon-telegram {
  border-color: #0693ec; }

/* line 4353, resources/assets/styles/components/_modal.scss */
/* line 9653, stdin */
.hustle-icon-outline {
  border-radius: 40px; }

/* line 4357, resources/assets/styles/components/_modal.scss */
/* line 9659, stdin */
.hustle-icon-outline .hustle-icon {
  width: 16px;
  height: 16px; }

/* line 4362, resources/assets/styles/components/_modal.scss */
/* line 9666, stdin */
.hustle-icon-outline.hustle-icon-facebook {
  border-color: #2D5F9A; }

/* line 4366, resources/assets/styles/components/_modal.scss */
/* line 9672, stdin */
.hustle-icon-outline.hustle-icon-facebook .hustle-icon-path {
  fill: #2D5F9A; }

/* line 4370, resources/assets/styles/components/_modal.scss */
/* line 9678, stdin */
.hustle-icon-outline.hustle-icon-facebook .hustle-shares-counter {
  color: #fff; }

/* line 4374, resources/assets/styles/components/_modal.scss */
/* line 9684, stdin */
.hustle-icon-outline.hustle-icon-twitter {
  border-color: #00C3F3; }

/* line 4378, resources/assets/styles/components/_modal.scss */
/* line 9690, stdin */
.hustle-icon-outline.hustle-icon-twitter .hustle-icon-path {
  fill: #00C3F3; }

/* line 4382, resources/assets/styles/components/_modal.scss */
/* line 9696, stdin */
.hustle-icon-outline.hustle-icon-twitter .hustle-shares-counter {
  color: #fff; }

/* line 4386, resources/assets/styles/components/_modal.scss */
/* line 9702, stdin */
.hustle-icon-outline.hustle-icon-google {
  border-color: #D73D32; }

/* line 4390, resources/assets/styles/components/_modal.scss */
/* line 9708, stdin */
.hustle-icon-outline.hustle-icon-google .hustle-icon-path {
  fill: #D73D32; }

/* line 4394, resources/assets/styles/components/_modal.scss */
/* line 9714, stdin */
.hustle-icon-outline.hustle-icon-google .hustle-shares-counter {
  color: #fff; }

/* line 4398, resources/assets/styles/components/_modal.scss */
/* line 9720, stdin */
.hustle-icon-outline.hustle-icon-pinterest {
  border-color: #CD252B; }

/* line 4402, resources/assets/styles/components/_modal.scss */
/* line 9726, stdin */
.hustle-icon-outline.hustle-icon-pinterest .hustle-icon-path {
  fill: #CD252B; }

/* line 4406, resources/assets/styles/components/_modal.scss */
/* line 9732, stdin */
.hustle-icon-outline.hustle-icon-pinterest .hustle-shares-counter {
  color: #fff; }

/* line 4410, resources/assets/styles/components/_modal.scss */
/* line 9738, stdin */
.hustle-icon-outline.hustle-icon-reddit {
  border-color: #FF5700; }

/* line 4414, resources/assets/styles/components/_modal.scss */
/* line 9744, stdin */
.hustle-icon-outline.hustle-icon-reddit .hustle-icon-path {
  fill: #FF5700; }

/* line 4418, resources/assets/styles/components/_modal.scss */
/* line 9750, stdin */
.hustle-icon-outline.hustle-icon-reddit .hustle-shares-counter {
  color: #fff; }

/* line 4422, resources/assets/styles/components/_modal.scss */
/* line 9756, stdin */
.hustle-icon-outline.hustle-icon-linkedin {
  border-color: #0077B5; }

/* line 4426, resources/assets/styles/components/_modal.scss */
/* line 9762, stdin */
.hustle-icon-outline.hustle-icon-linkedin .hustle-icon-path {
  fill: #0077B5; }

/* line 4430, resources/assets/styles/components/_modal.scss */
/* line 9768, stdin */
.hustle-icon-outline.hustle-icon-linkedin .hustle-shares-counter {
  color: #fff; }

/* line 4434, resources/assets/styles/components/_modal.scss */
/* line 9774, stdin */
.hustle-icon-outline.hustle-icon-vkontakte {
  border-color: #507299; }

/* line 4438, resources/assets/styles/components/_modal.scss */
/* line 9780, stdin */
.hustle-icon-outline.hustle-icon-vkontakte .hustle-icon-path {
  fill: #507299; }

/* line 4442, resources/assets/styles/components/_modal.scss */
/* line 9786, stdin */
.hustle-icon-outline.hustle-icon-vkontakte .hustle-shares-counter {
  color: #fff; }

/* line 4446, resources/assets/styles/components/_modal.scss */
/* line 9792, stdin */
.hustle-icon-outline.hustle-icon-fivehundredpx {
  border-color: #000; }

/* line 4450, resources/assets/styles/components/_modal.scss */
/* line 9798, stdin */
.hustle-icon-outline.hustle-icon-fivehundredpx .hustle-icon-path {
  fill: #000; }

/* line 4454, resources/assets/styles/components/_modal.scss */
/* line 9804, stdin */
.hustle-icon-outline.hustle-icon-fivehundredpx .hustle-shares-counter {
  color: #fff; }

/* line 4458, resources/assets/styles/components/_modal.scss */
/* line 9810, stdin */
.hustle-icon-outline.hustle-icon-houzz {
  border-color: #9bc545; }

/* line 4462, resources/assets/styles/components/_modal.scss */
/* line 9816, stdin */
.hustle-icon-outline.hustle-icon-houzz .hustle-icon-path {
  fill: #9bc545; }

/* line 4466, resources/assets/styles/components/_modal.scss */
/* line 9822, stdin */
.hustle-icon-outline.hustle-icon-houzz .hustle-shares-counter {
  color: #fff; }

/* line 4470, resources/assets/styles/components/_modal.scss */
/* line 9828, stdin */
.hustle-icon-outline.hustle-icon-instagram {
  border-color: #d03c77; }

/* line 4474, resources/assets/styles/components/_modal.scss */
/* line 9834, stdin */
.hustle-icon-outline.hustle-icon-instagram .hustle-icon-path {
  fill: #d03c77; }

/* line 4478, resources/assets/styles/components/_modal.scss */
/* line 9840, stdin */
.hustle-icon-outline.hustle-icon-instagram .hustle-shares-counter {
  color: #fff; }

/* line 4482, resources/assets/styles/components/_modal.scss */
/* line 9846, stdin */
.hustle-icon-outline.hustle-icon-twitch {
  border-color: #6441a4; }

/* line 4486, resources/assets/styles/components/_modal.scss */
/* line 9852, stdin */
.hustle-icon-outline.hustle-icon-twitch .hustle-icon-path {
  fill: #6441a4; }

/* line 4490, resources/assets/styles/components/_modal.scss */
/* line 9858, stdin */
.hustle-icon-outline.hustle-icon-twitch .hustle-shares-counter {
  color: #fff; }

/* line 4494, resources/assets/styles/components/_modal.scss */
/* line 9864, stdin */
.hustle-icon-outline.hustle-icon-youtube {
  border-color: red; }

/* line 4498, resources/assets/styles/components/_modal.scss */
/* line 9870, stdin */
.hustle-icon-outline.hustle-icon-youtube .hustle-icon-path {
  fill: red; }

/* line 4502, resources/assets/styles/components/_modal.scss */
/* line 9876, stdin */
.hustle-icon-outline.hustle-icon-youtube .hustle-shares-counter {
  color: #fff; }

/* line 4506, resources/assets/styles/components/_modal.scss */
/* line 9882, stdin */
.hustle-icon-outline.hustle-icon-telegram {
  border-color: #0693ec; }

/* line 4510, resources/assets/styles/components/_modal.scss */
/* line 9888, stdin */
.hustle-icon-outline.hustle-icon-telegram .hustle-icon-path {
  fill: #0693ec; }

/* line 4514, resources/assets/styles/components/_modal.scss */
/* line 9894, stdin */
.hustle-icon-outline.hustle-icon-telegram .hustle-shares-counter {
  color: #fff; }

/* line 4518, resources/assets/styles/components/_modal.scss */
/* line 9900, stdin */
.hustle-icon-rounded {
  position: relative;
  border-radius: 40px; }

/* line 4523, resources/assets/styles/components/_modal.scss */
/* line 9907, stdin */
.hustle-icon-rounded .hustle-icon {
  width: 18px;
  height: 18px; }

/* line 4528, resources/assets/styles/components/_modal.scss */
/* line 9914, stdin */
.hustle-icon-rounded:not(.hustle-social-inline) .hustle-icon-container {
  width: auto;
  height: 30px;
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  border-radius: 40px; }

/* line 4538, resources/assets/styles/components/_modal.scss */
/* line 9926, stdin */
.hustle-icon-rounded:not(.hustle-social-inline) .hustle-shares-counter {
  margin-top: 28px; }

/* line 4542, resources/assets/styles/components/_modal.scss */
/* line 9932, stdin */
.hustle-icon-rounded.hustle-social-inline .hustle-icon-container {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  border-radius: 40px; }

/* line 4552, resources/assets/styles/components/_modal.scss */
/* line 9944, stdin */
.hustle-icon-rounded.hustle-social-inline .hustle-shares-counter {
  margin-left: 28px; }

/* line 4556, resources/assets/styles/components/_modal.scss */
/* line 9950, stdin */
.hustle-icon-rounded.hustle-icon-facebook {
  border-color: #2D5F9A; }

/* line 4560, resources/assets/styles/components/_modal.scss */
/* line 9956, stdin */
.hustle-icon-rounded.hustle-icon-facebook .hustle-icon-container {
  background: #2D5F9A; }

/* line 4564, resources/assets/styles/components/_modal.scss */
/* line 9962, stdin */
.hustle-icon-rounded.hustle-icon-facebook .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4568, resources/assets/styles/components/_modal.scss */
/* line 9968, stdin */
.hustle-icon-rounded.hustle-icon-facebook .hustle-shares-counter {
  color: #fff; }

/* line 4572, resources/assets/styles/components/_modal.scss */
/* line 9974, stdin */
.hustle-icon-rounded.hustle-icon-twitter {
  border-color: #00C3F3; }

/* line 4576, resources/assets/styles/components/_modal.scss */
/* line 9980, stdin */
.hustle-icon-rounded.hustle-icon-twitter .hustle-icon-container {
  background: #00C3F3; }

/* line 4580, resources/assets/styles/components/_modal.scss */
/* line 9986, stdin */
.hustle-icon-rounded.hustle-icon-twitter .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4584, resources/assets/styles/components/_modal.scss */
/* line 9992, stdin */
.hustle-icon-rounded.hustle-icon-twitter .hustle-shares-counter {
  color: #fff; }

/* line 4588, resources/assets/styles/components/_modal.scss */
/* line 9998, stdin */
.hustle-icon-rounded.hustle-icon-google {
  border-color: #D73D32; }

/* line 4592, resources/assets/styles/components/_modal.scss */
/* line 10004, stdin */
.hustle-icon-rounded.hustle-icon-google .hustle-icon-container {
  background: #D73D32; }

/* line 4596, resources/assets/styles/components/_modal.scss */
/* line 10010, stdin */
.hustle-icon-rounded.hustle-icon-google .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4600, resources/assets/styles/components/_modal.scss */
/* line 10016, stdin */
.hustle-icon-rounded.hustle-icon-google .hustle-shares-counter {
  color: #fff; }

/* line 4604, resources/assets/styles/components/_modal.scss */
/* line 10022, stdin */
.hustle-icon-rounded.hustle-icon-pinterest {
  border-color: #CD252B; }

/* line 4608, resources/assets/styles/components/_modal.scss */
/* line 10028, stdin */
.hustle-icon-rounded.hustle-icon-pinterest .hustle-icon-container {
  background: #CD252B; }

/* line 4612, resources/assets/styles/components/_modal.scss */
/* line 10034, stdin */
.hustle-icon-rounded.hustle-icon-pinterest .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4616, resources/assets/styles/components/_modal.scss */
/* line 10040, stdin */
.hustle-icon-rounded.hustle-icon-pinterest .hustle-shares-counter {
  color: #fff; }

/* line 4620, resources/assets/styles/components/_modal.scss */
/* line 10046, stdin */
.hustle-icon-rounded.hustle-icon-reddit {
  border-color: #FF5700; }

/* line 4624, resources/assets/styles/components/_modal.scss */
/* line 10052, stdin */
.hustle-icon-rounded.hustle-icon-reddit .hustle-icon-container {
  background: #FF5700; }

/* line 4628, resources/assets/styles/components/_modal.scss */
/* line 10058, stdin */
.hustle-icon-rounded.hustle-icon-reddit .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4632, resources/assets/styles/components/_modal.scss */
/* line 10064, stdin */
.hustle-icon-rounded.hustle-icon-reddit .hustle-shares-counter {
  color: #fff; }

/* line 4636, resources/assets/styles/components/_modal.scss */
/* line 10070, stdin */
.hustle-icon-rounded.hustle-icon-linkedin {
  border-color: #0077B5; }

/* line 4640, resources/assets/styles/components/_modal.scss */
/* line 10076, stdin */
.hustle-icon-rounded.hustle-icon-linkedin .hustle-icon-container {
  background: #0077B5; }

/* line 4644, resources/assets/styles/components/_modal.scss */
/* line 10082, stdin */
.hustle-icon-rounded.hustle-icon-linkedin .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4648, resources/assets/styles/components/_modal.scss */
/* line 10088, stdin */
.hustle-icon-rounded.hustle-icon-linkedin .hustle-shares-counter {
  color: #fff; }

/* line 4652, resources/assets/styles/components/_modal.scss */
/* line 10094, stdin */
.hustle-icon-rounded.hustle-icon-vkontakte {
  border-color: #507299; }

/* line 4656, resources/assets/styles/components/_modal.scss */
/* line 10100, stdin */
.hustle-icon-rounded.hustle-icon-vkontakte .hustle-icon-container {
  background: #507299; }

/* line 4660, resources/assets/styles/components/_modal.scss */
/* line 10106, stdin */
.hustle-icon-rounded.hustle-icon-vkontakte .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4664, resources/assets/styles/components/_modal.scss */
/* line 10112, stdin */
.hustle-icon-rounded.hustle-icon-vkontakte .hustle-shares-counter {
  color: #fff; }

/* line 4668, resources/assets/styles/components/_modal.scss */
/* line 10118, stdin */
.hustle-icon-rounded.hustle-icon-fivehundredpx {
  border-color: #000; }

/* line 4672, resources/assets/styles/components/_modal.scss */
/* line 10124, stdin */
.hustle-icon-rounded.hustle-icon-fivehundredpx .hustle-icon-container {
  background: #000; }

/* line 4676, resources/assets/styles/components/_modal.scss */
/* line 10130, stdin */
.hustle-icon-rounded.hustle-icon-fivehundredpx .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4680, resources/assets/styles/components/_modal.scss */
/* line 10136, stdin */
.hustle-icon-rounded.hustle-icon-fivehundredpx .hustle-shares-counter {
  color: #fff; }

/* line 4684, resources/assets/styles/components/_modal.scss */
/* line 10142, stdin */
.hustle-icon-rounded.hustle-icon-fivehundredpx {
  border-color: #000; }

/* line 4688, resources/assets/styles/components/_modal.scss */
/* line 10148, stdin */
.hustle-icon-rounded.hustle-icon-fivehundredpx .hustle-icon-container {
  background: #000; }

/* line 4692, resources/assets/styles/components/_modal.scss */
/* line 10154, stdin */
.hustle-icon-rounded.hustle-icon-fivehundredpx .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4696, resources/assets/styles/components/_modal.scss */
/* line 10160, stdin */
.hustle-icon-rounded.hustle-icon-fivehundredpx .hustle-shares-counter {
  color: #fff; }

/* line 4700, resources/assets/styles/components/_modal.scss */
/* line 10166, stdin */
.hustle-icon-rounded.hustle-icon-houzz {
  border-color: #9bc545; }

/* line 4704, resources/assets/styles/components/_modal.scss */
/* line 10172, stdin */
.hustle-icon-rounded.hustle-icon-houzz .hustle-icon-container {
  background: #9bc545; }

/* line 4708, resources/assets/styles/components/_modal.scss */
/* line 10178, stdin */
.hustle-icon-rounded.hustle-icon-houzz .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4712, resources/assets/styles/components/_modal.scss */
/* line 10184, stdin */
.hustle-icon-rounded.hustle-icon-houzz .hustle-shares-counter {
  color: #fff; }

/* line 4716, resources/assets/styles/components/_modal.scss */
/* line 10190, stdin */
.hustle-icon-rounded.hustle-icon-instagram {
  border-color: #d03c77; }

/* line 4720, resources/assets/styles/components/_modal.scss */
/* line 10196, stdin */
.hustle-icon-rounded.hustle-icon-instagram .hustle-icon-container {
  background: #d03c77; }

/* line 4724, resources/assets/styles/components/_modal.scss */
/* line 10202, stdin */
.hustle-icon-rounded.hustle-icon-instagram .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4728, resources/assets/styles/components/_modal.scss */
/* line 10208, stdin */
.hustle-icon-rounded.hustle-icon-instagram .hustle-shares-counter {
  color: #fff; }

/* line 4732, resources/assets/styles/components/_modal.scss */
/* line 10214, stdin */
.hustle-icon-rounded.hustle-icon-twitch {
  border-color: #6441a4; }

/* line 4736, resources/assets/styles/components/_modal.scss */
/* line 10220, stdin */
.hustle-icon-rounded.hustle-icon-twitch .hustle-icon-container {
  background: #6441a4; }

/* line 4740, resources/assets/styles/components/_modal.scss */
/* line 10226, stdin */
.hustle-icon-rounded.hustle-icon-twitch .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4744, resources/assets/styles/components/_modal.scss */
/* line 10232, stdin */
.hustle-icon-rounded.hustle-icon-twitch .hustle-shares-counter {
  color: #fff; }

/* line 4748, resources/assets/styles/components/_modal.scss */
/* line 10238, stdin */
.hustle-icon-rounded.hustle-icon-youtube {
  border-color: red; }

/* line 4752, resources/assets/styles/components/_modal.scss */
/* line 10244, stdin */
.hustle-icon-rounded.hustle-icon-youtube .hustle-icon-container {
  background: red; }

/* line 4756, resources/assets/styles/components/_modal.scss */
/* line 10250, stdin */
.hustle-icon-rounded.hustle-icon-youtube .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4760, resources/assets/styles/components/_modal.scss */
/* line 10256, stdin */
.hustle-icon-rounded.hustle-icon-youtube .hustle-shares-counter {
  color: #fff; }

/* line 4764, resources/assets/styles/components/_modal.scss */
/* line 10262, stdin */
.hustle-icon-rounded.hustle-icon-telegram {
  border-color: #0693ec; }

/* line 4768, resources/assets/styles/components/_modal.scss */
/* line 10268, stdin */
.hustle-icon-rounded.hustle-icon-telegram .hustle-icon-container {
  background: #0693ec; }

/* line 4772, resources/assets/styles/components/_modal.scss */
/* line 10274, stdin */
.hustle-icon-rounded.hustle-icon-telegram .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4776, resources/assets/styles/components/_modal.scss */
/* line 10280, stdin */
.hustle-icon-rounded.hustle-icon-telegram .hustle-shares-counter {
  color: #fff; }

/* line 4780, resources/assets/styles/components/_modal.scss */
/* line 10286, stdin */
.hustle-icon-squared .hustle-icon {
  width: 18px;
  height: 18px; }

/* line 4785, resources/assets/styles/components/_modal.scss */
/* line 10293, stdin */
.hustle-icon-squared.hustle-icon-facebook {
  border-color: #2D5F9A; }

/* line 4789, resources/assets/styles/components/_modal.scss */
/* line 10299, stdin */
.hustle-icon-squared.hustle-icon-facebook .hustle-icon-container {
  background: #2D5F9A; }

/* line 4793, resources/assets/styles/components/_modal.scss */
/* line 10305, stdin */
.hustle-icon-squared.hustle-icon-facebook .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4797, resources/assets/styles/components/_modal.scss */
/* line 10311, stdin */
.hustle-icon-squared.hustle-icon-facebook .hustle-shares-counter {
  color: #fff; }

/* line 4801, resources/assets/styles/components/_modal.scss */
/* line 10317, stdin */
.hustle-icon-squared.hustle-icon-twitter {
  border-color: #00C3F3; }

/* line 4805, resources/assets/styles/components/_modal.scss */
/* line 10323, stdin */
.hustle-icon-squared.hustle-icon-twitter .hustle-icon-container {
  background: #00C3F3; }

/* line 4809, resources/assets/styles/components/_modal.scss */
/* line 10329, stdin */
.hustle-icon-squared.hustle-icon-twitter .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4813, resources/assets/styles/components/_modal.scss */
/* line 10335, stdin */
.hustle-icon-squared.hustle-icon-twitter .hustle-shares-counter {
  color: #fff; }

/* line 4817, resources/assets/styles/components/_modal.scss */
/* line 10341, stdin */
.hustle-icon-squared.hustle-icon-google {
  border-color: #D73D32; }

/* line 4821, resources/assets/styles/components/_modal.scss */
/* line 10347, stdin */
.hustle-icon-squared.hustle-icon-google .hustle-icon-container {
  background: #D73D32; }

/* line 4825, resources/assets/styles/components/_modal.scss */
/* line 10353, stdin */
.hustle-icon-squared.hustle-icon-google .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4829, resources/assets/styles/components/_modal.scss */
/* line 10359, stdin */
.hustle-icon-squared.hustle-icon-google .hustle-shares-counter {
  color: #fff; }

/* line 4833, resources/assets/styles/components/_modal.scss */
/* line 10365, stdin */
.hustle-icon-squared.hustle-icon-pinterest {
  border-color: #CD252B; }

/* line 4837, resources/assets/styles/components/_modal.scss */
/* line 10371, stdin */
.hustle-icon-squared.hustle-icon-pinterest .hustle-icon-container {
  background: #CD252B; }

/* line 4841, resources/assets/styles/components/_modal.scss */
/* line 10377, stdin */
.hustle-icon-squared.hustle-icon-pinterest .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4845, resources/assets/styles/components/_modal.scss */
/* line 10383, stdin */
.hustle-icon-squared.hustle-icon-pinterest .hustle-shares-counter {
  color: #fff; }

/* line 4849, resources/assets/styles/components/_modal.scss */
/* line 10389, stdin */
.hustle-icon-squared.hustle-icon-reddit {
  border-color: #FF5700; }

/* line 4853, resources/assets/styles/components/_modal.scss */
/* line 10395, stdin */
.hustle-icon-squared.hustle-icon-reddit .hustle-icon-container {
  background: #FF5700; }

/* line 4857, resources/assets/styles/components/_modal.scss */
/* line 10401, stdin */
.hustle-icon-squared.hustle-icon-reddit .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4861, resources/assets/styles/components/_modal.scss */
/* line 10407, stdin */
.hustle-icon-squared.hustle-icon-reddit .hustle-shares-counter {
  color: #fff; }

/* line 4865, resources/assets/styles/components/_modal.scss */
/* line 10413, stdin */
.hustle-icon-squared.hustle-icon-linkedin {
  border-color: #0077B5; }

/* line 4869, resources/assets/styles/components/_modal.scss */
/* line 10419, stdin */
.hustle-icon-squared.hustle-icon-linkedin .hustle-icon-container {
  background: #0077B5; }

/* line 4873, resources/assets/styles/components/_modal.scss */
/* line 10425, stdin */
.hustle-icon-squared.hustle-icon-linkedin .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4877, resources/assets/styles/components/_modal.scss */
/* line 10431, stdin */
.hustle-icon-squared.hustle-icon-linkedin .hustle-shares-counter {
  color: #fff; }

/* line 4881, resources/assets/styles/components/_modal.scss */
/* line 10437, stdin */
.hustle-icon-squared.hustle-icon-vkontakte {
  border-color: #507299; }

/* line 4885, resources/assets/styles/components/_modal.scss */
/* line 10443, stdin */
.hustle-icon-squared.hustle-icon-vkontakte .hustle-icon-container {
  background: #507299; }

/* line 4889, resources/assets/styles/components/_modal.scss */
/* line 10449, stdin */
.hustle-icon-squared.hustle-icon-vkontakte .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4893, resources/assets/styles/components/_modal.scss */
/* line 10455, stdin */
.hustle-icon-squared.hustle-icon-vkontakte .hustle-shares-counter {
  color: #fff; }

/* line 4897, resources/assets/styles/components/_modal.scss */
/* line 10461, stdin */
.hustle-icon-squared.hustle-icon-fivehundredpx {
  border-color: #000; }

/* line 4901, resources/assets/styles/components/_modal.scss */
/* line 10467, stdin */
.hustle-icon-squared.hustle-icon-fivehundredpx .hustle-icon-container {
  background: #000; }

/* line 4905, resources/assets/styles/components/_modal.scss */
/* line 10473, stdin */
.hustle-icon-squared.hustle-icon-fivehundredpx .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4909, resources/assets/styles/components/_modal.scss */
/* line 10479, stdin */
.hustle-icon-squared.hustle-icon-fivehundredpx .hustle-shares-counter {
  color: #fff; }

/* line 4913, resources/assets/styles/components/_modal.scss */
/* line 10485, stdin */
.hustle-icon-squared.hustle-icon-houzz {
  border-color: #9bc545; }

/* line 4917, resources/assets/styles/components/_modal.scss */
/* line 10491, stdin */
.hustle-icon-squared.hustle-icon-houzz .hustle-icon-container {
  background: #9bc545; }

/* line 4921, resources/assets/styles/components/_modal.scss */
/* line 10497, stdin */
.hustle-icon-squared.hustle-icon-houzz .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4925, resources/assets/styles/components/_modal.scss */
/* line 10503, stdin */
.hustle-icon-squared.hustle-icon-houzz .hustle-shares-counter {
  color: #fff; }

/* line 4929, resources/assets/styles/components/_modal.scss */
/* line 10509, stdin */
.hustle-icon-squared.hustle-icon-instagram {
  border-color: #d03c77; }

/* line 4933, resources/assets/styles/components/_modal.scss */
/* line 10515, stdin */
.hustle-icon-squared.hustle-icon-instagram .hustle-icon-container {
  background: #d03c77; }

/* line 4937, resources/assets/styles/components/_modal.scss */
/* line 10521, stdin */
.hustle-icon-squared.hustle-icon-instagram .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4941, resources/assets/styles/components/_modal.scss */
/* line 10527, stdin */
.hustle-icon-squared.hustle-icon-instagram .hustle-shares-counter {
  color: #fff; }

/* line 4945, resources/assets/styles/components/_modal.scss */
/* line 10533, stdin */
.hustle-icon-squared.hustle-icon-twitch {
  border-color: #6441a4; }

/* line 4949, resources/assets/styles/components/_modal.scss */
/* line 10539, stdin */
.hustle-icon-squared.hustle-icon-twitch .hustle-icon-container {
  background: #6441a4; }

/* line 4953, resources/assets/styles/components/_modal.scss */
/* line 10545, stdin */
.hustle-icon-squared.hustle-icon-twitch .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4957, resources/assets/styles/components/_modal.scss */
/* line 10551, stdin */
.hustle-icon-squared.hustle-icon-twitch .hustle-shares-counter {
  color: #fff; }

/* line 4961, resources/assets/styles/components/_modal.scss */
/* line 10557, stdin */
.hustle-icon-squared.hustle-icon-youtube {
  border-color: red; }

/* line 4965, resources/assets/styles/components/_modal.scss */
/* line 10563, stdin */
.hustle-icon-squared.hustle-icon-youtube .hustle-icon-container {
  background: red; }

/* line 4969, resources/assets/styles/components/_modal.scss */
/* line 10569, stdin */
.hustle-icon-squared.hustle-icon-youtube .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4973, resources/assets/styles/components/_modal.scss */
/* line 10575, stdin */
.hustle-icon-squared.hustle-icon-youtube .hustle-shares-counter {
  color: #fff; }

/* line 4977, resources/assets/styles/components/_modal.scss */
/* line 10581, stdin */
.hustle-icon-squared.hustle-icon-telegram {
  border-color: #0693ec; }

/* line 4981, resources/assets/styles/components/_modal.scss */
/* line 10587, stdin */
.hustle-icon-squared.hustle-icon-telegram .hustle-icon-container {
  background: #0693ec; }

/* line 4985, resources/assets/styles/components/_modal.scss */
/* line 10593, stdin */
.hustle-icon-squared.hustle-icon-telegram .hustle-icon .hustle-icon-path {
  fill: #fff; }

/* line 4989, resources/assets/styles/components/_modal.scss */
/* line 10599, stdin */
.hustle-icon-squared.hustle-icon-telegram .hustle-shares-counter {
  color: #fff; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 4995, resources/assets/styles/components/_modal.scss */
  /* line 10606, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image_contain img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5005, resources/assets/styles/components/_modal.scss */
  /* line 10617, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image_contain .hustle-modal-image_centercenter {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5015, resources/assets/styles/components/_modal.scss */
  /* line 10629, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image_contain .hustle-modal-image_centertop,
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image_contain .hustle-modal-image_centercustom {
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px); } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5024, resources/assets/styles/components/_modal.scss */
  /* line 10641, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image_contain .hustle-modal-image_centerbottom {
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    bottom: 0; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5033, resources/assets/styles/components/_modal.scss */
  /* line 10653, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image_contain .hustle-modal-image_leftcenter {
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%); } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5041, resources/assets/styles/components/_modal.scss */
  /* line 10664, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image_contain .hustle-modal-image_leftbottom {
    bottom: 0; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5048, resources/assets/styles/components/_modal.scss */
  /* line 10672, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image_contain .hustle-modal-image_rightcenter {
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%); } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5057, resources/assets/styles/components/_modal.scss */
  /* line 10684, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image_contain .hustle-modal-image_righttop {
    right: 0; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5064, resources/assets/styles/components/_modal.scss */
  /* line 10692, stdin */
  .hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image_contain .hustle-modal-image_rightbottom {
    right: 0;
    bottom: 0; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5072, resources/assets/styles/components/_modal.scss */
  /* line 10701, stdin */
  .hustle-modal-two .hustle-modal-body .hustle-modal-content section article .hustle-modal-article {
    -ms-flex: 1 1 76px;
    -webkit-box-flex: 1;
    flex: 1 1 76px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5080, resources/assets/styles/components/_modal.scss */
  /* line 10711, stdin */
  .hustle-modal-two .hustle-modal-body .hustle-modal-content footer form.hustle-modal-optin_groups {
    -webkit-box-flex: 1;
    flex: 1 0 167px;
    -ms-flex: 1 0 167px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5089, resources/assets/styles/components/_modal.scss */
  /* line 10721, stdin */
  .hustle-modal-two .hustle-modal-body .hustle-modal-content footer .hustle-modal-optin_group,
  .hustle-modal-two .hustle-modal-body .hustle-modal-content footer .hustle-modal-mc_groups {
    -ms-flex-preferred-size: 36px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5097, resources/assets/styles/components/_modal.scss */
  /* line 10730, stdin */
  .hustle-modal-two .hustle-modal-body .hustle-modal-content footer .hustle-modal-mc_title {
    -ms-flex-preferred-size: 36px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5104, resources/assets/styles/components/_modal.scss */
  /* line 10738, stdin */
  .hustle-modal-two .hustle-modal-body .hustle-modal-content footer .hustle-modal-optin_form .hustle-select + .select2 .selection .select2-selection {
    position: relative;
    top: -4px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5112, resources/assets/styles/components/_modal.scss */
  /* line 10747, stdin */
  .wph-modal .hustle-modal-two .hustle-modal-body .hustle-modal-content section article .hustle-modal-article {
    -ms-flex: 1 1 200px;
    -webkit-box-flex: 1;
    flex: 1 1 200px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5120, resources/assets/styles/components/_modal.scss */
  /* line 10757, stdin */
  .hustle_module_widget_wrap .hustle-modal-three .hustle-modal-body {
    display: block; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5127, resources/assets/styles/components/_modal.scss */
  /* line 10765, stdin */
  .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form:not(.hustle-modal-optin_groups) {
    display: block; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5134, resources/assets/styles/components/_modal.scss */
  /* line 10773, stdin */
  .wph-modal .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_wrap {
    display: block;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 5144, resources/assets/styles/components/_modal.scss */
  /* line 10784, stdin */
  .hustle_module_shortcode_wrap .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form:not(.hustle-modal-optin_groups),
  .hustle_module_widget_wrap .hustle-modal-four .hustle-modal-body aside .hustle-modal-optin_form:not(.hustle-modal-optin_groups) {
    max-height: 100%; } }

@supports (-ms-ime-align: auto) {
  /* line 5151, resources/assets/styles/components/_modal.scss */
  /* line 10793, stdin */
  .hustle-modal-two .hustle-modal-body .hustle-modal-content section article .hustle-modal-article {
    -ms-flex: 1 1 200px;
    -webkit-box-flex: 1;
    flex: 1 1 200px; } }

@-moz-document url-prefix() {
  /* line 5158, resources/assets/styles/components/_modal.scss */
  /* line 10803, stdin */
  .hustle-modal-two .hustle-modal-body .hustle-modal-content section article .hustle-modal-article {
    flex: 1 1 76px; } }

/* line 5163, resources/assets/styles/components/_modal.scss */
/* line 10810, stdin */
.validation_error,
.gfield_description.validation_message {
  color: darkred;
  font-size: 12px;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

/* line 5169, resources/assets/styles/components/_modal.scss */
/* line 10820, stdin */
.gform_ajax_spinner {
  display: none; }

/* line 5174, resources/assets/styles/components/_modal.scss */
/* line 10826, stdin */
.gform_confirmation_message p {
  color: #fff; }

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
/* line 7, resources/assets/styles/components/_wp-classes.scss */
/* line 10839, stdin */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

/* line 14, resources/assets/styles/components/_wp-classes.scss */
/* line 10848, stdin */
.aligncenter {
  display: block;
  margin: guter()/2 auto;
  height: auto; }

/* line 20, resources/assets/styles/components/_wp-classes.scss */
/* line 10856, stdin */
.alignleft,
.alignright {
  margin-bottom: guter()/2;
  height: auto; }

@media (min-width: 979px) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */
  /* line 10865, stdin */
  .alignleft {
    float: left;
    margin-right: guter()/2; }
  /* line 32, resources/assets/styles/components/_wp-classes.scss */
  /* line 10872, stdin */
  .alignright {
    float: right;
    margin-left: guter()/2; } }

/** Captions */
/** Text meant only for screen readers */
/* line 79, resources/assets/styles/helpers/_mixins.scss */
/* line 10884, stdin */
.clearfix:after,
[role="main"]:after,
.featured-ideas:after,
.module-featured:after,
.pagination:after,
footer:after,
.page-template-template-press .module-featured:after {
  content: '';
  display: table;
  clear: both; }

/* line 15, resources/assets/styles/components/_extends.scss */
/* line 10898, stdin */
.gform_body ul,
.pagination ul,
#nav-mobile ul,
footer .footer-links-wrapper ul,
footer .social-links {
  list-style: none;
  margin: 0;
  padding-left: 0; }

/* line 1, resources/assets/styles/modules/_modals.scss */
/* line 10910, stdin */
.modal-backdrop,
.modal-backdrop.fade.in {
  background-color: #000;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7; }

/* line 6, resources/assets/styles/modules/_modals.scss */
/* line 10925, stdin */
.modal-content {
  border-radius: 0; }

/* line 8, resources/assets/styles/modules/_modals.scss */
/* line 10931, stdin */
.modal-content .modal-header {
  border-bottom: 0 none;
  padding-bottom: 0; }

/* line 11, resources/assets/styles/modules/_modals.scss */
/* line 10938, stdin */
.modal-content .modal-header .close {
  opacity: 1;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 6px;
  top: 0.375rem;
  margin: 0; }

/* line 17, resources/assets/styles/modules/_modals.scss */
/* line 10950, stdin */
.modal-content .modal-header .close span {
  color: #000; }

/* line 24, resources/assets/styles/modules/_modals.scss */
/* line 10956, stdin */
.modal-content .modal-header h3.modal-title {
  text-align: center;
  text-transform: uppercase;
  color: #000; }

/* line 30, resources/assets/styles/modules/_modals.scss */
/* line 10964, stdin */
.modal-content .modal-body {
  margin-top: 0; }

/* line 32, resources/assets/styles/modules/_modals.scss */
/* line 10970, stdin */
.modal-content .modal-body h6 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

/* line 47, resources/assets/styles/modules/_modals.scss */
/* line 10981, stdin */
.modal-content .modal-footer {
  border-top: 0 none; }

/* line 49, resources/assets/styles/modules/_modals.scss */
/* line 10987, stdin */
.modal-content .modal-footer button {
  width: auto; }

/* line 1, resources/assets/styles/modules/_item-idea.scss */
/* line 10993, stdin */
.featured-ideas {
  width: 100%;
  margin: 40px auto;
  margin: 2.5rem auto;
  max-width: 1070px;
  max-width: 66.875rem; }

@media (min-width: 1200px) {
  /* line 1, resources/assets/styles/modules/_item-idea.scss */
  /* line 11004, stdin */
  .featured-ideas {
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-bottom: 380px;
    padding-bottom: 23.75rem; } }

@media only screen and (min-width: 360px) {
  /* line 14, resources/assets/styles/modules/_item-idea.scss */
  /* line 11015, stdin */
  .module-featured {
    left: 5px; } }

@media only screen and (min-width: 390px) {
  /* line 14, resources/assets/styles/modules/_item-idea.scss */
  /* line 11023, stdin */
  .module-featured {
    left: 10px; } }

@media only screen and (min-width: 410px) {
  /* line 14, resources/assets/styles/modules/_item-idea.scss */
  /* line 11031, stdin */
  .module-featured {
    left: 17px; } }

@media only screen and (min-width: 420px) {
  /* line 14, resources/assets/styles/modules/_item-idea.scss */
  /* line 11039, stdin */
  .module-featured {
    left: 25px; } }

@media (min-width: 979px) {
  /* line 14, resources/assets/styles/modules/_item-idea.scss */
  /* line 11047, stdin */
  .module-featured {
    left: 95px; } }

@media (min-width: 1200px) {
  /* line 14, resources/assets/styles/modules/_item-idea.scss */
  /* line 11055, stdin */
  .module-featured {
    left: 115px; } }

/* line 41, resources/assets/styles/modules/_item-idea.scss */
/* line 11062, stdin */
.module-featured p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0; }

/* line 46, resources/assets/styles/modules/_item-idea.scss */
/* line 11070, stdin */
.module-featured figure {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

/* line 53, resources/assets/styles/modules/_item-idea.scss */
/* line 11077, stdin */
.isotope-gutter {
  width: 10px;
  width: 0.625rem; }

/* line 57, resources/assets/styles/modules/_item-idea.scss */
/* line 11084, stdin */
.isotope-column {
  width: 170px;
  width: 10.625rem; }

@media only screen and (min-width: 380px) {
  /* line 57, resources/assets/styles/modules/_item-idea.scss */
  /* line 11092, stdin */
  .isotope-column {
    width: 180px;
    width: 11.25rem; } }

@media (min-width: 480px) {
  /* line 57, resources/assets/styles/modules/_item-idea.scss */
  /* line 11101, stdin */
  .isotope-column {
    width: 190px;
    width: 11.875rem; } }

@media (min-width: 979px) {
  /* line 57, resources/assets/styles/modules/_item-idea.scss */
  /* line 11110, stdin */
  .isotope-column {
    width: 200px;
    width: 12.5rem; } }

@media (min-width: 1200px) {
  /* line 57, resources/assets/styles/modules/_item-idea.scss */
  /* line 11119, stdin */
  .isotope-column {
    width: 257.5px;
    width: 16.09375rem; } }

/* line 76, resources/assets/styles/modules/_item-idea.scss */
/* line 11127, stdin */
.itemidea {
  overflow: hidden;
  width: 100%;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

@media only screen and (min-width: 360px) {
  /* line 76, resources/assets/styles/modules/_item-idea.scss */
  /* line 11144, stdin */
  .itemidea {
    max-width: 170px;
    max-width: 10.625rem; } }

@media only screen and (min-width: 380px) {
  /* line 76, resources/assets/styles/modules/_item-idea.scss */
  /* line 11153, stdin */
  .itemidea {
    max-width: 180px;
    max-width: 11.25rem; } }

@media (min-width: 480px) {
  /* line 76, resources/assets/styles/modules/_item-idea.scss */
  /* line 11162, stdin */
  .itemidea {
    max-width: 190px;
    max-width: 11.875rem; } }

@media (min-width: 979px) {
  /* line 76, resources/assets/styles/modules/_item-idea.scss */
  /* line 11171, stdin */
  .itemidea {
    max-width: 200px;
    max-width: 12.5rem; }
  /* line 99, resources/assets/styles/modules/_item-idea.scss */
  /* line 11178, stdin */
  .itemidea .thumbnailidea {
    margin-bottom: 0; }
  /* line 100, resources/assets/styles/modules/_item-idea.scss */
  /* line 11184, stdin */
  .itemidea .thumbnailidea img {
    min-width: 200px;
    min-width: 12.5rem;
    height: auto; }
  /* line 105, resources/assets/styles/modules/_item-idea.scss */
  /* line 11192, stdin */
  .itemidea .thumbnailidea a {
    display: block; } }

@media (min-width: 1200px) {
  /* line 76, resources/assets/styles/modules/_item-idea.scss */
  /* line 11200, stdin */
  .itemidea {
    max-width: 257.5px;
    max-width: 16.09375rem; }
  /* line 114, resources/assets/styles/modules/_item-idea.scss */
  /* line 11207, stdin */
  .itemidea .thumbnailidea img {
    min-width: 257.5px;
    min-width: 16.09375rem; } }

/* line 122, resources/assets/styles/modules/_item-idea.scss */
/* line 11215, stdin */
.itemidea header h5 {
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-weight: 300;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem; }

/* line 128, resources/assets/styles/modules/_item-idea.scss */
/* line 11231, stdin */
.itemidea header h5 a {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-weight: 300; }

/* line 133, resources/assets/styles/modules/_item-idea.scss */
/* line 11242, stdin */
.itemidea header h4,
.itemidea header h4 a {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 15px 0 0 0;
  margin: 0.9375rem 0 0 0;
  text-align: left;
  color: #333;
  display: block; }

/* line 141, resources/assets/styles/modules/_item-idea.scss */
/* line 11259, stdin */
.itemidea header h4 a {
  padding: 0 15px;
  padding: 0 0.9375rem; }

/* line 147, resources/assets/styles/modules/_item-idea.scss */
/* line 11266, stdin */
.itemidea .idea-info .city {
  font-weight: 300;
  margin: 0;
  line-height: 14px;
  line-height: 0.875rem;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 5px 15px 15px;
  padding: 0.3125rem 0.9375rem 0.9375rem; }

/* line 153, resources/assets/styles/modules/_item-idea.scss */
/* line 11279, stdin */
.itemidea .idea-info .city .location {
  width: 7px;
  width: 0.4375rem;
  height: 10px;
  height: 0.625rem;
  position: relative;
  top: 2px; }

/* line 162, resources/assets/styles/modules/_item-idea.scss */
/* line 11290, stdin */
.itemidea footer {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  margin: 10px 0;
  margin: 0.625rem 0; }

/* line 166, resources/assets/styles/modules/_item-idea.scss */
/* line 11301, stdin */
.itemidea footer .likes-wrapper {
  width: 48.14815%;
  float: left;
  margin-right: 3.7037%;
  padding: 0 15px;
  padding: 0 0.9375rem;
  text-align: left; }

/* line 172, resources/assets/styles/modules/_item-idea.scss */
/* line 11312, stdin */
.itemidea footer .comments-wrapper {
  width: 48.14815%;
  float: right;
  margin-right: 0;
  padding: 0 15px;
  padding: 0 0.9375rem;
  text-align: right; }

/* line 178, resources/assets/styles/modules/_item-idea.scss */
/* line 11323, stdin */
.itemidea footer span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-weight: 300;
  position: relative;
  top: -4px; }

/* line 184, resources/assets/styles/modules/_item-idea.scss */
/* line 11335, stdin */
.itemidea footer .icon {
  width: 25px;
  height: 25px;
  position: relative;
  top: 2px; }

/* line 1, resources/assets/styles/modules/_pagination.scss */
/* line 11344, stdin */
.pagination {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 15px 0;
  margin: 0.9375rem 0;
  clear: both;
  text-align: center; }

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/modules/_pagination.scss */
  /* line 11362, stdin */
  .pagination {
    margin: 25px 0;
    margin: 1.5625rem 0; } }

/* line 15, resources/assets/styles/modules/_pagination.scss */
/* line 11370, stdin */
.pagination ul li {
  margin: 0 0;
  margin: 0 0;
  display: inline-block; }

/* line 19, resources/assets/styles/modules/_pagination.scss */
/* line 11378, stdin */
.pagination ul li .current,
.pagination ul li a {
  border: 1px solid #f48804;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  width: 25px;
  height: 25px; }

@media (min-width: 768px) {
  /* line 19, resources/assets/styles/modules/_pagination.scss */
  /* line 11391, stdin */
  .pagination ul li .current,
  .pagination ul li a {
    width: 32px;
    height: 32px; } }

/* line 33, resources/assets/styles/modules/_pagination.scss */
/* line 11400, stdin */
.pagination ul li a {
  border-color: transparent; }

/* line 36, resources/assets/styles/modules/_pagination.scss */
/* line 11406, stdin */
.pagination ul li a:hover {
  border-color: #f48804;
  color: #f48804; }

/* Slider */
/* Icons */
/* @if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
} */
/* Arrows */
/* line 63, resources/assets/styles/modules/_slick.scss */
/* line 11429, stdin */
.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; }

/* line 81, resources/assets/styles/modules/_slick.scss */
/* line 11451, stdin */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

/* line 85, resources/assets/styles/modules/_slick.scss */
/* line 11462, stdin */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

/* line 89, resources/assets/styles/modules/_slick.scss */
/* line 11471, stdin */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

/* line 92, resources/assets/styles/modules/_slick.scss */
/* line 11478, stdin */
.slick-prev:before,
.slick-next:before {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 103, resources/assets/styles/modules/_slick.scss */
/* line 11492, stdin */
.slick-prev {
  left: -25px; }

/* line 105, resources/assets/styles/modules/_slick.scss */
/* line 11498, stdin */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

/* line 109, resources/assets/styles/modules/_slick.scss */
/* line 11505, stdin */
.slick-prev:before {
  content: "\2770"; }

/* line 111, resources/assets/styles/modules/_slick.scss */
/* line 11511, stdin */
[dir="rtl"] .slick-prev:before {
  content: "\2771"; }

/* line 117, resources/assets/styles/modules/_slick.scss */
/* line 11517, stdin */
.slick-next {
  right: -25px; }

/* line 119, resources/assets/styles/modules/_slick.scss */
/* line 11523, stdin */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

/* line 123, resources/assets/styles/modules/_slick.scss */
/* line 11530, stdin */
.slick-next:before {
  content: "\2771"; }

/* line 125, resources/assets/styles/modules/_slick.scss */
/* line 11536, stdin */
[dir="rtl"] .slick-next:before {
  content: "\2770"; }

/* Dots */
/* line 133, resources/assets/styles/modules/_slick.scss */
/* line 11544, stdin */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

/* line 137, resources/assets/styles/modules/_slick.scss */
/* line 11550, stdin */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

/* line 146, resources/assets/styles/modules/_slick.scss */
/* line 11563, stdin */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

/* line 154, resources/assets/styles/modules/_slick.scss */
/* line 11575, stdin */
.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; }

/* line 166, resources/assets/styles/modules/_slick.scss */
/* line 11591, stdin */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

/* line 168, resources/assets/styles/modules/_slick.scss */
/* line 11598, stdin */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

/* line 172, resources/assets/styles/modules/_slick.scss */
/* line 11605, stdin */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 189, resources/assets/styles/modules/_slick.scss */
/* line 11624, stdin */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

/* Slider */
/* Icons */
/* @if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
} */
/* Arrows */
/* line 63, resources/assets/styles/modules/_slick-theme.scss */
/* line 11647, stdin */
.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; }

/* line 81, resources/assets/styles/modules/_slick-theme.scss */
/* line 11669, stdin */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

/* line 85, resources/assets/styles/modules/_slick-theme.scss */
/* line 11680, stdin */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

/* line 89, resources/assets/styles/modules/_slick-theme.scss */
/* line 11689, stdin */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

/* line 92, resources/assets/styles/modules/_slick-theme.scss */
/* line 11696, stdin */
.slick-prev:before,
.slick-next:before {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 103, resources/assets/styles/modules/_slick-theme.scss */
/* line 11710, stdin */
.slick-prev {
  left: -25px; }

/* line 105, resources/assets/styles/modules/_slick-theme.scss */
/* line 11716, stdin */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

/* line 109, resources/assets/styles/modules/_slick-theme.scss */
/* line 11723, stdin */
.slick-prev:before {
  content: "\2770"; }

/* line 111, resources/assets/styles/modules/_slick-theme.scss */
/* line 11729, stdin */
[dir="rtl"] .slick-prev:before {
  content: "\2771"; }

/* line 117, resources/assets/styles/modules/_slick-theme.scss */
/* line 11735, stdin */
.slick-next {
  right: -25px; }

/* line 119, resources/assets/styles/modules/_slick-theme.scss */
/* line 11741, stdin */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

/* line 123, resources/assets/styles/modules/_slick-theme.scss */
/* line 11748, stdin */
.slick-next:before {
  content: "\2771"; }

/* line 125, resources/assets/styles/modules/_slick-theme.scss */
/* line 11754, stdin */
[dir="rtl"] .slick-next:before {
  content: "\2770"; }

/* Dots */
/* line 133, resources/assets/styles/modules/_slick-theme.scss */
/* line 11762, stdin */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

/* line 137, resources/assets/styles/modules/_slick-theme.scss */
/* line 11768, stdin */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

/* line 146, resources/assets/styles/modules/_slick-theme.scss */
/* line 11781, stdin */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

/* line 154, resources/assets/styles/modules/_slick-theme.scss */
/* line 11793, stdin */
.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; }

/* line 166, resources/assets/styles/modules/_slick-theme.scss */
/* line 11809, stdin */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

/* line 168, resources/assets/styles/modules/_slick-theme.scss */
/* line 11816, stdin */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

/* line 172, resources/assets/styles/modules/_slick-theme.scss */
/* line 11823, stdin */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 189, resources/assets/styles/modules/_slick-theme.scss */
/* line 11842, stdin */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

/* line 1, resources/assets/styles/modules/_handbook.scss */
/* line 11849, stdin */
h3.subtitle-handbook {
  font-family: "Oswald", sans-serif;
  text-align: left;
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 500; }

/* line 7, resources/assets/styles/modules/_handbook.scss */
/* line 11860, stdin */
h3.subtitle-handbook strong {
  font-weight: 700; }

/* line 12, resources/assets/styles/modules/_handbook.scss */
/* line 11866, stdin */
.handbook-module-wrapper {
  background: url(https://theurbanactivist.com/wp-content/themes/theurbanactivist/dist/images/img-handbook-mobile.jpg) no-repeat 50% 0 transparent;
  background-size: cover;
  margin: 40px 0 40px 0;
  margin: 2.5rem 0 2.5rem 0;
  /*@include susy-media($extra-large-desktop) {
    @include rem(margin, 90px 0 90px 0);
  }*/ }

@media (min-width: 768px) {
  /* line 12, resources/assets/styles/modules/_handbook.scss */
  /* line 11879, stdin */
  .handbook-module-wrapper {
    margin: 40px 0 60px 0;
    margin: 2.5rem 0 3.75rem 0;
    background: url(https://theurbanactivist.com/wp-content/themes/theurbanactivist/dist/images/citycise-home-hero-img.jpg) no-repeat 50% 0 transparent;
    background-size: cover; } }

@media (min-width: 979px) {
  /* line 12, resources/assets/styles/modules/_handbook.scss */
  /* line 11890, stdin */
  .handbook-module-wrapper {
    margin: 90px 0 90px 0;
    margin: 5.625rem 0 5.625rem 0; } }

/* line 31, resources/assets/styles/modules/_handbook.scss */
/* line 11898, stdin */
.handbook-module-wrapper .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  min-height: 250px;
  min-height: 15.625rem; }

@media (min-width: 768px) {
  /* line 31, resources/assets/styles/modules/_handbook.scss */
  /* line 11919, stdin */
  .handbook-module-wrapper .content-wrapper {
    padding-top: 30px;
    padding-top: 1.875rem;
    min-height: 240px;
    min-height: 15rem; } }

/* line 46, resources/assets/styles/modules/_handbook.scss */
/* line 11929, stdin */
.handbook-module-wrapper h3 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1px rgba(0, 0, 0, 0.12);
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1.91px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin: 30px 0 15px;
  margin: 1.875rem 0 0.9375rem; }

@media (min-width: 768px) {
  /* line 46, resources/assets/styles/modules/_handbook.scss */
  /* line 11950, stdin */
  .handbook-module-wrapper h3 {
    margin: 0; } }

/* line 64, resources/assets/styles/modules/_handbook.scss */
/* line 11957, stdin */
.handbook-module-wrapper h5 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1px rgba(0, 0, 0, 0.12);
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1.14px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  padding: 0 0.9375rem;
  font-size: 22px;
  font-size: 1.375rem; }

@media (min-width: 768px) {
  /* line 64, resources/assets/styles/modules/_handbook.scss */
  /* line 11976, stdin */
  .handbook-module-wrapper h5 {
    font-size: 30px;
    font-size: 1.875rem; } }

/* line 81, resources/assets/styles/modules/_handbook.scss */
/* line 11984, stdin */
.handbook-module-wrapper p {
  text-align: center; }

/* line 83, resources/assets/styles/modules/_handbook.scss */
/* line 11990, stdin */
.handbook-module-wrapper p a {
  text-transform: uppercase;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem; }

/* line 1, resources/assets/styles/layouts/_header.scss */
/* line 11998, stdin */
.button-mobile-newsletter-wrapper {
  position: relative;
  background-color: #6e6e6e;
  text-align: center;
  overflow: hidden; }

@media (min-width: 979px) {
  /* line 1, resources/assets/styles/layouts/_header.scss */
  /* line 12008, stdin */
  .button-mobile-newsletter-wrapper {
    display: none; } }

/* line 11, resources/assets/styles/layouts/_header.scss */
/* line 12015, stdin */
.button-mobile-newsletter-wrapper a {
  max-width: 250px;
  max-width: 15.625rem;
  cursor: pointer;
  margin: 15px 0;
  margin: 0.9375rem 0; }

/* line 16, resources/assets/styles/layouts/_header.scss */
/* line 12025, stdin */
.button-mobile-newsletter-wrapper .hustle-icon {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  position: absolute;
  right: 15px;
  top: 7px;
  cursor: pointer; }

/* line 23, resources/assets/styles/layouts/_header.scss */
/* line 12038, stdin */
.button-mobile-newsletter-wrapper .hustle-icon path {
  fill: #FFF; }

/* line 29, resources/assets/styles/layouts/_header.scss */
/* line 12044, stdin */
.btn-newsletter {
  text-transform: uppercase;
  border: 1px solid transparent;
  right: auto;
  bottom: auto;
  top: 25%;
  left: -44px;
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  z-index: 99;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 5px 12px 2px;
  padding: 0.3125rem 0.75rem 0.125rem;
  width: auto; }

/* line 42, resources/assets/styles/layouts/_header.scss */
/* line 12065, stdin */
.btn-newsletter:hover {
  border: 1px solid #fff; }

@media (min-width: 979px) {
  /* line 29, resources/assets/styles/layouts/_header.scss */
  /* line 12072, stdin */
  .btn-newsletter {
    left: -47px; } }

/* line 56, resources/assets/styles/layouts/_header.scss */
/* line 12079, stdin */
#modal-newsletter .hustle-modal .hustle-modal-close .hustle-icon,
#modal-newsletter .wph-modal .hustle-modal .hustle-modal-close .hustle-icon {
  max-width: 25px;
  max-height: 25px; }

/* line 61, resources/assets/styles/layouts/_header.scss */
/* line 12087, stdin */
#modal-newsletter .hustle-modal.hustle-modal-static,
#modal-newsletter .wph-modal .hustle-modal.hustle-modal-static {
  max-width: 560px;
  background-color: #f39406; }

/* line 66, resources/assets/styles/layouts/_header.scss */
/* line 12095, stdin */
#modal-newsletter .hustle-modal .hustle-modal-body section,
#modal-newsletter .wph-modal .hustle-modal .hustle-modal-body section {
  background-color: transparent !important; }

/* line 70, resources/assets/styles/layouts/_header.scss */
/* line 12102, stdin */
#modal-newsletter .hustle-modal-close,
#modal-newsletter .wph-modal .hustle-modal-close {
  position: relative;
  top: 15px;
  right: 15px; }

/* line 74, resources/assets/styles/layouts/_header.scss */
/* line 12111, stdin */
#modal-newsletter .hustle-modal-close svg path,
#modal-newsletter .wph-modal .hustle-modal-close svg path {
  fill: #fff !important; }

/* line 80, resources/assets/styles/layouts/_header.scss */
/* line 12118, stdin */
#modal-newsletter .hustle-modal.hustle-modal-cabriolet header,
#modal-newsletter .wph-modal .hustle-modal.hustle-modal-cabriolet header {
  margin: 0 !important; }

/* line 84, resources/assets/styles/layouts/_header.scss */
/* line 12125, stdin */
#modal-newsletter .hustle-modal-message,
#modal-newsletter .wph-modal .hustle-modal-message {
  padding: 0 !important;
  max-height: 99vh !important; }

/* line 90, resources/assets/styles/layouts/_header.scss */
/* line 12133, stdin */
#modal-newsletter .hustle-modal-body .icon,
#modal-newsletter .wph-modal .hustle-modal-body .icon {
  width: 65px;
  height: auto;
  margin: 0 auto;
  display: none; }

@media (min-width: 768px) {
  /* line 90, resources/assets/styles/layouts/_header.scss */
  /* line 12144, stdin */
  #modal-newsletter .hustle-modal-body .icon,
  #modal-newsletter .wph-modal .hustle-modal-body .icon {
    display: block; } }

/* line 101, resources/assets/styles/layouts/_header.scss */
/* line 12152, stdin */
#modal-newsletter .hustle-modal-body .hustle-modal-content,
#modal-newsletter .wph-modal .hustle-modal-body .hustle-modal-content {
  padding: 0 !important; }

/* line 105, resources/assets/styles/layouts/_header.scss */
/* line 12159, stdin */
#modal-newsletter .hustle-modal-body h5,
#modal-newsletter .wph-modal .hustle-modal-body h5 {
  color: #fff !important;
  text-align: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 22px !important;
  line-height: 1.375rem !important;
  letter-spacing: 1.4px !important;
  letter-spacing: 0.0875rem !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  margin-left: auto !important;
  margin-right: auto !important; }

@media (min-width: 768px) {
  /* line 105, resources/assets/styles/layouts/_header.scss */
  /* line 12178, stdin */
  #modal-newsletter .hustle-modal-body h5,
  #modal-newsletter .wph-modal .hustle-modal-body h5 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
    line-height: 38px !important;
    line-height: 2.375rem !important;
    max-width: 795px;
    max-width: 49.6875rem; } }

/* line 124, resources/assets/styles/layouts/_header.scss */
/* line 12191, stdin */
#modal-newsletter .hustle-modal-body hr.adorno,
#modal-newsletter .wph-modal .hustle-modal-body hr.adorno {
  border-top: 3px solid #fff;
  width: 56px;
  margin: 0 auto;
  -webkit-box-shadow: 0 none;
  box-shadow: 0 none; }

/* line 134, resources/assets/styles/layouts/_header.scss */
/* line 12202, stdin */
#modal-newsletter .hustle-modal-body .image-wrapper .gforms_confirmation_message,
#modal-newsletter .wph-modal .hustle-modal-body .image-wrapper .gforms_confirmation_message {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0 15px;
  padding: 0 0.9375rem; }

/* line 141, resources/assets/styles/layouts/_header.scss */
/* line 12212, stdin */
#modal-newsletter .hustle-modal-body .image-mobile,
#modal-newsletter .wph-modal .hustle-modal-body .image-mobile {
  display: none; }

/* line 144, resources/assets/styles/layouts/_header.scss */
/* line 12219, stdin */
#modal-newsletter .hustle-modal-body .image-mobile figure,
#modal-newsletter .wph-modal .hustle-modal-body .image-mobile figure {
  text-align: center; }

/* line 147, resources/assets/styles/layouts/_header.scss */
/* line 12226, stdin */
#modal-newsletter .hustle-modal-body .image-mobile figure img,
#modal-newsletter .wph-modal .hustle-modal-body .image-mobile figure img {
  width: 100%;
  height: auto;
  position: relative;
  left: 20px; }

@media (min-width: 768px) {
  /* line 141, resources/assets/styles/layouts/_header.scss */
  /* line 12237, stdin */
  #modal-newsletter .hustle-modal-body .image-mobile,
  #modal-newsletter .wph-modal .hustle-modal-body .image-mobile {
    display: none; } }

/* line 162, resources/assets/styles/layouts/_header.scss */
/* line 12245, stdin */
#modal-newsletter .hustle-modal-body .gform_wrapper,
#modal-newsletter .wph-modal .hustle-modal-body .gform_wrapper {
  overflow: hidden;
  margin: 0;
  padding: 0 15px;
  padding: 0 0.9375rem; }

/* line 167, resources/assets/styles/layouts/_header.scss */
/* line 12255, stdin */
#modal-newsletter .hustle-modal-body .gform_wrapper .margin-30,
#modal-newsletter .wph-modal .hustle-modal-body .gform_wrapper .margin-30 {
  margin: 15px 0;
  margin: 0.9375rem 0; }

@media (min-width: 768px) {
  /* line 167, resources/assets/styles/layouts/_header.scss */
  /* line 12264, stdin */
  #modal-newsletter .hustle-modal-body .gform_wrapper .margin-30,
  #modal-newsletter .wph-modal .hustle-modal-body .gform_wrapper .margin-30 {
    margin: 30px 0;
    margin: 1.875rem 0; } }

/* line 177, resources/assets/styles/layouts/_header.scss */
/* line 12273, stdin */
#modal-newsletter .hustle-modal-body .gform_wrapper .text-wrapper h6,
#modal-newsletter .wph-modal .hustle-modal-body .gform_wrapper .text-wrapper h6 {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  max-width: 560px;
  max-width: 35rem;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  text-align: center; }

@media (min-width: 768px) {
  /* line 177, resources/assets/styles/layouts/_header.scss */
  /* line 12290, stdin */
  #modal-newsletter .hustle-modal-body .gform_wrapper .text-wrapper h6,
  #modal-newsletter .wph-modal .hustle-modal-body .gform_wrapper .text-wrapper h6 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 32px;
    line-height: 2rem;
    text-align: left; } }

/* line 194, resources/assets/styles/layouts/_header.scss */
/* line 12302, stdin */
#modal-newsletter .hustle-modal-body .gform_wrapper .text-wrapper p,
#modal-newsletter .wph-modal .hustle-modal-body .gform_wrapper .text-wrapper p {
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1em;
  max-width: 420px;
  max-width: 26.25rem;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  text-align: center;
  margin: 30px auto 15px;
  margin: 1.875rem auto 0.9375rem; }

@media (min-width: 768px) {
  /* line 194, resources/assets/styles/layouts/_header.scss */
  /* line 12320, stdin */
  #modal-newsletter .hustle-modal-body .gform_wrapper .text-wrapper p,
  #modal-newsletter .wph-modal .hustle-modal-body .gform_wrapper .text-wrapper p {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: left;
    margin: 15px 0;
    margin: 0.9375rem 0; } }

/* line 214, resources/assets/styles/layouts/_header.scss */
/* line 12332, stdin */
#modal-newsletter .hustle-modal-body .gform_wrapper .input-container-checkbox label,
#modal-newsletter .wph-modal .hustle-modal-body .gform_wrapper .input-container-checkbox label {
  padding-left: 30px !important; }

/* line 216, resources/assets/styles/layouts/_header.scss */
/* line 12339, stdin */
#modal-newsletter .hustle-modal-body .gform_wrapper .input-container-checkbox label a,
#modal-newsletter .wph-modal .hustle-modal-body .gform_wrapper .input-container-checkbox label a {
  text-decoration: underline; }

/* line 225, resources/assets/styles/layouts/_header.scss */
/* line 12346, stdin */
#modal-newsletter .hustle-modal-body .gform_body label.gfield_label,
#modal-newsletter .wph-modal .hustle-modal-body .gform_body label.gfield_label {
  display: none; }

/* line 229, resources/assets/styles/layouts/_header.scss */
/* line 12353, stdin */
#modal-newsletter .hustle-modal-body .gform_body input[type="email"],
#modal-newsletter .wph-modal .hustle-modal-body .gform_body input[type="email"] {
  /*text-transform: uppercase;*/
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 300;
  max-width: 330px;
  max-width: 20.625rem; }

/* line 236, resources/assets/styles/layouts/_header.scss */
/* line 12367, stdin */
#modal-newsletter .hustle-modal-body .gform_body .ginput_container_checkbox label,
#modal-newsletter .wph-modal .hustle-modal-body .gform_body .ginput_container_checkbox label {
  color: #fff;
  position: relative;
  top: -10px; }

/* line 241, resources/assets/styles/layouts/_header.scss */
/* line 12376, stdin */
#modal-newsletter .hustle-modal-body .gform_body .ginput_container_checkbox label a,
#modal-newsletter .wph-modal .hustle-modal-body .gform_body .ginput_container_checkbox label a {
  color: #fff; }

/* line 249, resources/assets/styles/layouts/_header.scss */
/* line 12383, stdin */
#modal-newsletter .hustle-modal-body .gform_body .input-container-checkbox label::before,
#modal-newsletter .wph-modal .hustle-modal-body .gform_body .input-container-checkbox label::before {
  border: solid #fff;
  background: #fff; }

/* line 256, resources/assets/styles/layouts/_header.scss */
/* line 12391, stdin */
#modal-newsletter .hustle-modal-body .gform_footer,
#modal-newsletter .wph-modal .hustle-modal-body .gform_footer {
  position: relative;
  left: 0; }

/* line 260, resources/assets/styles/layouts/_header.scss */
/* line 12399, stdin */
#modal-newsletter .hustle-modal-body .gform_footer.top_label,
#modal-newsletter .wph-modal .hustle-modal-body .gform_footer.top_label {
  margin: 0; }

/* line 264, resources/assets/styles/layouts/_header.scss */
/* line 12406, stdin */
#modal-newsletter .hustle-modal-body .gform_footer input[type="submit"],
#modal-newsletter .wph-modal .hustle-modal-body .gform_footer input[type="submit"] {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  background-image: none !important;
  max-width: initial;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  outline: 0 none;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  margin: 15px 0 0 0;
  margin: 0.9375rem 0 0 0;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem; }

/* line 283, resources/assets/styles/layouts/_header.scss */
/* line 12434, stdin */
#modal-newsletter .hustle-modal-body .gform_footer input[type="submit"]:hover,
#modal-newsletter .wph-modal .hustle-modal-body .gform_footer input[type="submit"]:hover {
  border: 2px solid #fff !important; }

/* line 292, resources/assets/styles/layouts/_header.scss */
/* line 12441, stdin */
#modal-newsletter .hustle-modal-body .gform_confirmation_message .btn-donwload,
#modal-newsletter .wph-modal .hustle-modal-body .gform_confirmation_message .btn-donwload {
  background-image: none !important;
  max-width: initial;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  margin: 15px 0;
  margin: 0.9375rem 0;
  color: #fff !important; }

/* line 301, resources/assets/styles/layouts/_header.scss */
/* line 12457, stdin */
#modal-newsletter .hustle-modal-body .gform_confirmation_message .btn-donwload:hover,
#modal-newsletter .wph-modal .hustle-modal-body .gform_confirmation_message .btn-donwload:hover {
  border: 2px solid #fff !important; }

/* line 311, resources/assets/styles/layouts/_header.scss */
/* line 12464, stdin */
#modal-newsletter .hustle-modal-image_right,
#modal-newsletter .wph-modal .hustle-modal-image_right {
  background-color: transparent !important; }

/* line 315, resources/assets/styles/layouts/_header.scss */
/* line 12471, stdin */
#modal-newsletter .spam-notice,
#modal-newsletter .wph-modal .spam-notice {
  background-color: #FAA052;
  width: 100%;
  padding: 0; }

/* line 319, resources/assets/styles/layouts/_header.scss */
/* line 12480, stdin */
#modal-newsletter .spam-notice p,
#modal-newsletter .wph-modal .spam-notice p {
  color: #fff !important;
  text-align: center;
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
  padding: 10px !important;
  padding: 0.625rem !important; }

/* line 335, resources/assets/styles/layouts/_header.scss */
/* line 12492, stdin */
#modal-newsletter .folleto {
  margin: 0 auto;
  display: block; }

@media (min-width: 979px) {
  /* line 335, resources/assets/styles/layouts/_header.scss */
  /* line 12500, stdin */
  #modal-newsletter .folleto {
    position: absolute;
    right: 0; } }

/* line 345, resources/assets/styles/layouts/_header.scss */
/* line 12508, stdin */
.header-wrapper {
  /*background-image: -webkit-linear-gradient(72deg, #f77300, #f48b04 50%, #edab0d);
  background-image: -o-linear-gradient(72deg, #f77300, #f48b04 50%, #edab0d);
  background-image: linear-gradient(18deg, #f77300, #f48b04 50%, #edab0d);*/
  position: relative;
  min-height: 80px;
  min-height: 5rem; }

@media (min-width: 979px) {
  /* line 345, resources/assets/styles/layouts/_header.scss */
  /* line 12520, stdin */
  .header-wrapper {
    min-height: inherit; } }

/* line 356, resources/assets/styles/layouts/_header.scss */
/* line 12527, stdin */
header[role="banner"] {
  padding: 0;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* or inline-flex */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 13px 15px 0;
  padding: 0.8125rem 0.9375rem 0;
  position: relative; }

@media (min-width: 768px) {
  /* line 356, resources/assets/styles/layouts/_header.scss */
  /* line 12552, stdin */
  header[role="banner"] {
    padding: 25px 15px;
    padding: 1.5625rem 0.9375rem;
    display: flex;
    justify-content: center;
    flex-direction: column; } }

/* line 372, resources/assets/styles/layouts/_header.scss */
/* line 12560, stdin */
header[role="banner"] #logo-block {
  width: 175px;
  width: 10.9375rem;
  height: auto; }

@media (min-width: 768px) {
  /* line 372, resources/assets/styles/layouts/_header.scss */
  /* line 12569, stdin */
  header[role="banner"] #logo-block {
    width: 270px;
    width: 16.875rem; } }

@media (min-width: 1200px) {
  /* line 372, resources/assets/styles/layouts/_header.scss */
  /* line 12578, stdin */
  header[role="banner"] #logo-block {
    width: 380px;
    width: 23.75rem;
    height: 65px;
    height: 4.0625rem; } }

/* line 385, resources/assets/styles/layouts/_header.scss */
/* line 12588, stdin */
header[role="banner"] #logo-block #logo {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  margin: 0 auto;
}
@media (min-width: 768px) {
  header[role="banner"] #logo-block #logo {
    width: fit-content;
  }
}
/* line 390, resources/assets/styles/layouts/_header.scss */
/* line 12597, stdin 
header[role="banner"] #logo-block #logo path {
  fill: #fff; }*/

@media (min-width: 1441px) {
  /* line 398, resources/assets/styles/layouts/_header.scss */
  /* line 12604, stdin */
  header[role="banner"] #logo-block {
    width: 506px;
    width: 31.625rem;
    height: 110px;
    height: 6.875rem; } }

/* line 405, resources/assets/styles/layouts/_header.scss */
/* line 12614, stdin */
header[role="banner"] #btn-subscribe-modal {
  position: absolute;
  left: 50%;
  top: 12px;
  top: 0.75rem;
  padding: 4px 7px;
  padding: 0.25rem 0.4375rem;
  background-color: #fff;
  color: #f48804;
  width: 100px;
  width: 6.25rem;
  border: 1px solid #fff;
  cursor: pointer;
  right: 15px; }

@media (min-width: 979px) {
  /* line 405, resources/assets/styles/layouts/_header.scss */
  /* line 12633, stdin */
  header[role="banner"] #btn-subscribe-modal {
    display: none; } }

/* line 425, resources/assets/styles/layouts/_header.scss */
/* line 12640, stdin */
header[role="banner"] #btn-menu-mobile {
  position: absolute;
  right: 0;
  top: 0; }

  header[role="banner"] .header-menu-categories {
    display: none; } 

@media (min-width: 979px) {
  /* line 425, resources/assets/styles/layouts/_header.scss */
  /* line 12649, stdin */
  header[role="banner"] #btn-menu-mobile {
    display: none; } 

  header[role="banner"] .header-menu-categories {
      display: flex; } }

/* line 436, resources/assets/styles/layouts/_header.scss */
/* line 12656, stdin */
header[role="banner"] a {
  color: #fff; }

/* line 440, resources/assets/styles/layouts/_header.scss */
/* line 12662, stdin */
header[role="banner"] .nav-primary {
  display: none; }

@media (min-width: 979px) {
  /* line 440, resources/assets/styles/layouts/_header.scss */
  /* line 12669, stdin */
  header[role="banner"] .nav-primary {
    display: block; } }

/* line 447, resources/assets/styles/layouts/_header.scss */
/* line 12676, stdin */
header[role="banner"] .nav-primary ul.nav {
  list-style-type: none; }

/* line 364, resources/assets/styles/helpers/_mixins.scss */
/* line 12682, stdin */
header[role="banner"] .nav-primary ul.nav,
header[role="banner"] .nav-primary ul.nav li {
  margin: 0;
  padding: 0;
  display: inline-block; }

/* line 451, resources/assets/styles/layouts/_header.scss */
/* line 12691, stdin */
header[role="banner"] .nav-primary ul.nav li a {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  font-family: 'Source Sans Pro', sans-serif; }

@media (min-width: 979px) {
  /* line 451, resources/assets/styles/layouts/_header.scss */
  /* line 12699, stdin */
  header[role="banner"] .nav-primary ul.nav li a {
    font-size: 14px;
    font-size: 0.875rem; } }

@media (min-width: 1200px) {
  /* line 451, resources/assets/styles/layouts/_header.scss */
  /* line 12708, stdin */
  header[role="banner"] .nav-primary ul.nav li a {
    font-size: 18px;
    font-size: 1.125rem; } }

/* line 463, resources/assets/styles/layouts/_header.scss */
/* line 12716, stdin */
header[role="banner"] .nav-primary ul.nav li.subscribe a {
  cursor: pointer;
  display: block;
  background-color: #fff;
  color: #f48804;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding: 3px 15px;
  padding: 0.1875rem 0.9375rem; }

/* line 471, resources/assets/styles/layouts/_header.scss */
/* line 12729, stdin */
header[role="banner"] .nav-primary ul.nav li.subscribe a:after {
  content: '';
  display: inline-block;
  width: 28px;
  width: 1.75rem;
  height: 19px;
  height: 1.1875rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 19' width='28' height='19'>%3Cpath fill='%23f48804' d='M26.5 9.14l-9.125 8.36-1.602-1.747 5.828-5.34H1.5V8.045h19.985l-5.67-4.724 1.518-1.82L26.5 9.14z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: relative;
  top: 4px;
  left: 3px; }

/* line 487, resources/assets/styles/layouts/_header.scss */
/* line 12745, stdin */
header[role="banner"] .nav-primary ul.nav li + li {
  margin-left: 15px;
  margin-left: 0.9375rem; }

/* -----------------------------------------------------------------------------

  SIDE NAVITAGION LEFT

----------------------------------------------------------------------------- */
/* line 501, resources/assets/styles/layouts/_header.scss */
/* line 12758, stdin */
#nav-mobile {
  padding: 0; }

/* line 505, resources/assets/styles/layouts/_header.scss */
/* line 12764, stdin */
#nav-mobile ul {
  padding: 20px;
  padding: 1.25rem;
  width: 270px;
  width: 16.875rem; }

/* line 510, resources/assets/styles/layouts/_header.scss */
/* line 12773, stdin */
#nav-mobile ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  padding: 10px 0;
  padding: 0.625rem 0; }

/* line 515, resources/assets/styles/layouts/_header.scss */
/* line 12782, stdin */
#nav-mobile ul li a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff; }

/* line 520, resources/assets/styles/layouts/_header.scss */
/* line 12797, stdin */
#nav-mobile ul li a:hover {
  text-decoration: none; }

/* line 526, resources/assets/styles/layouts/_header.scss */
/* line 12803, stdin */
#nav-mobile ul li:first-child {
  padding-top: 0; }

/* line 530, resources/assets/styles/layouts/_header.scss */
/* line 12809, stdin */
#nav-mobile ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0; }

/* line 542, resources/assets/styles/layouts/_header.scss */
/* line 12816, stdin */
#nav-mobile ul li.new-idea,
#nav-mobile ul li.city-hunter {
  display: none; }

/* line 549, resources/assets/styles/layouts/_header.scss */
/* line 12823, stdin */
#nav-mobile ul.logged-in li.new-idea {
  display: block; }

/* line 557, resources/assets/styles/layouts/_header.scss */
/* line 12829, stdin */
#nav-mobile ul.logged-out li.city-hunter {
  display: block; }

/* The side navigation menu */
/* line 568, resources/assets/styles/layouts/_header.scss */
/* line 12837, stdin */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 11;
  /* Stay on top */
  top: 45px;
  right: -3px;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */ }

/* line 580, resources/assets/styles/layouts/_header.scss */
/* line 12858, stdin */
.sidenav.con-banner {
  top: 148px; }

@media (min-width: 768px) {
  /* line 568, resources/assets/styles/layouts/_header.scss */
  /* line 12865, stdin */
  .sidenav {
    top: 80px; }
  /* line 586, resources/assets/styles/layouts/_header.scss */
  /* line 12871, stdin */
  .sidenav.con-banner {
    top: 148px; } }

/* line 591, resources/assets/styles/layouts/_header.scss */
/* line 12878, stdin */
.sidenav.show {
  width: 290px; }

/* The navigation menu links */
/* line 598, resources/assets/styles/layouts/_header.scss */
/* line 12886, stdin */
.sidenav a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

/* When you mouse over the navigation links, change their color */
/* Position and style the close button (top right corner) */
/* line 608, resources/assets/styles/layouts/_header.scss */
/* line 12898, stdin */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  margin-left: 50px; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  /* line 617, resources/assets/styles/layouts/_header.scss */
  /* line 12910, stdin */
  .sidenav {
    padding-top: 15px; }
  /* line 618, resources/assets/styles/layouts/_header.scss */
  /* line 12916, stdin */
  .sidenav a {
    font-size: 18px; } }

/* -----------------------------------------------------------------------------

  HAMBURGER ICONS COMPONENT

----------------------------------------------------------------------------- */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
/* line 644, resources/assets/styles/layouts/_header.scss */
/* line 12937, stdin */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 0 0;
  margin: 0 0 0 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background-color: transparent; }

/* line 665, resources/assets/styles/layouts/_header.scss */
/* line 12961, stdin */
.c-hamburger:focus {
  outline: none; }

/* line 669, resources/assets/styles/layouts/_header.scss */
/* line 12967, stdin */
.c-hamburger span {
  display: block;
  position: absolute;
  top: 22.5px;
  left: 10px;
  right: 10px;
  height: 3px;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22); }

/* line 681, resources/assets/styles/layouts/_header.scss */
/* line 12982, stdin */
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
  border-radius: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22); }

/* line 694, resources/assets/styles/layouts/_header.scss */
/* line 12998, stdin */
.c-hamburger span::before {
  top: -9px; }

/* line 698, resources/assets/styles/layouts/_header.scss */
/* line 13004, stdin */
.c-hamburger span::after {
  bottom: -9px; }

/**
 * Style 3
 *
 * Hamburger to left-arrow (htla). Hamburger menu transforms to a left-pointing
 * arrow. Usually indicates an off canvas menu sliding in from left that
 * will be close on re-click of the icon.
 */
/* line 714, resources/assets/styles/layouts/_header.scss */
/* line 13018, stdin */
.c-hamburger--htla span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s; }

/* line 723, resources/assets/styles/layouts/_header.scss */
/* line 13028, stdin */
.c-hamburger--htla span::before {
  -webkit-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
  -o-transition: width 0.3s, top 0.3s, -o-transform 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s, -webkit-transform 0.3s, -o-transform 0.3s; }

/* line 728, resources/assets/styles/layouts/_header.scss */
/* line 13041, stdin */
.c-hamburger--htla span::after {
  -webkit-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  -o-transition: width 0.3s, bottom 0.3s, -o-transform 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s, -webkit-transform 0.3s, -o-transform 0.3s; }

/* active state, i.e. menu open */
/* line 739, resources/assets/styles/layouts/_header.scss */
/* line 13056, stdin */
.c-hamburger--htla.is-active span {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 743, resources/assets/styles/layouts/_header.scss */
/* line 13064, stdin */
.c-hamburger--htla.is-active span::before,
.c-hamburger--htla.is-active span::after {
  width: 50%; }

/* line 748, resources/assets/styles/layouts/_header.scss */
/* line 13071, stdin */
.c-hamburger--htla.is-active span::before {
  top: 0;
  -webkit-transform: translateX(17px) translateY(1.5px) rotate(45deg);
  -o-transform: translateX(17px) translateY(1.5px) rotate(45deg);
  transform: translateX(17px) translateY(1.5px) rotate(45deg); }

/* line 753, resources/assets/styles/layouts/_header.scss */
/* line 13080, stdin */
.c-hamburger--htla.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(17px) translateY(-1.5px) rotate(-45deg);
  -o-transform: translateX(17px) translateY(-1.5px) rotate(-45deg);
  transform: translateX(17px) translateY(-1.5px) rotate(-45deg); }

/* line 1, resources/assets/styles/layouts/_footer.scss */
/* line 13089, stdin */
.new-partner-company-banner {
  display: table;
  width: 100%;
  min-height: 320px;
  min-height: 20rem;
  display: table;
  background: url(https://theurbanactivist.com/wp-content/themes/theurbanactivist/dist/images/citycise-companies-module-bg-mobile.jpg) no-repeat 0 0 transparent; }

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/layouts/_footer.scss */
  /* line 13101, stdin */
  .new-partner-company-banner {
    background: url(https://theurbanactivist.com/wp-content/themes/theurbanactivist/dist/images/citycise-companies-module-bg.jpg) no-repeat 50% 50% transparent; } }

/* line 12, resources/assets/styles/layouts/_footer.scss */
/* line 13108, stdin */
.new-partner-company-banner .content-banner {
  display: table-cell;
  vertical-align: middle; }

/* line 16, resources/assets/styles/layouts/_footer.scss */
/* line 13115, stdin */
.new-partner-company-banner .content-banner .text-wrapper {
  max-width: 380px;
  max-width: 23.75rem;
  margin-left: auto;
  margin-right: auto; }

/* line 21, resources/assets/styles/layouts/_footer.scss */
/* line 13124, stdin */
.new-partner-company-banner .content-banner .text-wrapper h4 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding: 0 15px;
  padding: 0 0.9375rem; }

@media (min-width: 768px) {
  /* line 21, resources/assets/styles/layouts/_footer.scss */
  /* line 13141, stdin */
  .new-partner-company-banner .content-banner .text-wrapper h4 {
    font-size: 26px;
    font-size: 1.625rem; } }

/* line 30, resources/assets/styles/layouts/_footer.scss */
/* line 13149, stdin */
.new-partner-company-banner .content-banner .text-wrapper button {
  max-width: 150px;
  max-width: 9.375rem; }

/* line 40, resources/assets/styles/layouts/_footer.scss */
/* line 13156, stdin */
.prefooter-cityhunter {
  background-color: #fff;
  padding: 50px 15px;
  padding: 3.125rem 0.9375rem; }

/* line 44, resources/assets/styles/layouts/_footer.scss */
/* line 13164, stdin */
.prefooter-cityhunter .content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

/* line 12, node_modules/susy/sass/susy/output/support/_clearfix.scss */
/* line 13172, stdin */
.prefooter-cityhunter .content:after {
  content: " ";
  display: block;
  clear: both; }

/* line 48, resources/assets/styles/layouts/_footer.scss */
/* line 13180, stdin */
.prefooter-cityhunter .content h3 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: #333; }

/* line 53, resources/assets/styles/layouts/_footer.scss */
/* line 13188, stdin */
.prefooter-cityhunter .content hr.line-separator {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  clear: both; }

/* line 58, resources/assets/styles/layouts/_footer.scss */
/* line 13196, stdin */
.prefooter-cityhunter .content p {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem; }

/* line 62, resources/assets/styles/layouts/_footer.scss */
/* line 13204, stdin */
.prefooter-cityhunter .content p:last-child {
  margin-bottom: 0; }

/* line 66, resources/assets/styles/layouts/_footer.scss */
/* line 13210, stdin */
.prefooter-cityhunter .content p strong {
  color: #333; }

@media (min-width: 768px) {
  /* line 74, resources/assets/styles/layouts/_footer.scss */
  /* line 13217, stdin */
  .prefooter-cityhunter .content h3 {
    width: 65.4321%;
    float: left;
    margin-right: 3.7037%;
    margin-left: 17.28395%;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif; }
  /* line 80, resources/assets/styles/layouts/_footer.scss */
  /* line 13230, stdin */
  .prefooter-cityhunter .content p {
    width: 82.71605%;
    float: left;
    margin-right: 3.7037%;
    margin-left: 8.64198%; } }

@media (min-width: 979px) {
  /* line 94, resources/assets/styles/layouts/_footer.scss */
  /* line 13241, stdin */
  footer[role="contentinfo"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

/* line 101, resources/assets/styles/layouts/_footer.scss */
/* line 13253, stdin */
footer .form-footer-wrapper {
  background-image: -webkit-linear-gradient(78deg, #f77300, #f48b04 36%, #edc00d);
  background-image: -o-linear-gradient(78deg, #f77300, #f48b04 36%, #edc00d);
  background-image: linear-gradient(12deg, #f77300, #f48b04 36%, #edc00d); }

@media (min-width: 979px) {
  /* line 101, resources/assets/styles/layouts/_footer.scss */
  /* line 13262, stdin */
  footer .form-footer-wrapper {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 60px 0;
    padding: 3.75rem 0; } }

/* line 112, resources/assets/styles/layouts/_footer.scss */
/* line 13277, stdin */
footer .form-footer-wrapper .form-wrapper {
  max-width: 420px;
  max-width: 26.25rem;
  margin: 0 0 auto 0;
  padding: 15px;
  padding: 0.9375rem;
  position: relative; }

/* line 118, resources/assets/styles/layouts/_footer.scss */
/* line 13288, stdin */
footer .form-footer-wrapper .form-wrapper .folleto {
  display: none; }

@media (min-width: 979px) {
  /* line 112, resources/assets/styles/layouts/_footer.scss */
  /* line 13295, stdin */
  footer .form-footer-wrapper .form-wrapper {
    padding: 0; }
  /* line 125, resources/assets/styles/layouts/_footer.scss */
  /* line 13301, stdin */
  footer .form-footer-wrapper .form-wrapper .folleto {
    display: block;
    position: absolute;
    top: -15px;
    left: -200px; } }

@media (min-width: 1441px) {
  /* line 112, resources/assets/styles/layouts/_footer.scss */
  /* line 13312, stdin */
  footer .form-footer-wrapper .form-wrapper {
    margin-right: 95px;
    margin-right: 5.9375rem; } }

/* line 139, resources/assets/styles/layouts/_footer.scss */
/* line 13320, stdin */
footer .form-footer-wrapper .form-wrapper h5 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal; }

/* line 158, resources/assets/styles/layouts/_footer.scss */
/* line 13334, stdin */
footer .form-footer-wrapper .form-wrapper .gform_wrapper {
  margin: 30px 0 0;
  margin: 1.875rem 0 0; }

/* line 161, resources/assets/styles/layouts/_footer.scss */
/* line 13341, stdin */
footer .form-footer-wrapper .form-wrapper .gform_wrapper li.gfield.input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 165, resources/assets/styles/layouts/_footer.scss */
/* line 13352, stdin */
footer .form-footer-wrapper .form-wrapper .gform_wrapper li.gfield.input-container label {
  display: none; }

/* line 169, resources/assets/styles/layouts/_footer.scss */
/* line 13358, stdin */
footer .form-footer-wrapper .form-wrapper .gform_wrapper li.gfield.input-container input {
  max-width: 244px;
  max-width: 15.25rem; }

/* line 173, resources/assets/styles/layouts/_footer.scss */
/* line 13365, stdin */
footer .form-footer-wrapper .form-wrapper .gform_wrapper li.gfield.input-container input::-webkit-input-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  color: #747474; }

/* line 13379, stdin */
footer .form-footer-wrapper .form-wrapper .gform_wrapper li.gfield.input-container input::-moz-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  color: #747474; }

/* line 13393, stdin */
footer .form-footer-wrapper .form-wrapper .gform_wrapper li.gfield.input-container input::-ms-input-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  color: #747474; }

/* line 13407, stdin */
footer .form-footer-wrapper .form-wrapper .gform_wrapper li.gfield.input-container input::-webkit-input-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  color: #747474; }
footer .form-footer-wrapper .form-wrapper .gform_wrapper li.gfield.input-container input::-moz-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  color: #747474; }
footer .form-footer-wrapper .form-wrapper .gform_wrapper li.gfield.input-container input::-ms-input-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  color: #747474; }
footer .form-footer-wrapper .form-wrapper .gform_wrapper li.gfield.input-container input::placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  color: #747474; }

/* line 190, resources/assets/styles/layouts/_footer.scss */
/* line 13423, stdin */
footer .form-footer-wrapper .form-wrapper .gform_wrapper .gfield_checkbox li label {
  color: #fff; }

/* line 192, resources/assets/styles/layouts/_footer.scss */
/* line 13429, stdin */
footer .form-footer-wrapper .form-wrapper .gform_wrapper .gfield_checkbox li label a {
  color: #fff;
  text-decoration: underline; }

/* line 198, resources/assets/styles/layouts/_footer.scss */
/* line 13436, stdin */
footer .form-footer-wrapper .form-wrapper .gform_wrapper .gfield_checkbox li input[type="checkbox"]:checked + label::after {
  left: 4px;
  top: -1px; }

/* line 209, resources/assets/styles/layouts/_footer.scss */
/* line 13443, stdin */
footer .form-footer-wrapper .form-wrapper .gform_footer {
  margin: 0;
  position: relative; }

/* line 212, resources/assets/styles/layouts/_footer.scss */
/* line 13450, stdin */
footer .form-footer-wrapper .form-wrapper .gform_footer:after {
  content: '';
  display: inline-block;
  width: 28px;
  width: 1.75rem;
  height: 19px;
  height: 1.1875rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 19'%3E%3Cpath fill='%23FFF' d='M26.5 9.14l-9.125 8.36-1.602-1.747 5.828-5.34H1.5V8.045h19.985l-5.67-4.724 1.518-1.82L26.5 9.14z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 99999; }

/* line 224, resources/assets/styles/layouts/_footer.scss */
/* line 13467, stdin */
footer .form-footer-wrapper .form-wrapper .gform_footer .gform_button {
  display: block;
  border: 2px solid #fff;
  border-radius: 4px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  height: 40px;
  height: 2.5rem;
  margin: 0 15px;
  margin: 0 0.9375rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
  background-color: transparent;
  cursor: pointer; }

/* line 241, resources/assets/styles/layouts/_footer.scss */
/* line 13492, stdin */
footer .form-footer-wrapper .form-wrapper .gform_footer .gform_button:hover {
  border: 2px solid #fff !important; }

/* line 248, resources/assets/styles/layouts/_footer.scss */
/* line 13498, stdin */
footer .form-footer-wrapper .form-wrapper .gform_confirmation_message .btn-donwload {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  background-image: none !important;
  max-width: initial;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  outline: 0 none;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  margin-top: 10px; }

/* line 268, resources/assets/styles/layouts/_footer.scss */
/* line 13522, stdin */
footer .form-footer-wrapper .form-wrapper p.no-spam {
  margin: 15px 0 0 0;
  margin: 0.9375rem 0 0 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal; }

/* line 284, resources/assets/styles/layouts/_footer.scss */
/* line 13538, stdin */
footer .footer-links-wrapper {
  padding: 0;
  padding-top: 40px;
  padding-top: 2.5rem;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin: 0; }

@media (min-width: 979px) {
  /* line 284, resources/assets/styles/layouts/_footer.scss */
  /* line 13551, stdin */
  footer .footer-links-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

/* line 300, resources/assets/styles/layouts/_footer.scss */
/* line 13567, stdin */
footer .footer-links-wrapper ul {
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
  padding: 0; }

/* line 306, resources/assets/styles/layouts/_footer.scss */
/* line 13575, stdin */
footer .footer-links-wrapper li {
  display: block; }

@media (min-width: 979px) {
  /* line 306, resources/assets/styles/layouts/_footer.scss */
  /* line 13582, stdin */
  footer .footer-links-wrapper li {
    display: inline-block;
    text-align: center; } }

/* line 314, resources/assets/styles/layouts/_footer.scss */
/* line 13590, stdin */
footer .footer-links-wrapper li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #fff;
  padding: 0 10px;
  padding: 0 0.625rem; }

/* line 324, resources/assets/styles/layouts/_footer.scss */
/* line 13602, stdin */
footer .social-links {
  text-align: center;
  margin: 20px 0;
  margin: 1.25rem 0; }

/* line 329, resources/assets/styles/layouts/_footer.scss */
/* line 13610, stdin */
footer .social-links li {
  display: inline-block;
  margin: 0; }

/* line 332, resources/assets/styles/layouts/_footer.scss */
/* line 13617, stdin */
footer .social-links li a {
  color: #fff;
  display: block;
  padding: 0 5px;
  padding: 0 0.3125rem; }

/* line 337, resources/assets/styles/layouts/_footer.scss */
/* line 13626, stdin */
footer .social-links li a .icon {
  width: 40px;
  height: 40px; }

/* line 348, resources/assets/styles/layouts/_footer.scss */
/* line 13633, stdin */
footer p.credits {
  margin: 0;
  padding: 20px 0;
  padding: 1.25rem 0; }

/* line 352, resources/assets/styles/layouts/_footer.scss */
/* line 13641, stdin */
footer p.credits small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 300;
  color: #6e6e6e; }

/* line 4, resources/assets/styles/layouts/_pages.scss */
/* line 13652, stdin */
section .sections-wrapper {
  padding-top: 20px;
  padding-top: 1.25rem; }

@media (min-width: 1441px) {
  /* line 4, resources/assets/styles/layouts/_pages.scss */
  /* line 13660, stdin */
  section .sections-wrapper {
    padding-top: 20px;
    padding-top: 1.25rem; } }

/* line 12, resources/assets/styles/layouts/_pages.scss */
/* line 13668, stdin */
section .section-block-wrapper + .section-block-wrapper {
  margin-top: 15px;
  margin-top: 0.9375rem; }

@media (min-width: 979px) {
  /* line 12, resources/assets/styles/layouts/_pages.scss */
  /* line 13676, stdin */
  section .section-block-wrapper + .section-block-wrapper {
    margin-top: 40px;
    margin-top: 2.5rem; } }

@media (min-width: 1441px) {
  /* line 12, resources/assets/styles/layouts/_pages.scss */
  /* line 13685, stdin */
  section .section-block-wrapper + .section-block-wrapper {
    margin-top: 60px;
    margin-top: 3.75rem; } }

/* line 25, resources/assets/styles/layouts/_pages.scss */
/* line 13693, stdin */
.home {
  background-color: #f8f5f1; }

/* line 28, resources/assets/styles/layouts/_pages.scss */
/* line 13699, stdin */
.home .btn-desktop {
  display: none; }

@media (min-width: 979px) {
  /* line 28, resources/assets/styles/layouts/_pages.scss */
  /* line 13706, stdin */
  .home .btn-desktop {
    display: block; } }

/* line 35, resources/assets/styles/layouts/_pages.scss */
/* line 13713, stdin */
.home .btn-mobile {
  display: inline-block;
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin: 0 auto 15px;
  margin: 0 auto 0.9375rem; }

/* line 39, resources/assets/styles/layouts/_pages.scss */
/* line 13723, stdin */
.home .btn-mobile a {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem; }

@media (min-width: 979px) {
  /* line 35, resources/assets/styles/layouts/_pages.scss */
  /* line 13731, stdin */
  .home .btn-mobile {
    display: none; } }

/* line 47, resources/assets/styles/layouts/_pages.scss */
/* line 13738, stdin */
@media (min-width: 979px) {
.home .padding-15 {
  padding: 0 15px;
  padding: 0 0.9375rem; }
}
/* line 51, resources/assets/styles/layouts/_pages.scss */
/* line 13745, stdin */
.home .border-top {
  border-top: 1px solid #f48804;
  width: calc(100% - 30px);
  margin: 0 15px;
  margin: 0 0.9375rem;
  margin-bottom: 30px; }

@media (min-width: 1441px) {
  /* line 51, resources/assets/styles/layouts/_pages.scss */
  /* line 13755, stdin */
  .home .border-top {
    max-width: 1440px;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto; } }

/* line 64, resources/assets/styles/layouts/_pages.scss */
/* line 13765, stdin */
.home .section-block-wrapper {
  padding-top: 20px;
  padding-top: 1.25rem;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media (min-width: 979px) {
  /* line 64, resources/assets/styles/layouts/_pages.scss */
  /* line 13786, stdin */
  .home .section-block-wrapper {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem; } }

@media (min-width: 1441px) {
  /* line 64, resources/assets/styles/layouts/_pages.scss */
  /* line 13799, stdin */
  .home .section-block-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

/* line 82, resources/assets/styles/layouts/_pages.scss */
/* line 13809, stdin */
.home .section-block-wrapper .title-block {
  width: calc(100% - 30px);
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem; }

@media (min-width: 979px) {
  /* line 82, resources/assets/styles/layouts/_pages.scss */
  /* line 13820, stdin */
  .home .section-block-wrapper .title-block {
    max-width: 160px;
    max-width: 10rem;
    width: 160px;
    width: 10rem; } }

@media (min-width: 1200px) {
  /* line 82, resources/assets/styles/layouts/_pages.scss */
  /* line 13831, stdin */
  .home .section-block-wrapper .title-block {
    max-width: 250px;
    max-width: 15.625rem;
    width: 250px;
    width: 15.625rem; } }

/* line 97, resources/assets/styles/layouts/_pages.scss */
/* line 13841, stdin */
.home .section-block-wrapper .title-block h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #212121;
  font-weight: 500;
  letter-spacing: normal;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

@media (min-width: 1200px) {
  /* line 97, resources/assets/styles/layouts/_pages.scss */
  /* line 13856, stdin */
  .home .section-block-wrapper .title-block h2 {
    font-size: 50px; } }

/* line 107, resources/assets/styles/layouts/_pages.scss */
/* line 13873, stdin */
.home .section-block-wrapper .title-block h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #53585c;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

@media (min-width: 768px) {
  /* line 107, resources/assets/styles/layouts/_pages.scss */
  /* line 13890, stdin */
  .home .section-block-wrapper .title-block h6 {
    font-size: 30px;
    font-size: 1.87rem; } }

@media (min-width: 979px) {
  /* line 107, resources/assets/styles/layouts/_pages.scss */
  /* line 13899, stdin */
  .home .section-block-wrapper .title-block h6 {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; } }

/* line 117, resources/assets/styles/layouts/_pages.scss */
/* line 13907, stdin */
.home .section-block-wrapper .title-block .btn.bg-orange,
.home .section-block-wrapper .title-block .btn#nav-mobile,
.home .section-block-wrapper .title-block .template-contact .contact-form-wrapper .gform_footer #nav-mobile.gform_button,
.template-contact .contact-form-wrapper .gform_footer .home .section-block-wrapper .title-block #nav-mobile.gform_button,
.home .section-block-wrapper .title-block .single.single-idea article.idea .description .gform_wrapper .gform_footer #nav-mobile.gform_button,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .home .section-block-wrapper .title-block #nav-mobile.gform_button,
.home .section-block-wrapper .title-block .template-contact .contact-form-wrapper .gform_footer .gform_button,
.template-contact .contact-form-wrapper .gform_footer .home .section-block-wrapper .title-block .gform_button,
.home .section-block-wrapper .title-block .single.single-idea article.idea .description .gform_wrapper .gform_footer .gform_button,
.single.single-idea article.idea .description .gform_wrapper .gform_footer .home .section-block-wrapper .title-block .gform_button {
  border: none; }

@media (min-width: 979px) {
  /* line 123, resources/assets/styles/layouts/_pages.scss */
  /* line 13923, stdin */
  .home .section-block-wrapper.human-rights-city {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 15px;
    padding-right: 0.9375rem; }
  /* line 128, resources/assets/styles/layouts/_pages.scss */
  /* line 13937, stdin */
  .home .section-block-wrapper.human-rights-city article + article {
    margin-top: 15px;
    margin-top: 0.9375rem; } }

/* line 134, resources/assets/styles/layouts/_pages.scss */
/* line 13945, stdin */
.home .section-block-wrapper.the-city-game {
  background: url(https://theurbanactivist.com/wp-content/themes/theurbanactivist/dist/images/city-games.jpg) no-repeat 0 0 transparent;
  background-size: cover;
  padding: 15px 0;
  padding: 0.9375rem 0; }

@media (min-width: 979px) {
  /* line 134, resources/assets/styles/layouts/_pages.scss */
  /* line 13956, stdin */
  .home .section-block-wrapper.the-city-game {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-size: inherit;
    padding: 40px 15px;
    padding: 2.5rem 0.9375rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media (min-width: 1441px) {
  /* line 134, resources/assets/styles/layouts/_pages.scss */
  /* line 13973, stdin */
  .home .section-block-wrapper.the-city-game {
    padding: 35px 35px 35px 20px;
    padding: 2.1875rem 2.1875rem 2.1875rem 1.25rem; } }

/* line 151, resources/assets/styles/layouts/_pages.scss */
/* line 13981, stdin */
.home .section-block-wrapper.the-city-game .two-posts-block {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media (min-width: 979px) {
  /* line 151, resources/assets/styles/layouts/_pages.scss */
  /* line 13990, stdin */
  .home .section-block-wrapper.the-city-game .two-posts-block {
    width: 100%; }
  /* line 157, resources/assets/styles/layouts/_pages.scss */
  /* line 13996, stdin */
  .home .section-block-wrapper.the-city-game .two-posts-block article {
    width: 48.5%;
    max-width: 520px;
    max-width: 32.5rem; }
  /* line 162, resources/assets/styles/layouts/_pages.scss */
  /* line 14004, stdin */
  .home .section-block-wrapper.the-city-game .two-posts-block article + article {
    margin-top: 0; } }

/* line 173, resources/assets/styles/layouts/_pages.scss */
/* line 14011, stdin */
.home .section-block-wrapper.the-city-game .title-block {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  min-width: 240px;
  min-width: 15rem; }

/* line 178, resources/assets/styles/layouts/_pages.scss */
/* line 14022, stdin */
.home .section-block-wrapper.the-city-game .title-block h2 {
  color: #fff; }

/* line 182, resources/assets/styles/layouts/_pages.scss */
/* line 14028, stdin */
.home .section-block-wrapper.the-city-game .title-block h6 {
  color: #fff; }

/* line 188, resources/assets/styles/layouts/_pages.scss */
/* line 14034, stdin */
.home .section-block-wrapper.the-city-game .other-posts-content .description {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0;
  color: #53585c;
  width: calc(100%);
  font-size: 16px;
  font-size: 1rem; }

/* line 197, resources/assets/styles/layouts/_pages.scss */
/* line 14052, stdin */
.home .section-block-wrapper.the-city-game .btn-mobile {
  margin-top: 15px;
  margin-top: 0.9375rem; }

@media (min-width: 1200px) {
  /* line 205, resources/assets/styles/layouts/_pages.scss */
  /* line 14060, stdin */
  .home .section-block-wrapper.green-cities .title-block {
    width: 290px;
    width: 18.125rem;
    max-width: 290px;
    max-width: 18.125rem; } }

@media (min-width: 979px) {
  /* line 203, resources/assets/styles/layouts/_pages.scss */
  /* line 14071, stdin */
  .home .section-block-wrapper.green-cities {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem; } }

/* line 220, resources/assets/styles/layouts/_pages.scss */
/* line 14089, stdin */
.home .section-block-wrapper.green-cities .four-posts-block .row article.other-posts-block .other-posts-content h3 a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em; }

/* line 227, resources/assets/styles/layouts/_pages.scss */
/* line 14097, stdin */
.home .section-block-wrapper.people-with-ideas-cities-with-character {
  border: 0 none;
  border-top: 2px solid #f48804;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  padding-bottom: 30px;
  padding-bottom: 1.875rem; }

@media (min-width: 979px) {
  /* line 227, resources/assets/styles/layouts/_pages.scss */
  /* line 14111, stdin */
  .home .section-block-wrapper.people-with-ideas-cities-with-character {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem; }
  /* line 240, resources/assets/styles/layouts/_pages.scss */
  /* line 14124, stdin */
  .home .section-block-wrapper.people-with-ideas-cities-with-character .title-block {
    max-width: 235px;
    max-width: 14.6875rem; } }

/* line 245, resources/assets/styles/layouts/_pages.scss */
/* line 14132, stdin */
.home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper {
  width: 100%;
  padding: 0 15px;
  padding: 0 0.9375rem; }

@media (min-width: 979px) {
  /* line 245, resources/assets/styles/layouts/_pages.scss */
  /* line 14141, stdin */
  .home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper {
    width: calc(100% - 20px);
    padding: 0 10px;
    padding: 0 0.625rem;
    max-width: 545px;
    max-width: 34.0625rem; } }

/* line 260, resources/assets/styles/layouts/_pages.scss */
/* line 14152, stdin */
.home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper article img {
  width: 100%;
  height: auto; }

/* line 266, resources/assets/styles/layouts/_pages.scss */
/* line 14159, stdin */
.home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper .slick-dots li {
  margin: 0; }

/* line 268, resources/assets/styles/layouts/_pages.scss */
/* line 14165, stdin */
.home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper .slick-dots li button {
  padding: 0; }

/* line 270, resources/assets/styles/layouts/_pages.scss */
/* line 14171, stdin */
.home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper .slick-dots li button:before {
  font-size: 65px;
  font-size: 4.0625rem;
  color: #fff; }

/* line 277, resources/assets/styles/layouts/_pages.scss */
/* line 14179, stdin */
.home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper .slick-next {
  right: 0; }

@media (min-width: 768px) {
  /* line 277, resources/assets/styles/layouts/_pages.scss */
  /* line 14186, stdin */
  .home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper .slick-next {
    right: -20px; } }

/* line 284, resources/assets/styles/layouts/_pages.scss */
/* line 14193, stdin */
.home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper .slick-prev {
  left: 0;
  z-index: 1; }

@media (min-width: 768px) {
  /* line 284, resources/assets/styles/layouts/_pages.scss */
  /* line 14201, stdin */
  .home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper .slick-prev {
    left: -20px; } }

/* line 292, resources/assets/styles/layouts/_pages.scss */
/* line 14208, stdin */
.home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper .slick-prev,
.home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper .slick-next {
  display: none; }

@media (min-width: 1200px) {
  /* line 292, resources/assets/styles/layouts/_pages.scss */
  /* line 14216, stdin */
  .home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper .slick-prev,
  .home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper .slick-next {
    display: block; } }

/* line 299, resources/assets/styles/layouts/_pages.scss */
/* line 14224, stdin */
.home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper .other-posts-content {
  background-color: #fff;
  padding: 20px;
  padding: 1.25rem; }

/* line 303, resources/assets/styles/layouts/_pages.scss */
/* line 14232, stdin */
.home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper .other-posts-content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-size: 1.25rem; }

/* line 309, resources/assets/styles/layouts/_pages.scss */
/* line 14252, stdin */
.home .section-block-wrapper.people-with-ideas-cities-with-character .slider-wrapper .other-posts-content h3 .photo {
  display: inline-block;
  min-width: 31px;
  min-width: 1.9375rem;
  width: 31px;
  width: 1.9375rem;
  height: 24px;
  height: 1.5rem;
  margin-right: 15px;
  margin-right: 0.9375rem; }

@media (min-width: 979px) {
  /* line 227, resources/assets/styles/layouts/_pages.scss */
  /* line 14267, stdin */
  .home .section-block-wrapper.people-with-ideas-cities-with-character {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

/* line 329, resources/assets/styles/layouts/_pages.scss */
/* line 14277, stdin */
.home .section-block-wrapper.people-with-ideas-cities-with-character .title-block {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem; }

/* line 333, resources/assets/styles/layouts/_pages.scss */
/* line 14288, stdin */
.home .section-block-wrapper.people-with-ideas-cities-with-character .title-block h2 {
  color: #fff !important; }

@media (min-width: 1441px) {
  /* line 329, resources/assets/styles/layouts/_pages.scss */
  /* line 14295, stdin */
  .home .section-block-wrapper.people-with-ideas-cities-with-character .title-block {
    padding-top: 0; } }

/* line 341, resources/assets/styles/layouts/_pages.scss */
/* line 14302, stdin */
.home .section-block-wrapper.people-with-ideas-cities-with-character .title-block h2 {
  color: #333; }

/* line 345, resources/assets/styles/layouts/_pages.scss */
/* line 14308, stdin */
.home .section-block-wrapper.people-with-ideas-cities-with-character .title-block h6 {
  color: #fff;
  background-color: #333;
  display: inline-block;
  padding: 0; }

@media (min-width: 979px) {
  /* line 356, resources/assets/styles/layouts/_pages.scss */
  /* line 14318, stdin */
  .home .section-block-wrapper.people-with-ideas-cities-with-character .other-posts-block.column article {
    width: 100%; } }

/* line 364, resources/assets/styles/layouts/_pages.scss */
/* line 14325, stdin */
.home .section-block-wrapper h3 {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  margin-top: 10px;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  font-family: 'Petrona', serif; }

  @media (min-width: 768px) {
    .home .section-block-wrapper h3 {
      margin-top: 15px;
      font-size: 28px ;
      line-height: 30px ;
      margin-bottom: 10px;
    }
  }
/* line 366, resources/assets/styles/layouts/_pages.scss */
/* line 14338, stdin */
.home .section-block-wrapper h3 a {
  color: #212121; }

/* line 368, resources/assets/styles/layouts/_pages.scss */
/* line 14344, stdin */
.home .section-block-wrapper h3 a:hover {
  color: #f48804; }

/* line 374, resources/assets/styles/layouts/_pages.scss */
/* line 14350, stdin */
.home .section-block-wrapper p.city {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
 }

/* line 378, resources/assets/styles/layouts/_pages.scss */
/* line 14359, stdin */
.home .section-block-wrapper .main-post-block {
  max-width: inherit;
  /*padding: 0 15px;
  padding: 0 0.9375rem;*/ }

@media (min-width: 979px) {
  /* line 378, resources/assets/styles/layouts/_pages.scss */
  /* line 14368, stdin */
  .home .section-block-wrapper .main-post-block {
  /*  max-width: 560px;
    max-width: 35rem; */
    padding: 0; } }

@media only screen and (min-width: 1300px) and (max-width: 1440px) {
  /* line 378, resources/assets/styles/layouts/_pages.scss */
  /* line 14378, stdin */
  .home .section-block-wrapper .main-post-block {
  /*  max-width: 520px;
    max-width: 32.5rem;*/ } }

@media (min-width: 1441px) {
  /* line 378, resources/assets/styles/layouts/_pages.scss */
  /* line 14387, stdin */
  .home .section-block-wrapper .main-post-block {
    /*padding: 0 22px;
    padding: 0 1.375rem;
    max-width: 520px;
    max-width: 32.5rem;*/ } }

/* line 396, resources/assets/styles/layouts/_pages.scss */
/* line 14397, stdin */
.home .section-block-wrapper .main-post-block figure {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

@media (min-width: 1441px) {
  /* line 396, resources/assets/styles/layouts/_pages.scss */
  /* line 14405, stdin */
  .home .section-block-wrapper .main-post-block figure {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; } }

/* line 403, resources/assets/styles/layouts/_pages.scss */
/* line 14413, stdin */
@media (min-width: 768px) {
.home .section-block-wrapper .main-post-block article {
  background-color: #fff;
  padding-bottom: 20px;
  padding-bottom: 1.25rem; }
}
/* line 409, resources/assets/styles/layouts/_pages.scss */
/* line 14421, stdin */
.home .section-block-wrapper .main-post-block header h2 {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  font-family: 'Petrona', serif;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-top: 20px;
}

  @media (min-width: 768px) {
    .home .section-block-wrapper .main-post-block header h2 {
      font-size: 32px;
      line-height: 34px;
    }
  }
/* line 412, resources/assets/styles/layouts/_pages.scss */
/* line 14436, stdin */
.home .section-block-wrapper .main-post-block header h2 a {
  color: #212121; }

/* line 414, resources/assets/styles/layouts/_pages.scss */
/* line 14442, stdin */
.home .section-block-wrapper .main-post-block header h2 a:hover {
  color: #f48804; }

/* line 421, resources/assets/styles/layouts/_pages.scss */
/* line 14448, stdin */
.home .section-block-wrapper .main-post-block p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0 20px;
  color: #53585c;
  width: calc(100% - 40px);
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .home .section-block-wrapper .main-post-block p {
      font-size: 20px;
      line-height: 26px;
    }
  }
/* line 430, resources/assets/styles/layouts/_pages.scss */
/* line 14467, stdin */
.home .section-block-wrapper .main-post-block footer p.city {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #f48804;
}

/* line 435, resources/assets/styles/layouts/_pages.scss */
/* line 14476, stdin */
.home .section-block-wrapper .main-post-block.bigger {
  width: 100%;
  max-width: 660px;
  max-width: 41.25rem;
  padding: 0; }

/* line 443, resources/assets/styles/layouts/_pages.scss */
/* line 14485, stdin */
.home .section-block-wrapper .other-posts-block {
  width: calc(100% - 30px);
  padding: 0 15px;
  padding: 0 0.9375rem; }

@media (min-width: 979px) {
  /* line 443, resources/assets/styles/layouts/_pages.scss */
  /* line 14494, stdin */
  .home .section-block-wrapper .other-posts-block {
    max-width: 385px;
    max-width: 24.0625rem; } }

@media only screen and (min-width: 1300px) and (max-width: 1440px) {
  /* line 443, resources/assets/styles/layouts/_pages.scss */
  /* line 14503, stdin */
  .home .section-block-wrapper .other-posts-block {
    max-width: 560px;
    max-width: 35rem;
    width: calc(100% - 45px);
    padding: 0 0 0 45px;
    padding: 0 0 0 2.8125rem; } }

@media (min-width: 1441px) {
  /* line 443, resources/assets/styles/layouts/_pages.scss */
  /* line 14515, stdin */
  .home .section-block-wrapper .other-posts-block {
    width: calc(100% - 45px);
    padding: 0 0 0 45px;
    padding: 0 0 0 2.8125rem;
    max-width: 560px;
    max-width: 35rem; } }

/* line 463, resources/assets/styles/layouts/_pages.scss */
/* line 14526, stdin */
.home .section-block-wrapper .other-posts-block article {
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 15px 0;
  margin: 0.9375rem 0; }

@media (min-width: 979px) {
  /* line 463, resources/assets/styles/layouts/_pages.scss */
  /* line 14545, stdin */
  .home .section-block-wrapper .other-posts-block article {
    margin: 0; } }

/* line 477, resources/assets/styles/layouts/_pages.scss */
/* line 14552, stdin */
.home .section-block-wrapper .other-posts-block article .other-posts-image {
  width: 50%; }

@media (min-width: 768px) {
  /* line 477, resources/assets/styles/layouts/_pages.scss */
  /* line 14559, stdin */
  .home .section-block-wrapper .other-posts-block article .other-posts-image {
    width: 100%;
    max-width: 150px;
    max-width: 9.375rem;
    height: auto; }
  /* line 485, resources/assets/styles/layouts/_pages.scss */
  /* line 14568, stdin */
  .home .section-block-wrapper .other-posts-block article .other-posts-image img {
    width: 100%;
    height: auto; } }

@media (min-width: 979px) {
  /* line 477, resources/assets/styles/layouts/_pages.scss */
  /* line 14577, stdin */
  .home .section-block-wrapper .other-posts-block article .other-posts-image {
    max-width: 245px;
    max-width: 15.3125rem; } }

@media (min-width: 1441px) {
  /* line 477, resources/assets/styles/layouts/_pages.scss */
  /* line 14586, stdin */
  .home .section-block-wrapper .other-posts-block article .other-posts-image {
    max-width: 248px;
    max-width: 15.5rem;
    max-height: 198px;
    max-height: 12.375rem; }
  /* line 499, resources/assets/styles/layouts/_pages.scss */
  /* line 14595, stdin */
  .home .section-block-wrapper .other-posts-block article .other-posts-image img {
    max-width: 248px;
    max-width: 15.5rem;
    max-height: initial;
    height: auto; } }

/* line 509, resources/assets/styles/layouts/_pages.scss */
/* line 14605, stdin */
.home .section-block-wrapper .other-posts-block article .other-posts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: initial;
  width: 50%; }

@media (min-width: 1441px) {
  /* line 509, resources/assets/styles/layouts/_pages.scss */
  /* line 14625, stdin */
  .home .section-block-wrapper .other-posts-block article .other-posts-content {
    min-height: 198px;
    min-height: 12.375rem; } }

/* line 522, resources/assets/styles/layouts/_pages.scss */
/* line 14633, stdin */
.home .section-block-wrapper .other-posts-block article .other-posts-content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 10px;
  padding: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em; }

@media (min-width: 1441px) {
  /* line 522, resources/assets/styles/layouts/_pages.scss */
  /* line 14652, stdin */
  .home .section-block-wrapper .other-posts-block article .other-posts-content h3 {
    padding: 20px;
    padding: 1.25rem;
    line-height: 1.5em; } }

/* line 533, resources/assets/styles/layouts/_pages.scss */
/* line 14661, stdin */
.home .section-block-wrapper .other-posts-block article .other-posts-content h3 a {
  color: #212121; }

/* line 535, resources/assets/styles/layouts/_pages.scss */
/* line 14667, stdin */
.home .section-block-wrapper .other-posts-block article .other-posts-content h3 a:hover {
  color: #f48804; }

/* line 541, resources/assets/styles/layouts/_pages.scss */
/* line 14673, stdin */
.home .section-block-wrapper .other-posts-block article .other-posts-content p.city {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding: 0 10px;
  padding: 0 0.625rem; }

@media (min-width: 1441px) {
  /* line 541, resources/assets/styles/layouts/_pages.scss */
  /* line 14685, stdin */
  .home .section-block-wrapper .other-posts-block article .other-posts-content p.city {
    padding: 0 20px;
    padding: 0 1.25rem; } }

@media only screen and (min-width: 1300px) and (max-width: 1440px) {
  /* line 553, resources/assets/styles/layouts/_pages.scss */
  /* line 14694, stdin */
  .home .section-block-wrapper .other-posts-block article + article {
    margin: 25px 0 0 0;
    margin: 1.5625rem 0 0 0; } }

@media (min-width: 1441px) {
  /* line 553, resources/assets/styles/layouts/_pages.scss */
  /* line 14703, stdin */
  .home .section-block-wrapper .other-posts-block article + article {
    margin: 25px 0 0 0;
    margin: 1.5625rem 0 0 0; } }

/* line 563, resources/assets/styles/layouts/_pages.scss */
/* line 14711, stdin */
.home .section-block-wrapper .other-posts-block.column {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media (min-width: 768px) {
  /* line 563, resources/assets/styles/layouts/_pages.scss */
  /* line 14731, stdin */
  .home .section-block-wrapper .other-posts-block.column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(100% - 30px);
    padding: 0 15px;
    padding: 0 0.9375rem;
    margin-top: 15px;
    margin-top: 0.9375rem; } }

@media (min-width: 979px) {
  /* line 563, resources/assets/styles/layouts/_pages.scss */
  /* line 14747, stdin */
  .home .section-block-wrapper .other-posts-block.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 228px;
    max-width: 14.25rem;
    width: 100%;
    margin-top: 0; } }

@media (min-width: 1441px) {
  /* line 563, resources/assets/styles/layouts/_pages.scss */
  /* line 14762, stdin */
  .home .section-block-wrapper .other-posts-block.column {
    max-width: 328px;
    max-width: 20.5rem; } }

/* line 590, resources/assets/styles/layouts/_pages.scss */
/* line 14770, stdin */
.home .section-block-wrapper .other-posts-block.column article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48.5%;
  margin: 5px 0;
  margin: 0.3125rem 0; }

@media (min-width: 1441px) {
  /* line 590, resources/assets/styles/layouts/_pages.scss */
  /* line 14783, stdin */
  .home .section-block-wrapper .other-posts-block.column article {
    width: 100%; } }

/* line 599, resources/assets/styles/layouts/_pages.scss */
/* line 14790, stdin */
.home .section-block-wrapper .other-posts-block.column article .other-posts-image {
  width: 100%;
  max-width: 150px;
  max-width: 9.375rem; }

@media (min-width: 1441px) {
  /* line 599, resources/assets/styles/layouts/_pages.scss */
  /* line 14799, stdin */
  .home .section-block-wrapper .other-posts-block.column article .other-posts-image {
    max-width: 328px;
    max-width: 20.5rem; } }

/* line 611, resources/assets/styles/layouts/_pages.scss */
/* line 14807, stdin */
.home .section-block-wrapper .other-posts-block.column article .other-posts-content {
  width: 100%;
  min-height: initial;
  background-color: #fff; }

/* line 616, resources/assets/styles/layouts/_pages.scss */
/* line 14815, stdin */
.home .section-block-wrapper .other-posts-block.column article .other-posts-content h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #333; }

/* line 633, resources/assets/styles/layouts/_pages.scss */
/* line 14829, stdin */
.home .section-block-wrapper .two-posts-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

/* line 642, resources/assets/styles/layouts/_pages.scss */
/* line 14851, stdin */
.home .section-block-wrapper .two-posts-block article + article {
  margin-top: 15px;
  margin-top: 0.9375rem; }

@media (min-width: 768px) {
  /* line 633, resources/assets/styles/layouts/_pages.scss */
  /* line 14859, stdin */
  .home .section-block-wrapper .two-posts-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  /* line 648, resources/assets/styles/layouts/_pages.scss */
  /* line 14868, stdin */
  .home .section-block-wrapper .two-posts-block article {
    width: 48.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  /* line 653, resources/assets/styles/layouts/_pages.scss */
  /* line 14881, stdin */
  .home .section-block-wrapper .two-posts-block article + article {
    margin-top: 0;
    margin-left: 2%;
    margin-left: 44px;
    margin-left: 2.75rem; } }

@media (min-width: 979px) {
  /* line 633, resources/assets/styles/layouts/_pages.scss */
  /* line 14892, stdin */
  .home .section-block-wrapper .two-posts-block {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  /* line 663, resources/assets/styles/layouts/_pages.scss */
  /* line 14902, stdin */
  .home .section-block-wrapper .two-posts-block article + article {
    margin-top: 15px;
    margin-top: 0.9375rem; } }

/* line 668, resources/assets/styles/layouts/_pages.scss */
/* line 14910, stdin */
.home .section-block-wrapper .two-posts-block article {
  width: calc(100% - 30px);
  padding: 0 15px;
  padding: 0 0.9375rem; }

/* line 672, resources/assets/styles/layouts/_pages.scss */
/* line 14918, stdin */
.home .section-block-wrapper .two-posts-block article .other-posts-content {
  background-color: #fff;
  padding: 20px;
  padding: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

@media (min-width: 979px) {
  /* line 668, resources/assets/styles/layouts/_pages.scss */
  /* line 14930, stdin */
  .home .section-block-wrapper .two-posts-block article {
    width: 100%;
    padding: 0; } }


@media (min-width: 979px) {
  /* line 687, resources/assets/styles/layouts/_pages.scss */
  /* line 14949, stdin */
  .home .section-block-wrapper .four-posts-block {
    padding: 0 30px;
    padding: 0 1.875rem;
    width: calc(100% - 30px);
    max-width: 1100px;
    max-width: 68.75rem; } }

/* line 697, resources/assets/styles/layouts/_pages.scss */
/* line 14957, stdin */
.home .section-block-wrapper .four-posts-block .row {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 979px) {
  /* line 697, resources/assets/styles/layouts/_pages.scss */
  /* line 14977, stdin */
  .home .section-block-wrapper .four-posts-block .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

/* line 711, resources/assets/styles/layouts/_pages.scss */
/* line 14987, stdin */
.home .section-block-wrapper .four-posts-block .row article.other-posts-block {
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: calc(100% - 5px);
  max-width: inherit;
  padding: 0;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

@media (min-width: 1200px) {
  /* line 711, resources/assets/styles/layouts/_pages.scss */
  /* line 15013, stdin */
  .home .section-block-wrapper .four-posts-block .row article.other-posts-block {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; } }

@media only screen and (min-width: 979px) and (max-width: 1440px) {
  /* line 711, resources/assets/styles/layouts/_pages.scss */
  /* line 15022, stdin */
  .home .section-block-wrapper .four-posts-block .row article.other-posts-block {
    width: calc(50% - 30px); } }

@media (min-width: 1441px) {
  /* line 711, resources/assets/styles/layouts/_pages.scss */
  /* line 15030, stdin */
  .home .section-block-wrapper .four-posts-block .row article.other-posts-block {
    width: calc(100% - 5px);
    max-width: 520px;
    max-width: 32.5rem;
    width: 50%; } }

/* line 741, resources/assets/styles/layouts/_pages.scss */
/* line 15040, stdin */
.home .section-block-wrapper .four-posts-block .row article.other-posts-block .other-posts-image {
  width: 50%;
  height: auto; }

@media (min-width: 768px) {
  /* line 741, resources/assets/styles/layouts/_pages.scss */
  /* line 15048, stdin */
  .home .section-block-wrapper .four-posts-block .row article.other-posts-block .other-posts-image {
    width: 100%;
    max-width: 150px;
    max-width: 9.375rem; } }

@media (min-width: 979px) {
  /* line 741, resources/assets/styles/layouts/_pages.scss */
  /* line 15058, stdin */
  .home .section-block-wrapper .four-posts-block .row article.other-posts-block .other-posts-image {
    max-width: 248px;
    max-width: 15.5rem; } }

@media (min-width: 1441px) {
  /* line 741, resources/assets/styles/layouts/_pages.scss */
  /* line 15067, stdin */
  .home .section-block-wrapper .four-posts-block .row article.other-posts-block .other-posts-image {
    height: 198px;
    height: 12.375rem; } }

/* line 758, resources/assets/styles/layouts/_pages.scss */
/* line 15075, stdin */
.home .section-block-wrapper .four-posts-block .row article.other-posts-block .other-posts-image img {
  width: 100%;
  height: auto; }

/* line 765, resources/assets/styles/layouts/_pages.scss */
/* line 15082, stdin */
.home .section-block-wrapper .four-posts-block .row article.other-posts-block .other-posts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%; }

@media (min-width: 768px) {
  /* line 765, resources/assets/styles/layouts/_pages.scss */
  /* line 15101, stdin */
  .home .section-block-wrapper .four-posts-block .row article.other-posts-block .other-posts-content {
    width: 100%; } }

@media (min-width: 1441px) {
  /* line 765, resources/assets/styles/layouts/_pages.scss */
  /* line 15109, stdin */
  .home .section-block-wrapper .four-posts-block .row article.other-posts-block .other-posts-content {
    min-height: 198px;
    min-height: 12.375rem; } }

/* line 781, resources/assets/styles/layouts/_pages.scss */
/* line 15117, stdin */

@media (min-width: 1441px) {
  /* line 781, resources/assets/styles/layouts/_pages.scss */
  /* line 15134, stdin */
  .home .section-block-wrapper .four-posts-block .row article.other-posts-block .other-posts-content h3 {
    padding:  0 20px;
    max-width: 277px;
    max-width: 17.3125rem; } }

/* line 791, resources/assets/styles/layouts/_pages.scss */
/* line 15144, stdin */
.home .section-block-wrapper .four-posts-block .row article.other-posts-block .other-posts-content h3 a {
  color: #212121; }

/* line 793, resources/assets/styles/layouts/_pages.scss */
/* line 15150, stdin */
.home .section-block-wrapper .four-posts-block .row article.other-posts-block .other-posts-content h3 a:hover {
  color: #f48804; }

/* line 800, resources/assets/styles/layouts/_pages.scss */
/* line 15156, stdin */
.home .section-block-wrapper .four-posts-block .row article.other-posts-block .other-posts-content p.city {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding: 0 10px;
  padding: 0 0.625rem; }

  @media (max-width: 978px) {
    /* line 800, resources/assets/styles/layouts/_pages.scss */
    /* line 15168, stdin */
    .home .section-block-wrapper .four-posts-block .row article.other-posts-block .other-posts-content p.city {
      margin-bottom: 10px; 
    } 
  }

@media (min-width: 1441px) {
  /* line 800, resources/assets/styles/layouts/_pages.scss */
  /* line 15168, stdin */
  .home .section-block-wrapper .four-posts-block .row article.other-posts-block .other-posts-content p.city {
    padding: 0 20px;
    padding: 0 1.25rem; } }

@media only screen and (min-width: 979px) {
  /* line 815, resources/assets/styles/layouts/_pages.scss */
  /* line 15177, stdin */
  .home .section-block-wrapper .four-posts-block article.other-posts-block + article.other-posts-block {
    margin-left: 44px;
    margin-left: 2.75rem; } }

@media (min-width: 1441px) {
  /* line 821, resources/assets/styles/layouts/_pages.scss */
  /* line 15186, stdin */
  .home .section-block-wrapper .four-posts-block .row + .row {
    margin-top: 30px;
    margin-top: 1.875rem; } }

@media (min-width: 979px) {
  /* line 833, resources/assets/styles/layouts/_pages.scss */
  /* line 15195, stdin */
  .home .section-block-wrapper.heroes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 20px;
    padding-top: 1.25rem; } }

/* line 840, resources/assets/styles/layouts/_pages.scss */
/* line 15207, stdin */
.home .section-block-wrapper.heroes h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #53585c;
  position: relative;
  margin: 40px 0 15px 0px;
  margin: 2.5rem 0 0.9375rem 0;
  padding: 40px 0 0 0;
  padding: 2.5rem 0 0 0; }

/* line 853, resources/assets/styles/layouts/_pages.scss */
/* line 15226, stdin */
.home .section-block-wrapper.heroes h6:before {
  content: '';
  display: inline-block;
  width: 49px;
  width: 3.0625rem;
  height: 42px;
  height: 2.625rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='52' viewBox='0 0 59 52'%3E%3Cpath fill='%23F48804' fill-rule='nonzero' d='M58.905 0v8.857c-3.254.898-5.728 2.173-7.422 3.827-1.695 1.653-3.05 3.767-4.067 6.341-1.017 2.575-1.526 5.704-1.526 9.389 4.158 0 7.242 1.24 9.253 3.72 2.011 2.48 3.016 5.113 3.016 7.9 0 3.307-1.107 6.082-3.321 8.326-2.214 2.244-4.79 3.366-7.727 3.366-3.842 0-7.13-1.712-9.863-5.137-2.734-3.425-4.101-8.113-4.101-14.065 0-5.244 1.084-10.157 3.254-14.739 2.169-4.582 5.117-8.503 8.845-11.762C48.975 2.763 53.527.756 58.906 0zM25.758 0v8.857c-3.253.898-5.728 2.173-7.422 3.827-1.695 1.653-3.05 3.767-4.067 6.341-1.017 2.575-1.525 5.704-1.525 9.389 4.202 0 7.298 1.24 9.286 3.72 1.988 2.48 2.983 5.113 2.983 7.9 0 3.307-1.108 6.082-3.322 8.326-2.214 2.244-4.79 3.366-7.727 3.366-3.796 0-7.073-1.712-9.83-5.137C1.379 43.164 0 38.476 0 32.524c0-5.244 1.085-10.157 3.254-14.739C5.423 13.203 8.37 9.282 12.1 6.023 15.828 2.763 20.38.756 25.758 0z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: -10px; }

/* line 866, resources/assets/styles/layouts/_pages.scss */
/* line 15243, stdin */
.home .section-block-wrapper.heroes h6 span {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  font-style: normal; }

/* line 875, resources/assets/styles/layouts/_pages.scss */
/* line 15254, stdin */
.home .section-block-wrapper.heroes .btn-mobile {
  margin-top: 15px;
  margin-top: 0.9375rem; }

/* line 883, resources/assets/styles/layouts/_pages.scss */
/* line 15261, stdin */
.home .people-with-ideas-cities-with-character-wrapper {
  background-color: #333; }

/* line 892, resources/assets/styles/layouts/_pages.scss */
/* line 15267, stdin */
.template-handbook .video-wrapper {
  display: none; }

@media (min-width: 768px) {
  .template-handbook header[role="banner"] {
    padding:  25px 15px 10px 15px
  }
}

@media (min-width: 979px) {
  /* line 892, resources/assets/styles/layouts/_pages.scss */
  /* line 15274, stdin */
  .template-handbook .video-wrapper {
    display: block;
    position: relative;
    z-index: 1; }
  /* line 900, resources/assets/styles/layouts/_pages.scss */
  /* line 15282, stdin */
  .template-handbook .video-wrapper .covervid-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden; } }

@media (min-width: 1200px) {
  /* line 912, resources/assets/styles/layouts/_pages.scss */
  /* line 15294, stdin */
  .template-handbook .covervid-wrapper {
    min-height: 405px;
    min-height: 25.3125rem;
    max-height: 405px;
    max-height: 25.3125rem; } }

@media (min-width: 1600px) and (orientation: landscape) {
  /* line 912, resources/assets/styles/layouts/_pages.scss */
  /* line 15305, stdin */
  .template-handbook .covervid-wrapper {
    min-height: 645px;
    min-height: 40.3125rem;
    max-height: 645px;
    max-height: 40.3125rem; } }

/* line 925, resources/assets/styles/layouts/_pages.scss */
/* line 15315, stdin */
.template-handbook .hero-image {
  /*background: url(https://theurbanactivist.com/wp-content/themes/theurbanactivist/dist/images/citycise-home-mobile-4-NEW.jpg) no-repeat 50% 50% transparent;*/
  display: table;
  width: 100%;
  background-size: cover; 
padding: 0 !important;}


@media (max-width: 767px) {
  .template-handbook .hero-image {
    margin-bottom: 20px;
  }
  .template-handbook .content-hero {
    padding: 10px 10px;
  }
}

@media (min-width: 1200px) {
  /* line 925, resources/assets/styles/layouts/_pages.scss */
  /* line 15327, stdin */
  .template-handbook .hero-image {
    background: none;
    position: relative;
    z-index: 2;
    overflow: hidden; }
  /* line 940, resources/assets/styles/layouts/_pages.scss */
  /* line 15340, stdin */
  .template-handbook .hero-image .content-hero {
    display: block; } }

@media (min-width: 1600px) and (orientation: landscape) {
  /* line 925, resources/assets/styles/layouts/_pages.scss */
  /* line 15348, stdin */

  /* line 951, resources/assets/styles/layouts/_pages.scss */
  /* line 15359, stdin */
  .template-handbook .hero-image .content-hero {
    display: table-cell;
    vertical-align: middle; } }

/* line 958, resources/assets/styles/layouts/_pages.scss */
/* line 15367, stdin */
.template-handbook .hero-image .content-hero {
  display: table-cell;
  vertical-align: middle; }

/* line 963, resources/assets/styles/layouts/_pages.scss */
/* line 15374, stdin */
.template-handbook .hero-image .text-wrapper {
  max-width: 450px;
  max-width: 28.125rem;
  padding: 20px;
  padding: 1.25rem;
  margin: 0 auto;
  margin: 0 auto; }

@media (min-width: 768px) {
  /* line 963, resources/assets/styles/layouts/_pages.scss */
  /* line 15386, stdin */
  .template-handbook .hero-image .text-wrapper {
    max-width: 670px;
    max-width: 41.875rem; } }

/* line 972, resources/assets/styles/layouts/_pages.scss */
/* line 15394, stdin */
.template-handbook .hero-image .text-wrapper h1 {
  margin: 10px 0;
  margin: 0.625rem 0;
  text-align: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 600;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12); }

/* line 986, resources/assets/styles/layouts/_pages.scss */
/* line 15408, stdin */
.template-handbook .hero-image .text-wrapper h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  max-width: 640px;
  max-width: 40rem;
  margin: 30px auto 30px auto;
  margin: 1.875rem auto 1.875rem auto;
  padding: 0 15px;
  padding: 0 0.9375rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
  text-align: center; }

@media (min-width: 768px) {
  /* line 986, resources/assets/styles/layouts/_pages.scss */
  /* line 15427, stdin */
  .template-handbook .hero-image .text-wrapper h3 {
    font-size: 26px;
    font-size: 1.625rem; } }

/* line 995, resources/assets/styles/layouts/_pages.scss */
/* line 15435, stdin */
.template-handbook .hero-image .text-wrapper h3.grey {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0), 0 0 2px rgba(0, 0, 0, 0); }

/* line 999, resources/assets/styles/layouts/_pages.scss */
/* line 15441, stdin */
.template-handbook .hero-image .text-wrapper h3.text-image-02 {
  max-width: 740px;
  max-width: 46.25rem; }

/* line 1003, resources/assets/styles/layouts/_pages.scss */
/* line 15448, stdin */
.template-handbook .hero-image .text-wrapper h3:last-child {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 0;
  margin-bottom: 0; }

/* line 1010, resources/assets/styles/layouts/_pages.scss */
/* line 15457, stdin */
.template-handbook .hero-image .text-wrapper p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12); }

/* line 1017, resources/assets/styles/layouts/_pages.scss */
/* line 15469, stdin */
.template-handbook .hero-image .text-wrapper button {
  margin-top: 10px;
  margin-top: 0.625rem; }

/* line 1023, resources/assets/styles/layouts/_pages.scss */
/* line 15476, stdin */
.template-handbook .hero-image .form-wrapper {
  margin: 0 auto;
  margin: 0 auto; }



/* line 1035, resources/assets/styles/layouts/_pages.scss */
/* line 15494, stdin */
.template-handbook .hero-image .form-wrapper h2 {
  color: #fff; }

/* line 1039, resources/assets/styles/layouts/_pages.scss */
/* line 15500, stdin */
.template-handbook .hero-image .form-wrapper .line-separator {
  border-top: 2px solid color white;
  margin-top: 15px;
  margin-top: 0.9375rem; }

/* line 1045, resources/assets/styles/layouts/_pages.scss */
/* line 15508, stdin */
.template-handbook .hero-image .form-wrapper .multi-search-wraper label {
  color: #fff; }

/* line 1050, resources/assets/styles/layouts/_pages.scss */
/* line 15514, stdin */
.template-handbook .hero-image .form-wrapper .multi-search-wraper .slate select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* and then whatever styles you want*/
  height: 42px;
  height: 2.625rem;
  padding: 5px;
  padding: 0.3125rem;
  background-color: #fff; }

/* line 1062, resources/assets/styles/layouts/_pages.scss */
/* line 15529, stdin */
.template-handbook .hero-image .form-wrapper .multi-search-wraper .btn-wrapper {
  margin-top: 26px;
  margin-top: 1.625rem; }

/* line 1064, resources/assets/styles/layouts/_pages.scss */
/* line 15536, stdin */
.template-handbook .hero-image .form-wrapper .multi-search-wraper .btn-wrapper input {
  padding: 11px 10px;
  padding: 0.6875rem 0.625rem; }

@media (min-width: 768px) {
  /* line 1074, resources/assets/styles/layouts/_pages.scss */
  /* line 15544, stdin */
  .template-handbook .hero-image .multi-search-wraper {
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  /* line 1083, resources/assets/styles/layouts/_pages.scss */
  /* line 15560, stdin */
  .template-handbook .hero-image .multi-search-wraper #search_filter .input-container {
    margin: 0; }
  /* line 1089, resources/assets/styles/layouts/_pages.scss */
  /* line 15566, stdin */
  .template-handbook .hero-image .multi-search-wraper .btn-wrapper .btn,
  .template-handbook .hero-image .multi-search-wraper .btn-wrapper .template-contact .contact-form-wrapper .gform_footer .gform_button,
  .template-contact .contact-form-wrapper .gform_footer .template-handbook .hero-image .multi-search-wraper .btn-wrapper .gform_button,
  .template-handbook .hero-image .multi-search-wraper .btn-wrapper .single.single-idea article.idea .description .gform_wrapper .gform_footer .gform_button,
  .single.single-idea article.idea .description .gform_wrapper .gform_footer .template-handbook .hero-image .multi-search-wraper .btn-wrapper .gform_button {
    width: 100%; } }

/* line 1104, resources/assets/styles/layouts/_pages.scss */
/* line 15577, stdin */
.firefox.template-handbook .hero-image .form-wrapper .multi-search-wraper .btn-wrapper input {
  padding: 11px 10px 9px;
  padding: 0.6875rem 0.625rem 0.5625rem; }

/* line 1108, resources/assets/styles/layouts/_pages.scss */
/* line 15584, stdin */
.mac.safari.template-handbook .hero-image .form-wrapper .multi-search-wraper .slate select {
  position: relative;
  top: 3px; }

/* line 1114, resources/assets/styles/layouts/_pages.scss */
/* line 15591, stdin */
.heroes-block-wrapper {
  width: 100%; }

/* line 1117, resources/assets/styles/layouts/_pages.scss */
/* line 15597, stdin */
.heroes-block-wrapper .heroes-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

  @media (min-width: 979px) {
    .heroes-block-wrapper .heroes-block {
      padding: 0 15px;
      padding: 0 0.9375rem;
      width: calc(100% - 30px);
    }
  }

/* line 1128, resources/assets/styles/layouts/_pages.scss */
/* line 15620, stdin */
.heroes-block-wrapper .heroes-block article {
  background-color: #fff;
  width: 48%;
  max-width: inherit;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

@media (min-width: 979px) {
  /* line 1128, resources/assets/styles/layouts/_pages.scss */
  /* line 15631, stdin */
  .heroes-block-wrapper .heroes-block article {
    max-width: 200px;
    max-width: 12.5rem;
    width: 25%;
    margin-bottom: 0; } }

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  /* line 1128, resources/assets/styles/layouts/_pages.scss */
  /* line 15642, stdin */
  .heroes-block-wrapper .heroes-block article {
    max-width: 225px;
    max-width: 14.0625rem; } }

@media only screen and (min-width: 1300px) and (max-width: 1440px) {
  /* line 1128, resources/assets/styles/layouts/_pages.scss */
  /* line 15651, stdin */
  .heroes-block-wrapper .heroes-block article {
    max-width: 265px;
    max-width: 16.5625rem; } }

@media (min-width: 1441px) {
  /* line 1128, resources/assets/styles/layouts/_pages.scss */
  /* line 15660, stdin */
  .heroes-block-wrapper .heroes-block article {
    max-width: 254px;
    max-width: 15.875rem; } }

/* line 1152, resources/assets/styles/layouts/_pages.scss */
/* line 15668, stdin */
.heroes-block-wrapper .heroes-block article figure {
  width: 100%;
  height: auto; }

/* line 1155, resources/assets/styles/layouts/_pages.scss */
/* line 15675, stdin */
.heroes-block-wrapper .heroes-block article figure img {
  width: 100%;
  height: auto; }

/* line 1161, resources/assets/styles/layouts/_pages.scss */
/* line 15682, stdin */
.heroes-block-wrapper .heroes-block article h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em; }

@media (min-width: 1441px) {
  /* line 1161, resources/assets/styles/layouts/_pages.scss */
  /* line 15691, stdin */
  .heroes-block-wrapper .heroes-block article h3 {
    margin-top: 15px;
    margin-top: 0.9375rem; } }

/* line 1167, resources/assets/styles/layouts/_pages.scss */
/* line 15699, stdin */
.heroes-block-wrapper .heroes-block article h3 a {
  color: #333; }

/* line 1169, resources/assets/styles/layouts/_pages.scss */
/* line 15705, stdin */
.heroes-block-wrapper .heroes-block article h3 a:hover {
  color: #f48804; }

/* line 1175, resources/assets/styles/layouts/_pages.scss */
/* line 15711, stdin */
.heroes-block-wrapper .heroes-block article .other-posts-content {
  padding: 15px;
  padding: 0.9375rem; }

/* line 1178, resources/assets/styles/layouts/_pages.scss */
/* line 15718, stdin */
.heroes-block-wrapper .heroes-block article .other-posts-content p.description {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0;
  color: #53585c;
  line-height: 1.5em; }

/* line 1186, resources/assets/styles/layouts/_pages.scss */
/* line 15736, stdin */
.heroes-block-wrapper .heroes-block article .other-posts-content p.city {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding: 0; }

/* line 1191, resources/assets/styles/layouts/_pages.scss */
/* line 15746, stdin */
.heroes-block-wrapper .heroes-block article .other-posts-content .social-network {
  text-align: right;
  margin-bottom: 0; }

/* line 1194, resources/assets/styles/layouts/_pages.scss */
/* line 15753, stdin */
.heroes-block-wrapper .heroes-block article .other-posts-content .social-network .social-icons {
  display: inline-block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem; }

/* line 1198, resources/assets/styles/layouts/_pages.scss */
/* line 15763, stdin */
.heroes-block-wrapper .heroes-block article .other-posts-content .social-network .social-icons path {
  fill: #f48804; }

/* line 1209, resources/assets/styles/layouts/_pages.scss */
/* line 15769, stdin */
.heroes-block-wrapper .heroes-block + .heroes-block {
  margin-top: 20px;
  margin-top: 1.25rem; }

/* line 1215, resources/assets/styles/layouts/_pages.scss */
/* line 15776, stdin */
.template-heroes {
  background-color: #F8F5F1; }

/* line 1218, resources/assets/styles/layouts/_pages.scss */
/* line 15782, stdin */
.template-heroes .top-content {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  background: url(https://theurbanactivist.com/wp-content/themes/theurbanactivist/dist/images/citycise-heroes-header-mobile-NEW.jpg) no-repeat 50% 100% transparent;
  background-size: cover; }

@media (min-width: 768px) {
  /* line 1218, resources/assets/styles/layouts/_pages.scss */
  /* line 15794, stdin */
  .template-heroes .top-content {
    background: url(https://theurbanactivist.com/wp-content/themes/theurbanactivist/dist/images/citycise-heroes-header-bg-NEW.jpg) no-repeat 50% 0 transparent; } }

@media (min-width: 768px) {
  /* line 1218, resources/assets/styles/layouts/_pages.scss */
  /* line 15802, stdin */
  .template-heroes .top-content {
    padding-top: 51px;
    padding-top: 3.1875rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem; } }

/* line 1233, resources/assets/styles/layouts/_pages.scss */
/* line 15812, stdin */
.template-heroes .top-content h1 {
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-size: 3.4375rem;
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
  font-weight: 600;
  color: #fff;
  text-align: center; }

/* line 1243, resources/assets/styles/layouts/_pages.scss */
/* line 15825, stdin */
.template-heroes .top-content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  max-width: 880px;
  max-width: 55rem;
  margin: 30px auto 30px auto;
  margin: 1.875rem auto 1.875rem auto;
  padding: 0 15px;
  padding: 0 0.9375rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12); }

@media (min-width: 768px) {
  /* line 1243, resources/assets/styles/layouts/_pages.scss */
  /* line 15843, stdin */
  .template-heroes .top-content h3 {
    font-size: 26px;
    font-size: 1.625rem; } }

/* line 1251, resources/assets/styles/layouts/_pages.scss */
/* line 15851, stdin */
.template-heroes .top-content h3.grey {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0), 0 0 2px rgba(0, 0, 0, 0); }

/* line 1255, resources/assets/styles/layouts/_pages.scss */
/* line 15857, stdin */
.template-heroes .top-content h3:last-child {
  margin-bottom: 0;
  margin-bottom: 0; }

@media (min-width: 979px) {
  /* line 1218, resources/assets/styles/layouts/_pages.scss */
  /* line 15865, stdin */
  .template-heroes .top-content {
    padding-top: 150px;
    padding-top: 9.375rem;
    min-height: 340px;
    min-height: 21.25rem; } }

/* line 1268, resources/assets/styles/layouts/_pages.scss */
/* line 15875, stdin */
.template-heroes .heroes-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  max-width: 71.25rem; }

/* line 12, node_modules/susy/sass/susy/output/support/_clearfix.scss */
/* line 15885, stdin */
.template-heroes .heroes-wrapper:after {
  content: " ";
  display: block;
  clear: both; }

/* line 1272, resources/assets/styles/layouts/_pages.scss */
/* line 15893, stdin */
.template-heroes .heroes-wrapper .heroes-block {
  margin: 3.7037% 0;
  margin: 3.7037% 0; }

/* line 79, resources/assets/styles/helpers/_mixins.scss */
/* line 15900, stdin */
.template-heroes .heroes-wrapper .heroes-block:after {
  content: '';
  display: table;
  clear: both; }

/* line 1276, resources/assets/styles/layouts/_pages.scss */
/* line 15908, stdin */
.template-heroes .heroes-wrapper .heroes-block article {
  background-color: #fff;
  width: 48.14815%;
  float: left;
  margin-right: 3.7037%; }

@media screen and (max-width: 978px) {
  /* line 1282, resources/assets/styles/layouts/_pages.scss */
  /* line 15918, stdin */
  .template-heroes .heroes-wrapper .heroes-block article:nth-child(2n+2) {
    float: right;
    margin-right: 0; } }

@media (min-width: 979px) {
  /* line 1276, resources/assets/styles/layouts/_pages.scss */
  /* line 15927, stdin */
  .template-heroes .heroes-wrapper .heroes-block article {
    width: 22.22222%;
    float: left;
    margin-right: 3.7037%; }
  /* line 1289, resources/assets/styles/layouts/_pages.scss */
  /* line 15935, stdin */
  .template-heroes .heroes-wrapper .heroes-block article:nth-child(4) {
    float: right;
    margin-right: 0; } }

/* line 1294, resources/assets/styles/layouts/_pages.scss */
/* line 15943, stdin */
.template-heroes .heroes-wrapper .heroes-block article figure {
  width: 100%;
  height: auto; }

/* line 1297, resources/assets/styles/layouts/_pages.scss */
/* line 15950, stdin */
.template-heroes .heroes-wrapper .heroes-block article figure img {
  width: 100%;
  height: auto; }

/* line 1303, resources/assets/styles/layouts/_pages.scss */
/* line 15957, stdin */
.template-heroes .heroes-wrapper .heroes-block article h3 {
  font-size: 20px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  font-family: 'Petrona', serif;
  padding: 0;
  margin: 0; }
  @media (min-width: 979px) {
    .template-heroes .heroes-wrapper .heroes-block article h3 {
      font-size: 24px !important;
      line-height: 27px !important;
    }
  }

/* line 1319, resources/assets/styles/layouts/_pages.scss */
/* line 15974, stdin */
.page-template-template-about {
  background-color: #f6f6f6; }

/* line 1324, resources/assets/styles/layouts/_pages.scss */
/* line 15980, stdin */
.page-template-template-about section[role="main"] .top-content {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem; 
}
@media (max-width: 979px) {
  .page-template-template-about section[role="main"] .top-content {
    min-height: 300px;
  }
}
/* line 1328, resources/assets/styles/layouts/_pages.scss */
/* line 15989, stdin */
.page-template-template-about section[role="main"] .top-content.image-01 {
  background-size: cover; }

/* line 1336, resources/assets/styles/layouts/_pages.scss */
/* line 15996, stdin */
.page-template-template-about section[role="main"] .text {
  /*figure {
        @include rem(max-width, 440px);
        @include rem(margin, 10px auto 10px auto);
      }*/ }

/* line 1337, resources/assets/styles/layouts/_pages.scss */
/* line 16005, stdin */
.page-template-template-about section[role="main"] .text h1 {
  color: #fff;
  text-align: center;
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 600; }

/* line 1351, resources/assets/styles/layouts/_pages.scss */
/* line 16019, stdin */
.page-template-template-about section[role="main"] .text hr.adorno {
  border-top: 3px solid #fff;
  width: 56px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24); }

/* line 1358, resources/assets/styles/layouts/_pages.scss */
/* line 16029, stdin */
.page-template-template-about section[role="main"] .text h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  max-width: 640px;
  max-width: 40rem;
  margin: 30px auto 30px auto;
  margin: 1.875rem auto 1.875rem auto;
  padding: 0 15px;
  padding: 0 0.9375rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 500; }

@media (min-width: 768px) {
  /* line 1358, resources/assets/styles/layouts/_pages.scss */
  /* line 16048, stdin */
  .page-template-template-about section[role="main"] .text h3 {
    font-size: 26px;
    font-size: 1.625rem; } }

/* line 1367, resources/assets/styles/layouts/_pages.scss */
/* line 16056, stdin */
.page-template-template-about section[role="main"] .text h3.grey {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0), 0 0 2px rgba(0, 0, 0, 0); }

/* line 1371, resources/assets/styles/layouts/_pages.scss */
/* line 16062, stdin */
.page-template-template-about section[role="main"] .text h3:last-child {
  margin-bottom: 0;
  margin-bottom: 0; }

/* line 1377, resources/assets/styles/layouts/_pages.scss */
/* line 16069, stdin */
.page-template-template-about section[role="main"] .text .grey {
  color: #333; }

/* line 1380, resources/assets/styles/layouts/_pages.scss */
/* line 16075, stdin */
.page-template-template-about section[role="main"] .text .grey.adorno {
  border-color: #333;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0); }

/* line 1388, resources/assets/styles/layouts/_pages.scss */
/* line 16085, stdin */
.page-template-template-about section[role="main"] .text .white-bg {
  background-color: #fff;
  padding: 30px 0;
  padding: 1.875rem 0; }

/* line 1392, resources/assets/styles/layouts/_pages.scss */
/* line 16093, stdin */
.page-template-template-about section[role="main"] .text .white-bg h3 {
  padding: 0 15px;
  padding: 0 0.9375rem; }

/* line 1396, resources/assets/styles/layouts/_pages.scss */
/* line 16100, stdin */
.page-template-template-about section[role="main"] .text .white-bg.susana-text {
  margin-top: -60px;
  margin-top: -3.75rem;
  padding-top: 0; }

/* line 1112, resources/assets/styles/layouts/_pages.scss */
/* line 16108, stdin */
.page-template-template-about section[role="main"] .text .white-bg.susana-text .content {
  margin: 31px auto; }

@media (min-width: 979px) {
  /* line 1112, resources/assets/styles/layouts/_pages.scss */
  /* line 16115, stdin */
  .page-template-template-about section[role="main"] .text .white-bg.susana-text .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 60rem;
    grid-gap: 20px;
    margin: 23px auto; } }

/* line 1419, resources/assets/styles/layouts/_pages.scss */
/* line 16126, stdin */
.page-template-template-about section[role="main"] .text .separator-wrapper {
  margin-top: -20px;
  margin-top: -1.25rem;
  margin-bottom: -20px;
  margin-bottom: -1.25rem; }

/* line 1423, resources/assets/styles/layouts/_pages.scss */
/* line 16135, stdin */
.page-template-template-about section[role="main"] .text .separator-wrapper .separator {
  min-height: 60px;
  min-height: 3.75rem; }

/* line 1429, resources/assets/styles/layouts/_pages.scss */
/* line 16142, stdin */
.page-template-template-about section[role="main"] .text p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  font-family: 'Source Sans Pro', sans-serif;
  max-width: 640px;
  max-width: 40rem;
  margin: 30px auto 30px auto;
  margin: 1.875rem auto 1.875rem auto;
  padding: 0 15px;
  padding: 0 0.9375rem; }

/* line 1443, resources/assets/styles/layouts/_pages.scss */
/* line 16161, stdin */
.page-template-template-about section[role="main"] .content {
  padding: 0 15px;
  padding: 0 0.9375rem; }

/* line 1447, resources/assets/styles/layouts/_pages.scss */
/* line 16168, stdin */
.page-template-template-about section[role="main"] .read-more {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  color: #f48804;
  font-weight: 700; }

/* line 1453, resources/assets/styles/layouts/_pages.scss */
/* line 16179, stdin */
.page-template-template-about section[role="main"] .read-more .arrow {
  border: solid #f48804;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  left: 10px;
  top: -2px; }

@media (min-width: 768px) {
  /* line 1468, resources/assets/styles/layouts/_pages.scss */
  /* line 16195, stdin */
  .page-template-template-about section[role="main"] .hunters-block,
  .page-template-template-about section[role="main"] .susana-block {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  /* line 1472, resources/assets/styles/layouts/_pages.scss */
  /* line 16205, stdin */
  .page-template-template-about section[role="main"] .challenges-block,
  .page-template-template-about section[role="main"] .eva-block {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 1200px) {
  /* line 1480, resources/assets/styles/layouts/_pages.scss */
  /* line 16217, stdin */
  .page-template-template-about section[role="main"] .top-content {
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem; }
  /* line 1484, resources/assets/styles/layouts/_pages.scss */
  /* line 16226, stdin */
  .page-template-template-about section[role="main"] .top-content.image-01 {
    padding-top: 150px;
    padding-top: 9.375rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    min-height: 380px;
    min-height: 23.75rem;
    background: url(https://theurbanactivist.com/wp-content/themes/theurbanactivist/dist/images/citycise-about-city-header-bg-NEW.jpg) no-repeat 0 0 transparent; }
  /* line 1495, resources/assets/styles/layouts/_pages.scss */
  /* line 16238, stdin */
  .page-template-template-about section[role="main"] .text h1 {
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    font-size: 3.4375rem;
    font-weight: 600; }
  /* line 1505, resources/assets/styles/layouts/_pages.scss */
  /* line 16247, stdin */
  .page-template-template-about section[role="main"] .text h3 {
    margin: 40px auto 40px auto;
    margin: 2.5rem auto 2.5rem auto; }
  /* line 1509, resources/assets/styles/layouts/_pages.scss */
  /* line 16254, stdin */
  .page-template-template-about section[role="main"] .text .white-bg {
    padding: 20px 0 40px 0;
    padding: 1.25rem 0 2.5rem 0; }
  /* line 1513, resources/assets/styles/layouts/_pages.scss */
  /* line 16261, stdin */
  .page-template-template-about section[role="main"] .text p {
    padding: 0; } }

/* line 1526, resources/assets/styles/layouts/_pages.scss */
/* line 16268, stdin */
.template-contact {
  background-color: #F8F5F1; }

/* line 1529, resources/assets/styles/layouts/_pages.scss */
/* line 16274, stdin */
.template-contact .top-content {
  background: url(https://theurbanactivist.com/wp-content/themes/theurbanactivist/dist/images/ask-u-img-banner.jpg) no-repeat 50% 0 transparent;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem; }

@media (min-width: 768px) {
  /* line 1529, resources/assets/styles/layouts/_pages.scss */
  /* line 16285, stdin */
  .template-contact .top-content {
    padding-top: 100px;
    padding-top: 6.25rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem; } }

/* line 1539, resources/assets/styles/layouts/_pages.scss */
/* line 16295, stdin */
.template-contact .text h1 {
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.37); }

/* line 1549, resources/assets/styles/layouts/_pages.scss */
/* line 16309, stdin */
.template-contact .text p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 auto 10px;
  margin: 0 auto 0.625rem;
  color: #fff; }

/* line 1553, resources/assets/styles/layouts/_pages.scss */
/* line 16319, stdin */
.template-contact .text p strong {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif; }

/* line 1557, resources/assets/styles/layouts/_pages.scss */
/* line 16328, stdin */
.template-contact .text button {
  width: auto; }

/* line 1562, resources/assets/styles/layouts/_pages.scss */
/* line 16334, stdin */
.template-contact .contact-form-wrapper {
  width: calc(100% - 30px);
  padding: 60px 15px;
  padding: 3.75rem 0.9375rem; }

@media (min-width: 979px) {
  /* line 1562, resources/assets/styles/layouts/_pages.scss */
  /* line 16343, stdin */
  .template-contact .contact-form-wrapper {
    width: 48.14815%;
    float: left;
    margin-right: 3.7037%;
    float: none;
    margin: 0 auto 60px;
    margin: 0 auto 3.75rem; } }

/* line 1575, resources/assets/styles/layouts/_pages.scss */
/* line 16355, stdin */
.template-contact .contact-form-wrapper .gform_body .gform_validation_containe {
  display: none; }

/* line 1580, resources/assets/styles/layouts/_pages.scss */
/* line 16361, stdin */
.template-contact .contact-form-wrapper .gform_footer {
  text-align: center; }

/* line 1582, resources/assets/styles/layouts/_pages.scss */
/* line 16367, stdin */
.template-contact .contact-form-wrapper .gform_footer .gform_button {
  border: 0 none; }

/* line 1586, resources/assets/styles/layouts/_pages.scss */
/* line 16373, stdin */
.template-contact .contact-form-wrapper .gform_footer .gform_button:hover {
  border: 0 none; }

/* line 1593, resources/assets/styles/layouts/_pages.scss */
/* line 16379, stdin */
.template-contact .contact-form-wrapper .gform_confirmation_message p {
  color: #4a4a4a; }

/* line 1605, resources/assets/styles/layouts/_pages.scss */
/* line 16385, stdin */
.template-legal h1,
.template-legal h2,
.template-legal h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 600; }

/* line 1610, resources/assets/styles/layouts/_pages.scss */
/* line 16394, stdin */
.template-legal h1 {
  font-size: 55px;
  font-size: 3.4375rem; }

/* line 1614, resources/assets/styles/layouts/_pages.scss */
/* line 16401, stdin */
.template-legal .container {
  padding: 0 22px;
  padding: 0 1.375rem;
  max-width: 720px;
  max-width: 45rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

/* line 1620, resources/assets/styles/layouts/_pages.scss */
/* line 16412, stdin */
.template-legal p,
.template-legal li {
  color: #6e6e6e; }

/* line 1628, resources/assets/styles/layouts/_pages.scss */
/* line 16419, stdin */
.page-template-template-press .title {
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-size: 3.4375rem;
  color: #333;
  margin: 40px 0;
  margin: 2.5rem 0; }

/* line 1636, resources/assets/styles/layouts/_pages.scss */
/* line 16430, stdin */
.page-template-template-press .press-wrapper {
  max-width: 1070px;
  max-width: 66.875rem;
  margin: 0 auto 180px;
  margin: 0 auto 11.25rem;
  overflow: hidden; }

/* line 1642, resources/assets/styles/layouts/_pages.scss */
/* line 16440, stdin */
.page-template-template-press .module-featured {
  padding: 0;
  left: 0;
  max-width: 350px;
  max-width: 21.875rem;
  margin: 0 auto; }

@media (min-width: 768px) {
  /* line 1642, resources/assets/styles/layouts/_pages.scss */
  /* line 16451, stdin */
  .page-template-template-press .module-featured {
    max-width: inherit;
    left: 20px; }
  /* line 1652, resources/assets/styles/layouts/_pages.scss */
  /* line 16458, stdin */
  .page-template-template-press .module-featured .isotope-column {
    width: 360px;
    width: 22.5rem; } }

@media (min-width: 979px) {
  /* line 1642, resources/assets/styles/layouts/_pages.scss */
  /* line 16467, stdin */
  .page-template-template-press .module-featured {
    left: 90px; }
  /* line 1659, resources/assets/styles/layouts/_pages.scss */
  /* line 16473, stdin */
  .page-template-template-press .module-featured .isotope-column {
    width: 200px;
    width: 12.5rem; } }

@media (min-width: 1200px) {
  /* line 1642, resources/assets/styles/layouts/_pages.scss */
  /* line 16482, stdin */
  .page-template-template-press .module-featured {
    left: 20px; }
  /* line 1666, resources/assets/styles/layouts/_pages.scss */
  /* line 16488, stdin */
  .page-template-template-press .module-featured .isotope-column {
    width: 257.5px;
    width: 16.09375rem; } }

/* line 1672, resources/assets/styles/layouts/_pages.scss */
/* line 16496, stdin */
.page-template-template-press .module-featured article.itemnew {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 3.7037%; }

/* line 1682, resources/assets/styles/layouts/_pages.scss */
/* line 16513, stdin */
.page-template-template-press .module-featured article.itemnew figure img {
  width: 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  /* line 1672, resources/assets/styles/layouts/_pages.scss */
  /* line 16521, stdin */
  .page-template-template-press .module-featured article.itemnew {
    width: 48.14815%;
    max-width: 360px;
    max-width: 22.5rem; } }

@media (min-width: 979px) {
  /* line 1672, resources/assets/styles/layouts/_pages.scss */
  /* line 16531, stdin */
  .page-template-template-press .module-featured article.itemnew {
    max-width: 200px;
    max-width: 12.5rem; } }

@media (min-width: 1200px) {
  /* line 1672, resources/assets/styles/layouts/_pages.scss */
  /* line 16540, stdin */
  .page-template-template-press .module-featured article.itemnew {
    max-width: 257.5px;
    max-width: 16.09375rem; }
  /* line 1700, resources/assets/styles/layouts/_pages.scss */
  /* line 16547, stdin */
  .page-template-template-press .module-featured article.itemnew .thumbnailidea img {
    min-width: 257.5px;
    min-width: 16.09375rem; } }

/* line 1707, resources/assets/styles/layouts/_pages.scss */
/* line 16555, stdin */
.page-template-template-press .module-featured article.itemnew p {
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0; }

/* line 1712, resources/assets/styles/layouts/_pages.scss */
/* line 16564, stdin */
.page-template-template-press .module-featured article.itemnew .date {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-weight: 300;
  color: #6e6e6e;
  text-align: center;
  margin: 15px 0;
  margin: 0.9375rem 0; }

/* line 1719, resources/assets/styles/layouts/_pages.scss */
/* line 16578, stdin */
.page-template-template-press .module-featured article.itemnew .text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  text-align: left; }

/* line 1726, resources/assets/styles/layouts/_pages.scss */
/* line 16591, stdin */
.page-template-template-press .module-featured article.itemnew .link a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem; }

/* line 1740, resources/assets/styles/layouts/_pages.scss */
/* line 16600, stdin */
#modal-popup-slider .wph-modal-mask,
#modal-popup-slider .wph-modal .wph-modal-mask,
.hustle-palette--default.hustle_module_id_1.module_id_1 .wph-modal-mask {
  background: black; }

/* line 1744, resources/assets/styles/layouts/_pages.scss */
/* line 16608, stdin */
#modal-popup-slider .hustle-modal.hustle-modal-static,
#modal-popup-slider .wph-modal .hustle-modal.hustle-modal-static,
.hustle-palette--default.hustle_module_id_1.module_id_1 .hustle-modal.hustle-modal-static {
  max-width: 960px;
  max-width: 60rem;
  background-color: #fff; }

/* line 1749, resources/assets/styles/layouts/_pages.scss */
/* line 16618, stdin */
#modal-popup-slider .hustle-modal .hustle-modal-body section,
#modal-popup-slider .wph-modal .hustle-modal .hustle-modal-body section,
.hustle-palette--default.hustle_module_id_1.module_id_1 .hustle-modal .hustle-modal-body section {
  background-color: transparent !important; }

/* line 1751, resources/assets/styles/layouts/_pages.scss */
/* line 16626, stdin */
#modal-popup-slider .hustle-modal .hustle-modal-body section article,
#modal-popup-slider .wph-modal .hustle-modal .hustle-modal-body section article,
.hustle-palette--default.hustle_module_id_1.module_id_1 .hustle-modal .hustle-modal-body section article {
  padding: 0; }

/* line 1756, resources/assets/styles/layouts/_pages.scss */
/* line 16634, stdin */
#modal-popup-slider .hustle-modal-close,
#modal-popup-slider .wph-modal .hustle-modal-close,
.hustle-palette--default.hustle_module_id_1.module_id_1 .hustle-modal-close {
  position: relative;
  top: 15px;
  right: 15px;
  z-index: 999; }

/* line 1761, resources/assets/styles/layouts/_pages.scss */
/* line 16645, stdin */
#modal-popup-slider .hustle-modal-close svg path,
#modal-popup-slider .wph-modal .hustle-modal-close svg path,
.hustle-palette--default.hustle_module_id_1.module_id_1 .hustle-modal-close svg path {
  fill: #fff !important; }

/* line 1767, resources/assets/styles/layouts/_pages.scss */
/* line 16653, stdin */
#modal-popup-slider .hustle-modal.hustle-modal-cabriolet header,
#modal-popup-slider .wph-modal .hustle-modal.hustle-modal-cabriolet header,
.hustle-palette--default.hustle_module_id_1.module_id_1 .hustle-modal.hustle-modal-cabriolet header {
  margin: 0 !important;
  height: 0; }

/* line 1772, resources/assets/styles/layouts/_pages.scss */
/* line 16662, stdin */
#modal-popup-slider .hustle-modal-message,
#modal-popup-slider .wph-modal .hustle-modal-message,
.hustle-palette--default.hustle_module_id_1.module_id_1 .hustle-modal-message {
  padding: 0 !important;
  max-height: 99vh !important; }

/* line 1775, resources/assets/styles/layouts/_pages.scss */
/* line 16671, stdin */
#modal-popup-slider .hustle-modal-message .other-posts-content,
#modal-popup-slider .wph-modal .hustle-modal-message .other-posts-content,
.hustle-palette--default.hustle_module_id_1.module_id_1 .hustle-modal-message .other-posts-content {
  background-color: #fff;
  padding: 20px;
  padding: 1.25rem; }

/* line 1779, resources/assets/styles/layouts/_pages.scss */
/* line 16681, stdin */
#modal-popup-slider .hustle-modal-message .other-posts-content h3,
#modal-popup-slider .wph-modal .hustle-modal-message .other-posts-content h3,
.hustle-palette--default.hustle_module_id_1.module_id_1 .hustle-modal-message .other-posts-content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 1784, resources/assets/styles/layouts/_pages.scss */
/* line 16701, stdin */
#modal-popup-slider .hustle-modal-message .other-posts-content h3 .photo,
#modal-popup-slider .wph-modal .hustle-modal-message .other-posts-content h3 .photo,
.hustle-palette--default.hustle_module_id_1.module_id_1 .hustle-modal-message .other-posts-content h3 .photo {
  display: inline-block;
  min-width: 31px;
  min-width: 1.9375rem;
  width: 31px;
  width: 1.9375rem;
  height: 24px;
  height: 1.5rem;
  margin: 0;
  margin-right: 15px; }

/* line 1795, resources/assets/styles/layouts/_pages.scss */
/* line 16717, stdin */
#modal-popup-slider .hustle-modal-message .slick-arrow,
#modal-popup-slider .wph-modal .hustle-modal-message .slick-arrow,
.hustle-palette--default.hustle_module_id_1.module_id_1 .hustle-modal-message .slick-arrow {
  position: absolute;
  z-index: 99; }

/* line 1800, resources/assets/styles/layouts/_pages.scss */
/* line 16726, stdin */
#modal-popup-slider .hustle-modal-message .slick-next,
#modal-popup-slider .wph-modal .hustle-modal-message .slick-next,
.hustle-palette--default.hustle_module_id_1.module_id_1 .hustle-modal-message .slick-next {
  right: 5px; }

/* line 1804, resources/assets/styles/layouts/_pages.scss */
/* line 16734, stdin */
#modal-popup-slider .hustle-modal-message .slick-prev,
#modal-popup-slider .wph-modal .hustle-modal-message .slick-prev,
.hustle-palette--default.hustle_module_id_1.module_id_1 .hustle-modal-message .slick-prev {
  left: 5px; }

/* line 1811, resources/assets/styles/layouts/_pages.scss */
/* line 16742, stdin */
#modal-popup-slider .hustle-modal-body .icon,
#modal-popup-slider .wph-modal .hustle-modal-body .icon,
.hustle-palette--default.hustle_module_id_1.module_id_1 .hustle-modal-body .icon {
  width: 65px;
  height: auto;
  margin: 0 auto;
  display: none; }

@media (min-width: 768px) {
  /* line 1811, resources/assets/styles/layouts/_pages.scss */
  /* line 16754, stdin */
  #modal-popup-slider .hustle-modal-body .icon,
  #modal-popup-slider .wph-modal .hustle-modal-body .icon,
  .hustle-palette--default.hustle_module_id_1.module_id_1 .hustle-modal-body .icon {
    display: block; } }

/* line 1822, resources/assets/styles/layouts/_pages.scss */
/* line 16763, stdin */
#modal-popup-slider .hustle-modal-body .hustle-modal-content,
#modal-popup-slider .wph-modal .hustle-modal-body .hustle-modal-content,
.hustle-palette--default.hustle_module_id_1.module_id_1 .hustle-modal-body .hustle-modal-content {
  padding: 0 !important; }

/* line 1829, resources/assets/styles/layouts/_pages.scss */
/* line 16771, stdin */
.hustle-ui .hustle-button-icon [class*="hustle-icon-"] {
  color: #fff !important;
  position: relative;
  top: 30px;
  font-size: 14px !important;
  z-index: 9; }

@media (min-width: 979px) {
  /* line 1829, resources/assets/styles/layouts/_pages.scss */
  /* line 16782, stdin */
  .hustle-ui .hustle-button-icon [class*="hustle-icon-"] {
    top: 10px; } }

@media (min-width: 979px) {
  /* line 1840, resources/assets/styles/layouts/_pages.scss */
  /* line 16790, stdin */
  .hustle-ui.hustle-popup.hustle-animation-stopped {
    height: 470px !important; } }

/* line 1846, resources/assets/styles/layouts/_pages.scss */
/* line 16797, stdin */
.hustle-ui.hustle-popup {
  height: 350px !important;
  top: auto !important;
  bottom: 0 !important;
  padding: 0 !important; }

/* line 1853, resources/assets/styles/layouts/_pages.scss */
/* line 16806, stdin */
.hustle-ui.hustle-popup .hustle-popup-mask {
  background-color: rgba(51, 51, 51, 0) !important;
  height: auto !important; }

/* line 1858, resources/assets/styles/layouts/_pages.scss */
/* line 16813, stdin */
.hustle-ui.hustle-popup .hustle-popup-content {
  bottom: 0;
  position: absolute !important; }

@media (min-width: 979px) {
  /* line 1858, resources/assets/styles/layouts/_pages.scss */
  /* line 16821, stdin */
  .hustle-ui.hustle-popup .hustle-popup-content {
    height: 290px;
    height: 18.125rem;
    width: 100% !important;
    background-color: #f48804;
    max-width: initial !important;
    left: 0 !important; } }

/* line 1870, resources/assets/styles/layouts/_pages.scss */
/* line 16833, stdin */
.hustle-ui.module_id_1 .hustle-layout .hustle-group-content ul li::before {
  display: none !important; }

/* line 1874, resources/assets/styles/layouts/_pages.scss */
/* line 16839, stdin */
.hustle-ui.hustle-popup .hustle-info {
  width: 100%;
  padding: 0 !important; }

@media (min-width: 979px) {
  /* line 1874, resources/assets/styles/layouts/_pages.scss */
  /* line 16847, stdin */
  .hustle-ui.hustle-popup .hustle-info {
    padding: 0 15px !important;
    max-width: 700px;
    max-width: 43.75rem;
    position: absolute !important;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 !important; } }

/* line 1887, resources/assets/styles/layouts/_pages.scss */
/* line 16863, stdin */
.hustle-ui.hustle-popup .hustle-info .hustle-content,
.hustle-ui.hustle-popup .hustle-info .hustle-content-wrap {
  padding: 0 !important;
  max-height: 99vh !important;
  position: relative; }

/* line 1895, resources/assets/styles/layouts/_pages.scss */
/* line 16872, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_wrapper {
  overflow: hidden;
  margin: 0;
  padding: 0 15px;
  padding: 0 0.9375rem; }

/* line 1900, resources/assets/styles/layouts/_pages.scss */
/* line 16881, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_wrapper li.gfield {
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important; }

/* line 1906, resources/assets/styles/layouts/_pages.scss */
/* line 16888, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_wrapper .text-wrapper h6,
.hustle-ui.hustle-popup .hustle-info .gform_wrapper .text-wrapper p {
  color: #fff;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  line-height: 1em !important;
  max-width: 700px !important;
  max-width: 43.75rem !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  text-align: center;
  margin: 25px auto !important;
  margin: 1.5625rem auto !important; }

@media (min-width: 768px) {
  /* line 1906, resources/assets/styles/layouts/_pages.scss */
  /* line 16906, stdin */
  .hustle-ui.hustle-popup .hustle-info .gform_wrapper .text-wrapper h6,
  .hustle-ui.hustle-popup .hustle-info .gform_wrapper .text-wrapper p {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    text-align: left;
    margin: 15px 0 !important;
    margin: 0.9375rem 0 !important; } }

/* line 1926, resources/assets/styles/layouts/_pages.scss */
/* line 16918, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_wrapper .folleto {
  margin: 0 auto;
  display: none; }

@media (min-width: 979px) {
  /* line 1926, resources/assets/styles/layouts/_pages.scss */
  /* line 16926, stdin */
  .hustle-ui.hustle-popup .hustle-info .gform_wrapper .folleto {
    display: block;
    position: absolute;
    left: -140px;
    top: -80px; } }

/* line 1937, resources/assets/styles/layouts/_pages.scss */
/* line 16936, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_wrapper .validation_error,
.hustle-ui.hustle-popup .hustle-info .gform_wrapper .validation_message {
  color: darkred; }

/* line 1941, resources/assets/styles/layouts/_pages.scss */
/* line 16943, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_wrapper .input-container-checkbox label {
  padding-left: 30px !important; }

/* line 1943, resources/assets/styles/layouts/_pages.scss */
/* line 16949, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_wrapper .input-container-checkbox label a {
  text-decoration: underline; }

/* line 1952, resources/assets/styles/layouts/_pages.scss */
/* line 16955, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_body label.gfield_label {
  display: none; }

/* line 1956, resources/assets/styles/layouts/_pages.scss */
/* line 16961, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_body input[type="email"] {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 300;
  color: #6e6e6e;
  max-width: 330px;
  max-width: 20.625rem; }

/* line 1964, resources/assets/styles/layouts/_pages.scss */
/* line 16975, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_body .ginput_container_checkbox label {
  color: #fff;
  position: relative;
  top: -10px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important; }

/* line 1971, resources/assets/styles/layouts/_pages.scss */
/* line 16985, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_body .ginput_container_checkbox label a {
  color: #fff;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important; }

/* line 1981, resources/assets/styles/layouts/_pages.scss */
/* line 16993, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_body .input-container-checkbox label::before {
  border: solid #fff;
  background: #fff; }

/* line 1988, resources/assets/styles/layouts/_pages.scss */
/* line 17000, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_footer {
  position: relative;
  left: 0; }

/* line 1992, resources/assets/styles/layouts/_pages.scss */
/* line 17007, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_footer.top_label {
  margin: 0; }

/* line 1996, resources/assets/styles/layouts/_pages.scss */
/* line 17013, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_footer input[type="submit"] {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  background-image: none !important;
  max-width: initial;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  outline: 0 none;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  margin: 0;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem; }

/* line 2015, resources/assets/styles/layouts/_pages.scss */
/* line 17039, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_footer input[type="submit"]:hover {
  border: 2px solid #fff !important; }

/* line 2024, resources/assets/styles/layouts/_pages.scss */
/* line 17045, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_confirmation_message .btn-donwload {
  background-image: none !important;
  max-width: initial;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  margin: 15px 0;
  margin: 0.9375rem 0;
  color: #fff !important; }

/* line 2033, resources/assets/styles/layouts/_pages.scss */
/* line 17060, stdin */
.hustle-ui.hustle-popup .hustle-info .gform_confirmation_message .btn-donwload:hover {
  border: 2px solid #fff !important; }

/* line 2041, resources/assets/styles/layouts/_pages.scss */
/* line 17066, stdin */
.hustle-ui.hustle-popup .hustle-info .spam-notice {
  background-color: #f48804;
  width: 100%;
  padding: 0; }

/* line 2045, resources/assets/styles/layouts/_pages.scss */
/* line 17074, stdin */
.hustle-ui.hustle-popup .hustle-info .spam-notice p {
  color: #fff !important;
  text-align: center;
  margin: 0 !important;
  padding: 10px !important;
  padding: 0.625rem !important; }

/* line 2056, resources/assets/styles/layouts/_pages.scss */
/* line 17084, stdin */
.error404 .module-fullwidth-image {
  position: relative; }

/* line 2059, resources/assets/styles/layouts/_pages.scss */
/* line 17090, stdin */
.error404 .module-fullwidth-image .module-fullwidth-text {
  position: absolute;
  top: 20px;
  width: 100%; }

@media (min-width: 768px) {
  /* line 2059, resources/assets/styles/layouts/_pages.scss */
  /* line 17099, stdin */
  .error404 .module-fullwidth-image .module-fullwidth-text {
    top: 100px; } }

/* line 2068, resources/assets/styles/layouts/_pages.scss */
/* line 17106, stdin */
.error404 .module-fullwidth-image h1 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  color: #fff; }

/* line 2075, resources/assets/styles/layouts/_pages.scss */
/* line 17116, stdin */
.error404 .module-fullwidth-image h1 + a button {
  cursor: pointer; }

/* line 2080, resources/assets/styles/layouts/_pages.scss */
/* line 17122, stdin */
.error404 .module-fullwidth-image img {
  max-width: 100%; }

/* line 2084, resources/assets/styles/layouts/_pages.scss */
/* line 17128, stdin */
.error404 .module-fullwidth-image span {
  color: #fff;
  display: block; }

/* line 2087, resources/assets/styles/layouts/_pages.scss */
/* line 17135, stdin */
.error404 .module-fullwidth-image span.error-number {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 300;
  font-weight: 100; }

@media (min-width: 768px) {
  /* line 2087, resources/assets/styles/layouts/_pages.scss */
  /* line 17147, stdin */
  .error404 .module-fullwidth-image span.error-number {
    font-size: 120px;
    font-size: 7.5rem;
    margin-bottom: 70px;
    margin-bottom: 4.375rem; } }

/* line 2095, resources/assets/styles/layouts/_pages.scss */
/* line 17157, stdin */
.error404 .module-fullwidth-image span.error-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 300;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

@media (min-width: 768px) {
  /* line 2095, resources/assets/styles/layouts/_pages.scss */
  /* line 17170, stdin */
  .error404 .module-fullwidth-image span.error-text {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 50px;
    margin-bottom: 3.125rem; } }

@media (min-width: 768px) and (min-width: 768px) {
  /* line 2095, resources/assets/styles/layouts/_pages.scss */
  /* line 17183, stdin */
  .error404 .module-fullwidth-image span.error-text {
    font-size: 26px;
    font-size: 1.625rem; } }

/* line 3, resources/assets/styles/layouts/_posts.scss */
/* line 17191, stdin */
.single .breadcrumb {
  background-color: #fff;
  text-transform: uppercase;
  padding: 15px;
  padding: 0.9375rem;
  color: #9d9999; }

/* line 8, resources/assets/styles/layouts/_posts.scss */
/* line 17201, stdin */
.single .breadcrumb span {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9d9999; }

/* line 17, resources/assets/styles/layouts/_posts.scss */
/* line 17215, stdin */
.single .breadcrumb span.current-item {
  color: #333; }

/* line 21, resources/assets/styles/layouts/_posts.scss */
/* line 17221, stdin */
.single .breadcrumb a {
  background-color: #fff; }

/* line 26, resources/assets/styles/layouts/_posts.scss */
/* line 17227, stdin */
.single .content {
  padding: 15px;
  padding: 0.9375rem;
  background-color: #F8F5F1; }

@media (min-width: 979px) {
  /* line 26, resources/assets/styles/layouts/_posts.scss */
  /* line 17236, stdin */
  .single .content {
    padding: 0px 15px;
    padding: 0 0.9375rem; } }

/* line 36, resources/assets/styles/layouts/_posts.scss */
/* line 17244, stdin */
.single .sidebar {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-left: 0%; }

@media (min-width: 979px) {
  /* line 36, resources/assets/styles/layouts/_posts.scss */
  /* line 17255, stdin */
  .single .sidebar {
    width: 20%; } }

/* line 47, resources/assets/styles/layouts/_posts.scss */
/* line 17265, stdin */
.single .sidebar h5.category-text {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  line-height: 1.2em;
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

/* line 52, resources/assets/styles/layouts/_posts.scss */
/* line 17283, stdin */
.single .sidebar h5.category-text a {
  color: #f48804; 
  font-family: 'Petrona', serif;
  font-weight: 800;

}

/* line 57, resources/assets/styles/layouts/_posts.scss */
/* line 17289, stdin */
.single .sidebar .user-info {
  border-top: 2px solid  #979797;
  border-bottom: 2px solid  #979797;
  padding: 15px 0;
  padding: 0.9375rem 0; }


  .single .sidebar .share-btns {
    border-bottom: 2px solid #979797;
    padding: 15px 0;
    padding: 0.9375rem 0;
  }
/* line 62, resources/assets/styles/layouts/_posts.scss */
/* line 17298, stdin */
.single .sidebar .user-info .city-name {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #6e6e6e;
  display: block;
  margin-top: 5px; }

/* line 72, resources/assets/styles/layouts/_posts.scss */
/* line 17313, stdin */
.single .sidebar .user-info figure {
  display: block;
  align-items: center;
  margin: 15px 0;
  margin: 0.9375rem 0; }

/* line 77, resources/assets/styles/layouts/_posts.scss */
/* line 17329, stdin */
.single .sidebar .user-info figure img {
  width: 75px;
  height: auto;
  border-radius: 100%; }

/* line 80, resources/assets/styles/layouts/_posts.scss */
/* line 17337, stdin */
.single .sidebar .user-info figure figcaption {
  margin-top: 15px;
  margin-top: 0.9375rem; 
  line-height: normal;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #212121;
  font-weight: bold;
}

.single .sidebar .user-info figure p {
  line-height: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 5px;
  font-size: 16px;
}

/* line 82, resources/assets/styles/layouts/_posts.scss */
/* line 17344, stdin */
.single .sidebar .user-info figure figcaption a {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0;
  color: #333; }

/* line 90, resources/assets/styles/layouts/_posts.scss */
/* line 17357, stdin */
.single .sidebar .user-info .date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #6e6e6e;
  text-transform: capitalize; }

/* line 104, resources/assets/styles/layouts/_posts.scss */
/* line 17373, stdin */
.single .sidebar ul {
  list-style-type: none;
  padding: 0; 
  margin-top: 0;}

/* line 107, resources/assets/styles/layouts/_posts.scss */
/* line 17380, stdin */
.single .sidebar ul li {
  display: inline-block; }

/* line 110, resources/assets/styles/layouts/_posts.scss */
/* line 17386, stdin */
.single .sidebar ul li a .icon {
  display: inline-block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem; }

/* line 114, resources/assets/styles/layouts/_posts.scss */
/* line 17396, stdin */
.single .sidebar ul li a .icon path {
  fill: #f48804; }

/* line 120, resources/assets/styles/layouts/_posts.scss */
/* line 17402, stdin */
.single .sidebar ul li + li {
  margin-left: 10px;
  margin-left: 0.625rem; }

/* line 126, resources/assets/styles/layouts/_posts.scss */
/* line 17409, stdin */
.single.single-idea article.idea, .single.single-event article.idea {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 979px) {
  /* line 126, resources/assets/styles/layouts/_posts.scss */
  /* line 17419, stdin */
  .single.single-idea article.idea, .single.single-event article.idea {
    width: 60%;
    float: left; } }

/* line 134, resources/assets/styles/layouts/_posts.scss */
/* line 17429, stdin */
.single.single-idea article.idea h1 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #f48804;
  font-weight: 500;
  letter-spacing: normal;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: #333;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

@media (min-width: 1200px) {
  /* line 134, resources/assets/styles/layouts/_posts.scss */
  /* line 17445, stdin */
  .single.single-idea article.idea h1 {
    font-size: 43px;
    font-size: 2.6875rem; } }

/* line 141, resources/assets/styles/layouts/_posts.scss */
/* line 17453, stdin */
.single.single-idea article.idea .excerpt p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.46;
  letter-spacing: -0.22px;
  color: #212121; }

@media (min-width: 768px) {
  /* line 141, resources/assets/styles/layouts/_posts.scss */
  /* line 17469, stdin */
  .single.single-idea article.idea .excerpt p {
    font-size: 26px;
    font-size: 1.625rem; } }

/* line 154, resources/assets/styles/layouts/_posts.scss */
/* line 17477, stdin */
.single.single-idea article.idea .description p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  font-family: 'Source Sans Pro', sans-serif;
  color: #53585c; }

/* line 164, resources/assets/styles/layouts/_posts.scss */
/* line 17496, stdin */
.single.single-idea article.idea .description .gform_wrapper {
  background-color: #eee9e6;
  padding: 35px 15px;
  padding: 2.1875rem 0.9375rem; }

/* line 168, resources/assets/styles/layouts/_posts.scss */
/* line 17504, stdin */
.single.single-idea article.idea .description .gform_wrapper form {
  max-width: 460px;
  max-width: 28.75rem;
  margin: 0 auto; }

/* line 172, resources/assets/styles/layouts/_posts.scss */
/* line 17512, stdin */
.single.single-idea article.idea .description .gform_wrapper form .gfield_html p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #53585c;
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0; }

/* line 185, resources/assets/styles/layouts/_posts.scss */
/* line 17529, stdin */
.single.single-idea article.idea .description .gform_wrapper form .input-container.text-wrapper {
  width: calc(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 188, resources/assets/styles/layouts/_posts.scss */
/* line 17538, stdin */
.single.single-idea article.idea .description .gform_wrapper form .input-container.text-wrapper .ginput_container.ginput_container_email {
  width: 100%; }

/* line 193, resources/assets/styles/layouts/_posts.scss */
/* line 17544, stdin */
.single.single-idea article.idea .description .gform_wrapper form .input-container label {
  display: none; }

/* line 196, resources/assets/styles/layouts/_posts.scss */
/* line 17550, stdin */
.single.single-idea article.idea .description .gform_wrapper form .input-container input[type="email"] {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #747474;
  width: calc(100% - 55px);
  padding: 12px 11px 11px;
  padding: 0.75rem 0.6875rem 0.6875rem; }

/* line 209, resources/assets/styles/layouts/_posts.scss */
/* line 17567, stdin */
.single.single-idea article.idea .description .gform_wrapper form label.gfield_label {
  display: none; }

/* line 214, resources/assets/styles/layouts/_posts.scss */
/* line 17573, stdin */
.single.single-idea article.idea .description .gform_wrapper form .ginput_container_checkbox a {
  color: #f48804; }

/* line 218, resources/assets/styles/layouts/_posts.scss */
/* line 17579, stdin */
.single.single-idea article.idea .description .gform_wrapper form .ginput_container_checkbox label {
  position: relative;
  padding-left: 25px;
  text-align: left;
  cursor: pointer; }

/* line 224, resources/assets/styles/layouts/_posts.scss */
/* line 17588, stdin */
.single.single-idea article.idea .description .gform_wrapper form .ginput_container_checkbox label::before,
.single.single-idea article.idea .description .gform_wrapper form .ginput_container_checkbox label::after {
  position: absolute;
  content: '';
  display: block;
  top: -2px; }

@media (min-width: 768px) {
  /* line 224, resources/assets/styles/layouts/_posts.scss */
  /* line 17599, stdin */
  .single.single-idea article.idea .description .gform_wrapper form .ginput_container_checkbox label::before,
  .single.single-idea article.idea .description .gform_wrapper form .ginput_container_checkbox label::after {
    top: 1px; } }

/* line 236, resources/assets/styles/layouts/_posts.scss */
/* line 17607, stdin */
.single.single-idea article.idea .description .gform_wrapper form .ginput_container_checkbox label::before {
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  left: 0;
  border: 1px solid #c0c0c0;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 3px; }

/* line 246, resources/assets/styles/layouts/_posts.scss */
/* line 17621, stdin */
.single.single-idea article.idea .description .gform_wrapper form .ginput_container_checkbox label::after {
  left: 4px;
  top: 0px;
  width: 8px;
  height: 13px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 254, resources/assets/styles/layouts/_posts.scss */
/* line 17633, stdin */
.single.single-idea article.idea .description .gform_wrapper form .ginput_container_checkbox label.gfield_label {
  display: none; }

/* line 266, resources/assets/styles/layouts/_posts.scss */
/* line 17639, stdin */
.single.single-idea article.idea .description .gform_wrapper form .ginput_container_checkbox [type="checkbox"]:checked + label::after {
  border: solid #f48804;
  border-width: 0 2px 2px 0; }

/* line 274, resources/assets/styles/layouts/_posts.scss */
/* line 17646, stdin */
.single.single-idea article.idea .description .gform_wrapper form .ginput_container_checkbox [type="checkbox"].error + label {
  color: #f48804; }

/* line 277, resources/assets/styles/layouts/_posts.scss */
/* line 17652, stdin */
.single.single-idea article.idea .description .gform_wrapper form .ginput_container_checkbox [type="checkbox"].error + label::before {
  border-color: #f48804; }

/* line 290, resources/assets/styles/layouts/_posts.scss */
/* line 17658, stdin */
.single.single-idea article.idea .description .gform_wrapper .gform_footer {
  margin: 0; }

/* line 292, resources/assets/styles/layouts/_posts.scss */
/* line 17664, stdin */
.single.single-idea article.idea .description .gform_wrapper .gform_footer .gform_button {
  cursor: pointer; }

/* line 296, resources/assets/styles/layouts/_posts.scss */
/* line 17670, stdin */
.single.single-idea article.idea .description .gform_wrapper .gform_footer .gform_button:hover {
  border: 1px solid #fff !important; }

/* line 304, resources/assets/styles/layouts/_posts.scss */
/* line 17676, stdin */
.single.single-idea article.idea .description > p:first-child::first-letter {
  font-family: Montserrat;
  -webkit-initial-letter: 4 5;
  initial-letter: 4 5;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
  background: #f48804;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 58px;
  line-height: 3.625rem;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  vertical-align: top;
  display: inline-block;
  float: left; }

/* line 324, resources/assets/styles/layouts/_posts.scss */
/* line 17702, stdin */
.single.single-idea article.idea .description blockquote {
  position: relative;
  background-color: rgba(244, 136, 4, 0.15);
  margin: 35px 0;
  margin: 3.4375rem 0;
  padding: 10px 15px 10px 75px;
  padding: 0.625rem 0.9375rem 0.625rem 4.6875rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.46;
  letter-spacing: -0.2px; }

  .single.single-idea article.idea .description blockquote p {
    padding-right: 20px; 
    margin-bottom: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;}

/* line 336, resources/assets/styles/layouts/_posts.scss */
/* line 17720, stdin */
.single.single-idea article.idea .description blockquote:before {
  content: '';
  display: inline-block;
  width: 59px;
  width: 3.6875rem;
  height: 52px;
  height: 3.25rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='52' viewBox='0 0 59 52'%3E%3Cpath fill='%23F48804' fill-rule='nonzero' d='M58.905 0v8.857c-3.254.898-5.728 2.173-7.422 3.827-1.695 1.653-3.05 3.767-4.067 6.341-1.017 2.575-1.526 5.704-1.526 9.389 4.158 0 7.242 1.24 9.253 3.72 2.011 2.48 3.016 5.113 3.016 7.9 0 3.307-1.107 6.082-3.321 8.326-2.214 2.244-4.79 3.366-7.727 3.366-3.842 0-7.13-1.712-9.863-5.137-2.734-3.425-4.101-8.113-4.101-14.065 0-5.244 1.084-10.157 3.254-14.739 2.169-4.582 5.117-8.503 8.845-11.762C48.975 2.763 53.527.756 58.906 0zM25.758 0v8.857c-3.253.898-5.728 2.173-7.422 3.827-1.695 1.653-3.05 3.767-4.067 6.341-1.017 2.575-1.525 5.704-1.525 9.389 4.202 0 7.298 1.24 9.286 3.72 1.988 2.48 2.983 5.113 2.983 7.9 0 3.307-1.108 6.082-3.322 8.326-2.214 2.244-4.79 3.366-7.727 3.366-3.796 0-7.073-1.712-9.83-5.137C1.379 43.164 0 38.476 0 32.524c0-5.244 1.085-10.157 3.254-14.739C5.423 13.203 8.37 9.282 12.1 6.023 15.828 2.763 20.38.756 25.758 0z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: 3px; }

/* line 355, resources/assets/styles/layouts/_posts.scss */
/* line 17736, stdin */
.single .posts-relacionados {
  max-width: 1110px;
  max-width: 69.375rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  margin-left: auto;
  margin-right: auto; }

/* line 361, resources/assets/styles/layouts/_posts.scss */
/* line 17747, stdin */
.single .posts-relacionados .article-title {
  padding: 0;
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

@media (min-width: 979px) {
  /* line 361, resources/assets/styles/layouts/_posts.scss */
  /* line 17756, stdin */
  .single .posts-relacionados .article-title {
    padding: 0 15px;
    padding: 0 0.9375rem; } }

/* line 369, resources/assets/styles/layouts/_posts.scss */
/* line 17764, stdin */
.single .posts-relacionados .article-title h3,
.single .posts-relacionados .article-title h3 a {
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f48804;
  border-bottom: 3px solid #f48804;
  padding-bottom: 10px; }

/* line 383, resources/assets/styles/layouts/_posts.scss */
/* line 17784, stdin */
.single .posts-relacionados .article-title h3 a,
.single .posts-relacionados .article-title h3 a a {
  text-decoration: none; }

/* line 385, resources/assets/styles/layouts/_posts.scss */
/* line 17791, stdin */
.single .posts-relacionados .article-title h3 a:hover,
.single .posts-relacionados .article-title h3 a a:hover {
  text-decoration: none; }

@media (min-width: 768px) {
  /* line 394, resources/assets/styles/layouts/_posts.scss */
  /* line 17799, stdin */
  .single .posts-relacionados .article-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

/* line 403, resources/assets/styles/layouts/_posts.scss */
/* line 17818, stdin */
.single .posts-relacionados .article-container .related-idea {
  background-color: #fff;
  width: 100%; }

@media (min-width: 768px) {
  /* line 403, resources/assets/styles/layouts/_posts.scss */
  /* line 17826, stdin */
  .single .posts-relacionados .article-container .related-idea {
    width: 33.33333%;
    max-width: 350px;
    max-width: 21.875rem;
    margin: 0 15px;
    margin: 0 0.9375rem; } }

/* line 419, resources/assets/styles/layouts/_posts.scss */
/* line 17837, stdin */
.single .posts-relacionados .article-container .related-idea h2 {
  font-size: 28px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: normal;
  font-family: 'Petrona', serif;
  padding: 20px;
  padding: 1.25rem; }

/* line 422, resources/assets/styles/layouts/_posts.scss */
/* line 17852, stdin */
.single .posts-relacionados .article-container .related-idea h2 a {
  color: #212121;
  font-size: 28px;
  font-weight: 800;
  line-height: 30px; }

/* line 426, resources/assets/styles/layouts/_posts.scss */
/* line 17861, stdin */
.single .posts-relacionados .article-container .related-idea h2 a:hover {
  color: #f48804; }

/* line 432, resources/assets/styles/layouts/_posts.scss */
/* line 17867, stdin */
.single .posts-relacionados .article-container .related-idea p {
  margin-top: 0;
  padding: 0 20px;
  padding: 0 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #53585c; }

/* line 442, resources/assets/styles/layouts/_posts.scss */
/* line 17889, stdin */
.single .posts-relacionados .article-container .related-idea p.city {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #6e6e6e;
  padding-bottom: 20px;
  padding-bottom: 1.25rem; }

/* line 1, resources/assets/styles/layouts/_tinymce.scss */
/* line 17906, stdin */
body#tinymce {
  margin: 12px !important; }

/* line 1, resources/assets/styles/modules/_contributors.scss */
/* line 17911, stdin */
.contributors {
  margin: 30px auto;
  background: #f8f5f1; }

@media (min-width: 979px) {
  /* line 1, resources/assets/styles/modules/_contributors.scss */
  /* line 17920, stdin */
  .contributors {
    margin-bottom: 50px; } }

/* line 7, resources/assets/styles/modules/_contributors.scss */
/* line 17927, stdin */
.contributors h2 {
  text-align: center;
  margin-bottom: 30px; }

/* line 12, resources/assets/styles/modules/_contributors.scss */
/* line 17934, stdin */
.contributors__container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  padding: 15px; }

/* line 17941, stdin */
.contributors__container svg {
  width: 2.2em;
  height: 2.2em; }

@media (min-width: 979px) {
  /* line 12, resources/assets/styles/modules/_contributors.scss */
  /* line 17948, stdin */
  .contributors__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px; } }

/* line 17955, stdin */
.contributors-content {
  padding: 20px 18px;
  background: #FFFFFF;
  margin-top: -4px; }
  /* line 17960, stdin */
  .contributors-content p {
    letter-spacing: normal;
    color: #53585c;
    font-size: 0.875rem;
    line-height: 1.5em; }
  /* line 17967, stdin */
  .contributors-content span {
    font-style: normal; }

/* line 25, resources/assets/styles/modules/_contributors.scss */
/* line 17977, stdin */
.contributors__container article {
  margin-bottom: 10px; }

@media (min-width: 979px) {
  /* line 25, resources/assets/styles/modules/_contributors.scss */
  /* line 17984, stdin */
  .contributors__container article {
    margin-bottom: 0; } }

/* line 17991, stdin */
.template-about .top-content section {
  max-width: 1000px;
  margin: 0 auto;
  Padding: 0 20px; }

/* line 18000, stdin */
.featherlight-content {
  overflow: scroll !important; }
  @media (min-width: 768px) {
    /* line 18000, stdin */
    .featherlight-content {
      overflow: visible !important; } }

/* line 18007, stdin */
.featherlight-info-authors {
  display: none;
  width: auto;
  background: #F8F5F1; }
  @media (min-width: 768px) {
    /* line 18007, stdin */
    .featherlight-info-authors {
      width: 750px !important; } }

/* line 18015, stdin */
.contributors-see-more {
  color: #f48804;
  cursor: pointer;
  text-decoration: underline;
  font-size: 0.875rem; }

/* line 18021, stdin */
.info-authors-content {
  background: #F8F5F1;
  padding: 20px 28px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    /* line 18021, stdin */
    .info-authors-content {
      padding: 30px 100px; } }
  /* line 18031, stdin */
  .info-authors-content h3 {
    text-align: left;
    color: #f48804;
    font-size: 30px;
    margin-bottom: -32px; }
    @media (min-width: 768px) {
      /* line 18031, stdin */
      .info-authors-content h3 {
        text-align: center; } }
  /* line 18040, stdin */
  .info-authors-content a {
    color: #f48804 !important; }
  /* line 18043, stdin */
  .info-authors-content span {
    font-style: normal; }
  /* line 18048, stdin */
  .info-authors-content p:last-child {
    margin-bottom: -26px; }

/* line 18053, stdin */
.social-pages-content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  /* line 18057, stdin */
  .social-pages-content a {
    margin-right: 5px; }

/* line 18062, stdin */
.susana-social-svg {
  width: 2.2em;
  height: 2.2em;
  position: absolute;
  margin-top: -13px;
  margin-left: 13px; }
  /* line 18069, stdin */
  .susana-social-svg path {
    fill: #f48804; }

/* line 18073, stdin */
.contributors-social-svg {
  width: 2.2em;
  height: 2.2em; }
  /* line 18076, stdin */
  .contributors-social-svg path {
    fill: #f48804; }

/* line 18081, stdin */
.banner-collaboration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 15px 13px 15px 13px;
  margin: 10px 0;
  background-color: #eee9e6; }
  /* line 18086, stdin */
  .banner-collaboration img {
    width: 40%;
    margin-right: 10px; }
  /* line 18090, stdin */
  
  .banner-collaboration p {
    font-size: 24px !important;
    line-height: 38px !important;
    font-weight: 300 !important;
    margin-top: 20px;
    margin-bottom: auto;
    color: #212121 !important; }

    .banner-collaboration a {
      text-decoration: none; }

  @media (min-width: 768px) {
    .banner-collaboration {
      flex-direction: row; }
    /* line 18098, stdin */
    .banner-collaboration img {
      margin-right: 12px;
      width: 160px; }
    /* line 18102, stdin */
    .banner-collaboration p {
      margin-top: auto;
      font-size: 24px !important; } }

.banner-notifications {
  display: flex;
  justify-content: center;
}

.single .banner-notis {
  margin-bottom: 40px;
}

.banner-notis {
    padding: 0px 6px!important;
    background-color: #F4AF04!important;
    margin-top: 1rem;
    box-shadow: none!important;
    display: block!important;
    margin-bottom: -25px;
  }

@media (max-width: 767px) {
  .banner-notis {
    width: 100%!important;
    height: 130px;
  }

  .pe-optin-2_titleWrapper {
    width: 100%!important;
  }

  .pe-optin-2_contentWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .pe-optin-2_contentWrapper {
    padding: 0px 15px;
  }

}

@media (min-width: 768px) {
  .banner-notis {
    width: 75%!important;
    border-radius: 10px;
    height: 65px;
  }

  .pe-optin-2_titleWrapper {
    width: 62%!important;
  }

  .pe-optin-2_contentWrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .pe-optin-2_contentWrapper {
    padding: 0px 40px;
  }
}

.pe-optin-2_titleWrapper {
  padding-top: 22px;
  color: #fff!important;
  height: 40px!important;
  min-height: 40px!important;
}

.pe-optin-2_actionBtnWrapper {
  display: flex;
  flex-direction: row;
}

#pe_allow_btn {
  background-color: transparent!important;
  color: #fff!important;
  border: 1px solid white;
  box-shadow: none;
}

#pe_close_btn {
  background-color: transparent!important;
  color: #fff!important;
  border: none!important;
  box-shadow: none!important;
}

/*# sourceMappingURL=main.css.map*/

/*# sourceMappingURL=main.css.map*/


/* Latest actions old */
.module-featured-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}

.module-featured-grid .first-idea-category {
  grid-column: span 2;
  display: flex;
}

.module-featured-grid .first-idea-category figure{
  width: 70%;
}

.module-featured-grid .first-idea-category header{
  width: 30%;
}

.module-featured-grid article {
  max-width: initial !important;
}
/* End latest actions old */

/* progress read eye single */
#progress {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

#progress-value {
  display: block;
  height: calc(100% - 4px);
  width: calc(100% -  4px);
  background-color: #F7DFC1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 500;
}
/* End progress read eye single */





/* Section home human rights city */
.home-section-human-rights-column-left {
  width: 100%;
}

.home-section-content-human-rights .main-post-block {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home-section-content-human-rights .main-post-block .city .location {
  height: 20px !important;
  width: 16px !important;
}

.home-section-content-human-rights .main-post-block .city .location path {
 fill: #f48804 !important;
}

.home-section-content-human-rights .main-post-block .city  {
  color: #f48804 !important;
}

.home-content-human-little-posts {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.home-content-human-little-posts article {
  display: flex;
  flex-direction: row;
}

.main-post-block article {
  background: #fff !important;

}

.home-content-human-little-posts article {
  margin-top: 10px !important;
  background-color: #fff;
}

.home-content-human-little-posts article div {
  position: relative;
}

.home-content-human-little-posts article figure {
  width: 50%;
}

.home-content-human-little-posts .city svg {
  width: 16px !important;
  height: 19px !important;
}

.home-content-human-little-posts .city {
  color: #f48804;
  position: absolute;
  bottom: 0;
}

.home-content-human-little-posts .city svg path {
  fill: #f48804 !important;
}

.section-column-right {
  width: 100% !important;
  margin-top: 30px;
}

@media (min-width: 979px) {
  .sections-wrapper .human-rights-city {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-right: 35px !important;
    padding-top: 0 !important;
  }

  .home-section-human-rights-column-left {
    width: 20%;
  }

  .home .section-block-wrapper .title-block {
    margin-right: 0;
  }

  .home-section-human-rights-column-center {
    width: 58%;
    padding: 0 40px 0 0;
  }

  .home .section-block-wrapper .main-post-block {
    margin: 0;
    width: 100%;
  }

  .home-section-content-human-rights {
    display: flex;
  }

  .home-section-human-rights-column-left .title-block {
    width: calc(100% - 30px) !important;
    max-width: none !important;
  }

  .home-section-content-human-rights .main-post-block {
    width: 70% !important;
  }

  .home-section-content-human-rights .main-post-block h2 {
    margin-top: 15px;
    font-weight: 800 !important;
  }

  .home-content-human-little-posts {
    width: 100%;
    flex-direction: row;
  }

  .home-content-human-little-posts article {
    width: 50%;
  }

  .home-content-human-little-posts .text-content-little-posts {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    padding: 0 20px;
    padding-bottom: 30px;
  }

  .home-content-human-little-posts article {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .main-post-block article {
    background: none !important;
  }

  .home-content-human-little-posts article figure {
    width: 100%;
  }

  .home-content-human-little-posts article:first-child {
    margin-right: 10px;
  }

  .home-content-human-little-posts article:nth-child(2) {
    margin-left: 10px;
  }

  .home-first-block-human-rights {
    display: flex;
  }
}



@media (max-width:  978px) {
  .home-content-human-little-posts .text-content-little-posts a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 31px;
  }

  .home-content-human-little-posts article div {
    padding: 0 10px;
    width: 50%;
    position: relative;
  }
}

@media (max-width:  767px) {
  .home .section-block-wrapper .title-block h2 {
    width: 60%;
  }
  .home-content-human-little-posts .text-content-little-posts a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 21px;
  }
}

@media (min-width: 979px) { 
  .section-column-right {
    width: 22% !important;
    padding: 0px 0px 0 30px;
    border-left: 2px solid #DCDAD8;
    margin-top: 0;
  }
}

.section-column-right .title-most-read {
  font-size: 28px;
  color: #f48804;
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  letter-spacing: normal;
}
@media (min-width: 768px) { 
  .section-column-right .title-most-read {
    font-size: 28px;
    color: #f48804;
    margin-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0 !important;
  }
}

.section-column-right .home-most-read-post {

  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media (min-width: 979px) { 
  .section-column-right .home-most-read-post {
    padding: 0 !important;
  }
}

.section-column-right .category-post-read {
  display: flex;
  align-items: end;
  position: relative;
}

.section-column-right .category-post-read span {
  font-size: 50px;
  line-height: 37px;
  margin-right: 10px;
  color: #6e6e6e !important;
  font-family: 'Petrona', serif;
}

.section-column-right .category-post-read h4 {
  font-size: 14px;
  color: #f48804;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
}

.section-column-right article h5 {
  font-size: 22px;
  margin-top: 15px;
  line-height: 26px;
  font-family: 'Petrona', serif;
  font-weight: 800;
}

.section-column-right article p {
margin-top: 10px;
font-size: 16px;
font-family: 'Source Sans Pro', sans-serif;
color: #53585c;  
margin: 5px 0 ;
font-weight: 300;
}

.section-column-right .home-most-read-post article {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #DCDAD8;
}

.section-column-right .home-most-read-post article:last-child {
  border-bottom: none;
}
.home-section-content-human-rights .title-block h2 {
  color: #000 !important;
}
@media (min-width: 768px) {
  .home-section-content-human-rights .title-block h2 {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .home-section-content-human-rights .title-block h6 {
    padding-right: 40px;
  }
}
/* end Section home human rights city */



/* Header Categories */
.header-wrapper .header-menu-categories {
  display: none;
}

#btn-menu-mobile #btn-hamburguer span {
  background: #212121 !important;
}

#btn-menu-mobile #btn-hamburguer span::after {
  background: #212121 !important;
}

#btn-menu-mobile #btn-hamburguer span::before {
  background: #212121 !important;
}

@media (min-width: 768px) {
  .header-wrapper .header-menu-categories {
    border-top: 1px solid #f48804;
    border-bottom: 1px solid #f48804;
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: 'Source Sans Pro', sans-serif;
  }
}

.header-wrapper .header-menu-categories ul {
  display: flex;
  color: #000;
  list-style: none;
  font-size: 15px;
  align-items: center;
  margin: 0;
  padding: 15px 15px;
}

.header-wrapper .header-menu-categories ul:first-child {
  border-right: 1px solid #f48804;
  text-transform: uppercase;
}

.header-wrapper .header-menu-categories #menu-menu-auxiliar-header-1 li a {
  color: #f48804 !important;
  font-weight: 700 !important;
}

.header-wrapper .header-menu-categories #menu-menu-auxiliar-header-1 li:last-child a {
  color: #212121 !important;
}

.header-wrapper .header-menu-categories ul li {
  margin: 0 5px;
}

@media (min-width: 1150px) {
  .header-wrapper .header-menu-categories ul li {
    margin: 0 10px;
  }
}

.header-wrapper .header-menu-categories ul li a{
  color: #53585c;
  font-size: 14px;
}

.header-wrapper .header-menu-categories .content-menu-right a {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  margin: 0 15px;
  color: #f48804;
  font-weight: 700;
}

.header-wrapper .header-menu-categories .content-menu-right a:last-child {
  color: #000;
  font-weight: 700;
}

.header-wrapper .header-menu-categories .content-menu-right {
display: flex;
}

.header-wrapper .header-menu-categories .active a{
  color: #f48804 ;
  font-weight: 700;
  }

.header-wrapper #logo-block {
  width: 100% !important;
  text-align: center;
  height: auto !important;
  margin-bottom: 10px;
  }
/* End Header Categories */


/* Single idea */
.single-idea-content-flex {
  display: flex;
  margin-top: 60px;
}
@media (max-width: 979px) {
  .single-idea-content-flex {
    flex-direction: column;
    margin-top: 25px;
  }
  .single-idea-content-flex .section-column-left{
    order: 1;
  }
  .single-idea-content-flex .section-column-right{
    order: 2;
  }
}
.single-data section {
  overflow: inherit;
}
@media (min-width: 979px) {
  .content-fixed-post {
    position: sticky;
    position: -webkit-sticky;
    padding-right: 30px;
    top: 60px;
  }
}

.section-main-single-idea .single-idea-content-flex .section-column-left h5 {
  margin-top: 0 !important;
}

.section-main-single-idea .single-idea-content-flex article .description p:first-child {
  margin-top: 0 !important;
}

.section-main-single-idea #eye-completed {
  display: none;
}

.section-main-single-idea #container-single-content-idea {
  max-width: 1200px !important;
}

.section-main-single-idea #container-single-content-idea .section-column-right {
  border-left: none !important;
}

@media (max-width: 978px) {
  .section-main-single-idea #container-single-content-idea .section-column-right {
    padding: 0;
    width: 100% !important;
  }
}

.home-most-read-post a {
  color: #212121;
}

.section-main-single-idea .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.section-main-single-idea .video-container iframe {
  margin-top: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.section-main-single-idea .posts-relacionados {
  max-width: 1200px !important;
}

#container-single-content-idea .idea .title {
  font-size: 36px;
  color: #212121;
  line-height: 40px;
  font-family: 'Petrona', serif;
  letter-spacing: normal;
  font-weight: 800;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #container-single-content-idea .idea .title {
    margin-top: 10px;
    font-size: 55px;
    line-height: 57px;
  }
}

#container-single-content-idea .idea header {
  max-width: 750px;
  margin: 0 auto;
}

#container-single-content-idea .idea header .excerpt {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.53px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
}

@media (min-width: 768px) {

  #container-single-content-idea .idea header .excerpt {
    font-size: 26px;
    line-height: 35px;
  }
}

.single .posts-relacionados .related-ideas-excerpt {
  font-size: 18px !important;
  line-height: 22px !important;
      font-family: 'Source Sans Pro', sans-serif !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
          line-clamp: 4; 
  -webkit-box-orient: vertical;
}

.single .entry-summary .city path {
  fill: #f48804;
}

.single .entry-summary .city  {
  color: #f48804 !important;
}
/* End Single idea */

/* Content Categorias general */

.content-idea-general {
  display: grid;
  grid-gap: 40px;
  width: 100%;
  margin-top: 30px;
  /*margin-bottom: 40px;*/
}

.grid-categories-content {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .content-idea-general {
  grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 979px) {
  .content-idea-general {
  grid-template-columns: repeat(3, 1fr);
  }
}

.taxonomy-categorias_idea-data .container section {
  padding: 10px 15px;
}

@media (min-width: 979px) {
  .taxonomy-categorias_idea-data .container section {
    padding: 0 15px 10px 15px;
  }
}

.grid-categories-content .content-post-idea img {
  width: 100%
}

.grid-categories-content .content-post-idea {
  background-color: #fff;
}

.grid-categories-content .text-info-idea {
  padding: 20px 20px;
  background-color: #fff;
}

.content-idea-general .text-info-idea .category-first-post-idea {
  display: none;
}



.grid-categories-content .text-info-idea h2 {
  font-family: 'Petrona', serif;
  font-size:  32px;
  line-height:34px;
  font-weight: 700;
}

.grid-categories-content .text-info-idea .excerpt-idea{
      font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #53585c;
  margin-top: 15px;
}

.grid-categories-content .text-info-idea .city {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #f48804;
}

.grid-categories-content .text-info-idea .city svg path {
  fill: #f48804;
}

@media (min-width: 768px) {

  .first-idea-category .text-info-idea h2{
    font-size: 32px;
    line-height: 34px;
  }
  
  .first-idea-category .text-info-idea .excerpt-idea {
    font-size: 20px;
    line-height: 26px;
    margin-top: 25px;
  }

}

@media (min-width: 1024px) {

  .first-idea-category .text-info-idea h2{
    font-size: 55px;
    line-height: 53px;
  }
  
  .first-idea-category .text-info-idea .excerpt-idea {
    font-size: 26px;
    line-height: 32px;
    margin-top: 25px;
  }

}

.content-post-idea-location {
  font-size: 38px;
  color: #f48804;
  font-family: 'Source Sans Pro', sans-serif !important;
  padding-bottom: 10px;
  font-weight: normal;
  border-bottom: 1px solid #f48804;
  margin-top: 30px;
}

.tax-categorias_idea .mobile-title-current-category {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 30px;
  padding-bottom: 15px;
  font-weight: 700;
  color: #f48804;
}

.first-idea-category .text-info-idea .category-first-post-idea{
  display: block;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 14px !important;
  color: #f48804;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 979px) {
  .tax-categorias_idea .mobile-title-current-category {
    display: none;
  }
}

@media (min-width: 768px) {
  .first-idea-category{
    width: 100%;
  }

  .content-post-idea-location {
      width: 100%;
  }

}

@media (min-width: 979px) {
  .first-idea-category{
    width: 100%;
    display: flex;
  }

   .content-post-idea-location {
    width: 100%;
  }

  .first-idea-category a{
    width: 70%;
  }

  .first-idea-category .text-info-idea{
    width: 30%;
    /*padding: 1% 6% 1% 1%;*/
  }
}

.grid-categories-content .btn-zona {
  margin: 30px 0;
  text-align: center;
}

.grid-categories-content .content-zone-minimized {
  display: none;
}

.zona-minimized {
  display: none;
}
@media (max-width: 767px) {
  .full-display-ideas {
    width: 40% !important;
  }
}

/* end Content Categorias general */

.single-idea .category-first-post-idea{
  display: block;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 14px !important;
  color: #f48804;
  font-weight: 700;
  text-transform: uppercase;
}
.grid-categories-content .text-info-idea h2 {
  color: #212121;
}
@media (max-width: 979px) {
  .front-page-data .title-block  {
    position: relative;
  }
  .front-page-data .title-block .btn-desktop {
    display: block !important;
    position: absolute;
    right: 15px;
    top: 0;
    margin-top: 0px;
  }
  .front-page-data .title-block .btn-desktop a {
    padding: 10px 5px;
  }
}
.home-content-human-little-posts .location-desktop {
  display: none;
}
.home-content-human-little-posts .location-mobile {
  display: block;
  margin-bottom: 5px;

}
@media (min-width: 978px) {
  .home-content-human-little-posts .location-desktop {
    display: block;
    left: 20px;
  }
  .home-content-human-little-posts .location-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .page-template-template-handbook section[role="main"] section, .page-template-template-series section {
    padding: 10px 15px;
  } 
}
.page-template-template-handbook .multi-search-wraper ul {
  display: flex;
  color: #53585c;
  list-style: none;
  font-size: 14px;
  margin: 0;
  padding: 15px 15px 15px 0;
  text-transform: uppercase;
}

.page-template-template-handbook .multi-search-wraper li a {
  margin-right:  15px;
  color: #6e6e6e;
}

@media (min-width: 978px) {
  .page-template-template-handbook .multi-search-wraper li a {
    color: #6e6e6e;
  }
}


.page-template-template-handbook .multi-search-wraper #filter-category {
  width: 100%;
  border-top: 1px solid #f48804;
  border-bottom: 1px solid #f48804;
  font-family: 'Source Sans Pro', sans-serif;
}

.header-button-back a {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
}

@media (min-width: 978px) {
  .header-button-back p {
    border-top: 1px solid #f48804;
    margin-top: 5px;
    padding-top: 10px;
  }
}

.header-button-back svg {
  margin-right: 5px;
}

/* Page series */


.header-page-series .title-page-series {
  font-family: 'Source Sans Pro', sans-serif;
  text-align: left;
  font-size: 40px;
  font-weight: 700; 
  color: #f48804;
}
.header-page-series .text-page-series {
  font-family: 'Source Sans Pro', sans-serif;
  text-align: left;
  font-size: 20px;
  color: #53585c;
  margin: 10px 0;
}
@media (min-width: 979px) {
  .header-page-series .text-page-series {
    width: 70%;
  }
}

.content-header-page-series {
  border-bottom: 1px solid #f48804;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (min-width: 979px) {
  .content-header-page-series {
    margin-bottom: 30px;
    padding: 0 ;
  }
}

.content-series-categories {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.section-main-page-series .content-series-categories article {
  padding: 25px 0;
  border-bottom: 1px solid #f48804;
}

.text-series-content {
  padding: 0 20px;
}

@media (min-width: 979px) {
  .section-main-page-series .content-series-categories article {
    display: flex;
  }

  .section-main-page-series .image-series-content {
    width: 40%;
  }

  .section-main-page-series .text-series-content {
    width: 60%;
    padding-left: 35px;
  }

}

.section-main-page-series .text-series-content h2 {
  font-family: 'Petrona', serif;
  font-size:  32px;
  line-height:34px;
  font-weight: 700;
}

.section-main-page-series .text-series-content p {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #53585c;
  margin-top: 15px;
}
@media (max-width: 978px) {
  .section-main-page-series .text-series-content h2 {
    margin-top: 15px;
  }

  .section-main-page-series .text-series-content p a {
    max-width: inherit;
    width: fit-content;
    padding: 10px 20px;
  }

  .section-main-page-series .text-series-content .btn-desktop {
    margin-bottom: 0;
  }
}
@media (min-width: 979px) {
  .taxonomy-series_idea-data .container section {
    padding: 10px 15px;
  }
}
@media (max-width: 978px) {
  .header-theurban-shadow {
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    margin-bottom: 10px;
  }
}

.home-section-human-rights-column-center .city svg {
  width: 16px !important;
  height: 19px !important;
}

.home-section-human-rights-column-center .city svg path{
  fill: #f48804 !important;
}

/* Page going on */
  /* header */
  .template-going-on .content-hero {
    padding: 10px 15px;
  }

  .content-header-page-going-on {
    border-bottom: 1px solid #f48804;
    margin-bottom: 30px;
  }

  .content-going-on-main-events {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 60px;
  }

  @media (min-width: 768px) {
    .content-going-on-main-events {
      padding: 10px 15px;
    }
  }
  .content-going-on-main-events article {
    padding: 25px 0;
    border-bottom: 1px solid #f48804;
  }

  @media (min-width: 768px) {
    .content-going-on-main-events article {
      display: flex;
    }
  
    .content-going-on-main-events article .image-going-on-content {
      width: 40%;
    }

    .content-going-on-main-events article .text-going-on-content {
      width: 60%;
    }

    .text-going-on-content {
      padding-left: 35px;
    }
  } 

  @media (max-width: 767px) {
    .content-going-on-main-events .text-going-on-content .btn-desktop {
      margin-bottom: 0;
    }
    .content-going-on-main-events .text-going-on-content p a {
      max-width: inherit;
      width: fit-content;
      padding: 10px 20px;
    }
  }

  .text-going-on-content {
    padding-left: 15px;
  }

  .text-going-on-content .date-event-going-on {
    display: block;
    font-size: 14px !important;
    color: #f48804;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
  }

  @media (max-width: 767px) {
    .text-going-on-content .date-event-going-on {
      margin-top: 10px;
    }

  }

  .text-going-on-content h2 {
    font-family: 'Petrona', serif;
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
  }

  .text-going-on-content .description-event-going-on {
    font-size: 20px;
    line-height: 24px;
    color: #53585c;
    margin-top: 15px;
    font-weight: 300;
  }

  /* Class General */
  .title-page {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    color: #f48804;
  }

  .description-page {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    font-size: 20px;
    color: #53585c;
    margin: 10px 0;
  }

  @media (min-width: 979px) {
    .description-page {
      width: 70%;
    }
  }

/* home search */
#btn-search-idea {
  display: none;
}

@media (min-width: 979px) {
  #btn-search-idea {
    display: block;
    position: absolute;
    top: 26%;
    right: 4%;
  }

  #btn-search-idea .button-search-idea {
    width: 200px;
    height: 24px;
    border: 0;
    position: relative;
    background: none;
    border-bottom: 2px solid #E3E1DE;
    cursor: pointer;

  }

  #btn-search-idea .button-search-idea span{
    position: absolute;
    top: 0;
    left: 0;
  }
}

.popup-search-header {
  display: none; 
  position: fixed; 
  z-index: 99; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: hidden; 
  background-color: rgba(255, 255, 255, 0.94);
} 

.popup-search-header .content-popup-search {
  height: auto;
  border-radius: 2px;
  margin: 15% auto;
  padding: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .popup-search-header .content-popup-search {
    width: 50vw;
  }
}

.popup-search-header .inputs-popup-search {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin: 0 auto ;
}

.inputs-popup-search input , .inputs-popup-search select {
  padding: 14px 40px 9px 18px;
  margin: 0 0 18px;
  border-radius: 4px;
  border: solid 2px #000;
  font-size: 18px;
  font-weight: 700;
  background: none;
  color: #000;
  max-width: 300px;
}

.inputs-popup-search select {
  padding: 9px 40px 9px 18px;
}

.inputs-popup-search select option {
  font-size: 18px;
  font-weight: 700;
  background: none;
  color: #000;
}

.header-popup-search p {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-top: 10px;
}

.header-popup-search svg {
  width: 40px;
  height: 40px;
}

.popup-search-header .icon-popup-close {
  position: absolute;
  top: 3%;
  right: 3%;
  cursor: pointer;
}

.inputs-popup-search .message-validation-search {
  display: none;
  color: #e85c41;
}

.inputs-popup-search #submit-search-ideas {
  border-radius: 2.2px;
  background-image: linear-gradient(34deg, #f77300 17%, #f48b04 32%, #edc00d 57%);
  color: #fff;
  border: none;
  padding: 14px 18px 9px 18px;
  font-size: 16.5px;
  width: 100%;
  cursor: pointer;
}

/* Page Search */
  .header-page-results {
    padding: 10px 15px;
  }

  .header-page-results h2 {
    font-family: "Oswald", sans-serif;
    text-align: left;
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 500;
    border-bottom: 1px solid #f48804;
  }

  .section-search-content {
    padding: 10px 15px;
  }

  .section-search-content .container-search-results {
    display: grid;
    grid-gap: 40px;
    width: 100%;
    margin-bottom: 40px;
  }
  @media (min-width: 768px) {
    .section-search-content .container-search-results {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .section-search-content .container-search-results {
    display: grid;
    grid-gap: 40px;
    width: 100%;
    margin-bottom: 40px;
  }
  @media (min-width: 768px) {
  .section-search-content .content-idea-general article:first-child {
    grid-column: auto;
    display: block;
  }

  .section-search-content .content-idea-general article:first-child .text-info-idea {
    width: auto;
  }

  .section-search-content .content-idea-general article:first-child .text-info-idea h2 {
    font-size: 32px;
    line-height: 34px;
  }

  .section-search-content .content-idea-general article:first-child .text-info-idea .excerpt-idea {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
  }
}

.section-search-content .content-idea-general article .text-info-idea .term-post {
  font-size: 14px;
  color: #f48804;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: 700;
}

.section-search-content .content-idea-general {
  margin-top: 0;
}

/* Logo theurban header */

.logo-theurban-mobile {
  display: block;
  width: 100%;
}

.logo-theurban-desktop {
  display: none;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .logo-theurban-mobile {
    display: none;
  }
  
  .logo-theurban-desktop {
    display: block;
  }
}


/* Search idea mobile */
#btn-search-idea-mobile {
  padding: 10px 20px;
  padding: 0.65rem 1.25rem;
  width: 270px;
  width: 16.875rem;
  cursor: pointer;
}

#btn-search-idea-mobile span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
}

#btn-search-idea-mobile svg path:nth-child(2) {
  fill: #fff;
}

/* Menú desplegable mobile */
@media (max-width: 767px) {
  #menu-menu-auxiliar-header a {
    color: #000 !important;
  }
}

/* newsletter embed */
#mc_embed_signup {
  background: none!important;
}

.mc_embed_title {
  font-size: 28px!important;
}

.mc_embed_subtitle {
  font-size: 16px;
}

.mc_embed_rgpd {
  font-size: 12px;
}

#mc_embed_signup .button {
  font-size: 16.5px !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600 !important;
  width: 120px !important;
  height: 35px !important;
}

.mc_embed_rgpd a, .mc_embed_rgpd a:hover{
  color: #000;
}

.content-newslatter-right-sidebar #mc-embedded-subscribe-form {
  margin-left: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

@media (max-width: 979px) {
  .content-newslatter-right-sidebar #mc-embedded-subscribe-form {
    margin-left: 15px;
  }
}
.content-newslatter-right-sidebar .mc_embed_title {
  font-size: 28px;
  line-height: 25px;
  font-weight: 700;
}

.content-newslatter-right-sidebar .mc-field-group .email {
  font-size: 16px;
  line-height: 20px;
  border: none !important;
  background: none;
  border-bottom: 1px solid #c0c0c0 !important;
  font-family: 'Source Sans Pro', sans-serif;
}

.home .content-newslatter-right-sidebar .mc-field-group #mce-EMAIL-HELPERTEXT, .home .content-newslatter-right-sidebar .mc-field-group .mce_inline_error {
  background: none;
  background-color: #F8F5F1 !important;
}

@media (min-width: 768px) {

  .content-newslatter-right-sidebar #mc-embedded-subscribe-form {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .content-newslatter-right-sidebar .mc_embed_title {
    margin-top: 0 !important;
  }
}

#mc_embed_signup .foot {
  display: block!important;
}
@media (max-width: 978px) {
  .home #mc_embed_signup {
    border-top: 2px solid #d6dadd;
    padding-top: 20px;
  }
}

#mc_embed_signup h2 {
  color: #f48804;
}

#mc_embed_signup div#mce-responses {
  padding: 0!important;
  margin: 0!important;
}

#mc_embed_signup div.response {
  padding: 0!important;
  margin: 0 0 15px 0!important;
  width: 100%!important;
}

/* header scroll */

.header__alternative-navigation {
  display: none;
  max-width: 1440px;
  width: 100%;
}
@media (min-width: 979px) {
  .header__alternative-navigation {
    top: 0;
    transition: all 0.5s ease;
    transform: translateY(-90px);
    z-index: 9999;
    width: 100%;
  }


.is-fixed{
  display: block;
  position: fixed;
  background: #F8F5F1;
  transform: translateY(0%);
}
}
.header__alternative-navigation .header__wrap {
  padding: 10px 0px;
  position: relative;
  box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 20%);
  text-align: center;
}


.grid-categories-content article .text-info-idea h2 a {
  color: #21211A !important;
}

/* the city game */



/* green cities */

.other-posts-content h3 {
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media (max-width: 978px) {
  .four-posts-block .other-posts-content h3{
    padding: 0 10px;
  }
}


.other-posts-content h3 a{
  font-size: 20px !important;
  font-size: 1.5rem;
  font-weight: 800;
  font-style: normal;
  margin-top: 10px;
  font-stretch: normal;
  line-height: 24px !important;
  letter-spacing: normal;
  font-family: 'Petrona', serif;
}
@media (min-width: 979px) {
  .other-posts-content h3 a{
    font-size: 24px !important;
    line-height: 24px !important;
  }
}


/* newsletter shortcode single */

.single .newsletter-sc {
  padding: 20px;
    background: #EEE9E6;
}

.single .newsletter-sc form {
  margin-bottom: 0 !important;
}

.single .newsletter-sc .helper_text {
  background-color: #EEE9E6 !important;
}

.single .newsletter-sc .mc-field-group {
  padding-bottom: 10px !important;
}

.single .newsletter-sc .mc_embed_rgpd {
  font-size: 12px !important;
}

.text-orange {
  color: #f48804;
}

.text-orange svg {
  width: 16px !important;
  height: 19px !important;
}

.text-orange svg path {
  fill: #f48804 !important;
}

/* Handbook menu header mobile */
.page-handbook-menu-down span {
  font-weight: 700;
}

.page-handbook-menu-down span svg {
  margin-left: 3px;
}

.page-handbook-menu-down .group-menu-mobile-more {
  display: none;
  flex-direction: column;
}

.page-handbook-menu-down .group-menu-mobile-more a {
  margin-top: 10px;
}

.mobile-title-current-category h2 {
  text-transform: uppercase;
}

/* Banner newsletter single page */

.idea-template-default .description .mc_embed_title {
  font-size: 1.125rem;
    font-weight: bold;
    font-size: 22px !important;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: center;
    color: #53585c !important;
    margin: 0 0 15px 0;
    margin: 0 0 0.9375rem 0;
    text-transform: uppercase;
}
@media (min-width: 979px) {
.idea-template-default .description .mc-field-group-email {
  display: flex;
  justify-content: center;
}

  .idea-template-default .description .mc-field-group-email .mc-field-group {
    width: 50% !important;
    margin-right: 10px;
  }

  .idea-template-default .description .mc-field-group-email #mce-responses {
    width: 50% !important;
    margin-left: 10px;
  }
}

@media (max-width: 978px) {
  .idea-template-default .description .mc-field-group-email .optionalParent {
    text-align: center;
  }
}

.idea-template-default .description #mc_embed_signup .mc-field-group input {
  outline: 0 none;
  border: 1px solid #c0c0c0 !important;
  border-radius: 3px;
  background-color: #fff;
}

.idea-template-default .description #mc_embed_signup .button {
  height: 38px !important;
  border-radius: 0 !important;
}

.idea-template-default .description .mc_embed_subtitle {
  text-align: center;
}

.idea-template-default .description .mc_embed_rgpd {
  text-align: center;
  margin: 0 auto;
}

.idea-template-default .description .mce_inline_error {
  background-color: #EEE9E6 !important;
}

.idea-template-default .description #mce-responses {
  width: 100% !important;
  text-align: center !important;
}

/* END Banner newsletter single page */

.mce-input-hidden {
  position: absolute;
  left: -5000px;
}

.hustle-content #mce-EMAIL-HELPERTEXT {
  background-color: #F48804 !important;
}

/* popup newsletter */

.content-newslatter-popup-bottom form {
  margin: 0 20px !important;
}

.content-newslatter-popup-bottom form .mc_embed_rgpd a{
  color: #ffffff !important;
  text-decoration: underline;
}

.content-newslatter-popup-bottom form .mc_embed_rgpd {
  padding-bottom: 20px;
}

@media (max-width: 978px) {
  .content-newslatter-popup-bottom form .mc_embed_title {
    padding-top: 20px;
  }
}

/* modal newsletter */

.hustle-modal-body #mc_embed_signup {
  border-top: none !important;
}

.hustle-modal-body form .mc_embed_title, .hustle-modal-body form .mc_embed_subtitle, .hustle-modal-body form .mc_embed_rgpd {
  color: #ffffff;
}
.hustle-modal-body form .mc_embed_rgpd a{
  color: #ffffff !important;
  text-decoration: underline;
}

.pe-bottom-right {
  bottom: 90px !important;
  right: 15px !important;
}