/*
                                  i.
                                 iii,
                  ,i.           ;iiii.
                   iiii;       .iiiiii
                   iiiiiii     iiiiiii,
                    iiiiiiii   iiiiiii,
        iiii,        iiiiii,   :iiii,
         iiiiiiii.    ii:,,:::. ,,,,.
          :iiiiiiiii    ,  :ii,        ,ii
            iiiiiiiii,        :ii,     ,iii,
              ;iiiiii,  :ii,  :ii,     iiiiii
                 ....:;;,..:;;iiii;;, .:iiiiii      :
.;iiiiiiiiiiiii:     :ii,  :iiiiiiii,  :iiiiii.   ;  :,
  ,iiiiiiiiiiiiiii,  :iiiiiiii,     :iiiiiiiii  : .,
      :iiiiiiii,  :ii,  :ii,     :iiiii,  :iiiiii
               :ii,  :iiiiiiii,  :iiiiiiiiiiiiiiiiiiiiii;
         .:,.  :ii,  :iiiiiiii,  :iiiiiiiiiiiiiiiiiiiiiiiiii:
  :iiiiiiiii,     :iiiiiiii,  :iiiiiiiiiiiiii,  :iiiiiiiiii::;;
 ;iiiiiiiiiiiii,     :iiiiiiiiiiiiii,     :iiiiiiii:
      .:;;;;.     :iiiii,  :iiiii,     :iiiiiiii,
                  :iiiii,  :iiiii,     :iiiiiiii,
          ,i,  :ii,     :iiiiiiiiiiiiii,  :ii,  :ii:  :iii;
        iiiiiiiiiiii.   :iiiiiiiiiiiiiiiiiiiiiii,  :iiiiiiiii
      iiiiiiiiii,    :ii,  :ii,  :iiiiiiiiiii,      ;iiiiiiiii:
     ;;;:,        ...:;;,  :ii,  :iiiiiiiiiii,   ..    :iiiiiiii
                iiiii,        :ii,  :ii,  :ii,  :iii        :iiii
               iiiiiiii:  ;,  :ii,     :ii,  ,iiiiiii
              iiiiiii;   ,iiiiiii.  iii,  :,  ;iiiiii;
             iiiiii      iiiiiii;   :ii:..;;    iiiiii
             i;          iiiiii;     iiiiii;      iiii
                         iiiii        iiiii         ,i
                         .ii           ;ii;
                             stfnschfr   ;
---------------------------------------------------------------------------------
Color Key
---------------------------------------------------------------------------------
$pink      : #e20079; $hover : #ad005c;
$green     : #66bb05; $hover : #4c8b04;
$purple    : #790989; $hover : #4f075a;

$teal      : #00a39c; $hover : #00706b;
$yellow    : #ff9f00; $hover : #cc7e00;
$orange-lt : #FF6E01; $hover : #cc5800;
$orange-dk : #ff6000; $hover : #cc4e00;
$blue-lt   : #00a8eb; $hover : #2c9cd4;
$blue-md   : #0089cf; $hover : #00699e;

$grey      : #dedede;
$grey-lt   : #f9f9f9;
$grey-md   : #b7b7b7;
$grey-dk   : #999999;
---------------------------------------------------------------------------------
Table of Contents
---------------------------------------------------------------------------------
S0 Reset
S1 Fonts
S2 Grid
S3 Base Styles
    S3.1   Links
    S3.2   Typography
    S3.3   Buttons
    S3.4   Forms
    S3.5   Sections
    S3.6   Tables
    S3.7   Lists
    S3.8   Modals
    S3.9   Pagination
    S3.10  Preloader
S4 Misc/Partials
    S4.1   Banners
    S4.2   Base Form Templates
    S4.3   CTA Templates
    S4.4   Promo Countdown Timer
    S4.5   Videos/Video Groups
S5 Layout
    S5.1   Header
    S5.2   Navigation
    S5.3   Footer
    S5.4   Sidebar
    S5.5   Menus
S6 Pages/Sections
    S6.1   Home
    S6.2   Search
    S6.3   Products
    S6.4   Websites
    S6.5   Designs
    S6.6   Marketing Articles
    S6.7   Marketing Reports
    S6.8   Postcard Marketing Manual
    S6.9   FAQs
    S6.10  Case Studies
    S6.11  Ratings & Reviews
    S6.12  Testimonials
    S6.13  News
    S6.14  Press Releases
    S6.15  Jobs/Careers/Open House/Maniac Stories
    S6.16  Blog
    S6.17  Price
    S6.18  Why Choose PostcardMania?
    S6.19  Customer Value Calculator
    S6.20  Contact Us
    S6.21  Custom Quote
    S6.22  Order Online
    S6.23  Download Postcard Marketing Manual
    S6.24  Free Samples
    S6.25  Postcard Printing
    S6.26  Postcard Design
    S6.27  Public Speaking
    S6.28  Social Responsibility
    S6.29  About PostcardMania
    S6.30  Mailing Lists
    S6.31  Meet the Maniacs
    S6.32  Specials
S7 Third-Party
    S7.1   Font Awesome
    S7.2   animate.css
    S7.3   Own Carousel
    S7.4   Fancybox 3
S8 Animations
S9 Helpers
S10 Newish CSS
S10.1 flexcards
S10.2 ytvideo
S10.3 textchat window

*/

/* S0 Reset */
* {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    background-repeat: no-repeat
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    padding: 0
}

nav ol,
nav ul {
    list-style: none
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

svg {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

td,
th {
    padding: 15px
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
[role="button"] {
    -webkit-appearance: button;
    cursor: pointer
}

textarea {
    resize: vertical
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: underline
}

a {
    background-color: transparent;
    text-decoration: none
}

figure {
    margin: 0
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 65%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

@-ms-viewport {
    width: device-width
}

::selection {
    text-shadow: none;
    background-color: #e20079;
    color: #fff
}

::selection {
    text-shadow: none;
    background-color: #e20079;
    color: #fff
}

fieldset {
    border-width: 0;
    padding: 0
}

video {
    display: block;
}

/* S1 Fonts */


/* S2 Grid */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:480px) {
    .container {
        width: 460px
    }

}

@media (min-width:768px) {
    .container {
        width: 750px
    }

}

@media (min-width:992px) {
    .container {
        width: 970px
    }

}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }

}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,
.col-ms-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-ms-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-ms-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-ms-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-ms-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-ms-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-ms-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-ms-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-ms-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-ms-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-ms-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-ms-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0%
}

@media (min-width:480px) {

    .col-ms-1,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9,
    .col-ms-10,
    .col-ms-11,
    .col-ms-12 {
        float: left
    }

    .col-ms-12 {
        width: 100%
    }

    .col-ms-11 {
        width: 91.66666667%
    }

    .col-ms-10 {
        width: 83.33333333%
    }

    .col-ms-9 {
        width: 75%
    }

    .col-ms-8 {
        width: 66.66666667%
    }

    .col-ms-7 {
        width: 58.33333333%
    }

    .col-ms-6 {
        width: 50%
    }

    .col-ms-5 {
        width: 41.66666667%
    }

    .col-ms-4 {
        width: 33.33333333%
    }

    .col-ms-3 {
        width: 25%
    }

    .col-ms-2 {
        width: 16.66666667%
    }

    .col-ms-1 {
        width: 8.33333333%
    }

    .col-ms-pull-12 {
        right: 100%
    }

    .col-ms-pull-11 {
        right: 91.66666667%
    }

    .col-ms-pull-10 {
        right: 83.33333333%
    }

    .col-ms-pull-9 {
        right: 75%
    }

    .col-ms-pull-8 {
        right: 66.66666667%
    }

    .col-ms-pull-7 {
        right: 58.33333333%
    }

    .col-ms-pull-6 {
        right: 50%
    }

    .col-ms-pull-5 {
        right: 41.66666667%
    }

    .col-ms-pull-4 {
        right: 33.33333333%
    }

    .col-ms-pull-3 {
        right: 25%
    }

    .col-ms-pull-2 {
        right: 16.66666667%
    }

    .col-ms-pull-1 {
        right: 8.33333333%
    }

    .col-ms-pull-0 {
        right: 0%
    }

    .col-ms-push-12 {
        left: 100%
    }

    .col-ms-push-11 {
        left: 91.66666667%
    }

    .col-ms-push-10 {
        left: 83.33333333%
    }

    .col-ms-push-9 {
        left: 75%
    }

    .col-ms-push-8 {
        left: 66.66666667%
    }

    .col-ms-push-7 {
        left: 58.33333333%
    }

    .col-ms-push-6 {
        left: 50%
    }

    .col-ms-push-5 {
        left: 41.66666667%
    }

    .col-ms-push-4 {
        left: 33.33333333%
    }

    .col-ms-push-3 {
        left: 25%
    }

    .col-ms-push-2 {
        left: 16.66666667%
    }

    .col-ms-push-1 {
        left: 8.33333333%
    }

    .col-ms-push-0 {
        left: 0%
    }

    .col-ms-offset-12 {
        margin-left: 100%
    }

    .col-ms-offset-11 {
        margin-left: 91.66666667%
    }

    .col-ms-offset-10 {
        margin-left: 83.33333333%
    }

    .col-ms-offset-9 {
        margin-left: 75%
    }

    .col-ms-offset-8 {
        margin-left: 66.66666667%
    }

    .col-ms-offset-7 {
        margin-left: 58.33333333%
    }

    .col-ms-offset-6 {
        margin-left: 50%
    }

    .col-ms-offset-5 {
        margin-left: 41.66666667%
    }

    .col-ms-offset-4 {
        margin-left: 33.33333333%
    }

    .col-ms-offset-3 {
        margin-left: 25%
    }

    .col-ms-offset-2 {
        margin-left: 16.66666667%
    }

    .col-ms-offset-1 {
        margin-left: 8.33333333%
    }

    .col-ms-offset-0 {
        margin-left: 0%
    }

}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

}

/* S3 Base Styles */
body {
    color: #222;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

* {
    font-family: inherit
}

hr {
    border-top: 1px solid #dedede;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin: 30px 0
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px 0;
    border-left: 5px solid #d7d7d7
}

blockquote *:last-child {
    margin-bottom: 0
}

/* S3.1   Links */
a {
    color: #0089cf
}

a:hover {
    color: #e20079
}

a:focus {
    text-decoration: none
}

/*a[href^="tel:"] {
color: inherit!important;
text-decoration: none!important;
}*/

/* S3.2   Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizelegibility;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.25
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

h1,
.h1 {
    color: #e20079;
    font-size: 32px;
    font-weight: 800
}

h2,
.h2 {
    color: #e20079;
    font-size: 28px
}

h3,
.h3 {
    color: inherit;
    font-size: 24px
}

h4,
.h4 {
    color: inherit;
    font-size: 20px
}

h5,
.h5 {
    color: inherit;
    font-size: 17px
}

h6,
.h6 {
    color: inherit;
    font-size: 15px
}

p,
.p {
    font-size: inherit;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 25px
}

p:last-child {
    margin-bottom: 0
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

small {
    font-size: 12px
}

@media only screen and (max-width:767px) {

    h1,
    h2,
    h3,
    h4 {
        text-align: center
    }

}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {

    p,
    .p {
        line-height: 25px;
        margin-bottom: 25px
    }

}

@media only screen and (min-width:768px) {

    p,
    .p {
        line-height: 27px;
        margin-bottom: 27px
    }

}

@media only screen and (min-width:992px) {

    p,
    .p {
        line-height: 29px;
        margin-bottom: 29px
    }

}

@media only screen and (min-width:1200px) {

    p,
    .p {
        line-height: 30px;
        margin-bottom: 30px
    }

}

main h1,
h1 {
    margin-bottom: 15px
}

h3+p {
    margin-top: 15px
}

/* S3.3   Buttons */
button:focus,
button:active {
    outline: none
}

button:disabled,
button[disabled] {
    opacity: .75
}

button:disabled:hover,
button[disabled]:hover {
    cursor: not-allowed
}

.button {
    background-color: #e20079;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 7px 15px;
    text-transform: uppercase;
    text-align: center
}

.button:hover {
    background-color: #ad005c;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none
}

.button--fw {
    display: block;
    width: 100%
}

.button--center {
    display: block;
    margin: 0 auto
}

.button--raised {
    border-bottom: 3px solid black
}

.button--raised:hover {
    border-bottom: 3px solid transparent;
    line-height: 1.1
}

.button--round {
    border-radius: 60px
}

.button--xs {
    font-size: 12px;
    padding: 4px 8px
}

.button--ms {
    font-size: 14px;
    padding: 5px 10px
}

.button--sm {
    font-size: 16px;
    padding: 7px 15px
}

.button--md {
    font-size: 18px;
    padding: 11px 20px
}

.button--lg {
    font-size: 20px;
    padding: 15px 30px
}

.button--xl {
    font-size: 24px;
    padding: 18px 30px
}

.button--75 {
    font-size: 26px;
    padding: 24px 30px
}

.button--pink {
    background-color: #e20079
}

.button--pink:hover {
    background-color: #ad005c
}

.button--purple {
    background-color: #790989
}

.button--purple:hover {
    background-color: #4f075a
}

.button--green {
    background-color: #66bb05
}

.button--green:hover {
    background-color: #4c8b04
}

.button--blue {
    background-color: #00a8eb
}

.button--blue:hover {
    background-color: #009ccc
}

.button--orange {
    background-color: #ff6000
}

.button--orange:hover {
    background-color: #cc4e00
}

.button--yellow {
    background-color: #ff9f00
}

.button--yellow:hover {
    background-color: #cc7e00
}

.button--grey {
    background-color: #b7b7b7
}

.button--grey:hover {
    background-color: #999999
}

.button--red {
    background-color: #df001f
}

.button--red:hover {
    background-color: #9c0016
}

.button--white {
    background-color: #ffffff;
    color: #333333
}

.button--white:hover {
    background-color: #dedede;
    color: #333333
}

.button--black {
    background-color: #000000;
    color: #ffffff
}

.button--black:hover {
    background-color: #333333;
    color: #ffffff
}

.button--outline {
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff
}

.button--outline:hover {
    background-color: #fff;
    border: 3px solid #fff;
    color: #333;
    box-shadow: none
}

.button--xs.button--outline {
    padding: 1px 8px;
    border-width: 1px
}

.button--ms.button--outline {
    padding: 2px 10px
}

.button--sm.button--outline {
    padding: 4px 15px
}

.button--md.button--outline {
    padding: 8px 20px
}

.button--lg.button--outline {
    padding: 12px 30px
}

.button--xl.button--outline {
    padding: 15px 30px
}

.button--75.button--outline {
    padding: 21px 30px
}


button,
.button,
#nav-menu #nav-samples-button {
    transition: all .1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

button:hover,
.button:hover,
#nav-samples-button:hover {
    transition: all .1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}


/* S3.4   Forms */
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea {
    font-weight: normal;
    -webkit-appearance: none;
}

textarea {
    min-height: 175px
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    background-color: #ffffff;
    background-image: none;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    display: block;
    height: 40px;
    font-size: 16px;
    padding: 10px 20px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    max-width: 100%;
    color: #333
}

input[type='file'] {
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    background-color: #ffffff;
    background-image: none;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    max-width: 100%;
    color: #333
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
    border-color: #e20079;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type='email']:active,
input[type='number']:active,
input[type='password']:active,
input[type='search']:active,
input[type='tel']:active,
input[type='text']:active,
input[type='url']:active,
textarea:active,
select:active {
    outline: none
}

::-webkit-input-placeholder {
    color: #b7b7b7;
    line-height: normal
}

::-moz-placeholder {
    color: #b7b7b7;
    line-height: normal
}

:-ms-input-placeholder {
    color: #b7b7b7;
    line-height: normal
}

:-moz-placeholder {
    color: #b7b7b7;
    line-height: normal
}

label {
    font-weight: inherit;
    line-height: 1.25
}

fieldset {
    margin: 0;
    padding: 0
}

.input {}

.input:hover {}

.input--fw,
input[type="text"].input--fw {
    display: block;
    width: 100%
}

.input--round,
input[type="text"].input--round {
    border-radius: 8px
}

.input--xs,
input[type="text"].input--xs {
    height: 20px;
    font-size: 12px;
    padding: 3px 8px
}

.input--ms,
input[type="text"].input--ms {
    height: 25px;
    font-size: 14px;
    padding: 4px 10px
}

.input--sm,
input[type="text"].input--sm {
    height: 30px;
    font-size: 16px;
    padding: 6px 15px
}

.input--md,
input[type="text"].input--md {
    height: 40px;
    font-size: 18px;
    padding: 10px 20px
}

.input--lg,
input[type="text"].input--lg {
    height: 50px;
    font-size: 20px;
    padding: 14px 30px
}

.input--xl,
input[type="text"].input--xl {
    height: 60px;
    font-size: 24px;
    padding: 17px 30px
}

.input--75,
input[type="text"].input--75 {
    height: 75px;
    font-size: 26px;
    padding: 23px 30px
}

.form-group {
    margin-bottom: 10px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    line-height: 40px
}

.form-group [class^="col-"] {
    padding: 0
}

.form-group--valid {}

.form-group--error {}

.form-group--error>label {
    color: #f00;
    font-style: italic
}

.form-label {
    display: block;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}

.form-control {
    position: relative
}

.label {}

.label--small {
    font-size: 13px;
    text-transform: uppercase
}

.form-radio-group {
    margin: 0;
    padding: 0
}

.form-radio-item {
    list-style: none;
    margin-bottom: 5px
}

.form-radio-label {
    line-height: 20px;
    display: block;
    font-weight: 400
}

.form-radio-input {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    display: block;
    float: left
}

.form-radio-group--inline .form-radio-item {
    float: left;
}

.form-radio-group--inline .form-radio-item+.form-radio-item {
    margin-left: 5px;
}

@media only screen and (min-width:992px) {

    .modal .form-group.row .form-label,
    .modal .form-control {
        line-height: 40px
    }

}

input.valid,
input.valid:focus,
select.valid,
select.valid:focus,
textarea.valid,
textarea.valid:focus,
.form-group--valid .city-autocomplete,
.form-group--valid .state-autocomplete,
.form-group--valid .zip-autocomplete {
    border-color: #66bb05 !important
}

input.error,
input.error:focus,
select.error,
select.error:focus,
textarea.error,
textarea.error:focus,
.form-group--error .city-autocomplete,
.form-group--error .state-autocomplete,
.form-group--error .zip-autocomplete {
    border-color: #f00 !important;
    border-bottom-width: 2px !important
}

label.error {
    background-color: #fff;
    color: #f00;
    font-size: 12px;
    text-shadow: none;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    right: 0;
    top: -8px;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    border: 1px solid #f00;
    border-radius: 6px 6px 0 6px;
    z-index: 15
}

label.valid {
    border: 0;
    background: transparent;
    color: #66bb05;
    height: 40px;
    line-height: 44px;
    width: 40px;
    font-size: 23px;
    top: calc(50% - 20px);
    right: 10px;
    padding: 0
}

label.email-suggestion {
    background-color: #fff;
    color: #66bb05;
    font-size: 12px;
    text-shadow: none;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    right: 0;
    top: -8px;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    border: 1px solid #66bb05;
    border-radius: 6px 6px 0 6px;
    z-index: 15
}

.product-group {
    padding: 15px 0
}

.product-group:first-child {
    border-top: 1px solid #f3f3f3
}

.product-group:nth-child(2) {
    background-color: #f3f3f3
}

.product-group img {
    opacity: .75
}

.product-group:hover img {
    opacity: 1;
    cursor: pointer
}

.product-group .radio label {
    font-weight: 400
}

.row--checked {
    background-color: rgba(102, 187, 5, .1) !important;
    border-radius: 8px;
    color: #000
}

.row--checked img {
    opacity: 1
}

input[type="radio"]:checked+label {
    font-weight: 700
}

/* S3.5   Sections */
section {
    padding: 45px 0
}

.section {}

section>.section-banner {
    margin-top: -45px;
    padding: 45px 0
}

section .section:last-child {
    margin-bottom: -45px
}

.section--fancy {
    z-index: 5;
    position: relative;
    padding-top: 0;
    clear: both
}

.section--fancy::before {
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.06);
    content: "";
    display: block;
    height: 35px;
    position: absolute;
    width: 98%;
    z-index: -1;
    top: 0;
    left: 1%
}

.section--fancy h2 {
    color: #333;
    padding-top: 45px;
    background: #fff;
    z-index: 5;
    position: relative;
    border-top: 1px solid #dedede;
    box-shadow: 0 -1px 0 0 #fff;
    font-size: 24px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 15px
}

.section--fancy:last-child {
    padding-bottom: 0
}

/* S3.6   Tables */


.table-wrapper {
    overflow-x: scroll;
}

.table {
    text-align: left;
}

.table td,
.table th {
    white-space: nowrap;
}

.table td {
    padding: 10px 20px;
}

.table th {
    text-transform: uppercase;
    padding: 10px 20px;
}

.table--sticky-header {}

.table--sticky-header th {
    position: sticky;
    top: 0;
}

.table--border {}

.table--border td,
.table--border th {
    border: 2px solid #fff;
}

.table--blue {}

.table--pink {}

.table--green {}

.table--blue.table--striped th {
    background-color: #1b5a9d;
    color: #fff;
}

.table--blue.table--striped tr:nth-child(odd) {
    background: #e6f3fc;
}

.table--blue.table--striped tr:nth-child(even) {
    background: #f4f9fd;
}

.table--pink.table--striped th {
    background-color: #e20079;
    color: #fff;
}

.table--pink.table--striped tr:nth-child(odd) {
    background: #ffebf5;
}

.table--pink.table--striped tr:nth-child(even) {
    background: #fffafc;
}

.table--green.table--striped th {
    background-color: #7cc51e;
    color: #fff;
}

.table--green.table--striped tr:nth-child(odd) {
    background: #f3f7e8;
}

.table--green.table--striped tr:nth-child(even) {
    background: #f9faf2;
}

.table--right {
    text-align: right;
}

.table--right tr td:first-child,
.table--right tr th:first-child {
    text-align: left !important;
    font-weight: 700;
    min-width: 150px;
}

@media only screen and (min-width:1200px) {
    .table-wrapper {
        overflow-x: auto;
    }
}

.table--striped {}

.table--striped tr:nth-child(even) {
    background: #efefef
}

.table--pricing {
    text-align: center
}

.table--pricing th {
    background: #790989;
    color: #fff;
    font-weight: 700
}

.table--pricing th:nth-child(1),
.table--pricing td:nth-child(1) {
    text-align: left
}

.table--sm {
    font-size: 15px;
    padding: 8px 10px;
}

/* S3.7   Lists */
ol,
ul {
    margin: 30px 0;
    padding: 0 0 0 40px
}

ol li {
    list-style-type: decimal;
    line-height: 25px;
}

ul li {
    line-height: 25px;
}

ul+h2 {
    margin-top: 30px;
}

/* S3.8   Modals */
.modal,
[data-modal-id] {
    display: none
}

.fancybox-content.modal {
    border-radius: 8px !important;
    overflow: hidden;
    max-width: 568px
}

.modal-inner {}

.modal-header {
    margin: 0 0 15px 0;
    padding: 20px 30px;
    background: #e20079;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    line-height: 35px
}

.modal-description {
    margin-top: 30px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px
}

.modal-content {
    padding: 20px 30px
}

.modal-content p:first-child {
    margin-top: 0;
}

.modal-content .form-group {
    line-height: 34px
}

.modal-button {
    margin-top: 30px
}

.modal-footer {
    color: #555555;
    margin: 0;
    padding: 15px;
    background: #dedede;
    text-align: center;
    font-style: italic;
    font-size: 12px;
    line-height: 13px;
}

/* S3.9   Pagination */
.pagination {
    text-align: center
}

.pagination__page-count {}

.pagination__page-of {}

.pagination__navigation {}

.page-numbers {
    border: 1px solid #DDDDDD;
    background: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    color: #333;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%
}

.page-numbers.current {
    border: 3px solid #790989;
    color: #fff;
    background: #790989;
    font-weight: 700;
    line-height: 29px
}

.page-numbers.current:hover {
    border-color: transparent
}

.page-numbers.next {}

.page-numbers.prev {}

.page-numbers.next,
.page-numbers.prev {
    color: #790989;
    font-weight: 700
}

.page-numbers:hover {
    border-color: #790989;
    text-decoration: none;
    color: #fff;
    background: #790989
}

