﻿/* main body */

@-ms-viewport {
    width: device-width;
}

#header .wrapper #logo {
    cursor: pointer;
}

.busyindicator {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    position: relative;
}

h5 {
    margin-bottom: 15px;
}

.resetpword {
    padding-left: 20px;
    padding-top: 5px;
    color: #fff;
}

#headerContent .resetpword a {
    color: #222;
    padding-left: 3px;
}

a {
    color: #00aeef;
    text-decoration: none;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
}

#pricingBoxes {
    margin-top: 85px;
    padding-left: 120px;
}

.pricingBox {
    width: 330px;
    height: 370px;
    position: relative;
    float: right;
}

    .pricingBox .header {
        color: #fff;
        height: 35px;
        line-height: 35px;
        padding: 10px 15px;
        font-size: 22px;
        border: 1px solid #009cff;
        border-bottom: none;
        background-color: #00aeef;
        text-align: left;
    }

    .pricingBox .body .main {
        font-size: 65px;
        color: #666;
        text-align: center;
        padding-top: 55px;
        line-height: 1.1em;
    }

    .pricingBox .body .price {
        font-size: 85px;
        color: #666;
        text-align: center;
        padding-top: 55px;
        line-height: 1.2em;
    }

    .pricingBox .subtext {
        text-align: center;
        color: #999;
        position: absolute;
        width: 100%;
        position: absolute;
        bottom: 40px;
        font-size: 18px;
    }

    .pricingBox .detail {
        text-align: center;
        font-size: 28px;
        color: #666;
    }

    .pricingBox.active {
        background: #333;
    }

        .pricingBox.active .subtext {
            color: #ccc;
        }

        .pricingBox.active .price, .pricingBox.active .detail {
            color: #fff;
        }


.dlgpanel img {
    vertical-align: middle;
}

.dlgpanel a {
    cursor: pointer;
}

.pricinginfo {
    background-color: rgba(255,255,255,0.5);
    color: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 6px 8px 7px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #ccc;
    transition: border linear .2s,box-shadow linear .2s;
}

    select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

textarea {
    height: auto;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

    select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
        border-color: rgba(82,168,236,0.8);
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    }

#container {
    width: 100%;
    position: relative;
}

#header {
    height: 590px;
    background: url(//connecterstoremedia.blob.core.windows.net/redcritterteacher/redcritterteacher_header_bg_1.jpg) repeat-x left top;
    position: relative;
    z-index: 2;
}

.errorMsg {
    color: #ff0000;
}

#headerContent {
    position: absolute;
    top: 150px;
    left: 550px;
    z-index: 2;
}

    #headerContent h1 {
        font-size: 64px;
        color: #fff;
        font-weight: 100;
        margin-bottom: 9pxinpu margin-left: -3px;
    }

    #headerContent h2 {
        font-size: 22px;
        color: #fff;
        font-weight: normal;
        margin-bottom: 15px;
    }


#featuredImage {
    position: absolute;
    top: 51px;
    left: 60px;
    z-index: 0;
}

.half p {
    padding-top: 15px;
}

.pointy {
    cursor: pointer;
}

#content .row .half {
    width: 50%;
    float: left;
    display: inline-block;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}

#content .half.textright h2, #content .half.textright p {
    padding-left: 50px;
}

#content .half.textleft h2, #content .half.textleft p {
    padding-right: 60px;
}


#content .row .onethird {
    width: 33%;
    float: left;
    position: relative;
}

#content .row .twothirds {
    width: 66%;
    float: left;
    position: relative;
}

    #content .row .twothirds img {
        width: 100%;
    }

#signup input {
    width: 200px;
}


#content .screen {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.dropshadow {
    -webkit-box-shadow: 0 2px 15px 0 rgba(1,1,1,.3);
    box-shadow: 0 2px 15px 0 rgba(1,1,1,.3);
}

.rounded {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}



#content h2 {
    font-size: 44px;
    font-weight: 100;
    color: #333;
    text-align: left;
}

#content p {
    font-size: 22px;
    font-weight: normal;
    color: #666;
    margin-top: 7px;
    text-align: left;
    line-height: 1.5em;
}

