@charset "UTF-8";@font-face {
    font-display: fallback;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    src: local("Open Sans Light Italic"),local("OpenSans-LightItalic"),url(/assets/font/OpenSans-LightItalic.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-display: fallback;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"),local("OpenSans-Light"),url(/assets/font/OpenSans-Light.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-display: fallback;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"),local("OpenSans-Regular"),url(/assets/font/OpenSans-Regular.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-display: fallback;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"),local("OpenSans-Italic"),url(/assets/font/OpenSans-Italic.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-display: fallback;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url(/assets/font/OpenSans-SemiBold.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-display: fallback;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2")
}

:root {
    --black: #000;
    --buttonHover: #ce2037;
    --buttonRed: #ed213c;
    --darkgrey: #333;
    --grey: #595f60;
    --hover: rgba(25,25,25,0.1);
    --laptopL: 1440px;
    --laptopM: 1360px;
    --laptopS: 1280px;
    --lightgrey: #f6f6f6;
    --postSpacer: 20px;
    --red: #ed213c;
    --shareHover: #1f1f1f;
    --socialIcon: #505555;
    --transitionTime: 0.1s;
    --twblue: #1da1f2;
    --white: #fff
}

body {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: Open Sans,sans-serif;
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden
}

.content-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 44px;
    width: 100vw
}

#skip-to-content {
    -webkit-transition: all .1s ease-in-out;
    height: 1px;
    overflow: hidden;
    position: absolute;
    transition: all .1s ease-in-out;
    width: 1px;
    z-index: -999
}

#skip-to-content:active,#skip-to-content:focus {
    border-radius: 15px 10px;
    font-size: 1.2rem;
    height: auto;
    margin: 15px;
    padding: 10px;
    position: fixed;
    text-decoration: none;
    width: auto;
    z-index: 999
}

.red {
    background: #ed213c;
    background: var(--buttonRed)
}

.center {
    text-align: center
}

h1 {
    font-size: 30px;
    font-weight: lighter;
    line-height: 45px
}

a {
    -webkit-transition: color .1s ease-in-out,fill .1s ease-in-out;
    -webkit-transition: color var(--transitionTime) ease-in-out,fill var(--transitionTime) ease-in-out;
    color: inherit;
    text-decoration: none;
    transition: color .1s ease-in-out,fill .1s ease-in-out;
    transition: color var(--transitionTime) ease-in-out,fill var(--transitionTime) ease-in-out
}

a[href^="tel:"] {
    font-weight: 400
}

p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 30px
}

.post .post-container {
  width: 100%;
}

.post-header {
  margin-bottom: 20px;
}

.post-header h1 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal;
}

article a:link:not(.like-button), article a:visited:not(.like-button) {
    color: #f7133a;
}

.post-meta {
    color: #8e8e8e;
    font-weight: lighter;
}

.post-feature-image img {
    width: 100%;
    max-width: 750px;
    margin-bottom: 20px;
}

.post-content, .post-content img {
    width: 100%;
    max-width: 750px;
}

.post-content {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    font-weight: lighter;
}

.post-footer, .post-footer .share-buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.post-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.like-button, button, p {
    font-size: 16px;
    font-weight: lighter;
}

article {
  display: inline-flex;
  margin-bottom: 200px;
}

.post-author-link {
    height: 100%;
}

.post-author-link img {
    width: 70px;
    height: 70px;
    margin-right: 32px;
    border-radius: 50%;
}

#main-content-area strong a[href^="mailto:"] {
    -webkit-transition: all .2s linear;
    background-color: inherit;
    color: inherit;
    display: inline;
    margin: 0;
    padding: 0;
    transition: all .2s linear
}

#main-content-area strong a[href^="mailto:"]:hover {
    color: #ce2037;
    color: var(--buttonHover)
}

#main-content-area strong a[href^="mailto:"]:before {
    display: none
}

.like-button,button {
    -webkit-transition: background .2s ease-in-out;
    background: #ed213c;
    background: var(--buttonRed);
    border: none;
    color: #fff;
    color: var(--white);
    font-family: Open Sans,sans-serif;
    font-size: 20px;
    font-weight: lighter;
    padding: 15px 20px;
    text-decoration: none;
    transition: background .2s ease-in-out
}

.classic-button {
    background: transparent;
    padding: 0
}

.pretty-button {
    background: none;
    border: none
}

.inline-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%
}

input[type=email],input[type=submit],input[type=text] {
    border: 1px solid #000;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 30px;
    min-height: 45px;
    padding: 5px 0 5px 20px
}

input[type=email]:focus,input[type=text]:focus {
    outline: none
}

.transparent {
    background: transparent!important
}

hr.lightgrey {
    border-color: #f6f6f6;
    border-color: var(--lightgrey)
}

li {
    line-height: 30px
}

li a {
    font-size: 16px;
    font-weight: lighter
}

li a:link {
    list-style-type: none
}

ul.list {
    padding: 0
}

ul.list li {
    list-style-type: none
}

body>header {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
    z-index: 2
}

#mobile-header {
    display: none
}

header nav {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100px;
    justify-content: space-between;
    margin: 0 auto
}

header nav .logo img {
    height: 60px;
    max-width: 500px;
    width: 270px
}

header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}

header nav li {
    height: 100px
}

header nav li a {
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-transition: all .3s linear;
    color: #000;
    color: var(--black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    height: inherit;
    justify-content: center;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    transition: all .3s linear;
    white-space: nowrap
}

header nav .nav li a:after {
    -webkit-transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    background-color: #000;
    background-color: var(--black);
    content: "";
    height: 2px;
    position: relative;
    transform: scaleX(0);
    transition: all .3s ease-in-out 0s;
    visibility: hidden
}

header nav .nav li a:hover:after,header nav li.nav-current a:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible
}

header nav a.active,header nav ul a:focus,header nav ul a:hover {
    outline: none
}

header nav a.active span:after,header nav ul a:focus span:after,header nav ul a:hover span:after {
    -webkit-transform: scaleX(1);
    outline: none;
    transform: scaleX(1);
    visibility: visible
}

#signup-button {
    -webkit-transition: all .2s linear;
    background: #ed213c;
    background: var(--red);
    transition: all .2s linear
}

#signup-button:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

#signup-button a {
    color: #fff;
    color: var(--white)
}

#signup-button a span:after {
    background: #fff;
    background: var(--white)
}

#signup-button a:after {
    display: none
}

#login-button a,#login-button a span {
    color: #ed213c;
    color: var(--red)
}

#login-button a:after {
    background-color: #ed213c;
    background-color: var(--red)
}

.header-container.fixed {
    -webkit-transition: all .2s linear;
    background-color: #fff;
    background-color: var(--white);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .2s linear
}

.header-container.fixed header #hero {
    margin-top: 90px
}

.header-container.fixed-hidden {
    top: -100px
}

.header-container.invisible {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.nav-features {
    position: relative
}

.submenu {
    -webkit-box-shadow: 2px -1px 5px 0 rgba(0,0,0,.64);
    background-color: #fff;
    background-color: var(--white);
    box-shadow: 2px -1px 5px 0 rgba(0,0,0,.64);
    display: none;
    left: 30px;
    margin-top: -10px;
    position: absolute;
    text-align: left;
    width: 200px
}

.submenu li {
    -webkit-transition: all .2s linear;
    border-bottom: 1px solid #f6f6f6;
    border-bottom-color: var(--lightgrey);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 8px 16px;
    transition: all .2s linear
}

.submenu li:hover {
    background-color: #f6f6f6;
    background-color: var(--lightgrey)
}

.submenu li a {
    margin: 0!important;
    padding: 0!important;
    text-align: left;
    white-space: normal
}

.submenu li a:after {
    display: none
}

.home-template .submenu {
    left: 25px;
    margin-top: 0
}

.home-template .submenu li {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.home-template .submenu li a,.home-template .submenu li a:hover {
    color: #000;
    color: var(--black)
}

.page-template #hero {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    color: var(--white);
    height: 275px
}

.page-template #hero .content-wrapper {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 146px
}

.page-template #hero .content-wrapper #page-title {
    font-size: 75px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: left
}

.home-template header li {
    height: 43px
}

.home-template header li a {
    -webkit-transition: all .2s linear;
    color: #fff;
    color: var(--white);
    margin: 0 25px;
    padding: 0;
    position: relative;
    transition: all .2s linear
}

.home-template header li a:focus,.home-template header li a:hover {
    background: none;
    color: #fff;
    color: var(--white);
    outline: none
}

.home-template header li a:focus:before,.home-template header li a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible
}

.home-template header li a:before {
    -webkit-transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    background-color: #fff;
    background-color: var(--white);
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all .3s ease-in-out 0s;
    visibility: hidden;
    width: 100%
}

.home-template header li a:after,.home-template header li a:hover:after {
    display: none
}

.home-template #signup-button {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    height: 40px;
    margin-left: 15px;
    padding: 2px 0;
    transition: all .2s linear
}

.home-template #signup-button:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.home-template #signup-button a {
    margin: 0;
    padding: 0 41px
}

.home-template #signup-button a:before {
    display: none
}

.home-template #signup-button a:hover {
    background: none;
    color: #fff;
    color: var(--white)
}

.home-template #login-button {
    -webkit-transition: all .2s linear;
    border: 2px solid #fff;
    height: 40px;
    transition: all .2s linear
}

.home-template #login-button:hover {
    background-color: hsla(0,0%,100%,.3)
}

.home-template #login-button a {
    margin: 0;
    padding: 0 37px
}

.home-template #login-button a span {
    color: #fff;
    color: var(--white)
}

.home-template #login-button a span:after {
    display: none
}

.home-template #login-button a:hover {
    background: none;
    color: #fff;
    color: var(--white)
}

.home-template header .logo img {
    height: 45px
}

#sidebar-toggle,.home-template header .logo img:last-child {
    display: none
}

.tag-tweet-slider-white .tweet-slider {
    background-color: #fff;
    background-color: var(--white)
}

.tag-tweet-slider-white .tweet-slider p {
    color: #595f60;
    color: var(--grey);
    font-size: 34px;
    font-weight: 300;
    text-align: center
}

.home-template .tweet-slider {
    background-color: #fff;
    background-color: var(--white);
    padding-bottom: 50px;
    padding-top: 10px
}

.home-template .tweet-slider .div-wrapper p {
    color: #595f60;
    color: var(--grey);
    line-height: 1.6;
    margin-bottom: 50px
}

.home-template .tweet-slider .div-wrapper p em {
    font-size: 25px;
    font-style: normal;
    padding-left: 10px
}

.home-template .tweet-slider .div-wrapper p em:before {
    -webkit-box-sizing: border-box;
    border: 2.5px solid #2bd35e;
    border-radius: 50%;
    box-sizing: border-box;
    color: #2bd35e;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-left: -10px;
    margin-right: 10px;
    padding: 5px;
    position: relative;
    top: -3px
}

.tweet-slider {
    background-color: #f6f6f6;
    background-color: var(--lightgrey);
    height: 380px;
    padding: 80px 0 60px
}

.tweet-slider .div-wrapper p {
    font-size: 27px;
    margin-bottom: 80px;
    margin-top: 0;
    text-align: center
}

.tweet-slider .div-wrapper p s {
    text-decoration: none
}

.tweet-slider .tweet-buttons {
    display: none;
    position: relative;
    text-align: center;
    top: 21%
}

.tweet-slider .tweet-prev {
    border-bottom: 2px solid #595f60;
    border-left: 2px solid #595f60;
    border-left-color: var(--grey);
    border-left-style: solid;
    border-left-width: 2px;
    left: calc(50% - 290px)
}

.tweet-slider .tweet-next,.tweet-slider .tweet-prev {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: none;
    color: #595f60;
    color: var(--grey);
    cursor: pointer;
    outline: none;
    padding: 10px;
    position: absolute;
    transform: rotate(45deg)
}

.tweet-slider .tweet-next {
    border-right: 2px solid #595f60;
    border-right-color: var(--grey);
    border-right-style: solid;
    border-right-width: 2px;
    border-top: 2px solid #595f60;
    left: calc(49% + 285px)
}

.tweet-slider .loader {
    top: 16%
}

.loader {
    margin: 50px auto;
    width: 150px
}

.loader svg {
    position: absolute
}

#load {
    -webkit-animation: loading 3s linear infinite;
    animation: loading 3s linear infinite;
    width: 150px
}

#load #loading-inner {
    -webkit-animation: loading-circle 2s linear infinite;
    animation: loading-circle 2s linear infinite;
    fill: transparent;
    stroke: #ed213c;
    stroke: var(--red);
    stroke-dasharray: 300;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 10
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes loading-circle {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: -600
    }
}

@keyframes loading-circle {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: -600
    }
}

.tweet-section {
    display: none;
    height: 300px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0
}

.tweet-section .tweet-div {
    -webkit-transition: all .5s linear;
    display: none;
    margin: 0 auto;
    position: absolute;
    transition: all .5s linear;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tweet-section .tweet-div iframe {
    width: 480px!important
}

.tweet-section .tweet-first {
    display: block;
    left: calc(-9% - 240px);
    opacity: .5
}

.tweet-section .tweet-second {
    display: block;
    left: calc(19% - 240px);
    opacity: .7
}

.tweet-section .tweet-active {
    display: block;
    left: calc(50% - 240px);
    opacity: 1
}

.tweet-section .tweet-fourth {
    display: block;
    left: calc(81% - 240px);
    opacity: .7
}

.tweet-section .tweet-fifth {
    display: block;
    left: calc(109% - 240px);
    opacity: .5
}

@-webkit-keyframes animate {
    0% {
        -webkit-transform: rotateY(90deg) translateX(-30px);
        opacity: 0;
        transform: rotateY(90deg) translateX(-30px)
    }

    50% {
        -webkit-transform: rotateY(0deg) translateX(30px) scale(.4);
        opacity: 1;
        transform: rotateY(0deg) translateX(30px) scale(.4)
    }

    to {
        -webkit-transform: rotateY(0deg);
        opacity: 0;
        transform: rotateY(0deg)
    }
}

@keyframes animate {
    0% {
        -webkit-transform: rotateY(90deg) translateX(-30px);
        opacity: 0;
        transform: rotateY(90deg) translateX(-30px)
    }

    50% {
        -webkit-transform: rotateY(0deg) translateX(30px) scale(.4);
        opacity: 1;
        transform: rotateY(0deg) translateX(30px) scale(.4)
    }

    to {
        -webkit-transform: rotateY(0deg);
        opacity: 0;
        transform: rotateY(0deg)
    }
}

.stats-section {
    background-color: #f6f6f6;
    background-color: var(--lightgrey);
    clear: both;
    margin-top: 90px
}

.stats-section ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0
}

.stats-section ol li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #595f60;
    color: var(--grey);
    line-height: 1;
    padding: 100px;
    position: relative;
    text-align: center;
    width: 33%
}

.stats-section li em {
    white-space: nowrap
}

.stats-section li em:first-child {
    text-align: left
}

.stats-section li em:first-child,.stats-section li em:last-child {
    display: inline-block;
    font-style: inherit;
    position: relative;
    width: 100%
}

.stats-section li em:last-child {
    text-align: right
}

.stats-section li strong {
    display: block;
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    position: relative
}

.stats-section li:before {
    color: #e1e1e1;
    content: "\f041";
    font-family: FontAwesome;
    font-size: 200px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    position: absolute;
    right: 0;
    text-decoration: inherit;
    top: 15%
}

.stats-section li:first-child:before {
    content: "\f007"
}

.stats-section li:last-child:before {
    content: "\f073"
}

.crew-section {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: auto;
    padding: 60px 44px
}

.crew-section.content-wrapper {
    margin-bottom: 10px;
    padding-bottom: 60px
}

.crew-section .crew-section-heading {
    color: #595f60;
    color: var(--grey);
    font-weight: 300;
    margin: 10px 0 20px;
    text-align: center
}

.crew-section .crew-section-heading h2,.crew-section .crew-section-heading h3,.crew-section .crew-section-heading h4,.crew-section .crew-section-heading p {
    font-weight: 300;
    margin: 0
}

.crew-section .crew-section-heading h2 {
    font-size: 30px
}

.crew-section .image-div {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%
}

.crew-section .about-div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    font-weight: 300;
    padding: 50px 150px 50px 50px;
    text-align: left;
    width: 60%
}

.thumbnails ol {
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0
}

.thumbnails li {
    -webkit-box-sizing: border-box;
    background-color: #000;
    background-color: var(--black);
    box-sizing: border-box;
    cursor: pointer;
    height: 150px;
    list-style-type: none;
    margin: 15px;
    position: relative;
    text-align: center;
    width: 150px
}

