/**

    Theme Name: Hypoxi
    Theme URI: http://www.hypoxi.com.au
    Author: Rysen 
    Author URI: http://www.rysen.com.au
    Version: 2.3

**/
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
a[href^=tel]{
    display: inline;
    color:inherit;
    text-decoration:none;
}
/* ==========================================================================
   Styles
   ========================================================================== */
html {
    overflow-x: hidden;
}
/*
html.menu-active {
    overflow: hidden;
}*/
body {
    /*position: relative;
    left: 0;*/
    font-size: 15px;
    font-family: "texregular";
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /*overflow-x: hidden;*/
    -webkit-text-size-adjust: 100%;
    background-color: #fefefe;
    
}
a {
    color: #da2028;
    text-decoration: none;
    font-family: "texbold";
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a:hover {
    color: #98161c;
    text-decoration: underline;
}
a.white {
    color: #fff;
}
a.black {
    color: #000;
}
a.large {
    font-size: 16px;
}
a i.fa {
    font-weight: bold;
    margin-left: 4px;
}
p {
    margin-bottom: 8px;
}
bold,
strong {
    font-family: "texbold";
    font-weight: normal;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "texregular";
    color: #da2028;
    line-height: 1.1;
    font-weight: normal;
}
h1 {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
h2 {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
h4 {
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: none;
    color: #000;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong {
    font-family: "texbold";
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    h4 {
        font-size: 14px;
    }
    img.scale {
        width: 100%;
        height: auto;
    }
}
/*
    FONTS
    ---------------------------*/

@font-face {
    font-family: 'texbold';
    src: url("css/fonts/texgyreadventor-bold-webfont.eot");
    src: url("css/fonts/texgyreadventor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("css/fonts/texgyreadventor-bold-webfont.woff") format("woff"), url("css/fonts/texgyreadventor-bold-webfont.ttf") format("truetype"), url("css/fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'texregular';
    src: url("css/fonts/texgyreadventor-regular-webfont.eot");
    src: url("css/fonts/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("css/fonts/texgyreadventor-regular-webfont.woff") format("woff"), url("css/fonts/texgyreadventor-regular-webfont.ttf") format("truetype"), url("css/fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* ==========================================================================
   HEADER
   ========================================================================== */

.main-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 110px;
    padding-bottom: 0px;
    z-index: 500;
    background: #fefefe;
    border-bottom: 2px solid #e7e7e7;
}
/*.home .main-header {

    
    background: url('img/header-bg.png') repeat-x;
    background-size: auto 110px;
}*/
.header-left {
    display: block;
    float: left;
    width: 20%;
}
.header-left .logo {
    width: 150px;
    margin-top: 17px;
    padding-right: 20px;
    /*border-right: 2px solid #e4e4e4;*/
}
.home .header-left .logo {
    border-right-color: #e4e4e4;
    border-right: 2px solid rgba(255,255,255,0.287);
}
.header-left .logo a {
    display: block;
}
.header-left .logo img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header-left .hamburger {
    position: absolute;
    left: 0;
    width: 40px;
    height: 27px;
    text-align: center;
    margin-top: 18px;
    color: #da2028;
    cursor: pointer;
}
.header-left .hamburger:hover {
    color: #98161c;
}

.header-right {
    display: block;
    float: left;
    width: 80%;
}



.top-bar {
    height: 45px;
    padding-top: 4px;
    padding-bottom: 22px;
}
.top-bar .left {
    position: relative;
    left: 0;
    width: 250px;
}
/*
.top-bar .left .logo {
    display: inline-block;
    margin-right: 35px;
    height: 49px;
    overflow: hidden;
    vertical-align: middle;
}
*/

.top-bar .left .claim-free-trial {
    display: inline-block;
    margin-top: 14px;
}
.home .top-bar .left .claim-free-trial {
    border: 2px solid #fff;
}
.home .top-bar .left .claim-free-trial:hover {
    border: 2px solid #da2028;
}
.top-bar .right {
    position: absolute;
    right: 0;
    top: 18px;
}
.top-bar .right .start-franchise {
    display: inline-block;
    margin-right: 12px;
    padding-right: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "texbold";
    border-right: 1px solid #cccccc;
}
.top-bar .right .start-franchise i {
    font-weight: bold;
    margin-left: 5px;
}
.top-bar .right .start-franchise a {
    color: #000;
}
.top-bar .right .refer-friend {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    
}
.top-bar .right .refer-friend a {
    color: #000;
    text-transform: uppercase;
    font-family: "texbold";
}
.top-bar .right .social-ic {
    display: inline-block;
    vertical-align: middle;
}
.top-bar .right .social-ic ul {
    list-style-type: none;
}
.top-bar .right .social-ic ul li {
    float: left;
    width: 25px;
    height: 25px;
    background-color: #da2028;
    margin-left: 10px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    line-height: 22px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.top-bar .right .social-ic ul li a {
    display: block;
    color: #fff;
}
.top-bar .right .social-ic ul li a i {
    margin-left: 0;
    font-weight: normal;
}
.top-bar .right .social-ic ul li:hover {
    background-color: #98161c;
}

.top-bar .trial-btn {
    display: inline-block;
    margin-top: -11px;
    font-size: 12px;
    text-transform: uppercase;
}
.top-bar .trial-btn a {
    text-decoration: none;
    font-size: 14px;
}
/*
.home .top-bar .right .start-franchise a {
    color: #fff;
}
.home .top-bar .right .social-ic ul li {
    background-color: #fff;
}
.home .top-bar .right .social-ic ul li a {
    color: #da2028;
}*/
/* page has sub-nav */

.page-id-11 .main-header,
.page-id-13 .main-header,
.page-id-1200 .main-header {
    height: 170px;
}



.social-head {
    position: fixed;
    right: -1px;
    top: 150px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    z-index: 999;
    width: 28px;
    padding: 10px 15px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
}
.social-head ul {
    list-style-type: none;
}
.social-head ul li {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #da2028;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.social-head ul li a {
    display: block;
    color: #fff;
}
.social-head ul li a i {
    margin-left: 0;
    font-weight: normal;
}
.social-head ul li:hover {
    background-color: #98161c;
}




/*
    SUB HEADER ------*/

.main-sub-header {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #da2028;
    z-index: 200;
    border-bottom: 2px solid #b11c2c;
}
.main-sub-header nav {
    height: 60px;
    line-height: 59px;
    text-align: center;
}
.main-sub-header nav ul {
    list-style-type: none;
}
.main-sub-header nav ul li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
.main-sub-header nav ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.main-sub-header nav ul li.selected a,
.main-sub-header nav ul li.current-menu-item a {
    text-decoration: underline;
}


@media only screen and (max-width: 1160px) and (min-width: 960px) {
    
    .header-left {
        width: 18%;
    }
    .header-right {
        width: 82%;
    }
    
    
    .header-left .logo {
        padding-right: 30px;
    }
    
    .social-head {
        width: auto;
        padding: 4px 8px;
    }
    .social-head ul li {
        width: 32px;
        height: 32px;
        margin-bottom: 5px;
        margin-top: 5px;
        line-height: 29px;
        font-size: 18px;
    }   

    
}
@media only screen and (max-width: 959px) {
    .main-header {
        position: fixed;
        background: #fff !important;
        height: 70px !important;
        padding-bottom: 0;
    }
    
    .header-left {
        width: 100%;
    }
    .header-left .logo {
        display: block;
        margin: 10px auto 0;
        height: auto;
        padding-right: 0;
        border: none;
        width: 100px;
    }
    .header-left .logo img {
        width: 100px;
        height: auto;
    }
    .header-right {
    width: auto;
}
    .top-bar {
        height: 45px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .top-bar .left {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .top-bar .left .claim-free-trial {
        display: none;
    }
    .top-bar .trial-btn {
        margin-top: -2px;
    }
    .sub-nav .main-header {
        height: 70px;
    }
    .main-sub-header {
        top: 65px;
    }
    
}
@media only screen and (max-width: 479px) {
     /*.top-bar .left .logo img {
        width: 120px;
        height: auto;
        margin-top: 3px;
    }*/
    .top-bar .trial-btn a {
        padding: 0 3px !important;
        font-size: 12px;
    }
}
/*
    MAIN NAV
    ---------------------------*/

.main-nav {
    height: auto;
}
.main-nav ul {
    list-style-type: none;
}
.main-nav ul li {
    display: inline-block;
    margin-right: 34px;
    text-transform: uppercase;
}
.main-nav ul li a {
    font-size: 15px;
    font-family: "texbold";
    /*color: #666666;*/
    text-decoration: none;
}
.main-nav ul li a:hover span {
    border-bottom: 2px solid #98161c;
}
/*
.home .main-nav ul li a:hover span {
    border-bottom: 2px solid #fff;
}*/
.main-nav ul li:nth-child(8) {
    margin-right: 0;
}
.main-nav ul li.current-menu-item a span,
.tax-studios .main-nav ul li.menu-item-108 a span,
.single-studio .main-nav ul li.menu-item-108 a span {
    color: #98161c;
    border-bottom: 2px solid #98161c;
}
/* page has sub-nav */

.page-id-11 .main-nav ul li.current-menu-item:after,
.page-id-13 .main-nav ul li.current-menu-item:after,
.page-id-25 .main-nav ul li.current-menu-item:after,
.page-id-1200 .main-nav ul li.current-menu-item:after {
    content: '';
    position: relative;
    bottom: -8px;
    left: 50%;
    display: block;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #da2028;
}
/*
.home .main-nav ul li a {
    color: #fff;
}*/
.nav-active {
    position: fixed;
    -webkit-transform: translateX(260px);
    -ms-transform: translateX(260px);
    transform: translateX(260px);
}
.nav-active .main-nav {
    left: 0;
    opacity: 1;
    overflow: hidden;
}
.nav-active .main-header {
    left: 0px;
    position: absolute;
}
.nav-active .hamburger i:before {
    content: '\f00d';
}
.nav-active .main {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.mnav-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    overflow-x: hidden;
    -webkit-transform: translate3d(0,0,0);
    visibility: hidden;
    z-index: -1;
}
.nav-active .mnav-overlay {
    visibility: visible;
    z-index: 400;
}
.mobile-nav .main-header {
        border-bottom: 2px solid #ccc;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.main-nav .mnav-social-icons {
    display: block;
    text-align: center;
}
.main-nav .mnav-social-icons ul {
    margin-bottom: 0;
}
.main-nav .mnav-social-icons ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #da2028;
    margin-right: 3px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    line-height: 26px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main-nav .mnav-social-icons ul li a {
    display: block;
    color: #fff;
    border-bottom: none;
    font-size: 13px;
}
.main-nav .mnav-social-icons ul li a i {
    margin-left: 0 !important;
    font-weight: normal;
    color: #fff;
}
.main-nav .mnav-social-icons ul li:hover {
    background-color: #98161c;
    text-decoration: none;
}
.social-links .hashtag {
    color: #000;
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
    padding-bottom: 25px;
}
@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .main-nav ul li {
        margin-right: 22px;
    }
    .main-nav ul li a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 959px) {
    .main-nav {
        position: fixed;
        top: 0;
        height: 100%;
        left: 0px;
        width: 260px;
        padding: 0px;
        background-color: #fff;
        opacity: 0;
        z-index: 600;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        
        top: 0;
        left: 0;
            -webkit-transform: translateX(-260px);
            -ms-transform: translateX(-260px);
            transform: translateX(-260px);
    }
     .main-nav-cont {
         position: absolute;
        height: 100%;
        background-color: #fff;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .main-nav-wrap {
        height: 100%;
        width: 230px;
        padding-top: 20px;
        padding-right: 15px;
        padding-left: 15px;
        background-color: #fff;
        /*overflow-y: scroll;
        -webkit-overflow-scrolling: touch;*/
    }
    .main-nav-wrap::-webkit-scrollbar { 
        width: 0 !important;
        -webkit-appearance: none;
    }
    .main-nav ul {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .main-nav ul li {
        margin-bottom: 15px;
        margin-right: 0;
        display: block;
    }
    .home .main-nav ul li a,
    .main-nav ul li a {
        color: #da2028;
        border: none;
    }
    .main-nav ul li a i {
        display: inline-block !important;
        margin-left: 10px;
    }
    .main-nav ul li.current-menu-item a {
        color: #98161c;
        border: none;
    }
    .main-nav ul li.current-menu-item:after {
        display: none !important;
    }
    .main-nav .subnav {
        margin-top: 5px;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: normal;
    }
    .main-nav .subnav a {
        display: block;
        margin-bottom: 15px;
        color: #000;
        font-size: 12px;
    }
    .main-nav .subnav a i {
        color: #da2028;
    }
    .main-nav .subnav span.earn-free {
        text-transform: initial;
        font-size: 12px;
    }
    .main-nav .claim-free-trial {
        text-align: center;
        font-family: "texbold";
        font-size: 13px;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
    .main-nav ul li {
        margin-right: 53px;
    }
    .main-nav ul li a {
        font-size: 11pt;
    }
}
@media only screen and (max-width: 767px) {

    .nav-active .container {
        width: 600px;
        padding-left: 20px;
    }

}
@media only screen and (max-width: 479px) {

    .nav-active .container {
        width: 479px;
    }

}



/*
    SHRINK HEADER
    ---------------------------*/

.fixed-nav .main-header {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 70px;
    margin-top: -105px;
    padding-bottom: 0;
    background: #fff;
    border-bottom: 2px solid #ccc;
}


.fixed-nav .header-left {
    width: 11%;
}
.fixed-nav .header-right {
    width: 89%;
    padding-top: 16px;
}


.fixed-nav .main-header .top-bar {
    height: 40px;
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
}
.fixed-nav .top-bar .left {
    width: 190px;
}
.fixed-nav .main-header .logo {
    margin-right: 10px;
    height: auto;
    margin-top: 10px;
    width: auto;
    padding-right: 0;
    border: none;
}
.fixed-nav .main-header .logo img {
    width: 95px;
    height: auto;
}
.fixed-nav .top-bar .left .claim-free-trial {
    margin-top: 2px;
}
.fixed-nav .main-header .main-nav {
    display: inline-block;
    width: 800px;
    height: 20px;
    margin-right: 25px;
}
.fixed-nav .main-header .main-nav ul {
    text-align: right;
}
.fixed-nav .main-header .main-nav ul li {
    margin-left: 29px;
    margin-right: 0;
}
.fixed-nav .main-header .main-nav ul li a {
    /*color: #666666;*/
    font-size: 12px;
}
.fixed-nav .main-header .main-nav ul li.has-child:after {
    bottom: -17px;
}
.fixed-nav .main-header .claim-free-trial {
    /*padding: 0;*/
    border: 2px solid #fff;;
    font-size: 12px;
}
.fixed-nav .main-header .claim-free-trial:hover {
    background-color: transparent;
    color: #da2028;
    
}
.fixed-nav .main-header .right {
    display: none;
}
.fixed-nav .main-header .main-sub-header {
    top: 70px;
    height: 35px;
}
.fixed-nav .main-header .main-sub-header nav {
    height: 35px;
    line-height: 33px;
}
.fixed-nav .main-header .main-sub-header nav ul li {
    padding-left: 10px;
    padding-right: 10px;
}
.fixed-nav .main-header .main-sub-header nav ul li a {
    font-size: 12px;
    outline: none;
}
.page-id-11.fixed-nav .main-header,
.page-id-13.fixed-nav .main-header,
.page-id-1200.fixed-nav .main-header {
    height: 105px;
}
.noTransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.fixed-nav.page-id-11 .main-nav ul li.current-menu-item:after, 
.fixed-nav.page-id-13 .main-nav ul li.current-menu-item:after,
.fixed-nav.page-id-25 .main-nav ul li.current-menu-item:after,
.fixed-nav.page-id-1200 .main-nav ul li.current-menu-item:after {
    bottom: -15px;
}
.main-header .claim-free-trial-fixed {
    display: none;
}
.fixed-nav .main-header .claim-free-trial-fixed {
    display: inline-block;
    font-size: 11px;
}



@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .fixed-nav .main-header .main-nav {
        width: 660px;
        margin-left: 5px;
        margin-right: 15px;
    }
    .fixed-nav .main-header .main-nav ul li {
        margin-left: 13px;
    }
    .fixed-nav .main-header .claim-free-trial-fixed {
        font-size: 9px;
    }
}
/* ==========================================================================
   PAGES
   ========================================================================== */

.main {
    padding-top: 110px;
}
.page-id-11 .main,
.page-id-13 .main,
.page-id-1200 .main {
    padding-top: 170px;
}
.home .main {
    padding-top: 0;
}
.section {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
}
.bg-grey {
    background-color: #f0f0f0;
}
.bg-green {
    background-color: #5bc4be;
}
.show-mobile,
.show-tablet {
    display: none !important;
}
img.scale {
    width: 100%;
    height: auto;
}
.diamond-white:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -45px;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 45px solid #fefefe;
}
.diamond-green:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -45px;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 45px solid #5bc4be;
}
.diamond-grey:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -45px;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 45px solid #f0f0f0;
}
@media only screen and (max-width: 959px) {
    .show-tablet {
        display: block !important;
    }
    .hide-tablet {
        display: none !important;
    }
    .main {
        padding-top: 70px !important;
    }
}
@media only screen and (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }
    .show-mobile,
    .show-tablet {
        display: block !important;
    }
    .section {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .bg-grey-mobile {
        background-color: #f0f0f0;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    
    
    
    .diamond-white:before {
        margin-left: -25px;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #fefefe;
    }
    .diamond-green:before {
        margin-left: -25px;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #5bc4be;
    }
    .diamond-grey:before {
        margin-left: -25px;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #f0f0f0;
    }
    
    
    
    
    
}
/*
    HERO BANNER
    ---------------------------*/

.hero-section {
    overflow: hidden;
}
.hero-banner {
    height: 680px;
    width: 100%;
    padding-top: 120px;
    transform: translateY(0px);
    opacity: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero-banner a {
    display: block;
}
@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .hero-banner {
        height: 553px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .hero-banner {
        height: 500px;
        padding-top: 0;
        margin-top: -60px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-banner {
        height: 380px;
        padding-top: 0;
        margin-top: -40px;
    }
}
@media only screen and (max-width: 667px) {
    .hero-banner {
        height: 340px;
    }
}
@media only screen and (max-width: 567px) {
    .hero-banner {
        height: 300px;
    }
}


@media only screen and (max-width: 479px) {
    .hero-banner {
        height: 325px;
        margin-top: 0;
    }
}



/*
    HERO BANNER
    ---------------------------*/

.hero-slider {
    height: 800px;
    overflow: hidden;
}

.hero-slider .slick-arrow {
    position: absolute;
    top: 57%;
    margin-top: -20px;
    z-index: 250;
    font-size: 60px;
    line-height: 50px;
    padding: 0 10px;
    color: #fff;
    text-shadow: 1px 2px 12px #555;
}
.hero-slider .slick-prev {
    left: 70px;
}
.hero-slider .slick-next {
    right: 70px;
}
.hero-slider a {
    opacity: 0;
}
.hero-slider ul.slick-dots {
    position: absolute;
    bottom: 60px;
    right: 50px;
    text-align: right;
    width: 150px;
}
.hero-slider ul.slick-dots li {
    display: inline-block;
    margin: 0 3px;
    position: relative;
}
.hero-slider ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.hero-slider ul.slick-dots li.slick-active button {
    
}
.hero-slider ul.slick-dots li button::before {
    font-family: slick;
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #f1f1f1;
    -webkit-font-smoothing: antialiased;
}
.hero-slider ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #333;
}




.hero-desktop {
    max-width: 2400px;
    width: 2400px;
    margin-left: -630px;
}

.hero-slide {
    height: 800px;
    /*height: 680px;*/
    width: 100%;
   /* padding-top: 120px;*/
    transform: translateY(0px);
    opacity: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero-slide a {
    display: block;
}


.hero-slide-video {
    height: 680px;
    /*height: 680px;*/
    padding-top: 120px;
    width: 100%;
   /* padding-top: 120px;*/
    transform: translateY(0px);
    opacity: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



.hero-slider .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.hero-slider .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .hero-slider,
    .hero-slide {
        height: 553px;
    }
    .hero-desktop {
        max-width: 1660px;
        width: 1660px;
        margin-left: -380px;
    }
    .hero-slider .slick-arrow {
        font-size: 50px;
    }
    .hero-slider .slick-prev {
        left: 70px;
    }
    .hero-slider .slick-next {
        right: 70px;
    }
    .hero-slide-video {
        height: 433px;
    }
    .hero-slider .videoWrapper iframe {
        height: 433px;
        
    }
    .hero-slider ul.slick-dots {
        bottom: 30px;
        right: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .hero-slider {
        height: 440px;
    }
    .hero-slide {
        height: 500px;
        padding-top: 0;
        margin-top: -60px;
    }
    .hero-desktop {
        max-width: 1500px;
        width: 1500px;
        margin-left: -360px;
    }
    .hero-slider .slick-arrow {
        font-size: 50px;
        margin-top: -60px;
    }
    .hero-slider .slick-prev {
        left: 30px;
    }
    .hero-slider .slick-next {
        right: 30px;
    }
    .hero-slide-video {
        padding-top:0px;
        height: 440px;
    }
    .hero-slider .videoWrapper iframe {
        height: 440px;
        
    }
    .hero-slider ul.slick-dots {
        bottom: 30px;
        right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slider,
    .hero-slide {
        height: 495px;
        max-height: 495px;
        padding-top: 0;
        margin-top: -0px;
    }
    .hero-slider .container {
        width: 100%;
    }
    .hero-slide img {
        position: relative;
        top: 0;
        
        width:767px;
        max-width: 767px;
        left: 50%;
        margin-left: -384px;
        
    }
    .hero-slider .slick-arrow {
        font-size: 30px;
        line-height: 32px;
        top: 50%;
        width: 15px;
        margin-top: -19px;
        background-color: #fff;
        color: #da2028;
        text-shadow: none;
    }
    .hero-slider .slick-prev {
        left: 0px;
    }
    .hero-slider .slick-next {
        right: 0px;
    }
    .hero-slide-video {
        padding-top:0px;
        height: 495px;
    }
    .hero-slider .videoWrapper iframe {
        height: 495px;
    }
    
    .hero-slider ul.slick-dots {
        bottom: 10px;
        right: 10px;
        display: none;
    }
    .hero-slider ul.slick-dots li {
        margin: 0;
        text-align: center;
    }
    
}
@media only screen and (max-width: 667px) {
    .hero-slider,
    .hero-slide {
        height: 430px;
        max-height: 430px;
    }
    .hero-slide img {
        width: 667px;
        max-width: 667px;
        left: 50%;
        margin-left: -333px;
    }
    .hero-slide-video,
    .hero-slider .videoWrapper iframe {
        height: 430px;
    }
}
@media only screen and (max-width: 567px) {
    .hero-slider,
    .hero-slide {
        height: 366px;
        max-height: 366px;
    }
    .hero-slide img {
        width: 567px;
        max-width: 567px;
        left: 50%;
        margin-left: -283px;
    }
    .hero-slide-video,
    .hero-slider .videoWrapper iframe {
        height: 366px;
    }
}


@media only screen and (max-width: 479px) {
    .hero-slider,
    .hero-slide {
        height: 325px;
        margin-top: 0;
        max-height: 325px;
    }
    .hero-slide img {
        width: 507px;
        max-width: 507px;
        left: 50%;
        margin-left: -253px;
    }
    .hero-slide-video,
    .hero-slider .videoWrapper iframe {
        height: 325px;
    }
        
    
}







/*
    CTA OPTIONAL STRIP
    ---------------------------*/

.call-to-action-strip {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #fff;
    background-color: #da2028;
    text-align: center;
}
.call-to-action-strip p {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .call-to-action-strip {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.call-to-action-strip.top {
    margin-top: 112px;
    width: 100%;
    padding: 10px;
    z-index: 1;
    text-transform: uppercase;
    box-sizing: border-box;
}

.call-to-action-strip.top img {
    height: 30px;
    width: auto;
    margin: 0 5px;
    position: relative;
    top: 1px;
    padding: 2px 0;
}

.call-to-action-strip.top span {
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0;
}

.call-to-action-strip.top span strong {
    margin-right: 20px;
}

@media only screen and (max-width: 959px) {
    .call-to-action-strip.top {
        margin-top: 72px;
    }
	
    .call-to-action-strip.top ~ .main {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-strip.top {
        font-size: .8em;
    }
}

/*
    FEATURED VIDEO
    ---------------------------*/

.featured-video {
    position: relative;
    background-color: #000;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.featured-video .valign-wrap {
    display: table;
    height: 465px;
    width: 100%;
}
.featured-video .valign-wrap .valign-cont {
    display: table-cell;
    vertical-align: middle;
}
.featured-video h1 {
    color: #fff;
}
.featured-video p {
    margin-bottom: 35px;
}
.featured-video .close-video {
    display: none;
}
.featured-video .video-wrapper {
    display: none;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    width: 0;
    max-width: 1020px;
    margin: 0 auto 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.featured-video .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.featured-video.video-active {
    padding-top: 0;
    padding-bottom: 0;
    background-image: none !important;
    background-color: #000 !important;
}
.featured-video.video-active .close-video {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #000;
}
.featured-video.video-active .container {
    display: none;
}
.featured-video.video-active .video-wrapper {
    display: block;
    width: auto;
}
.featured-video.video-active .video-wrapper iframe {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.no-overflow {
    overflow: hidden !important;
}
@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .featured-video .valign-wrap {
        height: 415px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .featured-video .valign-wrap {
        height: 350px;
    }
}
@media only screen and (max-width: 767px) {
    .featured-video .valign-wrap {
        height: 300px;
    }
}
/*
    THE BENEFITS
    ---------------------------*/

.the-benefits {
    height: auto;
}
.the-benefits .ticks {
    margin-top: 40px;
}
.the-benefits .ticks > div {
    text-align: center;
    border-right: 1px solid #b2b2b2;
}
.the-benefits .ticks > div i {
    color: #b2b2b2;
}
.the-benefits .ticks > div:nth-child(4) {
    border-right: none;
}
.the-benefits .ticks .col {
    display: inline;
    float: left;
    width: 24.9235%;
}
.the-benefits .circles {
    margin-top: 40px;
}
.the-benefits .circles > div {
    text-align: center;
}
.the-benefits .circles > div .image {
    position: relative;
    width: 97%;
    margin: 0 auto 10px;
    overflow: hidden;
}
.the-benefits .circles > div .image a {
    display: block;
}
.the-benefits .circles > div .image img {
    width: 99%;
    border: 0px solid #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.the-benefits .circles > div .image .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("img/circle-bg2.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
    padding: 1px;
}
.the-benefits .circles > div .image:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.the-benefits .circles > div .meta {
    margin-bottom: 5px;
}
.the-benefits .circles > div .meta p {
    margin-bottom: 7px;
    font-size: 15px;
}
.the-benefits .circles > div .meta a {
    font-family: "texbold";
    font-size: 16px;
    text-transform: uppercase;
}
.the-benefits .circles > div .meta a i {
    font-weight: 700;
}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .the-benefits .circles > div .meta p br {
        display: none;
    }
}
@media only screen and (max-width: 959px) {
    .the-benefits .circles > div .meta p br {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .the-benefits .ticks .col {
        width: 24.901%;
    }
    .the-benefits .circles > div .meta a {
        font-size: 15px;
    }
    .the-benefits .circles > div .meta a span {
        display: block;
    }
    .the-benefits .circles > div .meta p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .the-benefits .ticks {
        margin-top: 25px;
    }
    .the-benefits .ticks > div {
        border-right: 0;
    }
    .the-benefits .ticks .col {
        width: 100%;
        margin-bottom: 20px;
    }
    .the-benefits .circles {
        margin-top: 20px;
    }
    .the-benefits .circles > div {
        width: 50%;
        opacity: 1 !important;
        transform: none !important;
    }
    .the-benefits .circles > div .meta p {
        font-size: 13px;
    }
    .the-benefits .circles > div .meta a {
        font-size: 14px;
    }
    .the-benefits .circles > div .meta a span {
        display: block;
    }
    .the-benefits .circles > div .meta a i {
        margin-left: 3px;
    }
    .the-benefits .circles > div .meta p br {
        display: block;
    }
}
@media only screen and (max-width: 479px) {
    .the-benefits .circles > div .meta a {
        font-size: 12px;
    }
    .the-benefits .circles > div .meta p br {
        display: none;
    }
}

/*
    EXERCISE SCIENCE
    ---------------------------*/

.exercise-science .real-people {
    margin-top: 60px;
    background-color: #fff;
}
.exercise-science .real-people .info {
    padding: 30px 20px;
}
.exercise-science .real-people .info .name {
    font-family: "texbold";
    font-size: 16px;
    text-transform: uppercase;
}
.exercise-science .real-people .info .stats {
    margin-top: 12px;
    margin-bottom: 12px;
}
.exercise-science .real-people .info .stats .circle {
    width: 75px;
    height: 75px;
    display: inline-block;
    border: 2px solid #ccc;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-family: "texbold";
    line-height: 1;
    margin: 0 5px;
    text-align: center;
}
.exercise-science .real-people .info .stats .circle span {
    display: block;
    color: #da2028;
    margin-top: 16px;
    font-size: 20px;
}
.exercise-science .real-people .info .stats .circle span + span {
    color: #000;
    margin-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
}
.exercise-science .real-people .info .testimonial {
    margin-bottom: 10px;
    line-height: 1.5;
}
.exercise-science .real-people .info a {
    font-size: 16px;
    font-family: "texbold";
    text-transform: uppercase;
}
.exercise-science .real-people .info a i {
    font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .exercise-science .real-people .info {
        padding: 15px 10px;
    }
    .exercise-science .real-people .info .stats {
        font-size: 14px;
        margin-top: 7x;
        margin-bottom: 24px;
        height: 49px;
        line-height: 45px;
    }
    .exercise-science .real-people .info .stats span.three {
        width: 34%;
    }
    .exercise-science .real-people .info .testimonial {
        font-size: 12px;
    }
    
    .exercise-science .real-people .info .stats .circle {
        height: 60px;
        width: 60px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .exercise-science .real-people .info .stats .circle span {
        font-size: 14px;
    }
    .exercise-science .real-people .info .stats .circle span + span {
        font-size: 10px;
    }
    
}
@media only screen and (max-width: 767px) {
    .exercise-science .real-people {
        margin-top: 35px;
    }
    .exercise-science .real-people .info {
        padding: 0px 10px;
    }
    .exercise-science .real-people .info .name {
        text-align: center;
    }
    .exercise-science .real-people .info .stats {
        height: auto;
        text-align: center;
    }
    .exercise-science .real-people .info .stats .circle {
        margin: 0 3px;
    }
    .exercise-science .real-people .info .stats span.one {
        width: 49.5%;
    }
    .exercise-science .real-people .info .stats span.two {
        width: 49.5%;
        border-right: none;
    }
    .exercise-science .real-people .info .stats span.three {
        width: 100%;
        border-top: 2px solid #da2028;
    }
    .exercise-science .real-people .info .testimonial {
        font-size: 12px;
        text-align: center;
        padding: 0 25px;
    }
    .exercise-science .real-people .info a {
        display: block;
        text-align: center;
    }
    
}
/*
    TRY HYPOXI
    ---------------------------*/

.try-hypoxi {
    height: auto;
    padding-top: 105px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.try-hypoxi h2 {
    color: #fff;
}
.try-hypoxi p {
    text-align: center;
    color: #fff;
}
.try-hypoxi .free-trial-form {
    position: relative;
    height: auto;
    width: 600px;
    margin: 50px auto 0;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.try-hypoxi .free-trial-form .expand-title {
    font-size: 15px;
    color: #da2028;
    font-family: "texbold";
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.try-hypoxi .free-trial-form .expand-title:after {
    content: '\f107';
    width: 15px;
    height: 15px;
    font-family: "FontAwesome";
    font-weight: bold;
    margin-left: 4px;
}
.try-hypoxi .free-trial-form.open-form .expand-title:after {
    content: '\f106';
}
.try-hypoxi .free-trial-form ul {
    list-style: none;
}
@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .try-hypoxi .free-trial-form {
        width: 510px;
    }
}
@media only screen and (max-width: 767px) {
    .try-hypoxi {
        background-size: cover;
        background-position: top center;
        padding-top: 60px;
    }
    .try-hypoxi .free-trial-form {
        /*height: 20px;*/
        width: 70%;
        margin: 20px auto 0;
        padding: 15px 20px;
    }
    .try-hypoxi .free-trial-form.open-form {
        /*height: auto;*/
    }
    .try-hypoxi .free-trial-form .gform_wrapper {
        display: none;
    }
    .try-hypoxi .free-trial-form form {
        padding: 20px 10px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .try-hypoxi .free-trial-form.open-form form {
        height: auto;
    }
     .try-hypoxi .free-trial-form .fields-required {
        display: none;
        color: #fff;
    }
    .try-hypoxi .free-trial-form.open-form .fields-required {
        display: block;
        color: #000;
    }
    .try-hypoxi .claim-free-trial {
        text-align: center;
    }
    .try-hypoxi .center {
        text-align: center;
        margin-top: 20px;
    }
    
    
}
@media only screen and (max-width: 479px) {
    .try-hypoxi .free-trial-form {
        width: 80%;
    }
    .try-hypoxi .free-trial-form form {
        padding: 15px 0px;
    }
}


/*
    FREE TRIAL VIDEO
    ---------------------------*/

.trial-video-form .form-wrap {
    position: relative;
    height: auto;
    width: 470px;
    margin: 0px auto 0;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
	.trial-video-form .form-left {
		margin-bottom: 60px;
	}
}

.trial-video-form .form-left .inner {
	padding-right: 30px;
}

.trial-video-form .form-left ul {
	list-style: none;
	margin: 15px 0 30px;
}

.trial-video-form .form-left ul li {
	padding-left: 30px;
	margin-bottom: 7px;
	position: relative;
}

.trial-video-form .form-left ul li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #da2028;
	position: absolute;
	top: 0;
	left: 0;
}
.ftv-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.price-bubble {
    position: absolute;
    right: 0;
    top: -28px;
}
.trial-video-form .form-wrap .gform_wrapper {
    margin-top:30px;
}
.trial-video-form .form-wrap .gform_wrapper .gfield_checkbox li input[type=checkbox],
.free-trial-form .gform_wrapper .gfield_checkbox li input[type=checkbox] {
    width: 20px !important;
    height: 20px;
    -webkit-appearance: checkbox;
}
.trial-video-form .form-wrap .gform_wrapper .gfield_checkbox li a,
.free-trial-form .gform_wrapper .gfield_checkbox li a {
    outline: none;
    border: none;
}

.trial-video-form .form-wrap .gform_wrapper #field_7_4, 
.trial-video-form .form-wrap .gform_wrapper #field_7_7{
    display: none;
}


.trial-video-content {
    
}


.trial-video-content .circle-points {
    margin-bottom: 50px;
}
.trial-video-content .circle-points ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
}
.trial-video-content .circle-points ul li {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.trial-video-content .circle-points ul li.plus {
    font-size: 60px;
    color: #000;
    line-height: 1;
    margin-top: -20px;
    padding: 0 24px;
}
.trial-video-content .circle-points ul li.circle {
    width: 250px;
    height: 250px;
    border-radius: 125px;
    font-size: 25px;
    line-height: 1.2;
    font-family: 'texbold';
    text-transform: uppercase;
    
}
.trial-video-content .circle-points ul li.circle.white {
    background-color: #fff;
}
.trial-video-content .circle-points ul li.circle.red {
    background-color: #da2028;
    color: #fff;
}
.trial-video-content .circle-points ul li.circle.green {
    background-color: #5bc4be;
    color: #fff;
}
.trial-video-content .circle-points ul li span {
    display: block;
    padding: 75px 30px;
}



.trial-video-content .tick-points {
    width: 83%;
    margin: 0 auto 40px;
}
.trial-video-content .tick-points ul {
    list-style: none;
    padding-left: 0;
    width: 50%;
    display: block;
    float: left;
}
.trial-video-content .tick-points ul li i {
     display: block;
    float: left;
    color: #da2028;
    width: 5%;
    margin-right: 2%;
    text-align: center;
}
.trial-video-content .tick-points ul li p {
    display: block;
    float: left;
    width: 91%;
    padding-right: 2%;
}


.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 710px;
  margin: 20px auto;
  font-size: 13px;
}

.white-popup ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}
.white-popup ol > li {
  margin: 0 0 10px;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}
.white-popup ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}



@media only screen and (min-width: 960px) and (max-width: 1160px) {
   
   
   .trial-video-content .tick-points {
        width: 100%;
        margin: 0 auto 50px;
    }
    
   
}


@media only screen and (max-width:959px) {

    .trial-video-content .circle-points ul li.circle {
        width: 200px;
        height: 200px;
        border-radius: 100px;
        font-size: 20px;
        line-height: 1.2;
        font-family: 'texbold';
        text-transform: uppercase;
        
    }
    .trial-video-content .circle-points ul li.plus {
        font-size: 50px;
        margin-top: -13px;
        padding: 0 10px;
    }
    .trial-video-content .circle-points ul li span {
        padding: 65px 25px;
    }

}

@media only screen and (max-width: 767px) {
    .trial-video-form .form-wrap {
        width: 100%;
        max-width: 470px;
    }
    .price-bubble {
        top: -17px;
    }
    .price-bubble img {
        width: 95px;
        height: auto;
    }
    
    .trial-video-content .tick-points {
        width: 100%;
        
    }
    .trial-video-content .tick-points ul {
        width: 100%;
    }
    
    
    .trial-video-content .circle-points ul li.circle {
        width: 130px;
        height: 130px;
        border-radius: 65px;
        font-size: 14px;
        line-height: 1.2;
        font-family: 'texbold';
        text-transform: uppercase;
    }
    .trial-video-content .circle-points ul li span {
        padding: 41px 9px;
    }
    .trial-video-content .circle-points ul li.plus {
        font-size: 22px;
        margin-top: -4px;
        padding: 0;
    }
    
    .white-popup {
      
      padding: 20px;
      max-width: 85%;
      margin: 20px auto;
    }
    
    
}
@media only screen and (max-width: 479px) {
    
    
    .price-bubble {
        top: -70px;
    }
    .price-bubble img {
        width: 70px;
    }
    
    
    .trial-video-content .circle-points ul li {
        
    }
    
    
    .trial-video-content .circle-points ul li.circle {
        width: 90px;
        height: 90px;
        border-radius: 50px;
        font-size: 10px;
        line-height: 1.2;
        font-family: 'texbold';
        text-transform: uppercase;
    }
    .trial-video-content .circle-points ul li span {
        padding: 27px 9px;
    }
    .trial-video-content .circle-points ul li.plus {
        font-size: 15px;
        margin-top: -3px;
        padding: 0;
    }
    
}





/*
    BANNER SECTION
    ---------------------------*/

.banner-section {
    background-color: #f1f4f6;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.banner-section-overlay {
    background-color: #f1f4f6;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.page-id-1324 .banner-section-overlay {
    background-position: center center;
}

.banner-section img{
  position: absolute;
  right: 0;
  top: -65px;
}
.banner-section .left {
    text-align: left;
}
.banner-section p {
    font-size: 16px;
    line-height: 1.7;
}

.banner-section-crop {
    height: 400px;
}
.banner-section-crop .left {
    text-align: left;
}
.banner-section-crop p {
    font-size: 16px;
    line-height: 1.7;
}
.banner-section-crop img{
    position: absolute;
    right: -40px;
    top: -55px;
    height: 520px;
    z-index: 0;
}
.banner-section-crop .column4,
.banner-section-crop .column5 {
    position: relative;
    z-index: 5;
}

.page-banner-section {
    position: relative;
    height: 325px;
    overflow-x: hidden;
}
.page-banner-section img {
    margin-left: -130px;
    max-width: none;
}
.page-banner-section .banner-title {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 325px;
    margin: 0 auto;
    display: table;
}
.page-banner-section .banner-title .valign {
    display: table-cell;
    vertical-align: middle;
}
.page-banner-section .banner-title h1 {
    color: #fff;
    font-family: "texbold";
}
.page-banner-section .banner-title h2 {
    color: #fff;
    font-family: "texregular";
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 5px;
}
@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .page-banner-section img {
        margin-left: -230px;
    }
    
    .banner-section-crop {
        height: 450px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .banner-section-crop img {
        right: -130px;
        top: -40px;
        height: 530px;
        width: auto;
        max-width: inherit;
    }
    
}

@media only screen and (max-width: 959px) {
    .banner-section-crop {
        height: auto;
        padding: 30px 0 0;
    }
    .banner-section-crop .container {
        width: 100%;
    }
    
    .banner-section-crop .column8,
    .banner-section-crop .column7 {
        width: 100%;
        margin: 0;
        padding-top: 20px;
    }
    .banner-section-crop img {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        max-height: inherit;
        height: auto;
    }
    .banner-section-crop .left {
        text-align: center;
    }
    .banner-section-crop .left br {
        display: none;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .page-banner-section,
    .page-banner-section .banner-title {
        height: 280px;
    }
    .page-banner-section img {
        margin-left: -260px;
        height: 280px;
        width: auto;
    }
    
    .banner-section-crop .column4,
    .banner-section-crop .column5 {
        width: 744px;
        margin: 0 auto;
        display: block;
        float: none;
    }
    
    
    
    
    
    
}
@media only screen and (max-width: 767px) {
    .page-banner-section,
    .page-banner-section .banner-title {
        height: 240px;
    }
    .page-banner-section img {
        margin-left: -270px;
        height: 240px;
        width: auto;
    }
    .banner-section {
        padding-bottom: 450px;
        background-position: bottom center;
        background-size: auto 437px;
    }
    .banner-section .left {
        text-align: center;
    }
    
    .banner-section-crop .column4,
    .banner-section-crop .column5 {
        width: 90%;
        margin: 0 auto;
        display: block;
        float: none;
    }
    


    
}
@media only screen and (max-width: 679px) {
    .banner-section-crop {
        background-size: 840px auto;
        background-position: bottom right;
    }
    
}
@media only screen and (max-width: 479px) {
    .page-banner-section img {
        margin-left: -390px;
    }
    .banner-section {
        padding-bottom: 300px;
        background-position: bottom center;
        background-size: auto 300px;
    }
    .banner-section-crop {
        background-size: 545px auto;
        background-position: bottom right;
    }
}
/*
    OUR PATENTED TECHNOLOGY
    ---------------------------*/

.patented-technology {
    height: auto;
}
.patented-technology .machine-slider {
    margin-top: 30px;
}
.patented-technology .machine-slider .machine-info {
    display: inline;
    float: left;
    height: auto;
    width: 20%;
    padding: 0 2.5%;
    outline: none;
    font-size: 14px;
}
.patented-technology .machine-slider .machine-info img {
    width: 100%;
    height: auto;
}
.patented-technology .machine-slider .machine-info .title {
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
}
.patented-technology .machine-slider .machine-info ul {
    list-style-position: inside;
    list-style-type: none;
}
.patented-technology .machine-slider .machine-info ul li {
    margin-bottom: 5px;
}
.patented-technology .machine-slider .machine-info ul li i {
    margin-right: 5px;
    color: #b2b2b2;
}
.patented-technology .machine-slider .machine-info .video-popup {
    margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .patented-technology .machine-slider .machine-info .video-popup {
        font-size: 11px;
    }
}
@media only screen and (max-width: 767px) {
    .patented-technology .machine-slider .machine-info {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 479px) {
    .patented-technology .machine-slider .machine-info {
        padding: 0 15px;
    }
    .patented-technology .machine-slider .machine-info ul li {
        width: 49%;
        float: left;
    }
    .patented-technology .machine-slider .machine-info img {
        width: auto;
        max-width: 90%;
        margin: 0 auto;
    }
}
/*
    FEATURED VIDEO
    ---------------------------*/

.featured-image {
    position: relative;
    padding-top: 95px;
    padding-bottom: 95px;
    background-color: #000;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.featured-image h2 {
    color: #fff;
}
.featured-image p {
    margin-bottom: 35px;
}
@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .featured-image {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .featured-image {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .featured-image {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .featured-image p br {
        display: none;
    }
}
/*
    WHAT IS HYPOXI?
    ---------------------------*/
    
.our-history .intro-text {
    padding: 0 40px;
    margin-bottom: 30px;
    text-align: center;
}   
.history-feature {
    margin-bottom: 30px;    
}   
.history-feature .image {
    position: relative;
    width: 96.5%;
    overflow: hidden;
    text-align: center;
}
.history-feature .image img {
    width: 99%;
    border: 2px solid #f0f0f0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.history-feature .image .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("img/circle-bg-grey.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
    padding: 1px;
}   
.history-feature .text {
    padding-top: 10px;
    padding-bottom: 10px;
}
.history-feature .text .valign-wrap {
    display: table;
    height: 330px;
}
.history-feature .text .valign {
    display: table-cell;
    vertical-align: middle;
}

.history-feature .text h3 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}
    
@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .history-feature .text .valign-wrap {
        height: 290px;
    }
}
@media only screen and (max-width: 959px) {
    .history-feature .text .valign-wrap {
        height: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
}   
@media only screen and (max-width: 767px) {
    .our-history .intro-text {
        padding: 0px;
        margin-bottom: 10px;
    }
    .history-feature {
        margin-bottom: 0;
    }
    .history-feature .image {
        width: 100%;
    }
    .history-feature .text {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .history-feature .text h3 {
        margin-bottom: 15px;
        text-align: center;
    }
    .history-feature .text p + p,
    .history-feature .text p + p + p,
    .history-feature .text p + p + p + p {
        display: none;
    }
    .history-feature .toggle-view {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-family: 'texbold';
        font-size: 16px;
        color: #da2028;
    }
    .history-feature.open-more .toggle-view .fa-angle-down:before {
        content: "\f106";
    }
    .history-feature.open-more .text p {
        display: block;
    }
}   
    
    
    
    
/* FAQS */

.faqs {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.faqs h2 {
    color: #fff;
}
.faqs .click-hide {
    color: #fff;
    font-size: 16px;
    font-family: "texbold";
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.faqs .faqs-wrap {
    visibility: hidden;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.faqs .faqs-wrap .faq {
    display: none;
}
.faqs.open-faqs .click-hide i:before {
    content: "\f106";
}
.faqs.open-faqs .faqs-wrap {
    opacity: 1;
    visibility: visible;
    margin-bottom: 40px;
    height: auto;
}
.faqs.open-faqs .faqs-wrap .faq {
    display: block;
    margin-right: 25px;
    margin-top: 30px;
    border-top: 1px solid #52b0ab;
    padding: 26px 0px 0px;
    font-size: 12px;
}

.faqs.open-faqs .faqs-wrap .faq h4 {
    font-family: 'texbold';
    margin-bottom: 6px;
    font-size: 13px;
}

.faqs.open-faqs .faqs-wrap .faq:nth-child(1) {
    border: none;
}
.faqs.open-faqs .faqs-wrap .view-all {
    text-align: center;
    margin-top: 40px;
}

.faqs-page {
    margin-top: 30px;
    font-size: 12px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px; 
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.faqs-page dt {
    font-family: 'texbold';
    margin-bottom: 6px;
    font-size: 13px;
}
.faqs-page dd {
    
}
.faqs-page hr {
    border-top: 1px solid #52b0ab;
    margin: 30px 0;
}


@media only screen and (max-width: 767px) {
    .faqs.open-faqs .faqs-wrap {
        margin-bottom: 0;
    }
    .faqs.open-faqs .faqs-wrap .faq {
        margin-right: 0px;
        margin-top: 0px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .faqs.open-faqs .faqs-wrap .column6 {
        margin-bottom: 0;
    }
}





/*
    SUB NAV MOBILE DROPDOWN
    ---------------------------*/

.sub-nav-content {
    margin-bottom: 20px;
    margin-top: 20px;
}
.sub-nav-content .navigate-btn {
    background-color: #da2028;
    color: #fff;
    width: 100%;
    height: 38px;
    line-height: 35px;
    font-size: 16px;
    font-family: "texbold";
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.sub-nav-content ul {
    display: none;
    background-color: #ebebeb;
    color: #da2028;
    padding: 15px 20px 5px;
}
.sub-nav-content ul li {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sub-nav-content ul li a {
    color: #da2028;
}
.sub-nav-content .active .navigate-btn i:before {
    content: '\f106';
}
/*
    FREE TRIAL
    ---------------------------*/

.banner-section-free-trial {
    position: relative;
    height: 440px;
    overflow-x: visible;
    background-color: #f1f4f6;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.banner-section-free-trial .banner-title {
    position: relative;
    top: 0px;
    width: 100%;
    height: 440px;
    margin: 0 auto;
    display: table;
}
.banner-section-free-trial .free-trial-form {
    background-color: #fff;
    padding: 20px 40px 20px 40px;
}
.banner-section-free-trial .free-trial-form form {
    padding: 0;
}
.banner-section-free-trial .gform_wrapper .gform_footer {
    margin-top: 0;
}
.banner-section-free-trial .banner-title p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 16px
}
.text-large {
    font-size: 16px;
    line-height: 24px;
}
.free-trial-thankyou {
    font-size: 16px;
    line-height: 24px;
}
.free-trial-thankyou ul {
    margin-left: 20px;
}
.free-trial-thankyou .column8 {
    margin-top: 40px;
}
.free-trial-thankyou .image {
    position: relative;
    width: 85%;
    overflow: hidden;
}
.free-trial-thankyou .image a {
    display: block;
}
.free-trial-thankyou .image p {
    margin-bottom: 0;
}
.free-trial-thankyou .image img {
    width: 99%;
    border: 2px solid #f0f0f0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.free-trial-thankyou .image .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("img/circle-bg-grey.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
    padding: 1px;
}
.inspo-tips {
    color: #fff;
    font-size: 16px;
}
.inspo-tips h2 {
    color: #fff;
}
.inspo-tips a {
    color: #fff;
    font-weight: normal;
    font-family: "texregular";
    text-transform: uppercase;
    font-size: 16px;
}
.inspo-tips a strong {
    font-weight: 700;
    font-family: "texbold";
}
.inspo-tips a i {
    display: inline-block;
    width: 47px;
    height: 47px;
    margin-right: 12px;
    vertical-align: middle;
    line-height: 47px;
    font-size: 27px;
    text-align: center;
    color: #5bc4be;
    font-weight: normal;
    margin-left: 0;
    background-color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.inspo-tips a i:before {
    margin-left: 2px;
}
.inspo-tips .column4 {
    text-align: center;
}
.inspo-tips .column12 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}




@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .banner-section-free-trial .free-trial-form {
        padding: 20px 30px;
    }
}
@media only screen and (max-width: 959px) {
    .banner-section-free-trial,
    .banner-section-free-trial .banner-title {
        height: 420px;
    }
    .banner-section-free-trial .free-trial-form {
        padding: 12px 20px;
    }
}
@media only screen and (max-width: 767px) {
    
    .banner-section-free-trial, .banner-section-free-trial .banner-title {
        height: auto;
    }
    .banner-section-free-trial .free-trial-form {
        width: 80%;
        margin: 20px auto 0;
        padding: 15px 20px;
    }
    
    .text-large {
        text-align: center;
    }
    .free-trial-thankyou .image {
        width: 100%;
    }
    .free-trial-thankyou .column8 {
        margin-top: 0px;
    }
    
}

/*
    REAL RESULTS
    ---------------------------*/

.real-results-banner {
    height: 500px;
}
.real-results-banner .left {
    text-align: left;
}
.real-results-banner p {
    font-size: 16px;
    line-height: 1.7;
}
.real-results-banner img{
    position: absolute;
    right: -95px;
    top: -65px;
    height: 630px;
    z-index: 0;
}
.real-results-banner .column5 {
    position: relative;
    z-index: 5;
}
.real-results-banner h1,
.real-results-banner h2 {
    text-align: left;
}
.real-results-banner h2 {
    color: #000;
    font-size: 24px;
    font-family: "texregular";
    font-weight: normal;
}
.real-results-banner h2 strong {
    display: block;
    font-family: "texbold";
}

.real-results-banner p {
    line-height: 20px;
}
.real-results-banner .feature-stats {
    margin-top: 30px;
    margin-bottom: 25px;
}
.real-results-banner .feature-stats .circle {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    font-family: "texbold";
    line-height: 1;
    margin: 0 5px;
    background-color: #fff;
    text-align: center;
}
.real-results-banner .feature-stats .circle span {
    display: block;
    color: #da2028;
    margin-top: 25px;
    font-size: 20px;
}
.real-results-banner .feature-stats .circle span + span {
    color: #000;
    margin-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
}
.believe-hype {
    text-align: center;
}
.believe-hype .results-slider {
    margin-top: 50px;
    display: flex;
    flex-flow: row wrap;
}
.believe-hype .results-slider .person-info {
    width: 98%;
    float: left;
    margin-bottom: 55px;
}
.believe-hype .results-slider .person-info .image {
    margin-bottom: 15px;
    position: relative;
}
.believe-hype .results-slider .person-info .image img {
    width: 100%;
    height: auto;
}
.believe-hype .results-slider .person-info .title {
    text-transform: uppercase;
}
.believe-hype .results-slider .person-info .stats {
    margin-top: 12px;
    margin-bottom: 12px;
}
.believe-hype .results-slider .person-info .stats .circle {
    width: 75px;
    height: 75px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #ccc;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-family: "texbold";
    line-height: 1;
    margin: 0 5px;
}
.believe-hype .results-slider .person-info .stats .circle span {
    display: block;
    color: #da2028;
    margin-top: 16px;
    font-size: 20px;
}
.believe-hype .results-slider .person-info .stats .circle span + span {
    color: #000;
    margin-top: 4px;
    padding: 0 5px;
    font-size: 12px;
    text-transform: uppercase;
}
.believe-hype .results-slider .person-info .testimonial {
    line-height: 23px;
    padding-left: 20px;
    padding-right: 20px;
}
.believe-hype .results-slider .column6:nth-child(2n) .person-info {
    float: right;
}
.believe-hype .results-slider .view-more {
    display: none;
    font-size: 16px;
    font-family: "texbold";
    color: #da2028;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}



.believe-hype .results-slider .video {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    color: #fff;
}
.believe-hype .results-slider .overlay {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.believe-hype .results-slider .has-video:hover .overlay {
    visibility: visible;
    background-color: rgba(0,0,0,0.6);
    
}
.believe-hype .results-slider .overlay .valign{
    display: table;
    width: 100%;
    height: 100%;
}
.believe-hype .results-slider .overlay .valign > div {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}
.believe-hype .results-slider .overlay a {
    color: #fff;
}
.believe-hype .results-slider .overlay .video-ic {
    font-size: 30px;
}
.believe-hype .results-slider p {
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}








.results-press-banner {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #000;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.results-press-banner h2 {
    color: #fff;
}
.results-press-banner .press-circles {
    margin-top: 20px;
    margin-bottom: 25px;
}
.results-press-banner .press-circles .circle {
    height: 260px;
    width: 260px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    border-radius: 130px;
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
}
.results-press-banner .press-circles .circle .text {
    display: table;
    height: 130px;
    padding-top: 55px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.results-press-banner .press-circles .circle .text .valign {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .real-results-banner {
        height: 450px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .real-results-banner img {
        right: -70px;
        top: -40px;
        height: 530px;
        width: auto;
    }
}
@media only screen and (max-width: 959px) {
    .real-results-banner {
        height: auto;
        padding: 30px 0 0;
        text-align: center;
    }
    .real-results-banner .container {
        width: 100%;
    }
    .real-results-banner h1, .real-results-banner h2 {
        text-align: center;
    }
    
    .real-results-banner .column7 {
        width: 100%;
        margin: 0;
        padding-top: 20px;
    }
    .real-results-banner img {
        position: relative;
        right: 0;
        top: 0;
        max-height: inherit;
        width: 100%;
        height: auto;
    }
    .real-results-banner .left {
        text-align: center;
    }
    .real-results-banner .left br {
        display: none;
    }
    
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .real-results-banner .column5 {
        width: 744px;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .results-press-banner .press-circles .circle:nth-child(3),
    .results-press-banner .press-circles .circle:nth-child(4) {
        display: none;
    }   
}
@media only screen and (max-width: 767px) {
    
    
    .believe-hype .results-slider {
        margin-top: 20px;
    }
    
    .real-results-banner .column5 {
        width: 90%;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .real-results-banner .feature-stats .circle {
        width: 75px;
        height: 75px;
    }
    .real-results-banner .feature-stats .circle span {
        margin-top: 17px;
    }
    .results-press-banner .press-circles .circle:nth-child(2),
    .results-press-banner .press-circles .circle:nth-child(3),
    .results-press-banner .press-circles .circle:nth-child(4) {
        display: none;
    }
    
    .real-results-banner p + p,
    .real-results-banner p + p + p,
    .real-results-banner p + p + p + p {
        display: none;
    }
    .real-results-banner .toggle-view {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-family: 'texbold';
        font-size: 16px;
        color: #da2028;
    }
    .real-results-banner .open-more .toggle-view .fa-angle-down:before {
        content: "\f106";
    }
    .real-results-banner .open-more p {
        display: block;
    }
    
    
    
}
@media only screen and (max-width: 479px) {
    
}




















/*
    HOW IT WORKS
    ---------------------------*/

.banner-video, .hero-image {
    position: relative;
    height: 420px;
    background-color: #000;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
}
.banner-video .valign-wrap, .hero-image .valign-wrap {
    display: table;
    height: 420px;
    width: 100%;
}
.banner-video .valign-wrap .valign-cont, .hero-image .valign-wrap .valign-cont {
    display: table-cell;
    vertical-align: middle;
}
.banner-video h1, .hero-image h1 {
    color: #fff;
}
.banner-video p, .hero-image p {
    margin-bottom: 35px;
}
.banner-video .close-video {
    display: none;
}
.banner-video .video-wrapper {
    display: none;
    position: relative;
    height: 465px;
    /*
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    width: 0;
    max-width: 1020px;
    margin: 0 auto 20px;*/
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.banner-video .video-wrapper iframe {
    /*position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 0%;
      opacity: 0;*/
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.banner-video.video-active {
    height: 640px;
    padding-top: 0;
    padding-bottom: 0;
    background-image: none !important;
    background-color: #000 !important;
}
.banner-video.video-active .close-video {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #000;
}
.banner-video.video-active .container {
    display: none;
}
.banner-video.video-active .video-wrapper {
    display: block;
    width: auto;
    height: 640px;
    max-width: 1140px;
    margin: 0 auto;
}
.banner-video.video-active .video-wrapper iframe {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.hero-image.overlay::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.hypoxi-method .valign-wrap {
    display: table;
    height: 530px;
}
.hypoxi-method .valign {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
}
.hypoxi-method h2 {
    text-align: left;
}
.right-method .method {
    margin-bottom: 40px;
    margin-top: 40px;
}
.right-method .method .image {
    position: relative;
    width: 96.5%;
    overflow: hidden;
}
.right-method .method .image img {
    width: 99%;
    border: 2px solid #f0f0f0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.right-method .method .image .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("img/circle-bg-grey.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
    padding: 1px;
}
.right-method .method .info {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
}
.right-method .method .info h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "texbold";
    margin-bottom: 15px;
}
.right-method .method .info ul {
    margin-left: 0px;
    list-style-type: none;
    margin-top: 18px;
    margin-bottom: 18px;
}
.right-method .method .info ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.right-method .method .info ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-right: 12px;
    color: #aaa;
}
.right-method .method .info .testimonial {
    border-top: 2px solid #aaa;
    padding-top: 15px;
    margin-top: 20px;
}
.right-method .method .info .testimonial .image {
    width: 94px;
    display: inline-block;
    vertical-align: top;
}
.right-method .method .info .testimonial .text {
    display: inline-block;
    width: 425px;
    margin-left: 15px;
}
.right-method .method .info .testimonial .text .name {
    text-transform: uppercase;
}
.right-method .method .info .toggle-view {
    display: none;
}
.effective-sessions h2 {
    margin-bottom: 40px;
}
.effective-sessions .slider-nav {
    width: 670px;
    height: 460px;
}
.effective-sessions .slider-nav .slick-list {
    padding: 0 !important;
    text-align: left;
}
.effective-sessions .slider-nav .slick-list .slick-track .slick-slide {
    position: relative;
    width: 530px !important;
    display: block;
    float: none;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 0px;
    border-bottom: 2px solid #ebebeb;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    margin-left: 15px;
    background: #fff;
    cursor: pointer;
}
.effective-sessions .slider-nav .slick-list .slick-track .slick-slide.slick-current {
    margin-left: 0;
    margin-top: -2px;
    padding-top: 32px;
    padding-left: 45px;
    background-color: #ebebeb;
    border-bottom-color: #fff;
    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
}
.effective-sessions .slider-nav .slick-list .slick-track .slick-slide.slick-current:after {
    content: '';
    position: absolute;
    top: 0;
    right: -45px;
    margin-left: 0px;
    width: 45px;
    height: 100%;
    background: url("img/effective-arrow.png") no-repeat;
    background-size: 100% 100%;
    /*
          border-bottom: 50px solid transparent;
          border-left: 50px solid transparent;
          border-right: 50px solid #ebebeb;*/
}
.effective-sessions .slider-nav .slick-list .slick-track .slick-slide h3 {
    display: inline-block;
    color: #000;
    font-size: 24px;
    vertical-align: top;
    margin-right: 15px;
}
.effective-sessions .slider-nav .slick-list .slick-track .slick-slide p {
    display: inline-block;
    width: 90%;
    margin-bottom: 0;
}
.effective-sessions .slider-nav .slick-list .slick-track .slick-slide p br + br {
    display: none;
}
.effective-sessions .slider-nav .slick-list .slick-track .slick-slide p a {
    display: table-cell;
    margin-top: 4px;
    text-transform: uppercase;
}
.effective-sessions .slider-nav .slick-list .slick-track .slick-slide p a:after {
    content: "\f105";
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: bold;
    margin-left: 5px;
}
.effective-sessions .slider-nav .slick-list .slick-track .slick-slide:last-of-type {
    border-bottom: none;
}
.effective-sessions .slick-slide img {
    display: block;
    max-height: 500px;
    float: right;
}

.supplements-banner {
    height: 410px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: right center;
    overflow: hidden;
}
.supplements-banner .column5 {
    position: relative;
    display: table;
    height: 410px;
    z-index: 10;
}
.supplements-banner .valign {
    display: table-cell;
    vertical-align: middle;
}
.supplements-banner h2 {
    color: #fff;
    text-align: left;
}
.supplements-banner a {
    margin-top: 24px;
}
.supplements-banner a i {
    font-weight: normal;
}
.supplements-banner .image-wrap {
    position: relative;
    z-index: 0;
}
.supplements-banner img {
    position: absolute;
    top: -65px;
    right: -150px;
    height: 540px;
    width: 800px;
    max-width: inherit;
    z-index: 0;
}



.effective-sessions ul.image-hover {
    list-style-type:none;
    margin:0;
    padding:0;
    width: 670px;
    height: 460px;
}
.effective-sessions ul.image-hover li{
    list-style-type:none;
    float:left;
    position: relative;
    width: 530px !important;
    display: block;
    float: none;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 0px;
    border-bottom: 2px solid #ebebeb;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    margin-left: 15px;
    background: #fff;
    cursor: pointer;
}
.effective-sessions ul.image-hover li.active{
    margin-left: 0;
    margin-top: -2px;
    padding-top: 32px;
    padding-left: 45px;
    background-color: #ebebeb;
    border-bottom-color: #fff;
    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
}
.effective-sessions ul.image-hover li.active:after {
    content: '';
    position: absolute;
    top: 0;
    right: -45px;
    margin-left: 0px;
    width: 45px;
    height: 100%;
    background: url("img/effective-arrow.png") no-repeat;
    background-size: 100% 100%;
}
.effective-sessions ul.image-hover li h3 {
    display: inline-block;
    color: #000;
    font-size: 24px;
    vertical-align: top;
    margin-right: 15px;
}
.effective-sessions ul.image-hover li p {
    display: inline-block;
    width: 90%;
    margin-bottom: 0;
}
.effective-sessions ul.image-hover li p br + br {
    display: none;
}
.effective-sessions ul.image-hover li p a {
    display: table-cell;
    margin-top: 4px;
    text-transform: uppercase;
}
.effective-sessions ul.image-hover li p a:after {
    content: "\f105";
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: bold;
    margin-left: 5px;
}
.effective-sessions ul.image-hover li:last-of-type {
    border-bottom: none;
}
.effective-sessions #mainImage{
    display: block;
    max-height: 500px;
    float: right;
    -webkit-transition:all 0.5s linear;
    transition:all 0.5s linear;
}











@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .banner-video.video-active .video-wrapper,
    .banner-video.video-active {
        height: 540px;
    }
    
    .hypoxi-method .valign-wrap {
        height: 415px;
    }
    
    .effective-sessions ul.image-hover {
        width: 550px;
        height: auto;
    }
    .effective-sessions ul.image-hover li{
        width: 420px !important;
    }
    
    .effective-sessions ul.image-hover li p {
        font-size: 14px;
    }
    
    
    .supplements-banner img {
        right: -205px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
    
    
    .hypoxi-method .valign-wrap {
        height: 395px;
    }

    .effective-sessions ul.image-hover {
        width: 415px;
        height: auto;
    }
    .effective-sessions ul.image-hover li.active {
        padding-left: 20px;
        padding-top: 14px;
    }
    .effective-sessions ul.image-hover li {
        width: 395px !important;
        padding-left: 5px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .effective-sessions ul.image-hover li.active:after {
        right: -3px;
    }
    .effective-sessions ul.image-hover li p {
        width: 79%;
        font-size: 14px;
        line-height: 1.6;
    }
    .supplements-banner img {
        right: -230px;
    }
}
@media only screen and (max-width: 959px) {
    
    .right-method .method .info .testimonial .text {
        width: 300px;
    }
    .supplements-banner {
        height: auto;
        padding: 30px 0 0;
    }
    .supplements-banner .container {
        width: 100%;
    }
    .supplements-banner .column5 {
        width: 744px;
        margin: 0 auto;
        display: block;
        float: none;
        height: auto;
        margin-bottom: 30px;
        text-align: center;
    }
    .supplements-banner .column7 {
        width: 100%;
        display: block;
        height: auto;
        margin: 0;
    }
    .supplements-banner h2 {
        text-align: center;
    }
    .supplements-banner img {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        max-width: none;
    }
}

@media only screen and (max-width: 767px) {
    
    .supplements-banner .column5 {
        width: 90%;
    }
    
    .banner-video,
    .banner-video .valign-wrap {
        height: auto;
        padding: 40px 0;
    }
    .banner-video .video-wrapper {
        padding-bottom: 56.25%;
        height: 0;
        width: 0;
        max-width: 767px;
        margin: 0 auto;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .banner-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 0%;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .banner-video.video-active {
        height: auto;
        min-height: 180px;
    }
    .banner-video.video-active .video-wrapper {
        height: auto;
        max-width: 767px;
    }
    
    .hypoxi-method .valign-wrap {
        height: auto;
    }
    .hypoxi-method .valign {
        margin-right: 0;
        padding-right: 0;
    }
    
    .hypoxi-method h2 {
        padding: 0 20px;
        text-align: center;
    }
    
    .right-method .method {
        margin-bottom: 20px;
        margin-top: 20px;
        border-bottom: 1px solid #fff;
    }
    .right-method .method:last-of-type {
        border-bottom: none;
    }
    .right-method .method .image {
        width: 100%;
        opacity: 1 !important;
        transform: none !important;
    }
    .right-method .method .info {
        margin-top: 0;
    }
    .right-method .method .info h3 {
        text-align: center;
    }
    .right-method .method .info .toggle-view {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-family: 'texbold';
        font-size: 16px;
        color: #da2028;
    }
    .right-method .method .info p + ul,
    .right-method .method .info p + p,
    .right-method .method .info ul + p,
    .right-method .method .info .testimonial {
        display: none;
    }
    .right-method .method .info .testimonial .image {
        margin: 0 auto;
        display: block;
    }
    .right-method .method .info .testimonial .text {
        width: 100%;
        margin-left: 0;
    }
    .right-method .method .info.open-more p,
    .right-method .method .info.open-more ul,
    .right-method .method .info.open-more .testimonial {
        display: block;    
    }
    .right-method .method .info.open-more .toggle-view .fa-angle-down:before {
        content: "\f106";
    }
    .effective-sessions h2 {
        margin-bottom: 15px; 
    }
    .effective-sessions .slider-nav {
        width: 100%;
        height: auto;
    }
    .effective-sessions .slider-nav .slick-list .slick-track .slick-slide {
        width: 100% !important;
    }
    .effective-sessions .slick-slide img {
        max-height: inherit;
    }
    .effective-sessions .slider-nav .slick-list .slick-track .slick-slide h3 {
        display: block; 
    }
    .effective-sessions .slider-nav .slick-list .slick-track .slick-slide p {
        width: 100%;
        display: block;
    }
    .effective-sessions .slider-nav .slick-list .slick-track .slick-slide.slick-current {
        background-color: transparent;
    }
    
    .effective-sessions h2 strong {
        display: block;
    }
    
    .effective-sessions .slider-effective {
        text-align: center;
    }
    .effective-sessions .slider-effective .slick-slide {
        outline: none;
    }
    .effective-sessions .slider-effective h3 {
        color: #000;
        font-size: 24px;
        font-family: 'texbold';
    }
    .effective-sessions .slider-effective a {
        text-transform: uppercase;
        display: block;
        margin-top: 10px;
    }
    .effective-sessions .slider-effective a:after {
        content: "\f105";
        display: inline-block;
        font-family: 'FontAwesome';
        font-weight: bold;
        margin-left: 5px;
    }
    .effective-sessions .slider-effective img {
        margin-top: 20px;
    }
    
    .slick-next,
    .slick-prev {
        position: absolute;
        top: 50%;
        width: 30px;
        height: 38px;
        margin-top: -19px;
        z-index: 10;
        font-size: 30px;
        line-height: 32px;
        color: #da2028;
        background-color: #ebebeb;
        border: none;
        box-shadow: none;
        text-shadow: none;
        text-align: center;
    }
    .slick-next {
        right: -4.9%;
        border-radius: 5px 0px 0px 5px;
    }
    .slick-prev {
        left: -4.9%;
        border-radius: 0px 5px 5px 0px;
    }
  
    
    
    .believe-hype .results-slider .person-info {
        width: 100%;
        margin-bottom: 20px;
    }
    
    
    
    
    
}

@media only screen and (max-width: 599px) {
   
}
@media only screen and (max-width: 479px) {
    .banner-video,
    .banner-video .valign-wrap {
        padding: 25px 0;
    }
     
}
@media only screen and (max-width: 379px) {
     
}






/*
    PRESS
    ---------------------------*/

.press-articles .press-items {
    
}
.press-articles .press-item {
    
    float: left;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 60px;
    text-align: center;
}
.press-articles .press-item:nth-child(2n) {
    margin-right: 0;
}
.press-articles .press-item .logo {
    text-align: center;
    margin-bottom: 30px;
}
.press-articles .press-item .logo img {
    width: 160px;
    height: 55px;
}
.press-articles .press-item .image,
.press-articles .press-item .video {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    color: #fff;
}
.press-articles .press-item .overlay {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.03);
}
.press-articles .press-item:hover .overlay {
    visibility: visible;
    background-color: rgba(0,0,0,0.6);
}
.press-articles .press-item .overlay .valign{
    display: table;
    width: 100%;
    height: 100%;
}
.press-articles .press-item .overlay .valign > div {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    visibility: hidden;
}
.press-articles .press-item:hover .overlay .valign > div {
    visibility: visible;
}
.press-articles .press-item .overlay a {
    color: #fff;
}
.press-articles .press-item .overlay .video-ic {
    font-size: 30px;
}
.press-articles .press-item p {
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}
.press-articles .view-more {
    display: none;
    font-size: 16px;
    font-family: "texbold";
    color: #da2028;
    text-transform: uppercase;
    text-align: center;
}


.lightbox {
    display: none;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featherlight .featherlight-content {
    max-width: 960px;
    border: none;
    padding: 0;
}

.featherlight-iframe .featherlight-content {
    min-width: 75%;
}



@media only screen and (max-width: 767px) {
    .press-articles .press-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .press-articles .press-item .image {
        margin-bottom: 20px;
    }
}

/* ==========================================================================
   FAQS
   ========================================================================== */

.faqs-banner {
    padding: 50px 0 58px;
}
.faqs-banner h1 {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}

.accordion {
   margin: 0 0 60px;
   font-size: 14px;
}
.accordion h2 {
    margin-bottom: 5px;
    font-size: 24px;
    font-family: "texbold";
    text-align: left;
}

     
.accordion dt,
.accordion dd {
    padding: 0px 30px 20px 35px;
    border-bottom: 2px solid #e4e4e4;
}
.accordion dt:last-of-type,
.accordion dd:last-of-type {
    border-bottom: 2px solid #e4e4e4; 
}
 
 
.accordion dt {
    position: relative;
  height: auto;
  padding: 22px 15px;
  font-size: 14px;
  letter-spacing: 0.2pt;
  line-height: 1.2;
  font-family: "texbold";
}
.accordion dt:first-of-type,
.accordion dt:nth-child(2n) {
}

.accordion a {
    display: block;
    color: #000;
    padding-left: 20px;
    text-decoration: none;
    outline: none;
    line-height: 1.3;
}
.accordion a span {
    float: right;
}
.accordion a:before {
    content: '\f067';
    display: block;
    position: absolute;
    left: 6px;
    top: 24px;
    width: 20px;
    text-align: center;
    font: normal normal normal 14px/1 'FontAwesome';
    font-size: inherit;
}
.accordion .active a:before {
    content: '\f068';
}
.accordion dd {
    border-top: 0; 
    margin-left: 0;
    display: none;
}
.accordion dd:last-of-type {
    border-top: 1px solid white;
    position: relative;
    top: -1px;
}

.accordion dt.active {
    border-bottom: none;
}



@media only screen and (max-width: 767px) {
    .faqs-banner {
        padding: 35px 0 34px;
    }
    .accordion {
        margin: 20px 0 40px;
    }
    .accordion h2 {
        font-size: 19px;
    }
}

/* ==========================================================================
   STUDIOS
   ========================================================================== */

.studio-title {
    padding-top: 15px;
}
.map-regions {
    height: 53px;
    line-height: 53px;
    background-color: #da2028;
    color: #fff;
    border-bottom: 2px solid #af1a20;
}
.map-regions ul {
    list-style-type: none;
    text-align: center;
}
.map-regions ul li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}
.map-regions a {
    color: #fff;
    text-decoration: none;
}
.map-regions ul li.current-cat,
.map-regions ul li:hover {
    background-color: #b60f16;
}
.map-regions ul li.current-cat:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    display: block;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #b60f16;
    z-index: 2;
}


.page-id-19 .map-regions li.cat-item-3 {
    background-color: #b60f16;
}
.page-id-19 .map-regions li.cat-item-3:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    display: block;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #b60f16;
    z-index: 2;
}





.map-studios {
    float: none;
    overflow: hidden;
}
#jlocator .map {
    width: 100%;
    height: 400px;
}
#jlocator .panel2 {
    margin-top: 400px;
}


#jlocator .controls {
    background: #fff;
    margin-bottom: 18px;
    margin-top: 18px;
    width: 100%;
    padding: 0%;
    float: left;
    border-bottom: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#jlocator .controls .left{
    width: 35%;
    float: left;
    height: 38px;
    line-height: 38px;
}
#jlocator .controls .right{
    width: 65%;
    float: right;
    text-align: right;
}
#jlocator .controls .right .search-state {
    display: inline-block;
}

#jlocator .controls .filter input {
    float: none;
    display: inline-block;
    text-indent: 5px;
    width: 250px;
    height: 36px;
    padding-right: 30px;
    border: none;
    margin: 0px 0px 0px 10px;
    background-color: #f0f0f0;
    outline: none;
}



#jlocator .stores {
    /*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;*/
    overflow: auto;
    height: auto;
    float: none;
    border-top: 1px solid #bfbfbf;
    margin-bottom: -1px;
}
#jlocator .store {
    width: 50%;
    /*height: auto;*/
    height: 190px;
    float: left;
    padding: 30px 0;
    border-bottom: 1px solid #bfbfbf;
}
/*
#jlocator .store:last-of-type {
    border-bottom: none;
}*/
#jlocator .active {
    background-color: transparent;
}
#jlocator .store:hover {
    background-color: transparent;
}
#jlocator .store p {
    padding: 0px 30px 0 0;
    margin: 0;
    border-bottom: 0;
    text-shadow: none;
    font-size: 14px;
}

#jlocator .store .suburb {
    display: block;
    color: #000;
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
}
#jlocator .store .title {
    display: block;
    color: #000;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 6px;
    font-family: 'texbold';
}
#jlocator .store .address {
    display: block;
    color: #000;
}
#jlocator .store .state {
    text-transform: uppercase;
}
#jlocator .store .phone {
    display: block;
}
#jlocator .store .phone a {
    display: inline-block;
}
#jlocator .store .machines {
    display: block;
    text-transform: capitalize;
    margin-top: 10px;
    
}
#jlocator .store hr {
    display: none;
}
#jlocator .store .days,
#jlocator .store .times {
    display: none;
}



#jlocator .store a {
    display: block;
    margin-top: 13px;
    text-transform: uppercase;
}

.gm-style {
     font-family: 'texregular';
}

.gm-style .gm-style-iw {
    width: 210px !important;
}

#jlocator .info-window {
    background-color: aqua;
}
#jlocator .info-window .store {
    width: 100%;
    height: auto;
    padding: 0;
    padding-bottom: 2px;
    border-top: 0;
    border-bottom: none;
}
#jlocator .info-window .store p {
    font-size: 14px;
    padding: 0;
}
#jlocator .info-window .store .title {
    font-size: 16px;
    line-height: 1.2;
}
#jlocator .info-window .store a {
    margin-top: 8px;
}
#jlocator .info-window .store hr {
    display: block;
}
#jlocator .info-window .store .days,
#jlocator .info-window .store .times {
    /* display: inline-block; */
    display: none;
    font-size: 14px;
        width: 48%;
        margin-bottom: 2px;
}
#jlocator .info-window .store .times {
    text-align: right;
}