#memberloop {
    margin-top: 50px;
}

    #memberloop h3 {
        color: #333;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 3px;
        font-weight: 400;
        text-shadow: 0px 1px #999;
        display: none;
    }

    #memberloop .memberIcon {
        float: left;
        margin-right: 20px;
        margin-top: 16px;
    }

    #memberloop .memberDetails {
        margin-top: 16px;
        padding-top: 8px;
    }

        #memberloop .memberDetails .name {
            color: #fff;
            font-size: 26px;
            font-weight: 100;
            text-transform: capitalize;
        }

        #memberloop .memberDetails .detail {
            color: #fff;
            font-size: 13px;
            font-weight: normal;
        }

            #memberloop .memberDetails .detail a {
                color: #fff;
                opacity: .5;
            }

#nav ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

    #nav ul li {
        float: left;
        margin-right: 10px;
    }


        #nav ul li a {
            color: #fff;
            font-size: 15px;
            border-radius: 7px;
            padding: 11px;
        }

            #nav ul li a:active {
                background: #fff;
                color: #999;
            }

        #nav ul li.highlight a {
            border: 1px solid #fff;
        }

#reset {
    padding-top: 20px;
}

    #reset .btn {
        width: auto;
        display: inline-block;
        margin-top: 4px;
        float: left;
    }

    #reset .btndark {
        float: left;
        margin-top: 4px;
    }

    #reset input {
        width: 400px;
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        padding: 10px 14px;
        font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
        border: 0;
        border-radius: 6px;
        color: #333;
        font-weight: normal;
        margin-bottom: 12px;
    }

        #reset input.inactive {
            color: #999;
            font-weight: 100;
        }

#signup {
    margin-top: 35px;
}

    #signup input {
        width: 400px;
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        padding: 10px 14px;
        font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
        border: 0;
        border-radius: 6px;
        color: #333;
        font-weight: normal;
    }

        #signup input.inactive {
            color: #999;
            font-weight: 100;
        }


#signinPassword {
    display: none;
}

#signin {
    padding-top: 20px;
}

    #signin .btn {
        width: auto;
        display: inline-block;
        margin-top: 4px;
    }

    #signin .btndark {
        float: left;
        margin-top: 4px;
    }

    #signin input {
        width: 400px;
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        padding: 10px 14px;
        font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
        border: 0;
        border-radius: 6px;
        color: #333;
        font-weight: normal;
        margin-bottom: 12px;
    }

        #signin input.inactive {
            color: #999;
            font-weight: 100;
        }

.inputErrorMsg {
    display: none;
    color: #ff0000;
}

.inputError {
    background-image: url(/images/iconinvalid.gif);
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
}

.medbtn {
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 6px 12px 9px 12px;
    border-radius: 6px;
    font-size: 17px;
    border: 1px solid #00aeef;
    background-color: #00aeef;
    cursor: pointer;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    standard-user-select: none;
}

    .medbtn:hover {
        color: #fff;
    }

.btn {
    color: #fff;
    height: 39px;
    line-height: 35px;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 24px;
    border: 1px solid #009cff;
    background-color: #00aeef;
    cursor: pointer;
    text-align: center;
}

.btndark {
    color: #fff;
    height: 39px;
    line-height: 40px;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #666;
    background: #666;
    text-align: center;
    width: 30px;
    -webkit-box-shadow: inset 0 0px 10px 0 #333333;
    box-shadow: inset 0 0px 10px 0 #333333;
}

#signin_sending, #signup_sending {
    display: none;
}

#reset_sending {
    display: none;
}

#memberloop .memberIcon img {
    width: 78px;
    height: 78px;
    border-radius: 999px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(1,1,1,.3);
    box-shadow: 0 2px 15px 0 rgba(1,1,1,.3);
}

#logo {
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 1;
}

    #logo img {
        width: 110px;
        height: auto;
        -webkit-box-shadow: 0 1px 20px 0 rgba(1,1,1,.3);
        box-shadow: 0 1px 20px 0 rgba(1,1,1,.3);
    }

#nav {
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 1;
}