.thumbnails li,.thumbnails li p {
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.thumbnails li p {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 100%;
    left: 0;
    line-height: 1.5;
    margin: auto;
    opacity: 0;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.thumbnails li img {
    -webkit-filter: brightness(100%);
    -webkit-transition: all .2s linear;
    border: 1px solid #ddd;
    filter: brightness(100%);
    transition: all .2s linear;
    width: 150px
}

.thumbnails li:hover img {
    opacity: .5
}

.thumbnails li:hover p {
    opacity: 1
}

.crew-popup {
    background-color: rgba(0,0,0,.8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

.crew-popup button {
    background-color: #fff;
    background-color: var(--white);
    color: #000;
    color: var(--black);
    cursor: pointer;
    font-size: 26px;
    position: absolute;
    right: 0;
    z-index: 2
}

.crew-popup button:focus {
    outline: none
}

.crew-popup-inner {
    background-color: #fff;
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 575px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 20%;
    width: 1140px
}

.about-div h2 {
    color: #000;
    color: var(--black);
    font-weight: 400;
    line-height: 1;
    margin: 0
}

.about-div h3 {
    font-weight: 300;
    margin: 5px 0
}

.about-div ul {
    list-style: none;
    padding: 0
}

.about-div ul:before {
    border-top: 2px solid #000;
    content: "";
    display: block;
    margin: 28px 0;
    position: relative;
    width: 100px
}

.about-div li {
    margin: 10px 0
}

.about-div p {
    bottom: 0;
    margin-bottom: 50px;
    opacity: 1;
    position: absolute
}

.about-div br {
    display: none
}

.about-div a {
    -webkit-transition: all .2s linear;
    background-color: #0cf;
    border: 2px solid #0cf;
    color: #fff;
    color: var(--white);
    font-weight: 400;
    padding: 15px 25px 15px 65px;
    transition: all .2s linear
}

.about-div a:last-child {
    background-color: #c3f;
    border-color: #c3f;
    margin-left: 20px
}

.about-div a:last-child:hover:before {
    color: #c3f
}

.about-div a:last-child:before {
    color: #fff;
    color: var(--white);
    content: "\f16d";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-left: -40px;
    position: absolute;
    text-decoration: inherit
}

.about-div a:hover {
    background-color: #fff;
    background-color: var(--white);
    color: #0cf
}

.about-div a:hover:last-child {
    color: #c3f
}

.about-div a:hover:before {
    color: #0cf
}

.about-div a:before {
    color: #fff;
    color: var(--white);
    content: "\f099";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-left: -40px;
    position: absolute;
    text-decoration: inherit
}

.middle-banner {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-box-sizing: border-box;
    align-items: center;
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 275px;
    margin-top: 80px;
    text-align: center
}

.middle-banner .div-wrapper {
    width: 100%
}

.middle-banner h3 {
    color: #fff;
    color: var(--white);
    font-size: 37px;
    font-weight: 300;
    margin: 0 0 33px
}

.middle-banner a {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    padding: 12px 50px;
    transition: all .2s linear;
    white-space: nowrap
}

.middle-banner a:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.middle-banner em {
    color: #fff;
    color: var(--white);
    font-size: 18px
}

.page-about .middle-banner,.page-features .middle-banner {
    margin-top: 0
}

.banner {
    padding-bottom: calc(45% - 240px);
    width: 100%
}

#banner-slider {
    left: 0;
    position: relative;
    top: -216px
}

#banner-slider img {
    display: none;
    position: absolute;
    width: 100%
}

#banner-slider img:first-child {
    display: block
}

#banner-slider .div-wrapper {
    display: none;
    position: relative;
    text-align: center
}

#banner-slider .div-wrapper p {
    color: #fff;
    color: var(--white);
    font-size: 22px;
    font-weight: 500;
    left: 0;
    line-height: 1.5;
    margin: 0 auto;
    padding: 10% 50px 0;
    position: absolute;
    right: 0
}

#banner-slider div:nth-child(2) {
    display: block
}

#main-content-area.content-wrapper {
    max-width: 100%;
    padding: 0
}

.banner-switcher {
    margin-top: calc(36% - 210px);
    position: absolute;
    text-align: center;
    width: 100%
}

.banner-switcher span {
    -webkit-transition: all .2s linear;
    border: 1px solid;
    border-color: var(--white);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    transition: all .2s linear;
    width: 14px
}

.banner-switcher span:hover,.switcher-active {
    background-color: #fff;
    background-color: var(--white)
}

.banner-links {
    left: 0;
    margin-top: calc(23% - 180px);
    position: absolute;
    right: 0;
    text-align: center
}

.banner-links a {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
    margin: 0 15px;
    padding: 15px 45px;
    transition: all .2s linear
}

.banner-links a:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.user-inform .inform-banner {
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    margin-top: -87px;
    padding: 5px 10px;
    position: relative;
    text-align: center
}

.user-inform p {
    font-size: 16px
}

.user-inform a {
    margin: 0 auto;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.user-inform a:before {
    -webkit-transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    background-color: #fff;
    background-color: var(--white);
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(1);
    transition: all .3s ease-in-out 0s;
    visibility: visible;
    width: 100%
}

.user-inform div.toast-info {
    background-color: #ed213c!important;
    background-color: var(--red)!important
}

.user-inform div.toast-info a {
    text-decoration: underline
}

.user-inform div.toast-info a:before {
    visibility: hidden
}

.user-inform #toast-container>div {
    width: 450px
}

.page-pricing .inform-banner {
    display: none
}

.grayscale-logos {
    margin-bottom: 80px;
    text-align: center
}

.grayscale-logos li {
    display: inline;
    margin: 0 10px
}

.grayscale-logos img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .2s linear;
    filter: grayscale(100%);
    transition: all .2s linear;
    width: 70px
}

.grayscale-logos img:hover {
    -webkit-filter: none;
    filter: none
}

.home-template h3 {
    color: #595f60;
    color: var(--grey);
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 36px;
    margin-top: 0
}

.video-section-container {
    background-color: #f6f6f6;
    background-color: var(--lightgrey)
}

.home-template .video-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 70px 0
}

.home-template .video-section div:first-child {
    -ms-flex-preferred-size: 64%;
    flex-basis: 64%;
    padding: 0 28px
}

.home-template .video-section div:last-child {
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
    height: 475px;
    margin: auto;
    padding: 0 28px
}

.home-template .video-section iframe {
    height: 470px;
    width: 100%
}

.home-template .video-section ol {
    color: #595f60;
    color: var(--grey);
    list-style: none;
    padding: 0
}

.home-template .video-section li {
    -webkit-transition: max-height .8s ease-out;
    cursor: default;
    cursor: pointer;
    font-weight: 400;
    margin: 25px 0;
    max-height: 25px;
    overflow: hidden;
    transition: max-height .8s ease-out
}

.home-template .video-section li strong {
    font-weight: inherit
}

.home-template .video-section li em {
    display: block;
    font-size: 15px;
    font-style: inherit;
    line-height: 25px;
    margin-left: 45px;
    margin-top: 5px
}

.home-template .video-section li:hover {
    color: #ed213c;
    color: var(--red)
}

.home-template .video-section li:hover img {
    -webkit-filter: none;
    filter: none
}

.home-template .video-section li.active {
    -webkit-transition: max-height .8s ease-in;
    color: #ed213c;
    color: var(--red);
    max-height: 500px;
    transition: max-height .8s ease-in
}

.home-template .video-section li.active img {
    -webkit-filter: none;
    filter: none
}

.home-template .video-section img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .2s linear;
    filter: grayscale(100%);
    margin-right: 20px;
    position: relative;
    top: 4px;
    transition: all .2s linear;
    width: 20px
}

.home-template .features-list {
    background-color: #f6f6f6;
    background-color: var(--lightgrey);
    padding: 70px 0
}

.home-template .features-list .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home-template .features-list .content-wrapper div {
    text-align: center;
    width: 33.33333%
}

.home-template .features-list .content-wrapper img {
    height: 90px
}

.home-template .features-list .content-wrapper h4 {
    color: #ed213c;
    color: var(--red);
    font-size: 24px;
    font-weight: 400;
    margin: 15px 0
}

.home-template .features-list .content-wrapper p {
    margin: 0 auto;
    max-width: 75%
}

.posts-section {
    padding: 70px 0 90px
}

.posts-section h3 {
    margin-bottom: 60px;
    text-align: center
}

.posts-section div img {
    -o-object-fit: scale-down;
    -o-object-position: center;
    height: 84%;
    object-fit: scale-down;
    object-position: center;
    width: 100%
}

.posts-section h4 {
    -webkit-transition: all .1s linear;
    margin: 0;
    padding-top: 15px;
    transition: all .1s linear
}

.posts-section p {
    margin: 0
}

.latest-posts {
    color: #595f60;
    color: var(--grey);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.latest-posts div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 15px
}

.latest-posts a:hover {
    color: #ed213c;
    color: var(--red)
}

.page-about .first-section {
    color: #595f60;
    color: var(--grey);
    text-align: center
}

.page-about .first-section h2 {
    font-size: 30px;
    font-weight: 300;
    margin: 0 auto 60px;
    max-width: 992px;
    text-align: center
}

.page-about .first-section p {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 80px;
    padding: 0 20px;
    text-align: left;
    width: 50%
}

.page-about .first-section p:last-child {
    text-align: center;
    width: 100%
}

.page-about .first-section a {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    padding: 12px 30px 12px 57px;
    position: relative;
    transition: all .2s linear
}

.page-about .first-section a:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.page-about .first-section a:before {
    -webkit-transition: all .2s linear;
    color: #fff;
    content: "\f099";
    font-family: FontAwesome;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    left: 20px;
    position: absolute;
    text-decoration: inherit;
    top: 10px;
    transition: all .2s linear
}

.trophies-slider.content-wrapper {
    padding: 70px 0
}

.trophies-slider .slick-track {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.trophies-slider h2 {
    color: #595f60;
    color: var(--grey);
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 60px;
    margin-top: 0;
    text-align: center
}

.trophies-slider .slick-arrow {
    display: none!important
}

.trophies-slider .quote-container {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.trophies-slider .image-div {
    margin: auto 0;
    padding: 0 60px;
    text-align: center;
    width: 165px
}

.trophies-slider .image-div img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    text-align: center;
    width: 100%
}

.trophies-slider .quote {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.trophies-slider .quote p {
    border-left: 1px solid #515353;
    color: #595f60;
    color: var(--grey);
    font-size: 32px;
    line-height: 45px;
    padding: 33px 20px 40px 50px
}

.trophies-slider ul {
    list-style: none;
    padding: 0;
    text-align: center
}

.trophies-slider ul:focus {
    outline: none
}

.trophies-slider li {
    cursor: pointer;
    display: inline;
    margin: 0 10px
}

.trophies-slider li button {
    background-color: #fff;
    background-color: var(--white);
    border: 1px solid;
    border-color: var(--red);
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    padding: 7px
}

.trophies-slider li:focus,.trophies-slider li button:focus {
    outline: none
}

.trophies-slider li.slick-active button {
    background-color: #ed213c;
    background-color: var(--red)
}

.slick-slide:focus,.slick-slider:focus,.slick-track:focus {
    outline: none
}

body.page-features header {
    margin-bottom: 0
}

.features-post {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1280px;
    padding: 80px 44px;
    width: 100%
}

.features-post .image-div {
    background-image: url(/assets/img/browser-template.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 15px;
    width: 64%
}

.features-post .image-div img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 40px 20px 15px;
    width: 700px
}

.features-post .content-div {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    width: 44%
}

.features-post a {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    display: block;
    margin-top: 40px;
    padding: 12px 30px;
    transition: all .2s linear;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.features-post a:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.features-post h2 {
    font-size: 26px;
    font-weight: 300
}

.features-post h2 img {
    margin-right: 10px;
    position: relative;
    top: 6px;
    width: 32px
}

.features-post-section:nth-of-type(2n) {
    background-color: #f6f6f6;
    background-color: var(--lightgrey)
}

.features-post-section:nth-of-type(2n) .features-post {
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse
}

.features-post-section:nth-of-type(2n) .features-post .image-div {
    background-image: url(/assets/img/browser-template-white.png)
}

.features-post-section:last-child {
    display: none
}

.page-pricing header {
    margin-bottom: 40px
}

.pricing-text {
    background-color: #f6f6f6;
    background-color: var(--lightgrey);
    color: #595f60;
    color: var(--grey);
    margin: 20px 0;
    padding: 30px 40px;
    text-align: center
}

.pricing-text p {
    line-height: 1.4
}

.compare-plans-button {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin: 75px auto;
    max-width: 260px;
    padding: 13px 30px;
    text-align: center;
    transition: all .2s linear
}

.compare-plans-button:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.pricing-trial-banner {
    margin-bottom: 80px;
    margin-top: 0
}

.pricing-calc,.pricing-form {
    display: block!important
}

.pricing-calc h2,.pricing-form h2 {
    font-weight: 300;
    margin: 30px 0 70px
}

.pricing-calc h2,.pricing-calc p,.pricing-form h2,.pricing-form p {
    color: #595f60;
    color: var(--grey);
    text-align: center
}

.pricing-calc p i,.pricing-form p i {
    display: block
}

.pricing-calc h4,.pricing-form h4 {
    color: #595f60;
    color: var(--grey);
    font-size: 18px;
    margin: 22px 0;
    text-align: center
}

.pricing-calc #calc-result,.pricing-form #calc-result {
    color: #ed213c;
    color: var(--red);
    font-size: 120px;
    font-weight: 300;
    margin: 60px 0 80px;
    text-align: center
}

.pricing-calc .slider-container,.pricing-form .slider-container {
    width: 100%
}

.pricing-calc .slider-container label,.pricing-form .slider-container label {
    -webkit-margin-after: .83em;
    -webkit-margin-before: .83em;
    -webkit-margin-end: 0;
    -webkit-margin-start: 0;
    color: #595f60;
    color: var(--grey);
    display: block;
    font-size: 1.5em;
    font-weight: 300;
    margin: 30px 0 70px;
    margin-block-end:.83em;margin-block-start:.83em;margin-inline-end:0;margin-inline-start:0;text-align: center
}

.pricing-calc .slider-container input,.pricing-form .slider-container input {
    -webkit-appearance: none;
    -webkit-transition: opacity .2s;
    background: #f6f6f6;
    background: var(--lightgrey);
    border: 1px solid;
    border-color: var(--grey);
    border-radius: 10px;
    height: 5px;
    margin: 20px 0;
    opacity: .9;
    outline: none;
    transition: opacity .2s;
    width: 100%
}

.pricing-calc .slider-container input:hover,.pricing-form .slider-container input:hover {
    opacity: 1
}

.pricing-calc .slider-container input::-webkit-slider-thumb,.pricing-form .slider-container input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    background: var(--white);
    border: 3px solid;
    border-color: var(--red);
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    width: 30px
}

.pricing-calc .slider-container input::-moz-range-thumb,.pricing-form .slider-container input::-moz-range-thumb {
    background: #fff;
    background: var(--white);
    cursor: pointer;
    height: 30px;
    width: 30px
}

.pricing-calc .slider-container ul,.pricing-form .slider-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-top: 0;
    padding: 0
}

.pricing-calc .slider-container ul li,.pricing-form .slider-container ul li {
    color: #595f60;
    color: var(--grey);
    font-size: 25px;
    font-weight: 400;
    padding-left: 19.6%;
    position: relative;
    width: 0
}

.pricing-calc .slider-container ul li:first-child,.pricing-form .slider-container ul li:first-child {
    font-weight: 600;
    padding-left: 10px;
    position: absolute
}

.pricing-calc .slider-container ul li.second-li,.pricing-form .slider-container ul li.second-li {
    left: 10px
}

.select-form select {
    display: none
}

.select-form .select {
    color: #595f60;
    color: var(--grey);
    cursor: pointer;
    display: none;
    font-size: 18px;
    margin-bottom: 50px;
    position: relative
}

.select-form .select .select-styled {
    background-color: #e7e7e7;
    font-size: 20px;
    font-weight: 300;
    padding: 15px 0 15px 30px;
    text-align: left
}

.select-form .select .select-styled:after {
    background-color: transparent;
    color: #000;
    color: var(--black);
    font-size: 22px;
    height: 100%;
    top: -4px
}

.select-form .select .select-options {
    text-align: left
}

.select-form .select-hidden {
    display: none;
    padding-right: 10px;
    visibility: hidden
}

.page-template .pricing-calc h2 {
    margin: 80px 0
}

.pricing-form {
    margin-bottom: 80px
}

.pricing-calc .slider-container ul li {
    padding-left: 19.1%
}