#jlocator .info-window .store .suburb,
#jlocator .info-window .machines {
    display: none;
}



@media only screen and (min-width: 768px) and (max-width: 959px) {

    #jlocator .store {
        height: 210px;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
    #jlocator .store {
        height: 215px;
    }
}
@media only screen and (max-width: 767px) {
    
    #jlocator .panel2 {
        margin-top: 0;
    }
    
    .page-id-19 #jlocator {
        display: none;
    }
    .map-regions {
        height: auto;
        background-color: #fff;
        border-bottom: none;
    }
    .map-regions .container {
        width: 100%;
    }
    
    .map-regions ul {
        text-align: left;
        
    }
    .map-regions ul li {
        display: block;
        padding: 0 5%;
        margin: 0 auto;
        background-color: transparent !important;
        border-bottom: 2px solid #ccc;
    }
    .map-regions ul li:after {
        display: none !important;
    }
    .map-regions a {
        display: block;
        color: #da2028;
        
    }
    
    .tax-studios .map-regions,
    .tax-studios #jlocator .map {
        display: none;
    }
    
    #jlocator .store {
        width: 100%;
        height: auto;
    }
    #jlocator .controls .left {
        display: none;
    }
    #jlocator .controls .right {
        width: 100%;
        float: none;
        text-align: left;
    }
    #jlocator .controls .right .search-state {
        margin-bottom: 8px;
    }
    #jlocator .controls .filter input {
        width: 100%;
        max-width: 400px;
        box-sizing: border-box;
        margin-left: 0;
    }
}