.page-numbers.dots {
    border: none;
    background: transparent;
    color: #333
}

.page-numbers.dots:hover {
    cursor: default;
    background: transparent
}

/* S3.10  Preloader */
.row {}

.row--preload {
    height: 225px;
    overflow: hidden;
    position: relative;
    transition: opacity .5s ease-in-out
}

.row--loading {
    height: 225px;
    overflow: hidden;
    position: relative;
    transition: opacity .5s ease-in-out
}

.row--loaded {
    height: 100%;
    position: static;
    transition: opacity .5s ease-in-out
}

.row [class^="col-"] {}

.row--preload [class^="col-"] {
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.row--loaded [class^="col-"] {
    opacity: 1;
    transition: opacity .5s ease-in-out
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background-color: inherit;
    opacity: 1;
    transition: opacity .5s ease-in-out
}

.loader__spinner {
    opacity: 1;
    transition: opacity .5s ease-in-out;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #66bb05;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 99999
}

.loader__spinner::before {
    opacity: 1;
    transition: opacity .5s ease-in-out;
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #e20079;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.loader__spinner::after {
    opacity: 1;
    transition: opacity .5s ease-in-out;
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #bfbfbf;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

.loader--loaded {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: opacity .5s ease-in-out
}

.loader--loaded .loader__spinner {
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.loader--loaded .loader__spinner::before {
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.loader--loaded .loader__spinner::after {
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.row--preload div[class$="-grid__item"] {
    transform: scale(0);
    opacity: 0;
    transition: opacity .5s ease-out
}

.row--loaded div[class$="-grid__item"] {
    transform: scale(1);
    opacity: 1;
    transition: opacity .5s ease-out
}

/* S4 Misc/Partials */

/* S4.1   Banners */
.banner--xl input.email {
    height: 60px;
    font-size: 22px;
    padding: 17px 30px;
    text-align: center
}

.banner--xl .button {
    font-size: 24px;
    padding: 18px 30px
}

/* S4.2   Base Form Templates */

/* General More Info - Email */
.form-info-email {
    margin-top: 30px
}

.form-info-email__form-input,
.form-info-email__form input {
    font-size: 18px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 8px
}

.form-info-email__form-input:focus,
.form-info-email__form input:focus {
    border: 1px solid #701d81
}

.form-info-email__form-button {
    color: #fff;
    border: 1px solid transparent;
    background: #e20079;
    font-size: 24px;
    font-weight: 800;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: none
}

.form-info-email__form-button:hover {
    background: #ad005c
}

/* General More Info - Modal */
.form-info-more__modal {
    border-radius: 8px;
    max-width: 568px
}

.form-info-more__modal-header {
    margin: -35px -35px 15px -35px;
    padding: 30px;
    background: #e20079;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    line-height: 35px
}

.form-info-more__modal-description {
    margin: 30px 0;
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
    text-align: center
}

.form-info-more__modal-content {}

.form-info-more__modal-content .form-group {
    line-height: 34px
}

.form-info-more__modal-content .form-group label {}

.form-info-more__modal-button {
    color: #fff;
    border: 1px solid transparent;
    max-width: 480px;
    background: #ff6000;
    font-size: 24px;
    font-weight: 800;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: none;
    display: block;
    margin: 0 auto
}

.form-info-more__modal-button:hover {
    background: #701d81
}

.form-info-more__modal-footer {
    color: #555555;
    margin: 30px -35px -35px -35px;
    padding: 15px;
    background: #dedede;
    text-align: center;
    font-style: italic;
    font-size: 14px
}

.privacy-statement {
    color: inherit;
    font-size: 14px;
    font-style: italic;
    margin: 15px 0 0 0;
    opacity: .75;
    text-align: center
}

.privacy-statement i {
    margin-right: 5px
}

button.form-step-skip {
    font-size: 12px;
    color: #777777;
    margin-top: 15px;
    text-align: center;
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    padding: 5px;
}

button.form-step-skip:hover {
    color: #000;
}

/* S4.3   CTA Templates */
.cta-callus {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    text-align: center
}

.cta-callus__text {
    color: #666666;
    margin-bottom: 15px;
    font-weight: 700
}

.cta-callus__number {
    color: #e20079;
    font-size: 26px;
    font-weight: 700
}

.cta-callus--stripe {
    margin: 0;
    background: #e20079;
    border: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 700
}

.cta-callus--stripe .cta-callus__text {
    color: inherit
}

.cta-callus--stripe .cta-callus__number {
    color: inherit
}

/* S4.4   Promo Countdown Timer */
.cta-countdown {
    background: #000000;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 15px 0;
    cursor: pointer;
    display: none;
    position: relative;
    z-index: 4
}

.cta-countdown__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 5
}

.cta-countdown__message {}

.cta-countdown__timer {}

.cta-countdown__timer-number {
    font-size: 22px;
    margin: 0 5px
}

.cta-countdown__timer-seconds {
    width: 27px;
    display: inline-block
}

.cta-countdown__timer-unit {}

/* S4.5   Videos/Video Groups */
.video-group {}

.video-group-container {}

.video-group-link {}

.video-group-link:hover {
    opacity: .75
}

.video-group-player {}

.video-group-item {
    background-color: #efefef;
    max-width: 25%;
    float: left;
    padding: 5px
}

.video-group-item:hover {
    background-color: #00a8eb
}

.video--active {
    background-color: #00a8eb
}

.video-background {}

@media only screen and (max-width:767px) {

    /* .video-background {display:none;} */
}

/* S5 Layout */
#wrap-site {
    overflow: hidden;
}

/* S5.1   Main Header */
/* S5.1.1   Topbar */
#topbar {
    background-color: #eaecee;
    display: none;
    font-size: 16px;
    height: 30px;
    position: relative;
    text-align: right;
    z-index: 60;
}

#topbar .container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

#topbar-call,
#topbar-account {
    padding: 5px;
    line-height: 20px;
}

#topbar-call {}

.topbar-call-text {}

.topbar-call-number {
    color: #e20079;
    font-weight: 700;
}

#topbar-search {
    margin-left: 10px;
}

.topbar-search-link {
    color: inherit;
    display: block;
}

#topbar-account {
    margin-left: 10px;
}

.topbar-account-link {
    color: inherit;
    font-weight: 700;
    text-transform: uppercase
}

/* S5.1.2   Navigation */
#navigation {
    background-color: #fff;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: 52;
}

body.scrolled-to-nav {
    margin-top: 110px;
}

body.scrolled-to-nav #navigation {
    position: fixed;
    transition: all .2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

body.scrolled-down.scrolled-to-main #navigation {
    transform: translate3d(0, -100%, 0);
}

body.scrolled-up #navigation {
    transform: translate3d(0, 0, 0);
}

body.landingpage.scrolled-to-nav {
    margin-top: 0 !important;
}

/* #navigation .container{width:100%;} */
#navigation {
    display: flex;
    flex-direction: column;
}

/* S5.1.3   Logo */
#logo {
    background: #fff;
    padding: 10px 30px;
    position: relative;
    z-index: 51;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex: 1 0 auto;
}

body.scrolled-to-nav #logo {
    display: none
}

.logo-image {
    height: 50px;
    display: block;
}

.logo-link {
    display: block;
    text-align: center;
}

/* S5.1.4   Nav */
#nav {
    background-color: #e20079;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 50px;
    width: 100%;
}

/* S5.1.5   Nav Controls */
#nav-controls {
    background: #e20079;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
    overflow: hidden;
    z-index: 53;
    position: relative;
}

.nav-controls-home {
    max-width: 50px;
    flex: 0;
    align-self: flex-end;
}

.nav-controls-home img {
    transform: translate3d(0, 100%, 0);
    transition: transform .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    width: 50px;
}

.nav-controls-phone {
    flex: 1;
    -ms-flex: 1 1 auto;
    color: #fff;
    display: flex;
}

.nav-controls-search,
.nav-controls-signin {
    width: 50px;
}

.nav-controls-menu {
    width: 60px;
}

/* Main Nav Toggle */
#nav-toggle {
    display: block;
    cursor: pointer;
    background-color: #e20079;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    position: relative;
    width: 60px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nav-toggle-hamburger {
    display: block;
    top: calc(50% - 1px);
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.nav-toggle-hamburger,
.nav-toggle-hamburger::after,
.nav-toggle-hamburger::before {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.nav-toggle-hamburger::after,
.nav-toggle-hamburger::before {
    content: "";
    display: block
}

.nav-toggle-hamburger::before {
    top: -8px;
    transition: top .15s .12s ease, opacity .15s ease
}

.nav-toggle-hamburger::after {
    bottom: -8px;
    transition: bottom .15s .12s ease, transform .15s cubic-bezier(.55, .055, .675, .19)
}


/* Call Modal Toggle */
#nav-phone {
    background-color: transparent;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    text-align: left;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.nav-phone-icon {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
}

.nav-phone-cta {
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
}

.nav-phone-text {
    font-size: 12px;
    text-transform: uppercase;
    line-height: .75;
    font-weight: 600;
    opacity: .75;
    letter-spacing: 0.75px;
}

.nav-phone-number {
    font-size: 17px;
    font-weight: 700;
}

/* Call Modal */
#navigation-call-modal {
    display: none;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    width: 320px;
    max-width: 100%;
}

#navigation-call-modal .fancybox-close-small {
    color: #fff;
    height: 60px;
}

.navigation-call-modal-head {
    font-size: 19px;
    font-weight: 700;
    margin: -20px -20px 0 -20px;
    background: #e20079;
    padding: 20px;
    text-align: left;
    color: #ffffff;
}

.navigation-call-modal-number {
    font-size: 30px;
    font-weight: 800;
    margin-top: 15px;
}

.navigation-call-modal-icon {
    margin-left: 10px;
    transform: scale(1.5) rotate(8deg);
}


#navigation-signin-button,
#navigation-search-button {
    color: inherit;
    display: flex;
    height: 50px;
    width: 50px;
    font-size: 20px;
    justify-content: center;
    align-items: center
}

#navigation-search-toggle {
    color: inherit;
    display: block;
    cursor: pointer;
    background-color: #cc006d;
    margin: 0;
    padding: 0;
    outline: 0;
    position: relative;
    width: 60px;
    height: 50px;
    border: 2px solid #ad005c;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

#navigation-search-modal {
    background-color: transparent;
    color: #fff;
    display: none;
    padding: 30px;
    max-width: 100%;
}

#navigation-search-modal-form {
    position: relative;
}

#navigation-search-modal-text {
    display: flex;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.2
}

#navigation-search-modal-text-cta {}

#navigation-search-modal .fancybox-close-small {
    color: inherit;
}

.navigation-search-modal-text-cta span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.navigation-search-modal-text-icon {
    background: linear-gradient(170deg, rgba(246, 151, 28, 1) 5%, rgba(244, 136, 53, 1) 30%, rgba(241, 107, 99, 1) 48%, rgba(241, 107, 99, 1) 52%, rgba(240, 80, 117, 1) 70%, rgba(236, 16, 129, 1) 95%);
    border-radius: 100%;
    padding: 10px;
    font-size: 22px;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #000;
}

.navigation-search-modal-text-number {
    font-size: 30px;
    font-weight: 800;
    margin-left: 10px;
}

#navigation-search-modal #search-form-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
    font-size: 24px;
    border: 0;
    background-color: transparent;
}

#navigation-search-modal #search-form-input {
    background-color: rgba(0, 0, 0, .25);
    border-bottom: 2px solid #fff;
    font-size: 20px;
    height: 70px;
    line-height: 20px;
    padding-top: 20px !important;
    padding-right: 70px !important;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    color: inherit;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#navigation-search-modal #search-form-input::placeholder {
    color: #fff;
    opacity: 1;
}

#navigation-search-modal #search-form-input:-ms-input-placeholder {
    color: #fff;
}

#navigation-search-modal #search-form-input::-ms-input-placeholder {
    color: #fff;
}

#navigation-signin-toggle {
    color: #fff;
    display: block;
    cursor: pointer;
    background-color: #cc006d;
    margin: 0;
    padding: 0;
    outline: 0;
    position: relative;
    width: 60px;
    height: 50px;
    border: 2px solid #ad005c;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}


body.scrolled-to-nav .nav-controls-home {
    transition: flex .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    flex: 1;
    -ms-flex: 1 1 auto;
}

body.scrolled-to-nav .nav-controls-home img {
    transform: translate3d(0, 0, 0);
}

body.scrolled-to-nav .nav-controls-phone {
    justify-content: flex-end;
}

body.scrolled-to-nav .nav-toggle-phone-icon {
    display: flex;
    flex: 1;
    -ms-flex: 1 1 auto;
}

body.scrolled-to-nav .nav-toggle-phone-cta .fa {
    display: none;
}



#nav-menu {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    align-self: center;
    width: 100%;
    margin-top: -550px;
    transition: all .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: 40;
    position: relative;
}

.menu-item {
    display: block;
    position: relative;
    white-space: nowrap;
    flex: 1;
    -ms-flex: 1 1 auto;
}

.submenu-item {
    display: block;
    position: relative;
    flex: 1;
    -ms-flex: 1 1 auto;
}

.menu-link,
.submenu-link {
    color: inherit;
    line-height: 20px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-decoration: none
}

.menu-link {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .3px;
    padding: 15px;
}

.menu-link:hover {
    color: #ad005c;
}

.menu-button {
    display: flex;
    align-items: center;
}

.menu-link:hover,
.menu-link:active,
.menu-item:hover .menu-link {
    text-decoration: none;
}

.submenu {
    display: none;
    padding: 0;
    background-color: #f4f6f8;
    position: absolute;
    top: 100%;
    z-index: 3;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.submenu-item {
    text-align: center;
}

.submenu-link {
    font-weight: 400;
    padding: 10px 20px;
    font-size: 16px;
    color: #111;
}

.submenu-item:first-child,
.submenu-item+.submenu-item {
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

.has-submenu--open .submenu {
    display: flex;
    position: relative;
    box-shadow: none;
    flex-wrap: wrap;
}

.submenu-link {}

.submenu-link:hover {
    color: #e20079;
    text-decoration: none;
}

.menu-item.has-submenu::after {
    background: #e20079;
    color: #fff;
    width: 60px;
    display: flex;
    content: "\f055";
    position: absolute;
    top: 0;
    right: 0;
    line-height: inherit;
    font-family: "FontAwesome";
    text-align: center;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.menu-item.has-submenu:hover::after {
    background: #e20079;
    color: #fff
}

.menu-item.has-submenu--open::after {
    background: #e20079;
    color: #fff;
    content: "\f056"
}

.menu-item.has-submenu--open>a {
    background-color: #f4f6f8;
    color: #e20079;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .5px;
}


.submenu-line {
    content: "";
    display: block;
    position: absolute !important;
    top: -32px;
    left: 0;
    width: 3px;
    height: 28px;
    background-color: #e20079;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s ease;
}

.submenu-item:hover~.submenu-line {
    opacity: 1;
}

.submenu-item:nth-child(1):hover~.submenu-line {
    top: 16px;
}

.submenu-item:nth-child(2):hover~.submenu-line {
    top: calc(40px * 1 + 16px);
}

.submenu-item:nth-child(3):hover~.submenu-line {
    top: calc(40px * 2 + 16px);
}

.submenu-item:nth-child(4):hover~.submenu-line {
    top: calc(40px * 3 + 16px);
}

.submenu-item:nth-child(5):hover~.submenu-line {
    top: calc(40px * 4 + 16px);
}

.submenu-item:nth-child(6):hover~.submenu-line {
    top: calc(40px * 5 + 16px);
}

.submenu-item:nth-child(7):hover~.submenu-line {
    top: calc(40px * 6 + 16px);
}

.submenu-item:nth-child(8):hover~.submenu-line {
    top: calc(40px * 7 + 16px);
}

.submenu-item:nth-child(9):hover~.submenu-line {
    top: calc(40px * 8 + 16px);
}

.submenu-item:nth-child(10):hover~.submenu-line {
    top: calc(40px * 9 + 16px);
}

.submenu-item:nth-child(11):hover~.submenu-line {
    top: calc(40px * 10 + 16px);
}

.submenu-item:nth-child(12):hover~.submenu-line {
    top: calc(40px * 11 + 16px);
}

.submenu-item:nth-child(12):hover~.submenu-line {
    top: calc(40px * 11 + 16px);
}

.nav-contact-number {
    flex: 1;
    text-align: center;
}

.nav-contact-number:hover~.submenu-line {
    opacity: 0;
}

.nav-contact-number>div {
    color: #111;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 20px;
    text-decoration: none;
    white-space: nowrap;
    background: #eaecee;
    border-top: 1px solid #d5d9dd;
}

#nav-samples-button {
    background: #000;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    border: 3px solid transparent;
    flex: 1;
    -ms-flex: 1 1 auto;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 30px;
    margin: 15px;
}

#nav-samples-button:hover {
    background-color: #ad005c;
    border: 3px solid #cc006d;
    color: #cc006d;
    text-decoration: none
}

#nav-samples-button::after {
    display: none
}

#nav-login-button {
    background: #000;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    border: 3px solid transparent;
    flex: 1;
    -ms-flex: 1 1 auto;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 30px;
    margin: 15px;
}

#nav-login-button:hover {
    background-color: #ad005c;
    border: 3px solid #cc006d;
    color: #cc006d;
    text-decoration: none
}

#nav-login-button::after {
    display: none
}


.nav--open #nav-controls {
    background: #ad005c;
}

.nav--open #nav-toggle .nav-toggle-hamburger {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.nav--open #nav-toggle:hover {
    opacity: 1
}

.nav--open #nav-toggle .nav-toggle-hamburger,
.nav--open #nav-toggle .nav-toggle-hamburger::after,
.nav--open #nav-toggle .nav-toggle-hamburger::before {
    background-color: #fff
}

.nav--open #nav-toggle .nav-toggle-hamburger::before {
    top: 0;
    opacity: 0;
    transition: top .15s ease, opacity .15s .12s ease
}

.nav--open #nav-toggle .nav-toggle-hamburger::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .15s ease, transform .15s .12s cubic-bezier(.215, .61, .355, 1)
}

.nav--open #nav-menu {
    margin-top: 0;
    transition: all .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.nav-spacer {
    display: none;
    flex: 1;
    -ms-flex: 1 1 auto;
}

#nav-alt {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex: 0;
    -ms-flex: 0 0 auto;
}

#nav-alt-phone {
    display: none;
}

#nav-alt-samples {
    display: flex;
}

#nav-alt-login {
    display: none;
}

.menu-item-content {
    color: inherit;
    display: flex;
    flex: 1;
    -ms-flex: 1 0 auto;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .3px;
    line-height: 20px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;

}

.menu-item--search {
    display: none;
}

@media only screen and (min-width:375px) {

    .nav-phone-icon {
        display: none
    }

    .nav-phone-cta {
        display: block;
    }

    body.scrolled-to-nav .nav-controls-phone {
        justify-content: unset;
    }

    body.scrolled-to-nav .nav-phone-cta {
        display: block;
    }

    body.scrolled-to-nav .nav-phone-cta-icon {
        display: none;
    }

}

@media only screen and (min-width:414px) {

    /* .nav-controls-home{max-width:50px;} */
    body.scrolled-to-nav .nav-phone-cta-icon {
        display: inline-block;
    }

}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:568px) {}

@media only screen and (max-width:767px) {
    /* #navigation .container{width:100%} */
}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:960px) {}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1024px) {}

@media only screen and (min-width:1200px) {



    body.scrolled-to-nav {
        margin-top: 90px;
    }

    body.scrolled-to-nav #topbar {
        display: none
    }

    body.scrolled-to-nav #logo {
        display: flex;
    }

    /* #topbar{display:block} */

    #logo {
        background: #fff;
        /* padding: 10px 30px 10px 15px; */
        width: 60px;
        overflow: hidden;
        justify-content: flex-start;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 15px;
    }

    .logo-image {
        max-width: unset;
    }

    .nav-spacer {
        display: flex;
    }

    #navigation {
        flex-direction: row;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    #nav {
        flex-direction: row;
    }

    #nav-controls {
        display: none
    }

    #nav-toggle {
        display: none;
    }

    #nav-menu {
        flex-direction: row;
        margin-top: 0;
        padding: 0;
        width: auto;
        height: 100%;
        justify-content: center;
        align-items: center;
        transition: none;
    }

    .submenu {}

    .has-submenu--open .submenu {
        display: none;
        position: unset;
    }

    #nav {
        background-color: #fff;
        color: #222;
        height: 70px;
    }

    .has-submenu::after,
    .has-submenu:hover::after {
        display: none;
        width: 0;
        height: 0;
        visibility: hidden
    }

    .menu-item {
        flex: 0;
        -ms-flex: 1 1 auto;
        height: 100%;
    }

    .submenu-item {
        flex: 0;
        -ms-flex: 1 1 auto;
    }

    .menu-item:hover .submenu {
        display: block;
        top: auto;
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .1)
    }

    .submenu {
        border-radius: 0px 8px 8px 8px;
        padding: 10px 0 0 0;
        width: auto;
    }

    .submenu-item:first-child,
    .submenu-item+.submenu-item {
        border: none;
    }

    .menu-link {
        font-weight: 800;
        font-size: 17px;
        font-size: calc(16px + .25vmin);
        padding: 20px;
        padding: 0 15px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-link:hover {
        color: #e20079
    }

    .menu-link::after {
        display: block;
        content: '';
        left: 50%;
        top: 100%;
        width: 0;
        height: 3px;
        background-color: transparent;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        transition: all .2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        position: absolute;
        z-index: 4;
        border-radius: 8px;
    }

    .menu-item:hover .menu-link::after {
        width: 100%;
        background-color: #e20079;
        -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        transition: all .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    }

    .submenu-item {
        text-align: left;
    }

    #nav-alt {
        display: flex;
    }

    .menu-item-content {
        font-weight: 800;
        font-size: 17px;
        font-size: calc(16px + .25vmin);
        padding: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-item--search {
        display: block;
    }

    .nav-alt-button {
        background: #e20079;
        padding: 5px 10px;
        margin: 0 8px;
        color: #fff;
        font-size: 16px;
    }

    .nav-alt-button:hover {
        margin: 0 6px;
        padding: 7px 12px;
        background-color: transparent;
        border: 3px solid #e20079;
        color: #e20079;
    }

    #nav-samples-button {
        background: #e20079;
        padding: 5px 10px;
        margin: 0 8px;
        color: #fff;
        font-size: 16px;
    }

    #nav-samples-button:hover {
        margin: 0 6px;
        padding: 7px 12px;
        background-color: transparent;
        border: 3px solid #e20079;
        color: #e20079;
    }

    #nav-login-button {
        background: transparent;
        padding: 5px 10px;
        margin: 0 8px;
        color: #222;
        font-size: 16px;
    }

    #nav-login-button:hover {
        margin: 0 6px;
        padding: 7px 12px;
        background-color: transparent;
        border: 3px solid #e20079;
        color: #e20079;
    }

    .nav-alt-phone {
        flex-direction: column;
        align-items: flex-end;
        padding: 0 15px;
    }

    .nav-alt-phone-text {
        display: block;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 14px;
        line-height: 1;
    }

    .nav-alt-phone-number {
        color: #e20079;
        display: block;
        font-weight: 900;
    }

    #nav-alt-phone {
        display: flex;
    }

    #nav-alt-samples {}

    #nav-alt-login {
        display: flex;
    }

    #navigation-search-modal #search-form-button {
        height: 80px;
        width: 80px;
        font-size: 34px;
    }

    #navigation-search-modal #search-form-input {
        font-size: 26px;
        height: 80px;
        padding-top: 20px !important;
        padding-right: 80px !important;
        padding-bottom: 20px !important;
        padding-left: 30px !important;
    }

    #navigation-search-modal-text {
        line-height: 1.1
    }

    #navigation-search-modal-text div+div {
        margin-left: 20px;
    }

    .navigation-search-modal-text-cta span {
        text-align: right;
        margin-bottom: 0;
    }

    .navigation-search-modal-text-icon {
        font-size: 30px;
        height: 50px;
        width: 50px;
    }

    .navigation-search-modal-text-number {
        font-size: 40px;
    }
}

@media only screen and (min-width:1280px) {}

@media only screen and (min-width:1366px) {

    #logo {
        width: auto;
        overflow: visible;
        justify-content: center;
    }

    .logo-image {
        max-width: 100%;
    }

}

