html, body {
    overflow-x: hidden;
    height: auto;
}

body {
    width: 100%;
}

body,
.gns-field {
    color: #4B5663;
}

.gns-cols {
    overflow: visible;
}

.gns-content {
    max-width: 1200px;
    padding: 80px;
}

@media only screen and (max-width: 800px) {
    
    .gns-content {
        padding: 30px 20px;
    }
    
}

.gns-gapB {
    margin: 0;
    height: 80px;
}

a {
    color: #3C15D6;
}

/* components */

    /* hr */
    
        hr {
            margin: 0;
            padding: 0;
            
            margin: 60px 0;
            border-color: #eee;
        }
    
        @media only screen and (max-width: 800px) {
            
            hr {
                margin: 20px 0;
            }
            
        }

    /* headings */
    
        h2 {
            font-weight: bold;
            color: #222;
            font-size: 42px;
            line-height: 52px;
        }
        
        @media only screen and (max-width: 800px) {
            
            h2 {
                font-size: 24px;
                line-height: 30px;
            }
            
        }
        
        h3 {
            font-size: 16px;
            line-height: 26px;
            color: #222;
            font-weight: normal;
        }

    /* register cta */
    
        .registerCta {
            background: #3C15D6;
        }
        
        .registerCta .gns-content {
            padding-top: 60px;
            padding-bottom: 60px;
            text-align: center;
        }
        
        .registerCta h2 {
            font-size: 36px;
            margin: 0;
            color: #fff;
        }
        
        .registerCta h3 {
            opacity: 0.5;
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 20px;
        }
        
        @media only screen and (max-width: 800px) {
            
            .registerCta .gns-content {
                padding: 30px;
            }
            
            .registerCta hr {
                margin-bottom: 30px;
            }
            
            .registerCta h2 {
                font-size: 28px;
            }
            
            .registerCta h3 {
                font-size: 18px;
                line-height: 28px;
            }
            
        }

    /* fields */
    
        .gns-field {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding: 7px 16px;
            padding-top: 8px;
            background: transparent;
            border: 1px solid rgba(75, 86, 99, 0.2);
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            transition: 0.3s;
            -webkit-appearance: none;
        }
        
        .gns-field:focus {
            outline: none;
            border: 1px solid rgba(75, 86, 99, 0.3);
        }

        select.gns-field {
            background-image: url(../img/selectArr.png);
            background-size: 8px 5px;
            background-repeat: no-repeat;
            background-position: right 17px center;
        }

    /* buttons */
    
        .gns-button {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding: 7px 22px;
            background: #3C15D6;
            font-size: 16px;
            line-height: 26px;
            font-weight: bold;
            padding-top: 8px;
            -webkit-appearance: none;
            -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.10);
            -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.10);
            box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.10);
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            transition: 0.3s;
        }
        
        .gns-button:hover {
            background: #4318F0;
        }
        
        .gns-button.big {
            padding: 12px 30px;
            font-size: 18px;
            line-height: 28px;
            text-decoration: none !important;
            margin-bottom: 10px;
            float: none;
        }
        
        .gns-button.wide {
            padding-left: 0;
            padding-right: 0;
            width: 100%;
        }
        
        /* outline */
        
            .gns-button.outline {
                border: 2px solid #E6E6E6;
                background: transparent;
                color: #222222;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                padding: 5px 20px;
            }
            
            .gns-button.outline.big {
                padding: 10px 28px;
            }
            
            .gns-button.outline:hover {
                border-color: #D9D9D9;
                background: transparent;
            }
            
            .gns-button.outline.light {
                border-color: rgba(255,255,255,0.2);
                color: #fff;
            }
            
            .gns-button.outline.light:hover {
                border-color: rgba(255,255,255,0.5);
            }
        
        /* white */
        
            .gns-button.white {
                background: #fff;
                color: #3C15D6;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }
            
            .gns-button.white:hover {
                -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
                -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
                box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
            }
            
        /* pink */
        
            .gns-button.pink {
                background: #ea6466;
                color: #fff;
            }
            
            .gns-button.pink:hover {
                background: #FF6E70;
            }
        
        /* stroke */
        
            .gns-button.stroke {
                border: 1px solid rgba(75, 86, 99, 0.1);
                color: #4B5663;
                background: transparent;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }
            
            .gns-button.stroke:hover {
                border-color: rgba(75, 86, 99, 0.3);
            }
            
    /* content styles */

        .contentStyles {
            font-size: 18px;
            line-height: 28px;
            font-weight: normal;
        }
        
            .contentStyles h2 {
                display: block;
                margin-top: 56px;
                margin-bottom: 28px;
                overflow: hidden;
            }
            
                .contentStyles h2 span {
                    display: block;
                    float: left;
                    margin-right: 14px;
                    margin-top: 3px;
                    color: #fff;
                    background: #3C15D6;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    width: 34px;
                    height: 34px;
                    text-align: center;
                    font-size: 18px;
                    line-height: 34px;
                }
                
                .contentStyles h2 div {
                    float: left;
                }
                
                .contentStyles h2 em {
                    display: block;
                    float: left;
                    margin-top: 8px;
                    margin-left: 8px;
                    padding: 0 8px;
                    padding-top: 1px;
                    color: #fff;
                    background: #3C15D6;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    text-align: center;
                    font-size: 12px;
                    line-height: 24px;
                }
            
            .contentStyles h3 {
                display: block;
                margin-top: 56px;
                margin-bottom: 28px;
                font-size: 20px;
                line-height: 30px;
                font-weight: bold;
            }
        
            .contentStyles p {
                display: block;
                margin-bottom: 28px;
            }
            
            .contentStyles ul {
                margin-bottom: 28px;
                display: block;
            }
            
            #classContent .needHelp {
                margin-top: 0;
                margin-bottom: 10px;
            }
            
            .contentStyles strong {
                font-weight: bold;
            }
            
            .contentStyles img {
                width: 80%;
                height: auto;
                display: block;
                margin: 0 auto;
                margin-bottom: 28px;
            }
            
            .contentStyles pre {
                display: block;
                margin-bottom: 28px;
                background: #f7f8fa;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                padding: 15px 20px;
                border: 0;
                font-size: 12px;
                line-height: 22px;
                white-space: pre-wrap;       /* css-3 */
                white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
                white-space: -pre-wrap;      /* Opera 4-6 */
                white-space: -o-pre-wrap;    /* Opera 7 */
                word-wrap: break-word;
            }
            
            .contentStyles code {
                background: #f7f8fa;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                font-size: 12px;
                line-height: 22px;
            }
            