/*
    Studio Detail
    ---------------------------*/

.back-to {
    height: 35px;
    margin-top: 15px;
    /*line-height: 50px;*/
}
.back-to a {
    text-transform: uppercase;
}
.back-to a i {
    margin-right: 5px;
}

.studio-detail-map {
    width: 100%;
    height: 475px;
}
.studio-detail-map .marker {
    width: 32px;
    height: 50px;
    background: url("img/marker-icon.png") no-repeat;
    background-size: 100% auto;
}

.studio-details-overlay {
    position: absolute;
    top: 50px;
    z-index: 10;
}
.studio-details-overlay .detail-bg {
    height: auto;
    width: 480px;
    padding: 30px;
    background-color: #fff;
    font-size: 14px;
}
.studio-details-overlay .detail-bg h1 {
    text-align: left;
}
.studio-details-overlay .detail-bg .left,
.studio-details-overlay .detail-bg .right {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.studio-details-overlay .detail-bg .right {
    margin-right: 0;
}

.studio-details-overlay .detail-bg .right .store-hours {
    margin-bottom: 15px;
}
.studio-details-overlay .detail-bg .right .days, 
.studio-details-overlay .detail-bg .right .times {
    display: inline-block;
    font-size: 14px;
    width: 48%;
    margin-bottom: 2px;
}
.studio-details-overlay .detail-bg .right .small {
    font-size: 13px;
}

.studio-details-overlay .detail-bg .bottom {
    
}
.studio-details-overlay .detail-bg .address {
    margin-bottom: 10px;
}
.studio-details-overlay .detail-bg .address .state {
    text-transform: uppercase;
}
.studio-details-overlay .detail-bg .website {
    margin-top: 8px;
}

.studio-details-overlay .detail-bg .social {
    margin-top: 10px;
}
.studio-details-overlay .detail-bg .social ul {
    list-style-type: none;
}
.studio-details-overlay .detail-bg .social ul li{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #da2028;
    margin-right: 4px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    line-height: 25px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.studio-details-overlay .detail-bg .social ul li a {
    display: block;
    color: #fff;
}
.studio-details-overlay .detail-bg .social ul li a i {
    margin-left: 0;
    font-weight: normal;
}
.studio-details-overlay .detail-bg .social ul li:hover {
    background-color: #98161c;
}
.studio-details-overlay .detail-bg .bottom .directions-studio {
    margin-left: 52px;
}

.studio-info {
    font-size: 14px;
}
.studio-info .intro-text {
    margin-bottom: 50px;
}
.studio-info h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    font-family: "texbold";
}
.studio-info .machine-list {
    margin-top: 20px;
    display: block;
}
.studio-info .machine-list .list {
    float: left;
    width: 23%;
    margin-right: 2%;
}
.studio-info .machine-list .list h4 { 
    text-transform: uppercase;
    color: #000;
    font-family: "texbold";
}
.studio-info .machine-list .list ul {
    margin-left: 20px;
    padding-top: 5px;
    list-style-type: none;
}
.studio-info .machine-list .list ul li {
    margin-bottom: 10px;
}
.studio-info .machine-list .list ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #aaa;
    margin-left: -20px;
}