@media only screen and (min-width:1550px) {}

@media only screen and (min-width:1800px) {}














/* S5.2   Navigation */
nav {}









/* S5.3   Footer */
footer {}

.footer {
    font-size: 13px;
    color: #333333
}

.footer-main {
    padding-top: 45px;
    padding-bottom: 45px
}

.footer-main__message {
    font-weight: 700;
    text-align: center;
    margin-top: 45px
}

.footer-menu {}

.footer-menu__section {
    float: left
}

.footer-menu__section:last-child {
    margin-right: 0
}

.footer-menu__heading {
    display: block;
    font-weight: 700;
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 30px
}

.footer-menu__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-menu__item {
    line-height: 1.75;
    float: left;
    width: 50%
}

.footer-menu__link {
    color: inherit;
    font-size: 12px
}

.footer-menu__link:hover {
    text-decoration: underline
}

.footer-menu::after {
    content: " ";
    display: block;
    clear: both
}

.footer-company {
    padding: 0;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #efefef
}

.footer-company__socials {
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
    margin-top: 0
}

.footer-company__socials-menu {
    padding: 0;
    list-style: none;
    margin: 0
}

.footer-company__socials-menu-item {
    display: inline-block;
    padding: 0
}

.footer-company__socials .fa {
    font-size: 17px
}

.footer-company__socials .fa {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    color: rgba(255, 255, 255, 0.8)
}

.footer-company__socials .fa:hover,
.footer-company__socials .fa:active {
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.footer-company__socials .fa-facebook {
    background-color: #3b5998
}

.footer-company__socials .fa-google-plus {
    background-color: #dd4b39
}

.footer-company__socials .fa-linkedin {
    background-color: #007bb6
}

.footer-company__socials .fa-twitter {
    background-color: #00aced
}

.footer-company__socials .fa-youtube {
    background-color: #cc0000
}

.footer-company__rating {
    margin: 15px 0;
    padding: 0
}

.footer-company__rating-display {
    display: block;
    color: #333333;
    line-height: 25px
}

.footer-company__rating-display:hover {
    color: #333333;
    text-decoration: none
}

.footer-company__rating-display .fa {
    transition: all .2s ease-in
}

.footer-company__rating-display:hover .fa {
    color: #ffb133;
    transition: all .2s ease-out;
    text-shadow: 0px 0px 10px rgba(255, 159, 0, .25);
    animation: spin .8s ease-out 0s 1 normal;
    -moz-animation: spin .8s ease-out 0s 1 normal;
    -webkit-animation: spin .8s ease-out 0s 1 normal;
    -o-animation: spin .8s ease-out 0s 1 normal
}

.footer-company__rating-display:hover .fa:nth-child(1) {
    animation-delay: .1s !important;
    -webkit-animation-delay: .1s !important
}

.footer-company__rating-display:hover .fa:nth-child(2) {
    animation-delay: .2s !important;
    -webkit-animation-delay: .2s !important
}

.footer-company__rating-display:hover .fa:nth-child(3) {
    animation-delay: .3s !important;
    -webkit-animation-delay: .3s !important
}

.footer-company__rating-display:hover .fa:nth-child(4) {
    animation-delay: .4s !important;
    -webkit-animation-delay: .4s !important
}

.footer-company__rating-display:hover .fa:nth-child(5) {
    animation-delay: .5s !important;
    -webkit-animation-delay: .5s !important
}

.footer-company__rating-average {
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    height: 25px;
    display: block
}

.footer-company__rating-stars {
    color: #ff9f00;
    font-size: 22px;
    line-height: 25px;
    height: 25px
}

.footer-company__rating-count {
    font-size: 12px;
    font-style: italic
}

.footer-company__phone {

    margin: 15px 0
}

.footer-company__phone-text {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .5px;
    color: #e20079;
    word-spacing: 2px;
}

.footer-company__phone-number {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.footer-company__address {
    margin: 15px 0
}

.footer-company__hiring {
    color: #e20079;
    font-style: italic
}

.footer-badges {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #f6f6f6
}

.footer-badges__link {
    background-image: url('../jpg/hpawards.jpg');
    display: inline-block;
    height: 39px;
    opacity: .8;
}

.footer-badges__link:hover {
    text-decoration: none;
    opacity: 1
}

.footer-badges__link+.footer-badges__link {
    margin-left: 15px;
}

.footer-badges__link:nth-child(1) {
    width: 81px;
    background-position: ;
}

.footer-badges__link:nth-child(2) {
    width: 50px;
    background-position: -81px;
}

.footer-badges__link:nth-child(3) {
    width: 46px;
    background-position: -131px;
}

.footer-badges__link:nth-child(4) {
    width: 98px;
    background-position: -177px;
}

.footer-badges__link:nth-child(5) {
    width: 45px;
    background-position: -275px;
}

.footer-badges__link:nth-child(6) {
    width: 120px;
    background-position: -320px;
}

.footer-badges__link:nth-child(7) {
    width: 47px;
    background-position: -440px;
}

.footer-badges__link:nth-child(8) {
    width: 39px;
    background-position: -487px;
}

.footer-badges__link:nth-child(9) {
    width: 81px;
    background-position: -526px;
}

.footer-badges__link:nth-child(10) {
    background-image: url('../svg/hpawards_twp.svg');
    width: 28px;
}

.footer-badges__img {
    max-width: 33%
}

.footer-info {
    background: #efefef;
    color: #333;
    padding-top: 15px;
    padding-bottom: 75px;
    line-height: 15px;
    font-size: 13px;
    text-align: center
}

.footer-info__copyright {
    margin-top: 15px
}

.footer-info__menu {}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {
    .footer-menu__link {
        font-size: 13px
    }

    .footer-menu__heading {
        font-size: 16px;
        margin-bottom: 30px;
        margin-top: 20px
    }

}

@media only screen and (min-width:768px) {
    .footer-menu__section {
        margin-right: 45px
    }

    .footer-menu__item {
        float: none;
        width: auto
    }

    .footer-company__rating-average {
        display: inline-block;
        margin-right: 15px
    }

    .footer-company {
        padding: 0;
        margin: 0;
        text-align: left;
        border-top: 0
    }

    .footer-info {
        text-align: inherit
    }

    .footer-info__copyright {
        margin-top: 0px
    }

    .footer-info__menu {
        text-align: right
    }

}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

@media only screen and (min-width:1600px) {
    .footer-info {
        padding-bottom: 15px;
    }
}

/* S5.4   Sidebar */
aside {}

.sidebar-menu {
    font-size: 13px;
    padding: 45px 0
}

.sidebar-menu__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-menu__item {}

.sidebar-menu__link {
    color: #e20079;
    font-weight: 700;
    display: block;
    margin-bottom: 3px
}

.sidebar-menu__link+.sidebar-menu__link {
    margin-top: 5px
}

.sidebar-menu__submenu {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-menu__submenu-item {}

.sidebar-menu__submenu-link {
    color: #333333;
    display: block;
    padding: 1px 0
}

.sidebar-menu__submenu-link:hover {
    color: #333333
}

.sidebar {
    padding: 45px 0;
    width: 100%
}

.sidebar-heading {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px
}

.sidebar-form {
    background: #66bb04;
    padding: 15px
}

.sidebar-form input::-webkit-input-placeholder,
input {
    padding: 10px !important
}

.sidebar-form input:-moz-placeholder,
input {
    padding: 10px !important
}

.sidebar-form input::-moz-placeholder,
input {
    padding: 10px !important
}

.sidebar-form input:-ms-input-placeholder,
input {
    padding: 10px !important
}

.sidebar--fixed .sidebar {
    position: fixed;
    top: 34px;
    padding-top: 15px;
    padding-bottom: 0;
    margin-right: 15px
}

.sidebar--bottom .sidebar {
    top: auto;
    bottom: 551px
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

/* S5.5   Menus */
.art-nav {
    margin: 0px 0px 45px 0;
    text-align: center
}

.art-nav__menu {
    list-style: none;
    padding: 0;
    margin-top: 0
}

.art-nav__menu-item {
    display: inline-block
}

.art-nav__menu-link {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .10);
    background-image: none;
    text-transform: uppercase;
    background: #b7b7b7;
    border-radius: 8px;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0px 0px;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none
}

.art-nav__menu-link:hover,
.art-nav__menu-link:focus {
    background: #e20079;
    color: #fff;
    text-decoration: none
}

.art-nav__menu-link--active {
    background: #e20079;
    color: #fff;
    text-decoration: none;
    cursor: default
}

.art-nav__link-index {
    padding-bottom: 10px;
    line-height: 20px;
    display: inline-block
}

/* S6 Pages/Sections */

/* S6.1   Home */
.banner-home {
    color: #fff;
    font-size: 20px;
    min-height: 500px;
    background-color: #790989;
    min-width: 300px;
    margin: 0px auto;
    padding: 45px 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .35);
    text-align: center;
    position: relative;
}

.banner-home__content {
    color: inherit;
    margin: 0;
    z-index: 10;
    position: relative;
}

.banner-home__heading {
    color: inherit;
    font-size: 38px;
    line-height: 40px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .35);
    margin: 0
}

.banner-home .form-label {
    font-weight: 700;
    white-space: nowrap;
    font-size: 15px;
    margin-bottom: 3px;
}

.banner-home input {
    border-radius: 8px;
    border-color: transparent;
    width: 100%;
    max-width: 100%;
    font-size: 24px;
    height: 48px
}

.banner-home button {
    color: white;
    border: none;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    background: #00b6ed;
    margin-top: 8px;
    background: -moz-linear-gradient(top, #00b6ed 0%, #0083e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b6ed), color-stop(100%, #0083e0));
    background: -webkit-linear-gradient(top, #00b6ed 0%, #0083e0 100%);
    background: -o-linear-gradient(top, #00b6ed 0%, #0083e0 100%);
    background: -ms-linear-gradient(top, #00b6ed 0%, #0083e0 100%);
    background: linear-gradient(to bottom, #00b6ed 0%, #0083e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b6ed', endColorstr='#0083e0', GradientType=0);
    font-size: 24px;
    text-transform: uppercase;
    height: 48px
}

.banner-home button:hover {
    background: #0083e0
}

.banner-home .slider-phone {
    display: block;
    margin-top: 15px;
    text-align: center
}

.banner-home #form-home-banner {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
    position: relative;
    text-align: center
}

.banner-home #form-home-banner .underline {
    display: block;
    margin: 0 auto
}

.banner-home #form-home-banner .arrow {
    position: absolute;
    top: 13px;
    right: -20px;
    width: 30px;
    height: auto;
    display: none;
    z-index: 25;
}

#banner-cards {
    position: absolute;
    width: 720px;
    height: calc(720px * 0.7777777777777778);
    bottom: 0px;
    left: 50%;
    display: none;
    z-index: 5;
}

.card {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: auto 100%;
    background-image: url('../png/banner-cards.png');
}

.card:nth-child(1) {
    background-position: 0 0;
}

.card:nth-child(2) {
    background-position: 20% 0;
}

.card:nth-child(3) {
    background-position: 40% 0;
}

.card:nth-child(4) {
    background-position: 60% 0;
}

.card:nth-child(5) {
    background-position: 80% 0;
}

.card:nth-child(6) {
    background-position: 100% 0;
}

@media only screen and (min-width:375px) {
    .banner-home {
        font-size: 22px;
        padding: 60px 0;
    }

    .banner-home__heading {
        font-size: 44px;
        line-height: 48px;
    }

}

@media only screen and (min-width:414px) {
    .banner-home {
        font-size: 22px;
        padding: 75px 0;
    }

    .banner-home__heading {
        font-size: 50px;
        line-height: 54px;
    }

    .banner-home .form-label {
        font-size: 18px;
    }

    .banner-home #form-home-banner .arrow {
        display: block;
    }

}

@media only screen and (min-width:768px) {
    .banner-home {
        text-shadow: 0;
        text-align: left;
        font-size: 22px;
        padding: 105px 0;
    }

    #banner-cards {
        display: block;
        width: 720px;
        height: calc(720px * 0.7777777777777778);
    }

    .banner-home__heading {
        text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
        font-size: 60px;
        line-height: 64px;
        text-align: left
    }

    .banner-home #form-home-banner {
        text-align: left;
        margin-left: 0;
        margin-right: 0
    }

    .banner-home #form-home-banner .arrow {
        top: 15px;
        right: -50px;
        width: auto
    }

}

.zero-financing {
    background: #66BB05;
    color: #ffffff;
    text-transform: uppercase;
    padding: 30px 0;
    font-weight: 700;
    text-align: center;
    position: relative
}

.zero-financing__heading {
    font-size: 44px;
    line-height: 1.2;
    display: inline-block
}

.zero-financing__arrow {
    position: absolute;
    left: calc(50% - 370px);
    top: 30px;
    display: block
}

.zero-financing__arrow:last-of-type {
    right: calc(50% - 370px);
    left: auto
}

.zero-financing__promo {
    font-size: 22px;
    margin-top: 10px
}

.zero-financing__phone {
    display: block
}

.seen-on {
    background-color: #ffffff;
    text-align: center;
    position: relative;
    padding: 30px 0;
}

.seen-on:hover {
    background-color: #e0e0e0;
}

.seen-on:hover .seen-on__heading {
    color: #111;
}

.seen-on:hover .seen-on__logos-image {
    opacity: .75;
}

.seen-on__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    z-index: 5;
}

.seen-on__link img {}

.seen-on__heading {
    text-transform: uppercase;
    color: #5f5f5f;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 10px;
}

.seen-on__logos {
    padding: 0 15px
}

.seen-on__logos-image {}

.seen-on__logos-image+.seen-on__logos-image {
    margin-left: 10px
}

.executive-team {
    background: #790A8A;
    color: #FFF;
    font-size: 18px;
    text-align: center
}

.executive-team__heading {
    font-size: 32px;
    margin: 0;
    color: #FFF;
    line-height: 1.2
}

.executive-team__heads {
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
    display: inline-block
}

.executive-team__heads-image {
    width: auto;
    border: 5px solid #ffffff;
    border-radius: 10px;
    margin-top: 10px
}

.executive-team__info {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background: #790A8A;
    color: #FFF;
    border: 0px solid #000;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .35);
    border-radius: 8px;
    padding: 10px;
    opacity: 0.9;
    font-size: 13px;
    line-height: 16px
}

.executive-team__info-heading {
    font-size: 17px
}

.executive-team__info-box {
    display: none
}

.executive-team__info-name {
    font-weight: 700;
    font-size: 14px
}

.executive-team__info-title {}

.executive-team__info-since {
    font-style: italic
}

.executive-team__content {
    margin: 0
}

.executive-team__button {
    display: inline-block;
    margin: 15px 0;
    color: #FFF;
    background: #ba3ec5;
    font-size: 18px;
    border-radius: 8px;
    padding: 10px 15px
}

.executive-team__button .fa {
    font-size: 11px
}

.executive-team__button:hover {
    background: #de45e9;
    text-decoration: none;
    color: #fff
}

.executive-team__exec {
    position: absolute;
    background: white;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    border: 1px solid #FFF;
    border-radius: 30px
}

.executive-team__exec--mike {
    background: red;
    top: 21%;
    left: 35%;
    width: 8%;
    height: 21%
}

.executive-team__exec--rob {
    background: yellow;
    top: 32%;
    left: 41%;
    width: 8%;
    height: 24%
}

.executive-team__exec--sarah {
    background: blue;
    top: 53%;
    left: 75%;
    width: 12%;
    height: 25%
}

.executive-team__exec--joy {
    background: purple;
    top: 32%;
    left: 50%;
    width: 11%;
    height: 25%
}

.executive-team__exec--angie {
    background: green;
    top: 27%;
    left: 59%;
    width: 8%;
    height: 19%
}

.executive-team__exec--melissa {
    background: orange;
    top: 38%;
    left: 62%;
    width: 14%;
    height: 24%
}

.executive-team__exec--robert {
    background: teal;
    top: 24%;
    left: 26.25%;
    width: 10%;
    height: 25%
}

.executive-team__exec--anthony {
    background: grey;
    top: 24%;
    left: 73%;
    width: 8%;
    height: 21%
}

.executive-team__exec--anne {
    background: brown;
    top: 45%;
    left: 7%;
    width: 11%;
    height: 24%
}

.executive-team__exec--chris {
    background: darkblue;
    top: 15%;
    left: 63%;
    width: 10%;
    height: 19%
}

.executive-team__exec--saskia {
    background: magenta;
    top: 32%;
    left: 82%;
    width: 10%;
    height: 22%
}

.executive-team__exec--will {
    background: olive;
    top: 17%;
    left: 20%;
    width: 9%;
    height: 19%
}

.executive-team__exec--chandra {
    background: rebeccapurple;
    top: 30%;
    left: 10%;
    width: 10%;
    height: 18%
}

.executive-team__exec--mikec {
    background: firebrick;
    top: 14%;
    left: 46%;
    width: 7%;
    height: 20%
}

.promo-videos {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center
}

.promo-videos__heading {}

.promo-videos__subheading {
    color: #ff6000;
    margin-bottom: 30px
}

.promo-videos__content {}

.promo-videos__thumbnails {}

.promo-videos__thumbnail {}

.promo-videos__thumbnail+.promo-videos__thumbnail {}

.promo-videos__thumbnail-link {}

.promo-videos__thumbnail-image {
    width: 100%;
    height: auto
}

.free-stuff {
    text-align: center;
    padding-top: 0
}

.free-stuff__heading {
    color: #333;
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700
}

.free-stuff__subheading {
    color: inherit;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px
}

.free-stuff__boxes {
    color: #fff
}

.free-stuff__box {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 15px;
    height: 310px;
    position: relative
}

.free-stuff__box-content {}

.free-stuff__box-image {
    margin-bottom: 15px;
    max-width: 154px;
}

.free-stuff .button {
    margin: 0 auto;
    width: 90%
}

.free-stuff__box--dm2 {
    background: #FF9F00
}

.free-stuff__box--dm2 p {
    margin-bottom: 45px
}

.free-stuff__box--newsletter {
    background: #DA0075
}

.free-stuff__box--checklist {
    background: #6DC700
}

.free-stuff__box--listcount {
    background: #840079
}

.free-stuff__box--listcount p {
    margin-bottom: 20px
}

.services-block {
    background: #66BB05;
    color: #ffffff;
    font-size: 12px;
    padding: 30px 0
}

.services-block__box {}

.services-block__box+.services-block__box {
    margin-top: 15px
}

.services-block__heading {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 5px
}

.services-block__link {
    color: #ffffff;
    text-decoration: underline
}

.services-block__link:hover {
    color: #e20079
}

.services-block__text {}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:480px) {
    .executive-team {
        text-align: left
    }

    .executive-team__heads-image {
        width: 447px;
        margin-bottom: 0
    }

}

@media only screen and (min-width:768px) {
    .zero-financing {}

    .zero-financing__heading {
        font-size: 64px;
        line-height: 63px
    }

    .zero-financing__arrow {
        left: calc(50% - 370px);
        top: 30px
    }

    .zero-financing__arrow:last-of-type {
        right: calc(50% - 370px);
        left: auto
    }

    .zero-financing__promo {
        font-size: 22px;
        margin-top: 10px
    }

    .zero-financing__phone {
        display: inline-block
    }

}

@media only screen and (min-width:992px) {
    .promo-videos__thumbnail+.promo-videos__thumbnail {
        margin-top: 15px
    }

}

@media only screen and (min-width:1200px) {
    .free-stuff__box {
        font-size: 17px
    }

}

/* S6.2   Search */
.search {}

.search-results {}

.search-results-heading {
    text-align: center;
    text-transform: uppercase
}

.search-term--highlight {
    background: #ff9f00;
    padding: 1px
}

.search-result-title {
    margin-bottom: 0;
    text-transform: capitalize
}

.search-result-meta {
    margin-bottom: 10px
}

.search-result-link {}

.search-result-text {}

.search-form {
    position: relative
}

.search-form .input--search {
    padding-right: 50px !important
}

.search-form .button--search {
    color: #e20079;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: transparent;
    padding: 0
}

/* S6.3   Products */
.products-services__heading,
.products-services h1 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 0
}

.products-services__subheading,
.products h2 {}

.products-services__category+.products-services__category {
    margin-top: 45px
}

.products-services__category-heading {
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
    margin-top: 0
}

.products-services-grid {
    padding-top: 0
}

.products-services-grid__heading {}

.products-services-grid__item {
    display: inline-block;
    height: 122px;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    overflow: hidden;
    padding: 15px;
    position: relative;
    width: 353px;
    border-radius: 8px;
    border: 1px solid #e8eae9;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0)
}

.products-services-grid__item:hover {
    background: #f1f1f1
}

.products-services-grid__item-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.products-services-grid__item-image {
    float: left;
    width: 115px;
    border-right: 1px solid #dedede;
    margin-right: 15px
}

.products-services-grid__item-content {}

.products-services-grid__item-title {
    font-size: 15px;
    margin: 0
}

.products-services-grid__item-text {
    font-size: 13px;
    line-height: 1.25
}

.products-services-icons {
    border-top: 1px solid #dedede;
    text-align: center
}

.products-services-icons__item {}

.products-services-icons__item-content {
    position: relative
}

.products-services-icons__item-link {}

.products-services-icons__item-image {}

.products-services-icons__item-title {
    color: #e20079;
    margin: 0
}

.products-services-icons__item-text {
    font-size: 14px
}

.products-services-icons__item-button {}

.products-services-icons__item-button:hover,
.products-services-icons__item-content:hover .products-services-icons__item-button {}

.products-services-cta {
    background: url('../png/seamless-samples-banner.png') top center repeat-x;
    background-color: #7F0B90;
    background-size: cover;
    color: #fff;
    min-height: 225px;
    padding: 45px 0;
    text-align: center;
    position: relative
}

.products-services-cta:hover input {
    border: 1px solid #e20079
}

.products-services-cta__heading {
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    color: inherit;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    margin-bottom: 30px
}

.products-services-cta__subheading {
    color: inherit;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0
}

.products-services-cta__content {
    font-weight: 700
}

.products-services-cta__form {}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

.product-banner {}

.product-banner .banner-heading {}

.product-banner .banner-subheading {}

.product-banner .banner-form-heading {
    margin-top: 45px;
}

.product-banner .form-label {
    margin-bottom: 3px;
}

.product-video {
    margin-top: 60px
}

.product-video .embed-container {
    margin: 0
}

.product-examples {
    background: #f7f7f7;
    color: #000;
    text-align: center
}

.product-examples__heading {
    color: inherit;
    font-size: 60px;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 30px
}

.product-reviews {
    background: #f7f7f7
}

.product-reviews__heading {
    color: #000;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px
}

.product-reviews-aggregate {
    text-align: center;
    margin-bottom: 15px
}

.product-reviews-aggregate__rating {
    display: flex;
    flex-direction: column;
    border: 2px solid #ff9f00;
    position: relative;
    justify-content: space-around;
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 8px;
    margin-top: 45px;
    background: white;
    padding: 20px 30px;
    padding: calc(15px + .5vmin) calc(30px + .5vmin);
}

.product-reviews-aggregate__rating-average {
    order: 2;
    padding: 0;
    margin: 0;
}

/* .product-reviews-aggregate__rating-average {
    color: inherit;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px
} */

.product-reviews-aggregate__rating-stars {
    color: #ff9f00;
    font-size: 56px;
    font-size: calc(30px + 2.5vmin);
    display: flex;
    width: 300px;
    margin: 0 auto;
    order: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    top: 50%;
    top: calc(-50% - 3vmin);
    align-items: center;
    justify-content: space-evenly;
}

.product-reviews-aggregate__rating-stars .fa:nth-child(2) {
    margin-bottom: 8px;
}

.product-reviews-aggregate__rating-stars .fa:nth-child(3) {
    margin-bottom: 16px;
}

.product-reviews-aggregate__rating-stars .fa:nth-child(4) {
    margin-bottom: 8px;
}

.product-reviews-aggregate__rating-stars .fa+.fa {
    /* padding-left: 5px */
}

.product-reviews-list {
    position: relative;
    min-height: 250px
}

.product-reviews-list .reviews .item {
    max-width: 1600px;
    margin: 0 auto
}

.product-reviews-list .loader {
    background: #f7f7f7
}

.product-reviews-list__content {
    position: relative
}