.wrapper {
    margin: 0 auto;
    position: relative;
}

#footer {
    margin: 20px 0 60px 0;
}

    #footer ul {
        border-top: 1px solid #ddd;
        list-style: none;
        margin: 0;
        padding: 12px 0 0 0;
    }

        #footer ul li {
            float: left;
            margin-right: 15px;
            font-size: 13px;
        }

            #footer ul li a {
                color: #666;
                text-decoration: none;
            }



.slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

    .slider ul li {
        display: none;
        padding: 0;
        margin: 0;
    }

        .slider ul li img {
            display: block;
            padding: 0;
            margin: 0;
        }

.slidernav {
    margin-top: -40px;
    margin-right: 10px;
    float: right;
}

    .slidernav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        clear: both;
    }

        .slidernav ul li {
            background: #ccc;
            border: 3px solid #ddd;
            width: 18px;
            height: 18px;
            display: inline-block;
            margin: 0 4px;
            cursor: pointer;
            border-radius: 999px;
        }

            .slidernav ul li.active {
                background: #fff;
                border-color: #fff;
                -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
                box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
            }

.transition {
    list-style: none;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

#headerContent a {
    color: #fff;
    opacity: .8;
}

#register input {
    height: 40px;
    padding: 10px 14px;
    font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
    border-radius: 6px;
    color: #333;
    font-weight: normal;
    border: 1px solid #ccc;
    font-size: 21px;
    width: 380px;
    margin-bottom: 14px;
}


    #register input.inactive {
        color: #999;
        font-weight: 100;
    }


#register .btn, #register .btndark {
    width: auto;
    float: left;
    margin-top: 5px;
}

#register #signupPassword {
    display: none;
}

#register .promoCode {
    font-size: 16px;
    height: 39px;
}

#register #promocode {
    display: none;
}

#register h2 {
    font-size: 38px;
    margin-bottom: 25px;
}

#register p {
    margin: 0;
    padding: 0;
}

#register {
    margin-top: -140px;
    position: relative;
    z-index: 0;
}

#signup_completing {
    display: none;
}

.padtop {
    margin-top: 30px;
}

.pricingpromocode {
    margin-left: 180px;
    margin-top: 20px;
}

#nav ul li {
    color: #91cbf2;
}


@media (min-width:1440px) {
    .msssoinfo {
        margin-top: -50px;
    }

    .slicknav_menu {
        display: none;
    }

    .wrapper {
        max-width: 1380px;
    }

    .homepage-content {
        padding-top: 120px;
    }

    .registerpage-content {
        padding-top: 220px;
    }

    .loginpage-content {
        padding-top: 0px;
    }

    .pricingpage-content {
        padding-top: 250px;
    }

    .homepage-content .row {
        padding-top: 50px;
    }

    .howitworkspage-content {
        padding-top: 40px;
    }

        .howitworkspage-content .row {
            padding-top: 60px;
        }

    .storypage-content {
        padding-top: 120px;
    }
}
/* responsive styles */
@media (max-width:1440px) {

    .slicknav_menu {
        display: none;
    }

    .homepage-content {
        padding-top: 100px;
    }

    .howitworkspage-content {
        padding-top: 100px;
    }

    .registerpage-content {
        padding-top: 240px;
    }

    .loginpage-content {
        padding-top: 0px;
    }

    .pricingpage-content {
        padding-top: 240px;
        padding-left:20px;
    }

    .homepage-content .row {
        padding-top: 50px;
    }

    .howitworkspage-content .row {
        padding-top: 40px;
    }

    .wrapper {
        max-width: 1080px;
    }

    .pricingpromocode {
        margin-left: 110px;
        margin-top: 20px;
    }

    #pricingBoxes {
        margin-top: 70px;
        padding-left: 40px;
    }

    .pricingBox {
        width: 235px;
        height: 285px;
        position: relative;
        float: right;
    }

        .pricingBox .header {
            height: 35px;
            line-height: 35px;
            padding: 10px 15px;
            font-size: 20px;
        }

    #signin .btn {
        font-size: 23px;
    }


    .pricingBox .body .main {
        font-size: 46px;
        padding-top: 45px;
        line-height: 1.1em;
    }

    .pricingBox .body .price {
        font-size: 64px;
        padding-top: 40px;
        line-height: 1.15em;
    }

    .pricingBox .subtext {
        color: #999;
        width: 100%;
        bottom: 30px;
        font-size: 16px;
    }

    .pricingBox .detail {
        font-size: 24px;
    }

    #content h2 {
        font-size: 24px;
    }

    #content p {
        font-size: 18px;
    }



    #logo img {
        width: 90px;
    }

    #header {
        height: 498px;
    }

    #featuredImage img {
        width: 370px;
    }

    #featuredImage {
        left: 30px;
    }

    #headerContent {
        top: 120px;
        left: 430px;
    }

        #headerContent h1 {
            font-size: 47px;
            margin-bottom: 6px;
        }

        #headerContent a {
            color: #fff;
        }

        #headerContent h2 {
            font-size: 17px;
        }

    .storypage-content {
        padding-top: 100px;
    }

    #signup .btn {
        font-size: 20px;
    }

    #memberloop {
        margin-top: 40px;
    }

        #memberloop h3 {
            font-size: 12px;
        }

        #memberloop .memberIcon, #memberloop .memberDetails {
            margin-top: 13px;
        }

    #register input {
        width: 330px;
    }

    #register {
        margin-top: -140px;
    }

    #content h2 {
        font-size: 31px;
    }

    #content .row .onethird {
        width: 33%;
    }

    #content .row .twothirds {
        width: 66%;
    }

    #signup input {
        width: 330px;
    }
}