.studio-info .image {
    position: relative;
    width: 96.5%;
    overflow: hidden;
}
.studio-info .image img {
    width: 98.5%;
    border: 2px solid #f0f0f0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.studio-info .image .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("img/circle-bg.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
    padding: 1px;
}

.studio-info .show-more {
    display: none;
}


.team-members {
    
}
.team-members h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    font-family: "texbold";
    text-align: center;
    margin-bottom: 30px;
}

.team-members .show-more {
    display: none;  
}

.team-members .team-member .image {
    position: relative;
    width: 27%;
    overflow: hidden;
    float: left;
}
.team-members .team-member .image img {
    width: 98.5%;
    border: 2px solid #f0f0f0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team-members .team-member .image .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("img/circle-bg-grey.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
    padding: 1px;
}
.team-members .team-member .info {
    float: left;
    width: 70%;
    margin-left: 3%;
    font-size: 14px;
}
.team-members .team-member .info .title {
    font-size: 16px;
    font-family: "texbold";
    text-transform: uppercase;
    margin-top: 19px;
}
.team-members .team-member .info .job {
    margin-bottom: 10px;
}






ul#form-tabs {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
ul#form-tabs > li {
    display: inline-block;
    
    padding: 5px 140px;
    font-size: 15px;
    height: 53px;
    line-height: 53px;
    cursor: pointer;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 10px 10px 0px 0px;
}
ul#form-tabs > li:hover {
    
}
ul#form-tabs > li.active {
    border: none;
   border-radius: 10px 10px 0px 0px;
}
ul#form-tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#form-tab > li {
    display: none;
}
ul#form-tab > li.active {
    display: block;
}