.product-reviews-list__item {
    background: #fff;
    /* border: 1px solid #efefef; */
    padding: 30px 30px 90px 30px;
    margin: 15px 0;
    list-style: none;
    border-radius: 8px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 15%), 0 1px 3px 0 rgb(0 0 0 / 10%);
}

.product-reviews-list__item-review {
    margin-bottom: 0
}

.product-reviews-list__item-author {
    font-weight: bold;
    margin-bottom: 0
}

.product-reviews-list__item-rating {
    color: #ff9f00;
    margin-bottom: 0;
    font-size: 30px;
    margin-top: 30px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    height: 30px;
    line-height: 30px
}

.product-reviews-list__item-rating .fa+.fa {
    padding-left: 5px
}

.product-reviews .pagination {
    padding-bottom: 15px
}

.product-faqs {
    color: #000
}

.product-faqs-list {}

.product-faqs-list::before {}

.product-faqs-list__heading {
    color: inherit;
    /* font-size: 36px; */
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    margin-bottom: calc(30px + 2.5vmin);
    line-height: 1
}

.product-faqs-list__heading span {
    color: inherit;
    font-size: 60px;
    font-size: calc(26px + 5vmin);
    display: block
}

.product-faqs-list__content {}

.product-faqs-list__item {}

.product-faqs-list__item+.product-faqs-list__item {
    margin-top: 30px
}

/* .product-faqs-list__item-question {
    font-weight: 700;
    font-size: 24px
} */

.product-faqs-list__item-answer {}

.product-faqs-list__item-answer p:first-child {
    margin-top: 0
}

.product-pricing {
    /* padding: 120px 0; */
    /*     box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
    background: #81cb00;
    background: -moz-linear-gradient(top, #81cb00 0%, #79cd00 50%, #64b700 100%);
    background: -webkit-linear-gradient(top, #81cb00 0%, #79cd00 50%, #64b700 100%);
    background: linear-gradient(to bottom, #81cb00 0%, #79cd00 50%, #64b700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81cb00', endColorstr='#64b700', GradientType=0); */
    position: relative;
    color: #000;
}

.product-pricing .container {
    z-index: 5;
    position: relative
}

.product-pricing:before,
.product-pricing:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    opacity: .1;
    background-size: auto
}

.product-pricing:before {
    background-image: url('../png/bg-section-money-left.png');
    background-position: left top;
    /* display: none */
}

.product-pricing:after {
    background-image: url('../png/bg-section-money-right.png');
    background-position: right top;
    /* opacity: 0; */
    display: none;
    visibility: hidden;
}

.product-pricing__heading {
    color: inherit;
    font-size: 60px;
    display: block;
    text-transform: uppercase;
    font-weight: 800
}






.product-footer-cta {}

.product-footer-cta .form-label {
    margin-bottom: 3px;
}


.product-cta {
    background: url('../png/seamless-samples-banner.png') top center repeat-x;
    background-color: #7F0B90;
    background-size: cover;
    color: #fff;
    min-height: 225px;
    padding: 45px 0;
    text-align: center;
    position: relative
}

.product-cta__heading {
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    color: inherit;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    margin-bottom: 30px
}

.product-cta__subheading {
    color: inherit;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0
}

.product-cta__content {
    font-weight: 700
}

.product-callus {
    background: #e20079;
    border: 0;
    color: #fff;
    font-size: 26px;
    margin: 0;
    clear: both
}

.product-callus__text {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.product-callus__number {
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-weight: 800
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {
    /*     .product-pricing:before, .product-pricing:after {
        background-size: auto
    }

    .product-pricing:before {
        background-position: -10% top
    }

    .product-pricing:after {
        background-position: 110% top
    } */

}

@media only screen and (min-width:768px) {
    /*     .product-pricing:after, .product-pricing:before {
        background-size: auto 100%;
    }

    .product-pricing::before {
        display: block
    }

    .product-pricing::after {
        background-position: right top
    } */

}

@media only screen and (min-width:992px) {

    .product-pricing::before,
    .product-pricing::after {
        opacity: 1
    }

}

@media only screen and (min-width:1200px) {}

.product-price-match {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px;
    padding: calc(30px + 2.5vmin);
    text-align: center;
}

.product-price-match-icon {}

.product-price-match-icon img {
    max-width: 120px;
    transform: rotate(-4deg);
    margin-top: -110px;
}

.product-price-match-text {
    padding: 20px 0;
    padding: calc(15px + 2.5vmin) 0;
}

.product-price-match-text span {
    line-height: 1;
}

.product-price-match-text span:nth-child(1) {
    font-size: 28px;
    font-size: calc(17px + 1vmin);
}

.product-price-match-text span:nth-child(2) {
    font-size: 40px;
    font-size: calc(22px + 1vmin);
    font-weight: 800;
    margin-top: 3px;
}

.product-price-match-button {
    white-space: nowrap
}

@media only screen and (min-width:992px) {
    .product-price-match {
        flex-direction: row;
        flex-wrap: nowrap;
        text-align: left;
    }

    .product-price-match-text {
        padding: 0 20px;
        padding: 0 calc(15px + 2.5vmin);
    }

    .product-price-match-text span {
        display: block;
    }

    .product-price-match-icon img {
        max-width: 120px;
        margin-top: -30px;
        margin-bottom: -30px;
        transform: rotate(-4deg);
    }
}

.product-request-info {
    border-top: 3px solid #000;
    overflow: hidden;
    position: relative
}

/* .product-request-info::before {
    background-image: url('http://dev.postcardmania.com/wp-content/themes/postcardmania/assets/img/icons/woman-question-color-line.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 550px;
    background-size: calc(500px + 5vmin);
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -10px;
    display: block;
    opacity: .05;
} */

@media only screen and (min-width:1200px) {
    .product-request-info::before {
        opacity: .85;
        right: -220px;
    }
}

@media only screen and (min-width:1500px) {
    .product-request-info::before {
        right: -110px;
    }
}

@media only screen and (min-width:2000px) {
    .product-request-info::before {
        right: 0;
    }
}

/* S6.4   Websites */
.websites {}

.websites__heading,
.websites h1 {
    font-size: 32px;
    color: #e20079;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px
}

.websites__subheading,
.websites h2 {
    font-size: 24px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 15px
}

.websites-nav {
    margin: 45px 0;
    text-align: center
}

.websites-nav__menu {
    list-style: none;
    padding: 0
}

.websites-nav__menu-item {
    display: inline-block
}

.websites-nav__menu-link {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .10);
    background-image: none;
    text-transform: uppercase;
    background: #b7b7b7;
    border-radius: 8px;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0px 0px;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none
}

.websites-nav__menu-link:hover,
.websites-nav__menu-link:focus {
    background: #e20079;
    color: #fff;
    text-decoration: none
}

.websites-nav__menu-link--active {
    background: #e20079;
    color: #fff;
    text-decoration: none;
    cursor: default
}

.websites-nav__link-index {
    padding-bottom: 10px;
    line-height: 20px;
    display: inline-block
}

.websites-content {
    padding-top: 0
}

.websites-content__heading {}

.websites-grid {
    padding-top: 0
}

.websites-grid__category {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
    padding-top: 30px
}

.websites-grid__category+.websites-grid__category {
    border-top: 0px solid #dedede
}

.websites-grid__category:last-of-type {
    border-bottom: 0px solid #dedede;
    padding-bottom: 0px
}

.websites-grid__category-heading {
    font-size: 24px;
    color: #333333
}

.websites-grid__category-link {
    display: block;
    text-align: center;
    margin-bottom: 15px
}

.websites-grid__category-link-two {
    margin-top: 80px;
}

.websites-grid__item {
    margin-bottom: 30px;
    position: relative;
    text-align: center
}

.websites-grid__item:hover {
    opacity: .85
}

.websites-grid__item:hover .websites-grid__item-image {
    transform: scale(1.02);
    transition: all .05s ease-in-out
}

.websites-grid__item:hover .websites-grid__item-title {
    color: #e20079;
    text-decoration: underline
}

.websites-grid__item:hover .websites-grid__item-overlay {
    color: #fff;
    opacity: .75
}

.websites-grid__item-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .05s ease-in-out;
    z-index: 451
}

.websites-grid__item-inner {
    position: relative
}

.websites-grid__item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 450
}