.pricing-calc .slider-container ul li:first-child,.pricing-calc .slider-container ul li:nth-child(2) {
    padding: 0
}

.pricing-calc .slider-container ul li.second-li {
    left: 5px
}

.pricing-calc .slider-container ul li:nth-child(2n) {
    display: none
}

.select-styled {
    -webkit-transition: all .2s linear;
    background-color: #fff;
    background-color: var(--white);
    bottom: 0;
    left: 0;
    padding: 20px 0 20px 25px;
    position: relative;
    right: 0;
    top: 0;
    transition: all .2s linear
}

.select-styled:after {
    -webkit-box-sizing: border-box;
    background-color: #e7e7e7;
    box-sizing: border-box;
    color: #fff;
    color: var(--white);
    content: "\f078";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 64px;
    padding-top: 22px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: inherit;
    top: 0;
    width: 64px
}

.select-styled:hover {
    background-color: #fafafa
}

.select-styled.active,.select-styled:active {
    background-color: #f2f2f2
}

.select-options {
    -moz-box-shadow: 0 5px 5px 1px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 5px 5px 1px rgba(0,0,0,.35);
    background-color: #fff;
    background-color: var(--white);
    box-shadow: 0 5px 5px 1px rgba(0,0,0,.35);
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 74px;
    z-index: 1
}

.select-options li {
    -webkit-transition: all .2s linear;
    margin: 0;
    padding: 15px 10px;
    text-indent: 15px;
    transition: all .2s linear
}

.select-options li:hover,.select-options li:nth-child(2n) {
    background-color: #fafafa
}

.select-options li[rel=hide] {
    display: none
}

.pricing-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pricing-data #business-acc,.pricing-data #free-acc,.pricing-data #pro-acc {
    background-color: #f6f6f6;
    background-color: var(--lightgrey);
    color: #595f60;
    color: var(--grey);
    margin: 0 10px;
    padding: 0 10% 12%;
    position: relative;
    text-align: center;
    width: 50%
}

.pricing-data #business-acc:first-child,.pricing-data #free-acc:first-child,.pricing-data #pro-acc:first-child {
    margin-left: 0
}

.pricing-data #business-acc:last-child,.pricing-data #free-acc:last-child,.pricing-data #pro-acc:last-child {
    margin-right: 0
}

.pricing-data #business-acc h2,.pricing-data #free-acc h2,.pricing-data #pro-acc h2 {
    color: #ed213c;
    color: var(--red);
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    padding: 0
}

.pricing-data #business-acc h3,.pricing-data #free-acc h3,.pricing-data #pro-acc h3 {
    font-size: 25px;
    margin: 30px 0 20px
}

.pricing-data #business-acc h4,.pricing-data #free-acc h4,.pricing-data #pro-acc h4 {
    color: #ed213c;
    color: var(--red);
    font-size: 18px;
    font-weight: 300
}

.pricing-data #business-acc p,.pricing-data #free-acc p,.pricing-data #pro-acc p {
    line-height: 1.4;
    margin: 0 auto;
    max-width: 300px;
    padding: 0 20px
}

.pricing-data #business-acc p span,.pricing-data #free-acc p span,.pricing-data #pro-acc p span {
    color: #ed213c;
    color: var(--red);
    display: block
}

.pricing-data #business-acc p span em,.pricing-data #free-acc p span em,.pricing-data #pro-acc p span em {
    font-style: normal
}

.pricing-data #business-acc ul,.pricing-data #free-acc ul,.pricing-data #pro-acc ul {
    font-weight: 300;
    list-style: none;
    padding-left: 75px;
    text-align: left
}

.pricing-data #business-acc ul i,.pricing-data #free-acc ul i,.pricing-data #pro-acc ul i {
    display: block
}

.pricing-data #business-acc ul li,.pricing-data #free-acc ul li,.pricing-data #pro-acc ul li {
    line-height: 1.4;
    margin-bottom: 15px;
    position: relative
}

.pricing-data #business-acc ul li span,.pricing-data #free-acc ul li span,.pricing-data #pro-acc ul li span {
    display: block
}

.pricing-data #business-acc ul li a,.pricing-data #free-acc ul li a,.pricing-data #pro-acc ul li a {
    -webkit-transition: all .2s linear;
    color: #ed213c;
    color: var(--red);
    transition: all .2s linear
}

.pricing-data #business-acc ul li a:hover,.pricing-data #free-acc ul li a:hover,.pricing-data #pro-acc ul li a:hover {
    color: #ce2037;
    color: var(--buttonHover)
}

.pricing-data #business-acc ul li .plan-anchor,.pricing-data #free-acc ul li .plan-anchor,.pricing-data #pro-acc ul li .plan-anchor {
    color: inherit
}

.pricing-data #business-acc ul li:after,.pricing-data #free-acc ul li:after,.pricing-data #pro-acc ul li:after {
    color: #2bd35e;
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    left: -35px;
    position: absolute;
    text-decoration: inherit;
    top: 0
}

.pricing-data #business-acc .plan-link,.pricing-data #free-acc .plan-link,.pricing-data #pro-acc .plan-link {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    bottom: 30px;
    color: #fff;
    color: var(--white);
    display: block;
    font-weight: 300;
    left: 0;
    margin: 0 auto;
    padding: 14px 75px;
    position: absolute;
    right: 0;
    transition: all .2s linear;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.pricing-data #business-acc .plan-link.large-acc-button,.pricing-data #free-acc .plan-link.large-acc-button,.pricing-data #pro-acc .plan-link.large-acc-button {
    display: none
}

.pricing-data #business-acc .plan-link:hover,.pricing-data #free-acc .plan-link:hover,.pricing-data #pro-acc .plan-link:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.pricing-data #business-acc .plan-link:focus,.pricing-data #free-acc .plan-link:focus,.pricing-data #pro-acc .plan-link:focus {
    outline: none
}

.pricing-data #business-acc.large-acc .plan-link,.pricing-data #business-acc.large-acc h2,.pricing-data #business-acc.large-acc h4,.pricing-data #free-acc.large-acc .plan-link,.pricing-data #free-acc.large-acc h2,.pricing-data #free-acc.large-acc h4,.pricing-data #pro-acc.large-acc .plan-link,.pricing-data #pro-acc.large-acc h2,.pricing-data #pro-acc.large-acc h4 {
    display: none
}

.pricing-data #business-acc.large-acc .plan-link.large-acc-button,.pricing-data #free-acc.large-acc .plan-link.large-acc-button,.pricing-data #pro-acc.large-acc .plan-link.large-acc-button {
    display: block
}

.pricing-data #business-acc.disabled h2,.pricing-data #business-acc.disabled h3,.pricing-data #business-acc.disabled h4,.pricing-data #business-acc.disabled li,.pricing-data #business-acc.disabled li:after,.pricing-data #business-acc.disabled p,.pricing-data #free-acc.disabled h2,.pricing-data #free-acc.disabled h3,.pricing-data #free-acc.disabled h4,.pricing-data #free-acc.disabled li,.pricing-data #free-acc.disabled li:after,.pricing-data #free-acc.disabled p,.pricing-data #pro-acc.disabled h2,.pricing-data #pro-acc.disabled h3,.pricing-data #pro-acc.disabled h4,.pricing-data #pro-acc.disabled li,.pricing-data #pro-acc.disabled li:after,.pricing-data #pro-acc.disabled p {
    color: #cecece
}

.pricing-data #business-acc.disabled .plan-link,.pricing-data #free-acc.disabled .plan-link,.pricing-data #pro-acc.disabled .plan-link {
    background-color: #cecece;
    pointer-events: none
}

.testimonials-slider {
    padding: 70px 0
}

.testimonials-slider .slick-track {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.testimonials-slider.content-wrapper .testimonials-heading {
    color: #595f60;
    color: var(--grey);
    font-weight: 300;
    margin: 0 auto 60px;
    max-width: 680px;
    text-align: center
}

.testimonials-slider .slick-arrow {
    display: none!important
}

.testimonials-slider .testimonial-container {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.testimonials-slider .image-div {
    padding: 0 60px;
    text-align: center;
    width: 165px
}

.testimonials-slider .image-div img {
    border-radius: 50%;
    text-align: center;
    width: 100%
}

.testimonials-slider .text-div {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: #595f60;
    color: var(--grey);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.testimonials-slider .text-div h2 {
    font-size: 21px;
    margin-bottom: 5px
}

.testimonials-slider .text-div h3 {
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    margin-top: 0
}

.testimonials-slider .text-div p {
    font-size: 21px
}

.testimonials-slider .text-div hr {
    margin: 0;
    width: 100px
}

.testimonials-slider ul {
    list-style: none;
    padding: 0;
    text-align: center
}

.testimonials-slider ul:focus {
    outline: none
}

.testimonials-slider li {
    cursor: pointer;
    display: inline;
    margin: 0 10px
}

.testimonials-slider li button {
    background-color: #fff;
    background-color: var(--white);
    border: 1px solid;
    border-color: var(--red);
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    padding: 7px
}

.testimonials-slider li:focus,.testimonials-slider li button:focus {
    outline: none
}

.testimonials-slider li.slick-active button {
    background-color: #ed213c;
    background-color: var(--red)
}

.pricing-breakdowns .text-header {
    color: #595f60;
    color: var(--grey);
    text-align: center
}

.pricing-breakdowns .text-header.limits-table-header {
    margin: 60px 0 40px
}

.pricing-breakdowns .text-header.limits-table-header h2 {
    margin-bottom: 0
}

.pricing-breakdowns .text-header.limits-table-header p {
    line-height: 24px;
    margin: 0
}

.pricing-breakdowns .text-header.limits-table-header p:nth-child(3) {
    color: #848484;
    font-size: 13px;
    line-height: 20px
}

.pricing-breakdowns .text-header.limits-table-header p span {
    border-left: 1px solid #595f60;
    border-left-color: var(--grey);
    border-left-style: solid;
    border-left-width: 1px;
    margin: 0 6px 0 5px
}

.pricing-breakdowns .text-header h2 {
    font-weight: 300;
    margin-bottom: 60px
}

.pricing-breakdowns .text-header p {
    margin: 20px 0 40px
}

.pricing-breakdowns .text-header a {
    -webkit-transition: all .2s linear;
    color: #ed213c;
    color: var(--red);
    transition: all .2s linear
}

.pricing-breakdowns .text-header a:hover {
    color: #ce2037;
    color: var(--buttonHover)
}

.pricing-breakdowns table {
    border-collapse: collapse;
    margin-bottom: 50px;
    width: 100%
}

.pricing-breakdowns table.limits-table th {
    border-right: 1px solid #bebebe;
    padding: 20px 40px;
    text-align: center
}

.pricing-breakdowns table.limits-table th:first-child {
    text-align: left
}

.pricing-breakdowns table.limits-table th:nth-child(2) {
    padding: 20px 40px;
    text-align: center
}

.pricing-breakdowns table.limits-table th:last-child {
    border: none
}

.pricing-breakdowns table.limits-table td {
    border-right: 1px solid #bebebe;
    padding: 20px 40px;
    text-align: center
}

.pricing-breakdowns table.limits-table td a {
    display: block
}

.pricing-breakdowns table.limits-table td:first-child {
    text-align: left
}

.pricing-breakdowns table.limits-table td:nth-child(2) {
    padding: 20px 25px
}

.pricing-breakdowns table.limits-table td:nth-child(3) {
    width: inherit
}

.pricing-breakdowns table.limits-table td:last-child {
    border: none
}

.pricing-breakdowns table tr {
    background-color: #eee
}

.pricing-breakdowns table tr:nth-child(2n) {
    background-color: #e9e9e9
}

.pricing-breakdowns table th {
    background-color: #5b5b5b;
    color: #fff;
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    padding: 30px
}

.pricing-breakdowns table th i {
    display: none;
    font-style: normal
}

.pricing-breakdowns table th i.fa {
    display: block;
    font-size: 30px
}

.pricing-breakdowns table th:nth-child(2) {
    max-width: 210px;
    padding-left: 0;
    text-align: left
}

.pricing-breakdowns table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px
}

.pricing-breakdowns table td:nth-child(2) {
    max-width: 210px;
    padding-left: 0
}

.pricing-breakdowns table td:nth-child(3) {
    text-align: center
}

.pricing-breakdowns table td:nth-child(3).check {
    background-color: #ac182b;
    width: 180px
}

.pricing-breakdowns table td:nth-child(4) {
    background-color: #ed213c;
    background-color: var(--red);
    width: 180px
}

.pricing-breakdowns table td i {
    color: #595f60;
    color: var(--grey);
    display: block;
    font-style: normal
}

.pricing-breakdowns table td.check span {
    -webkit-transform: rotate(-45deg);
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    border-left-color: var(--white);
    border-left-style: solid;
    border-left-width: 3px;
    display: block;
    height: 10px;
    margin: 0 auto;
    transform: rotate(-45deg);
    width: 22px
}

.pricing-breakdowns table td.check i {
    color: #fff;
    color: var(--white);
    margin-top: 20px;
    text-align: center
}

.pricing-breakdowns table td a {
    -webkit-transition: all .2s linear;
    color: #ed213c;
    color: var(--red);
    transition: all .2s linear
}

.pricing-breakdowns table td a:hover {
    color: #ce2037;
    color: var(--buttonHover)
}

.pricing-breakdowns table td a.sentence-link {
    color: #000;
    color: var(--black)
}

.pricing-breakdowns table td a.sentence-link span {
    color: #ed213c;
    color: var(--red)
}

.contact-entry p {
    color: #595f60;
    color: var(--grey);
    margin: 0 auto 50px;
    max-width: 970px;
    text-align: center
}

.info-div {
    width: 65%
}

.info-div ol {
    list-style: none;
    margin: 0;
    padding: 0
}

.info-div ol li:first-child {
    margin-top: 0
}

.info-div a {
    line-height: 0
}

.info-div li {
    margin: 40px 0
}

.info-div li,.info-div li a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.info-div li:not(:last-child):hover,.info-div li:not(:last-child):hover:before {
    color: #ed213c;
    color: var(--red)
}

.info-div li:before {
    -webkit-transition: all .2s linear;
    color: #595f60;
    color: var(--grey);
    content: "\f095";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-left: -40px;
    margin-top: -1px;
    position: absolute;
    text-decoration: inherit;
    transition: all .2s linear
}

.info-div li:first-child:before {
    content: "\f0e0"
}

.info-div li:nth-child(4):before {
    content: "\f130"
}

.info-div li:last-child:before {
    content: "\f15b"
}

.contact-data {
    color: #595f60;
    color: var(--grey);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 150px
}

.address-div {
    width: 35%
}

.address-div h3 {
    margin: 0
}

.address-div p {
    line-height: 1.5;
    margin-bottom: 60px;
    margin-top: 5px
}

.page-contact .contact-button {
    margin: 50px 0 85px;
    text-align: center
}

.contact-button a {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    padding: 12px 50px;
    transition: all .2s linear
}

.contact-button a:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.map-div iframe {
    margin-bottom: -5px;
    width: 100%!important
}

.careers-perks {
    margin-top: 75px
}

.careers-perks h3 {
    color: #595f60;
    color: var(--grey);
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 80px;
    margin-top: 0;
    padding: 0 100px;
    text-align: center
}

.careers-perks em {
    color: #ed213c;
    color: var(--red);
    font-weight: 300
}

.careers-perks ol {
    list-style: none;
    padding: 0
}

.careers-perks li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #595f60;
    color: var(--grey);
    float: left;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 60px;
    padding: 0 100px;
    width: 50%
}

.careers-perks li strong {
    display: block;
    font-weight: 400
}

.careers-perks li:before {
    -webkit-transition: all .2s linear;
    border: 1px solid;
    border-color: var(--grey);
    border-radius: 50%;
    color: #595f60;
    color: var(--grey);
    content: "\f095";
    font-family: FontAwesome;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    margin-left: -80px;
    margin-top: 11px;
    position: absolute;
    text-align: center;
    text-decoration: inherit;
    transition: all .2s linear;
    width: 55px
}

.careers-perks li:hover:before {
    border-color: #ed213c;
    border-color: var(--red);
    color: #ed213c;
    color: var(--red)
}

.careers-work h3 {
    color: #595f60;
    color: var(--grey);
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 80px;
    margin-top: 0;
    padding: 0 100px;
    text-align: center
}

.careers-work em {
    color: #ed213c;
    color: var(--red);
    font-weight: 300
}

.careers-work ol {
    list-style: none;
    padding: 0
}

.careers-work li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #595f60;
    color: var(--grey);
    float: left;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 60px;
    padding: 0 100px;
    width: 50%
}

.careers-work li strong {
    display: block;
    font-weight: 400
}