@media (max-width:1400px) {

    .slicknav_menu {
        display: none;
    }

    .pricingpage-content {
        padding-top: 230px;
    }

    .registerpage-content {
        padding-top: 220px;
    }

    .loginpage-content {
        padding-top: 0px;
    }

    .howitworkspage-content {
        padding-top: 90px;
    }

    .pricingpromocode {
        margin-left: 20px;
        margin-top: 20px;
    }

    .storypage-content {
        padding-top: 100px;
    }

    .wrapper {
        max-width: 1050px;
    }

    #logo img {
        width: 90px;
    }

    #pricingBoxes {
        margin-top: 60px;
        padding-left: 0px;
        margin-left: 0px;
        width: 410px;
    }

    .pricingBox {
        width: 185px;
        height: 225px;
        position: relative;
        float: right;
    }

        .pricingBox .header {
            height: 30px;
            line-height: 30px;
            padding: 7px 10px;
            font-size: 16px;
        }

        .pricingBox .body .main {
            font-size: 39px;
            padding-top: 30px;
            line-height: 1.1em;
        }

        .pricingBox .body .price {
            font-size: 55px;
            padding-top: 30px;
            line-height: 1.05em;
        }

        .pricingBox .subtext {
            color: #999;
            width: 100%;
            bottom: 20px;
            font-size: 13px;
        }

        .pricingBox .detail {
            font-size: 20px;
        }

    #header {
        height: 435px;
    }

    #featuredImage img {
        width: 310px;
    }

    #featuredImage {
        left: 10px;
        top: 61px;
    }

    #headerContent {
        top: 106px;
        left: 353px;
    }

        #headerContent h1 {
            font-size: 38px;
            margin-bottom: 6px;
        }

        #headerContent a {
            color: #fff;
        }

        #headerContent h2 {
            font-size: 14px;
        }

    #signup .btn {
        font-size: 18px;
    }

    #memberloop {
        margin-top: 35px;
    }

        #memberloop h3 {
            font-size: 11px;
            letter-spacing: 3px;
        }

        #memberloop .memberIcon {
            margin-top: 13px;
        }

        #memberloop .memberDetails {
            margin-top: 8px;
        }

        #memberloop .memberIcon img {
            width: 59px;
            height: 59px;
        }

        #memberloop .memberDetails .name {
            font-size: 22px;
            text-transform: capitalize;
        }

    #signup input {
        width: 240px;
    }

    #register input {
        width: 270px;
        font-size: 18px;
        height: 24px;
    }

    #register .btn {
        font-size: 21px;
    }

    #register {
        margin-top: -140px;
    }

    #content h2 {
        font-size: 25px;
    }

    #content .row .onethird {
        width: 50%;
    }

    #content .row .twothirds {
        width: 50%;
    }

    #signin input {
        width: 330px;
        margin-top: -2px;
    }

    #signin .btn {
    }

    #signin {
        padding-top: 5px;
    }

    .resetpword {
        font-size: 14px;
        padding-left: 24px;
    }

        .resetpword a {
            display: block;
            margin-left: -4px;
        }

    #signin .btndark {
        float: left;
    }

    #slogan {
       
    }
}