.websites-grid__item-overlay i {
    position: absolute;
    top: 50%;
    font-size: 30px;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    background: rgba(0, 0, 0, .25);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.websites-grid__item-image {
    margin-bottom: 10px;
    max-height: 100px;
    overflow: hidden
}

.websites-grid__item-image img {
    display: block;
    width: auto;
    max-width: 80%;
    height: auto;
    margin: 0 auto
}

.websites-grid__item-title {
    color: #333333
}

.websites-grid__item-category {}

.websites-grid__item-description {}

.websites-grid__item-tags {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.websites-grid__item-tag {
    background: #e20079;
    color: #fff;
    border-radius: 28px;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

/* S6.5   Designs */
.designs {}

.designs-content {
    text-align: center
}

.designs-content__heading,
.designs-content h1 {
    color: #333;
    font-size: 34px;
    font-weight: 400;
    margin-top: 0
}

.designs-content__subheading,
.designs-content h3 {
    color: #e20079;
    font-weight: 700
}

.designs-taxonomies {
    padding-top: 0
}

.designs-taxonomies__list {
    list-style: disc;
    padding-left: 70px !important;
    margin: 0px;
    padding: 0px
}

.designs-taxonomies__list-item {}

.designs-taxonomies__list-item-link {
    display: block;
    line-height: 30px
}

.tax-design_industry .fancybox-bg {
    background-color: rgba(0, 0, 0, .95)
}

.designs-banner {
    background: url('../png/seamless-samples-banner.png') top center repeat-x;
    background-color: #7F0B90;
    background-size: cover;
    color: #fff;
    min-height: 225px;
    padding: 45px 0;
    text-align: center;
    position: relative
}

.designs-banner:hover input {
    border: 1px solid #e20079
}

.designs-banner__heading {
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    color: inherit;
    text-transform: uppercase;
    margin: 0
}

.designs-banner__subheading {
    color: inherit;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 800
}

.designs-banner__content {
    font-weight: 700
}

.designs-banner__form {
    margin: 30px 0
}

.designs-grid {}

.designs-grid__heading {
    font-size: 34px;
    text-align: center;
    font-weight: 800;
    padding-bottom: 15px
}

.designs-grid__subheading {
    color: #333;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px
}

.designs-grid__button-next,
.designs-grid__button-prev {
    border: 2px solid #fff;
    display: block;
    background: #333;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    top: 50%;
    margin-top: -15px;
    opacity: .75
}

.designs-grid__button-next {
    right: 5px
}

.designs-grid__button-prev {
    left: 5px
}

.designs-grid__button-next:focus,
.designs-grid__button-prev:focus,
.designs-grid__button-next:hover,
.designs-grid__button-prev:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
    opacity: 1
}

.designs-grid__industry {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
    padding-top: 30px
}

.designs-grid__industry+.designs-grid__industry {
    border-top: 0px solid #dedede
}

.designs-grid__industry:last-of-type {
    border-bottom: 0px solid #dedede;
    padding-bottom: 0px
}

.designs-grid__industry .row {
    position: relative
}

.designs-grid__item {
    margin-bottom: 35px;
    max-width: 265px
}

.designs-grid__item-content {
    text-align: center;
    margin-bottom: 10px;
    transition: all .2s ease-in-out
}

.designs-grid__item-content:hover {
    transform: scale(1.02);
    transition: all .05s ease-in-out
}

.designs-grid__item-link {
    display: block;
    position: relative
}

.designs-grid__item-link:hover .designs-grid__item-overlay {
    color: #fff;
    opacity: .75
}

.designs-grid__item-overlay {
    top: calc(50% - 25px);
    right: calc(50% - 25px);
    opacity: 0;
    z-index: 999
}

.designs-grid__item-overlay i {
    position: absolute;
    top: 50%;
    font-size: 30px;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    background: rgba(0, 0, 0, .25);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.designs-grid__item-image {
    width: 100%;
    height: auto;
    border: 1px solid rgba(0, 0, 0, .5)
}

.designs-grid__item-info {
    margin-top: 15px;
    margin-bottom: 15px
}

.designs-grid__item-code {
    font-size: 14px;
    line-height: 25px
}

.designs-grid__item-button {
    background: #df001f;
    border-radius: 28px;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    line-height: 25px
}

.designs-grid__item-button:hover {
    background: #9c0016;
    color: #fff
}

.designs-cta {
    background-color: #f5f5f5
}

.designs-cta:hover input {
    border: 1px solid #e20079
}

.designs-cta__heading {
    font-size: 34px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 800
}

.designs-cta__content {
    text-align: center;
    margin-bottom: 30px
}

.designs-video {}

.designs-reviews {}

.designs-reviews__heading {
    font-size: 34px;
    text-align: center
}

.designs-reviews__item {
    text-align: center;
    margin-bottom: 15px
}

.designs-reviews__item-rating {
    color: #ffa500;
    font-size: 20px;
    margin-bottom: 5px
}

.designs-reviews__item-author {
    font-weight: bold
}

.designs-reviews__item-review {}

.designs-callus {
    margin-top: 0px;
    margin-bottom: 0
}

.designs-callus__text {}

.designs-callus__number {}

@media only screen and (min-width:320px) {
    .designs-grid__item-image {
        /* height: 114px; */
        width: auto
    }

}

@media only screen and (min-width:480px) {
    .designs-grid__item-image {
        height: 144px
    }

}

@media only screen and (min-width:768px) {
    .designs-grid__item-image {
        height: 159px
    }

    .designs-banner__heading {
        font-size: 60px;
        line-height: 60px
    }

    .designs-banner__subheading {
        font-size: 36px;
        margin-top: 0
    }

}

@media only screen and (min-width:992px) {
    .designs-grid__item-image {
        height: 153px
    }

}

@media only screen and (min-width:1200px) {
    .designs-grid__item-image {
        height: 189px
    }

}

.design-sample__content {
    text-align: center
}

.design-sample__image {
    border: 1px solid #888
}

.design-sample__text {
    text-align: center
}

.design-sample__info {
    line-height: 40px
}

.design-sample__code {
    text-align: center
}

.design-sample__button {
    background: #e20079;
    border-radius: 28px;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700
}

.design-sample__button:hover {
    background: #ad005c;
    color: #fff;
    text-decoration: none
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

/* S6.6   Marketing Articles */
.marketing-articles {}

.marketing-articles__heading {
    font-size: 32px;
    margin: 0;
    font-weight: 700
}

.marketing-articles__subheading {}

.marketing-articles__content {}

.marketing-articles__content-heading {}

.marketing-articles__list {
    padding-top: 0
}

.marketing-articles__list-item {}

.marketing-articles__list-item+.marketing-articles__list-item {
    border-top: 1px solid #dedede;
    margin-top: 30px;
    padding-top: 30px
}

.marketing-articles__list-item-content {}

.marketing-articles__list-item-heading {
    margin: 0
}

.marketing-articles__list-item-subheading {
    font-weight: 700;
    margin: 0
}

.marketing-articles__list-item-link {}

.marketing-articles__list-item-description {
    margin-bottom: 15px
}

.marketing-articles__list-item-learning {
    margin-bottom: 15px
}

.marketing-articles__list-item-time {
    margin-bottom: 15px
}

.marketing-articles__list-item-topic {
    margin-bottom: 15px
}

.marketing-articles__list-item-button {
    color: #ffffff;
    border: 1px solid transparent;
    background: #e20079;
    font-weight: 700;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: none;
    padding: 5px 15px;
    display: inline-block
}

.marketing-articles__list-item-button:hover {
    background-color: #ad005c;
    color: #ffffff;
    text-decoration: none
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

.article__heading,
.article h1 {
    font-size: 32px;
    color: #e20079;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px
}

.article__subheading,
.article h2 {
    font-size: 24px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 15px
}

.article-content {}

.article-content__image {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    max-width: 50%
}

.article-content__share {
    text-align: center
}

.article-aboutjoy {
    border-top: 1px solid #dedede
}

.article-aboutjoy__heading {
    margin: 0
}

.article-aboutjoy__content {}

.article-sidebar {
    padding: 45px 0;
    width: 100%
}

.article-sidebar-heading {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px
}

.article-sidebar-form {
    background: #66bb04;
    padding: 15px
}

.article-sidebar-form input::-webkit-input-placeholder,
input {
    padding: 10px !important
}

.article-sidebar-form input:-moz-placeholder,
input {
    padding: 10px !important
}

.article-sidebar-form input::-moz-placeholder,
input {
    padding: 10px !important
}

.article-sidebar-form input:-ms-input-placeholder,
input {
    padding: 10px !important
}

.sidebar--fixed .sidebar {
    position: fixed;
    top: 34px;
    padding-top: 15px;
    padding-bottom: 0;
    margin-right: 15px
}

.sidebar--bottom .sidebar {
    top: auto;
    bottom: 551px
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {
    .article-sidebar {
        max-width: 262px
    }

}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

/* S6.7   Marketing Reports */
.marketing-reports {}

.marketing-reports__heading,
.marketing-reports h1 {
    font-size: 32px;
    margin: 0;
    font-weight: 700
}

.marketing-reports__subheading,
.marketing-reports h2 {}

.marketing-reports__content {}

.marketing-reports__content-heading {}

.marketing-reports__list {
    padding-top: 0
}

.marketing-reports__list-item {}

.marketing-reports__list-item+.marketing-reports__list-item {
    border-top: 1px solid #dedede;
    margin-top: 30px;
    padding-top: 30px
}

.marketing-reports__list-item-image {
    text-align: center;
    margin-bottom: 15px
}

.marketing-reports__list-item-content {}

.marketing-reports__list-item-heading {
    margin: 0
}

.marketing-reports__list-item-description {
    margin-bottom: 15px
}

.marketing-reports__list-item-button {
    color: #ffffff;
    border: 1px solid transparent;
    background: #e20079;
    font-weight: 700;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: none;
    padding: 5px 15px;
    display: inline-block
}

.marketing-reports__list-item-button:hover {
    background-color: #ad005c;
    color: #ffffff;
    text-decoration: none
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

.report__heading,
.report h1 {
    font-size: 32px;
    color: #e20079;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px
}

.report__subheading,
.report h2 {
    font-size: 24px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 15px
}

.report-content {
    padding-bottom: 0
}

.report-content__heading {}

.report-content__image {
    margin-top: 30px;
    text-align: center
}

.report-callus {}

.report-callstripe {
    margin-bottom: 0
}

.report-download {
    text-align: center
}

.report-download__heading {}

.report-download__link {}

.report-download__form {}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {
    .report-content__image {
        margin-top: 0
    }

}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

/* S6.8   Postcard Marketing Manual */
.marketing-manual-header {
    padding: 0;
    text-align: center
}

.marketing-manual-content {
    padding-bottom: 0
}

.marketing-manual-content__heading,
.marketing-manual-content h1 {
    font-size: 32px;
    color: #e20079;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px
}

.marketing-manual-chapters {
    clear: both
}

.marketing-manual-chapters:after,
.marketing-manual-content:after {
    content: " ";
    clear: both;
    display: block
}

.marketing-manual-chapters__list {}

.marketing-manual-chapters__list-item {
    overflow: hidden;
    text-shadow: 2px 2px .5px rgba(0, 0, 0, .3);
    margin-bottom: 15px;
    background-image: url(../jpg/bg-pattern-grey.jpg);
    background-repeat: repeat;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-family: "Georgia", "Times New Roman", serif;
    color: #fff;
    padding: 0 30px;
    font-weight: 700;
    font-style: italic
}

.marketing-manual-chapters__list-item:hover {
    background-image: url(../jpg/bg-pattern-yellow.jpg)
}

.marketing-manual-chapters__list-item:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #ffffff
}

.marketing-manual-chapters__list-item:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 20px solid #ffffff
}

.marketing-manual-chapters__list-item-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 50
}

.marketing-manual-chapters__list-item-text {
    float: left;
    max-width: 200px;
    position: relative
}

.marketing-manual-chapters__list-item-text span {
    float: left
}

.marketing-manual-chapters__list-item-title {
    right: 30px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    max-width: 280px
}

.marketing-manual-chapters__list-item-chapter {
    font-size: 74px;
    font-style: normal;
    line-height: 50px;
    height: 50px;
    float: left;
    margin-left: 10px;
    font-family: "Lora";
    font-weight: bold
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

.chapter__heading,
.chapter h1 {
    font-size: 32px;
    color: #e20079;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px
}

.chapter__subheading,
.chapter h2 {
    font-size: 24px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 15px
}

.chapter-header {
    padding-bottom: 0;
    padding-top: 30px;
    text-align: center
}

.chapter-content {
    padding-top: 30px
}

.chapter-content__share {
    text-align: center
}

.chapter-content__blockquote,
.chapter-content blockquote {
    position: relative;
    border: 0;
    padding: 30px 60px;
    min-height: 90px;
    font-style: italic;
    text-align: center
}

.chapter-content__blockquote em,
.chapter-content blockquote em {
    color: #ff6000
}

.chapter-content__blockquote:before,
.chapter-content blockquote:before,
.chapter-content__blockquote:after,
.chapter-content blockquote:after {
    color: #ff9600;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    content: " ";
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.chapter-content__blockquote:before,
.chapter-content blockquote:before {
    background-image: url('../gif/blockquote-left_brace.gif');
    left: 0
}

.chapter-content__blockquote:after,
.chapter-content blockquote:after {
    background-image: url('../gif/blockquote-right_brace.gif');
    right: 0
}

.chapter-content__footer {
    max-width: 330px;
    margin: 15px auto 0 auto;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    border-top: 1px solid #dedede;
    padding-top: 30px;
    margin-top: 30px
}

.chapter-nav-buttons {}

.chapter-nav-buttons__previous {
    display: block;
    width: 300px;
    height: 81px;
    background: url('../png/postcard_marketing_manual-prev_chapter.png') no-repeat 0px 0px;
    margin: 0 auto
}

.chapter-nav-buttons__previous:hover {
    background-position: 0px -81px
}

.chapter-nav-buttons__next {
    display: block;
    width: 300px;
    height: 81px;
    background: url('../png/postcard_marketing_manual-next_chapter.png') no-repeat 0px 0px;
    margin: 0 auto
}

.chapter-nav-buttons__next:hover {
    background-position: 0px -82px
}

.chapter-aboutjoy {
    border-top: 1px solid #dedede
}

.chapter-aboutjoy__heading {
    margin: 0
}

.chapter-aboutjoy__content {}

.chapter-cta {
    background: #6dc800;
    text-align: center;
    padding: 0;
    border-radius: 8px;
    overflow: hidden
}

.chapter-cta__heading {
    background: #e00279;
    color: #fff;
    height: 55px;
    line-height: 55px;
    margin-bottom: 15px
}

.chapter-cta__inner {
    padding: 15px 30px
}

.chapter-cta__form {
    margin-top: 15px;
    margin-bottom: 15px
}

.chapter-sidebar {}

.chapter-sidebar__button-samples {
    display: inline-block;
    color: #fff;
    border: 1px solid transparent;
    background: #e20079;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: none
}

.chapter-sidebar__button-samples:hover {
    background: #ad005c
}

.chapter-sidebar__list {
    background-image: url('../png/postcard_marketing_manual-sidebar_bg.png');
    background-repeat: no-repeat;
    padding: 40px 0px 0px 30px
}

.chapter-sidebar__list-item-chapter {
    font-size: 22px;
    color: #FF9600;
    display: block;
    text-transform: uppercase;
    margin-top: 15px;
    line-height: 20px;
    font-weight: 700
}

.chapter-sidebar__list-item-title {
    font-size: 11px
}

.chapter-sidebar__list-item-link {
    position: relative;
    overflow: hidden;
    text-shadow: 2px 2px .5px rgba(0, 0, 0, .3);
    background-image: url(../jpg/bg-pattern-grey.jpg);
    display: inline-block;
    position: relative;
    height: 20px;
    line-height: 20px;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 14px;
    color: #fff;
    padding: 0 60px 0 20px;
    font-weight: 700;
    font-style: italic
}

.chapter-sidebar__list-item-link:hover {
    background-image: url(../jpg/bg-pattern-yellow.jpg);
    color: #fff;
    text-decoration: none
}

.chapter-sidebar__list-item-link span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 10px
}

.chapter-sidebar__list-item-link span:before,
.chapter-sidebar__list-item-link span:after {
    position: absolute;
    right: -2px;
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff
}

.chapter-sidebar__list-item-link span:before {
    transform: rotate(-45deg);
    top: -8px
}

.chapter-sidebar__list-item-link span:after {
    transform: rotate(45deg);
    bottom: -8px
}

.chapter-sidebar__list-item-link:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ffffff
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

/* S6.9   FAQs */
.faqs {}

.faqs__heading,
.faqs h1 {
    font-size: 32px;
    font-weight: 700;
    color: #e20079;
    margin: 0
}

.faqs__subheading {}

.faqs__content {}

.faqs-list {
    padding-top: 0
}

.faqs-list__heading {}

.faqs-list__subheading {}

.faqs-list__category {
    margin-bottom: 30px
}

.faqs-list__category-heading {
    font-size: 24px;
    margin-bottom: 15px
}

.faqs-list__category-link {}

.faqs-list__item {}

.faqs-list__item-link {}

.faqs-callus {}

.faqs-callus__text {}

.faqs-callus__number {}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

.faq {}

.faq__heading,
.faq h1 {
    font-size: 32px;
    font-weight: 700;
    color: #e20079;
    margin: 0
}

.faq__subheading,
.faq h3 {
    margin-bottom: 15px
}

.faq-nav {
    padding: 25px 0 10px 0;
    line-height: 20px
}

.faq-nav__menu-link {}

.faq-content {
    padding-top: 0
}

.faq-questions {
    padding-top: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.faq-questions__heading {
    margin-bottom: 15px
}

.faq-questions__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.faq-questions__item {}

.faq-answers {
    padding-top: 0
}

.faq-answers__heading {}

.faq-answers__list {}

.faq-answers__item {}

.faq-answers__item+.faq-answers__item {
    margin-top: 30px
}

.faq-answers__title {
    margin-bottom: 0
}

.faq-answers__content {}

.faq-callus {}

.faq-form {}

.faq-form__inner {
    background: #6DC800;
    color: #fff;
    padding: 15px
}

.faq-cta {}

.faq-cta__heading {
    margin-bottom: 6px;
    text-align: left;
    color: #00a7eb;
    font-size: 38px;
    background: url('../png/arrow-left-blue.png') no-repeat center right;
    font-style: normal;
    font-weight: 400
}

.faq-cta__form-wrap {
    background-color: #66BB05;
    color: #fff;
    padding: 15px
}

.faq-cta__form-inner {}

.faq-cta__form {}

.faq-cta__form-heading {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15)
}

.faq-cta__form-field {
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px
}

.faq-cta__form-field:after {
    content: " ";
    display: table;
    clear: both
}

.faq-cta__form-field div[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px
}

.faq-cta__form-field div[class^="col-"]+div[class^="col-"] {
    padding-left: 0 !important
}

.faq-cta__form-label {}

.faq-cta__form-input {
    font-size: 18px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 8px
}

.faq-cta__form-input:focus {
    border: 1px solid #701d81
}

.faq-cta__form-button {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
    padding: 0;
    display: block;
    color: #fff;
    border: 1px solid transparent;
    background: #111111;
    font-size: 17px;
    font-weight: 800;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: none
}

.faq-cta__form-button:hover {
    background: #000000
}

.faq-cta__form-button-text {
    display: block;
    line-height: 35px
}

.faq-sidebar {
    padding: 45px 0;
    width: 100%
}

.faq-sidebar-heading {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px
}

.faq-sidebar-form {
    background: #66bb04;
    padding: 15px
}

.faq-sidebar-form input::-webkit-input-placeholder,
input {
    padding: 10px !important
}

.faq-sidebar-form input:-moz-placeholder,
input {
    padding: 10px !important
}

.faq-sidebar-form input::-moz-placeholder,
input {
    padding: 10px !important
}

.faq-sidebar-form input:-ms-input-placeholder,
input {
    padding: 10px !important
}

.sidebar--fixed .sidebar {
    position: fixed;
    top: 34px;
    padding-top: 15px;
    padding-bottom: 0;
    margin-right: 15px
}

.sidebar--bottom .sidebar {
    top: auto;
    bottom: 551px
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {
    .faq-sidebar {
        max-width: 262px
    }

}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

/* S6.10  Case Studies */
.case-studies {}

.case-studies__heading,
.case-studies h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 800
}

.case-studies__subheading {
    color: #333;
    font-size: 24px;
    text-align: center;
}

.case-studies__heading+p,
.case-studies h1+p {
    margin-top: 30px
}

.case-studies-nav {
    margin: 45px 0;
    text-align: center
}

.case-studies-nav__menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.case-studies-nav__menu-item {
    display: inline-block;
    margin: 5px 0;
}

.case-studies-nav__menu-item+.case-studies-nav__menu-item {
    margin-left: 10px
}

.case-studies-nav__menu-link,
.case-studies-nav__menu-industry {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .10);
    background-image: none;
    text-transform: uppercase;
    background: #b7b7b7;
    border-radius: 8px;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0px 30px;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none
}

.case-studies-nav__menu-link:hover,
.case-studies-nav__menu-industry:hover,
.case-studies-nav__menu-link:focus,
.case-studies-nav__menu-industry:focus {
    background: #e20079;
    color: #fff;
    text-decoration: none
}

.case-studies-nav__menu-link--active,
.case-studies-nav__menu-item--active .case-studies-nav__menu-industry {
    background: #e20079;
    color: #fff;
    text-decoration: none;
    cursor: default
}

.case-studies-nav__menu-industry {}

.case-studies-content {}

.case-studies-content__heading {
    text-align: center;
}

.case-studies-content+.case-studies-grid {
    padding-top: 0
}

.case-studies-grid {
    padding-top: 0
}

.case-studies-grid__industry {}

.case-studies-grid__industry+.case-studies-grid__industry {
    margin-top: 15px
}

.case-studies-grid__industry .row {
    position: relative
}

.case-studies-grid__industry-heading {
    text-align: center;
    font-size: 32px;
    margin-bottom: 15px
}

.case-studies-grid__industry-link {}

.case-studies-grid__item {
    border: 1px solid #999999;
    margin-bottom: 30px;
    position: relative
}

.case-studies-grid__item:hover {
    border-color: #000000
}

.case-studies-grid__item:hover .case-studies-grid__item-title {
    color: #e20079;
    text-decoration: underline
}

.case-studies-grid__item:hover .case-studies-grid__item-hasvideo {
    background: #e20079
}

.case-studies-grid__item-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .05s ease-in-out;
    z-index: 50
}

.case-studies-grid__item-image-wrap {
    border-bottom: 1px solid #999999;
    position: relative;
    padding-bottom: 70.5%;
    overflow: hidden
}

.case-studies-grid__item-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.case-studies-grid__item-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 100%;
    margin: 0 auto
}

.case-studies-grid__item-image img.wide {
    width: 100%
}

.case-studies-grid__item-hasvideo {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #0089cf;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    line-height: 1
}

.case-studies-grid__item-content {
    padding: 15px
}

.case-studies-grid__item-title {
    color: #0089cf
}

.case-studies-grid__item-industry {
    line-height: 1.5;
    margin-bottom: 5px;
}

.case-studies-grid__item-description {
    line-height: 1.5;
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

/* S6.11  Ratings & Reviews */
.ratings-reviews {}

.ratings-reviews__heading,
.ratings-reviews h1 {
    font-size: 32px;
    color: #e20079;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px
}

.ratings-reviews__subheading,
.ratings-reviews h2 {
    font-size: 24px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 15px
}

.ratings-reviews-content {
    padding-bottom: 0
}

.ratings-reviews-content__heading {}

.ratings-reviews-content__button {
    margin-top: 15px;
    color: #ffffff;
    border: 1px solid transparent;
    background: #ff6000;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: none;
    padding: 5px 15px;
    display: inline-block
}

.ratings-reviews-content__button:hover {
    background-color: #cc4e00;
    color: #ffffff;
    text-decoration: none
}

.ratings-reviews-list {
    padding-bottom: 0
}

.ratings-reviews-list__heading {}

.ratings-reviews-list__content {}

.ratings-reviews-list__item {
    margin: 30px 0;
    padding: 0;
    list-style: none
}

.ratings-reviews-list__item-rating {
    color: #ff9f00;
    margin-bottom: 0
}

.ratings-reviews-list__item-author {
    font-weight: bold;
    margin-bottom: 0
}

.ratings-reviews-list__item-review {
    margin-bottom: 0
}

.reviews-submit {
    border-top: 1px solid #dedede
}

.reviews-submit__heading {
    margin-bottom: 0
}

.reviews-submit__text {}

.reviews-submit__label {
    font-weight: bold;
    display: block;
    clear: both
}

.reviews-submit__input {
    margin-bottom: 15px
}

#wrap-content .reviews-submit__radio {
    float: right;
    width: 28px;
    height: 28px;
    padding: 0;
    margin: 0 0 0 -28px;
    opacity: 0;
    display: inline-block
}

.reviews-submit__star:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    text-decoration: inherit;
    content: "\f006";
    color: #F4B206
}

.reviews-submit__rating {
    overflow: hidden;
    display: inline-block;
    position: relative
}

.reviews-submit__rating:hover {
    cursor: pointer
}

.reviews-submit__rating:hover .reviews-submit__star:hover::before,
.reviews-submit__rating:hover .reviews-submit__star:hover~.reviews-submit__star::before,
.reviews-submit__radio:checked~.reviews-submit__star::before {
    cursor: pointer;
    content: "\f005";
    font-family: FontAwesome;
    color: #F4B206 !important
}

.reviews-submit__star,
.reviews-submit__rating:hover .reviews-submit__star {
    font-family: FontAwesome;
    content: "\f005";
    position: relative;
    float: right;
    display: block;
    font-size: 28px;
    line-height: 28px;
    padding-right: 2px
}

.reviews-submit__button {
    margin-top: 15px;
    color: #ffffff;
    border: 1px solid transparent;
    background: #e20079;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: none;
    padding: 5px 15px;
    display: inline-block
}

.reviews-submit__button:hover {
    background-color: #ad005c;
    color: #ffffff;
    text-decoration: none
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

/* S6.12  Testimonials */
.testimonials {}

.testimonials__heading {
    font-size: 32px;
    font-weight: 600
}

.testimonials__subheading {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600
}

.testimonials-content {
    padding-bottom: 0
}

.testimonials-industries {}

.testimonials-industries-list__column {
    margin: 0;
    padding: 0;
    list-style: none
}

.testimonials-industries-list__item {}

.testimonials-industries-list__item-link {
    display: block;
    line-height: 30px
}

.testimonials-list {}

.testimonials-list__content {}

.testimonials-list__item {
    border-left: 3px solid #dedede;
    padding-left: 30px
}

.testimonials-list__item+.testimonials-list__item {
    margin-top: 30px
}

.testimonials-list__item-testimonial {
    margin-bottom: 15px
}

.testimonials-list__item-author {
    font-style: italic
}

.testimonials-list__item-company {
    font-weight: 600
}

.testimonials-content+.testimonials-industries {
    border-top: 1px solid #dedede
}

.testimonials-list+.testimonials-industries {
    border-top: 1px solid #dedede
}

.testimonials-industries+.testimonials-list {
    border-top: 1px solid #dedede
}

/* S6.13  News */
.news {}

.news__heading {
    font-size: 32px;
    margin: 0;
    font-weight: 600
}

.news__subheading {}

.news__content {}

.news__content-heading {}

.news__list {
    padding-top: 0
}

.news__list-item {}

.news__list-item+.news__list-item {
    border-top: 1px solid #dedede;
    margin-top: 30px;
    padding-top: 30px
}

.news__list-item-content {}

.news__list-item-heading {
    margin: 0
}

.news__list-item-subheading {
    font-weight: 700;
    margin: 0
}

.news__list-item-link {}

.news__list-item-description {
    margin-bottom: 15px
}

.news__list-item-learning {
    margin-bottom: 15px
}

.news__list-item-time {
    margin-bottom: 15px
}

.news__list-item-topic {
    margin-bottom: 15px
}

.news__list-item-button {
    color: #ffffff;
    border: 1px solid transparent;
    background: #e20079;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: none;
    padding: 5px 10px;
    display: inline-block
}

.news__list-item-button:hover {
    background-color: #701d81;
    color: #ffffff;
    text-decoration: none
}

/* S6.14  Press Releases */
.press-releases {}

.press-releases__heading {
    font-size: 32px
}

.press-releases__subheading {}

.press-releases__content {}

.press-releases__content-heading {}

.press-releases__list {}

.press-releases__list-item {}

.press-releases__list-item+.press-releases__list-item {
    border-top: 1px solid #dedede;
    margin-top: 30px;
    padding-top: 30px
}

.press-releases__list-item-content {}

.press-releases__list-item-heading {
    margin: 0
}

.press-releases__list-item-subheading {
    font-weight: 700;
    margin: 0
}

.press-releases__list-item-link {}

.press-releases__list-item-description {
    margin-bottom: 15px
}

.press-releases__list-item-learning {
    margin-bottom: 15px
}

.press-releases__list-item-time {
    margin-bottom: 15px
}

.press-releases__list-item-topic {
    margin-bottom: 15px
}

.press-releases__list-item-button {
    border: 1px solid transparent;
    background: transparent;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: none;
    padding: 5px 10px;
    display: inline-block
}

/* S6.15  Jobs/Careers/Open House/Maniac Stories */





.maniac-activities-grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.maniac-activities-grid .item {
    width: 33%;
    padding: 15px;
    transition: all .2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.maniac-activities-grid .item-inner {
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.maniac-activities-grid .item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maniac-activities-grid .item:hover {
    opacity: .7;
    transition: all .2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    padding: 10px;
}

.maniac-activities-grid .item img {
    height: 100%;
    width: auto;
    max-width: unset;
}

.maniac-activities-grid .item-portrait img {
    height: auto;
    width: 100%;
    max-width: 100%;
}

/*  .maniac-activities-grid .item img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        max-width: 100%;
        max-height: 100%;
        opacity: 0;
        transition: 5s opacity ease-in;
    } */



.openhouse__heading,
.openhouse h1 {
    font-size: 32px;
    color: #e20079;
    margin-top: 0;
    margin-bottom: 15px
}

.openhouse__subheading,
.openhouse h2 {
    font-size: 24px;
    color: #333333
}

.openhouse-jobs-list {
    text-align: center;
    padding-top: 0
}

.openhouse-jobs-list__heading,
h2.openhouse-jobs-list__heading {
    color: #e20079;
    margin-top: 0;
    margin-bottom: 15px
}

.openhouse-jobs-list__subheading {}

.openhouse-jobs-list__category {}

.openhouse-jobs-list__category+.openhouse-jobs-list__category {
    margin-top: 15px;
}

.openhouse-jobs-list__category-heading {
    font-weight: 700;
    margin: 0
}

.openhouse-jobs-list__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.openhouse-jobs-list__list-item {
    margin: 0;
    padding: 0
}

.openhouse-jobs-list__list-item-title {}

.openhouse-jobs-list__list-item-link {}

.openhouse-jobs-list__list-item-link .fa {
    font-size: 14px
}

.openhouse-jobs-list__socials {
    border-top: 0px solid #dedede;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center
}

.openhouse-jobs-list__socials-link {
    display: block
}

.openhouse-jobs-list__socials-link:hover {
    opacity: .75
}

.openhouse-jobs-list__socials-image {
    display: block;
    margin: 15px auto
}

.openhouse-videos {
    padding-top: 0;
    text-align: center
}

.openhouse-banner {
    color: #fff;
    padding: 0;
    position: relative;
    overflow: hidden
}

.openhouse-banner__inner {
    padding: 60px 0;
    z-index: 15;
    position: relative;
    text-align: center
}

.openhouse-banner__heading {
    max-width: 75%;
    margin: 0 auto
}

.openhouse-banner__date {
    background-image: url('../png/bg-highlight-pink.png');
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 22px;
    padding: 10px;
    width: 580px;
    max-width: 100%;
    margin: 15px auto
}

.openhouse-banner__button {
    display: inline-block;
    border-radius: 8px;
    font-size: 22px;
    color: inherit;
    padding: 15px 30px;
    border: 3px solid #ffffff;
    background: transparent
}

.openhouse-banner__button:hover {
    background: #fff;
    color: #000;
    text-decoration: none
}

.openhouse-banner__overlay {
    background-image: url('../png/overlay-1px_dot.png');
    background-position: top left;
    background-repeat: repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10
}

.openhouse-banner__background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('../jpg/banner-about-pcm.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity
}

.openhouse-banner__form {}

.openhouse-footer {
    background-image: url('../jpg/careers-footer-bg.jpg');
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
    padding: 0
}

.openhouse-footer__inner {
    z-index: 15;
    position: relative;
    text-align: center;
    padding: 60px 0
}

.openhouse-footer__heading {
    margin-top: -95px
}

.openhouse-footer__button {
    display: inline-block;
    border-radius: 8px;
    font-size: 22px;
    color: inherit;
    padding: 15px 30px;
    border: 3px solid #ffffff;
    background: transparent
}

.openhouse-footer__button:hover {
    background: #fff;
    color: #000;
    text-decoration: none
}

.openhouse-footer__overlay {
    background-image: url('../png/overlay-1px_dot.png');
    background-position: top left;
    background-repeat: repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10
}

.openhouse-footer__form {
    margin-top: 15px
}

@media only screen and (min-width:320px) {
    .careers-cta__heading {
        margin-top: -105px
    }

    .openhouse-footer__heading {
        margin-top: -105px
    }

}

@media only screen and (min-width:480px) {

    .careers-banner__form-button,
    .careers-cta__button,
    .careers-footer__button {
        font-size: 28px
    }

    .careers-cta__heading {
        margin-top: -115px
    }

    .openhouse-banner__form-button,
    .openhouse-footer__form-button {
        font-size: 28px
    }

    .openhouse-footer__heading {
        margin-top: -115px
    }

}

@media only screen and (min-width:768px) {

    .careers-banner__form-button,
    .careers-cta__button,
    .careers-footer__button {
        font-size: 36px
    }

    .openhouse-banner__date {
        font-size: 36px
    }

    .openhouse-banner__form-button,
    .openhouse-footer__form-button {
        font-size: 36px
    }

}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

.maniac-stories {
    padding-top: 0
}

.maniac-stories__heading {}

.maniac-stories__video {}

.maniac-stories__grid {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0
}

.maniac-stories__item {
    margin-bottom: 15px
}

.maniac-stories__item:hover {
    opacity: .75
}

.maniac-stories__link {}

.maniac-stories__img {}

/* S6.16  Blog */
.blog-banner {
    background: url('../png/seamless-samples-banner.png') top center repeat-x;
    background-color: #7F0B90;
    background-size: cover;
    color: #fff;
    min-height: 225px;
    padding: 45px 0;
    text-align: center;
    position: relative
}

.blog-banner:hover input {
    border: 1px solid #e20079
}

.blog-banner__heading {
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    color: inherit;
    text-transform: uppercase;
    margin: 0
}

.blog-banner__subheading {
    color: inherit;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 0
}

.blog-banner__content {
    font-weight: 700
}

.blog-banner__form {
    margin-top: 30px
}

.blog-grid {}

.blog-grid__block {
    margin-bottom: 45px
}

.blog-grid__thumbnail {}

.blog-grid__thumbnail-link {
    display: block
}

.blog-grid__thumbnail-image {}

.blog-grid__post-title {}

.blog-grid__post-link {
    color: inherit
}

.blog-grid__excerpt {
    margin-bottom: 15px
}

.blog-grid__date {
    font-size: 14px
}

.blog-grid__author {
    font-weight: 700;
    font-size: 14px
}

.blog-grid__author-link {
    color: inherit
}

.blog-post {}

.blog-post__title {}

.blog-post__title-link {
    color: inherit
}

.blog-post__date {}

.blog-post__author {}

.blog-post__thumbnail {
    margin-bottom: 15px
}

.blog-post__content {
    font-size: 22px;
    line-height: 30px;
}

.blog-post__content p,
.blog-post__content li {
    font-size: 22px;
    line-height: 30px;
}

body.single-post {
    margin-bottom: 66px;
}

.blog-post__sharing {
    position: fixed;
    bottom: 0;
    padding: 8px;
    background-color: #fff;
    z-index: 1;
    left: 0;
    right: 0;
}

.blog-post__share {
    color: #fff;
    float: right;
    display: block;
    font-size: 30px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    opacity: 1;
    padding: 0;
    text-align: center;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.blog-post__share:hover {
    opacity: .85;
    color: #fff;
    width: 60px;
    font-size: 32px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.blog-post__share span {
    display: none
}

.blog-post__share:hover span {
    transform: rotate(270deg);
    line-height: 50px;
    float: left;
    text-transform: uppercase
}

.blog-post__share-fb {
    background: #3b5998;
    color: #fff
}

.blog-post__share-tw {
    background: #00aced;
    color: #fff
}

.blog-post__share-gp {
    background: #dd4b39;
    color: #fff
}

.blog-post__share-li {
    background: #007bb6;
    color: #fff
}

.blog-post__share-em {
    background: #CCCCCC;
    color: #fff
}

.blog-post__share-count {
    font-size: 12px;
    color: #222;
    line-height: 15px;
    height: 50px;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    float: left;
}

.blog-post__share-count-total {
    font-weight: bold;
    font-size: 15px
}

.embedded-social-share {
    text-transform: uppercase;
}

.embedded-social-share a {
    color: #fff;
    display: block;
}

.embedded-social-share a:hover {
    opacity: .85;
}

.embedded-social-share ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 3px solid #fff;
}

.embedded-social-share ul li {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    list-style: none;
}

.embedded-social-share ul li:first-child {
    font-weight: bold;
}

.embedded-social-share ul li+li {
    border-left: 3px solid #fff;
}

.post-reviews {}

.post-reviews__heading {
    text-align: center;
}

.post-reviews__item {
    background: #f7f7f7;
    border: 1px solid #efefef;
    padding: 30px;
    margin: 15px 0;
    border-radius: 8px;
    position: relative;
}

.post-reviews__item-review {
    font-size: 13px;
    line-height: 1.25;
    font-style: italic;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    text-align: center
}

.post-reviews__item-author {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25;
}

.post-reviews__item-rating {
    text-align: center;
    color: #ff9f00;
    margin-top: 3px;
}

.blog-post__subscribe {
    padding: 20px;
    margin: 20px;
    font-style: italic;
    font-weight: bold;
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {
    body.single-post {
        margin-bottom: 0;
    }

    .blog-post__sharing {
        position: fixed;
        margin-left: -80px;
        top: 345px;
        transform: translateY(-50%);
        padding: 8px;
        background-color: #fff;
        z-index: 1;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .blog-post__share,
    .blog-post__share-count {
        float: none;
    }

}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

.blog-comments {
    background: #efefef;
    padding: 0
}

.blog-comments__display {
    padding: 30px
}

.blog-comments__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.blog-comments__form .comment-respond {
    padding: 30px
}

.blog-comments__form-label {
    font-weight: 700
}

.blog-comments__form-input {
    margin-bottom: 15px
}

.blog-comments__form-textarea {
    margin-bottom: 15px;
    min-height: 200px
}

.blog-comments .comment-author {
    text-transform: capitalize;
    margin-bottom: 15px
}

.blog-comments .comment-author .url {}

.blog-comments .comment-author .says {
    display: none
}

.blog-comments .comment-author img {
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden
}

.blog-comments ul.children {
    list-style: none;
    padding-left: 0;
    border-left: 2px solid #e20079;
    margin-left: 15px
}

.blog-comments ul.children li {
    padding-left: 30px
}

.blog-comments ul.children ul.children {
    border-left: 2px solid #790989
}

.blog-comments ul.children ul.children ul.children {
    border-left: 2px solid #66bb05
}

.blog-comments ul.children ul.children ul.children ul.children {
    border-left: 2px solid #ff6000
}

.blog-comments .comment {
    margin-top: 30px
}

.blog-comments .form-submit {
    margin: 0
}

.blog-comments .comment-content {
    margin-bottom: 30px
}

.blog-comments .comment-body .reply a {
    color: #ffffff;
    border: 1px solid transparent;
    background: #e20079;
    font-weight: 700;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: none;
    padding: 0px 15px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 15px
}

.blog-comments .comment-body .reply a:hover {
    background-color: #ad005c;
    color: #ffffff;
    text-decoration: none
}

.blog-comments .comment .comment-respond {
    background: #d9d9d9;
    padding: 30px;
    margin-top: 15px
}

.blog-comments .comment-metadata {
    display: none
}

.blog-comments .comment.depth-1+.comment.depth-1 {
    border-top: 1px solid #b7b7b7;
    margin-top: 30px;
    padding-top: 30px
}

.blog-sidebar {
    padding: 45px 0
}

.blog-sidebar-menu {
    margin-bottom: 15px
}

.blog-sidebar-menu__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-sidebar-menu__item {
    margin-bottom: 10px
}

.blog-sidebar-menu__link {
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    color: #333333;
    display: block;
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
    text-transform: uppercase
}

.blog-sidebar-menu__link:hover {
    border-color: #810B92;
    color: #810B92;
    text-decoration: none
}

.blog-sidebar-menu__item.active .blog-sidebar-menu__link {
    border: 2px solid #810B92;
    color: #810B92;
    line-height: 23px;
    font-weight: 700
}

#navigation-cat .nav-mobile select {
    width: 100%;
    border-radius: 6px;
    padding: 0 15px;
    border: 1px solid #333333;
    font-size: 20px;
    height: 40px;
    max-width: 100%;
    line-height: 40px;
    line-height: 4.0rem
}

.blogthanks {
    font-size: 30px;
    display: block;
    font-weight: 700;
    height: 60px;
    background: #ffffff;
    line-height: 60px;
    border-radius: 8px;
    max-width: 400px;
    margin: 30px auto 0 auto;
    color: #000;
    position: relative
}

.blogthanks i {
    font-size: 54px;
    color: #66bb05;
    float: left;
    margin-left: 15px;
    line-height: 62px;
    transform: rotate(-8deg)
}

.blogthanks::after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
    display: block
}

/* S6.17  Price */
.price-banner {
    background: url('../png/seamless-samples-banner.png') top center repeat-x;
    background-color: #7F0B90;
    background-size: cover;
    color: #fff;
    min-height: 225px;
    padding: 45px 0;
    text-align: center;
    position: relative
}

.price-banner:hover input {
    border: 1px solid #e20079
}

.price-banner__heading {
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    color: inherit;
    text-transform: uppercase;
    margin: 0
}

.price-banner__subheading {
    color: inherit;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0
}

.price-banner__content {
    font-weight: 700
}

.price-banner__form {
    margin-top: 30px
}

.price-content {}

.price-content__heading {}

.price-content__livechat {
    text-align: center;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 36px;
    margin-top: 30px
}

.price-reviews {
    padding-top: 0;
    text-align: center
}

.price-reviews__heading {}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {
    .price-banner__heading {
        font-size: 60px;
        line-height: 60px
    }

}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

/* S6.18  Why Choose PostcardMania? */
.choose-postcardmania {}

.choose-postcardmania table {
    background: #dedede;
    text-align: center;
    font-size: 15px
}

.choose-postcardmania table tr:first-child th:first-child {
    background: #fff
}

.choose-postcardmania table tr th:nth-child(2) {
    background: #e20079
}

.choose-postcardmania table tr th {
    background: #949494;
    color: #fff;
    padding: 15px 20px
}

.choose-postcardmania table tr td:first-child {
    text-align: left
}

.choose-postcardmania table tr td:nth-child(2) {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    background: #88d200;
    background: -moz-linear-gradient(top, #88d200 0%, #6ec800 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88d200), color-stop(100%, #6ec800));
    background: -webkit-linear-gradient(top, #88d200 0%, #6ec800 100%);
    background: -o-linear-gradient(top, #88d200 0%, #6ec800 100%);
    background: -ms-linear-gradient(top, #88d200 0%, #6ec800 100%);
    background: linear-gradient(to bottom, #88d200 0%, #6ec800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88d200', endColorstr='#6ec800', GradientType=0);
    color: #fff
}

.choose-postcardmania table tr:nth-child(3) td:nth-child(4) {
    padding: 0
}

/* S6.19  Customer Value Calculator */
.customer-value-callus {
    margin-top: 0px;
    margin-bottom: 0
}

.customer-value-callus__text {
    display: block
}

.customer-value-callus__number {
    display: block
}

/* S6.20  Contact Us */
.contact-us {}

.contact-us-form {
    padding-top: 0
}

.contact-us-form label {
    font-weight: 700
}

.contact-us-form textarea {
    min-height: 200px
}

.contact-us-form__inner {
    padding-top: 0
}

.contact-us-form__button {
    color: #fff;
    border: 1px solid transparent;
    background: #e20079;
    font-size: 24px;
    font-weight: 800;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-radius: 8px;
    box-shadow: none
}

.contact-us-form__button:hover {
    background: #ad005c
}

/* S6.21  Custom Quote */
.quote-form {
    padding-top: 0;
}

/* S6.22  Order Online */
.order-form {
    padding-top: 0;
}

/* S6.23  Download Postcard Marketing Manual */
.postcardbook-download {
    text-align: center
}

.postcardbook-content {
    padding-top: 15px
}

.postcardbook-content blockquote {
    font-style: italic
}

.postcardbook-form {
    padding-top: 0;
    padding-bottom: 15px
}

.postcardbook-form__ctatext {
    display: none
}

.postcardbook-form__inner {
    background: #275695;
    color: #fff;
    padding: 15px;
    border-radius: 8px
}

/* S6.24  Free Samples */
.freesample-content {
    padding-top: 15px
}

.freesample-form {
    padding-top: 0;
    padding-bottom: 15px
}

.freesample-form__ctatext {
    display: none
}

.freesample-form__inner {
    background: #790989;
    color: #fff;
    padding: 15px;
    border-radius: 8px
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:992px) {
    .postcardbook-form {
        margin-top: -145px
    }

    .postcardbook-content blockquote {
        margin-top: -160px;
        margin-left: 350px;
        margin-bottom: 15px
    }

}

@media only screen and (min-width:1200px) {
    .postcardbook-form {
        margin-top: -170px
    }

    .postcardbook-content blockquote {
        margin-top: -175px;
        margin-left: 415px;
        margin-bottom: 30px
    }

}

/* S6.25  Postcard Printing */
.postcard-printing__heading {}

.postcard-printing__subheading,
.postcard-printing h2 {
    color: inherit;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px
}

.postcard-printing h2 span {
    color: inherit;
    font-size: 60px;
    display: block
}

.postcard-printing-banner {}

.postcard-printing-banner {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
    background-image: none;
    overflow: hidden;
    text-align: center;
    padding-bottom: 0;
    position: relative;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
    background: #790989;
    background: -moz-linear-gradient(top, #960ba5 0%, #960ba5 50%, #790989 100%);
    background: -webkit-linear-gradient(top, #960ba5 0%, #960ba5 50%, #790989 100%);
    background: linear-gradient(to bottom, #960ba5 0%, #960ba5 50%, #790989 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#960ba5', endColorstr='#790989', GradientType=0)
}

.postcard-printing-banner h1 {
    color: inherit;
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;
    text-transform: uppercase
}

.postcard-printing-banner h1 span {
    display: block
}

.postcard-printing-banner h2 {
    color: #ffd200;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: none;
    line-height: 1
}

.postcard-printing-banner h3 label {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block
}

.postcard-printing-banner img {
    margin-top: 60px
}

.postcard-printing-sizes {
    color: #000;
    text-align: center
}

.postcard-printing-sizes h2 {
    margin-bottom: 30px
}

.postcard-printing-prices {
    color: #000;
    text-align: center
}

.postcard-printing-industries {}

.postcard-printing-industries__list {
    list-style: disc;
    padding-left: 70px !important;
    margin: 0px;
    padding: 0px
}

.postcard-printing-industries__list-item {}

.postcard-printing-industries__list-item-link {
    line-height: 30px;
    display: block
}

.postcard-printing-reviews {
    color: #fff;
    position: relative;
    font-size: 20px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    text-align: center
}

.postcard-printing-reviews-list__item {}

.postcard-printing-reviews-list__item-review {}

.postcard-printing-reviews-list__item-author {
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 5px;
    letter-spacing: .5px;
}

.postcard-printing-reviews-list__item-rating {
    color: #ff9f00;
    font-size: 60px;
    line-height: 60px
}

.postcard-printing-reviews-list__item-rating i+i {
    margin-left: 10px
}

.postcard-printing-results {
    color: #000;
    text-align: center;
    padding-bottom: 0
}

.postcard-printing-results h2 {
    margin-bottom: 30px
}

.postcard-printing-results h2 span {
    color: inherit;
    margin-bottom: 30px;
    font-size: 60px;
    display: block
}

.postcard-printing-coupons {
    position: relative
}

.postcard-printing .designs-taxonomies {
    color: #000;
    text-align: center
}

.postcard-printing .designs-taxonomies ul {
    list-style: none
}

.postcard-printing .designs-taxonomies p {
    text-align: center
}

.postcard-printing-super-glossy {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
    background: #790989;
    background: -moz-linear-gradient(top, #960ba5 0%, #960ba5 50%, #790989 100%);
    background: -webkit-linear-gradient(top, #960ba5 0%, #960ba5 50%, #790989 100%);
    background: linear-gradient(to bottom, #960ba5 0%, #960ba5 50%, #790989 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#960ba5', endColorstr='#790989', GradientType=0);
    position: relative;
    text-align: center;
    color: #ffffff
}

.postcard-printing-super-glossy .container {
    z-index: 5;
    position: relative
}

.postcard-printing-super-glossy::before,
.postcard-printing-super-glossy::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    opacity: .1;
    background-size: cover
}

.postcard-printing-super-glossy::before {
    background-image: url('../png/bg-section-super-glossy-left.png');
    background-position: left top;
    display: none
}

.postcard-printing-super-glossy::after {
    background-image: url('../png/bg-section-super-glossy-right.png');
    background-position: right top
}

.postcard-printing-super-glossy h2 span {
    color: inherit;
    font-size: 32px;
    margin-bottom: 30px;
    font-size: 60px;
    display: block
}

.postcard-printing-standard-colossal {
    color: #000;
    background: #ff9f00;
    background: -moz-linear-gradient(top, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    background: -webkit-linear-gradient(top, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    background: linear-gradient(to bottom, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb600', endColorstr='#ff9f00', GradientType=0);
    text-align: center
}

.postcard-printing-standard-colossal h3 {
    font-weight: 800
}

.postcard-printing-how-much {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
    background: #81cb00;
    background: -moz-linear-gradient(top, #81cb00 0%, #79cd00 50%, #64b700 100%);
    background: -webkit-linear-gradient(top, #81cb00 0%, #79cd00 50%, #64b700 100%);
    background: linear-gradient(to bottom, #81cb00 0%, #79cd00 50%, #64b700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81cb00', endColorstr='#64b700', GradientType=0);
    position: relative;
    text-align: center;
    color: #000
}

.postcard-printing-how-much .container {
    z-index: 5;
    position: relative
}

.postcard-printing-how-much::before,
.postcard-printing-how-much::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    opacity: .1;
    background-size: cover
}

.postcard-printing-how-much::before {
    background-image: url('../png/bg-section-money-left.png');
    background-position: left top;
    display: none
}

.postcard-printing-how-much::after {
    background-image: url('../png/bg-section-money-right.png');
    background-position: right top
}

.postcard-printing-order-online {
    text-align: center;
    color: #000
}

.postcard-printing-more-than {
    background-image: url('../jpg/careers-footer-bg.jpg');
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
    padding: 0;
    text-align: center
}

.postcard-printing-more-than__inner {
    z-index: 15;
    position: relative;
    text-align: center;
    padding: 120px 0
}

.postcard-printing-more-than__overlay {
    background-image: url('../png/overlay-1px_dot.png');
    background-position: top left;
    background-repeat: repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10
}

.postcard-printing-callus {
    padding: 45px 0
}

.postcard-printing-callus__text {
    display: block;
    font-size: 20px
}

.postcard-printing-callus__number {
    display: block;
    font-size: 36px;
    font-weight: 900
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {

    .postcard-printing-super-glossy::before,
    .postcard-printing-super-glossy::after,
    .postcard-printing-how-much::before,
    .postcard-printing-how-much::after {
        background-size: auto
    }

    .postcard-printing-super-glossy::before,
    .postcard-printing-how-much::before {
        background-position: -20% top
    }

    .postcard-printing-super-glossy::after,
    .postcard-printing-how-much::after {
        background-position: 120% top
    }
}

@media only screen and (min-width:768px) {

    .postcard-printing-super-glossy::before,
    .postcard-printing-super-glossy::after,
    .postcard-printing-how-much::before,
    .postcard-printing-how-much::after {
        background-size: auto 100%;
    }

    .postcard-printing-super-glossy::before,
    .postcard-printing-how-much::before {
        display: block;
    }
}

@media only screen and (min-width:992px) {

    .postcard-printing-super-glossy::before,
    .postcard-printing-super-glossy::after,
    .postcard-printing-how-much::before,
    .postcard-printing-how-much::after {
        opacity: .25
    }

}

@media only screen and (min-width:1200px) {

    .postcard-printing-super-glossy::before,
    .postcard-printing-super-glossy::after,
    .postcard-printing-how-much::before,
    .postcard-printing-how-much::after {
        opacity: 1;
    }

    .postcard-printing-super-glossy::before,
    .postcard-printing-how-much::before {
        background-position: -10% top
    }

    .postcard-printing-super-glossy::after,
    .postcard-printing-how-much::after {
        background-position: 110% top
    }

}

/* S6.26  Postcard Design */
.postcard-design h4 {}

.postcard-design__heading {}

.postcard-design__subheading,
.postcard-design h2 {
    color: inherit;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1
}

.postcard-design h2 span {
    color: inherit;
    font-size: 60px;
    display: block
}

.postcard-design-banner {}

.postcard-design-banner {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
    background-image: none;
    overflow: hidden;
    text-align: center;
    position: relative;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
    background: #790989;
    background: -moz-linear-gradient(top, #960ba5 0%, #960ba5 50%, #790989 100%);
    background: -webkit-linear-gradient(top, #960ba5 0%, #960ba5 50%, #790989 100%);
    background: linear-gradient(to bottom, #960ba5 0%, #960ba5 50%, #790989 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#960ba5', endColorstr='#790989', GradientType=0)
}

.postcard-design-banner h1 {
    color: inherit;
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;
    text-transform: uppercase
}

.postcard-design-banner h1 span {
    display: block
}

.postcard-design-banner h2 {
    color: #ff9f00;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700
}

.postcard-design-banner h3 label {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block
}

.postcard-design-banner img {
    margin-top: 60px
}

.postcard-design-maximize {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
    position: relative;
    text-align: center;
    color: #000000
}

.postcard-design-maximize .container {
    z-index: 5;
    position: relative
}

.postcard-design-maximize::before,
.postcard-design-maximize::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    opacity: .3
}

.postcard-design-maximize::before {
    background-image: url('../png/bg-printing-max-left.png');
    background-position: left bottom
}

.postcard-design-maximize::after {
    background-image: url('../png/bg-printing-max-right.png');
    background-position: right bottom
}

.postcard-design-sizes {
    color: #000;
    text-align: center;
    background: #ff9f00;
    background: -moz-linear-gradient(top, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    background: -webkit-linear-gradient(top, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    background: linear-gradient(to bottom, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb600', endColorstr='#ff9f00', GradientType=0)
}

.postcard-design-sizes h2 {
    margin-bottom: 30px
}

.postcard-design-results {
    color: #000;
    text-align: center;
    padding-bottom: 0
}

.postcard-design-results h2 {
    margin-bottom: 30px
}

.postcard-design-results h2 span {
    color: inherit;
    margin-bottom: 30px;
    font-size: 60px;
    display: block
}

.postcard-design-coupons {
    position: relative
}

.postcard-design-success {
    position: relative;
    color: #fff;
    background: #790989;
    background: -moz-linear-gradient(top, #960ba5 0%, #960ba5 50%, #790989 100%);
    background: -webkit-linear-gradient(top, #960ba5 0%, #960ba5 50%, #790989 100%);
    background: linear-gradient(to bottom, #960ba5 0%, #960ba5 50%, #790989 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#960ba5', endColorstr='#790989', GradientType=0)
}

.postcard-design-success h2 {
    color: #ff9f00
}

.postcard-design-success h2 span {
    color: #fff
}

.postcard-design-services {
    color: #000;
    text-align: center;
    background: #ff9f00;
    background: -moz-linear-gradient(top, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    background: -webkit-linear-gradient(top, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    background: linear-gradient(to bottom, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb600', endColorstr='#ff9f00', GradientType=0)
}

.postcard-design-services h3 {
    margin: 30px 0
}

.postcard-design-services img {
    margin: 30px 0 15px 0
}

.postcard-design-fast {
    text-align: center;
    color: #fff;
    background: #790989;
    background: -moz-linear-gradient(top, #960ba5 0%, #960ba5 50%, #790989 100%);
    background: -webkit-linear-gradient(top, #960ba5 0%, #960ba5 50%, #790989 100%);
    background: linear-gradient(to bottom, #960ba5 0%, #960ba5 50%, #790989 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#960ba5', endColorstr='#790989', GradientType=0)
}

.postcard-design-fast h3 {
    color: #ff9f00
}

.postcard-design-more-than {
    background: url('../png/seamless-samples-banner.png') top center repeat-x;
    background-color: #7F0B90;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative
}

.postcard-design-callus {
    padding: 45px 0
}

.postcard-design-callus__text {
    display: block;
    font-size: 20px;
    font-weight: 700
}

.postcard-design-callus__number {
    display: block;
    font-size: 60px
}

.postcard-design-revisions {
    color: #000;
    text-align: center
}

.postcard-design-cta {}

.postcard-design-cta {
    background: url('../png/seamless-samples-banner.png') top center repeat-x;
    background-color: #7F0B90;
    background-size: cover;
    color: #fff;
    padding: 45px 0;
    text-align: center;
    position: relative
}

.postcard-design-cta:hover input {
    border: 1px solid #e20079
}

.postcard-design-cta__heading {
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    color: inherit;
    text-transform: uppercase;
    margin: 0
}

.postcard-design-cta__subheading {
    color: inherit;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0
}

.postcard-design-cta__content {
    font-weight: 700
}

.postcard-design-reviews {
    color: #fff;
    position: relative;
    font-size: 20px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    text-align: center
}

.postcard-design-reviews-list__item {}

.postcard-design-reviews-list__item-review {}

.postcard-design-reviews-list__item-author {
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 5px;
    letter-spacing: .5px;
}

.postcard-design-reviews-list__item-rating {
    color: #ff9f00;
    font-size: 60px;
    line-height: 60px
}

.postcard-design-reviews-list__item-rating i+i {
    margin-left: 10px
}

.postcard-design-faq {
    color: #000
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1400px) {

    .postcard-design-maximize::before,
    .postcard-design-maximize::after {
        opacity: 1
    }
}

/* S6.27  Public Speaking */
.public-speaking {}

.public-speaking-banner {
    background: url('../jpg/banner-public-speakers.jpg') no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 75px 0;
    text-align: center
}

.public-speaking-banner__heading {
    color: inherit;
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;
    text-transform: uppercase
}

.public-speaking-banner__subheading {
    font-size: 34px;
    margin-bottom: 15px
}

.public-speaking-banner__form {}

.public-speaking-content {}

.public-speaking-content h1 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 800
}

.public-speaking-content h3 {
    font-size: 24px
}

.public-speaking-intro {
    background: #790989;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800
}

.public-speaking-intro__heading {
    color: inherit;
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 900
}

.public-speaking-intro__heading span {
    color: inherit;
    font-size: 60px;
    display: block
}

.public-speaking-intro__subheading {
    color: inherit;
    font-size: 24px
}

.public-speaking-joy-banner {
    background: #790989;
    color: #fff;
    font-size: 22px
}

.public-speaking-joy-banner__heading {
    color: #ffd200;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 60px;
    margin-top: 15px
}

.public-speaking-joy-banner__subheading {
    color: inherit;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 45px
}

.public-speaking-joy-content {}

.public-speaking-barry-banner {
    background: #790989;
    color: #fff;
    font-size: 22px
}

.public-speaking-barry-banner__heading {
    color: #ffd200;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 60px;
    margin-top: 15px
}

.public-speaking-barry-banner__subheading {
    color: inherit;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 45px
}

.public-speaking-barry-content {}

.public-speaking-reviews {
    color: #fff;
    position: relative;
    font-size: 24px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    text-align: center
}

.public-speaking-reviews__heading {
    color: inherit;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase
}

.public-speaking-reviews-list__item {}

.public-speaking-reviews-list__item-review {}

.public-speaking-reviews-list__item-author {
    font-weight: 700;
    margin-bottom: 30px
}

.public-speaking-reviews-list__item-rating {
    color: #ff9f00;
    font-size: 60px;
    line-height: 60px
}

.public-speaking-reviews-list__item-rating i+i {
    margin-left: 10px
}

.public-speaking-reviews--booked {}

.public-speaking-reviews--heard {}

.public-speaking-past {
    text-align: center;
    padding: 75px 0
}

.public-speaking-past img {
    padding: 15px 0
}

.public-speaking-past__heading {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 60px
}

/* S6.28  Social Responsibility */
.social-responsibility {}

.social-responsibility-banner {
    text-align: center;
    background-image: url('../jpg/banner-social-responsibility.jpg');
    background-size: cover
}

.social-responsibility-logos {
    text-align: center
}

.social-responsibility-logos .row+.row {
    margin-top: 30px
}

.social-responsibility-howitworks {
    background: #f7f7f7
}

/* S6.29  About PostcardMania */
.about-pcm {}

.about-pcm-heading {
    color: #212121;
    font-weight: 400;
    margin-bottom: 45px;
    text-align: center;
    text-transform: uppercase
}

.about-pcm-banner {
    text-align: center;
    position: relative;
    padding: 0;
    overflow: hidden
}

.about-pcm-banner__inner {
    z-index: 15;
    position: relative;
    padding: 135px 0
}

.about-pcm-banner__background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 5;
    transform: translateX(-50%) translateY(-50%);
    background: url('../jpg/banner-about-pcm.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity
}

.about-pcm-banner__overlay {
    background-image: url('../png/overlay-1px_dot.png');
    background-position: top left;
    background-repeat: repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10
}

.about-pcm-logos {
    text-align: center;
    background-color: #f6f6f6
}

.about-pcm-experts {

    /* font-weight: 300; */
    padding: 105px 0
}

.about-pcm-quote {
    background-color: #f6f6f6;
    color: #979797;
    padding: 75px 0;
    text-align: center
}

.about-pcm-quote-text {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 15px
}

.about-pcm-quote-author {
    font-size: 24px;
    font-style: italic;
    font-weight: 400
}

.about-pcm-seeinside {
    padding-bottom: 0
}

.about-pcm-company {
    text-align: center;
    padding: 105px 0
}

.about-pcm-reasons {
    text-align: center;
    padding: 105px 0
}

.about-pcm-reasons-grid {
    margin-bottom: 45px;
    font-size: 0
}

.about-pcm-difference {
    text-align: center;
    padding-bottom: 105px
}

/* S6.30  Mailing Lists */
.direct-mail-mailing-lists .product-content {
    background: #008ccb;
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 480px
}

.direct-mail-mailing-lists .product-content::before,
.direct-mail-mailing-lists .product-content::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat
}

.direct-mail-mailing-lists .product-content::before {
    background-image: url('../png/mailing-list-left.png');
    background-position: left bottom
}

.direct-mail-mailing-lists .product-content::after {
    background-image: url('../png/mailing-list-right.png');
    background-position: right bottom
}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:992px) {
    .direct-mail-mailing-lists .product-content {
        padding-bottom: 45px
    }

    .direct-mail-mailing-lists .product-content::before {
        left: -20%
    }

    .direct-mail-mailing-lists .product-content::after {
        right: -20%
    }

}

@media only screen and (min-width:1200px) {
    .direct-mail-mailing-lists .product-content::before {
        left: -16%
    }

    .direct-mail-mailing-lists .product-content::after {
        right: -16%
    }

}

@media only screen and (min-width:1367px) {
    .direct-mail-mailing-lists .product-content::before {
        left: -10%
    }

    .direct-mail-mailing-lists .product-content::after {
        right: -10%
    }

}

@media only screen and (min-width:1660px) {
    .direct-mail-mailing-lists .product-content::before {
        left: 0
    }

    .direct-mail-mailing-lists .product-content::after {
        right: 0
    }

}

/* S6.31 Meet the Maniacs */
.maniacs-greeting-content p {
    font-size: 15px;
    line-height: 1.5;
}

/* S6.32 Specials */
.specials-svg {
    height: 0;
    position: relative;
    padding-top: 9.76%;
}

.specials-svg>svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.specials-svg_text {
    font-family: "Hogar Script", cursive;
    font-weight: bold;
    font-size: 56px
}

.specials-svg.bottom {
    font-size: 50px;
    margin-top: 30px;
    margin-bottom: 45px;
}

.specials-banner {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    background-image: none;
    overflow: hidden;
    text-align: center;
    padding: 0;
    position: relative;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
    background: #790989;
    /* background: #fa9ead; */

    /* background: #fa667e; */
    background: -moz-linear-gradient(top, #960ba5 0%, #960ba5 50%, #790989 100%);
    background: -webkit-linear-gradient(top, #960ba5 0%, #960ba5 50%, #790989 100%);
    background: linear-gradient(to bottom, #960ba5 0%, #960ba5 50%, #790989 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#960ba5', endColorstr='#790989', GradientType=0)
}

.specials-banner h1 {
    color: inherit;
    font-size: 62px;
    line-height: .9;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    margin-bottom: 45px;
    text-align: center;
}

.specials-banner h4 {
    text-transform: uppercase;
    font-weight: 800;
}

.specials-banner h5 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #ff9f00;
    margin-bottom: 45px;
}

.specials-banner ul {
    text-align: left;
}

.specials-banner__overlay {
    background-position: top left;
    background-repeat: repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    opacity: 1;
}

.specials-banner__inner {
    z-index: 15;
    position: relative;
    padding-top: 45px;
}

.specials-banner__details {
    font-weight: 700;
    margin-bottom: 45px;
}

.specials-banner__image {
    text-align: center
}

.specials-banner__fineprint {
    font-size: 12px;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 45px;
    text-align: center;
    font-style: italic;
}

.specials-banner .banner-image {
    margin-top: 60px;
}

.specials-banner .button {
    background: #e20079;
    background: -moz-linear-gradient(left, #e20079 0%, #ff9f00 100%);
    background: -webkit-linear-gradient(left, #e20079 0%, #ff9f00 100%);
    background: linear-gradient(to right, #e20079 0%, #ff9f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e20079', endColorstr='#ff9f00', GradientType=1)
}

.specials-banner .button:hover {
    background: #ad005c;
    background: -moz-linear-gradient(left, #ad005c 0%, #d88500 100%);
    background: -webkit-linear-gradient(left, #ad005c 0%, #d88500 100%);
    background: linear-gradient(to right, #ad005c 0%, #d88500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad005c', endColorstr='#d88500', GradientType=1);
}

@media only screen and (min-width:768px) {
    .specials-banner {
        text-align: left;
    }

    .specials-svg_text {
        font-size: 36px;
    }

    .specials-svg.bottom .specials-svg_text {
        font-size: 50px
    }

}

@media only screen and (min-width:992px) {
    .specials-banner h1 {
        font-size: 90px;
    }

}

.about-pcm-seeinside {
    padding-bottom: 0;
    max-width: 1600px;
    margin: 0 auto 60px auto;
}

/* S7 Third-Party */

/* S7.1   Font Awesome */
@font-face {
    font-family: 'FontAwesome';
    src: url('../eot/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('../eot/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../woff2/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'), url('../woff/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), url('../ttf/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), url('../svg/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/* S7.2   animate.css */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }

}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }

}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }

}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }

}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }

}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }

}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }

}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }

}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        transform: none
    }

}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    from,
    11.1%,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }

}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }

}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }

    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 {
        transform: none
    }

}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }

    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 {
        transform: none
    }

}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }

    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 {
        transform: none
    }

}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }

    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)
    }

}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

}

.bounceOut {
    animation-name: bounceOut
}

@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)
    }

}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

}

.bounceOutRight {
    animation-name: bounceOutRight
}

@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)
    }

}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }

}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }

}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }

}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }

}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }

}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }

}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }

}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }

}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }

}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }

}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }

}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }

}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }

}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }

}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }

}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }

}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }

}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }

}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }

}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }

}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }

}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }

}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }

}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }

}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }

}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }

}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: none
    }

}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }

}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }

}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }

}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }

}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }

}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }

}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }

}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }

}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }

}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }

}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }

}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }

}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }

}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }

}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }

}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }

}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }

}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }

}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }

}