.careers-work li:last-child {
    margin-bottom: 90px
}

.careers-work li:before {
    -webkit-transition: all .2s linear;
    border: 1px solid;
    border-color: var(--grey);
    border-radius: 50%;
    color: #595f60;
    color: var(--grey);
    content: "\f095";
    font-family: FontAwesome;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    margin-left: -80px;
    margin-top: 11px;
    position: absolute;
    text-align: center;
    text-decoration: inherit;
    transition: all .2s linear;
    width: 55px
}

.careers-work li:hover:before {
    border-color: #ed213c;
    border-color: var(--red);
    color: #ed213c;
    color: var(--red)
}

.crew-section-heading i {
    color: #ed213c;
    color: var(--red);
    font-weight: 300
}

.careers-work li:first-child:before {
    content: "\f058"
}

.careers-work li:nth-child(2):before {
    content: "\f118"
}

.careers-work li:nth-child(3):before {
    content: "\f108"
}

.careers-work li:last-child:before {
    content: "\f0c0"
}

.careers-perks li:first-child:before {
    content: "\f185"
}

.careers-perks li:nth-child(2):before {
    content: "\f108"
}

.careers-perks li:nth-child(3):before {
    content: "\f0f5"
}

.careers-perks li:last-child:before {
    content: "\f133"
}

.page-careers .stats-section {
    margin-bottom: 0
}

.page-careers .crew-section {
    padding: 60px 44px
}

.crew-section-heading h3 {
    color: #595f60;
    color: var(--grey);
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0 100px;
    text-align: center;
    white-space: nowrap
}

.crew-section-heading a {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    border: 1px solid;
    border-color: var(--red);
    clear: both;
    color: #fff;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    margin: 40px auto;
    padding: 12px 70px 12px 45px;
    position: relative;
    text-align: center;
    transition: all .2s linear;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.crew-section-heading a:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.crew-section-heading a:after {
    -webkit-transition: all .2s linear;
    color: #fff;
    color: var(--white);
    content: "\f144";
    font-family: FontAwesome;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    right: 20px;
    text-decoration: inherit;
    top: 10px;
    transition: all .2s linear
}

.quote-banner {
    color: #fff;
    color: var(--white);
    height: 520px;
    text-align: left
}

.quote-banner.middle-banner {
    margin-top: 0
}

.quote-banner .div-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 100px;
    width: 100vw
}

.quote-banner p {
    font-size: 28px;
    line-height: 1.5
}

.quote-banner blockquote {
    margin: 0
}

.quote-banner blockquote p {
    font-size: 60px;
    line-height: 1.2
}

.quote-banner blockquote p:before {
    content: "\201c"
}

.quote-banner blockquote p:after {
    content: "\201d"
}

.featured-banner blockquote p:before {
    content: "\201c"
}

.featured-banner blockquote p:after {
    content: "\201d"
}

.careers-banners {
    -ms-flex-flow: row wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    clear: both;
    flex-flow: row wrap;
    padding-top: 40px;
    width: 100%
}

.careers-banners,.small-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.small-banner {
    -ms-flex-align: center;
    -ms-flex-preferred-size: 48.3%;
    -webkit-box-align: center;
    -webkit-box-sizing: border-box;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    color: #fff;
    color: var(--white);
    flex-basis: 48.3%;
    height: 340px;
    margin: 0 .8%;
    padding: 0 50px;
    position: relative
}

.small-banner .div-wrapper {
    -webkit-transition: all .2s linear;
    opacity: 0;
    transition: all .2s linear;
    z-index: 1
}

.small-banner:hover .div-wrapper {
    opacity: 1
}

.small-banner:hover:before {
    opacity: .3
}

.small-banner:before {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    content: "";
    height: 100%;
    margin-left: -50px;
    opacity: 0;
    position: absolute;
    transition: all .2s linear;
    width: 100%
}

.small-banner blockquote {
    margin: 0
}

.small-banner blockquote p {
    font-size: 23px
}

.small-banner p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4
}

.featured-banner {
    -ms-flex-align: center;
    -ms-flex-preferred-size: 100%;
    -webkit-box-align: center;
    align-items: center;
    background-position: 50%;
    background-size: cover;
    color: #fff;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    height: 340px;
    margin: 1.6% .8%;
    padding: 0 50px;
    position: relative
}

.featured-banner .div-wrapper {
    -webkit-transition: all .2s linear;
    opacity: 0;
    transition: all .2s linear;
    z-index: 1
}

.featured-banner:hover .div-wrapper {
    opacity: 1
}

.featured-banner:hover:before {
    opacity: .3
}

.featured-banner:before {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    content: "";
    height: 100%;
    margin-left: -50px;
    opacity: 0;
    position: absolute;
    transition: all .2s linear;
    width: 100%
}

.featured-banner blockquote {
    margin: 0
}

.featured-banner blockquote p {
    font-size: 36px
}

.featured-banner p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4
}

.job-openings {
    margin-bottom: 20px;
    padding: 40px 20px
}

.job-openings .no-positions a {
    -webkit-transition: all .2s linear;
    color: #ed213c;
    color: var(--red);
    transition: all .2s linear
}

.job-openings .no-positions a:hover {
    color: #ce2037;
    color: var(--buttonHover)
}

.job-openings h2 {
    color: #595f60;
    color: var(--grey)
}

.job-openings h2 strong {
    color: #ed213c;
    color: var(--red);
    font-weight: 300
}

.job-openings ol {
    list-style: none;
    padding: 0
}

.job-openings li a {
    color: #595f60;
    color: var(--grey);
    font-size: 20px;
    font-weight: 400
}

.job-openings li a:hover {
    color: #ed213c;
    color: var(--red)
}

.video-popup {
    background-color: rgba(0,0,0,.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.video-popup .div-wrapper {
    margin-top: 15%;
    padding-top: 50%;
    position: relative
}

.video-popup .div-wrapper iframe {
    height: 585px;
    position: absolute;
    top: 0;
    width: 100%
}

.video-popup .div-wrapper:after {
    -webkit-transition: all .2s linear;
    color: #fff;
    color: var(--white);
    content: "\f057";
    display: block;
    font-family: FontAwesome;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    right: -50px;
    text-decoration: inherit;
    top: -50px;
    transition: all .2s linear
}

.page-press-kit .entry-section {
    text-align: center
}

.page-press-kit .entry-section p {
    color: #595f60;
    color: var(--grey);
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 80px;
    padding: 0 100px;
    text-align: center
}

.page-press-kit .entry-section a {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    display: block;
    font-size: 16px;
    margin: 80px auto 0;
    padding: 12px 50px;
    transition: all .2s linear;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.page-press-kit .entry-section a:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

a.red-button {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 14px 20px;
    transition: all .2s linear;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

a.red-button:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.correct-mf-div .content-wrapper {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: #595f60;
    color: var(--grey);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 65px 50px
}

.correct-mf-div .content-wrapper div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.correct-mf-div .correct-one h3 {
    font-size: 50px
}

.correct-mf-div .correct-one h3:before {
    -webkit-box-sizing: border-box;
    -webkit-transition: all .2s linear;
    border: 6px solid #2bd35e;
    border-radius: 50%;
    box-sizing: border-box;
    color: #2bd35e;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    margin-right: 30px;
    margin-top: auto;
    padding: 7px;
    position: relative;
    top: -8px;
    transition: all .2s linear
}

.correct-mf-div .incorrect-ones p {
    float: left;
    width: 50%
}

.correct-mf-div .incorrect-ones p:before {
    -webkit-box-sizing: border-box;
    -webkit-transition: all .2s linear;
    border: 3px solid;
    border-color: var(--red);
    border-radius: 50%;
    box-sizing: border-box;
    color: #ed213c;
    color: var(--red);
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    margin-right: 15px;
    padding: 7px 9px;
    position: relative;
    transition: all .2s linear
}

.mf-logos {
    background-color: #f6f6f6;
    background-color: var(--lightgrey);
    padding: 60px 0 25px;
    text-align: center
}

.mf-logos .logo-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mf-logos .logo-imgs a {
    -ms-flex-preferred-size: 33%;
    background-color: #fff;
    background-color: var(--white);
    flex-basis: 33%;
    height: 250px;
    margin: 20px;
    position: relative
}

.mf-logos .logo-imgs a,.mf-logos .logo-imgs a img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mf-logos .logo-imgs a img {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 30px;
    position: absolute;
    top: 0;
    width: 100%
}

.mf-logos .logo-imgs a:nth-child(2) {
    background-color: #000;
    background-color: var(--black)
}

.mf-logos a.red-button {
    font-weight: 300;
    margin: 60px auto
}

.mf-typography .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 0
}

.mf-typography .colors {
    -ms-flex-preferred-size: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-basis: 50%;
    padding: 0 80px
}

.mf-typography .font {
    color: #595f60;
    color: var(--grey)
}

.mf-typography .font p {
    font-size: 29px;
    line-height: 40px;
    margin-bottom: 42px;
    margin-top: 0;
    max-width: 460px;
    text-align: left
}

.mf-typography .colors p:first-child {
    background-color: #ed213c;
    background-color: var(--red);
    height: 220px
}

.mf-typography .colors p:first-child,.mf-typography .colors p:nth-child(2) {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-sizing: border-box;
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    font-size: 24px;
    font-weight: 400;
    justify-content: center;
    margin: 2%;
    width: 46%
}

.mf-typography .colors p:nth-child(2) {
    background-color: #000;
    background-color: var(--black);
    height: 100px;
    padding: 0 20px
}

.mf-typography .colors p:last-child {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-sizing: border-box;
    align-items: center;
    border: 1px solid #000;
    box-sizing: border-box;
    color: #595f60;
    color: var(--grey);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    font-size: 24px;
    font-weight: 400;
    height: 100px;
    justify-content: center;
    margin: 2%;
    padding: 0 20px;
    width: 46%
}

.mf-crew-images {
    background-color: #f6f6f6;
    background-color: var(--lightgrey);
    overflow: hidden;
    padding: 75px 0 80px
}

.mf-crew-images .div-wrapper ul {
    display: none
}

.mf-crew-images .div-wrapper a img {
    margin: 0 12px;
    width: 45px!important
}

.mf-crew-images h2 {
    color: #000;
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0
}

.mf-crew-images h3 {
    font-weight: 400;
    margin: 0
}

.mf-crew-images .thumbnail-img {
    float: left;
    margin: 19px 19px 70px;
    text-align: center;
    width: 30%
}

.mf-crew-images .thumbnail-img img {
    width: 100%
}

.mf-crew-images a.red-button {
    clear: both;
    margin: 0 auto
}

.page-affiliate .entry-section {
    color: #595f60;
    color: var(--grey);
    text-align: center
}

.page-affiliate .entry-section h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 50px
}

.page-affiliate .entry-section p br:nth-child(3) {
    line-height: 4
}

.page-affiliate .entry-section strong {
    color: #ed213c;
    color: var(--red);
    font-weight: 300;
    margin-bottom: 40px
}

.page-affiliate .entry-section a {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    display: block;
    margin: 40px auto 80px;
    padding: 12px 35px 12px 60px;
    transition: all .2s linear;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.page-affiliate .entry-section a:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.page-affiliate .entry-section a:before {
    color: #fff;
    color: var(--white);
    content: "\f099";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-left: -35px;
    position: absolute;
    text-decoration: inherit
}

.earn-div form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.earn-div select {
    display: none
}

.earn-div .select {
    -ms-flex-preferred-size: 33%;
    color: #595f60;
    color: var(--grey);
    cursor: pointer;
    flex-basis: 33%;
    font-size: 18px;
    height: 40px;
    margin-right: 30px;
    position: relative
}

.earn-div .select-hidden {
    display: none;
    padding-right: 10px;
    visibility: hidden
}

.earn-div button {
    -ms-flex-preferred-size: 33%;
    -webkit-transition: all .2s linear;
    cursor: pointer;
    flex-basis: 33%;
    height: 64px;
    transition: all .2s linear
}

.earn-div button:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.earn-div button:focus {
    outline: none
}

.program-terms {
    background-size: cover;
    color: #fff;
    color: var(--white);
    padding: 50px 0 25px
}

.program-terms .heading-div h4 {
    font-size: 22px;
    font-weight: 300;
    text-align: center
}

.program-terms .heading-div p {
    margin: 0 auto 90px;
    max-width: 750px;
    text-align: center
}

.program-terms .earn-div .select:before {
    color: #fff;
    color: var(--white);
    content: "TYPE OF ACCOUNT";
    display: block;
    position: absolute;
    top: -35px
}

.program-terms .earn-div .select:first-child {
    content: "NUMBER OF ACCOUNTS"
}

.program-terms .earn-div .earn-p {
    -ms-flex-preferred-size: 33%;
    -webkit-box-sizing: border-box;
    border: 2px solid;
    border-color: var(--white);
    box-sizing: border-box;
    flex-basis: 33%;
    font-size: 22px;
    height: 66px;
    margin: 0;
    padding: 16px 30px;
    position: relative
}

.program-terms .earn-div .earn-p:before {
    color: #fff;
    color: var(--white);
    content: "YOU EARN";
    display: block;
    font-size: 18px;
    margin-left: -30px;
    position: absolute;
    top: -35px
}

.program-terms .data-div {
    background-color: #fff;
    color: #595f60;
    color: var(--grey);
    margin: 65px 0;
    padding: 25px 50px
}

.program-terms .data-div a {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    display: block;
    margin: 20px auto;
    padding: 12px 60px;
    text-align: center;
    transition: all .2s linear;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.program-terms .data-div a:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.page-large-business-account #main-content-area,.page-large-pro-account #main-content-area {
    color: #333;
    color: var(--darkgrey);
    margin-top: -15px;
    text-align: center
}

.page-large-business-account #main-content-area p,.page-large-pro-account #main-content-area p {
    font-weight: 400;
    line-height: 20px
}

#TrialRequestForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 80px auto 0;
    max-width: 560px
}

#TrialRequestForm.in-progress .input-section a {
    cursor: wait
}

.label-section {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    text-align: left
}

.label-section label {
    display: block;
    margin-bottom: 40px;
    margin-top: 5px;
    position: relative;
    width: 147px
}

.label-section label:after {
    color: #ed213c;
    color: var(--red);
    content: "* This field is missing";
    display: none;
    font-weight: 300;
    left: 170px;
    position: absolute;
    top: 34px;
    width: 250px
}

.label-section label.missing-field:after {
    display: block
}

.label-section label .desc {
    margin-top: 20px
}

.label-section label:nth-child(2):after {
    content: "* Email address is not correct"
}

.label-section label:last-child:after {
    top: 210px
}

.response-div {
    margin: -20px 0 80px
}

.response-div p {
    display: none
}

.response-div p:before {
    color: #2bd35e;
    content: "\f058";
    font-family: FontAwesome;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    margin-left: -40px;
    position: absolute;
    text-decoration: inherit
}

.response-div p:last-child:before {
    color: #ed213c;
    color: var(--red);
    content: "\f057"
}

.input-section {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%
}

.input-section input {
    border-color: #333;
    border-color: var(--darkgrey);
    color: #333;
    color: var(--darkgrey);
    display: block;
    font-weight: 400;
    height: 40px;
    margin-bottom: 22px;
    max-height: 28px;
    min-height: auto;
    padding-left: 15px;
    width: 100%
}

.input-section input:disabled {
    background-color: #fff;
    background-color: var(--white);
    border: none
}

.input-section input:focus {
    outline-color: #ed213c;
    outline-color: var(--red)
}

.input-section textarea {
    border-color: #333;
    border-color: var(--darkgrey);
    color: #333;
    color: var(--darkgrey);
    display: block;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    height: 180px;
    margin-bottom: 20px;
    min-height: auto;
    overflow: scroll;
    padding: 15px 0 15px 15px;
    resize: none;
    width: 100%
}

.input-section textarea:focus {
    outline-color: #ed213c;
    outline-color: var(--red)
}

.input-section textarea::-webkit-scrollbar {
    width: 12px
}

.input-section textarea::-webkit-scrollbar-thumb {
    background-color: #ebebeb;
    border-radius: 10px
}