@media (max-width:1024px) {

    .slicknav_menu {
        display: none;
    }

    .pricingpage-content {
        padding-top: 230px;
    }

    .registerpage-content {
        padding-top: 220px;
    }

    .loginpage-content {
        padding-top: 0px;
    }

    .howitworkspage-content {
        padding-top: 90px;
    }

    .pricingpromocode {
        margin-left: 20px;
        margin-top: 20px;
    }

    .storypage-content {
        padding-top: 100px;
    }

    .wrapper {
        max-width: 840px;
    }

    #logo img {
        width: 90px;
    }

    #pricingBoxes {
        margin-top: 60px;
        padding-left: 0px;
        margin-left: 0px;
        width: 410px;
    }

    .pricingBox {
        width: 185px;
        height: 225px;
        position: relative;
        float: right;
    }

        .pricingBox .header {
            height: 30px;
            line-height: 30px;
            padding: 7px 10px;
            font-size: 16px;
        }

        .pricingBox .body .main {
            font-size: 39px;
            padding-top: 30px;
            line-height: 1.1em;
        }

        .pricingBox .body .price {
            font-size: 55px;
            padding-top: 30px;
            line-height: 1.05em;
        }

        .pricingBox .subtext {
            color: #999;
            width: 100%;
            bottom: 20px;
            font-size: 13px;
        }

        .pricingBox .detail {
            font-size: 20px;
        }

    #header {
        height: 435px;
    }

    #featuredImage img {
        width: 310px;
    }

    #featuredImage {
        left: 10px;
        top: 61px;
    }

    #headerContent {
        top: 106px;
        left: 353px;
    }

        #headerContent h1 {
            font-size: 38px;
            margin-bottom: 6px;
        }

        #headerContent a {
            color: #fff;
        }

        #headerContent h2 {
            font-size: 14px;
        }

    #signup .btn {
        font-size: 18px;
    }

    #memberloop {
        margin-top: 35px;
    }

        #memberloop h3 {
            font-size: 11px;
            letter-spacing: 3px;
        }

        #memberloop .memberIcon {
            margin-top: 13px;
        }

        #memberloop .memberDetails {
            margin-top: 8px;
        }

        #memberloop .memberIcon img {
            width: 59px;
            height: 59px;
        }

        #memberloop .memberDetails .name {
            font-size: 22px;
            text-transform: capitalize;
        }

    #signup input {
        width: 240px;
    }

    #register input {
        width: 270px;
        font-size: 18px;
        height: 24px;
    }

    #register .btn {
        font-size: 21px;
    }

    #register {
        margin-top: -140px;
    }

    #content h2 {
        font-size: 25px;
    }

    #content .row .onethird {
        width: 50%;
    }

    #content .row .twothirds {
        width: 50%;
    }

    #signin input {
        width: 330px;
        margin-top: -2px;
    }

    #signin .btn {
    }

    #signin {
        padding-top: 5px;
    }

    .resetpword {
        font-size: 14px;
        padding-left: 24px;
    }

        .resetpword a {
            display: block;
            margin-left: -4px;
        }

    #signin .btndark {
        float: left;
    }

    #slogan {
       padding-right:20px;
    }
}