.slideOutUp {
    animation-name: slideOutUp
}

/* S7.3   Owl Carousel */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }

}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }

}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-nav div {
    color: inherit;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    opacity: .5;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.owl-nav div:hover {
    opacity: 1
}

.owl-nav .owl-next {
    left: auto;
    right: 0
}

.owl-nav .owl-next:hover {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.owl-nav .owl-prev:hover {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.owl-nav i {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 20px
}

.owl-nav .owl-next i {
    right: 20px;
    left: auto
}

.owl-carousel {
    position: static
}

/* S7.3   Owl Carousel Custom Styles */
.owl-dots-outer {
    display: block;
    text-align: center
}

.owl-dots {
    text-align: center;
    padding: 45px 0 15px;
    display: inline-block
}

.owl-dot {
    font-size: 17px;
    border: 1px solid #DDDDDD;
    background: #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    color: #333;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%
}

.owl-dots .owl-dot:not(.owl-dot-nav) {
    counter-increment: slides-num
}

.owl-dot::before {}

.owl-dot:hover {
    border: 3px solid #790989;
    color: #fff;
    background: #790989;
    line-height: 29px
}

.owl-dot.active {
    border: 3px solid #790989;
    color: #fff;
    background: #790989;
    font-weight: 700;
    line-height: 29px
}

.owl-dot.active:hover {
    cursor: default
}

.owl-dot span {}

.owl-dot span::before {
    display: block;
    content: counter(slides-num);
    font-size: 13px
}

.owl-dot.active span {}

.owl-dot+.owl-dot {
    margin-left: 4px
}

.owl-dot-nav {
    font-size: 13px;
    color: #790989;
    font-weight: 700
}

.owl-dot-nav.prev {
    margin-right: 4px
}

.owl-dot-nav.next {
    margin-left: 4px
}

/* S7.4   Fancybox 3 */

/* .fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(102,187,5,.95);opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:30px;margin:45px 0;border-width:0;text-align:left;background-color:#fff;overflow:hidden;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:45px auto;padding:30px;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid rgba(255,255,255,0.4);font-size:14px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-infobar__body,.fancybox-button{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:before,.fancybox-button:after{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:before,.fancybox-button--disabled:after{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{transform:rotate(45deg)}.fancybox-button--close:after{transform:rotate(-45deg)}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}} */
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;

    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .95;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    color: #fff;
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid hsla(0, 0%, 39%, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs>ul>li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }

}

/* Customized Fancybox Styles */
.fancybox-slide>* {
    padding: 0;
    margin: 0
}

.fancybox-bg {
    background-color: rgba(0, 0, 0, .95) !important
}

.fancybox-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
    border: none;
    animation: none;
}

.fancybox-loading div {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #66bb05;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 99999
}

.fancybox-loading div::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #e20079;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.fancybox-loading div::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #bfbfbf;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

.fancybox-error.fancybox-content>p {
    position: relative;
    z-index: 99994;
    background: #fff
}

.fancybox-error .fancybox-design {
    display: none
}

.fancybox-image {
    z-index: 99994
}

.design-sample__info {
    border-top: 1px solid #dedede;
    position: absolute;
    top: calc(100% - 100px);
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #fff;
    max-height: 100px;
    z-index: 99993;
    opacity: 0;
}

.fancybox-slide--complete .design-sample__info {
    top: 100%;
    transition: all .3s ease-in-out;
    z-index: 99993;
    opacity: 1
}

/* Push content up */
.fancybox-slide--image {
    padding-bottom: 120px;
}

/* S7.5   Google Maps API */
.pac-container {
    z-index: 99996;
}

/* S8 Animations */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }

}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }

}