.tabbed-head {
    margin-bottom: -65px;
    padding-top: 45px;
}
.team-members.not-active .tabbed-head {
    padding-top: 2px;
}


.tabbed-head .contact-head {
    background-color: #fff;
}
.tabbed-head .contact-head h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    font-family: "texbold";
    margin-bottom: 0;
        line-height: 47px;
}


.tabbed-head .trial-head {
    position: relative;
    background-color: #da2028;
}
.tabbed-head .trial-head h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-family: "texbold";
    margin-bottom: 0;
        line-height: 47px;
}

.tabbed-head .trial-head.active:after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #da2028;
}


.tabbed-body {
    min-height: 200px;
}



ul#form-tab > li.trial-tab {
        background-size: cover;
}
ul#form-tab > li.trial-tab .section {
    padding-top: 65px;
}
ul#form-tab > li.trial-tab .intro {
    font-size: 16px;
}
ul#form-tab > li.trial-tab h2,
ul#form-tab > li.contact-tab h2 {
    display: none;
}
ul#form-tab > li.contact-tab h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    font-family: "texbold";
    text-align: center;
    margin-bottom: 40px;
}

.contact-form {
    height: auto;
    width: 600px;
    margin: 0px auto 0;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.contact-form .gform_wrapper ul li.gfield.field_sublabel_above > label {
    display: none;
}
.contact-form .gform_wrapper textarea.large {
    border: none;
    background-color: #e5e5e5;
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
}
.contact-form .gform_wrapper .gform_footer {
    text-align: center;
}
.contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.last {
    margin-right: 0 !important;
}



@media only screen and (min-width: 960px) and (max-width: 1160px) {
    ul#form-tabs > li {
        padding: 5px 95px;
    }
}



@media only screen and (max-width: 959px) {
    .studio-info .image {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    ul#form-tabs > li {
        padding: 5px 43px;
    }
    .studio-info .machine-list .list h4 {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .back-to {
        height: 30px;
    }
    .studio-details-overlay {
        position: relative;
        top: 0;
    }
    .studio-details-overlay .detail-bg {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .studio-details-overlay .detail-bg .left, 
    .studio-details-overlay .detail-bg .right {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .studio-details-overlay .detail-bg .right,
    .studio-details-overlay .detail-bg .bottom {
        margin-top: 10px;
    }
    .studio-details-overlay .detail-bg .bottom .directions-studio {
        margin-top: 10px;
        margin-left: 0;
        display: block;
    }
    .studio-details-overlay .detail-bg .social ul {
        text-align: center;
    }
    .studio-details-overlay .detail-bg .social ul li {
        width: 35px;
        height: 35px;
        line-height: 35px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
    }
    .studio-details-overlay .detail-bg .social ul li a i {
        font-size: 15px;
    }
    
    .studio-details-overlay .detail-bg .bottom {
        text-align: center;
    }
    .studio-details-overlay .detail-bg .right {
        display: none;
    }
    
    .studio-details-overlay .detail-bg .show-hours {
        font-size: 15px;
        text-transform: uppercase;
        color: #da2028;
        margin-bottom: 0;
        margin-top: 18px;
        cursor: pointer;
        padding: 12px 0;
        text-align: left;
        border-top: 1px solid #ccc;
    }
    .studio-details-overlay .detail-bg .show-hours:after {
        content: '+';
        position: absolute;
        right: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
    }
    .studio-details-overlay.active-hours .detail-bg .show-hours {
        border-bottom: none;
    }
    .studio-details-overlay.active-hours .detail-bg .show-hours:after {
        content: '-';
    }
    .studio-details-overlay.active-hours .detail-bg .right {
        display: block;
    }
    .studio-details-overlay .detail-bg hr {
        margin: 3px 0;
        padding-bottom: 5px;
    }
    .studio-details-overlay .detail-bg .right .small {
        padding-bottom: 10px;
    }
    
    
    
    
    .studio-detail-map,
    .studio-detail-map-mobile {
        width: 100%;
        height: 250px;
    }
    
    .studio-info .intro-text {
      margin-bottom: 25px;
    }
    .studio-info h3 {
        text-align: center;
    }
    .studio-info .machine-list {
        display: none;
    }
    .studio-info .machine-list .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .studio-info .machine-list .list ul {
        
        
    }
    .studio-info .machine-list .list ul li {
        display: inline-block;
        width: 49%;
    }
    
    .studio-info .show-more,
    .team-members .show-more {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-family: 'texbold';
        font-size: 16px;
        color: #da2028;
    }
    .studio-info.active .show-more i.fa-angle-down:before {
        content: "\f106";
    }
    .team-members .show-more.active i.fa-angle-down:before {
        content: "\f106";
    }
    .team-members h3 {
        margin-bottom: 8px;
    }
    .team-members .team-wrap {
        display: none;
    }
    
   .team-members .team-member .image {
          width: 150px;
          display: block;
          margin: 0 auto;
          float: none;
    }
    .team-members .team-member .info {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .team-members .team-member .info .title {
        margin-top: 5px;
    }
    .contact-form {
        width: 100%;
    }
    
    .tabbed-head {
        display: none;
    }
    ul#form-tab > li {
        display: block;
    }
    ul#form-tab > li.contact-tab h2 {
        display: block;
        color: #000;
        font-size: 24px;
    }
    ul#form-tab > li.trial-tab h2 {
        display: block;
        /*font-size: 24px;*/
    }
    ul#form-tab > li.trial-tab .try-hypoxi:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -35px;
      width: 0;
      height: 0;
      border-left: 35px solid transparent;
      border-right: 35px solid transparent;
      border-top: 35px solid #fefefe;
      visibility: visible;
    }
    
}
@media only screen and (max-width: 479px) {
    
    
}
/* ==========================================================================
   START A FRANCHISE
   ========================================================================== */

/*
.start-a-franchise {
    padding-top: 120px;
    padding-bottom: 120px;
}*/
    
.our-feature {
    margin-bottom: 30px;    
}   
.our-feature .image {
    position: relative;
    width: 96.5%;
    overflow: hidden;
    text-align: center;
}
.our-feature .image img {
    width: 98.5%;
    border: 2px solid #f0f0f0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.our-feature .image .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("img/circle-bg.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
    padding: 1px;
}   
.our-feature .text {
    padding-top: 40px;
}
.our-feature .text h3 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}
.our-feature.bottom .column4 {
    float: right;
}
.our-feature.bottom .image{
    float: right;
}
.our-feature.bottom .column8 {
    float: left;
}
#franchise-form {
    height: auto;
    padding-top: 105px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#franchise-form h2 {
    color: #fff;
}
#franchise-form p {
    text-align: center;
    color: #fff;
}
.franchise-form {
    height: auto;
    width: 600px;
    margin: 50px auto 0;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.franchise-form form {
    padding: 35px 40px;
}

.download-pack {
    width: 70%;
    margin: 30px auto 0;
    text-align: center;
}
.download-pack p {
    margin-bottom: 20px;
}
.download-pack a i {
    font-weight: normal;
}


@media only screen and (min-width: 960px) and (max-width: 1160px) {
    /*.start-a-franchise {
        padding-bottom: 50px;
        padding-top: 50px;
    }*/
     .franchise-form {
        width: 510px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    /*.start-a-franchise {
        padding-top: 40px;
        padding-bottom: 570px;
    }*/
}
@media only screen and (max-width: 767px) {
    
    /*.start-a-franchise {
        padding-top: 40px;
        padding-bottom: 486px;
    }*/
    
    
    .our-feature {
        margin-bottom: 0;
    }
    .our-feature .image {
        width: 100%;
    }
    .our-feature .text {
        padding-top: 0;
    }
    .our-feature .text h3 {
        margin-bottom: 15px;
        text-align: center;
    }
    #franchise-form {
        background-size: 420% auto;
        background-position: top center;
        padding-top: 60px;
    }
    .franchise-form {
        height: auto;
        width: 70%;
        margin: 20px auto 0;
        padding: 15px 20px;
        overflow: hidden;
    }
    .franchise-form form {
        padding: 20px 10px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    /*.fields-required {
        display: none;
    }*/
}   
@media only screen and (max-width: 679px) {
    /*
    .start-a-franchise {
        padding-top: 40px;
        padding-bottom: 372px;
    }*/
    #franchise-form {
        background-size: cover;
    }
}
@media only screen and (max-width: 479px) {
    /*
    .start-a-franchise {
        padding-top: 40px;
        padding-bottom: 240px;
    }*/
    .franchise-form {
        width: 80%;
    }
    .franchise-form form{
        padding: 15px 0px;
    }
}


/* ==========================================================================
   START A FRANCHISE VIDEO
   ========================================================================== */


.franchise-popout {
    height: 110px;
}
.franchise-popout .image {
    margin-top: -183px;
}
.franchise-popout .image img {
    width: 667px;
    max-width: 667px;
    height: 358px;
    margin-left: -60px;
}

.franchise-popout .form {
    
}
.franchise-popout .form h2 {
    text-align: left;
    margin-bottom: 8px;
}
.franchise-popout .form form {
    padding: 0;
}
.franchise-popout .form form .gform_body {
    display: inline-block;
    width: 365px;
    vertical-align: top;
}
.franchise-popout .form form .gform_body .top_label .gfield_label {
    display: none;
}
.franchise-popout .form form .gform_body input {
    width: 100%;
}

.franchise-popout .form form .gform_footer {
    display: inline-block;
    width: 115px;
    vertical-align: top;
    
    padding: 0;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 10px;

}
.franchise-popout .form form .gform_heading {
    margin-bottom: 5px;
}
.franchise-popout .form form div.validation_error {
    text-align: left;
    padding: 0;
}

.franchise-popout .form .gform_confirmation_wrapper {
    padding: 10px 0;
    text-align: left;
}
.franchise-video-form {
    
}
.franchise-video-form .form-wrap {
    /*width: 820px;
    margin: 0 auto;*/
}
.franchise-video-form .form-wrap .left {
    float: left;
    width: 44%;
    margin-right: 6%;
}

.franchise-video-form .form-wrap .left .text-wrap {
    padding: 40px 50px;
    background-color: #fff;
}
.franchise-video-form .form-wrap .left .text-wrap h2 {
    margin-bottom: 25px;
}
.franchise-video-form .form-wrap .left .text-wrap ul {
    padding-left:0px;
    list-style: none;
}
.franchise-video-form .form-wrap .left .text-wrap ul li {
    margin-bottom: 10px;    
}


.franchise-video-form .form-wrap .left .text-wrap ul li i {
    display: inline-block;
    color: #da2028;
    width: 20px;
    margin-right: 2%;
    text-align: center;
    vertical-align: top;
}
.franchise-video-form .form-wrap .left .text-wrap ul li p {
    display: inline-block;
    width: 85%;
    font-family: "texbold";
}


.franchise-video-form .form-wrap .left h2 {
    text-align: left;
}
.franchise-video-form .form-wrap .right {
    float: left;
    width: 50%;
}
.franchise-video-form .form-wrap .right .intro {
    margin-bottom: 15px;
}
.franchise-video-form .form-wrap .right .intro h2 {
    font-size: 38px;
    line-height: 1;
    text-align: left;
}

.franchise-video-form .form-wrap .right form {
    padding: 0;
}

.franchise-video-form .form-wrap .right .gform_wrapper li.field_sublabel_above .ginput_complex input[type=text],
.franchise-video-form .form-wrap .right .gform_wrapper .gform_body .top_label input.large,
.franchise-video-form .form-wrap .right .gform_wrapper .gform_body ul.gform_fields li.gfield textarea,
.franchise-video-form .form-wrap .right .gform_wrapper .chosen-container-single .chosen-single {
    background-color: #fff;
}
.franchise-video-form .form-wrap .right .gform_wrapper .gfield_checkbox li input[type=checkbox]{
    width: 20px !important;
    height: 20px;
    -webkit-appearance: checkbox;
}
.franchise-video-form .form-wrap .right .gform_wrapper .gfield_checkbox li a {
    outline: none;
    border: none;
}
.franchise-video-form .form-wrap .right .fields-required {
    right: 0;
    text-align: right;
    bottom: -95px;
}
.franchise-video-form .form-wrap .right .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    height: 70px;
}
.franchise-video-form .form-wrap .right .call {
    font-family: "texbold";
    display: inline-block;
    margin-top: 36px;
}
.franchise-video-form .form-wrap .right .call .red {
    color: #DA2029;
}
.franchise-video-form .form-wrap .right .gform_wrapper .gform_footer {
    width: 150px;
    text-align: right;    
    position: absolute;
    right: 0;
}
.franchise-video-form .form-wrap .right .gform_wrapper .gform_footer input {
    margin-right: 0 !important;
}


.franchise-video-content {
    
}

.franchise-video-content .our-feature .feature-wrap {
    padding: 0 10%;
}
.franchise-video-content .our-feature {
    margin-bottom: 20px;
}
.franchise-video-content .our-feature > div {
    margin-bottom: 40px;
}
.franchise-video-content .our-feature .image-wrap {
    width: 45%;
    float: left;
}
.franchise-video-content .our-feature .image {
    position: relative;
    width: 96.5%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}