.input-section a {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin: 50px 0;
    padding: 16px 30px;
    transition: all .2s linear;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.input-section a:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.tag-video-subpage .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tag-video-subpage .content-wrapper .video-section {
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%
}

.tag-video-subpage .content-wrapper .video-section iframe {
    height: 380px!important;
    width: 100%!important
}

.page-powerpost .tweet-slider {
    background-color: #fff;
    background-color: var(--white)
}

.page-powerpost .content-section,.page-remote-management .content-section {
    -ms-flex-preferred-size: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #595f60;
    color: var(--grey);
    flex-basis: 48%;
    padding-left: 50px
}

.page-powerpost .content-section h3,.page-remote-management .content-section h3 {
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative
}

.page-powerpost .content-section h3 i,.page-remote-management .content-section h3 i {
    left: -30px;
    position: absolute;
    top: 4px
}

.tag-subpage .content-section a {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    display: block;
    margin-top: 40px;
    padding: 12px 30px;
    transition: all .2s linear;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tag-subpage .content-section a:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.page-remote-management .content-section,.tag-video-subpage .content-section {
    -ms-flex-preferred-size: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #595f60;
    color: var(--grey);
    flex-basis: 48%;
    padding-left: 50px
}

.page-remote-management .content-section h3,.tag-video-subpage .content-section h3 {
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative
}

.page-remote-management .content-section ul,.tag-video-subpage .content-section ul {
    padding-left: 20px
}

.page-remote-management .content-section ul li,.tag-video-subpage .content-section ul li {
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px
}

.page-remote-management .content-section p:last-child,.tag-video-subpage .content-section p:last-child {
    margin-top: 40px
}

.page-remote-management .content-section p:last-child a:last-child,.tag-video-subpage .content-section p:last-child a:last-child {
    background-color: #fff;
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--red);
    color: #ed213c;
    color: var(--red);
    margin-left: 10px;
    padding: 10px 28px
}

.page-remote-management .content-section p:last-child a:last-child:hover,.tag-video-subpage .content-section p:last-child a:last-child:hover {
    border-color: #ce2037;
    border-color: var(--buttonHover);
    color: #ce2037;
    color: var(--buttonHover)
}

.page-remote-management .content-section a,.tag-video-subpage .content-section a {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    padding: 12px 30px;
    transition: all .2s linear
}

.page-remote-management .content-section a:hover,.tag-video-subpage .content-section a:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.page-remote-management .content-section strong a,.tag-video-subpage .content-section strong a {
    background-color: inherit;
    color: inherit;
    color: #ed213c;
    color: var(--red);
    display: inline;
    font-weight: 300;
    margin: 0;
    padding: 0
}

.page-remote-management .content-section strong a:hover,.tag-video-subpage .content-section strong a:hover {
    background-color: inherit
}

.page-remote-management .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-remote-management .content-wrapper .video-section {
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%
}

.page-remote-management .content-wrapper .video-section iframe {
    height: 380px!important;
    width: 100%!important
}

.page-remote-management .content-wrapper h3 {
    color: inherit
}

.page-remote-management .middle-banner h3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1100px
}

.page-remote-management .middle-banner p {
    margin-top: 40px
}

.page-remote-management .middle-banner p a {
    margin-top: 30px;
    padding: 15px
}

.questions-container {
    background-color: #f6f6f6;
    background-color: var(--lightgrey)
}

.content-wrapper .questions {
    padding: 75px 0
}

.content-wrapper .questions h2 {
    color: #333;
    color: var(--darkgrey);
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 0;
    text-align: left
}

.questions-list ol {
    color: #595f60;
    color: var(--grey);
    list-style: none;
    padding: 0
}

.questions-list li {
    -webkit-transition: max-height .8s ease-out;
    color: #000;
    color: var(--black);
    cursor: pointer;
    font-weight: 400;
    margin: 28px 0;
    max-height: 25px;
    overflow: hidden;
    padding-left: 30px;
    position: relative;
    transition: max-height .8s ease-out
}

.questions-list li strong {
    font-weight: inherit
}

.questions-list li em {
    display: block;
    font-size: 15px;
    font-style: inherit;
    font-weight: 300;
    margin-top: 0
}

.questions-list li:before {
    color: #000;
    color: var(--black);
    content: "\f078";
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    position: absolute;
    text-decoration: inherit;
    top: 1px
}

.questions-list li.active {
    -webkit-transition: max-height .8s ease-in;
    max-height: 500px;
    transition: max-height .8s ease-in
}

.questions-list li.active em {
    display: block
}

.questions-list li.active:before {
    content: "\f077"
}

.page-podcast .entry-section {
    margin: -20px auto 100px;
    text-align: center
}

.page-podcast .entry-section h2 {
    color: #333;
    color: var(--darkgrey);
    font-size: 30px;
    font-weight: 300;
    margin: 0 auto 40px;
    max-width: 520px;
    padding: 0
}

.page-podcast .entry-section p {
    color: #333;
    color: var(--darkgrey);
    font-size: 21px;
    line-height: 35px;
    margin: 16px auto
}

.page-podcast .entry-section p:last-child {
    margin: 60px auto 0
}

.page-podcast .entry-section p:last-child a {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    display: inline;
    font-size: 16px;
    margin: 0 15px;
    padding: 12px 20px;
    transition: all .2s linear
}

.page-podcast .entry-section p:last-child a:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.page-podcast .middle-banner {
    margin-top: 0
}

.page-podcast .tweet-slider {
    padding: 80px 0
}

.page-podcast .posts-section h3 {
    color: #595f60;
    color: var(--grey);
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 80px;
    margin-top: 0
}

.episodes-section {
    background-color: #f6f6f6;
    background-color: var(--lightgrey);
    padding: 70px 0 50px
}

.episodes-section h2 {
    color: #333;
    color: var(--darkgrey);
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 60px;
    margin-top: 0;
    padding: 0;
    text-align: center
}

.episodes-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.episode-post {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin: 0 12px;
    width: 360px
}

.episode-post img {
    -o-object-fit: cover;
    height: 300px;
    object-fit: cover;
    width: 100%
}

.episode-post p {
    color: #333;
    color: var(--darkgrey);
    font-size: 18px
}

.episode-post p em {
    font-weight: 400
}

.episode-post a {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    display: block;
    font-size: 16px;
    margin-top: 12px;
    padding: 8px 20px;
    transition: all .2s linear;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.episode-post a:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

footer {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    align-items: center;
    background: #f6f6f6;
    background: var(--lightgrey);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    min-height: 250px;
    width: 100%
}

.page-socialroi .entry-section {
    margin: 0 auto 100px
}

.page-socialroi .entry-section h2 {
    color: #333;
    color: var(--darkgrey);
    font-size: 30px;
    font-weight: 300;
    margin: 0 auto 60px;
    max-width: 520px;
    padding: 0;
    text-align: center
}

.page-socialroi .entry-section p {
    color: #333;
    color: var(--darkgrey)
}

.page-socialroi .entry-section p:nth-child(2) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 20px;
    width: 50%
}

.page-socialroi .entry-section p:nth-child(3) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin-bottom: 0;
    padding: 0 20px;
    width: 50%
}

.page-socialroi .entry-section p:last-child {
    clear: both;
    text-align: center
}

.page-socialroi .entry-section ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    color: var(--darkgrey);
    float: right;
    list-style: none;
    margin: 0 0 90px;
    width: 50%
}

.page-socialroi .entry-section ul li {
    font-weight: 300
}

.page-socialroi .entry-section ul li:before {
    color: #333;
    color: var(--darkgrey);
    content: "•";
    display: inline-block;
    margin-left: -20px;
    width: 15px
}

.page-socialroi .entry-section a {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    display: inline;
    margin: 0 15px;
    padding: 12px 20px;
    transition: all .2s linear
}

.page-socialroi .entry-section a:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.page-socialroi .middle-banner {
    margin-top: 0
}

.page-socialroi .middle-banner a {
    font-size: 16px
}

.page-socialroi .tweet-slider {
    padding-bottom: 40px
}

.page-socialroi .posts-section {
    padding-top: 60px
}

.page-socialroi .posts-section h3 {
    color: #595f60;
    color: var(--grey);
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 80px;
    margin-top: 0
}

.page-socialroi .recent-summaries-container,.up-next-section {
    background-color: #f6f6f6;
    background-color: var(--lightgrey)
}

.previous-guests-section,.up-next-section {
    padding: 70px 70px 95px;
    text-align: center
}

.previous-guests-section h2,.up-next-section h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 60px;
    margin-top: 0;
    padding: 0 10px;
    text-align: center
}

.previous-guests-section .up-next-container,.up-next-section .up-next-container {
    -webkit-transition: max-height .8s ease-out;
    max-height: 276px;
    overflow: hidden;
    transition: max-height .8s ease-out
}

.previous-guests-section .up-next-container.active,.up-next-section .up-next-container.active {
    -webkit-transition: max-height .8s ease-in;
    max-height: 5000px;
    transition: max-height .8s ease-in
}

.previous-guests-section .previous-guests-container,.up-next-section .previous-guests-container {
    -webkit-transition: max-height .8s ease-out;
    max-height: 480px;
    overflow: hidden;
    transition: max-height .8s ease-out
}

.previous-guests-section .previous-guests-container.active,.up-next-section .previous-guests-container.active {
    -webkit-transition: max-height .8s ease-in;
    max-height: 85000px;
    transition: max-height .8s ease-in
}

.previous-guests-section #more-posts,.previous-guests-section #more-previous-posts,.up-next-section #more-posts,.up-next-section #more-previous-posts {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    display: inline;
    font-weight: 300;
    margin: 0 15px;
    padding: 14px 20px 16px;
    transition: all .2s linear
}

.previous-guests-section #more-posts:hover,.previous-guests-section #more-previous-posts:hover,.up-next-section #more-posts:hover,.up-next-section #more-previous-posts:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.previous-guests-section #more-posts:after,.previous-guests-section #more-previous-posts:after,.up-next-section #more-posts:after,.up-next-section #more-previous-posts:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    margin-left: 12px;
    position: relative;
    text-decoration: inherit;
    top: 2px
}

.previous-guests-section #more-posts.active:after,.previous-guests-section #more-previous-posts.active:after,.up-next-section #more-posts.active:after,.up-next-section #more-previous-posts.active:after {
    content: "\f106"
}

.previous-guests-post,.up-next-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 26px 105px
}

.previous-guests-post .image-div,.up-next-post .image-div {
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px
}

.previous-guests-post .image-div img,.up-next-post .image-div img {
    -o-object-fit: cover;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.previous-guests-post .content-div,.up-next-post .content-div {
    -ms-flex-preferred-size: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    color: var(--darkgrey);
    flex-basis: 70%;
    height: 171px;
    padding: 30px;
    text-align: left
}

.previous-guests-post .content-div h4,.up-next-post .content-div h4 {
    font-size: 20px;
    margin: 0
}

.previous-guests-post .content-div p,.up-next-post .content-div p {
    margin: 10px 0 0
}

.previous-guests-post .content-div em,.up-next-post .content-div em {
    font-weight: 400
}

.page-socialroi .faq-section {
    margin-bottom: 80px
}

.page-socialroi .faq-section h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 60px;
    text-align: center
}

.page-socialroi .question-div {
    border-bottom: 1px solid #333;
    border-bottom-color: var(--darkgrey);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #333;
    color: var(--darkgrey);
    position: relative
}

.page-socialroi .question-div:last-child {
    border: none
}

.page-socialroi .question-div h4 {
    cursor: pointer;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    padding: 20px 0
}

.page-socialroi .question-div h4:after {
    color: #333;
    color: var(--darkgrey);
    content: "\f078";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-top: 5px;
    position: absolute;
    right: 0;
    text-decoration: inherit
}

.page-socialroi .question-div div {
    -webkit-transition: max-height .8s ease-out;
    max-height: 0;
    overflow: hidden;
    transition: max-height .8s ease-out
}

.page-socialroi .question-div div p,.page-socialroi .question-div div ul {
    padding: 0 60px 20px 0
}

.page-socialroi .question-div.active h4:after {
    content: "\f077"
}

.page-socialroi .question-div.active div {
    -webkit-transition: max-height .8s ease-in;
    max-height: 500px;
    transition: max-height .8s ease-in
}

.page-socialroi .question-div .div-wrapper {
    padding-left: 70px
}

.page-socialroi .question-div p {
    font-size: 16px;
    margin: 0
}

.page-socialroi .question-div ul {
    margin: 0
}

.page-socialroi .question-div li {
    font-weight: 300
}

.business-post-section {
    padding: 80px 0 60px
}

.business-post-section:first-child {
    padding-top: 20px
}

.business-post-section:nth-of-type(2n) {
    background-color: #f6f6f6;
    background-color: var(--lightgrey)
}

.business-post-section:nth-of-type(2n) .business-post {
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse
}

.business-post-section:nth-of-type(2n) .business-post .content-div {
    padding-left: 40px;
    padding-right: 0
}

.business-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.business-post .content-div {
    -ms-flex-preferred-size: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #595f60;
    color: var(--grey);
    flex-basis: 50%;
    padding-right: 40px
}

.business-post .content-div h3 {
    font-size: 25px;
    font-weight: 300;
    margin-top: 0
}

.business-post .content-div a {
    -webkit-transition: all .2s linear;
    color: #ed213c;
    color: var(--red);
    transition: all .2s linear
}

.business-post .content-div a:hover {
    color: #ce2037;
    color: var(--buttonHover)
}

.business-post .image-div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.business-post .image-div img {
    width: 100%
}

.ram-table {
    max-width: 1140px;
    padding-top: 80px
}

.ram-table table {
    border-collapse: collapse;
    width: 100%
}

.ram-table h2 {
    color: #595f60;
    color: var(--grey);
    font-size: 30px;
    font-weight: 300;
    margin: 0 auto 80px;
    text-align: center
}

.ram-table th {
    background-color: #5b5b5b;
    border-left: 1px solid #bebebe;
    color: #fff;
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    padding: 18px 0;
    text-align: center
}

.ram-table th:first-child {
    border: none;
    padding-left: 40px;
    text-align: left
}

.ram-table tr {
    background-color: #eee
}

.ram-table tr:nth-child(2n) {
    background-color: #e9e9e9
}

.ram-table tr:last-child td:last-child {
    border-top: 1px solid #bebebe
}

.ram-table td {
    border-left: 1px solid #bebebe;
    font-size: 18px;
    font-weight: 300;
    padding: 24px 0;
    text-align: center
}

.ram-table td:first-child {
    border: none;
    padding-left: 40px;
    text-align: left
}

.ram-table td a {
    -webkit-transition: all .2s linear;
    color: #ed213c;
    color: var(--red);
    transition: all .2s linear
}

.ram-table td a:hover {
    color: #ce2037;
    color: var(--buttonHover)
}

.page-privacy .content-section,.page-tos .content-section {
    padding-bottom: 60px
}

.page-privacy .content-section p,.page-tos .content-section p {
    font-weight: 400;
    margin: 22px 0
}

.page-privacy .content-section p:first-child,.page-tos .content-section p:first-child {
    margin-top: 0
}

.page-privacy .content-section ol,.page-tos .content-section ol {
    list-style: none;
    padding: 0
}

.page-privacy .content-section ol li,.page-tos .content-section ol li {
    margin: 22px 0
}

.page-privacy .content-section ol em,.page-tos .content-section ol em {
    display: block;
    font-style: normal;
    margin: 22px 0
}

.page-privacy .content-section ol em mark,.page-tos .content-section ol em mark {
    background-color: inherit;
    color: #ed213c;
    color: var(--red)
}

.page-tos .content-section em {
    padding-left: 40px;
    position: relative
}

.page-tos .content-section em s {
    left: 0;
    position: absolute;
    text-decoration: none
}

.error-page {
    margin-top: -80px;
    padding-bottom: 60px
}

.error-page #hero {
    margin-bottom: 80px
}

.error-page #hero .content-wrapper {
    padding: 0 40px
}

.error-page ul {
    list-style: none;
    padding: 0
}

.error-page ul p {
    margin: 0
}

.error-page ul a {
    -webkit-transition: all .2s linear;
    color: #ed213c;
    color: var(--red);
    transition: all .2s linear
}

.error-page ul ahover {
    color: #ce2037;
    color: var(--buttonHover)
}

#main-content-area {
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    min-height: calc(100vh - 826px);
    margin: 0 auto 100px;
}

body.no-scroll {
    overflow-y: hidden
}

.kg-gallery-container img,.kg-gallery-image img,.kg-gallery-row img,.kg-width-full img,.kg-width-wide img {
    opacity: inherit
}

#content {
    width: 100%
}

.page-template header #hero div.content-wrapper {
    padding: 0 40px
}

.page-template header #hero a {
    -webkit-transition: all .2s linear;
    background-color: #ed213c;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
    margin: 10px 15px 0;
    padding: 12px 45px;
    transition: all .2s linear;
    white-space: nowrap
}

.page-template header #hero a:hover {
    background-color: #ce2037;
    background-color: var(--buttonHover)
}

.page-template h1 {
    font-size: 30px;
    margin-bottom: 60px;
    margin-top: 0;
    padding: 0 100px;
    text-align: center
}