/* S9 Helpers */
.clearfix::after,
.cf::after,
.container::after,
.container-fluid::after,
.row::after,
.group::after,
.form-group::after {
    content: " ";
    display: block;
    clear: both
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.alignright {
    float: right;
    margin: 0 0 15px 15px
}

img.alignleft {
    float: left;
    margin: 0 15px 15px 0
}

.embed-container,
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px
}

.embed-container iframe,
.video-wrapper iframe,
.embed-container object,
.video-wrapper object,
.embed-container embed,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.border--1px,
.border1px {
    border: 1px solid #000
}

.underline-lg {
    text-decoration: none;
    background: url(../png/underline-lg.png) no-repeat 50% bottom;
    padding-bottom: 20px
}

.underline-md {
    text-decoration: none;
    background: url(../png/underline-md.png) no-repeat 50% bottom;
    padding-bottom: 20px
}

@media (min-width:992px) {

    .underline-lg,
    .underline-md {
        white-space: nowrap
    }

}

hr.line--dark {
    height: 1px;
    width: 100%;
    margin: 45px 0;
    border: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1)
}

hr.line--light {
    height: 1px;
    width: 100%;
    margin: 45px 0;
    border: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1)
}

.boxed {
    padding: 30px
}

.boxed--round {
    border-radius: 8px
}

.text--block {
    display: block
}

.text--center {
    text-align: center
}

.text--caps {
    text-transform: uppercase;
    letter-spacing: 1px
}

.text--caps-small {
    font-size: 80%;
    text-transform: uppercase;
    line-height: 2;
    letter-spacing: 1px
}

.text--caps-tiny {
    font-size: 50%;
    text-transform: uppercase;
    line-height: 2;
    letter-spacing: 1px
}

.textarea--monospace {
    background: #f4f4f4;
    max-width: 80%;
    margin: 0 auto;
    width: 600px;
    border: 1px solid #ddd;
    border-left: 3px solid #e20079;
    color: #666;
    display: block;
    font-family: monospace;
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 20px;
    white-space: pre-wrap;
}

.nm {
    margin: 0 !important
}

.nmt {
    margin-top: 0 !important
}

.nmb {
    margin-bottom: 0 !important
}

.np {
    padding: 0 !important
}

.npt {
    padding-top: 0 !important
}

.npb {
    padding-bottom: 0 !important
}

/* .fw--300 {
font-weight: 300
} */
.fw--400 {
    font-weight: 400
}

.fw--700 {
    font-weight: 700
}

.fw--800 {
    font-weight: 800
}

.fw--900 {
    font-weight: 900
}

.fs--12 {
    font-size: 12px
}

.fs--15 {
    font-size: 15px
}

.fs--17 {
    font-size: 17px
}

.fs--18 {
    font-size: 18px
}

.fs--19 {
    font-size: 19px
}

.fs--20 {
    font-size: 20px
}

.fs--24 {
    font-size: 24px
}

.fs--32 {
    font-size: 32px
}

.fs--36 {
    font-size: 36px
}

.fs--48 {
    font-size: 48px
}

.fs--52 {
    font-size: 52px
}

.fs--56 {
    font-size: 56px
}

.fs--60 {
    font-size: 60px
}

.fs--64 {
    font-size: 64px
}

.fs--68 {
    font-size: 68px
}

.fs--72 {
    font-size: 72px
}

.nm--top {
    margin-top: 0
}

.nm--bot {
    margin-bottom: 0
}

.mt--15 {
    margin-top: 15px
}

.mt--30 {
    margin-top: 30px
}

.mt--45 {
    margin-top: 45px
}

.mt--60 {
    margin-top: 60px
}

.mt--75 {
    margin-top: 75px
}

.mt--90 {
    margin-top: 90px
}

.mb--15 {
    margin-bottom: 15px
}

.mb--30 {
    margin-bottom: 30px
}

.mb--45 {
    margin-bottom: 45px
}

.mb--60 {
    margin-bottom: 60px
}

.mb--75 {
    margin-bottom: 75px
}

.mb--90 {
    margin-bottom: 90px
}

.fw {
    width: 100%;
    max-width: 100%
}

.heading-group {
    margin-bottom: 30px
}

.heading-group * {
    margin-bottom: 15px
}

.heading-group *:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.fg--pi,
.fg--pink {
    color: #e20079
}

.fg--pu,
.fg--purple {
    color: #790989
}

.fg--te,
.fg--teal {
    color: #00a39c
}

.fg--ye,
.fg--yellow {
    color: #ff9f00
}

.fg--or,
.fg--orange {
    color: #ff6000
}

.fg--gr,
.fg--green {
    color: #66BB05
}

.fg--gy,
.fg--gy {
    color: #dedede
}

.fg--wh,
.fg--white {
    color: #ffffff !important
}

.fg--blk,
.fg--black {
    color: #000000 !important
}

.fg--dgy,
.fg--dgy {
    color: #333333
}

.bg--pi,
.bg--pink {
    background: #e20079
}

.bg--pu,
.bg--purple {
    background: #790989
}

.bg--te,
.bg--teal {
    background: #00a39c
}

.bg--ye,
.bg--yellow {
    background: #ff9f00
}

.bg--or,
.bg--orange {
    background: #ff9f00
}

.bg--gr,
.bg--green {
    background: #66BB05
}

.bg--gy,
.bg--grey {
    background: #dedede
}

.bg--gylt,
.bg--greylt {
    background: #ebebeb
}

.bg--wh,
.bg--white {
    background: #ffffff
}

.bg--blk,
.bg--black {
    background: #000000
}

.bg--bl,
.bg--blue {
    background: #008ccb
}

/* .bg-gradient-primary {background:rgb(246,151,28);background:-moz-linear-gradient(170deg,rgba(246,151,28,1) 5%,rgba(244,136,53,1) 30%,rgba(241,107,99,1) 48%,rgba(241,107,99,1) 52%,rgba(240,80,117,1) 70%,rgba(236,16,129,1) 95%);background:-webkit-linear-gradient(170deg,rgba(246,151,28,1) 5%,rgba(244,136,53,1) 30%,rgba(241,107,99,1) 48%,rgba(241,107,99,1) 52%,rgba(240,80,117,1) 70%,rgba(236,16,129,1) 95%);background:linear-gradient(170deg,rgba(246,151,28,1) 5%,rgba(244,136,53,1) 30%,rgba(241,107,99,1) 48%,rgba(241,107,99,1) 52%,rgba(240,80,117,1) 70%,rgba(236,16,129,1) 95%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6971c",endColorstr="#ec1081",GradientType=1);} */