/* header */

    .fixedHeader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 12;
    }

    #header {
        padding: 30px;
        padding-bottom: 20px;
        max-width: none;
        background: #f7f8fa;
        border-bottom: 1px solid #eee;
    }

    #header .logo {
        width: 120px;
        height: 30px;
        margin-top: 1px;
        float: left;
    }
    
        #header .logo img {
            width: 120px;
            height: 30px;
        }
    
    .nav {
        float: right;
        list-style: none;
        margin: 0;
        margin-top: -1px;
    }
    
        .nav li {
            float: left;
            margin-right: 12px;
        }
        
        .nav li a {
            color: #4b5663;
            font-weight: bold;
            border-bottom: 2px solid transparent;
            text-decoration: none;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            transition: 0.3s;
        }
        
        .nav li:hover a,
        .nav li.active a {
            border-bottom-color: #4b5663;
        }
    
    #header .nav a.gns-button {
        float: right;
        margin-top: -9px;
        margin-left: 10px;
    }
    
    .mobNavToggle {
        display: none;
        width: 40px;
        height: 40px;
        margin-top: -8px;
        margin-right: -11px;
        background-image: url(../img/menu.png);
        background-size: 18px 12px;
        background-repeat: no-repeat;
        background-position: center;
        float: right;
    }
        
    @media only screen and (max-width: 800px) {
        
        #header {
            margin-bottom: 0;
            padding: 20px;
            padding-bottom: 10px;
        }
        
        .nav {
            float: none;
            margin-top: 50px;
            display: none;
        }
        
        .nav.visible {
            display: block;
        }
        
            .nav li {
                float: none;
                margin-right: 0;
                margin-bottom: 10px;
            }
            
        #header .nav a.gns-button {
            float: none;
            margin: 0;
            display: inline-block;
            margin-top: 20px;
        }
            
        .mobNavToggle {
            display: block;
        }
        
    }