.franchise-video-content .our-feature .image img {
    width: 98.5%;
    border: 2px solid #f0f0f0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.franchise-video-content .our-feature .image .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("img/circle-bg.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
    padding: 1px;
}   
.franchise-video-content .our-feature .text {
    padding-top: 40px;
    width: 50%;
    float: left;
    padding-left: 5%;
}
.franchise-video-content .our-feature .text h3 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}
.franchise-video-content .our-feature .text ul {
    padding-left: 20px;
}
.franchise-video-content .our-feature .text ul li {
    margin-bottom: 8px;
}



.franchise-video-content .our-franchisees {
    margin-top: 40px;
}

.franchise-video-content .our-franchisees .feature-wrap {
    padding: 0 5%;
    margin-bottom: 30px;
}
.franchise-video-content .our-franchisees .image {
    position: relative;
    width: 70%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.franchise-video-content .our-franchisees .image img {
    width: 98.5%;
    border: 2px solid #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.franchise-video-content .our-franchisees .image .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("img/circle-bg.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
    padding: 1px;
}   
.franchise-video-content .our-franchisees .text {
    padding-top: 5px;
}
.franchise-video-content .our-franchisees .text h3 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}
.franchise-video-content .our-franchisees .text ol,
.franchise-video-content .our-franchisees .text ul {
    padding-left: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.franchise-video-content .our-franchisees .text ol li,
.franchise-video-content .our-franchisees .text ul li{
    margin-bottom: 20px;
}
.franchise-video-content .our-franchisees .text ol li > strong,
.franchise-video-content .our-franchisees .text ul li > strong{
    
}


.franchise-video-content .our-franchisees .toggle-view {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'texbold';
    font-size: 16px;
    color: #da2028;
}
.franchise-video-content .our-franchisees p + ul,
.franchise-video-content .our-franchisees p + ol,
.franchise-video-content .our-franchisees p + p,
.franchise-video-content .our-franchisees ul + p,
.franchise-video-content .our-franchisees ol + p,
.franchise-video-content .our-franchisees ol li + li,
.franchise-video-content .our-franchisees ul li + li {
    display: none;
}

.franchise-video-content .our-franchisees .open-more p,
.franchise-video-content .our-franchisees .open-more ul,
.franchise-video-content .our-franchisees .open-more .testimonial,
.franchise-video-content .our-franchisees .open-more ol,
.franchise-video-content .our-franchisees .open-more ul li,
.franchise-video-content .our-franchisees .open-more ol li {
    display: block;    
}
.franchise-video-content .our-franchisees .open-more ol {
    list-style-type: decimal;
}
.franchise-video-content .our-franchisees .open-more ul {
    list-style-type: disc;
}
.franchise-video-content .our-franchisees .open-more .toggle-view .fa-angle-down:before {
    content: "\f106";
}






.franchise-strip {
    text-align: center;
}
.franchise-strip h3 {
    margin-bottom: 25px;
}
.franchise-strip .call {
    margin-top: 25px;
    font-family: "texbold";
}
.franchise-strip .call .red {
    color: #DA2029;
}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
    
    
    .franchise-popout {
        height: 130px;
        padding: 50px 0;
    }
    .franchise-popout .image {
        margin-top: -138px;
    }
    .franchise-popout .image img {
        max-width: 593px;
        height: auto;
        margin-left: -75px;
    }

    .franchise-popout .form form .gform_body {
        width: 300px;
    }
    
    .franchise-video-form .form-wrap .left .text-wrap ul li {
        margin-bottom: 5px;
    }
    
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
    
    .franchise-popout {
        height: 165px;
        padding: 30px 0;
    }
    .franchise-popout .image {
        margin-top: -51px;
    }
    .franchise-popout .image img {
        max-width: 458px;
        height: auto;
        margin-left: -75px;
    }

    .franchise-popout .form form .gform_body {
        width: 230px;
    }
    
    .franchise-video-form .form-wrap {
        width: 100%;
    }
    .franchise-video-content .our-feature .text {
        padding-top: 0px;
    }
    .franchise-video-form .form-wrap .right .call {
        margin-top: 115px;
    }
    .franchise-video-form .form-wrap .left .text-wrap {
        padding: 25px 30px;
    }
    .franchise-video-form .form-wrap .left .text-wrap ul li {
        margin-bottom: 8px;
    }
    
}
@media only screen and (max-width: 767px) {
    
    .franchise-popout {
        height: auto;
    }
    .franchise-popout .image {
        margin-top: -120px;
    }
    .franchise-popout .image img {
        width: 480px;
        max-width: 485px;
        height: auto;
        margin-left: 0;
        margin: 0 auto;
        display: block;
    }
    .franchise-popout .form {
        margin-bottom: 0;
    }
    .franchise-popout .form,
    .franchise-popout .form h2 {
        text-align: center;
    }
    .franchise-popout .form form {
        width: 72%;
        margin: 0 auto;
    }
    .franchise-popout .form form .gform_body {
        width: 100%;
    }
    .franchise-popout .form form .gform_footer {
        width: 115px;
        display: block;
        margin: 0 auto;
    }
    .franchise-video-form .form-wrap .left h2 {
        text-align: center;
    }
    .franchise-video-form .form-wrap .left h2 br {
        display: none;
    }
    
    .franchise-video-form .form-wrap {
        width: 100%;
    }
    .franchise-video-form .form-wrap .left {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }
    .franchise-video-form .form-wrap .right {
        width: 100%;
        margin-top: 20px;
    }
    
    .franchise-video-content .our-feature .feature-wrap {
        padding: 0%;
    }
    .franchise-video-content .our-feature .text {
        padding-top: 0px;
    }
    .franchise-video-content .our-franchisees .text h3 {
        text-align: center;
    }
    
    
    .franchise-video-content .our-feature .image-wrap {
        width: 100%;
        float: none;
    }
    .franchise-video-content .our-feature .text {
        width: 100%;
        padding-left: 0;
    }
    .franchise-video-form .form-wrap .right .gform_wrapper .gform_footer {
        width: 150px;
        text-align: right;
        position: relative;
        right: 0;
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }
    .franchise-video-form .form-wrap .right .gform_wrapper .gform_footer input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 24px;
        min-height: inherit;
    }
    .franchise-video-form .form-wrap .right .fields-required {
        left: 0;
        text-align: left;
        bottom: -28px;
        margin-left: 0;
    }
    
    
    
    
    
}
@media only screen and (max-width: 479px) {
    .franchise-popout .image {
        margin-top: -93px;
    }
    .franchise-popout .image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-left: 0;
        margin: 0 auto;
        display: block;
    }
    .franchise-popout .form form {
        width: 100%;
    }
    
    .franchise-video-form .form-wrap .left .text-wrap {
        padding: 20px 30px;
    }
    .franchise-video-form .form-wrap .left .text-wrap ul li {
        margin-bottom: 3px;
    }
    
}





/* ==========================================================================
   PRICING
   ========================================================================== */


.banner-section-crop.pricing img {
    right: 0;
}
.pricing-wrap {
    display: -webkit-box;
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;  
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.pricing-single {
    display: inline;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 315px;
    border-bottom: 1px solid #eee;
}
.pricing-single h2 {
    margin-bottom: 10px;
}
.pricing-single h3 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.pricing-single .text {
    font-size: 14px;
    min-height: 262px;
}
.pricing-single .text p {
    margin-bottom: 13px;
}

.pricing-single .image {
    position: relative;
    width: 80%;
    margin: 0 auto 10px;
    overflow: hidden;
}
.pricing-single .image img {
    width: 99%;
    border: 0px solid #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.pricing-single .image .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("img/circle-bg2.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
    padding: 1px;
}
.pricing-single .image:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.pricing-single ul {
    list-style: none;
    margin-bottom: 20px;
}
.pricing-single ul li {
    display: block;
    width: 50%;
    height: 122px;
    float: left;
    text-align: center;
    font-size: 14px;
    background-color: #f5f5f5;
}
.pricing-single ul li:nth-child(1) {
    background-color: #ebebeb;
}
.pricing-single ul li > strong {
    display: block;
    text-transform: uppercase;
    padding-top: 25px;
}
.pricing-single ul li .price {
    font-size: 40px;
    line-height: 1;
}
.pricing-single ul li:nth-child(1) .price {
    color: #da2028;
}
.pricing-single .btn {
    display: block;
    width: 152px;
    text-align: center;
    margin: 0 auto;
}
.pricing-single .learn-combo {
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}

.pricing-table .small {
    font-size: 11px;
    color: #9d9d9d;
    margin-top: -25px;
    background-color: #fff;
    position: relative;
    padding: 0 35px;
}

.combo-feature .valign-wrap {
    display: table;
    height: 330px;
}
.combo-feature .valign {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
}
.combo-feature h2 {
    text-align: left;
}

.pricing-single .text .toggle-view {
    display: none;
}



.combo-feature .video-wrap {
    position: relative;
    margin-top: 35px;
}
.combo-feature .video-wrap a.btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -65px;
    margin-top: -18px;
}

.combo-feature .close-video {
    display: none;
}
.combo-feature .video-wrapper {
    display: none;
    position: relative;
    height: 315px;
    top: 0;
    /*
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    width: 0;
    max-width: 1020px;
    margin: 0 auto 20px;*/
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.combo-feature .video-wrapper iframe {
    /*position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 0%;
      opacity: 0;*/
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.combo-feature.video-active {
   
}
.combo-feature.video-active img{
    display: none;
}
.combo-feature.video-active .close-video {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #000;
}

.combo-feature.video-active .video-wrapper {
    display: block;
    width: 100%;
    height: 315px;
    margin: 0 auto;
    position: relative;
}
.combo-feature.video-active .video-wrapper iframe {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.combo-feature.video-active .play-video {
    display: none;
}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
   
   .banner-section-crop.pricing img {
       top: 0px;
       height: 457px;
   }
   .pricing-single {
        padding-left: 25px;
        padding-right: 25px;
        width: 270px;
   }
   .pricing-single .text {
        min-height: 295px;
    }
   
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
    .pricing-single {
        padding-left: 30px;
        padding-right: 30px;
        width: 312px;
   }
    .pricing-single .text {
        min-height: 275px;
    }
    
}
@media only screen and (max-width: 767px) {
    .pricing-single {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
   }
   .pricing-table .small {
       padding: 0;
   }
   .pricing-single .image {
        width: 60%;
    }
   .combo-feature .valign-wrap {
        height: auto;
    }
    .combo-feature .valign {
        margin-right: 0;
        padding-right: 0;
    }
    .combo-feature h2 {
        text-align: center;
    }
    
    .pricing-single .text  p + p, 
    .pricing-single .text  p + p + p,
    .pricing-single .text  p + p + p + p  {
        display: none;
    }
    .pricing-single .text {
        min-height: 50px;
    }
    .pricing-single .text .toggle-view {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-family: 'texbold';
        font-size: 16px;
        color: #da2028;
        margin-bottom: 20px;
    }
    .pricing-single .text.open-more .toggle-view .fa-angle-down:before {
        content: "\f106";
    }
    .pricing-single .text.open-more p {
        display: block;
    }
    .pricing-single ul li {
        height: 110px;
    }
    .pricing-single ul li .price {
        font-size: 30px;
    }
   .combo-feature .video-wrap {
        margin-top:0px;
    }
}


/* ==========================================================================
   GENERAL
   ========================================================================== */

.general-banner {
    padding: 50px 0 58px;
}
.general-banner h1 {
    color: #da2028;
    margin-bottom: 0;
    line-height: 1;
}
.general-content img {
    max-width: 100%;
    height: auto;
}
.general-content ul {
    list-style-position: inside;
    margin-bottom: 15px;
}
.general-content ul ul {
    margin-left: 20px;
    margin-bottom: 5px;
}

.general-content h2,
.general-content h3,
.general-content h4,
.general-content h5 {
    text-align: left;
    
}
.general-content h2 {
    font-size: 25px;
    font-family: 'texbold';
}
.general-content .column6 {
    width: 540px;
}
.general-content .column6.alpha {
    font-size: 14px;
    padding-right: 20px;
}
.general-content .column6.omega {
    font-size: 14px;
    padding-left: 20px;
}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .general-content .column6 {
        width: 455px;
    }
    .general-content .column6.alpha {
        padding-right: 15px;
    }
    .general-content .column6.omega {
        padding-left: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
}
@media only screen and (max-width: 959px) {
    .general-content .column6 {
        width: 100%;
        padding: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .general-banner {
        padding: 40px 0 48px;
    }
}
/* ==========================================================================
   NEWS / BLOG pages
   ========================================================================== */

.news-blog {
    margin-bottom: 40px;
    margin-top: 5px;
}

.breadcrumbs {
    margin-top: 20px;
    font-size: 12px;
}


.news-filter {
    margin-top: 30px;
    padding: 16px 30px 16px;
    font-size: 14px;
    background-color: #f0f0f0;
}
.news-filter > div {
    display: inline-block;
    margin-right: 40px;
}

.news-filter .filter-title {
    font-family: "texbold";
    margin-right: 50px;
}
.news-filter .filter-search {
    margin-right: 0px;
}
.news-filter > div form{
    position: relative;
    display: inline-block;
    padding: 0;
    margin-left: 10px;
}
.news-filter > div form input[type=text] {
    width: 213px;
    padding-right: 30px;
}
.news-filter > div form select {
    width: 213px;
    height: 39px;
    -webkit-appearance: none;
    background:url('img/news-arrowDrop@2x.png') no-repeat;
    background-size: 21px auto;
    background-position: right center;
}
.news-filter > div form input[type=text],
.news-filter > div form select {
    background-color: #fff;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding-left: 10px;
}


.news-filter > div form input[type="submit"] {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background:url('img/news-magnifyGlass.png') no-repeat;
    background-size: 16px auto;
    background-position: center center;
    border: none;
    text-indent: -9999px;
}



.featured-post {
    height: 386px;
}
.featured-post .left {
    display: inline-block;
    width: 725px;
    height: 386px;
    
    vertical-align: top;
    overflow-y: hidden;
    margin-left: -50px;
    /*background:url('img/newsFeature-bg.png') no-repeat;*/
    
}
.featured-post .left img  {
    width: 100%;
    height: auto;
    margin-top: -17px;
}
.featured-post .left img.overlay  {
    position: absolute;
    top: 0;
    left: -50px;
    width: 725px;
    margin-top: 0;
    height: 100%;
}

.featured-post .right {
    display: inline-block;
    width: 460px;
    height: 386px;
    vertical-align: top;
    text-align: left;
}
.featured-post .valign-outer {
    display: table;
    width: 100%;
    height: 100%;
}
.featured-post .valign-inner {
    display: table-cell;
    vertical-align: middle;
}
.featured-post .subtitle {
    font-size: 12px;
    margin-bottom: 12px;
}

.featured-post .right h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: left;
}
.featured-post .right h3 {
    font-size: 24px;
    line-height: 1.3;
}
.featured-post .right h2 a {
    text-decoration: none;
}

.posted-on {
    font-size: 12px;
    margin-bottom: 12px;
}
.posted-on a {
    color: #000;
}

.all-posts {
    margin-top: 55px;
}
.all-posts .alm-reveal {
    display: flex;
    flex-flow: row wrap;
}
.all-posts .single-post {
    text-align: center;
    margin-bottom: 45px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e1e1e1;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.all-posts .single-post:nth-child(odd) .inner {
    padding-right: 20px;
}
.all-posts .single-post:nth-child(even) .inner {
    padding-right: 0;
    padding-left: 20px;
}
.all-posts .single-post figure {
    margin-bottom: 15px;
    max-height: 330px;
    overflow: hidden;
}
.all-posts .single-post h3 {
    margin-bottom: 5px;
    text-transform: uppercase;
}
.all-posts .single-post h3 a {
    text-decoration: none;
}

.all-posts .alm-btn-wrap {
    padding: 10px 10px 51px;
}
.all-posts button.alm-load-more-btn {
    background-color: #da2028;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
    font-family: "texbold";
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
}
.all-posts button.alm-load-more-btn:hover {
    background-color: #98161c;
}
.all-posts button.alm-load-more-btn.loading:before {
    background: transparent url("img/icons/loading-ic.gif") no-repeat center center;
    background-size: 80%;
}



.featured-post .right .read-more,
.all-posts .single-post .read-more{
    text-transform: uppercase;
    font-size: 14px;
}
.featured-post .right p,
.all-posts .single-post p {
    margin-bottom: 14px;
}


.single-post-intro {
    margin-top: 5px;
    margin-bottom: 30px;
}
.single-post-intro .container,
.single-post-image .container,
.single-post-text .container {
    max-width: 960px;
}
.single-post-intro .intro {
    text-align: center;
}
.single-post-image {
    
}
.single-post-image .featureImage {
    margin-bottom: 30px;
}
.single-post-image .postThumbnail {
    margin-bottom: 30px;
    text-align: center;
}
.single-post-text {
    margin-top: 0px;
    margin-bottom: 30px;
}

.single-post-footer {
    margin-bottom: 40px;
}
.single-post-footer .pagination {
    padding: 40px 90px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.single-post-footer .pagination .pagin {
    
}
.single-post-footer .pagination .pagin a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}
.single-post-footer .pagination .pagin.prev i {
    margin-right: 7px;
}
.single-post-footer .pagination .pagin.next i {
}
.single-post-footer .pagination .pagin span {
    display: block;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    font-family: "texregular";
    line-height: 1.4;
    color: #000;
    text-decoration: none;
}
.single-post-footer .pagination .pagin span a {
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    font-family: "texregular";
    line-height: 1.4;
    color: #000;
    text-decoration: none;
}
.single-post-footer .pagination > div {
    display: block;
    float: left;
}
.single-post-footer .pagination .prev {
    width: 25%;
}
.single-post-footer .pagination .share {
    width: 50%;
    text-align: center;
}

.share {
    padding-top: 10px;
}
.share > div {
    display: inline-block;
    vertical-align: middle;
}
.share .title {
    margin-right: 7px;
}
.share .icons {
    
}
.at-style-responsive .at-share-btn {
    background-color: #e21f30 !important;
}
.at-style-responsive .at-share-btn:hover {
    background-color: #98161c !important;
}

.single-post-footer .pagination .next {
    width: 25%;
    text-align: right;
}

.single-post-footer .related {
    margin-top: 55px;
    margin-bottom: 25px;
    
}
.single-post-footer .related h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    color: #000;
    margin-bottom: 25px;
}
.single-post-footer .related-article {
    float: left;
    width: 24%;
    margin-right: 1.333%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
.single-post-footer .related-article:last-of-type {
    margin-right: 0;
}

.single-post-footer .related-article .image {
    width: 271px;
    height: 185px;
    overflow: hidden;
    margin-bottom: 7px;
    
}
.single-post-footer .related-article .image img {
    width: 100%;
    height: auto;
}


.posts-media {
    margin-top: 0px;
    padding-top: 45px;
    padding-bottom: 55px;
    border-top: 1px solid #e1e1e1;
}
.posts-media h3 {
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}
.posts-media ul {
    list-style: none;
}
.posts-media ul li {
    display: block;
    float: left;
    width: 15.8%;
    margin-right: 1%;
    text-align: center;
}
.posts-media ul li:last-of-type {
    margin-right: 0;
}
.posts-media ul li img {
    max-width: 140px;
}
.post-signup {
    padding: 45px 0;
}
.post-signup .image {
    text-align: center;
}
.post-signup .image img {
    display: inline-block;
    max-width: 250px;
}

.post-signup .form {
    position: relative;
}
.post-signup .gform_wrapper {
    color: #fff;
    padding-right: 70px;
}
.post-signup .gform_wrapper #field_23_1,
.post-signup .gform_wrapper #field_23_2 {
    display: inline-block;
    width: 42.5%;
    margin-top: 8px;
    padding-right: 10px;
}
.post-signup .gform_wrapper .top_label label {
    font-size: 14px;
}
.post-signup .gform_wrapper input[type=text] ,
.post-signup .gform_wrapper input[type=email] {
    margin-bottom: 0;
}
body .post-signup .gform_wrapper .top_label div.ginput_container {
    margin-top: 6px;
}
.post-signup .gform_wrapper .gform_description {
    font-size: 35px;
    text-transform: uppercase;
    width: 75%;
    line-height: 1.1;
    margin-bottom: 5px;
}
.post-signup .gform_wrapper .gform_heading {
    margin-bottom: 0;
}
.post-signup .gform_wrapper #field_23_4 {
    font-size: 13px;
}
.post-signup .gform_wrapper .fields-required {
    text-align: left;
    position: relative;
    width: auto;
    left: 0%;
    margin-left: 0px;
    bottom: 0px;
    font-size: 12px;
}
.post-signup .gform_wrapper .gform_footer {
    position: absolute;
    right: 32px;
    bottom: 63px;
    padding: 0;
    margin: 0;
}
.post-signup .gform_wrapper .gform_footer  input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height:27px;
}