.page-tos .content-section p {
    font-weight: 400
}

footer .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%
}

footer .content-wrapper section {
    max-width: 298px;
    width: 25%
}

footer p.like-li,footer section li {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

footer a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

footer a:active,footer a:link,footer a:visited {
    color: #000;
    color: var(--black);
    text-decoration: none
}

footer ul a:hover {
    color: #ed213c;
    color: var(--red)
}

#copyright {
    display: none
}

.footer-links:first-child {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
}

.footer-links {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

#footer-contact {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

#footer-subscribe {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

#footer-logo {
    margin-top: -10px
}

#footer-logo img {
    width: 250px
}

#footer-logo span {
    font-size: 15px;
    left: 80px;
    line-height: normal;
    position: relative;
    top: -7px
}

#footer-logo-link {
    line-height: 0;
    max-width: 250px
}

#footer-logo-link a:hover {
    color: inherit
}

#social {
    padding-top: 20px
}

#social ul {
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row
}

#social li {
    padding: 0 10px
}

#social li:first-child {
    padding-left: 0
}

#social svg {
    -webkit-transition: fill .2s ease-in-out;
    -webkit-transition: fill calc(2 * var(--transitionTime)) ease-in-out;
    fill: #595f60;
    fill: var(--grey);
    transition: fill .2s ease-in-out;
    transition: fill calc(2 * var(--transitionTime)) ease-in-out;
    width: 38px
}

#social svg:hover {
    fill: #1f1f1f;
    fill: var(--shareHover)
}

#footer-subscribe form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#footer-subscribe form label {
    font-size: 16px;
    font-weight: lighter;
    line-height: 30px;
    margin: 7.5px 0
}

#footer-subscribe button {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-left: -52px;
    min-height: 45px;
    padding: 0
}

#footer-subscribe button:focus,#footer-subscribe button:hover {
    outline: none
}

#footer-subscribe button:focus svg,#footer-subscribe button:hover svg {
    fill: #1f1f1f;
    fill: var(--shareHover)
}

#footer-subscribe svg {
    -webkit-transition: fill .1s ease-in-out;
    fill: #595f60;
    fill: var(--grey);
    height: 25px;
    transition: fill .1s ease-in-out
}

#footer-subscribe p {
    margin: 7.5px auto
}

#footer-subscribe p:first-child {
    margin: 16px auto 7.5px
}

#footer-subscribe input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 298px;
    width: 100%
}

#scroll-top {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-transition: opacity .5s;
    align-items: center;
    border-radius: 12%;
    bottom: 25px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    fill: #ed213c;
    fill: var(--red);
    opacity: 0;
    position: fixed;
    right: 0;
    transition: opacity .5s;
    width: 30px
}

#scroll-top svg {
    -webkit-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out;
    width: 30px
}

#scroll-top.active {
    opacity: 1
}

#scroll-top:hover svg {
    fill: #ce2037;
    fill: var(--buttonHover)
}

@media (max-width: 800px) {
    nav.content-wrapper .nav .nav-features {
        -webkit-transition:max-height .8s ease-out;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        max-height: 25px;
        min-height: 55px;
        overflow: hidden;
        transition: max-height .8s ease-out
    }

    nav.content-wrapper .nav .nav-features a {
        margin: 15px 0 20px
    }

    nav.content-wrapper .nav .nav-features .submenu {
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        left: inherit;
        position: static;
        text-align: center;
        width: 100%
    }

    nav.content-wrapper .nav .nav-features .submenu li {
        border-bottom: 1px solid #f6f6f6;
        border-bottom-color: var(--lightgrey);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    nav.content-wrapper .nav .nav-features .submenu li a {
        margin: 0;
        padding: 0;
        text-align: center
    }

    .nav-features:after {
        content: "\f107";
        display: block;
        font-family: FontAwesome;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        padding: 14px 20px;
        position: absolute;
        right: 20px;
        text-decoration: inherit;
        top: -2px
    }

    .home-template .submenu-active .nav-features,.page-template .submenu-active .nav-features {
        -webkit-transition: max-height .8s ease-in;
        max-height: 500px!important;
        transition: max-height .8s ease-in
    }

    .home-template .submenu-active .nav-features:after,.page-template .submenu-active .nav-features:after {
        content: "\f106"
    }

    body,html {
        -ms-flex-pack: inherit;
        -webkit-box-pack: inherit;
        justify-content: inherit;
        overflow: auto
    }

    body.menu-open,html.menu-open {
        width: 100vw
    }

    .menu-icon {
        height: 42px;
        width: 42px
    }

    .menu-icon span {
        -webkit-transition: all .3s ease-in-out;
        background: #000;
        display: block;
        height: 4px;
        left: 0;
        margin-left: 6px;
        opacity: 1;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 30px
    }

    .menu-icon span:first-child {
        top: 6px
    }

    .menu-icon span:nth-child(2),.menu-icon span:nth-child(3) {
        -webkit-transform: rotate(0deg);
        top: 18px;
        transform: rotate(0deg)
    }

    .menu-icon span:nth-child(4) {
        top: 30px
    }

    .active .menu-icon span:first-child,.active .menu-icon span:nth-child(4) {
        left: 50%;
        opacity: 0;
        width: 0
    }

    .active .menu-icon span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .active .menu-icon span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    header nav {
        z-index: 10001
    }

    header nav .nav {
        max-height: 400px;
        overflow: auto
    }

    header nav ul {
        -webkit-transition: left .3s ease-in-out;
        background: #fff;
        border-top: 1px solid #f6f6f6;
        border-top-color: var(--lightgrey);
        border-top-style: solid;
        border-top-width: 1px;
        display: block;
        left: calc(100vw + 300px);
        position: fixed;
        top: 75px;
        transition: left .3s ease-in-out;
        width: 300px;
        z-index: 1001
    }

    header nav ul li {
        border-bottom: 1px solid #f6f6f6;
        border-bottom-color: var(--lightgrey);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        height: 55px;
        padding: 0
    }

    header nav ul li.nav-current a {
        color: #ed213c;
        color: var(--red)
    }

    header nav ul li:hover a {
        color: inherit
    }

    header nav ul li a:after {
        display: none
    }

    header nav a.active span {
        border-bottom: none;
        color: #ed213c;
        color: var(--red)
    }

    .menu-open header nav ul {
        -webkit-box-shadow: 10px 10px 21px 0 hsla(300,3%,67%,.5);
        box-shadow: 10px 10px 21px 0 hsla(300,3%,67%,.5);
        left: calc(100vw - 300px)
    }

    #sidebar-toggle {
        cursor: pointer;
        display: block;
        margin-right: 20px;
        position: absolute;
        right: 0
    }

    .header-container {
        -webkit-transition: all .2s linear;
        background-color: #fff;
        background-color: var(--white);
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: all .2s linear
    }

    header {
        margin-top: 75px
    }

    header .logo {
        left: 20px
    }

    #login-button {
        background: inherit
    }

    #login-button a {
        color: inherit
    }

    #menu-overlay {
        bottom: 0;
        height: 100vh;
        left: 0;
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 0;
        visibility: hidden;
        width: 100vw
    }

    #menu-overlay.active {
        visibility: visible;
        z-index: 1
    }

    .page-template #hero .content-wrapper h1#page-title {
        width: 100%
    }

    .home-template header .logo img:first-child {
        display: none
    }

    .home-template header .logo img:last-child {
        display: block
    }

    .home-template header .nav li {
        height: 55px
    }

    .home-template header .nav a {
        color: initial
    }

    .home-template header .nav a:hover {
        color: #ce2037;
        color: var(--buttonHover)
    }

    .home-template header .nav #signup-button {
        background: #ed213c;
        background: var(--red);
        border: 0;
        height: 56px;
        margin: 0
    }

    .home-template header .nav #login-button span {
        color: #ed213c;
        color: var(--red)
    }

    div.stats-section {
        height: 350px;
        margin: 70px -20px 30px
    }

    div.stats-section ol {
        margin: 0
    }

    div.stats-section ol li {
        left: 0;
        margin: 0 auto;
        padding: 100px 0 150px;
        position: absolute;
        right: 0;
        width: 200px
    }

    div.stats-section ol li.active {
        display: block
    }

    div.stats-section #nav-spans {
        bottom: 20px;
        margin-left: -40px;
        position: absolute;
        text-align: center;
        width: 100%
    }

    div.stats-section #nav-spans span {
        -webkit-transition: all .2s linear;
        border: 1px solid;
        border-color: var(--grey);
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        height: 14px;
        margin: 0 5px;
        transition: all .2s linear;
        width: 14px
    }

    div.stats-section #nav-spans span.active,div.stats-section #nav-spans span:hover {
        background-color: #595f60;
        background-color: var(--grey)
    }

    .page-template .crew-section {
        padding: 20px 44px 40px
    }

    .crew-thumbnail {
        height: 0;
        margin: 1.5%;
        padding-bottom: 30%;
        width: 30%
    }

    .crew-thumbnail .member-name {
        font-size: 100%;
        height: 0;
        padding-top: 60%
    }

    div.crew-popup-inner {
        width: 100%
    }

    div.crew-popup-inner .image-div {
        display: none
    }

    div.crew-popup-inner .about-div {
        padding: 30px;
        width: 100%
    }

    .middle-banner {
        margin-top: 60px
    }

    .home-template .features-list .content-wrapper {
        display: block
    }

    .home-template .features-list .content-wrapper div {
        padding: 10px 0;
        width: 100%
    }

    .home-template .banner #banner-slider {
        top: -170px
    }

    .home-template .banner #banner-slider img {
        height: 360px;
        top: 170px
    }

    .home-template .banner #banner-slider p {
        font-size: 20px;
        padding-top: 280px;
        line-height: 1.2;
    }

    .home-template .banner div.banner-links {
        margin-top: 240px
    }

    .home-template .banner div.banner-links a {
        padding: 18px 38px
    }

    .home-template .banner div.banner-switcher {
        margin-top: 325px
    }

    .grayscale-logos {
        margin-bottom: 60px
    }

    .home-template .video-section {
        margin-bottom: 20px
    }

    .tweet-slider .twitter-p {
        margin-bottom: 55px
    }

    .posts-section {
        padding: 60px 0 0
    }

    .posts-section .latest-posts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .posts-section .latest-posts div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 30px
    }

    .posts-section .latest-posts div:first-child {
        padding-bottom: 50px
    }

    .page-template main h1 {
        margin-bottom: 50px;
        padding: 0
    }

    .page-about .first-section p {
        clear: both;
        float: none;
        margin-bottom: 0;
        width: 100%
    }

    .page-about .first-section a {
        clear: both;
        display: block;
        margin: 50px auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    div.trophies-slider.content-wrapper {
        padding: 50px 0
    }

    div.trophies-slider.content-wrapper .quote-container {
        display: block;
        text-align: center
    }

    div.trophies-slider.content-wrapper .quote p {
        border: none;
        padding: 0
    }

    div.trophies-slider.content-wrapper .image-div {
        margin: 0 auto
    }

    div.trophies-slider.content-wrapper li button {
        border: 1px solid;
        border-color: var(--grey)
    }

    div.trophies-slider.content-wrapper li.slick-active button {
        background-color: #595f60;
        background-color: var(--grey)
    }

    .features-post {
        padding: 60px 22px
    }

    .features-post h3 {
        margin-top: 0
    }

    .features-post .image-div img {
        width: 100%
    }

    .features-post p:last-child {
        margin-bottom: 0
    }

    .pricing-data {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column;
        margin-top: 50px
    }

    .pricing-data #business-acc,.pricing-data #free-acc,.pricing-data #pro-acc {
        margin: 20px auto!important;
        padding-bottom: 100px;
        width: 340px
    }

    .pricing-data #business-acc a.plan-link,.pricing-data #free-acc a.plan-link,.pricing-data #pro-acc a.plan-link {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .pricing-breakdowns table tbody th:first-child {
        display: none
    }

    .pricing-breakdowns table tbody th:nth-child(2) {
        padding-left: 20px
    }

    .pricing-breakdowns table tbody td:first-child {
        display: none
    }

    .pricing-breakdowns table tbody td:nth-child(2) {
        padding-left: 20px
    }

    .pricing-breakdowns table tbody td.check:nth-child(4),.pricing-breakdowns table tbody td.check:nth-child(5),.pricing-breakdowns table tbody td:nth-child(3) {
        width: 100px
    }

    .pricing-breakdowns table tbody td.check i {
        display: none
    }

    .select-form .select {
        display: block
    }

    .pricing-breakdowns table.limits-table th {
        background-color: #ed213c;
        background-color: var(--red)
    }

    .pricing-breakdowns table.limits-table th:first-child {
        background-color: #5b5b5b;
        text-align: center
    }

    .pricing-breakdowns table.limits-table td,.pricing-breakdowns table.limits-table th {
        border-left: 1px solid #bebebe;
        display: table-cell
    }

    .pricing-breakdowns table.limits-table td:first-child,.pricing-breakdowns table.limits-table th:first-child {
        border: none;
        display: block
    }

    .pricing-breakdowns table.limits-table td:nth-child(3),.pricing-breakdowns table.limits-table td:nth-child(4),.pricing-breakdowns table.limits-table th:nth-child(3),.pricing-breakdowns table.limits-table th:nth-child(4) {
        display: none;
        width: inherit
    }

    .pricing-breakdowns table.limits-table.pro-column td:nth-child(2),.pricing-breakdowns table.limits-table.pro-column td:nth-child(4),.pricing-breakdowns table.limits-table.pro-column th:nth-child(2),.pricing-breakdowns table.limits-table.pro-column th:nth-child(4) {
        display: none
    }

    .pricing-breakdowns table.limits-table.pro-column td:nth-child(3),.pricing-breakdowns table.limits-table.pro-column th:nth-child(3) {
        display: table-cell
    }

    .pricing-breakdowns table.limits-table.business-column td:nth-child(2),.pricing-breakdowns table.limits-table.business-column td:nth-child(3),.pricing-breakdowns table.limits-table.business-column th:nth-child(2),.pricing-breakdowns table.limits-table.business-column th:nth-child(3) {
        display: none
    }

    .pricing-breakdowns table.limits-table.business-column td:nth-child(4),.pricing-breakdowns table.limits-table.business-column th:nth-child(4) {
        display: table-cell
    }

    .pricing-breakdowns table.limits-table.business-column td:last-child,.pricing-breakdowns table.limits-table.business-column th:last-child {
        border-left: 1px solid #bebebe
    }

    .pricing-calc .slider-container ul li,.pricing-form .slider-container ul li {
        padding-left: 19.4%
    }

    .pricing-calc button,.pricing-form button {
        display: none
    }

    .pricing-calc .slider-container ul li:nth-child(2n) {
        display: block
    }

    .pricing-calc .slider-container ul li:nth-child(odd) {
        display: none
    }

    .page-contact #main-content-area main {
        margin: 0 0 -5px
    }

    .page-contact .contact-button {
        margin: 20px 0 70px
    }

    .contact-data {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column;
        padding: 0 20px
    }

    .contact-data .info-div {
        width: 100%
    }

    .contact-data .info-div li {
        margin-left: 20px;
        max-width: 300px
    }

    .contact-data .info-div li:before {
        left: 60px
    }

    .contact-data .address-div {
        margin-left: -40px;
        width: 100%
    }

    .careers-perks h3,.careers-work h3 {
        margin-bottom: 60px
    }

    .careers-perks li,.careers-work li {
        float: none;
        margin: 30px auto;
        padding: 0 0 0 14%;
        width: 100%
    }

    .careers-perks li:before,.careers-work li:before {
        margin-top: 0
    }

    .video-popup .div-wrapper {
        margin-top: 16%
    }

    .video-popup .div-wrapper iframe {
        height: 315px;
        position: absolute;
        width: 100%
    }

    .video-popup .div-wrapper:after {
        font-size: 35px;
        right: -30px
    }

    .page-careers div.crew-section {
        padding: 50px 10px
    }

    .correct-mf-div div.content-wrapper {
        margin-top: 0;
        padding-top: 30px
    }

    .mf-logos {
        padding: 40px 0 5px
    }

    .mf-logos .logo-imgs {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column
    }

    .mf-logos .logo-imgs a {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .mf-typography .content-wrapper {
        -ms-flex-align: center;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        align-items: center;
        flex-direction: column;
        padding: 55px 0
    }

    .mf-typography .content-wrapper .font {
        padding-top: 40px
    }

    .mf-crew-images {
        margin-top: 45px
    }

    .earn-div form,.pricing-form form {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column
    }

    .earn-div form .select,.pricing-form form .select {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 0 70px
    }

    .program-terms {
        padding: 30px 0 60px
    }

    .program-terms .data-div {
        margin: 40px 0;
        padding: 10px 20px
    }

    .page-affiliate .entry-section a {
        margin-bottom: 60px
    }

    .episodes-container {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column
    }

    .page-podcast .entry-section {
        margin-bottom: 70px
    }

    .episodes-section {
        padding: 50px 0
    }

    .episodes-section .episode-post {
        margin-top: 40px
    }

    .episodes-section .episode-post:first-child {
        margin-top: 0
    }

    .page-podcast .posts-section h3,.page-socialroi .entry-section {
        margin-bottom: 60px
    }

    .page-socialroi .entry-section p:nth-child(2),.page-socialroi .entry-section p:nth-child(3) {
        float: none;
        width: 100%
    }

    .page-socialroi .entry-section ul {
        float: none;
        margin-bottom: 60px;
        width: 100%
    }

    .page-socialroi .entry-section a {
        display: block;
        margin: 10px auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .page-socialroi div.faq-section.content-wrapper {
        margin-left: -20px;
        max-width: calc(100% + 40px);
        padding: 50px 0 0
    }

    .page-socialroi .faq-section .question-div {
        background-color: #f6f6f6;
        background-color: var(--lightgrey);
        border-bottom: 1px solid #333;
        border-bottom-color: var(--darkgrey);
        border-bottom-style: solid;
        border-bottom-width: 1px
    }

    .page-socialroi .faq-section .question-div h4 {
        color: #333;
        color: var(--darkgrey);
        font-weight: 400;
        padding: 20px 50px 20px 30px
    }

    .page-socialroi .faq-section .question-div h4:after {
        right: 20px;
        top: calc(50% - 10px)
    }

    .page-socialroi .faq-section .question-div:nth-child(2) {
        border-top: 1px solid #333;
        border-top-color: var(--darkgrey);
        border-top-style: solid;
        border-top-width: 1px
    }

    .page-socialroi .faq-section .question-div:last-child {
        border-bottom: 1px solid #333;
        border-bottom-color: var(--darkgrey);
        border-bottom-style: solid;
        border-bottom-width: 1px
    }

    .page-socialroi .posts-section {
        padding: 60px 0 30px
    }

    .page-socialroi .tweet-slider {
        padding: 60px 0 20px
    }

    .tag-video-subpage main .content-wrapper {
        -ms-flex-direction: column-reverse;
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        flex-direction: column-reverse
    }

    .tag-video-subpage main .content-wrapper .content-section {
        padding-bottom: 30px;
        padding-left: 0
    }

    .content-wrapper .questions {
        padding: 50px 0 0
    }

    .page-powerpost .content-section ul li {
        line-height: 25px
    }

    .page-privacy .middle-banner,.page-tos .middle-banner {
        margin-top: -2px
    }

    .page-privacy .content-section ol,.page-tos .content-section ol,.questions-list ol {
        color: #595f60;
        color: var(--grey);
        list-style: none;
        margin: 60px 0 0 -40px;
        padding: 0;
        width: calc(100% + 80px)
    }

    .page-privacy .content-section ol li,.page-tos .content-section ol li,.questions-list ol li {
        background-color: #f6f6f6;
        background-color: var(--lightgrey);
        border-top: 1px solid #595f60;
        border-top-color: var(--grey);
        border-top-style: solid;
        border-top-width: 1px;
        color: #000;
        color: var(--black);
        cursor: pointer;
        font-weight: 400;
        margin: 0;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        overflow: hidden;
        padding: 8px 70px 8px 40px;
        position: relative
    }

    .page-privacy .content-section ol li:last-child,.page-tos .content-section ol li:last-child,.questions-list ol li:last-child {
        border-bottom: 1px solid #595f60;
        border-bottom-color: var(--grey);
        border-bottom-style: solid;
        border-bottom-width: 1px
    }

    .page-privacy .content-section ol li em,.page-tos .content-section ol li em,.questions-list ol li em {
        -webkit-transition: max-height .8s ease-out;
        display: block;
        font-size: 15px;
        font-style: inherit;
        font-weight: 300;
        margin: 0;
        max-height: 0;
        transition: max-height .8s ease-out
    }

    .page-privacy .content-section ol li:after,.page-tos .content-section ol li:after,.questions-list ol li:after {
        color: #000;
        color: var(--black);
        content: "\f078";
        font-family: FontAwesome;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        position: absolute;
        right: 40px;
        text-decoration: inherit;
        top: calc(50% - 15px)
    }

    .page-privacy .content-section ol li:before,.page-tos .content-section ol li:before,.questions-list ol li:before {
        display: none
    }

    .page-privacy .content-section li.active em,.page-tos .content-section li.active em,.questions-list li.active em {
        -webkit-transition: max-height .8s ease-in;
        max-height: 5000px;
        transition: max-height .8s ease-in
    }

    .page-privacy .content-section li.active em:nth-child(2),.page-tos .content-section li.active em:nth-child(2),.questions-list li.active em:nth-child(2) {
        padding-top: 10px
    }

    .page-privacy .content-section li.active:after,.page-tos .content-section li.active:after,.questions-list li.active:after {
        content: "\f077"
    }

    .page-large-business-account #hero .content-wrapper #page-title {
        font-size: 60px
    }
}