/* top */

    .top {
        background: #3c15d6;
    }
    
    .top.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5;
        background: #fff;
    }
    
    .top.fixed.hasShadow {
        -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.1);
    }
        
    /* hero */
    
        #hero {
            background: #f7f8fa;
            /*position: relative;*/
        }
        
        #hero .gns-content {
            text-align: center;
        }
        
        #hero h1 {
            font-size: 64px;
            line-height: 66px;
            font-weight: bold;
            color: #222;
            display: block;
            margin-bottom: 10px;
        }
        
        #hero h2 {
            font-size: 24px;
            line-height: 34px;
            font-weight: normal;
            color: #4b5663;
        }
            
        @media only screen and (max-width: 800px) {
            
            #hero h1 {
                font-size: 28px;
                line-height: 34px;
                margin-bottom: 0;
            }
            
            #hero h2 {
                font-size: 18px;
                line-height: 28px;
            }
            
        }
        
        /* home hero */
        
            #home #hero .gns-content {
                text-align: left;
            }
            
            .homeHeroLeft {
                float: left;
                width: 40%;
            }
    
            .homeHeroRight {
                float: right;
                width: 50%;
            }
            
            @media only screen and (max-width: 940px) {
                
                .homeHeroLeft,
                .homeHeroRight {
                    float: none;
                    width: 100%;
                    text-align: center;
                }
                
                .homeHeroLeft {
                    margin-bottom: 80px;
                }
                
                .homeHeroRight {
                    max-width: 600px;
                    margin: 0 auto;
                    margin-bottom: -100px;
                }
                
                #home #hero {
                    margin-bottom: 40px;
                }
                
            }
            
            @media only screen and (max-width: 800px) {
            
                .homeHeroRight {
                    width: auto;
                    padding: 0 40px;
                    margin-bottom: 40px;
                }
            
                #home #hero {
                    margin-bottom: 0;
                }
                
            }
            
            @media only screen and (max-width: 400px) {
            
                .homeHeroLeft {
                    margin-bottom: 40px;
                }
            
                .homeHeroRight {
                    width: auto;
                    padding: 0 10px;
                    margin-bottom: 20px;
                }
                
            }
            
            /* left */
            
                .heroFeature {
                    background: rgba(60,21,214,0.1);
                    -webkit-border-radius: 30px;
                    -moz-border-radius: 30px;
                    border-radius: 30px;
                    color: #3c15d6;
                    padding: 8px 16px;
                    font-size: 12px;
                    line-height: 18px;
                    display: inline-block;
                    margin-top: 30px;
                    -webkit-transition: 0.3s;
                    -moz-transition: 0.3s;
                    transition: 0.3s;
                }
                
                    .heroFeature:hover {
                        background: rgba(60,21,214,0.15);
                        text-decoration: none;
                    }
                
                    .heroFeature span {
                        margin-left: 4px;
                        border-left: 1px solid rgba(60,21,214,0.2);
                        padding-left: 8px;
                        display: inline;
                    }
                    
            /* right */
            
                .demo {
                    width: 100%;
                    height: auto;
                    position: relative;
                }
                
                .demoField {
                    position: absolute;
                    top: 100%;
                    margin-top: -24px;
                    left: 20px;
                    right: 20px;
                    text-align: center;
                    z-index: 2;
                }
                
                    .demoFieldWrap {
                        max-width: 340px;
                        margin: 0 auto;
                        position: relative;
                    }
                
                    #demoInput {
                        -webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.1);
                        -moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.1);
                        box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.1);
                        background: #fff;
                        width: 100%;
                        outline: none;
                        -webkit-appearance: none;
                        padding: 10px 20px;
                        padding-left: 75px;
                        overflow: hidden;
                        border: 0;
                        -webkit-border-radius: 5px;
                        -moz-border-radius: 5px;
                        border-radius: 5px;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        -webkit-transition: 0.3s;
                        -moz-transition: 0.3s;
                        transition: 0.3s;
                    }
                    
                        #demoInput:focus {
                            -webkit-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.15);
                            -moz-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.15);
                            box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.15);
                        }
                        
                    .demoInputLabel {
                        position: absolute;
                        top: 50%;
                        left: 20px;
                        margin-top: -5px;
                        font-size: 12px;
                        line-height: 12px;
                        font-weight: bold;
                        text-transform: uppercase;
                        color: #888;
                        opacity: 0.5;
                        letter-spacing: 1px;
                    }
                    
                    .demoInputErrorWrap {
                        position: absolute;
                        top: 100%;
                        left: 0;
                        right: 0;
                        margin-top: -7px;
                        text-align: center;
                        display: none;
                    }
                    
                        .demoInputError {
                            background: #ea6466;
                            color: #fff;
                            font-weight: normal;
                            font-size: 14px;
                            line-height: 14px;
                            padding: 10px 15px;
                            padding-top: 11px;
                            display: inline-block;
                            -webkit-border-radius: 5px;
                            -moz-border-radius: 5px;
                            border-radius: 5px;
                            -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.1);
                            -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.1);
                            box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.1);
                        }
                        
                        .demoInputError i {
                            display: inline-block;
                            margin-top: -3px;
                        }
                
                .demoImageContainer {
                    width: 100%;
                    height: auto;
                    position: relative;
                    z-index: 1;
                }
                
                    .demoImageWrap {
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        z-index: 2;
                        -webkit-border-radius: 20px;
                        -moz-border-radius: 20px;
                        border-radius: 20px;
                        background-color: #f7f8fa;
                        -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
                        -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
                        box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
                    }
                    
                    .demoLoader {
                        position: absolute;
                        z-index: 1;
                        top: 50%;
                        left: 50%;
                        margin-top: -22px;
                        margin-left: -22px;
                        width: 44px;
                        height: 44px;
                        background-size: 44px 44px;
                        background-image: url(../img/demoLoader.png);
                    }
                
                    .demoImage {
                        position: relative;
                        z-index: 2;
                        background-color: #f7f8fa;
                        background-size: 100% auto;
                        background-position: top left;
                        -webkit-border-radius: 20px;
                        -moz-border-radius: 20px;
                        border-radius: 20px;
                        width: 100%;
                        height: 100%;
                        -webkit-transition: 0.3s;
                        -moz-transition: 0.3s;
                        transition: 0.3s;
                    }
                    
                        .demoImage.hidden {
                            opacity: 0;
                            -webkit-transform: scale(0.9);
                            -moz-transform: scale(0.9);
                            transform: scale(0.9);
                        }
                    
                    .demoBg1,
                    .demoBg2 {
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        z-index: 1;
                        -webkit-border-radius: 20px;
                        -moz-border-radius: 20px;
                        border-radius: 20px;
                        background: #3c15d6;
                    }
                    
                        .demoBg1 {
                            opacity: 0.4;
                            -webkit-transform: scale(1.1) rotate(5deg);
                            -moz-transform: scale(1.1) rotate(5deg);
                            transform: scale(1.1) rotate(5deg);
                            background: -webkit-linear-gradient(left top, rgba(60,21,214,0.3), rgba(60,21,214,0.1));
                            background: -o-linear-gradient(left top, rgba(60,21,214,0.3), rgba(60,21,214,0.1));
                            background: -moz-linear-gradient(left top, rgba(60,21,214,0.3), rgba(60,21,214,0.1));
                            background: linear-gradient(left top, rgba(60,21,214,0.3), rgba(60,21,214,0.1));
                        }
                        
                        .demoBg2 {
                            opacity: 0.8;
                            -webkit-transform: scale(1.05) rotate(-3deg);
                            -moz-transform: scale(1.05) rotate(-3deg);
                            transform: scale(1.05) rotate(-3deg);
                            background: -webkit-linear-gradient(right bottom, rgba(60,21,214,0.3), rgba(60,21,214,0.1));
                            background: -o-linear-gradient(right bottom, rgba(60,21,214,0.3), rgba(60,21,214,0.1));
                            background: -moz-linear-gradient(right bottom, rgba(60,21,214,0.3), rgba(60,21,214,0.1));
                            background: linear-gradient(right bottom, rgba(60,21,214,0.3), rgba(60,21,214,0.1));
                        }
                
                    .demoImageContainer img {
                        width: 100%;
                        height: auto;
                        opacity: 0;
                    }
                    
                .recaptchaWrap {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    z-index: 9999;
                    display: none;
                }
                
                    .recaptchaOverlay {
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        z-index: 1;
                        background: rgba(0,0,0,0.5);
                        -webkit-border-radius: 20px;
                        -moz-border-radius: 20px;
                        border-radius: 20px;
                    }
                    
                    .recaptchaInner {
                        position: absolute;
                        top: 50%;
                        left: 0;
                        right: 0;
                        text-align: center;
                        margin-top: -35px;
                        z-index: 2;
                    }
                    
                    .recaptchaInner .g-recaptcha {
                        margin: 0 auto;
                        width: 50%;
                        display: block;
                    }
            