@media only screen and (max-width: 1160px) {
    .featured-post {
        height: auto;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
    
    
    .featured-post .left {
        width: 50%;
        height: 323px;
        margin-left: 0;
    }
    .featured-post .left img {
        margin-top: 0;
    }
    .featured-post .left img.overlay {
        position: absolute;
        left: 0;
        width: 50%;
    }
    .featured-post .right {
        width: 48%;
        height: 323px;
    }
    .all-posts {
        margin-top: 35px;
    }
    .all-posts .single-post figure {
        max-height: 274px;
    }
    .all-posts .single-post:nth-child(odd) .inner {
        padding-right: 15px;
    }
    .all-posts .single-post:nth-child(even) .inner {
        padding-left: 15px;
    }
    .all-posts .single-post {
        margin-bottom: 35px;
        padding-bottom: 30px;
    }
    .news-filter > div {
        margin-right: 30px;
    }
    .news-filter .filter-title {
        margin-right: 30px;
    }
    .news-filter > div form select {
        width: 165px;
    }
    .news-filter > div form input[type=text] {
        width: 165px;
    }

     .single-post-intro .container, 
    .single-post-image .container, 
    .single-post-text .container {
        max-width: 800px;
    }
    .single-post-footer .pagination {
        padding: 40px;
    }
    .single-post-footer .related-article .image {
        width: 100%;
        height: 159px;
    }
    
    .post-signup .gform_wrapper {
        padding-right: 45px;
    }
    .post-signup .gform_wrapper #field_23_1, .post-signup .gform_wrapper #field_23_2 {
        width: 40%;
    }
    .post-signup .gform_wrapper .gform_description {
        width: 80%;
    }
    .post-signup .gform_wrapper .gform_footer {
        right: 45px;
    }
    
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
   
    
}
@media only screen and (max-width: 959px) {
    .featured-post .left {
        width: 50%;
        height: 250px;
        margin-left: 0;
    }
    .featured-post .left img {
        margin-top: 0;
    }
    .featured-post .left img.overlay {
        position: absolute;
        left: 0;
        width: 50%;
    }
    .featured-post .right {
        width: 48%;
        height: 250px;
    }
    .all-posts {
        margin-top: 35px;
    }
    .all-posts .single-post figure {
        max-height: 210px;
    }
    .all-posts .single-post:nth-child(odd) .inner {
        padding-right: 5px;
    }
    .all-posts .single-post:nth-child(even) .inner {
        padding-left: 5px;
    }
    .all-posts .single-post {
        margin-bottom: 35px;
        padding-bottom: 30px;
    }
    
    .news-filter {
        padding-left: 20px;
        padding-right: 20px;
    }
    .news-filter > div {
        margin-right: 24px;
        font-size: 13px;
    }
    .news-filter .filter-title {
        display: none;
    }
    .news-filter > div form select {
        width: 150px;
    }
    .news-filter > div form input[type=text] {
        width: 150px;
    }
    
    .featured-post .subtitle {
        margin-bottom: 3px;
    }
    .featured-post .right h2,
    .all-posts .single-post h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .featured-post .right p, .all-posts .single-post p {
        font-size: 12px;
    }
    .single-post-footer .related-article {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 25px;
    }
    .single-post-footer .related-article:nth-child(odd) {
        margin-right: 0;
    }
    .single-post-footer .related-article .image {
        width: 100%;
        height: 228px;
    }
    .single-post-footer .pagination {
        padding: 40px 0px; 
    }
    
    
    .post-signup .gform_wrapper {
        padding-right: 0;
    }
    .post-signup .image img {
        max-width: 95%;
    }
    .posts-media {
        padding-bottom: 35px;
    }
    .posts-media ul li {
        margin-bottom: 15px;
        width: 31.8%;
    }
    .post-signup .gform_wrapper .gform_description {
        font-size: 31px;
        width: 85%;
    }
    .post-signup .gform_wrapper #field_23_1, .post-signup .gform_wrapper #field_23_2 {
        width: 38.5%;
    }
    .post-signup .gform_wrapper .gform_footer {
        right: 0;
    }
    
}
@media only screen and (max-width: 767px) {
    
    .featured-post .left {
        width: 100%;
        height: auto;
        margin-top: 25px;
    }
    .featured-post .right {
        width: 100%;
        height: auto;
        margin: 20px 0;
    }
    .featured-post .left img.overlay {
        display: none;
    }
    
    .all-posts .single-post figure {
        max-height: none;
    }
    .news-filter > div {
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    .news-filter > div > span {
        display: inline-block;
        width: 31%;
    }
    .news-filter > div > form {
        display: inline-block;
        width: 63%;
    }
    .news-filter > div form select,
    .news-filter > div form input[type=text] {
        width: 100%;
    }
    
    .single-post-footer {
        margin-bottom: 20px;
    }
    .single-post-footer .related-article {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 25px;
    }
    .single-post-footer .related-article:nth-child(odd) {
        margin-right: 0;
    }
    .single-post-footer .related-article .image {
        width: 100%;
        height: auto;
    }
    .single-post-footer .pagination > div {
        width: 100% !important;
        float: none;
        text-align: center !important;
    }
    .single-post-footer .pagination .next {
        
    }
    .single-post-footer .pagination .share {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .single-post-footer .related {
        margin-top: 30px;
        margin-bottom: 0;
    }
    
    .post-signup {
        padding: 30px 0;
    }
    .posts-media ul li {
        width: 50%;
        margin-right: 0;
    }
    .posts-media ul li img {
        max-width: 80%;
    }
    .post-signup .image {
        margin-bottom: 0;
    }
    .post-signup .gform_wrapper .gform_description {
        font-size: 26px;
        width: 100%;
    }
    .post-signup .form {
        margin-bottom: 0;
    }
    .post-signup .gform_wrapper #field_23_1, .post-signup .gform_wrapper #field_23_2 {
        width: 100%;
    }
    .post-signup .gform_wrapper .gform_footer {
        bottom: 0;
        position: relative;
    }
    .post-signup .gform_wrapper #field_23_4 {
        padding-bottom: 15px;
    }
}



/* ==========================================================================
   NEWS POPUP
   ========================================================================== */

#home-popup {
    
}
#home-popup .row {
    width: 100%;
    margin: 0;
    padding: 0;
    min-width: 200px;
}
#home-popup .left {
    width: 50%;
    float: left;
}
#home-popup .right {
    width: 50%;
    float: left;
}
#home-popup .right h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

#home-popup .right .gform_wrapper {
    width: 100%;
    margin: 0;
}

#home-popup .right .gform_wrapper .gform_heading {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

#home-popup .right form {
    position: relative;
    padding: 0 45px;
}
#home-popup .right .gfield_checkbox li input[type=checkbox] {
    width: 20px !important;
    height: 20px;
    -webkit-appearance: checkbox;
}
#home-popup .right #field_20_3 > label {
    display: none;
}
#home-popup .right .gform_wrapper .gform_footer {
    padding: 0;
    margin-top: 15px;
    text-align: center;
}
#home-popup .right .fields-required {
    bottom: -20px;
}

#home-popup .right .gform_wrapper li.gfield.gfield_error div.ginput_complex.ginput_container label {
    color: #000;
}

@media only screen and (max-width: 767px) {
    #home-popup .left {
        display: none;
    }
    #home-popup .right {
        width: 100%;
    }
    #home-popup .right h2 {
        font-size: 25px;
    }
    #home-popup .right form {
        padding: 0;
    }
}

/* ==========================================================================
   SHARE YOUR SUCCESS FORM
   ========================================================================== */

.shareYourSuccess {
    
    
}
.shareYourSuccess .text h3 {
    line-height: 1.3;
    margin-bottom: 20px;
    padding-right: 20px;
}
.shareYourSuccess .text ol,
.shareYourSuccess .text ul {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 20px;
}
.shareYourSuccess .text li {
    margin-bottom: 20px;
    line-height: 28px;
}
.shareYourSuccess .text ol { counter-reset: item; }
.shareYourSuccess .text ol li { display: block; }
.shareYourSuccess .text ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #da2028;
    font-weight: bold;
    margin-left: -27px;
    margin-right: 10px;
}

.shareYourSuccess form {
    
}
.shareYourSuccess form li label {
    line-height: 1.4 !important;
}
.shareYourSuccess form li input[type=radio] {
    -webkit-appearance: radio;
    margin-right: 5px;
}
.shareYourSuccess form li input[type=checkbox] {
    -webkit-appearance: checkbox;
    margin-right: 5px;
    outline: none;
}
.shareYourSuccess .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label,
.shareYourSuccess .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label {
    font-weight: 500;
}

.shareYourSuccess .container .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 8px 10px;
}



.shareYourSuccess form li.radioSelect {
    margin-top: 30px !important;
    border-top: 1px solid #ccc;
    padding-top: 20px !important;
}

.shareYourSuccess form .fileUpload {
    margin-bottom: 10px;    
    margin-top: 10px !important;
}
.shareYourSuccess form .fileUpload label {
    color: #da2028 !important;
    text-decoration: none;
    font-family: "texbold";
    text-transform: uppercase;
    background-color: #fff;
    position: relative;
    z-index: 100;
    padding: 10px 10px 10px 0;
}
.shareYourSuccess form .fileUpload:hover label {
    color: #98161c !important;
}
.shareYourSuccess form .fileUpload .ginput_container_fileupload {
    display: inline-block;
    position: relative;
    z-index: 90;
    margin-left: -82px;
}
.shareYourSuccess form .fileUpload .ginput_container_fileupload input {
    width: 100%;
    outline: none;
}

.shareYourSuccess .container .gform_wrapper .chosen-container-single .chosen-single div b {
    top: 3px;
}

.shareYourSuccess form .fileUpload input[type=file] {
    font-size: 12px;
}
.shareYourSuccess form .fileUpload .screen-reader-text {
    display: none !important;
}
.shareYourSuccess form .termsCond > label {
    display: none !important;
}

.shareYourSuccess .freeBanner {
    width: 100%;
    padding: 37px 0;
    margin-top: 30px;
    text-align: center;
    background: url('img/shareSuccessBanner2.jpg') no-repeat center center;
}
.shareYourSuccess .freeBanner h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0 10px;
    text-transform: uppercase;
}


@media only screen and (max-width: 767px) {
    
    .shareYourSuccessFrom {
        padding-top: 20px;
        border-top: 1px solid #ccc;
    }
    .shareYourSuccess .freeBanner {
        padding: 20px 0;
        margin-top: 10px;
    }
    .shareYourSuccess .freeBanner h3 {
        font-size: 18px;
    }
    
}




/* ==========================================================================
   FOOTER
   ========================================================================== */

.main-footer > div {
    padding-top: 42px;
    padding-bottom: 42px;
}
.main-footer > div ul {
    list-style-type: none;
}
.main-footer > div ul li {
    display: inline-block;
}
.main-footer .top-bar {
    height: 80px;
}
.main-footer .top-bar p {
    margin-bottom: 18px;
    font-size: 14px;
}
.main-footer .top-bar a {
    text-transform: uppercase;
}
.main-footer .top-bar a i {
    margin-left: 8px;
}
.main-footer .bottom-bar {
    height: 155px;
    font-size: 14px;
}
.main-footer .bottom-bar a[href^=tel] {
    color: #da2028;
}
.main-footer .bottom-bar a[href^=tel]:hover {
    color: #98161c;
}
.main-footer .bottom-bar .machine {
    position: absolute;
    top: -185px;
    right: 0;
    width: 304px;
    z-index: 1;
}
.main-footer .bottom-bar .footer-social-icons {
    display: inline-block;
    vertical-align: middle;
}
.main-footer .bottom-bar .footer-social-icons ul li {
    width: 36px;
    height: 36px;
    background-color: #da2028;
    margin-right: 10px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    line-height: 33px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main-footer .bottom-bar .footer-social-icons ul li a {
    display: block;
    color: #fff;
}
.main-footer .bottom-bar .footer-social-icons ul li a i {
    margin-left: 0;
    font-weight: normal;
}
.main-footer .bottom-bar .footer-social-icons ul li:hover {
    background-color: #98161c;
}
.main-footer .bottom-bar .hashtag {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.main-footer .bottom-bar .hashtag h3 {
    color: #000;
    font-weight: inherit;
    margin-bottom: 0;
}
.main-footer .bottom-bar .footer-nav {
    position: relative;
    margin-bottom: 4px;
    text-align: right;
    z-index: 20;
}
.main-footer .bottom-bar .footer-nav ul li {
    margin-left: 10px;
    padding-left: 15px;
    border-left: 1px solid #ccc;
}
.main-footer .bottom-bar .footer-nav ul li a {
    font-size: 12px;
    font-family: "texregular";
    color: #000;
}
.main-footer .bottom-bar .footer-nav ul li:nth-child(1) {
    border: none;
}
.main-footer .bottom-bar .copyright {
    font-size: 11px;
    color: #9d9d9d;
    text-align: right;
}
@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .main-footer .bottom-bar .machine {
        top: -185px;
        width: 304px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .main-footer .top-bar {
        height: auto;
    }
    .main-footer .bottom-bar .machine {
        top: -188px;
        width: 271px;
    }
    .main-footer .bottom-bar .footer-social-icons ul li {
        width: 34px;
        height: 34px;
        margin-right: 1px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .main-footer > div {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .main-footer .container {
        width: 100%;
    }
    .main-footer .container > div {
        width: 94%;
        padding: 0 3%;
        margin-bottom: 0;
        border-bottom: 1px solid #ccc;
    }
    .main-footer .container h4 {
        font-size: 15px;
        text-transform: uppercase;
        color: #da2028;
        margin-bottom: 0;
    }
    .main-footer .container > div a {
        display: block;
        height: 35px;
        font-size: 15px;
        text-transform: uppercase;
        color: #da2028;
        padding-top: 18px;
        text-decoration: none;
    }
    .main-footer .container > div a:hover h4 {
        color: #98161c;
    }
    .main-footer .container > div a h4:after {
        content: '\f105';
        position: absolute;
        right: 10px;
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        text-align: center;
    }
    .main-footer .container > div:hover h4 {
        color: #98161c;
    }
    .main-footer .container > div .content {
        visibility: hidden;
        height: 0;
        opacity: 0;
        padding-top: 0px;
        font-size: 13px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .main-footer .open-store .container > div .content {
        visibility: visible;
        height: auto;
        opacity: 1;
        padding-top: 15px;
        overflow: hidden;
    }
    .main-footer .container > div .content p a {
        padding-top: 6px;
        height: auto;
        text-transform: inherit;
        font-size: 13px;
        display: inline-block;
    }
    .main-footer .top-bar {
        height: auto;
        background-color: transparent;
    }
    .main-footer .bottom-bar {
        height: auto;
    }
    .main-footer .bottom-bar h4 {
        font-size: 15px;
        text-transform: uppercase;
        color: #da2028;
        margin-bottom: 0;
        margin-top: 18px;
        cursor: pointer;
    }
    .main-footer .bottom-bar h4:after {
        content: '+';
        position: absolute;
        right: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
    }
    .main-footer .open-store.bottom-bar h4:after {
        content: '-';
    }
    .main-footer .bottom-bar .btm-footer {
        text-align: center;
        margin-top: 25px;
        border-bottom: none;
    }
    .main-footer .bottom-bar .footer-social-icons {
        display: block;
        margin-bottom: 15px;
    }
    .main-footer .bottom-bar .footer-social-icons ul li a {
        padding-top: 0;
        height: auto;
    }
    .main-footer .bottom-bar .hashtag {
        display: block;
        margin-left: 0;
        text-align: center;
    }
    .main-footer .bottom-bar .footer-nav {
        text-align: center;
        margin-bottom: 7px;
    }
    .main-footer .bottom-bar .footer-nav ul li {
        margin-left: 0;
        padding-right: 10px;
        padding-left: 10px;
    }
    .main-footer .bottom-bar .footer-nav ul li a {
        padding-top: 0;
        height: auto;
        text-transform: inherit;
    }
    .main-footer .bottom-bar .copyright {
        text-align: center;
    }
}
/* ==========================================================================
   COMPONENTS
   ========================================================================== */
/*
    FORMS
    ---------------------------*/

form {
    padding: 0px 25px;
    box-sizing: border-box;
}
form label {
    display: block;
    margin-bottom: 4px;
}
form input[type="text"],
form input[type="email"] {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: none;
    margin-bottom: 15px;
    padding: 0px 10px;
    box-sizing: border-box;
    background-color: #f0f0f0;
}
form input {
    border-radius: 0;
    -webkit-appearance: none;
}
form input[type="submit"] {
    display: block;
    margin: 0 auto;
    height: 36px;
    line-height: 27px;
    text-align: center;
}
form input[type="submit"]:after {
    content: "\f105";
    display: block;
    position: relative;
}
form textarea {
    border: none;
    box-sizing: border-box;
    background-color: #f0f0f0;
    border-radius: 0;
    -webkit-appearance: none;
}

.section .gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 0;
}

.fields-required {
    text-align: center;
    position: absolute;
    width: auto;
    left: 50%;
    margin-left: -51px;
    bottom: 25px;
    font-size: 12px;
}


.page-template-template-formpage .fields-required {
    bottom: -20px;
}
.page-template-template-freetrial .fields-required {
    bottom: -20px;
}

.page-template-template-freetrial .fields-required,
.page-template-template-freetrial_video .fields-required {
    
    bottom: -15px;
    font-size: 12px;
}

/* Gravity Form Styles */

.section .gform_wrapper {
    position: relative;
    margin: 0;
    max-width: 100%;
}
.section .gform_wrapper .gform_body .top_label .gfield_label,
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, 
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
    margin: 0.25em 0 0em !important;
    font-weight: normal !important;
    color: #000;
    font-size: 14px !important;
}
.section .gform_wrapper .gform_body li input[type=text] {
    width: 100%;
    padding-left: 10px;
    border: none;
}
.section .gform_wrapper .chosen-container-single .chosen-search {
    margin-top: -33px;
    background-color: #f0f0f0;
}
.section .gform_wrapper .chosen-container .chosen-results {
    overflow-x: scroll;
}
.section .gform_wrapper .gform_body .top_label input.large {
    width: 100%;
    height: 38px;
    margin-bottom: 15px;
    box-sizing: border-box;
    background-color: #f0f0f0;
    box-shadow: none;
    border: none;
    padding-left: 10px;
}
.section .gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
    margin-bottom: 15px;
}
.section .gform_wrapper .gform_body .ginput_complex label {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 0;
}
.section .gform_wrapper .gform_body .name .gfield_label,
.section .gform_wrapper .gform_body div.charleft {
    display: none;
}
.section .gform_wrapper .gform_body .half-size {
    width: 49%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    padding-right: 0;
}
.section .gform_wrapper .gform_body .half-size.last {
    margin-right: 0 !important;
}
.section .gform_wrapper ul li.gfield {
    margin-top: 0;
    padding-right: 0 !important;
}
.section .gform_wrapper .gform_body #field_7_11 .gfield_label {
    display: none;
}
.section .gform_wrapper .gform_body #field_7_11 input {
    width: 18px;
    height: 18px;
    -webkit-appearance: checkbox;
}
.section .gform_wrapper ul li.gfield.name input {
    margin-top: 8px;
}