@media (max-width:760px) {
    .slicknav_menu {
        display: block;
    }

    #nav {
        display: none;
    }

    .homepage-content {
        padding-top: 360px;
    }

    .pricingpage-content {
        padding-top: 320px;
    }

    .registerpage-content {
        padding-top: 540px;
    }

    .loginpage-content {
        padding-top: 0px;
    }

    .howitworkspage-content {
        padding-top: 40px;
    }

        .howitworkspage-content .row {
            padding-top: 20px;
        }

    .storypage-content {
        padding-top: 340px;
    }

    .mnuhome {
        display: none;
    }

    .pricingpromocode {
        margin-left: 0px;
    }

    .wrapper {
        max-width: 310px;
    }

    .resetpword {
        font-size: 13px;
        padding-left: 20px;
        color: #666;
    }

    #headerContent .resetpword a {
        display: block;
        margin-left: -3px;
        color: #009cff;
    }


    #pricingBoxes {
        padding-top: 30px;
        padding-left: 0px;
        width: 320px;
        margin: 0 auto;
    }

    .pricingBox {
        width: 149px;
        height: 195px;
        position: relative;
        float: none;
    }

        .pricingBox .header {
            height: 30px;
            line-height: 30px;
            padding: 7px 10px;
            font-size: 16px;
        }

        .pricingBox .body .main {
            font-size: 30px;
            padding-top: 29px;
            line-height: 1.1em;
        }

        .pricingBox .header {
            background: #999;
            border: none;
        }

        .pricingBox .body .price {
            font-size: 42px;
            padding-top: 30px;
            line-height: 1.05em;
        }

        .pricingBox .subtext {
            color: #999;
            width: 100%;
            bottom: 15px;
            font-size: 12px;
        }

        .pricingBox .detail {
            font-size: 14px;
        }

    #logo {
        left: 10px;
    }

        #logo img {
            width: 90px;
        }

    #header {
        height: 344px;
    }

    #featuredImage img {
        width: 260px;
    }

    #featuredImage {
        left: 45px;
        top: 30px;
    }

    #headerContent {
        left: 0px;
        top: 395px;
        width: 310px;
    }

    #signup {
        margin-top: 30px;
    }

        #signup input {
            width: 187px;
            border: 1px solid #ccc;
            font-size: 18px;
            height: 30px;
            line-height: 30px;
            padding: 10px 10px;
        }

    #headerContent h1 {
        font-size: 46px;
        line-height: 55px;
        margin-bottom: 13px;
        color: #333;
        width: 310px;
        text-align: center;
    }

    #headerContent a {
        color: #00aeff;
    }

    #headerContent h2 {
        font-size: 15px;
        line-height: 25px;
        color: #999;
        text-align: center;
        width: 280px;
        margin: 0 auto;
    }

    #signup .btn, #submit .btndark {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 10px 10px;
    }

    #memberloop {
        margin: 45px 0 0 0;
    }

        #memberloop h3 {
            font-size: 11px;
            text-shadow: none;
        }

        #memberloop .memberIcon {
            margin-top: 15px;
        }

        #memberloop .memberDetails {
            margin-top: 15px;
            color: #666;
        }

            #memberloop .memberDetails .detail, #memberloop .memberDetails .detail a {
                color: #666;
            }

        #memberloop .memberIcon img {
            width: 75px;
            height: 75px;
        }

        #memberloop .memberDetails .name {
            font-size: 24px;
            color: #666;
        }

    #content-row {
        padding-top: 0px;
    }

    #content .row .half {
        width: 100%;
        display: block;
        float: none;
    }

    #content .half.textright h2, #content .half.textright p, #content .half.textleft h2, #content .half.textleft p {
        padding: 0;
    }

    #content .screen {
    }

    #content h2 {
        font-size: 23px;
    }

    #content p {
        font-size: 15px;
    }

    .slidernav {
        margin-right: 0px;
        float: none;
    }

    #content .row .onethird {
        display: block;
        float: none;
        width: 100%;
    }

    #content .row .twothirds {
        display: block;
        float: none;
        margin-bottom: 100px;
        width: 100%;
    }

        #content .row .twothirds img {
            display: none;
        }

    #footer ul li {
        font-size: 12px;
    }

    #register input {
        width: 280px;
    }

    #register .btn {
        float: none;
    }

    #register {
        margin-top: -280px;
    }

    #signin {
        margin-top: 30px;
    }

        #signin .btn {
            width: 130px;
            display: block;
            margin: 0 auto;
            margin-top: 10px;
        }

        #signin .btndark {
            margin: 0 auto;
            margin-top: 10px;
        }

        #signin input {
            border: 1px solid #ccc;
            width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

    .padtop {
        margin-top: 0px;
    }

    #slogan {
        display:none;
    }
}