@media (max-width: 950px) {
    .page-template header {
        margin-bottom:50px
    }

    div.stats-section {
        width: calc(100% + 40px)
    }

    .page-template .trophies-slider {
        padding: 50px 20px
    }

    .map-div,.page-template .middle-banner {
        margin-left: -20px;
        width: calc(100% + 40px)
    }

    .correct-mf-div .content-wrapper {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column
    }

    .correct-mf-div .content-wrapper .correct-one,.correct-mf-div .content-wrapper .incorrect-ones {
        text-align: center
    }

    .correct-mf-div .content-wrapper div {
        width: 100%
    }

    .correct-mf-div .content-wrapper h3 {
        margin-top: 0
    }

    .episodes-section,.mf-crew-images,.mf-logos {
        margin-left: -20px;
        width: calc(100% + 40px)
    }
}

@media (max-width: 600px) {
    .page-template #hero {
        background-attachment:inherit
    }

    .page-template #hero .content-wrapper h1#page-title {
        font-size: 50px
    }

    div.tweet-slider .tweet-buttons .tweet-prev {
        left: 2%
    }

    div.tweet-slider .tweet-buttons .tweet-next {
        left: 94%
    }

    .home-template .banner #banner-slider p {
        font-size: 20px;
        padding: 260px 40px;
        line-height: 1.2;
    }

    .home-template .banner div.banner-links {
        margin-top: 180px
    }

    .home-template .banner div.banner-links a {
        display: block;
        margin: 10px auto;
        padding: 15px 30px;
        width: 170px
    }

    .pricing-breakdowns table tbody {
        margin-left: -20px;
        width: calc(100% + 40px)
    }

    .pricing-breakdowns table tbody th span {
        display: none
    }

    .pricing-breakdowns table tbody th i {
        display: block
    }

    .pricing-breakdowns table tbody td.check:nth-child(4),.pricing-breakdowns table tbody td.check:nth-child(5),.pricing-breakdowns table tbody td:nth-child(3) {
        width: 60px
    }

    .testimonials-slider .testimonial-container {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column;
        padding: 0 20px
    }

    .pricing-calc .slider-container ul li,.pricing-form .slider-container ul li {
        padding-left: 18.8%
    }

    .page-careers .crew-section .crew-section-heading h3 {
        padding: 0;
        text-align: center
    }

    .careers-perks h3,.careers-work h3,.quote-banner .div-wrapper {
        padding: 0 30px
    }

    .careers-perks li,.careers-work li {
        padding-left: 20%
    }

    .quote-banner blockquote p {
        font-size: 30px
    }

    .quote-banner p {
        font-size: 22px
    }

    .small-banner {
        -ms-flex-direction: column;
        -ms-flex-pack: center;
        -ms-flex-preferred-size: 100%;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        flex-basis: 100%;
        flex-direction: column;
        height: 280px;
        justify-content: center;
        margin-top: 1.6%
    }

    .small-banner:before {
        margin-left: 0
    }

    .featured-banner {
        background-position: 50%;
        background-size: cover;
        height: 280px
    }

    .featured-banner blockquote p {
        font-size: 26px
    }

    .page-press-kit .entry-section p {
        padding: 0
    }

    .correct-mf-div div.content-wrapper .correct-one {
        width: 320px
    }

    .correct-mf-div div.content-wrapper .correct-one h3 {
        font-size: 30px;
        text-align: left
    }

    .correct-mf-div div.content-wrapper .correct-one h3:before {
        border-width: 3px;
        font-size: 20px;
        top: -5px
    }

    .correct-mf-div div.content-wrapper .incorrect-ones {
        padding: 0;
        width: 320px
    }

    .correct-mf-div div.content-wrapper .incorrect-ones p {
        text-align: left;
        width: 100%
    }

    .mf-crew-images div.thumbnail-img {
        width: 46%
    }

    div.program-terms div.payments-div label {
        float: none
    }

    div.program-terms div.payments-div input[type=email] {
        display: block;
        margin: 30px 0 20px;
        width: 100%
    }

    .page-podcast .entry-section h1 {
        font-size: 25px
    }

    .page-podcast .entry-section p {
        font-size: 16px
    }

    .page-podcast .entry-section p:last-child a {
        display: block;
        margin: 0 auto 10px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .up-next-section #more-posts {
        font-size: 18px;
        padding: 12px 14px 16px
    }

    .faq-section .question-div {
        padding: 12px 0 5px
    }

    .faq-section .question-div h4 {
        font-size: 14px
    }

    .faq-section .question-div h4:after {
        margin-top: -2px
    }

    .business-post-section {
        padding-top: 60px
    }

    .ram-table table {
        margin-left: -40px;
        width: calc(100% + 80px)
    }

    #TrialRequestForm {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column;
        position: relative
    }

    .label-section {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        position: absolute;
        top: -30px
    }

    .label-section label {
        display: block;
        margin-bottom: 65px;
        margin-top: 5px;
        width: 100%
    }

    .label-section label:after {
        left: 0;
        top: 65px
    }

    .label-section label .desc {
        display: inline
    }

    .input-section {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        position: relative;
        z-index: 1
    }

    .input-section input {
        margin-bottom: 47px
    }

    .input-section textarea {
        margin-top: 65px
    }

    .page-powerpost .content-wrapper .video-section iframe,.page-remote-management .content-wrapper .video-section iframe {
        height: 100%!important
    }

    .page-remote-management .middle-banner h3 {
        font-size: 28px
    }
}

@media (max-width: 1150px) {
    .home-template .content-wrapper,.home-template header .content-wrapper {
        max-width:1150px
    }

    .home-template #banner-slider p {
        font-size: 22px;
        line-height: 1.2;
    }
}

@media (max-width: 1080px) {
    .home-template header li a {
        margin:0 19px
    }
}

@media (max-width: 980px) {
    .home-template #main-content-area {
        padding:0;
        width: inherit
    }

    .home-template header {
        margin-bottom: 0
    }

    .home-template header .logo img {
        height: inherit
    }

    .home-template header #mobile-header #mobile-search,.home-template header #mobile-header .red {
        display: none
    }

    .home-template header ul.no-hover {
        margin-right: 20px
    }

    .home-template header li a {
        margin: 0 12px
    }

    .home-template .banner {
        padding-bottom: 600px
    }

    .home-template .banner #banner-slider img {
        -o-object-fit: cover;
        height: 600px;
        object-fit: cover;
        top: 140px
    }

    .home-template .banner #banner-slider p {
        padding-top: 230px;
        line-height: 1.2;
    }

    .home-template .banner .banner-links {
        margin-top: 180px;
        padding-top: 0
    }

    .home-template .banner .banner-switcher {
        margin-top: 270px
    }

    .home-template .video-section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home-template .video-section div.iframe-div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 0 60px
    }

    .home-template .video-section div:last-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0
    }

    .home-template .video-section li {
        margin: 20px 0;
        max-height: 32px
    }

    .home-template .video-section li img {
        width: 25px
    }

    .home-template .video-section li strong {
        font-size: 20px;
        position: relative;
        top: -2px
    }

    .home-template .video-section li em {
        margin-left: 50px
    }

    .pricing-data #business-acc ul,.pricing-data #free-acc ul,.pricing-data #pro-acc ul {
        padding-left: 55px
    }

    .pricing-data #business-acc .plan-link,.pricing-data #free-acc .plan-link,.pricing-data #pro-acc .plan-link {
        width: inherit
    }

    .testimonials-slider.content-wrapper {
        padding: 50px 0
    }

    .pricing-breakdowns table td,.pricing-breakdowns table th {
        padding: 20px 10px
    }

    .pricing-breakdowns table td:nth-child(3),.pricing-breakdowns table td:nth-child(4).check,.pricing-breakdowns table td:nth-child(5) {
        width: 140px
    }

    header nav li {
        height: 75px
    }

    header nav li a {
        padding: 0 15px
    }

    .page-template .content-wrapper {
        max-width: calc(100vw - 40px)
    }

    .page-template #main-content-area main {
        margin: 0
    }

    h1 {
        font-size: 20px
    }

    .like-button,button {
        font-size: 16px;
        padding: 15px
    }

    .content-wrapper {
        max-width: calc(100vw - 40px);
        padding: 0 20px
    }

    body>header {
        margin-bottom: 60px
    }

    header nav.content-wrapper {
        height: 75px
    }

    header nav.content-wrapper .logo img {
        height: auto;
        max-width: 175px
    }

    header #hero .content-wrapper {
        padding-left: 48px
    }

    header #hero h1 {
        font-size: 50px
    }

    header #hero form,header #hero noscript {
        display: none
    }

    #mobile-header {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column
    }

    #mobile-header noscript {
        text-align: center
    }

    #mf-influencer p {
        color: #fff;
        line-height: normal
    }

    #mobile-search {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }

    #mobile-search input {
        margin: 25px auto;
        width: calc(100vw - 40px)
    }

    #mobile-search .search-button {
        height: 52px;
        margin-top: 26px
    }

    #mobile-search svg {
        fill: #000;
        fill: var(--black)
    }

    #main-content-area {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        flex-direction: column;
        margin: 0;
        max-width: none;
        padding: 0 20px;
        width: calc(100vw - 40px)
    }

    #main-content-area main {
        margin: 0 0 60px;
        width: 100%
    }

    article {
        margin-bottom: 55px
    }

    .search-num-found {
        text-align: center
    }
}

@media (max-width: 1750px) {
    .tweet-slider .tweet-div iframe {
        width:440px!important
    }

    .tweet-slider .tweet-buttons .tweet-prev {
        left: calc(50% - 270px)
    }

    .tweet-slider .tweet-buttons .tweet-next {
        left: calc(50% + 250px)
    }

    .tweet-slider .tweet-first {
        left: calc(-9% - 220px)
    }

    .tweet-slider .tweet-second {
        left: calc(19% - 220px)
    }

    .tweet-slider .tweet-active {
        left: calc(50% - 220px)
    }

    .tweet-slider .tweet-fourth {
        left: calc(81% - 220px)
    }

    .tweet-slider .tweet-fifth {
        left: calc(109% - 220px)
    }
}

@media (max-width: 1600px) {
    .tweet-slider .tweet-buttons .tweet-prev {
        left:calc(50% - 245px)
    }

    .tweet-slider .tweet-buttons .tweet-next {
        left: calc(50% + 225px)
    }
}

@media (max-width: 1580px) {
    .tweet-slider .tweet-div iframe {
        width3400px!important
    }

    .tweet-slider .tweet-buttons {
        top: 23%
    }

    .tweet-slider .tweet-buttons .tweet-prev {
        left: calc(50% - 225px)
    }

    .tweet-slider .tweet-buttons .tweet-next {
        left: calc(50% + 205px)
    }

    .tweet-slider .tweet-first {
        left: calc(-9% - 200px)
    }

    .tweet-slider .tweet-second {
        left: calc(19% - 200px)
    }

    .tweet-slider .tweet-active {
        left: calc(50% - 200px)
    }

    .tweet-slider .tweet-fourth {
        left: calc(81% - 200px)
    }

    .tweet-slider .tweet-fifth {
        left: calc(109% - 200px)
    }
}

@media (max-width: 1400px) {
    .tweet-slider .tweet-div iframe {
        width:370px!important
    }

    .tweet-slider .tweet-buttons {
        top: 23%
    }

    .tweet-slider .tweet-buttons .tweet-prev {
        left: calc(50% - 215px)
    }

    .tweet-slider .tweet-buttons .tweet-next {
        left: calc(50% + 195px)
    }

    .tweet-slider .tweet-first {
        left: calc(-9% - 185px)
    }

    .tweet-slider .tweet-second {
        left: calc(19% - 185px)
    }

    .tweet-slider .tweet-active {
        left: calc(50% - 185px)
    }

    .tweet-slider .tweet-fourth {
        left: calc(81% - 185px)
    }

    .tweet-slider .tweet-fifth {
        left: calc(109% - 185px)
    }
}