.section .gform_wrapper .gform_body .quarter-size {
    width: 23.5%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}
.section .gform_wrapper .gform_body ul.gform_fields li.gfield select {
    height: 38px;
    width: 100%;
    padding-left: 10px;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    background-color: #f0f0f0;
    border: none;
}
.section .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    height: 115px;
    width: 100%;
    padding: 8px 12px;
}
.section .gform_wrapper .gform_body .gfield_required {
    display: none;
}
.section .gform_wrapper .gform_footer {
    text-align: center;
    margin-bottom: 10px;
}
.section .gform_wrapper .gform_footer input[type=submit] {
    padding-right: 30px !important;
    background-image: url('img/ic-arrow-right-white.png');
    background-position: right center;
    background-repeat: no-repeat;
}
.section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 26px;
    min-height: inherit;
}



.container .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first,
.container .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
    margin-right: 2%;
    display: block;
    float: left;
    width: 49%;
    padding-right: 0;
}
.container .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
    margin-right: 0;
}
.section .gform_wrapper div.validation_error,
#home-popup .right .gform_wrapper div.validation_error {
    color: #da2028;
    font-size: 12px;
    font-family: 'texbold';
    margin-bottom: 0;
    border-top: 0px solid #da2028;
    border-bottom: 0px solid #da2028;
    padding: 5px;
    clear: both;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.section .gform_wrapper li.gfield.gfield_error,
#home-popup .right .gform_wrapper li.gfield.gfield_error {
    margin: 0 !important;
    padding: 0;
    background: none;
    border: none;
}
.section .gform_wrapper li.gfield.gfield_error div.ginput_complex.ginput_container label,
.section .gform_wrapper li.gfield.gfield_error ul.gfield_checkbox,
.section .gform_wrapper li.gfield.gfield_error .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #000;
}
.section .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
#home-popup .right .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    max-width: 100%;
    margin-right: 1% !important;
}
.section .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#home-popup .right .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-left: 0;
    margin-top: 5px;
    max-width: 100%;
}
.section .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    margin-top: 2px;
    padding-top: 0 !important;
    font-weight: normal;
    font-size: 12px;
    margin-left: 0;
    color: #da2028;
    font-family: 'texbold';
}
.section .gform_wrapper li.gfield.gfield_error.half-size {
    width: 48%;
}
.section .gform_wrapper ul li.gfield.field_sublabel_above.field_description_below+li.gfield {
    margin-top: 0;
}
.section .gform_wrapper .gform_body .top_label .gfield_error input.large,
#home-popup .right .gform_wrapper .gform_body .top_label .gfield_error input.large  {
    margin-bottom: 5px;
}

.try-hypoxi form {
    padding: 35px 40px;
}
.try-hypoxi .gform_wrapper .gform_footer {
    text-align: center;
}
.gform_anchor {
    display: block;
    position: absolute;
    top: -70px;
    padding-top: 10px;
}
.gform_confirmation_wrapper {
    text-align: center;
    padding: 30px;
}

.container .gform_wrapper .chosen-container {
    width: 100% !important;
}
.container .gform_wrapper .chosen-container-single .chosen-single {
    padding: 0 0 0 14px;
    border:none;
    border-radius: 0px;
    background-clip: padding-box;
    background: #f0f0f0 !important; 
    box-shadow: none;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
        height: 38px;
    margin-bottom: 5px;
    box-sizing: border-box;
    line-height: 35px;
}
.container .gform_wrapper .chosen-container-single .chosen-single span {
    font-size: 15px;
    font-family: 'texregular';
    color: #000;
}



.container .gform_wrapper .chosen-container-single .chosen-drop {
    margin-top: -5px;
    background: #f0f0f0; 
    border: none;
    border-radius: 0;
    box-shadow: 0px 2px 0px rgba(0,0,0,.15);
}
.container .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
}
.container .gform_wrapper .chosen-container-single .chosen-single div {
    width: 25px;
}
.container .gform_wrapper .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('img/ic-arrow-down.png') 3px 16px no-repeat;
}
.container .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 3px 16px;
    background: url('img/ic-arrow-up.png') 3px 16px no-repeat;
}
.container .gform_wrapper .chosen-container .chosen-results li.highlighted {
    /*background-color: #3875d7;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);*/
    background: #da2028;
    color: #FFF;
}

.gform_wrapper .chosen-container .chosen-results li.gf_placeholder {
    display: none !important;
}


.container .gform_wrapper .gfield_error input[type=email], 
.container .gform_wrapper .gfield_error input[type=number], 
.container .gform_wrapper .gfield_error input[type=password], 
.container .gform_wrapper .gfield_error input[type=tel], 
.container .gform_wrapper .gfield_error input[type=text], 
.container .gform_wrapper .gfield_error input[type=url], 
.container .gform_wrapper .gfield_error select, 
.container .gform_wrapper .gfield_error textarea, 
.container .gform_wrapper li.gfield_error.field_sublabel_above .ginput_complex input[type=text],
.section .gform_wrapper .gform_body .top_label .gfield_error input.large,
.section .gform_wrapper .gform_body ul.gform_fields li.gfield_error select {
    margin-bottom: 10px !important;
    border: 2px solid #da2028;
}
.section .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    display: none;
}


.section .gform_wrapper li.gfield.gfield_error.gfield_contains_required .chosen-container-single .chosen-single {
    border: 2px solid #da2028;
}
.container .gform_wrapper .chosen-container-single .chosen-single div b {
    background-position: 8px 10px;
}

.top_label div.ginput_complex.ginput_container.gf_name_has_1, .top_label div.ginput_complex.ginput_container.gf_name_has_2, .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: auto !important;
}

div .gform_wrapper span.gform_description {
    width: 100%;
    margin-bottom: 15px;
}



@media only screen and (min-width: 960px) and (max-width: 1160px) {
    form {
        padding: 0px 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    form {
        padding: 0px;
    }
    .section .gform_wrapper .gform_body .top_label .gfield_label,
    .section .gform_wrapper .gform_body .ginput_complex label {
        font-size: 14px;
    }
    .page-id-23 .section .gform_wrapper .gform_body .top_label .gfield_label,
    .page-id-23 .section .gform_wrapper .gform_body .ginput_complex label {
        font-size: 11px;
    }
}
@media only screen and (max-width: 767px) {
    form {
        padding: 0px;
    }
    
    
    .container .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, 
    .container .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, 
    .container .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
        width: 100%;
        margin-right: 0;
    }
    .container .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first, 
    .container .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle, 
    .container .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
        margin-right: 0;
        width: 100%;
        padding-right: 0;
    }
    .section .gform_wrapper .gform_body .half-size {
        width: 100%;
        margin-right: 0;
    }
    .section .gform_wrapper .gform_body .quarter-size {
        width: 49%;
    }
    .section .gform_wrapper .gform_body .quarter-size.last-mobile {
        margin-right: 0
    }
    .section .gform_wrapper .gform_body #field_7_4 {
        margin-right: 0;
    }
    .section .gform_wrapper .gform_body .top_label input.large,
    .section .gform_wrapper li.field_sublabel_above .ginput_complex input[type=text]  {
        margin-bottom: 6px;
    }
    .section .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
        margin-right: 0 !important;
        width: 100%;
    }
    
    .section .gform_wrapper .gform_body ul.gform_fields li.gfield select {
            
        background: url('img/ic-arrow-down-mobile.png') center right no-repeat;
        background-color: #f0f0f0;
    }
    
}
/*
    BUTTONS
    ---------------------------*/

.btn,
input[type="submit"] {
    position: relative;
    display: inline-block;
    width: auto;
    height: 32px;
    line-height: 30px;
    padding-left: 15px !important;
    padding-right: 15px;
    font-size: 14px;
    font-family: "texbold";
    font-weight: normal;
    background-color: #da2028;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #da2028;
    border-radius: 5px;
    cursor: pointer;
    z-index: 490;
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn:hover,
input[type="submit"]:hover {
    background-color: #98161c;
    border: 2px solid #98161c;
    text-decoration: none;
    color: #fff;
}
.btn.white,
input[type="submit"].white {
    color: #da2028;
    background-color: #fff;
}
.btn.white:hover,
input[type="submit"].white:hover {
    background-color: #da2028;
    border: 2px solid #da2028;
    color: #fff;
}
.btn.trans,
input[type="submit"].trans {
    color: #da2028;
    background-color: transparent;
}
.btn.trans.white,
input[type="submit"].trans.white {
    color: #fff;
    border: 2px solid #fff;
}
.btn.trans.white:hover,
input[type="submit"].trans.white:hover {
    color: #da2028;
    background-color: #fff;
    border: 2px solid #fff;
}
.btn.trans:hover,
input[type="submit"].trans:hover {
    color: #fff;
    background-color: #da2028;
    border: 2px solid #da2028;
}
.btn.trans.red,
input[type="submit"].trans.red {
    color: #da2028;
    border: 2px solid #da2028;
}
.btn i,
input[type="submit"] i {
    margin-left: 5px;
    font-weight: 700;
}

/* ==========================================================================
   UPDATES
   ========================================================================== */

.page-id-1429 .section .gform_wrapper .gform_body .name .gfield_label {
    display:block;
    font-weight:bold;
}
.page-id-1429 .banner-section-overlay,
.page-id-1433 .banner-section-overlay,
.page-id-1466 .banner-section-overlay {
    background-position: center center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    
    display: table;
    /* 2 */
}
.clearfix:after {
    clear: both;
}
/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
        
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.page-template-template-8wt  main ,
.page-template-template-8wt-thankyou main {
    padding-top: 80px;
}

.template-8wt .banner-section-free-trial {
    height: auto;
    background-color: #fff;
    padding-top: 0;
}

.template-8wt .page-banner-section img {
    width: 100%;
    margin-left: 0;
    height: auto;
}

.template-8wt .page-banner-section {
    padding: 0;
}


@media screen and (max-width: 767px) {

    .template-8wt .page-banner-section .container {
        width: 100%;
    }

    .template-8wt .page-banner-section img {
	padding-top: 2em;
    }
}

.template-8wt .page-banner-section .container {
    /*min-height: 25vw;*/
    width: 100%;
    background-size: contain;
    background-position: center center;
}

.template-8wt .page-banner-section + section {
    padding: 0px 0 0px ;
    text-align: center;
    background-color: #fff;
}



@media screen and (min-width: 767px) {

    .template-8wt .circle-points ul li span {
        padding-top: 3.75em;
    }

}


.template-8wt .page-banner-section + section h2 {
    color: #da2028;
    text-transform: none;
    
}

.template-8wt .page-banner-section + section h2:last-child {
    margin-bottom: 1.5em;
}


.template-8wt .page-banner-section + section h3 {
    color: #000;
    text-transform: none;
    font-size: 24px;
    margin-bottom: 1em;
}


.template-8wt .page-banner-section + section h3 strong {
    color:#000 ;
    display: inline ;
}

.template-8wt .page-banner-section + section h3:last-child strong {
    color: #da2028 ;
    display: inline;
}


.template-8wt .page-banner-section + section p {
    font-size: 15px;
    margin: 1em auto;
    max-width: 750px;
}

.template-8wt .page-banner-section + section a.button {
    background-color: #da2028;
    color: #fff;
    padding: 1em 2em;
    display: inline-block ;
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
    border-radius: 5px;
}


@media screen and (max-width: 767px) {

    .template-8wt .page-banner-section + section .container >  h2 {
        font-size: 26px;
    }

    .template-8wt .page-banner-section + section .container > h3 {
        font-size: 20px;
    }

}



.template-8wt .what-you-get {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    position: relative;
}

.template-8wt .what-you-get .container {
    max-width: 750px;
    margin:0 auto;
}


.template-8wt .what-you-get h2 {
    padding-top: 1.5em;
    font-size: 24px;
    padding-bottom: 1em;
}

.template-8wt .what-you-get .tick-points ul {
    width: 100%;
    max-width: 620px;
    float: none; 
    margin: 0 auto;

}

.template-8wt .what-you-get .tick-points ul p {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .template-8wt .what-you-get .tick-points ul {
        width: 75%;
    }
    .template-8wt .what-you-get .tick-points ul li {
        margin-bottom: .65em;
    }
}

.template-8wt .what-you-get:before {

    background: #fff;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    padding-bottom: 15%;
    display: block;
    position: absolute;
}

.template-8wt .what-you-get .container {
    background: #fff;
    box-shadow: 0 0 40px 10px rgba(0,0,0,0.13) ;

}


.page-template-template-8wt-thankyou  .social-head,
.page-template-template-8wt  .social-head {
    display: none;
}

.template-8wt .form-terms {
    text-align: center;
}

section.waiting-for {
    padding: 20px ;
    
    text-align: center;
    color: #fff;
}


@media screen and (min-width: 767px) {
    section.waiting-for {
        padding: 3.25vw;
    }
}

section.waiting-for h3 {
    font-weight: 900;
    color: #fff;
    font-family: "texbold";
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 30px;
    
}
@media screen and (min-width: 767px) {
    section.red-bar h3 {
        font-size: 40px;
    }
}

section.red-bar p {
    font-size: 25px;
    max-width: 700px;
    margin: 0 auto;
}

section.grey-bar {
    padding: 3.5vw;
    background: #f1f4f6;
    text-align: center;
    color: #000;
    text-align: center;
}

section.grey-bar h3 {
    color: #000;
    font-size: 24px;
    font-family: "texbold";
    text-transform: uppercase;
    margin-bottom: 1em;
}

section.grey-bar p {
    margin: 0 auto;
}



.before-after {
    text-align: center; 
}

@media screen and (min-width: 767px) {

    .before-after {
        text-align: left;
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .before-after .container {
        display: flex;
        flex-direction: row ;
        align-items: center;
    }

    .before-after .image-container {
        width: 50%;
        float: left;
    }

    .before-after .text-container {
        width: calc(50% - 3em);
        float: left;
        padding-left: 3em;
    }

}

.before-after .text-container h2 strong {
    text-align: center;
    font-size: 24px;
}

.before-after .text-container h2 strong {

    color: #000;
    text-transform: uppercase;
    float: left;
    clear: both;
    width: 100%;
    text-align: center ;
    margin-bottom: 1em;
}

.before-after .text-container h2 {
    margin-bottom: 1.5em;
    line-height: 50px;
}

@media screen and (min-width: 767px) {
    .before-after .text-container h2 {
        margin-bottom: 0;
    }
    .before-after .text-container h2 strong {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .before-after .text-container h2  {
        line-height: 1.1;
        margin-bottom: 15px;
    }
}


.before-after .text-container {
    line-height: 1.65em;
}

section.inspiration-tips h2 strong {
    color: #fff;
}

section.inspiration-tips .container {
    color: #fff;
    margin-bottom: 1.25em;
    text-align: center;
}


@media screen and (min-width: 1200px) {

    section.inspiration-tips .container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        
    }

}


.panel-bg {
    display: block;
    width: 100%;
    background-size: cover;
}
.panel-bg .container .panel {
    padding: 2em;
    display: block;
    background-color: #fff;
    margin-top: 2em;
    margin-bottom: 2em;
    min-height: 150px;
    text-align: center;
}

.panel-bg::after {
    display: block;
    width: 100%;
    clear: both;
    content: '';
}

.panel-bg .container .panel h2 strong {
    color: #000;
    font-size: 24px;
}



@media screen and (min-width: 767px) {

    .panel-bg .container .logos {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: space-evenly;
        margin-top: 1.5em;

    }

}


.panel-bg .logos > div {
    /*height: 70px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {

    .panel-bg {
        padding-bottom: 370px;
        background-position: 75% 100%;
        background-size: initial;
        background-repeat: no-repeat;
    }

    .panel-bg .container {
        margin: 0;
        width: 100%;
    }

    .panel-bg .container .panel {
        margin-top: 0;
        margin-bottom: 0;
        z-index: 25;
    }

    .panel-bg .container:after {
                
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&1+0,0+100 */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


        content: '';
        z-index: 50;
        position: relative;
        bottom: 0;
        height: 230px;
        visibility: visible;
        display: block;
        opacity: 1;
        width: 100%;
    }

    .panel-bg .container .logos {
        margin-top: 1.5em;
    }

    .panel-bg .logos > div  {
        display: inline-block;
        margin: 0 1em;
    }
}


@media screen and (min-width: 767px) {

    .panel-bg .logos > div img {
        display: block;
        height: auto;
        width: 100%;
    }

}

.panel-bg .container .logos img {
    display: inline-block;
    height: auto;
}

@media screen and (min-width: 767px) {
    .panel-bg .container .panel {
        width: 50%;
        float: left;
        min-height: 350px;
        display: flex;
        flex-direction: column ;
        align-items: center;
        justify-content: center; 
        margin-top: 135px;
        margin-bottom: 135px;
    }
}


section.inspiration-tips .container a {

    width: 100%;
    color: #fff;
    position: relative;
    flex: auto;
    display: flex;
    align-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: light;
    margin-bottom: 2em;
}

@media screen and (min-width: 1200px) {
    section.inspiration-tips .container a { 
        width: 33.33%;
        margin-bottom: 1em;
        margin-left: 2em;

    }
}

section.inspiration-tips .container a span {
    font-family: "texbold";
    margin-left: .125em;
}

section.inspiration-tips .container a i {

    margin-right: 25px;
    color: #5bc4be;
    text-align: center;
    margin-top: 0;
    font-size: 35px;
    top: 8px;
    position: relative;
    height: 40px;
    width: 45px;

}

section.inspiration-tips .container a:before {
    background: #fff;
    border-radius: 50%;
    padding: .5em;
    height: 20px;
    width: 20px;
    font-size: 35px;
    content: '';
    position: absolute;
    left: 0;
}




.page-template-template-8wt #terms-popup {
    max-height: 500px;
    overflow: scroll;
}

.page-template-template-8wt #terms-popup ul li ul li {
    margin-left: 1.5em;
}

.page-template-template-8wt #terms-popup ul li {
    margin-left: 1.5em;
    margin-bottom: .75em;
}


.page-template-template-8wt-thankyou .bg-white {
    margin-bottom: 40px;
}

.page-template-template-8wt-thankyou .page-banner-section + .bg-white h2 {
    margin-bottom: 0;
    text-transform: uppercase;
}


@media screen and (min-width: 767px) {

    .page-template-template-8wt-thankyou .bg-white .image-container {
        float: left;
        width: 33%;
    }

    .page-template-template-8wt-thankyou .bg-white .text-container {
        float: left;
        width: 66%;
        text-align: left;
        min-height: 330px;
        padding-top: 45px;
    }
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 6px;
    width: 20px !important;
    height: 20px;
    -webkit-appearance: checkbox;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
    margin-top: 6px;
    width: 20px !important;
    height: 20px;
    -webkit-appearance: checkbox;
}