#videodropcontainer {
    position: absolute;
    left: 20px;
}

.videodropdlg {
    margin-top: 20px;
    -webkit-box-shadow: 0 10px 12px -10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 10px 12px -10px rgba(0,0,0,.5);
    box-shadow: 0 10px 12px -10px rgba(0,0,0,.5);
    background-color: #fff;
    padding: 20px;
}

.videoopt .btn {
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 5px 12px 10px 12px;
    border-radius: 6px;
    font-size: 17px;
    border: 1px solid #009cff;
    background: rgb(0,191,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,191,255,1) 1%, rgba(0,115,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,191,255,1)), color-stop(100%,rgba(0,115,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,191,255,1) 1%,rgba(0,115,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,191,255,1) 1%,rgba(0,115,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,191,255,1) 1%,rgba(0,115,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,191,255,1) 1%,rgba(0,115,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfff', endColorstr='#0073ff',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    text-align: center;
}

.videodlgcontent .videoheader {
    font-size: 22px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.frmlabel {
    text-transform: uppercase;
    color: #666;
}

.videopreview {
    padding-bottom: 50px;
}

.videocategorytitle {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
}

.videopreviewtitle {
    font-size: 20px;
}

.videopreviewcontent {
    padding-left: 10px;
    padding-right: 30px;
}

.videosynopsis {
    padding-top: 10px;
    padding-bottom: 20px;
}

.videopreviewinfolabel {
    font-weight: bold;
}

.videopreviewinfovalue {
    padding-left: 10px;
    color: #999;
    font-size: 14px;
}

.videopreviewwatchbuttontd {
    padding-top: 10px;
}

.videorewardinfo {
    padding-top: 10px;
}

.videopreviewcard {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px 0 #ccc;
    box-shadow: 0px 3px 7px 0px #ccc;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #444;
}

.graybtn {
    background-color: #f7f7f7;
    height: 20px;
    line-height: 20px;
    padding: 7px 12px 10px 12px;
    border-radius: 6px;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    border: solid 1px #e7e7e7;
}

#divArticle img {
    width: 100%;
}

#divArticle h2 {
    font-size: 32px;
}

.articlecategorytitle {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    font-weight: bold;
}

.articlepreviewtitle {
    font-size: 20px;
}

.articlepreviewsubtitle {
    font-size: 16px;
    padding-top: 5px;
}

.articlepreviewdeemph {
    font-size: 12px;
    color: #999;
}

.articlebody {
    padding-top: 20px;
}

.blogpreviewarticle {
    width: 600px;
    background: #f7f7f7;
    padding: 25px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-bottom: 40px;
}

.blogpreviewtitle {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
    font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
}

.blogpreviewimage {
    font-size: 16px;
    padding-top: 5px;
    overflow: hidden;
    width: 600px;
}

    .blogpreviewimage img {
        background-position: center center;
        width: 100%;
        height: auto;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
    }

.blogpreviewfooter {
    border-top: solid 1px #dedede;
    margin-top: 20px;
    padding-top: 20px;
}

.blogpreviewdeemph {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    display: inline-block;
}

.blogpreviewtags {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.SSOOption img {
    border: solid 2px #ccc;
    -webkit-transition: all 1s linear;
    -o-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -kthtml-transition: all .5s linear;
    transition: all .5s linear;
}

    .SSOOption img:hover {
        border: solid 2px #00aeff;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        -webkit-transition: all 1s linear;
        -o-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
        -kthtml-transition: all .5s linear;
        transition: all .5s linear;
    }

.privo-logo {
    display: inline-block;
    cursor: pointer;
}

.msclassdashboardcourseselection {
    display: none;
}

.googleclassroomcourseselection {
    display: none;
}