/* content */
            
    /* login */

        .gns-content.login {
            max-width: 300px;
        }
        
        .gns-content.login h1,
        .gns-content.reg h1 {
            font-size: 36px;
            line-height: 46px;
            font-weight: bold;
        }
        
        .login #email {
            margin-bottom: 8px;
        }
        
        .login .help-block {
            font-size: 14px;
            line-height: 24px;
            display: block;
            margin-bottom: 16px;
        }
        
        .forgotLink {
            float: right;
            color: #4b5663;
            text-decoration: underline;
            font-size: 14px;
            line-height: 24px;
            opacity: 0.5;
            margin-top: 7px;
        }
        
        .forgotLink:hover {
            opacity: 1;
        }
        
        @media only screen and (max-width: 800px) {
            
            .gns-content.login {
                margin-top: 20px;
            }
            
        }
        
    /* register */
        
        .gns-content.reg {
            max-width: 340px;
        }
        
        .reg .gns-field {
            margin-bottom: 8px;
        }
        
        .reg .gns-gapS {
            margin-bottom: 16px;
        }
        
        .reg .gns-gapB {
            margin-bottom: 40px;
        }
        
        .reg label {
            font-size: 12px;
            line-height: 22px;
            display: block;
            text-transform: uppercase;
            font-weight: bold;
            margin-bottom: 8px;
        }
        
        .reg .finePrint {
            font-size: 14px;
            line-height: 24px;
            display: block;
            margin-top: 8px;
            margin-bottom: 30px;
            opacity: 0.5;
        }
        
            .reg .finePrint a {
                color: #fff;
                text-decoration: underline;
            }
        
        .reg .help-block {
            display: block;
            overflow: hidden;
            border-left: 2px solid #ec6363;
            padding-left: 8px;
            font-size: 14px;
            line-height: 24px;
        }
        
        @media only screen and (max-width: 800px) {
            
            .gns-content.reg {
                margin-top: 0;
            }
            
            .reg h1 {
                font-size: 24px;
                line-height: 30px;
            }
            
            .reg .finePrint {
                margin-bottom: 20px;
            }
            
        }
        
    /* homepage sections */
    
        @media only screen and (max-width: 560px) {
        
            #home #hero .gns-button {
                width: 100%;
                padding: 8px 0;
                display: block;
                text-align: center;
            }
        
        }
        
        .section h3 {
            font-size: 20px;
            line-height: 30px;
            margin-top: 15px;
            display: block;
            color: #4B5663;
        }
            
        /* social */
        
            #social {
                background: #f7f8fa;
            }
        
            #social .gns-content {
                max-width: 950px;
            }
        
            .hpSocialLeft {
                float: left;
                width: 40%;
            }
            
            .hpSocialRight {
                float: right;
                width: 60%;
                text-align: right;
            }
            
            @media only screen and (max-width: 1060px) {
                
                .hpSocialLeft {
                    float: none;
                    width: 100%;
                    text-align: center;
                }
                
                .hpSocialRight {
                    width: 100%;
                    float: none;
                    text-align: center;
                    margin-top: 60px;
                }
                
            }
            
            @media only screen and (max-width: 800px) {
            
                .hpSocialRight {
                    width: 100%;
                    float: none;
                    text-align: center;
                    margin-top: 30px;
                }
                
            }
            
            /* cards */
            
                .hpSocialCards {
                    list-style: none;
                    display: inline-block;
                    background: #fff;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    width: 220px;
                    height: 146px;
                    margin: 30px 0;
                    margin-right: 100px;
                    position: relative;
                    z-index: 1;
                }
                
                .hpSocialCards li {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    opacity: 0;
                    background-size: 100% 100%;
                    background-color: #fff;
                    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
                    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
                    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
                    -webkit-transform: scale(0.9);
                    -moz-transform: scale(0.9);
                    transform: scale(0.9);
                    -webkit-transition: 0.3s;
                    -moz-transition: 0.3s;
                    transition: 0.3s;
                }
                
                    .hpSocialCards li.visible {
                        -webkit-transform: scale(1);
                        -moz-transform: scale(1);
                        transform: scale(1);
                        opacity: 1;
                    }
                    
                    .hpSocialCard1 {
                        background-image: url(../img/ogExample1.png);
                    }
                    
                    .hpSocialCard2 {
                        background-image: url(../img/ogExample2.png);
                    }
                    
                    .hpSocialCard3 {
                        background-image: url(../img/ogExample3.png);
                    }
                    
                    /* movement */
                    
                        .hpSocialCards li.moveToTwitter {
                            -webkit-transform-origin: top left;
                            -moz-transform-origin: top left;
                            transform-origin: top left;
                            -webkit-transform: translateX(344px) scale(0.1);
                            -moz-transform: translateX(344px) scale(0.1);
                            transform: translateX(344px) scale(0.1);
                            -webkit-transition: 1s ease-in;
                            -moz-transition: 1s ease-in;
                            transition: 1s ease-in;
                        }
                        
                        .hpSocialCards li.moveToFacebook {
                            -webkit-transform-origin: center left;
                            -moz-transform-origin: center left;
                            transform-origin: center left;
                            -webkit-transform: translateX(414px) scale(0.1);
                            -moz-transform: translateX(414px) scale(0.1);
                            transform: translateX(414px) scale(0.1);
                            -webkit-transition: 1s ease-in;
                            -moz-transition: 1s ease-in;
                            transition: 1s ease-in;
                        }
                        
                        .hpSocialCards li.moveToPinterest {
                            -webkit-transform-origin: top left;
                            -moz-transform-origin: top left;
                            transform-origin: top left;
                            -webkit-transform: translateX(344px) translateY(144px) scale(0.1);
                            -moz-transform: translateX(344px) translateY(144px) scale(0.1);
                            transform: translateX(344px) translateY(144px) scale(0.1);
                            -webkit-transition: 1s ease-in;
                            -moz-transition: 1s ease-in;
                            transition: 1s ease-in;
                        }
                        
                .hpSocialCardsMobile {
                    display: none;
                }
                        
                @media only screen and (max-width: 800px) {
                
                    .hpSocialCards {
                        margin: 0 auto;
                        margin-top: 30px;
                        display: none;
                    }
                    
                    .hpSocialCardsMobile {
                        display: block;
                    }
                    
                    .hpSocialCards li.moveToTwitter {
                        -webkit-transform: translateX(10px) translateY(-70px) scale(0.1);
                        -moz-transform: translateX(10px) translateY(-70px) scale(0.1);
                        transform: translateX(10px) translateY(-70px) scale(0.1);
                    }
                    
                    .hpSocialCards li.moveToFacebook {
                        -webkit-transform-origin: top center;
                        -moz-transform-origin: top center;
                        transform-origin: top center;
                        -webkit-transform: translateX(0) translateY(-70px) scale(0.1);
                        -moz-transform: translateX(0) translateY(-70px) scale(0.1);
                        transform: translateX(0) translateY(-70px) scale(0.1);
                    }
                    
                    .hpSocialCards li.moveToPinterest {
                        -webkit-transform: translateX(200px) translateY(-70px) scale(0.1);
                        -moz-transform: translateX(200px) translateY(-70px) scale(0.1);
                        transform: translateX(200px) translateY(-70px) scale(0.1);
                    }
                    
                }
            
            /* social icons */
        
                .hpSocialIcons {
                    display: inline-block;
                    position: relative;
                    z-index: 2;
                }
        
                .hpSocialRow {
                    clear: both;
                }
            
                .hpSocialIcn {
                    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
                    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
                    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
                    width: 62px;
                    height: 62px;
                    float: right;
                    display: block;
                    background-color: #fff;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 28px 28px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    margin-bottom: 10px;
                    margin-right: 80px;
                    -webkit-transition: 0.3s;
                    -moz-transition: 0.3s;
                    transition: 0.3s;
                }
                
                    .hpSocialTwitter {
                        background-image: url(../img/social_twitter.png);
                    }
                    
                    .hpSocialFacebook {
                        background-image: url(../img/social_facebook.png);
                        margin-right: 0;
                    }
                    
                    .hpSocialPinterest {
                        background-image: url(../img/social_pinterest.png);
                        margin-bottom: 0;
                    }
                
                .hpSocialIcn.active {
                    -webkit-transform: scale(1.2);
                    -moz-transform: scale(1.2);
                    transform: scale(1.2);
                }
                
            @media only screen and (max-width: 800px) {
            
                .hpSocialIcons {
                    display: block;
                }
                
                .hpSocialRow {
                    display: inline-block;
                    margin: 0 10px;
                }
                
                .hpSocialIcn {
                    margin: 0;
                    display: inline-block;
                    float: none;
                }
                
            }
                
        /* testimonials */
        
            #homeTestimonialsWrapper {
                padding: 80px 0;
                text-align: center;
            }
            
            @media only screen and (max-width: 800px) {
                
                #homeTestimonialsWrapper {
                    padding: 30px 0;
                }
                
            }
            
    /* how it works */
    
        .howItWorksContent {
            font-size: 18px;
            line-height: 30px;
        }
        
        body#howItWorks h2 {
            margin-bottom: 20px;
        }
        
        @media only screen and (max-width: 800px) {
        
            body#howItWorks h2 {
                margin-bottom: 10px;
            }
            
        }
        
        body#howItWorks .registerCta h2 {
            margin: 0 !important;
        }
    
        /* code example */

            .howItWorksCode {
                background: #fff;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                font-size: 20px;
                line-height: 30px;
                display: inline-block;
                font-weight: bold;
                margin: 0 auto;
                margin-bottom: 60px;
                padding: 15px 22px;
                cursor: default;
                position: relative;
                -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
                -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
                box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
            }
            
                .howItWorksCode span {
                    background: #4B5663;
                    padding: 5px 10px;
                    color: #fff;
                    -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
                    -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
                    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    margin: 0 4px;
                }
                
                span.codeExUrl {
                    background: #8957e6;
                }
                
                span.codeExKey {
                    background: #39ca74;
                }
                
                @media only screen and (max-width: 950px) {
                    
                    .howItWorksCode {
                        font-size: 15px;
                        line-height: 25px;
                        padding: 10px 15px;
                        text-align: center;
                        margin-bottom: 30px;
                    }
                    
                    .howItWorksCode span {
                        display: inline-block;
                        padding: 2px 10px;
                        margin: 2px 0;
                        margin-right: 2px;
                    }
                    
                }
                
            .howItWorksArrow {
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -7px;
                margin-top: -6px;
                width: 14px;
                height: 98px;
                background-image: url(../img/howItWorksArrow.png);
                background-size: 14px 98px;
                z-index: 3;
            }
            
            @media only screen and (max-width: 950px) {
                
                .howItWorksArrow {
                    width: 14px;
                    height: 41px;
                    background-image: url(../img/howItWorksArrowMob.png);
                    background-size: 14px 41px;
                }
                
            }
                
            .howItWorksImg {
                position: relative;
                z-index: 2;
                max-width: 480px;
                display: block;
                background: #fff;
                margin: 0 auto;
                -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
                -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
                box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
            }
        
    /* need more control? */
    
        .needMoreControlMenu {
            list-style: none;
            margin: 0;
            width: 100%;
            position: relative;
        }
        
        .needMoreControlMenu li {
            cursor: pointer;
            width: 110px;
            height: 110px;
            position: relative;
            z-index: 2;
            display: inline-block;
            margin: 0 20px;
            background: #4b5663;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
            -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
            box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
            -webkit-transition: 0.15s;
            -moz-transition: 0.15s;
            transition: 0.15s;
        }
            
            .needMoreControlMenu .nmcDimensions:hover, .needMoreControlMenu .nmcDimensions.active, span.codeExDimension { background: #f19b2c; }
            .needMoreControlMenu .nmcViewport:hover, .needMoreControlMenu .nmcViewport.active, span.codeExViewport { background: #d91e57; }
            .needMoreControlMenu .nmcWait:hover, .needMoreControlMenu .nmcWait.active, span.codeExWait { background: #3a99d8; }
            .needMoreControlMenu .nmcDelay:hover, .needMoreControlMenu .nmcDelay.active, span.codeExDelay { background: #29bb9c; }
            .needMoreControlMenu .nmcForce:hover, .needMoreControlMenu .nmcForce.active, span.codeExForce { background: #ec6363; }
            
            @media only screen and (min-width: 800px) {
            
                .needMoreControlMenu li:hover {
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    transform: scale(1.1);
                }
                
            }
        
        .needMoreControlMenu span {
            display: block;
            width: 100%;
            color: #fff;
            font-size: 500;
            text-align: center;
            font-size: 16px;
            line-height: 26px;
            position: absolute;
            top: 50%;
            margin-top: -13px;
            -webkit-transition: 0.15s;
            -moz-transition: 0.15s;
            transition: 0.15s;
        }
        
            .needMoreControlMenu li:hover span {
                -webkit-transform: scale(0.9);
                -moz-transform: scale(0.9);
                transform: scale(0.9);
            }
            
        .nmcStroke {
            position: absolute;
            left: -1000px;
            right: -1000px;
            top: 50%;
            margin-top: -5px;
            border-bottom: 1px solid #eee;
        }
        
        .needMoreControlItems {
            list-style: none;
            margin: 0;
            overflow: hidden;
        }
        
        .needMoreControlItems li {
            display: none;
        }
        
        .needMoreControlItems .howItWorksCode {
            background: #f7f8fa;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            margin-bottom: 20px;
            display: inline-block;
        }
        
        @media only screen and (max-width: 1000px) {
            
            .needMoreControlMenu li {
                margin: 0 5px;
            }
            
        }
        
        @media only screen and (max-width: 800px) {
            
            .needMoreControlMenuWrap {
                overflow: auto;
                margin-left: -20px;
                margin-right: -20px;
                margin-bottom: 10px;
                white-space: nowrap;
                padding-bottom: 15px;
                -webkit-overflow-scrolling: touch;
            }
            
            .needMoreControlMenu {
                text-align: center;
                display: block;
                width: auto;
                margin: 0;
                padding: 0 15px;
            }
            
            .needMoreControlMenu li {
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                width: auto;
                height: auto;
                padding: 10px 15px;
                margin: 0 5px;
            }
        
            .needMoreControlMenu span {
                width: auto;
                display: inline;
                position: relative;
                top: auto;
                margin: 0;
            }
            
            .nmcStroke { display: none; }
            
        }
        
    /* feature grid */
    
        #featureGrid {
            background: #f7f8fa;
        }
        
        #featureGrid .gns-col {
            margin-bottom: 30px;
        }
        
            #featureGrid .gns-cols:last-child {
                margin-bottom: -30px;
            }
    
        #featureGrid h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 10px !important;
        }
        
            #featureGrid h2 i {
                position: relative;
                top: -2px;
                margin-right: 5px;
            }
        
        #featureGrid .gns-col p:last-child {
            margin-bottom: 0;
        }
        
    /* testimonials */
    
        .testimonials {
            max-width: none;
            padding-top: 0;
            padding-bottom: 0;
            margin-bottom: -25px;
        }
    
        .testimonials ul {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: center;
        }

        .testimonials .slick-slide {
            margin: 0px 30px;
            outline: none;
            padding: 20px 0;
        }

        .testimonials .slick-prev:before,
        .testimonials .slick-next:before {
            color: black;
        }
        
        .testimonials blockquote {
            text-align: center;
            padding: 0;
            border: 0;
            font-size: 26px;
            line-height: 36px;
            font-family: 'Poly', georgia, times, serif;
            font-style: italic;
            position: relative;
        }
        
            .testimonials blockquote:before {
                content: '';
                width: 84px;
                height: 60px;
                background-size: 100% 100%;
                background-image: url(../img/quoteMark.png);
                position: absolute;
                top: -20px;
                left: 50%;
                margin-left: -42px;
            }
        
        .testimonialSource {
            display: inline-block;
            margin-top: 20px;
            text-align: left;
        }
        
            .testimonialAvatar {
                width: 44px;
                height: 44px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
                -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
                box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
                display: inline-block;
                margin-right: 15px;
                background-color: #f7f8fa;
                background-size: cover;
            }
            
            .testimonialInfo {
                margin-top: -6px;
                display: inline-block;
            }
            
                .testimonialName {
                    font-size: 20px;
                    line-height: 24px;
                }
                
                .testimonialLink {
                    font-size: 14px;
                    line-height: 18px;
                    color: #3C15D6;
                }
                
        @media only screen and (max-width: 1200px) {
            
            .testimonials blockquote {
                font-size: 18px;
                line-height: 28px;
            }
            
        }
        
        @media only screen and (max-width: 1000px) {
            
            .testimonials {
                padding: 0 40px;
            }
        
            .testimonials .slick-slide {
                margin: 0 10px;
                padding: 0;
                padding-bottom: 20px;
                text-align: left;
            }
            
            .testimonials blockquote {
                text-align: left;
            }
            
                .testimonials blockquote:before {
                    display: none;
                }
            
        }
        
    /* pricing (most of these styles are in global.css) */
    
        .pricingReferralBlock {
            max-width: 400px;
            margin: 0 auto;
            margin-top: 40px;
            text-align: center;
        }
        
        .pricingReferralBlock i {
            display: inline-block;
            margin-bottom: 10px;
        }
        
        @media only screen and (max-width: 800px) {
            
            .pricingReferralBlock {
                margin-top: 20px;
            }
            
        }
                
    /* help */
    
        /* help hero */
        
            #hero.helpHero .gns-content {
                text-align: left;
            }
            
            .helpAvatar {
                width: 128px;
                height: 128px;
                background-image: url(../../global/img/jeremy.jpg);
                background-size: 100% 100%;
                float: left;
                margin-right: 40px;
                margin-top: 10px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                border: 3px solid #fff;
                -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
                -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
                box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
            }
            
            .helpTitles {
                float: left;
                max-width: 600px;
            }
            
            @media only screen and (max-width: 950px) {
                
                .helpAvatar {
                    float: none;
                    margin: 0 auto;
                    margin-bottom: 25px;
                    width: 80px;
                    height: 80px;
                }
                
                .helpTitles {
                    float: none;
                    margin: 0 auto;
                    text-align: center;
                }
                
            }
        
        /* end help hero */
    
        .faq article {
            background: #fff;
            -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
            -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
            box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding: 26px 30px;
            margin-bottom: 20px;
        }
        
        .faq article:last-child {
            margin-bottom: 0;
        }
        
        .faq h3 {
            font-size: 22px;
            line-height: 32px;
            margin-bottom: 15px;
            font-weight: bold;
        }
        
        .faq article p:last-child {
            margin-bottom: 0;
        }
        
        .phoneNumber {
            font-size: 36px;
            line-height: 36px;
            color: #222;
            font-weight: bold;
            margin-top: 30px;
            display: none;
        }
        
            .phoneNumber a {
                color: #222;
            }
            
            .phoneNumber a:before {
                content: '';
                display: inline-block;
                width: 32px;
                height: 32px;
                background-size: 32px 32px;
                background-image: url(../img/call.png);
                margin-bottom: -5px;
                margin-right: 10px;
            }
            
        #callerCountry {
            margin: 0;
        }
            
        @media only screen and (max-width: 800px) {
            
            #helpLayoutCols .gns-colsInner,
            #helpLayoutCols .gns-col {
                float: none;
                margin: 0;
                width: 100%;
            }
            
            #helpSide {
                padding-bottom: 30px;
                text-align: center;
            }
            
                #callerCountry {
                    margin: 0 auto;
                    max-width: 340px;
                }
                
                #helpSide .gns-gapS {
                    margin-bottom: 8px;
                }
            
        }
        
    /* changelog */
    
        #changelog article {
            background: #fff;
            -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
            -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
            box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding: 26px 30px;
            margin-bottom: 20px;
        }
        
        #changelog article:last-child {
            margin-bottom: 0;
        }
        
        #changelog article strong {
            font-weight: bold;
            color: #222;
        }
        
    /* docs */
    
        #docs #hero h1 {
            margin-bottom: 30px;
        }
        
        #docsSearch {
            -webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.06);
            -moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.06);
            box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.06);
            background-color: #fff;
            background-image: url(../img/search.png);
            background-size: 19px 19px;
            background-repeat: no-repeat;
            background-position: 20px center;
            width: 100%;
            outline: none;
            -webkit-appearance: none;
            padding: 15px 20px;
            padding-left: 60px;
            overflow: hidden;
            border: 0;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            transition: 0.3s;
        }
        
            #docsSearch:focus {
                -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
                -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
                box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
            }
            
            @media only screen and (max-width: 800px) {
                
                #docsSearch {
                    padding-top: 10px;
                    padding-left: 45px;
                    padding-right: 15px;
                    padding-bottom: 10px;
                    background-position: 15px center;
                }
                
            }
            
        #docsSearchWrap {
            position: relative;
            max-width: 500px;
            margin: 0 auto;
        }
            
            #docsSearchWrap.scrollToFixed {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                max-width: none;
                z-index: 12;
                background: #fff;
            }
            
            #docsSearchWrap.scrollToFixed #docsSearch {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
            }
            
        #docsSearchCount {
            position: absolute;
            top: 50%;
            margin-top: -7px;
            right: 20px;
            font-size: 14px;
            line-height: 14px;
            color: #888;
            display: none;
        }
            
            #docsSearchCount.visible {
                display: block;
            }
            
        #docsSearchScrollPlaceholder {
            height: 86px;
            display: none;
        }
        
            #docsSearchScrollPlaceholder.scrollToFixed {
                display: block;
            }

        #docs #main {
            padding-top: 0;
        }
    
        .docsLeft {
            float: left;
            width: 20%;
            overflow: hidden;
            position: relative;
        }
    
            .docsLeft.scroll-to-fixed-fixed {
                margin-top: 0;
            }
        
            .docsLeftInner {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: 80px 0;
                overflow: auto;
                padding: 25px 0;
                border-top: 1px solid #eee;
                border-bottom: 1px solid #eee;
                background-image: url(../img/docsSideFadeTop.png), url(../img/docsSideFadeBottom.png);
                background-size: 100% 46px;
                background-repeat: no-repeat;
                background-position: top left, bottom left;
                -webkit-overflow-scrolling: touch;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                transition: 0.3s;
            }
            
            @media only screen and (max-width: 800px) {
                
                .docsLeft {
                    width: 30%;
                }
                
                .docsLeftInner {
                    margin: 30px 0;
                }
                
            }
            
            @media only screen and (max-width: 650px) {
            
                .docsLeft {
                    width: 100%;
                    float: none;
                    display: none;
                }
                
            }
        
            .docsLeft ul {
                list-style: none;
                margin: 0;
                margin-bottom: 30px;
            }
            
                .docsLeft ul:last-child {
                    margin-bottom: 0;
                }
            
            .docsLeft a {
                color: #263c51;
                text-decoration: none;
                margin-bottom: 5px;
                display: inline-block;
                font-size: 18px;
                line-height: 28px;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                transition: 0.3s;
            }
            
                .docsLeft a:hover,
                .docsLeft a.active {
                    color: #3c15d6;
                }
                
                .docsLeft a.active {
                    font-weight: bold;
                }
                
            .docsLeft li ul {
                margin-left: 10px;
                margin-bottom: 0;
            }
                
            .docsLeft li ul a {
                font-size: 16px;
                line-height: 26px;
                opacity: 0.6;
            }
            
                .docsLeft li ul a:hover,
                .docsLeft li ul a.active {
                    opacity: 1;
                }
        
        .docsMain {
            float: right;
            width: 80%;
            padding-top: 20px;
        }
        
            .docsMainInner {
                padding-left: 80px;
            }
            
            .docsMain section {
                padding-bottom: 50px;
                border-bottom: 1px solid #eee;
                margin-bottom: 80px;
            }
            
                .docsMain section:last-child {
                    padding-bottom: 0;
                    border-bottom: 0;
                    margin-bottom: 0;
                }
            
            .docsMain section article {
                margin-bottom: 80px;
            }
            
                .docsMain section article:last-child {
                    margin-bottom: 0;
                }
            
            .docsMain h2 {
                margin-bottom: 30px;
            }
            
            .docsMain h3 {
                font-size: 24px;
                line-height: 34px;
                font-weight: bold;
                margin-bottom: 30px;
            }
            
            .docsMain p.note {
                background: rgba(60,21,214,0.1);
                color: #3c15d6;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                padding: 17px 20px;
                font-size: 16px;
                line-height: 22px;
            }
            
                .docsMain p.note:before {
                    content: 'Note';
                    text-transform: uppercase;
                    font-weight: bold;
                    display: block;
                    font-size: 12px;
                    line-height: 18px;
                    margin-bottom: 3px;
                    opacity: 0.5;
                }
                
                .docsMain p.note a {
                    text-decoration: underline;
                }
                
            .docsMain p.warning {
                background: rgba(234,100,102,0.1);
                color: #ea6466;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                padding: 17px 20px;
                font-size: 16px;
                line-height: 22px;
            }
            
                .docsMain p.warning:before {
                    content: 'Warning';
                    text-transform: uppercase;
                    font-weight: bold;
                    display: block;
                    font-size: 12px;
                    line-height: 18px;
                    margin-bottom: 3px;
                    opacity: 0.5;
                }
                
                .docsMain p.warning a {
                    text-decoration: underline;
                    color: #ea6466;
                }
            
            .docsMain strong {
                font-weight: bold;
            }
            
            .docsMain code {
                font-size: 14px;
                line-height: 24px;
                padding: 4px;
            }
            
            .docsMain .gns-table,
            .docsMain .gns-table tr,
            .docsMain .gns-table td,
            .docsMain .gns-table th {
                vertical-align: top;
            }
            
            .docsMain em {
                font-style: italic;
            }
            
            .docsMain .tableOverflow {
                width: 100%;
                height: auto;
                overflow-x: auto;
                overflow-y: hidden;
                -webkit-overflow-scrolling: touch;
            }
            
            .docsMain .tableOverflow table {
                min-width: 800px;
            }
            
        @media only screen and (max-width: 800px) {
            
            .docsMain {
                width: 70%;
            }
        
            .docsMain {
                padding-top: 0;
            }
            
            .docsMainInner {
                padding-left: 30px;
                margin-top: -25px;
            }
            
            .docsMain section {
                padding-bottom: 30px;
                margin-bottom: 40px;
            }
            
            .docsMain section article {
                margin-bottom: 40px;
            }
            
        }
        
        @media only screen and (max-width: 650px) {
            
            .docsMain {
                width: 100%;
                float: none;
            }
            
            .docsMainInner {
                padding-left: 0;
            }
        
        }
        
        /* smart code blocks */
    
            #docs code span {
                position: relative;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                padding: 4px 6px;
                cursor: default;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                transition: 0.3s;
            }
            
                #docs span.classKey {
                    background: rgba(52, 186, 156, 0.1);
                    color: rgb(52, 186, 156);
                }
                
                    #docs span.classKey:hover {
                        background: rgba(52, 186, 156, 0.2);
                    }
                
                #docs span.classDomain {
                    background: rgba(241, 155, 44, 0.1);
                    color: rgb(241, 155, 44);
                }
                    
                    #docs span.classDomain:hover {
                        background: rgba(241, 155, 44, 0.2);
                    }
            
            #docs code span div {
                color: #4B5663;
                background: #fff;
                -webkit-box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.1);
                -moz-box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.1);
                box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.1);
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                padding: 12px 15px;
                padding-bottom: 11px;
                font-size: 11px;
                line-height: 18px;
                font-weight: normal;
                display: block;
                position: absolute;
                bottom: 34px;
                left: 50%;
                margin-left: -100px;
                width: 170px;
                height: auto;
                text-align: center;
                visibility: hidden;
                opacity: 0;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                transition: 0.3s;
            }
            
                #docs code span div:after {
                    content: '';
                    display: block;
                    position: absolute;
                    left: 50%;
                    bottom: -6px;
                    margin-left: -6px;
                    width: 12px;
                    height: 6px;
                    background-image: url(../img/smartCodeBlockArrow.png);
                    background-size: 12px 6px;
                }
            
            #docs code span:hover div {
                visibility: visible;
                opacity: 1;
            }
            