.bg-gradient-primary,
.bg--gradient-primary {
    background: #E62781;
    background: -moz-linear-gradient(170deg, #ec1081 5%, #f05075 30%, #f16b63 48%, #f16b63 52%, #f48835 70%, #f6971c 95%);
    background: -webkit-linear-gradient(170deg, #ec1081 5%, #f05075 30%, #f16b63 48%, #f16b63 52%, #f48835 70%, #f6971c 95%);
    background: linear-gradient(170deg, #ec1081 5%, #f05075 30%, #f16b63 48%, #f16b63 52%, #f48835 70%, #f6971c 95%);
    /*     background: url('../img/bg-primary.svg');
    background-size: cover; */
}

.bg--pi.gr {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
    background: #e20079;
    background: -moz-linear-gradient(top, #e90096 0%, #e6008b 50%, #e20079 100%);
    background: -webkit-linear-gradient(top, #e90096 0%, #e6008b 50%, #e20079 100%);
    background: linear-gradient(to bottom, #e90096 0%, #e6008b 50%, #e20079 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e90096', endColorstr='#e20079', GradientType=0);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    padding: 75px 0;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .35)
}

.bg--pu.gr {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
    background: #790989;
    background: -moz-linear-gradient(top, #960ba5 0%, #960ba5 50%, #790989 100%);
    background: -webkit-linear-gradient(top, #960ba5 0%, #960ba5 50%, #790989 100%);
    background: linear-gradient(to bottom, #960ba5 0%, #960ba5 50%, #790989 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#960ba5', endColorstr='#790989', GradientType=0)
}

.bg--te.gr {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
    background: #00a39c;
    background: -moz-linear-gradient(top, #00b9b4 0%, #00afa8 50%, #00a39c 100%);
    background: -webkit-linear-gradient(top, #00b9b4 0%, #00afa8 50%, #00a39c 100%);
    background: linear-gradient(to bottom, #00b9b4 0%, #00afa8 50%, #00a39c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b9b4', endColorstr='#00a39c', GradientType=0)
}

.bg--ye.gr {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
    background: #ff9f00;
    background: -moz-linear-gradient(top, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    background: -webkit-linear-gradient(top, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    background: linear-gradient(to bottom, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb600', endColorstr='#ff9f00', GradientType=0)
}

.bg--or.gr {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
    background: #ff5f00;
    background: -moz-linear-gradient(top, #ff7600 0%, #ff6f00 50%, #ff5f00 100%);
    background: -webkit-linear-gradient(top, #ff7600 0%, #ff6f00 50%, #ff5f00 100%);
    background: linear-gradient(to bottom, #ff7600 0%, #ff6f00 50%, #ff5f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7600', endColorstr='#ff5f00', GradientType=0)
}

.bg--gr.gr {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
    background: #66bb05;
    background: -moz-linear-gradient(top, #94d242 0%, #6ec200 50%, #66bb05 100%);
    background: -webkit-linear-gradient(top, #94d242 0%, #6ec200 50%, #66bb05 100%);
    background: linear-gradient(to bottom, #94d242 0%, #6ec200 50%, #66bb05 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94d242', endColorstr='#66bb05', GradientType=0)
}

.bg--gradient-green {
    background: #94d242;
    background: -moz-linear-gradient(top, #94d242 0%, #94d242 50%, #6ec200 50%, #6ec200 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #94d242), color-stop(50%, #94d242), color-stop(50%, #6ec200), color-stop(100%, #6ec200));
    background: -webkit-linear-gradient(top, #94d242 0%, #94d242 50%, #6ec200 50%, #6ec200 100%);
    background: -o-linear-gradient(top, #94d242 0%, #94d242 50%, #6ec200 50%, #6ec200 100%);
    background: -ms-linear-gradient(top, #94d242 0%, #94d242 50%, #6ec200 50%, #6ec200 100%);
    background: linear-gradient(to bottom, #94d242 0%, #94d242 50%, #6ec200 50%, #6ec200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94d242', endColorstr='#6ec200', GradientType=0)
}

button.bg--gradient-green:hover {
    background: #94d242
}

.bg--gradient-pink {
    background: #e642a1;
    background: -moz-linear-gradient(top, #e642a1 0%, #e642a1 49%, #dd0080 50%, #dd0080 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e642a1), color-stop(49%, #e642a1), color-stop(50%, #dd0080), color-stop(100%, #dd0080));
    background: -webkit-linear-gradient(top, #e642a1 0%, #e642a1 49%, #dd0080 50%, #dd0080 100%);
    background: -o-linear-gradient(top, #e642a1 0%, #e642a1 49%, #dd0080 50%, #dd0080 100%);
    background: -ms-linear-gradient(top, #e642a1 0%, #e642a1 49%, #dd0080 50%, #dd0080 100%);
    background: linear-gradient(to bottom, #e642a1 0%, #e642a1 49%, #dd0080 50%, #dd0080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e642a1', endColorstr='#dd0080', GradientType=0)
}

button.bg--gradient-pink:hover {
    background: #e642a1
}

.bg--gradient-pink {
    background: #e20079;
    background: -moz-linear-gradient(top, #e90096 0%, #e6008b 50%, #e20079 100%);
    background: -webkit-linear-gradient(top, #e90096 0%, #e6008b 50%, #e20079 100%);
    background: linear-gradient(to bottom, #e90096 0%, #e6008b 50%, #e20079 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e90096', endColorstr='#e20079', GradientType=0)
}

.bg--gradient-purple {
    background: #790989;
    background: -moz-linear-gradient(top, #960ba5 0%, #960ba5 50%, #790989 100%);
    background: -webkit-linear-gradient(top, #960ba5 0%, #960ba5 50%, #790989 100%);
    background: linear-gradient(to bottom, #960ba5 0%, #960ba5 50%, #790989 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#960ba5', endColorstr='#790989', GradientType=0)
}

.bg--gradient-teal {
    background: #00a39c;
    background: -moz-linear-gradient(top, #00b9b4 0%, #00afa8 50%, #00a39c 100%);
    background: -webkit-linear-gradient(top, #00b9b4 0%, #00afa8 50%, #00a39c 100%);
    background: linear-gradient(to bottom, #00b9b4 0%, #00afa8 50%, #00a39c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b9b4', endColorstr='#00a39c', GradientType=0)
}

.bg--gradient-green {
    background: #81cb00;
    background: -moz-linear-gradient(top, #81cb00 0%, #79cd00 50%, #64b700 100%);
    background: -webkit-linear-gradient(top, #81cb00 0%, #79cd00 50%, #64b700 100%);
    background: linear-gradient(to bottom, #81cb00 0%, #79cd00 50%, #64b700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81cb00', endColorstr='#64b700', GradientType=0)
}

.bg--gradient-yellow {
    background: #ff9f00;
    background: -moz-linear-gradient(top, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    background: -webkit-linear-gradient(top, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    background: linear-gradient(to bottom, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb600', endColorstr='#ff9f00', GradientType=0)
}

.bg--gradient-orange {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
    color: #000;
    padding: 60px 0;
    position: relative;
    text-align: center;
    background: #ff9f00;
    background: -moz-linear-gradient(top, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    background: -webkit-linear-gradient(top, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    background: linear-gradient(to bottom, #ffb600 0%, #ffae00 50%, #ff9f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb600', endColorstr='#ff9f00', GradientType=0)
}

.bg--gradient-blue {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
    color: #000;
    padding: 60px 0;
    position: relative;
    text-align: center;
    background: rgb(166, 217, 246);
    background: -moz-linear-gradient(top, rgb(166, 217, 246) 0%, rgb(140, 206, 243) 100%);
    background: -webkit-linear-gradient(top, rgb(166, 217, 246) 0%, rgb(140, 206, 243) 100%);
    background: linear-gradient(to bottom, rgb(166, 217, 246) 0%, rgb(140, 206, 243) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6d9f6', endColorstr='#8ccef3', GradientType=0)
}

.bg-gradient-orange-pink {
    background: #ffa000;
    background: -moz-linear-gradient(-45deg, #ffa000 0%, #e3007a 100%);
    background: -webkit-linear-gradient(-45deg, #ffa000 0%, #e3007a 100%);
    background: linear-gradient(135deg, #ffa000 0%, #e3007a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa000', endColorstr='#e3007a', GradientType=1)
}

.bg-gradient-pink-orange {
    background: #e20079;
    background: -moz-linear-gradient(left, #e20079 0%, #ff9f00 100%);
    background: -webkit-linear-gradient(left, #e20079 0%, #ff9f00 100%);
    background: linear-gradient(to right, #e20079 0%, #ff9f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e20079', endColorstr='#ff9f00', GradientType=1)
}

.img-circle {
    border-radius: 50%
}

.img-rounded {
    border-radius: 8px
}

.img-thumbnail {
    padding: 4px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px
}

.wrap-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wrap-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.align-center {
    text-align: center
}

.align-right {
    float: right;
    margin-left: 15px
}

.align-left {
    float: left;
    margin-right: 15px
}

.affix {
    position: fixed
}

.hidden,
.hide {
    display: none !important
}

.open,
.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.visible-xs,
.visible-ms,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

@media (max-width:479px) {
    .visible-xs {
        display: block !important
    }

    .hidden-xs {
        display: none !important
    }

}

@media (min-width:480px) and (max-width:767px) {
    .visible-ms {
        display: block !important
    }

    .hidden-ms {
        display: none !important
    }

}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    .hidden-sm {
        display: none !important
    }

}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    .hidden-md {
        display: none !important
    }

}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    .hidden-lg {
        display: none !important
    }

}


@media print {
    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 15px;
    }

    p,
    ul,
    li {
        font-size: 15px;
    }

    .banner,
    .banner-home,
    nav,
    form,
    .cta,
    .case-study-footer,
    .footer-badges,
    .footer-main .col-md-9:first-of-type {
        display: none !important;
    }

    * {
        background-color: #ffffff !important;
        color: #212121 !important;
    }

    section+section {
        padding-top: 0 !important;
    }

    .container {
        width: 100% !important;
    }

    .footer {
        text-align: center;
    }

    .footer-company {
        text-align: center;
        max-width: 270px;
        margin: 0 auto;
    }

    .footer-main .col-md-9:first-of-type+.col-md-3 {
        margin: 0 auto;
        float: none;
    }

    .job .button,
    .job .careers-list,
    .job-title,
    .job-date,
    .job-location,
    .job-cta,
    .job-socials,
    .careers-footer,
    .single-job header,
    .single-job .footer-company__socials,
    .single-job .footer-company__rating,
    .single-job .footer-main__message,
    .single-job .footer-info {
        display: none;
        visibility: hidden;
    }

    .job-header {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: left !important;
    }

    .job-info {
        padding-bottom: 15px;
    }

    .job-company {
        border-top: 1px solid #ccc;
    }

}

/* S10 Newish CSS */
/* S10.1 flexcards */
.flex-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-grid .flex-col {
    flex: 1;
}

.flex-grid-2col .flex-col,
.flex-grid-3col .flex-col,
.flex-grid-4col .flex-col,
.flex-grid-5col .flex-col {
    width: 100%;
    flex: none;
}

.flex-col {
    display: flex;
    margin: 10px;
}

.flex-card {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    background: #fff;
    border-radius: 4px;
    position: relative;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, .1);
    line-height: 1;
}

.flex-card:hover {
    margin-top: -1px;
    margin-bottom: 21px;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.15), 0px 3px 3px 0px rgba(0, 0, 0, .1);
}

.flex-1 {
    -ms-flex: 1 1 auto;
    flex: 1;
}

.flex-card-section {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.flex-card-section:last-child {
    padding-bottom: 15px;
    padding-top: 30px;
}

.flex-card-header {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.flex-card-footer {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    align-content: flex-end;
}

.flex-card-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
}

.flex-card-subtitle {
    font-size: 14px;
    line-height: 20px
}

.flex-card:hover .flex-card-title {
    color: #111;
}

.flex-card-media {
    margin-bottom: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.news .flex-card-media {
    margin-bottom: 0 !important;
}

.flex-card-media-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 8px;
    background: #790989;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    z-index: 3;
}

.flex-card-media:hover .show-hover {
    display: inline;
}

.flex-card-media:hover .flex-card-media-tag {
    background: #e20079;
    color: #fff;
}

.flex-card-media-tag-bg {
    position: absolute;
    z-index: 2;
    /*border-radius: 50%;*/
    height: 60%;
    width: 43%;
    left: -10%;
    bottom: -20%;
    background-position: center left;
    background-size: 180%;
    transition: all .05s ease-out;
    /*border: 2px solid #790989;*/
}

.flex-card-media-tag-bg:hover {
    background-size: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0;
    left: 0;
    bottom: 0;
    transition: all .15s ease-out;
    border: 30px solid #e20079;
    background-color: #000;
}

.flex-card-media-tag-bg-icon {
    display: none;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #e20079;
}

.flex-card-media-tag-bg:hover .flex-card-media-tag-bg-icon {
    display: block;
    color: #e20079;
}

.flex-card-media-date {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100%;
    background: #790989;
    padding: 7px 5px;
    color: #fff;
    z-index: 10;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
}

.flex-card-media-date>div:first-child {
    font-size: 14px;
}

.flex-card-media-image {
    border-radius: 4px 4px 0 0;
    transition: all 50ms ease-out;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    min-height: 120px;
    object-fit: fill;
}

.flex-card-tags {}

.flex-card-actions {
    display: flex;
    justify-content: flex-end;
}

.flex-card-action {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #790989;
    display: inline-block;
    padding: 8px 12px;
    border: 0px solid #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    line-height: 1;
}

.flex-card-action:hover {
    background: #f5f5f5;
    text-decoration: none
}

.tag-chip {
    background: #f5f5f5;
    border-radius: 4px;
    color: #b3b3b3;
    display: inline-block;
    font-size: 11px;
    margin-bottom: 1px;
    padding: 2px 5px;
    white-space: nowrap;
    text-decoration: none
}

.tag-chip:hover {
    background: #e20079;
    color: #fff;
    text-decoration: none
}

.flex-col-fix {
    height: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    margin: 0;
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {

    .flex-grid-2col .flex-col,
    .flex-grid-3col .flex-col,
    .flex-grid-4col .flex-col,
    .flex-grid-5col .flex-col {
        width: calc(50% - 15px);
        flex: none;
    }

}

@media only screen and (min-width:768px) {
    .flex-grid-2col .flex-col {
        width: calc(50% - 15px);
        flex: none;
    }

    .flex-grid-3col .flex-col {
        width: calc(50% - 15px);
        flex: none;
    }

    .flex-grid-4col .flex-col {
        width: calc(50% - 15px);
        flex: none;
    }

    .flex-grid-5col .flex-col {
        width: calc(50% - 15px);
        flex: none;
    }

}

@media only screen and (min-width:992px) {
    .flex-grid-2col .flex-col {
        width: calc(50% - 15px);
        flex: none;
    }

    .flex-grid-3col .flex-col {
        width: calc(33.33% - 15px);
        flex: none;
    }

    .flex-grid-4col .flex-col {
        width: calc(25% - 15px);
        flex: none;
    }

    .flex-grid-5col .flex-col {
        width: calc(20% - 15px);
        flex: none;
    }

    /* 2col */
    .flex-grid-2col.flex-grid-large-first .flex-card:nth-of-type(1) {
        width: 100%;
    }

    /* 3col */
    .flex-grid-3col.flex-grid-large-first .flex-card:nth-of-type(1) {
        width: calc(66.66% - 15px);
    }

    .flex-grid-3col.flex-grid-large-first .flex-card:nth-of-type(2),
    .flex-grid-3col.flex-grid-large-first .flex-card:nth-of-type(3) {
        width: calc(33.33% - 15px);
    }

    /* 4col */
    .flex-grid-4col.flex-grid-large-first .flex-card:nth-of-type(1) {
        width: calc(50% - 11px);
    }

    .flex-grid-4col.flex-grid-full-width-first .flex-card:nth-of-type(1) {
        width: calc(100% - 11px);
        margin-bottom: 2rem;
        flex-direction: row-reverse;
    }

    .flex-grid-full-width-first .flex-card:nth-of-type(1) .flex-card-media {
        width: 65%;
    }

    .flex-grid-full-width-first .flex-card:nth-of-type(1) .flex-card-section-actions {
        display: none;
    }

    .flex-grid-4col.flex-grid-full-width-first .flex-grid-4col.flex-grid-large-first .flex-card:nth-of-type(2),
    .flex-grid-4col.flex-grid-large-first .flex-card:nth-of-type(3),

    .flex-grid-4col.flex-grid-large-first .flex-card:nth-of-type(4) {
        width: calc(25% - 15px);
    }

    /* 5col */
    .flex-grid-5col.flex-grid-large-first .flex-card:nth-of-type(1) {
        width: calc(60% - 8px);
    }

    .flex-grid-5col.flex-grid-large-first .flex-card:nth-of-type(2),
    .flex-grid-5col.flex-grid-large-first .flex-card:nth-of-type(3),
    .flex-grid-5col.flex-grid-large-first .flex-card:nth-of-type(4),
    .flex-grid-5col.flex-grid-large-first .flex-card:nth-of-type(5) {
        width: calc(20% - 15px);
    }

}

@media only screen and (min-width:1200px) {}

.casestudy .flex-card-media {
    max-height: 275px;
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {
    .casestudy .flex-card-media {
        max-height: 150px;
    }

}

@media only screen and (min-width:768px) {
    .casestudy .flex-card-media {
        max-height: 250px;
    }

}

@media only screen and (min-width:992px) {
    .casestudy .flex-card-media {
        max-height: 210px;
    }

}

@media only screen and (min-width:1200px) {
    .casestudy .flex-card-media {
        max-height: 260px;
    }

}


.row--vcenter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.d-block {
    display: block;
}


/* S10.2 ytvideos */
.ytvideo {
    position: relative;
}

.ytvideo--paused:after {
    position: absolute;
    height: 50%;
    right: 0;
    bottom: 60px;
    left: 0;
    background-color: #000;
    color: #fff;
    content: " ";
    background-image: url('../svg/logo-postcardmania-white-text.svg');
    background-repeat: no-repeat;
    background-size: auto 30%;
    background-position: center center;
}

.ytvideo--ended:after {
    position: absolute;
    top: 65px;
    right: 0;
    bottom: 40px;
    left: 0;
    background-color: #000;
    color: #fff;
    content: " ";
    background-image: url('../svg/logo-postcardmania-white-text.svg');
    background-repeat: no-repeat;
    background-size: auto 25%;
    background-position: center center;
}

/* S10.3 textchat window */

#textchat {}

#textchat.chat-open #textchat-alt {
    margin-bottom: 0;
    opacity: 1;
    transition: all .5s ease-in;
}

#textchat-alt {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    /*height:50px;*/

    margin-bottom: -100%;

    border-radius: 8px 8px 0 0;
    padding: 2px 2px 0 2px;

    opacity: 0;
    transition: all .2s ease-out;

}


#textchat-alt-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#textchat-alt-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

#textchat-alt-close-button {
    border: 0;
    background: 0 0;
    color: #fff;
    font-size: 30px;
    padding: 0;
    line-height: 1;
    width: 50px;
    height: 50px;
}

#textchat-alt-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#textchat-alt-header {
    background-color: #e20079;
    color: #fff;
    width: 100%;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#textchat-alt-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #e20079;
    margin-top: -10px;
    margin-left: 10px;
}

#textchat-alt-img img {
    width: 100%;
    height: auto;
}

#textchat-alt-name {
    align-self: center;
    font-weight: 700;
    padding: 0 10px;
}

#textchat-alt-message {
    background-color: #e20079;
    color: #fff;
    width: 100%;
    padding: 10px 20px;
}

#textchat-alt-message-icon {
    width: 13px;
    height: auto;
    display: block;
}

#textchat-alt-respond {
    width: 100%;
    display: flex;
    background: #fff;
}

#textchat-alt-input {
    flex: 1;
}

#textchat-alt-input input {
    border: 0;
    border-radius: 0;
    width: 100%;
}

#textchat-alt-send {
    align-self: center;
    display: none;
    padding-right: 10px;
    color: transparent;
}

#textchat-alt-send button {
    border: 0;
    background-color: #e20079;
    color: #fff;
    text-align: center;
}

#textchat.chat-open #textchat-alt-bubble {
    margin-bottom: -100%;
    margin-right: -100%;
    opacity: 0;
    transition: all .6s ease-in;
    border: 10px solid #e20079;
}

#textchat-alt-bubble {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #e20079;

    margin-bottom: 0%;
    margin-right: 0%;
    opacity: 1;
    transition: all .2s ease-out;

    -moz-animation: msgblinker 3s ease-out;
    -moz-animation-iteration-count: infinite;

    -webkit-animation: msgblinker 3s ease-out;
    -webkit-animation-iteration-count: infinite;

    -ms-animation: msgblinker 3s ease-out;
    -ms-animation-iteration-count: infinite;

}

#textchat-alt-bubble-img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
}

#textchat-alt-bubble-icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    -moz-animation: msgblinker 2s ease-out;
    -moz-animation-iteration-count: infinite;

    -webkit-animation: msgblinker 2s ease-out;
    -webkit-animation-iteration-count: infinite;

    -ms-animation: msgblinker 2s ease-out;
    -ms-animation-iteration-count: infinite;
}

.textchat-alt-spacer {
    flex: 1;
}


.chatblinker {

    -moz-animation: chatblinker 1s ease-out;
    -moz-animation-iteration-count: infinite;

    -webkit-animation: chatblinker 1s ease-out;
    -webkit-animation-iteration-count: infinite;

    -ms-animation: chatblinker 1s ease-out;
    -ms-animation-iteration-count: infinite;
}

@keyframes chatblinker {
    0% {
        color: transparent;
    }

    50% {
        color: #e20079;
    }

    100% {
        color: transparent;
    }
}

@-webkit-keyframes chatblinker {
    0% {
        color: transparent;
    }

    50% {
        color: #e20079;
    }

    100% {
        color: transparent;
    }
}

@-moz-keyframes chatblinker {
    0% {
        color: transparent;
    }

    50% {
        color: #e20079;
    }

    100% {
        color: transparent;
    }
}

@-ms-keyframes chatblinker {
    0% {
        color: transparent;
    }

    50% {
        color: #e20079;
    }

    100% {
        color: transparent;
    }
}

@keyframes msgblinker {
    0% {
        background-color: #f00;
        border-color: #f00;
    }

    50% {
        background-color: #e20079;
        border-color: #e20079;
    }

    100% {
        background-color: #f00;
        border-color: #f00;
    }
}

@-webkit-keyframes msgblinker {
    0% {
        background-color: #f00;
        border-color: #f00;
    }

    50% {
        background-color: #e20079;
        border-color: #e20079;
    }

    100% {
        background-color: #f00;
        border-color: #f00;
    }
}

@-moz-keyframes msgblinker {
    0% {
        background-color: #f00;
        border-color: #f00;
    }

    50% {
        background-color: #e20079;
        border-color: #e20079;
    }

    100% {
        background-color: #f00;
        border-color: #f00;
    }
}

@-ms-keyframes msgblinker {
    0% {
        background-color: #f00;
        border-color: #f00;
    }

    50% {
        background-color: #e20079;
        border-color: #e20079;
    }

    100% {
        background-color: #f00;
        border-color: #f00;
    }
}

@media only screen and (min-width:768px) {
    #textchat {
        display: none;
    }

    #textchat-alt {
        display: none;
    }

}

@media only screen and (max-width:767px) {
    /* .zopim {display: none!important;} */
}




.cta-banner {
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    padding: 30px 0;
    padding: calc(30px + 2vmin) 0;
    margin: 45px 0;
    margin: calc(45px + 2vmin) 0;
    text-align: center;
}

.cta-report {
    background-color: #fcfcfc;
    border: 1px solid #ececec;
    padding: 30px;
    padding: calc(30px + 1vmin) 30px;
    margin: 30px 0;
    margin: calc(30px + 1vmin) 0;
    text-align: center;
    border-radius: 8px;
}

.cta-report h4 {
    margin-bottom: 0;
}

.cta-report h2 {
    margin-top: 0;
}

.cta-report img {
    margin-bottom: 15px;
    border: 1px solid #ececec
}

.modal-fauxchat {
    position: relative;
    margin-bottom: 15px;
}

.modal-fauxchat.chat-open .modal-fauxchat-window {
    margin-bottom: 0;
    opacity: 1;
    transition: all .5s ease-in;
}

.modal-fauxchat-window {
    color: #333;
    text-align: left;
    z-index: 9999;
    border-radius: 8px 8px 0 0;
    padding: 2px 2px 0 2px;
    transition: all .2s ease-out;
    position: unset;
    margin: 0;
}


.modal-fauxchat-window-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.modal-fauxchat-window-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.modal-fauxchat-window-close-button {
    border: 0;
    background: 0 0;
    color: #fff;
    font-size: 30px;
    padding: 0;
    line-height: 1;
    width: 50px;
    height: 50px;
}

.modal-fauxchat-window-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-fauxchat-window-header {
    background-color: #e20079;
    color: #fff;
    width: 100%;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.modal-fauxchat-window-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #e20079;
    margin-top: -10px;
    margin-left: 10px;
}

.modal-fauxchat-window-img img {
    width: 100%;
    height: auto;
}

.modal-fauxchat-window-title {
    align-self: center;
    padding: 0 10px;
}

.modal-fauxchat-window-name {
    font-weight: 700;
}

.modal-fauxchat-window-status {
    font-weight: 400;
    color: #ffa5d5;
    font-size: 12px;
    font-style: italic;
    letter-spacing: .5px;
}

.modal-fauxchat-window-status span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: #66bb05;
}

.modal-fauxchat-window-notification {
    color: #bdbdbd;
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 10px 5px;
    font-size: 11px;
    background: #fff;
}

.modal-fauxchat-window-message {
    display: flex;
    background-color: #fff;
    color: #333;
    width: 100%;
    padding: 10px 20px 50px;
}

.modal-fauxchat-window-message-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    align-self: top;
}

.modal-fauxchat-window-message-img img {
    width: 100%;
    height: auto;
}

.modal-fauxchat-window-message-text {
    flex: 1;
    align-self: center;
    margin-left: 10px;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 8px;
    min-height: 20px;
    position: relative;
    line-height: 15px;
}

.modal-fauxchat-window-message-text.modal-fauxchat-typing {
    background-color: #f5f5f5;
}

.modal-fauxchat-window-message-text.modal-fauxchat-typing::after {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #f5f5f5;
    position: absolute;
    left: -5px;
    content: "";
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

.modal-fauxchat-window-message-icon {
    width: 13px;
    height: auto;
    display: block;
}

.modal-fauxchat-window-respond {
    border-top: 1px solid #e20079;
    width: 100%;
}

.modal-fauxchat-window-respond-to {
    display: block;
    font-size: 12px;
    color: #beb7c7;
    background: #fff;
    padding: 10px 10px 5px 10px;
    width: 100%;
}

.modal-fauxchat-window-responder {
    width: 100%;
    display: flex;
    background: #fff;
}

.modal-fauxchat-window-input {
    flex: 1;
}

.modal-fauxchat-window-input input {
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 10px 10px 20px 10px !important;
    height: 30px;
}

.modal-fauxchat-textarea {
    min-height: 0;
    border: 0;
    resize: none;
    height: 23px;
    overflow-y: hidden;
    line-height: 23px;
    padding: 0 10px 0 20px;
    margin-bottom: 20px;
    margin-top: 0;
}

.modal-fauxchat-window-send {
    display: flex;
}

.modal-fauxchat-window-send-blinker {
    align-self: center;
    display: none;
    padding-right: 10px;
    color: transparent;
    -moz-animation: chatblinker 1s ease-out;
    -moz-animation-iteration-count: infinite;

    -webkit-animation: chatblinker 1s ease-out;
    -webkit-animation-iteration-count: infinite;

    -ms-animation: chatblinker 1s ease-out;
    -ms-animation-iteration-count: infinite;
}

.modal-fauxchat-window-send-button {
    display: block;
    padding-right: 10px;
    align-self: center;
}

.modal-fauxchat-window-send-button button {
    border: 0;
    /* background-color: #e20079; */
    background-color: #f6971c;

    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 13px;
}

.modal-fauxchat-window-send-button button:hover {
    /* background-color:#ad005c; */
    background-color: #d77e09;
}

.modal-fauxchat-window-footer {
    display: block;
    width: 100%;
    background-color: #e20078;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.modal-fauxchat.chat-open .modal-fauxchat-bubble {
    margin-bottom: -100%;
    margin-right: -100%;
    opacity: 0;
    transition: all .6s ease-in;
    border: 10px solid #e20079;
}

.modal-fauxchat-bubble {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #e20079;

    margin-bottom: 0%;
    margin-right: 0%;
    opacity: 1;
    transition: all .2s ease-out;

    -moz-animation: msgblinker 3s ease-out;
    -moz-animation-iteration-count: infinite;

    -webkit-animation: msgblinker 3s ease-out;
    -webkit-animation-iteration-count: infinite;

    -ms-animation: msgblinker 3s ease-out;
    -ms-animation-iteration-count: infinite;

}

.modal-fauxchat-bubble-img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
}

.modal-fauxchat-bubble-icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    -moz-animation: msgblinker 2s ease-out;
    -moz-animation-iteration-count: infinite;

    -webkit-animation: msgblinker 2s ease-out;
    -webkit-animation-iteration-count: infinite;

    -ms-animation: msgblinker 2s ease-out;
    -ms-animation-iteration-count: infinite;
}

.modal-fauxchat-window-close,
.modal-fauxchat-window-link,
.modal-fauxchat-window-message-icon {
    display: none
}

.modal-fauxchat-bubble {
    display: none;
}

.modal-fauxchat-window-spacer {
    flex: 1;
}

@keyframes chatblinker {
    0% {
        color: transparent;
    }

    50% {
        color: #e20079;
    }

    100% {
        color: transparent;
    }
}

@-webkit-keyframes chatblinker {
    0% {
        color: transparent;
    }

    50% {
        color: #e20079;
    }

    100% {
        color: transparent;
    }
}

@-moz-keyframes chatblinker {
    0% {
        color: transparent;
    }

    50% {
        color: #e20079;
    }

    100% {
        color: transparent;
    }
}

@-ms-keyframes chatblinker {
    0% {
        color: transparent;
    }

    50% {
        color: #e20079;
    }

    100% {
        color: transparent;
    }
}

@keyframes msgblinker {
    0% {
        background-color: #f00;
        border-color: #f00;
    }

    50% {
        background-color: #e20079;
        border-color: #e20079;
    }

    100% {
        background-color: #f00;
        border-color: #f00;
    }
}

@-webkit-keyframes msgblinker {
    0% {
        background-color: #f00;
        border-color: #f00;
    }

    50% {
        background-color: #e20079;
        border-color: #e20079;
    }

    100% {
        background-color: #f00;
        border-color: #f00;
    }
}

@-moz-keyframes msgblinker {
    0% {
        background-color: #f00;
        border-color: #f00;
    }

    50% {
        background-color: #e20079;
        border-color: #e20079;
    }

    100% {
        background-color: #f00;
        border-color: #f00;
    }
}

@-ms-keyframes msgblinker {
    0% {
        background-color: #f00;
        border-color: #f00;
    }

    50% {
        background-color: #e20079;
        border-color: #e20079;
    }

    100% {
        background-color: #f00;
        border-color: #f00;
    }
}

@media only screen and (min-width:768px) {



    .typing-indicator {
        background-color: #f0f0f3;
        will-change: transform;
        width: 56px;
        border-radius: 50px;
        padding: 10px;
        display: flex;
        position: relative;
        -webkit-animation: 2s bulge infinite ease-out;
        animation: 2s bulge infinite ease-out;
    }

    .typing-indicator::before,
    .typing-indicator::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: -2px;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: #f0f0f3;
    }

    .typing-indicator::after {
        height: 5px;
        width: 5px;
        left: -5px;
        bottom: -5px;
    }

    .typing-indicator span {
        height: 10px;
        width: 10px;
        float: left;
        margin: 0 1px;
        background-color: #e20079;
        display: block;
        border-radius: 50%;
        opacity: 0.4;
    }

    .typing-indicator span:nth-of-type(1) {
        -webkit-animation: 1s blink infinite 0.3333s;
        animation: 1s blink infinite 0.3333s;
    }

    .typing-indicator span:nth-of-type(2) {
        -webkit-animation: 1s blink infinite 0.6666s;
        animation: 1s blink infinite 0.6666s;
    }

    .typing-indicator span:nth-of-type(3) {
        -webkit-animation: 1s blink infinite 0.9999s;
        animation: 1s blink infinite 0.9999s;
    }

    @-webkit-keyframes blink {
        50% {
            opacity: 1;
        }
    }

    @keyframes blink {
        50% {
            opacity: 1;
        }
    }

    @-webkit-keyframes bulge {
        50% {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }
    }

    @keyframes bulge {
        50% {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }
    }



}

@media only screen and (max-width:767px) {
    /* .zopim {display: none!important;} */
}

.fg--error {
    color: #f00 !important;
    font-weight: bold;
}

button.modal-thanks-close {
    font-size: 12px;
    color: #777;
    margin-top: 15px;
    text-align: center;
    background: 0 0;
    border: 0;
    display: block;
    width: 100%;
    padding: 5px;
}


.jellyjar {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    top: -999999px;
    left: -999999px;
}

.flex-grid-full-width-first .flex-card:nth-of-type(1) .flex-card-section-actions {
    display: none;
}

.flex-grid-full-width-first .flex-card-title a {
    color: #222 !important;
    font-size: 1.2rem;
    padding: 6%;
}

.flex-grid-full-width-first .flex-card:nth-of-type(1) .flex-card-title a {
    color: #222 !important;
    font-size: 1.6rem;
    padding: 8%;
}

.news#wrap-content {
    background: linear-gradient(to bottom, white 55vh, #e2e2e2 0);
}

.page-websites-portfolio .fancybox-inner {
    left: 30%;
    transform: translate(-20%, -0%);
}

.websites-grid__category .row {
    height: 80px;
}

.page-websites-portfolio .fancybox-navigation {
    display: none !important;
}