@media (max-width: 1360px) {
    .tweet-slider .tweet-first {
        left:calc(-12% - 185px)
    }

    .tweet-slider .tweet-second {
        left: calc(18% - 185px)
    }

    .tweet-slider .tweet-active {
        left: calc(50% - 185px)
    }

    .tweet-slider .tweet-fourth {
        left: calc(82% - 185px)
    }

    .tweet-slider .tweet-fifth {
        left: calc(112% - 185px)
    }
}

@media (max-width: 1280px) {
    .tweet-slider .tweet-div iframe {
        width:480px!important
    }

    .tweet-slider .tweet-buttons {
        top: 25%
    }

    .tweet-slider .tweet-buttons .tweet-prev {
        left: calc(50% - 280px)
    }

    .tweet-slider .tweet-buttons .tweet-next {
        left: calc(49% + 270px)
    }

    .tweet-slider .tweet-first {
        left: -40%;
        opacity: 0
    }

    .tweet-slider .tweet-second {
        left: calc(4% - 240px)
    }

    .tweet-slider .tweet-active {
        left: calc(50% - 240px)
    }

    .tweet-slider .tweet-fourth {
        left: calc(96% - 240px)
    }

    .tweet-slider .tweet-fifth {
        left: 100%;
        opacity: 0
    }

    .stats-section {
        margin: 80px -20px;
        position: relative;
        width: calc(100% + 20px)
    }

    .stats-section ol li {
        padding: 100px 10%
    }

    .crew-section {
        padding-top: 0
    }

    .crew-popup-inner {
        height: 85%;
        width: 85%
    }

    .crew-popup-inner .about-div {
        padding: 20px 50px
    }

    .crew-popup-inner ul,.crew-popup-inner ul li {
        margin: 0
    }

    .quote-banner blockquote p {
        font-size: 50px
    }

    .quote-banner p {
        font-size: 20px
    }

    .correct-mf-div .content-wrapper {
        margin-top: -20px;
        padding: 0 45px 40px
    }

    .mf-typography .colors {
        padding: 0 30px
    }
}

@media (max-width: 1140px) {
    .tweet-slider .tweet-buttons {
        top:25%
    }

    .tweet-slider .tweet-buttons .tweet-prev {
        left: calc(50% - 280px)
    }

    .tweet-slider .tweet-buttons .tweet-next {
        left: calc(49% + 270px)
    }

    .tweet-slider .tweet-second {
        left: calc(-5% - 240px)
    }

    .tweet-slider .tweet-active {
        left: calc(50% - 240px)
    }

    .tweet-slider .tweet-fourth {
        left: calc(105% - 240px)
    }

    main div.banner {
        padding-bottom: 27%
    }

    .features-post,.features-post-section:nth-of-type(2n) .features-post {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column
    }

    .features-post {
        text-align: center
    }

    .features-post .content-div {
        padding: 0;
        width: 100%
    }

    .features-post .content-div .div-wrapper {
        width: 100%
    }

    .features-post .image-div {
        margin: 50px auto 0;
        padding: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .features-post .image-div img {
        width: 100%
    }

    .features-post a {
        margin: 40px auto 0
    }

    .correct-mf-div .content-wrapper .incorrect-ones {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px
    }

    .mf-typography .colors p:first-child {
        height: 215px
    }

    .program-terms div.payments-div {
        text-align: center
    }

    .program-terms div.payments-div input[type=email] {
        margin: 0 0 0 36px;
        width: calc(100% - 220px)
    }

    .program-terms div.payments-div input[type=submit] {
        display: block;
        float: none;
        margin: 40px auto 0
    }

    .business-post {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column
    }

    .business-post .content-div {
        padding: 0 0 40px
    }

    .business-post-section:nth-of-type(2n) .business-post {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column
    }

    .business-post-section:nth-of-type(2n) .business-post .content-div {
        padding: 0 0 40px
    }

    .page-powerpost .questions-container,.page-remote-management .questions-container {
        margin-left: -20px;
        width: calc(100% + 40px)
    }

    .page-powerpost main .content-wrapper,.page-remote-management main .content-wrapper {
        -ms-flex-direction: column-reverse;
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        flex-direction: column-reverse
    }

    .page-powerpost main .content-wrapper .video-section,.page-remote-management main .content-wrapper .video-section {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 40px
    }

    .page-powerpost main .content-wrapper .content-section,.page-remote-management main .content-wrapper .content-section {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .page-powerpost main .content-wrapper .content-section:first-child,.page-remote-management main .content-wrapper .content-section:first-child {
        padding-left: 25px
    }

    .page-powerpost main .content-wrapper .content-section h3,.page-remote-management main .content-wrapper .content-section h3 {
        font-size: 20px
    }

    .page-powerpost main .content-wrapper .content-section li,.page-powerpost main .content-wrapper .content-section p,.page-remote-management main .content-wrapper .content-section li,.page-remote-management main .content-wrapper .content-section p {
        font-size: 15px
    }

    .page-remote-management .content-section {
        padding: 0
    }
}

@media (max-width: 998px) {
    .page-template .tweet-slider {
        margin-left:-20px;
        width: calc(100% + 40px)
    }

    .tweet-slider {
        padding: 60px 0
    }

    .tweet-slider .tweet-buttons {
        top: 25%
    }

    .tweet-slider .tweet-buttons .tweet-prev {
        left: calc(50% - 280px)
    }

    .tweet-slider .tweet-buttons .tweet-next {
        left: calc(49% + 270px)
    }

    .tweet-slider .tweet-second {
        left: calc(-14% - 240px)
    }

    .tweet-slider .tweet-fourth {
        left: calc(114% - 240px)
    }

    .business-post-section:nth-of-type(2n),.features-post-section,.program-terms {
        margin-left: -20px;
        width: calc(100% + 40px)
    }

    .content-wrapper.ram-table {
        margin: 60px 0
    }

    .content-wrapper.ram-table tr td:first-child,.content-wrapper.ram-table tr th:first-child {
        padding-left: 20px
    }
}

@media (max-width: 850px) {
    .tweet-slider {
        padding:60px 0 20px
    }

    .tweet-slider .tweet-second {
        left: -100%
    }

    .tweet-slider .tweet-fourth {
        left: 100%
    }

    .loader ul li {
        font-size: 4rem
    }
}

@media (max-width: 540px) {
    .tweet-slider .tweet-active {
        width:100%
    }

    .tweet-slider .tweet-active iframe {
        margin: 0 auto;
        width: 95%!important
    }

    .tweet-slider .tweet-buttons .tweet-next,.tweet-slider .tweet-buttons .tweet-prev {
        display: none
    }

    .tweet-slider .loader ul li {
        font-size: 2rem
    }
}

@media (max-width: 480px) {
    .tweet-slider .tweet-active {
        left:0
    }
}

@media (max-width: 1440px) {
    .crew-popup-inner {
        top:4%
    }

    div.banner {
        padding-bottom: 30%
    }
}

@media (max-width: 1140px) and (max-height:768px) {
    .crew-popup-inner .about-div {
        padding:20px
    }

    .crew-popup-inner .about-div ul:before {
        margin: 10px 0
    }

    .crew-popup-inner .about-div p {
        margin-bottom: 20px
    }

    .crew-popup-inner .about-div a {
        padding: 5px 25px 5px 65px
    }
}

@media (max-width: 1140px) and (max-height:1366px) {
    .crew-popup-inner .about-div a {
        display:block;
        margin: 20px 0 0
    }
}

@media (max-width: 800px) and (max-height:800px) {
    div.crew-popup-inner .about-div p {
        margin-bottom:20px
    }
}

@media screen and (orientation: landscape) and (max-width:850px) {
    .crew-popup-inner .about-div {
        height:100%;
        overflow: scroll;
        position: relative
    }

    .crew-popup-inner .about-div p {
        margin-left: 0;
        position: relative
    }
}

@media (max-width: 420px) and (max-height:720px) {
    .crew-popup {
        height:105%
    }

    .crew-popup .about-div ul:before {
        margin: 10px 0
    }

    .crew-popup .about-div p {
        width: calc(100% - 60px)
    }

    .crew-popup .about-div a {
        margin-top: 10px;
        padding: 2px 0;
        text-align: center
    }
}

@media (max-width: 460px) {
    .page-template .crew-section {
        padding:20px 15px 40px
    }
}

@media (max-width: 400px) {
    .crew-thumbnail .member-name {
        font-size:13px;
        margin-left: -12px
    }

    .home-template .banner #banner-slider p {
        font-size: 20px;
        padding: 230px 10px;
        line-height: 1.2;
    }

    .home-template .banner .banner-links {
        margin-top: 175px
    }

    .home-template .banner .banner-links a {
        padding: 10px 30px
    }

    .pricing-breakdowns table td.check:nth-child(4),.pricing-breakdowns table td.check:nth-child(5),.pricing-breakdowns table td:nth-child(3) {
        width: 50px
    }

    .pricing-data {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column
    }

    .pricing-data #business-acc,.pricing-data #free-acc,.pricing-data #pro-acc {
        width: 100%
    }

    .pricing-text {
        padding: 20px
    }

    .pricing-calc .slider-container ul li:nth-child(odd) {
        padding: 10px 0;
        position: static;
        text-align: center;
        width: 100%
    }

    .pricing-calc #calc-result {
        font-size: 90px;
        margin: 0 0 40px
    }

    .page-contact .contact-button p {
        margin-left: -20px;
        width: calc(100% + 40px)
    }

    .page-template.page-careers #hero .content-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center
    }

    .page-template.page-careers #hero .content-wrapper a {
        margin: -80 auto 0
    }

    .crew-section-heading h3 {
        padding: 0;
        white-space: nowrap
    }

    .crew-section-heading a {
        padding: 12px 55px 12px 20px;
        white-space: nowrap
    }

    .featured-banner,.small-banner {
        padding: 0 20px
    }

    .featured-banner blockquote p,.small-banner blockquote p {
        font-size: 22px
    }

    .featured-banner:before {
        margin-left: -20px
    }

    .video-popup .div-wrapper {
        margin-top: 50%
    }

    .input-section textarea {
        margin-top: 90px
    }

    .tag-video-subpage .content-section p:last-child a {
        display: block;
        margin: 0 auto;
        padding: 8px 28px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .tag-video-subpage .content-section p:last-child a:last-child {
        display: block;
        margin: 15px auto;
        padding: 5px 28px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media (max-width: 1680px) {
    .banner {
        padding-bottom:31%
    }
}

@media (max-width: 1320px) {
    div.banner {
        padding-bottom:29%
    }
}

@media (max-width: 1220px) {
    div.banner {
        padding-bottom:28%
    }
}

@media (max-width: 1024px) {
    main div.banner {
        padding-bottom:26%
    }

    .previous-guests-section,.up-next-section {
        margin-left: -20px;
        padding: 50px 0;
        width: calc(100% + 40px)
    }

    .previous-guests-section .up-next-container,.up-next-section .up-next-container {
        max-height: 480px
    }

    .previous-guests-section .previous-guests-container,.up-next-section .previous-guests-container {
        max-height: 865px
    }

    .previous-guests-section #more-posts,.previous-guests-section #more-previous-posts,.up-next-section #more-posts,.up-next-section #more-previous-posts {
        display: block;
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .previous-guests-post,.up-next-post {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column;
        margin: 0 0 50px
    }

    .previous-guests-post .image-div img,.up-next-post .image-div img {
        height: 200px;
        width: 200px
    }

    .previous-guests-post .content-div,.up-next-post .content-div {
        height: inherit;
        padding: 30px 0
    }

    .previous-guests-post .content-div h4,.up-next-post .content-div h4 {
        text-align: center
    }

    .previous-guests-post .content-div p,.up-next-post .content-div p {
        margin: 10px auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .page-template .content-wrapper.faq-section {
        max-width: 100%
    }
}

@media (max-width: 355px) {
    .page-about .first-section a {
        padding:12px 10px 12px 45px
    }

    .page-about .first-section a:before {
        left: 13px;
        top: 13px
    }
}

@media (max-width: 500px) {
    .pricing-breakdowns table {
        margin-left:-40px;
        width: calc(100% + 80px)
    }

    .pricing-data #business-acc,.pricing-data #free-acc,.pricing-data #pro-acc {
        padding: inherit
    }

    .mf-typography .colors p:first-child,.mf-typography .colors p:last-child,.mf-typography .colors p:nth-child(2) {
        float: none;
        width: 100%
    }

    .episode-post,.page-podcast .entry-section img {
        width: 100%
    }

    .previous-guests-section div.previous-guests-container,.previous-guests-section div.up-next-container,.up-next-section div.previous-guests-container,.up-next-section div.up-next-container {
        max-height: 510px
    }

    .previous-guests-section div.previous-guests-container {
        max-height: 920px
    }

    .page-template header div#hero div.content-wrapper {
        padding: 0
    }
}

@media (min-width: 800px) and (max-height:800px) {
    .video-popup div.div-wrapper {
        margin-top:7%;
        overflow: scroll
    }

    .video-popup div.div-wrapper:after {
        position: fixed;
        right: 20px;
        top: 20px
    }
}

@media (max-width: 980px) and (min-width:800px) {
    .video-popup .div-wrapper:after {
        right:5px
    }
}

@media screen and (orientation: landscape) and (max-height:450px) {
    .video-popup div.div-wrapper {
        margin-top:8%;
        overflow: scroll
    }

    .video-popup div.div-wrapper iframe {
        height: 300px
    }

    .video-popup div.div-wrapper:after {
        position: fixed;
        right: 10px;
        top: 10px
    }
}

@media (max-width: 450px) and (min-height:700px) {
    .about-div a {
        display:block;
        width: calc(100% - 20px)
    }

    .about-div a,.about-div a:last-child {
        margin: 10px 0
    }
}

@media (max-width: 1300px) {
    .mf-crew-images .thumbnail-img {
        margin:19px 2%;
        width: 29%
    }

    .program-terms .payments-div label {
        float: left;
        padding-top: 17px
    }

    .program-terms .payments-div input[type=email] {
        width: 62%
    }

    .program-terms .payments-div input[type=submit] {
        float: right
    }

    .content-wrapper {
        max-width: calc(100vw - 88px)
    }
}

@media (max-width: 375px) {
    .mf-crew-images div.thumbnail-img {
        margin:10px;
        width: 100%
    }
}

@media (max-width: 425px) {
    div.program-terms div.payments-div input[type=email] {
        font-size:17px;
        padding: 0 10px 0 15px
    }

    .previous-guests-section div.previous-guests-container,.previous-guests-section div.up-next-container,.up-next-section div.previous-guests-container,.up-next-section div.up-next-container {
        max-height: 540px
    }

    .previous-guests-section div.previous-guests-container {
        max-height: 980px
    }
}

@media (max-width: 380px) {
    .page-socialroi div.entry-section a {
        font-size:16px;
        padding: 10px 0;
        white-space: nowrap;
        width: 100%
    }

    div.previous-guests-section div.previous-guests-container,div.previous-guests-section div.up-next-container,div.up-next-section div.previous-guests-container,div.up-next-section div.up-next-container {
        max-height: 590px
    }

    div.previous-guests-section div.previous-guests-container,div.up-next-section div.previous-guests-container {
        max-height: 1160px
    }

    div.previous-guests-section #more-previous-posts,div.up-next-section #more-previous-posts {
        padding-top: 10px;
        white-space: nowrap
    }
}

@media (max-width: 1225px) {
    #footer-contact,#footer-logo {
        width:35%
    }
}

@media (max-width: 1100px) {
    footer .content-wrapper {
        -ms-flex-pack:justify;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: justify;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 75px;
        margin-top: 55px
    }

    footer .content-wrapper section {
        min-width: 50%;
        width: auto
    }

    .footer-links {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    #footer-contact {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    header nav li a {
        padding: 0 20px
    }

    .post-author-link {
        display: none
    }
}

@media (max-width: 1250px) {
    header nav li a {
        padding:0 25px
    }
}

@media (max-width: 1040px) {
    header nav li a {
        padding:0 17px
    }
}

@media (max-width: 676px) {
    footer .content-wrapper {
        -ms-flex-direction:column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column
    }

    footer .content-wrapper section {
        width: 100%
    }

    #footer-links {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    #footer-contact {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

/*# sourceMappingURL=styles.min.css.map */