/* footer */

    .footer {
        background: #f7f8fa;
    }
    
    .footer .gns-content {
        font-size: 14px;
        line-height: 24px;
    }
    
    .footerNav {
        list-style: none;
        margin: 0;
        text-align: left;
        font-size: 14px;
        line-height: 24px;
    }
    
        .footerNav li {
            float: left;
            margin-right: 50px;
            font-weight: bold;
        }
        
            .footerNav li ul {
                list-style: none;
                margin: 0;
                margin-top: 8px;
            }
        
            .footerNav li ul li {
                float: none;
                margin-right: 0;
                margin-top: 2px;
            }
        
        .footerNav a {
            font-weight: normal;
            text-transform: none;
            text-decoration: none;
            opacity: 0.5;
            color: #4B5663;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            transition: 0.3s;
        }
        
        .footerNav a:hover,
        .footerNav li.active a {
            opacity: 1;
        }
        
        @media only screen and (max-width: 1100px) {
        
            .footerNav li {
                margin-right: 20px;
            }
            
        }
        
        @media only screen and (max-width: 950px) {
            
            .footerNav {
                float: none;
            }
            
            .footerNav li {
                float: none;
                margin-right: 0;
            }
            
            .footerNav li ul {
                margin-bottom: 20px;
            }
            
        }
        
    .copyright {
        text-align: left;
        margin-top: 20px;
    }
    
        .jb {
            display: inline-block;
            margin-bottom: 15px;
            width: 72px;
            height: 72px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            transition: 0.3s;
        }
        
        .jb img {
            width: 72px;
            height: 72px;
            display: block;
        }
        
        .jbLink,
        .copyrightText {
            opacity: 0.5;
            color: #4B5663;
        }
        
        @media only screen and (max-width: 950px) {
            
            .jb {
                display: none;
            }
            
            .copyright {
                float: none;
                margin-top: -15px;
                text-align: left;
            }
            
        }
        
    .allTimeScreenshots {
        background: #f7f8fa;
        border-top: 1px solid #eee;
    }
    
        .allTimeScreenshots .gns-content {
            padding-top: 30px;
            padding-bottom: 27px;
        }
    
        .allTimeScreenshots span {
            font-weight: bold;
        }
		
		
		/* NEW */
		
.teamup {
	background: #c3cbd9 url(/assets/lp/img/conn-bg.png);
    padding: 20px 30px 23px 30px;
    background-size: cover;
    background-position: inherit;
}
.teamup p {
    margin-bottom: 0;	
}
.teamup p:before {
	content: '';
    display: block;
    background: url(/assets/lp/img/enpose_plus.png);
    position: relative;
    height: 45px;
    width: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 15px;
}
.teamup p strong {
	font-weight: bold;	
}
.teamup p strong + a {
    font-weight: bold;
    color: #3e4c62;	
}
.teamup p a.gns-button {
    margin-top: 10px;
    background: #ea6466;
    box-shadow: none;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.05);	
}