html {
    min-width: 1000px;
}

body {
    /*overflow: hidden;*/
    background: #000;
    font-family: sans-serif;
    font-size: 10px;
    position: relative;
}

html,
body {
    max-height: 100%;
    height: 100%;
}

header,
#content,
footer {
    text-align: center;
    width: 100%;
}

.kids-edition-white-logo {
    background: url('../images/kids-edition-white-logo.png') no-repeat transparent;
    height: 94px;
    width: 389px;
}

.junior-edition-white-logo {
    background: url('../images/junior-edition-white-logo.png') no-repeat transparent;
    height: 90px;
    width: 326px;
}

.padded-wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    -webkit-transition: all 0.1s 0s;
    -moz-transition: all 0.1s 0s;
    -ms-transition: all 0.1s 0s;
    transition: all 0.1s 0s;

    height: 100%;
    padding: 45px 55px 0 55px;
    overflow: hidden;
}

.padded-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.padded-wrapper .padded-iscroll {
    padding-top: 60px;
    padding-bottom: 60px;
}

.inner-content .padded-scroll {
    position: absolute;
    background: #fff;
    left: 50px;
    right: 50px;
    z-index: 9999999;
}

.inner-content .padded-scroll.top {
    height: 29px;
    top: 10px;
}

.inner-content .padded-scroll.bottom {
    bottom: 0px;
    height: 39px;
}

ul.show-bullets {
    padding-left: 20px;
}

.play-video-btn {
    -webkit-transition: all 300ms 0s ease-in-out;
    -moz-transition: all 300ms 0s ease-in-out;
    -ms-transition: all 300ms 0s ease-in-out;
    transition: all 300ms 0s ease-in-out;

    background: url('../images/play-video-btn.png') no-repeat transparent;
    cursor: pointer;
    height: 64px;
    width: 48px;
}

.play-video-btn:hover {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2) translate3D(0,0,0);
    -moz-transform: translateY(-50%) translateX(-50%) scale(1.2) translate3D(0,0,0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1.2) translate3D(0,0,0);
    transform: translateY(-50%) translateX(-50%) scale(1.2) translate3D(0,0,0);
}

.download-icon {
    /*-webkit-backface-visibility: hidden;*/
    /*-webkit-transform: translateZ(0) scale(1.0, 1.0);*/

    background: url('../images/download-icon.png') no-repeat transparent;
    background-size: contain;
    color: #fff;
    display: inline-block;
    height: 34px;
    margin: 0 0 0 30px;
    vertical-align: middle;
    width: 24px;
}

.pride-journal-popup .popup-body {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.ceva:hover .download-icon {
    -webkit-animation: bouncy 1200ms infinite;
    -moz-animation: bouncy 1200ms infinite;
    animation: bouncy 1200ms infinite;
}

/*------------------------------------------------------------------
Header
------------------------------------------------------------------*/

header {
    height: 85px;
    position: relative;
    z-index: 30;
}

header.apply-pattern {
    background: url('../images/header-mobile-bg.png') repeat-x transparent;
}

header .menu {
    height: 100%;
}

header.no-header-logo .menu {
    margin: 0 auto !important;
}

header .menu > li {
    display: inline-block;
    line-height: 85px;
    list-style: none;
    vertical-align: middle;

    -webkit-perspective: 600px;
    -mox-perspective: 600px;
    perspective: 600px;
}

header .menu > li > a {
    -webkit-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    -ms-transition: all 0.3s 0s;
    transition: all 0.3s 0s;

    background-position: 50% bottom;
    color: #f3e3c2;
    font-family: 'tradegothic-18';
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 3px;
    /*padding-bottom: 6px;*/
    text-decoration: none;
}

header .menu > li > a:hover,
header .menu > li:hover > a,
header .menu > li.selected > a {
    background: url('../images/white-dots.png') repeat-x transparent;
    background-position: center bottom;
    padding-bottom: 6px;
}

header .logo {
    left: 50px;
    position: absolute;
    top: 10px;
}

header .logo img {
    -webkit-transition: all 100ms 0ms ease-in-out;
    -moz-transition: all 100ms 0ms ease-in-out;
    -ms-transition: all 100ms 0ms ease-in-out;
    transition: all 100ms 0ms ease-in-out;
}

header .logo img:hover {
    /*-webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);*/
}

header .jr-logo {
    position: absolute;
    right: 30px;
    text-align: right;
    top: 5px;
}

header .jr-logo img {
    width: 65%;
}

/*------------------------------------------------------------------
Main Menu Teacher Login
------------------------------------------------------------------*/

header .menu li.has-teacher-login:hover .teacher-login-container {
    /*display: block;*/
}

header .menu li .teacher-login-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    background: #e85c2c;
    /*display: none;*/
    line-height: normal;
    margin: -11px 0 0 -20px;
    padding: 20px 30px;
    width: 320px;
}

header .menu li .teacher-login-container .field-label,
.general-field-label {
    color: #fff;
    display: block;
    font-family: 'avenirmedium';
    font-size: 14px;
    text-align: left;
    width: 100%;
}

header .menu li .teacher-login-container .field-input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    border: none;
    display: block;
    font-size: 14px;
    font-family: 'avenirmedium';
    height: 28px;
    outline: none;
    padding: 0 5px;
    width: 100%;
    margin: 8px 0 14px 0;
}

header .menu li .teacher-login-container .field-input:nth-of-type(2) {
    margin-bottom: 10px;
}

header .menu li .teacher-login-container .forgot-password,
header .menu li .teacher-login-container .register {
    color: #fff;
    display: block;
    font-family: 'avenirmedium';
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

header .menu li .teacher-login-container .register {
    font-size: 18px;
}

header .menu li .teacher-login-container .register label {
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}

header .menu li .teacher-login-container .login-btn,
.painted-button {
    background: url('../images/painted-bg-no-shadow.png') no-repeat transparent;
    color: #530e07;
    cursor: pointer;
    display: inline-block;
    font-family: 'tradegothic-20';
    font-size: 24px;
    height: 53px;
    line-height: 52px;
    margin: 25px 0;
    text-align: center;
    text-decoration: none;
    width: 181px;
}

header .menu li .teacher-login-container .error-message {
    color: #ffd100;
    display: none;
    font-size: 16px;
    font-family: 'avenirmedium';
    margin: 15px 0;
    width: 100%;
}

header .menu li .teacher-login-container.error .error-message,
.popup.error .error-message {
    display: inline-block;
}

header .menu li .teacher-login-container .forgot-password-form,
header .menu li .teacher-login-container.forgot-password .login-form {
    display: none;
}

header .menu li .teacher-login-container.info .forgot-password-form {
    display: none !important;
}

header .menu li .teacher-login-container.forgot-password .forgot-password-form,
header .menu li .teacher-login-container.error .error-message,
header .menu li .teacher-login-container.info .error-message {
    display: block;
}

header .menu li .teacher-login-container.loading .forgot-password-form .loader {
    margin: 26px auto 10px;
}

/*------------------------------------------------------------------
Pride Journal menu dropdown
------------------------------------------------------------------*/

header .menu li.has-dropdown .portals {

    background: #e85c2c;
    /*display: none;*/
    margin: -12px 0 0 0;
    /*max-height: 0;*/
    width: 148px;
}

header .menu li.has-dropdown .animatable-dropdown,
header .menu li.has-teacher-login .animatable-dropdown {
    -webkit-transition: all 0.3s 0s ease-in;
    -moz-transition: all 0.3s 0s ease-in;
    -ms-transition: all 0.3s 0s ease-in;
    transition: all 0.3s 0s ease-in;

    -webkit-transform: translateY(-10%) rotateX(-90deg) scaleY(0.7);
    -moz-transform: translateY(-10%) rotateX(-90deg) scaleY(0.7);
    -ms-transform: translateY(-10%) rotateX(-90deg) scaleY(0.7);
    transform: translateY(-10%) rotateX(-90deg) scaleY(0.7);

    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;

    pointer-events: none;
    opacity: 0;
}

header .menu li.has-dropdown:hover .portals {
    /*display: block;*/
    /*max-height: 200px;*/
}

header .menu li.has-dropdown:hover .animatable-dropdown,
header .menu li.has-teacher-login.selected .animatable-dropdown {
    /*display: block;*/
    /*max-height: 200px;*/


    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);

    pointer-events: all;
    opacity: 1;
}

header .menu li.has-dropdown .portals li {
    display: block;
    line-height: normal;
    margin: 12px 0;
}

header .menu li.has-dropdown .portals li a {
    color: #fff;
    display: inline-block;
    font-family: 'tradegothic-18';
    font-size: 20px;
    text-decoration: none;
    width: 100%;
}

header .menu li.has-dropdown .portals li.delimiter {
    background: url('../images/pride-journal-menu-delimiter.png') no-repeat transparent;
    background-position: center;
    display: block;
    height: 6px;
}

header .menu li.has-dropdown .portals li:hover {
    cursor: pointer;
}

header .menu li.has-dropdown .portals li:hover a {
    color: #ffc116;
}

/*------------------------------------------------------------------
Main content
------------------------------------------------------------------*/

#content {
    background: #340b08;
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1000px;
    position: relative;
}

#content .left-shadow,
#content .right-shadow {
    bottom: 0;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    width: 49px;
    z-index: 999999;
}

#content .left-shadow {
    background: url('../images/left-shadow.png') repeat-y transparent;
    left: 0px;
}

#content .right-shadow {
    background: url('../images/right-shadow.png') repeat-y transparent;
    right: -1px;
}

.inner-content {
    background: #fff;
    bottom: -15px;
    overflow: hidden;
    position: absolute;
    top: -15px;
    width: 100%;
    z-index: 0;
}

.left-content,
.right-content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    height: 100%;
    font-size: 60px;
    max-width: 850px;
    overflow: hidden;
    position: absolute;
    width: 50%;
}

.left-content {
    background-image: url('../images/kids-bg-bottomsolid.png');
    background-position: 100% 0;
}

.right-content {
    background-image: url('../images/junior-bg-bottomsolid3.png');
    right: 0;
}

.center-sun {
    background: url('../images/center-sun-mobile.png') no-repeat transparent;
    background-size: contain;
    background-position: center;
    bottom: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.home-intro {
    color: #892429;
    font-family: 'avenirheavy';
    font-size: 32px;
    max-width: 62%;
    text-align: center;
    top: 55%;
    position: absolute;
    width: 100%;
}

.home-intro .explore {
    font-family: 'avenirblack';
}

.header-bg,
.footer-bg {
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.header-bg {
    background: url('../images/header.png') no-repeat transparent;
    background-position: -12px 2px;
    top: -72px;
}

.footer-bg {
    background: url('../images/footer-test.png') no-repeat transparent;
    background-position: 100% bottom;
    bottom: -108px;
    right: 24px;
}
.home-callout.right .home-callouts{
    margin:16px 0 0;
}
.home-callout.left .home-callouts{
    margin:15px 0 0;
}
.home-callout {
    bottom: 50px;
    text-align: center;
    position: absolute;
    height:191px;
    /*width: 450px;*/
    z-index: 1;
}
.home-callout a {
    height: 74px;
    display:block;
    margin:15px 0 0;
}

.home-callout.left {
    right: 74%;
}

.home-callout.right {
    left: 77%;
}

.home-callout .callout-header {
    color: #f2e3c2;
    display: block;
    font-family: 'avenirheavy';
    font-size: 14px;
    font-weight: normal;
}

.home-callout .callout-item {
    font-size: 0;
}

.home-callout .callout-item a {
    color: #530e07;
    cursor: pointer;
    font-family: 'tradegothic-20';
    font-size: 24px;
    text-align: center;
    text-decoration: none;
}

.home-callout .callout-item .learn-more {
    background: url('../images/painted-bg-1.png') no-repeat transparent;
    display: inline-block;
    height: 57px;
    line-height: 52px;
    width: 185px;
}

.home-callout .callout-item .buy {
    background: url('../images/painted-bg-2.png') no-repeat transparent;
    display: inline-block;
    height: 50px;
    line-height: 53px;
    width: 166px;
}

.home-callout .edition-logo {
    /*margin: 15px 0;*/
    display: block;
    width:350px;
}

.section-header,
.section-small-header {
    color: #862226;
    display: inline-block;
    font-family: 'avenirblack';
    white-space: nowrap;
}

.section-header.section-header-block {
    display: block;
}

.logo-all-sessions-title {
    padding-left: 30px;
}

.section-header {
    background: url('../images/header-underline.png') repeat-x transparent;
    background-position: center bottom;
    font-size: 34px;
    padding-bottom: 10px;
}

.section-small-header {
    font-size: 22px;
    margin: 0 0 0 32px;
}

.left-side,
.right-side {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    float: left;
}

.jr .left-side,
.kids .left-side {
    height: 100%;
    position: relative;
}

.jr .left-side {
    width: 55%;
}

.kids .left-side {
    width: 35%;
}

 #content {
    background: #fff;
    text-align: left;
}

#content .left-side {
    padding: 40px 60px 0 60px;
    position: relative;
}

.left-side .journal-list {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 45px;
    left: 60px;
    margin: 0;
    overflow: hidden;
    padding: 4%;
    position: absolute;
    right: 60px;
    top: 20%;
    width: auto;
}

.jr .left-side .journal-list {
    background-image: url('../images/pride-journal/pride-journal-yellow-jr-bg.png');
}

.kids .left-side .journal-list {
    background-image: url('../images/pride-journal/pride-journal-yellow-kids-bg.png');
}

.jr .left-side .journal-list ul {
    float: left;
    width: 45%;
}

.jr .left-side .journal-list ul:nth-child(2) {
    margin: 0 0 0 4%;
}

.left-side .journal-list li {
    -webkit-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    -ms-transition: all 0.3s 0s;
    transition: all 0.3s 0s;

    background: url('../images/pride-journal/pride-journal-item-underline.png') repeat-x transparent;
    background-position: center bottom;
    color: #862226;
    cursor: pointer;
    list-style: none;
    font-family: 'tradegothic-20';
    font-size: 24px;
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
}

.left-side .journal-list li:hover {
    color: #fff;
}

 body.pride-journal .left-side .journal-list li:first-child {
    margin: 0 !important;
}

.jr .right-side,
.kids .right-side {
    background-size: cover;
    height: 100%;
}

.jr .right-side {
    background-color: transparent;
    background-image: url('../images/pride-journal/pride-journal-jr-right-img.jpg');
    background-repeat: no-repeat;
    background-position: 0% 18%;
    width: 45%;
}

.kids .right-side {
    background-color: transparent;
    background-image: url('../images/pride-journal/pride-journal-kids-right-img.jpg');
    background-repeat: no-repeat;
    background-position: 0% 35%;
    width: 65%;
}

/*------------------------------------------------------------------
Pride Journal Popup
------------------------------------------------------------------*/

.pride-journal-popup,
.popup {
    background: rgba(0,0,0,.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.pride-journal-popup .popup-body,
.popup .popup-body {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    background: url('../images/pride-journal/pride-journal-popup-bg.png') no-repeat transparent;
    background-size: cover;
    left: 50%;
    padding-bottom: 30px;
    position: absolute;
    top: 50%;
    width: 567px;
}

.loader {
    background: url('../images/loader-orange.gif') no-repeat transparent;
    display: none;
    height: 31px;
    margin: 25px auto 0;
    width: 31px;
}

/* Dirty fix for popup staying in place (without changing its height) when Activate btn disappears and loader appears */
.account-setup-popup .loader {
    height: 50px;
}

.teacher-login-container .loader {
    margin: 36px auto 37px;
}

.congratulations-popup .loader {
    margin: 30px auto 20px;
}

.pride-journal-popup .popup-close-btn,
.popup .popup-close-btn,
.custom-video-close-btn {
    -webkit-transition: all 0.8s 0s;
    -moz-transition: all 0.8s 0s;
    -ms-transition: all 0.8s 0s;
    transition: all 0.8s 0s;

    background: url('../images/pride-journal/pride-journal-popup-close-btn.png') no-repeat transparent;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 26px;
    width: 29px;
}

.forgot-password-form .popup-close-btn {
    -webkit-transition: all 0.8s 0s;
    -moz-transition: all 0.8s 0s;
    -ms-transition: all 0.8s 0s;
    transition: all 0.8s 0s;

    background: url('../images/pride-journal/pride-journal-popup-close-btn.png') no-repeat transparent;
    background-size: cover;
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 19px;
}

.forgot-password-form .popup-close-btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.custom-video-close-btn {
    display: none;
}

.pride-journal-popup .popup-close-btn:hover,
.popup .popup-close-btn:hover,
.custom-video-close-btn:hover {
    /*-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);*/
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pride-journal-popup .popup-title {
    background: url('../images/pride-journal/pride-journal-popup-title-underline.png') no-repeat transparent;
    background-position: center 100%;
    color: #fff;
    font-family: 'avenirmedium';
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    padding: 40px 0 14px 30px;
}

.pride-journal-popup .popup-content {
    color: #fff;
    font-family: 'avenirmedium';
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 15px 30px 0;
}

.pride-journal-popup .popup-links {
    display: inline-block;
    margin: 0 0 0 5px;
    /*padding: 0 0 0 30px;*/
    vertical-align: middle;
}

.pride-journal-popup .popup-links a {
    /*background: url('../images/download-icon.png') no-repeat transparent;
    background-position: left center;
    background-size: contain;*/
    color: #fff;
    display: block;
    font-family: 'tradegothic-20';
    font-size: 20px;
    margin: 5px 0 0 0;
    /*padding: 0 0 0 30px;*/
    text-decoration: none;
}

.pride-journal-popup .popup-links a:first-child {
    margin: 0;
}

.pride-journal-popup .popup-links a:hover {
    text-decoration: underline;
}

/*------------------------------------------------------------------
Account Information
------------------------------------------------------------------*/

.session-action {
    color: #862226;
    font-family: 'tradegothic-18';
    font-size: 20px;
    text-decoration: underline;
}

.session-action.log-out {
    position: absolute;
    right: 40px;
    top: 40px;
}

.account-information-section {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    background: url('../images/account-information/account-information-bg.png') no-repeat transparent;
    background-size: cover;
    margin: 40px auto 40px;
    max-width: 1078px;
    padding: 60px 45px;
}

.account-information .account-detail {
    margin: 14px 0 0 0;
}

.account-information .account-detail:first-child {
    margin: 0;
}

.account-information-section .account-details strong,
.account-information-section .account-details span {
    color: #fff;
    font-size: 16px;
}

.account-information-section .account-details strong {
    font-family: 'avenirblack';
}

.account-information-section .account-details span {
    font-family: 'avenirmedium';
    margin: 0 0 0 7px;
}

.account-information-horiz-dots {
    background: url('../images/account-information/account-information-dots.png') no-repeat transparent;
    background-size: cover;
    border: none;
    height: 6px;
    margin: 25px 0;
}

.account-information .account-update {
    overflow: hidden;
}

.account-information .account-update .account-block {
    width: 28%;
}

.account-information .account-update .account-block .account-header {
    color: #fff;
    font-family: 'avenirblack';
    font-size: 18px;
    margin: 15px 0;
}

.account-information .account-update .account-block:nth-child(1) {
    width: 35%;
}

.account-information .account-update .account-block:nth-child(2) {
    width: 21%;
}

.account-information .account-update .account-block:nth-child(2),
.account-information .account-update .account-block:last-child {
    margin-left: 10%;
}

.account-information .account-update .account-block:last-child {
    width: 19%;
}

.account-information .account-update .account-block span {
    color: #fff;
    display: block;
    font-family: 'avenirmedium';
    font-size: 14px;
    margin-top: 15px;
}

.account-information .account-update .account-block span:first-child {
    margin: 0;
}

.account-information .save-account-details {
    background: url('../images/painted-bg-1.png') no-repeat transparent;
    border: none;
    color: #3b0303;
    display: inline-block;
    font-family: 'tradegothic-20';
    font-size: 24px;
    height: 57px;
    line-height: 52px;
    outline: none;
    text-align: center;
    text-decoration: none;
    width: 185px;
}

.account-information #email-txtbox {
    width: 70%;
}

.account-information input[type="text"],
.account-information input[type="password"],
.account-setup-popup input[type="text"],
.account-setup-popup input[type="password"],
.registration-popup input[type="text"],
.registration-popup input[type="password"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    border: none;
    color: #3b0303;
    font-family: 'avenirmedium';
    font-size: 18px;
    height: 28px;
    margin-top: 4px;
    padding: 0 5px;
    outline: none;
}

.registration-popup .error-message,
.popup .error-message,
.account-setup-popup .account-details span.error-message,
.account-information-section .error-message {
    color: #ffd100;
    display: inline-block;
    font-family: 'avenirmedium';
    font-size: 14px;
    margin: 10px auto 5px;
    width: 245px;
}

.account-setup-popup .account-details span.error-message,
.account-information-section .error-message,
.log-in-popup .error-message {
    width: 100%;
    text-align: center;
    margin: 0px auto 20px;
}

.account-information-section .error-message,
.log-in-popup .error-message {
    font-size: 18px;
    text-align: left;
}

.log-in-popup .error-message {
    margin: 5px 0 15px;
}

.congratulations-popup .error-message {
    text-align: center;
    width: 100%;
}

.registration-popup .error-message.hide,
.popup .error-message.hide {
    display: none;
}

.registration-popup.error .enter-id {
    margin-top: 0;
}

.registration-popup .error-message {
    text-align: center;
    width: 100%;
}

/*------------------------------------------------------------------
Registration/Security code expired
------------------------------------------------------------------*/

.security-code {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    background: url('../images/registration/security-code-expired-bg.png') no-repeat transparent;
    background-size: cover;
    height: 355px;
    margin: 0 auto;
    max-width: 760px;
    padding: 50px;
}

.security-code .header {
    color: #fff;
    font-family: 'avenirblack';
    font-size: 26px;
    margin: 0;
}

.security-code .security-code-dots {
    background: url('../images/registration/security-code-dots.png') no-repeat transparent;
    background-size: cover;
    border: none;
    height: 6px;
    margin-top: 11px;
    margin-bottom: 44px;
}

.security-code p {
    color: #fff;
    font-family: 'avenirmedium';
    font-size: 16px;
    margin: 0;
}

.security-code p:nth-of-type(2) {
    margin: 28px 0 0 0;
}

.security-code .links {
    margin: 42px 0 0 0;
    text-align: center;
}

.security-code .buy-kids,
.security-code .buy-jr {
    background: url('../images/painted-bg-1.png') no-repeat transparent;
    color: #3b0303;
    display: inline-block;
    font-family: 'tradegothic-20';
    font-size: 20px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    text-decoration: none;
    width: 180px;
}

.security-code .buy-jr {
    margin-left: 20px;
}

/*------------------------------------------------------------------
Redirect popup
------------------------------------------------------------------*/

.redirect-popup {
    z-index: 999999;
}

.redirect-popup .popup-body,
.account-activated-popup .popup-body {
    background: url('../images/registration/redirect-popup-bg.png') no-repeat transparent;
    height: 360px;
    text-align: center;
    width: 444px;
}

.account-activated-popup .popup-body {
    background-size: 100% 100%;
    height: 200px;
}

.redirect-popup .mti-logo {
    margin: 35px 0;
}

.redirect-popup .popup-content,
.redirect-popup .popup-code,
.account-activated-popup .popup-content {
    color: #fff;
    font-size: 24px;
}

.redirect-popup .popup-content,
.account-activated-popup .popup-content {
    font-family: 'avenirblack';
    margin: 0 auto 0;
    width: 384px;
}

.account-activated-popup .popup-content {
    margin: 85px auto 0;
}

.redirect-popup .popup-code {
    background: url('../images/white-underline-dots.png') no-repeat transparent;
    background-position: center bottom;
    font-family: 'avenirmedium';
    font-weight: bold;
    margin: 24px auto 0;
    padding: 0 0 25px 0;
    width: 70%;
}

.redirect-popup .redirect-go-back-btn {
    margin-left: -90px !important;
    margin-top: 20px !important;
    left: 50%;
}

/*------------------------------------------------------------------
Registration popup
------------------------------------------------------------------*/

.registration-popup .popup-body {
    background: url('../images/registration/registration-popup-bg.png') no-repeat transparent;
    background-size: cover;
    height: 332px;
    width: 425px;
    text-align: center;
}

.registration-popup .popup-header {
    background: url('../images/white-underline-dots.png') no-repeat transparent;
    background-position: center bottom;
    color: #fff;
    font-family: 'avenirblack';
    font-size: 32px;
    margin: 40px 0 0 0;
    padding: 0 0 20px 0;
}

.registration-popup .enter-id {
    color: #fff;
    font-family: 'avenirmedium';
    font-size: 15px;
    margin: 25px 0 0 0;
    /*margin: 25px 0 0 100px;*/
    text-align: left;
}

.registration-popup .registration-inner-content {
    margin: 0 auto;
    text-align: left;
    width: 80%;
}

.registration-popup .registration-id-txtbox {
    font-size: 14px;
    line-height: 32px;
    /*margin-left: 30px;*/
    padding-left: 5px;
    width: 247px;
}

.registration-popup .info {
    color: #fff;
    font-family: 'avenirmedium';
    font-size: 14px;
    margin-top: 7px;
    /*margin: 7px 0 0 100px;*/
    text-align: left;
}

.registration-popup .info.space-for-id {
    margin: 0;
    padding-top: 25px;
}

.registration-popup .info-on-two-lines {
    margin-bottom: 0;
    margin-top: 3px;
}

.registration-popup .info-icon {
    background: url('../images/info-icon.png') no-repeat transparent;
    display: inline-block;
    height: 27px;
    margin: 4px 0 0 10px;
    /*margin-top: 4px;*/
    vertical-align: top;
    width: 27px;
}

.registration-popup .next-btn,
.account-setup-popup .next-btn {
    background: url('../images/painted-bg-1.png') no-repeat transparent;
    background-size: cover;
    border: none;
    color: #3b0303;
    cursor: pointer;
    display: inline-block;
    font-family: 'tradegothic-20';
    font-size: 24px;
    height: 54px;
    line-height: 52px;
    margin: 25px 0 0 0;
    outline: none;
    text-align: center;
    width: 180px;
}

.account-setup-popup .next-btn[disabled],
.save-account-details[disabled] {
    background: url('../images/painted-bg-1-bw.png') no-repeat transparent;
    background-size: cover;
    color: #777;
    cursor: default;
}

/*------------------------------------------------------------------
Account Setup popup
------------------------------------------------------------------*/

.account-setup-popup .popup-body {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    background: url('../images/registration/account-setup-popup-bg.png') no-repeat transparent;
    background-size: cover;
    /*height: 753px;*/
    padding: 40px;
    width: 435px;
}

.account-setup-popup .next-btn {
    margin: 0;
}

.account-setup-popup .popup-body .organization {
    color: #fff;
    font-family: 'avenirblack';
    font-size: 32px;
    margin: 0;
}

.account-setup-popup .account-setup-header {
    color: #fff;
    font-family: 'avenirmedium';
    font-size: 24px;
    font-weight: 300;
    margin: 20px 0 25px 0;
}

.account-setup-popup .details-row {
    background: url('../images/white-underline-dots.png') repeat-x transparent;
}

.account-setup-popup .details-row.top-border {
    background-position: center top;
    padding-top: 12px;
}

.account-setup-popup .details-row.bottom-border {
    background-position: center bottom;
    margin: 0 0 35px 0;
    padding-bottom: 12px;
}

.account-setup-popup .details-row span {
    color: #fff;
    font-size: 18px;
}

.account-setup-popup .detail-label {
    font-family: 'avenirblack';
}

.account-setup-popup .detail-value {
    font-family: 'avenirmedium';
    margin-left: 5px;
}

.account-setup-popup .account-details span {
    color: #fff;
    font-family: 'avenirmedium';
    font-size: 14px;
}

.account-setup-popup .account-details input[type="text"],
.account-setup-popup .account-details input[type="password"] {
    margin: 8px 0 14px 0;
}

.account-setup-popup .account-details input[type="password"]:last-child {
    margin-bottom: 0;
}

.account-setup-popup .popup-body .activate-container {
    margin: 21px 0 0 0;
}

.account-setup-popup .popup-body .note {
    color: #fff;
    font-family: 'avenirmedium';
    font-size: 14px;
    margin: 20px 0 0 0;
}

/*------------------------------------------------------------------
Landing page
------------------------------------------------------------------*/

.landing-header {
    background-color: #000 !important;
    height: 50%;
    margin: 0;
    position: relative;
    z-index: 1;
}

.landing-header .landing-header-bg {
    -webkit-transition: all 600ms 0ms ease-in-out;
    -moz-transition: all 600ms 0ms ease-in-out;
    -ms-transition: all 600ms 0ms ease-in-out;
    transition: all 600ms 0ms ease-in-out;

    background-color: #000 !important;
    background-position: center !important;
    background-size: cover !important;
    height: 100%;
    position: relative;
    width: 100%;
}

.kids-landing .landing-header .landing-header-bg {
    background: url('../images/kids-landing-bg.jpg') no-repeat #000;
}

.junior-landing .landing-header .landing-header-bg {
    background: url('../images/junior-landing-bg.jpg') no-repeat #000;
}

.kids-landing .landing-header-bg h3,
.junior-landing .landing-header-bg h3 {
    color: #fff;
    font-family: 'avenirblack';
    font-size: 46px;
    margin: 180px 0 0 160px;
    padding: 0;
    position: absolute;
    width: 350px;
}

.kids-landing .landing-header-bg .kids-edition-white-logo,
.junior-landing .landing-header-bg .junior-edition-white-logo {
    margin: 73px 0 0 55px;
    position: absolute;
}

.landing-header/*,
.landing-edition .landing-text*/ {
    -webkit-transition: all 700ms 0s ease-in-out;
    -moz-transition: all 700ms 0s ease-in-out;
    -ms-transition: all 700ms 0s ease-in-out;
    transition: all 700ms 0s ease-in-out;
}

.landing-edition .landing-text {
    /*bottom: 0;*/
    color: #892429;
    font-family: 'avenirmedium';
    height: 50%;
    position: relative;
    /*top: 50%;*/
    /*top: 415px*/
    /*top: 390px;*/
}

.landing-edition .landing-text .right-shadow,
.landing-edition .landing-text .left-shadow {
    display: none;
    min-height: 2500px;
}

.landing-edition .landing-text p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}

.landing-edition .landing-text .left,
.landing-edition .landing-text .right {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.landing-edition .landing-text .left {
    padding: 25px;
    float: left;
    width: 58%;
}

.landing-edition .landing-text .right {
    background: url('../images/landing-pages/portal-right-bg.png') no-repeat transparent;
    background-size: cover;
    float: right;
    padding: 15px 25px;
    width: 42%;
}

.landing-edition .landing-text .left ul {
    text-align: center;
    margin: 25px auto;
}

.junior-landing.landing-edition .landing-text .left ul {
    max-width: 500px;
    width: 65%;
}

.landing-edition .landing-text .left .links a {
    background: url('../images/painted-bg-1.png') no-repeat transparent;
    background-size: 100% 100%;
    color: #3b0303;
    display: inline-block;
    font-family: 'tradegothic-20';
    font-size: 24px;
    height: 57px;
    line-height: 54px;
    margin: 0 10px;
    padding: 0 10px;
    text-decoration: none;
    width: 185px;
}

.landing-edition .landing-text .left .links a.large-link {
    width: 200px;
}

.landing-edition .landing-text .left ul li {
    display: inline-block;
    list-style: none;
    color: inherit;
    font-family: 'avenirblack';
    font-size: 15px;
}

.landing-edition .landing-text .left ul li a {
    color: inherit;
    font-family: 'avenirblack';
    font-size: 15px;
    text-decoration: none;
}

.landing-edition .landing-text .left ul li:first-child:before,
.landing-edition .landing-text .left ul li.no-bullet:before {
    display: none;
}

.landing-edition .landing-text .left ul li:before {
    content: '•';
    display: inline-block;
    margin: 0 10px;
}

.landing-edition .landing-small-header {
    background: url('../images/white-underline-dots.png') repeat-x transparent;
    background-position: left bottom;
    color: #892429;
    display: inline-block;
    font-family: 'tradegothic-20';
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.landing-edition .view-more-link {
    color: #862226;
    display: inline-block;
    font-family: 'avenirheavy';
    font-size: 16px;
    margin: 5px 0 10px 0;
    text-decoration: none;
}

.landing-edition .view-more-link:hover {
    color: #fff;
}

.landing-edition .orange-dots {
    background-repeat: repeat-x;
    margin: 0 auto 25px 0;
}

.landing-edition .landing-under-video-pattern {
    -webkit-transition: all 500ms 0ms ease-in-out;
    -moz-transition: all 500ms 0ms ease-in-out;
    -ms-transition: all 500ms 0ms ease-in-out;
    transition: all 500ms 0ms ease-in-out;

    background: url('../images/landing-pages/landing-under-video-pattern.png') repeat-x transparent;
    /*display: none;*/
    /*height: 74px;*/
    float: left;
    height: 0;
    opacity: 0;
    position: relative;
    width: 100%;
}

.landing-edition .landing-under-video-pattern p.landing-under-video-header {
    color: #fff;
    font-family: 'avenirroman';
    font-size: 25px;
    margin: 20px;
}

/*------------------------------------------------------------------
Custom Video Player
------------------------------------------------------------------*/

.custom-video-player {
    position: absolute !important;
    top: 10px;
}

#kids-video-landing-player,
#junior-video-landing-player {
    max-height: 340px;
}

.expanded-video-title {
    -webkit-transition: all 300ms 0s ease-in-out;
    -moz-transition: all 300ms 0s ease-in-out;
    -ms-transition: all 300ms 0s ease-in-out;
    transition: all 300ms 0s ease-in-out;

    color: #fff;
    font-family: 'avenirroman';
    font-size: 20px;
    left: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    top: 30px;
    z-index: 1;
}

/*------------------------------------------------------------------
Congratulations popups
------------------------------------------------------------------*/

.rating-popup .popup-body {
    background: url('../images/registration/registration-popup-bg.png') no-repeat transparent;
    background-size: cover;
    width: 444px;
    text-align: center;
}

.rating-popup .popup-body .popup-header {
    color: #fff;
    font-family: 'avenirblack';
    font-size: 28px;
    margin: 40px 0 0 0;
    padding: 0 0 5px 0;
}

.rating-popup .popup-body .completed {
    color: #fff;
    font-family: 'avenirmedium';
    font-size: 18px;
    margin: 0;
    padding: 0 0 25px 0;
}

.rating-popup .popup-body .rate-session {
    background: url('../images/white-underline-dots.png') repeat-x transparent bottom center;
    color: #fff;
    font-family: 'avenirmedium';
    font-size: 20px;
    margin: 0 auto;
    padding: 0 0 12px 0;
    text-transform: uppercase;
    width: 270px;
}

.rating-popup .popup-body ul.rate-stars {
    margin: 13px auto 7px auto;
    overflow: hidden;
    width: 270px;
}

.rating-popup .popup-body ul.rate-stars li {
    display: inline-block;
    margin: 0 12px 0 0;
    text-align: center;
}

.rating-popup .popup-body ul.rate-stars li:last-child {
    margin: 0;
}

.rating-popup .popup-body ul.rate-stars li a {
    background:url(../images/rate-star-empty.png) no-repeat;
    display: inline-block;
    height:24px;
    text-align: center;
    width: 27px;
}

/*.rating-popup .popup-body ul.rate-stars li a:hover,*/
.rating-popup .popup-body ul.rate-stars li.selected a {
    background:url(../images/rate-star-filled.png) no-repeat;
}

.rating-popup .popup-body .submit-btn {
    background: url('../images/painted-bg-1.png') no-repeat transparent;
    background-size: cover;
    border: none;
    color: #3b0303;
    cursor: pointer;
    display: inline-block;
    font-family: 'tradegothic-20';
    font-size: 24px;
    height: 55px;
    line-height: 52px;
    margin: 0;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
}

.rating-popup .popup-body .skip {
    bottom: 20px;
    color: #fff;
    font-family: 'avenirmedium';
    font-size: 14px;
    text-decoration: underline;
    position: absolute;
    right: 30px;
}

.rating-popup .popup-body .skip:hover {
    text-decoration: none;
}

.rating-popup .popup-body {
    background: url('../images/registration/kids-congrats-ses1-popup-social.png') no-repeat transparent;
    width: 467px;
    text-align: center;
}

.rating-popup .popup-body .rate-stars {
    margin: 13px auto 20px auto;
}

.rating-popup .popup-body ul.congrats-social {
    margin: 10px auto;
    overflow: hidden;
    width: 120px;
}

.rating-popup .popup-body ul.congrats-social li {
    display: inline-block;
    margin: 0 12px 0 0;
    text-align: center;
}

.rating-popup .popup-body a.link-share {
    color: #fff;
    text-decoration: none;
}

/*twitter*/
/*.rating-popup .popup-body ul.congrats-social li:nth-child(2) {
    background:url('../images/congrats-tw-brown.png') no-repeat;
    background-size: 30px 30px;
    position: relative;
    top: -2px;
}
.rating-popup .popup-body ul.congrats-social li:nth-child(2) > iframe { 
    opacity: 0;
}*/

.rating-popup .popup-body ul.congrats-social li:last-child {
    margin: 0;
}

.rating-popup .popup-body textarea {
    background: #fff;
    border: none;
    color: #3b0303;
    font-family: 'avenirmedium';
    font-size: 14px;
    height: 63px;
    margin: 0;
    outline: none;
    padding: 15px;
    resize: none;
    width: 360px;
}

.rating-popup ::-webkit-input-placeholder { /* WebKit browsers */
    color: #3b0303;
}

.rating-popup :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #3b0303;
    opacity: 1;
}

.rating-popup ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #3b0303;
    opacity: 1;
}

.rating-popup :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #3b0303;
}

.rating-popup .submit-btn {
    margin: 20px 0 0 0;
}

.rating-popup .experience {
    margin: 20px 0;
}

.rating-popup .rating {
    margin: 5px 0 20px;
}

.rating-popup .share .completed {
    padding: 0;
}

.rating-popup .share {
    margin: 10px 0;
}

.rating-popup .completed .session-title {
    text-transform: uppercase;
}

/*------------------------------------------------------------------
Rating Popup states
------------------------------------------------------------------*/

.rating-popup .share,
.rating-popup .experience,
.rating-popup.share .experience,
.rating-popup.poor-experience .share,
.rating-popup .log-in-popup-wrapper,
.rating-popup.log-in-popup .rating-popup-wrapper {
    display: none;
}

.rating-popup.poor-experience .experience,
.rating-popup.social-share .share,
.rating-popup.log-in-popup .log-in-popup-wrapper {
    display: block;
}

/*------------------------------------------------------------------
Login Popup
------------------------------------------------------------------*/

.log-in-popup .popup-body {
    background: url('../images/registration/log-in-popup-bg.png') no-repeat transparent;
    background-size: cover;
    /*height: 342px;*/
    width: 823px;
    text-align: center;
}

.log-in-popup .popup-body .top-text {
    color: #fff;
    font-family: 'avenirmedium';
    font-size:22px;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: left;
}

.log-in-popup .popup-body .log-in-popup-left {
    background: url(../images/vertical-line.png) no-repeat right;
    float: left;
    margin:65px 30px 0 40px;
    padding: 0 30px 0 0;
    width:330px;
}

.log-in-popup .popup-body .log-in-popup-left .form-label {
    color: #fff;
    display: block;
    font-family: 'avenirmedium';
    font-size: 14px;
    text-align: left;
    width: 100%;
}

.log-in-popup .popup-body .log-in-popup-left input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    border: none;
    color: #3b0303;
    font-family: 'avenirmedium';
    font-size: 18px;
    height: 28px;
    margin: 4px 0 10px 0;
    padding: 0 5px;
    outline: none;
    width: 100%;
}

.log-in-popup .popup-body .log-in-popup-left .pass {
    color: #fff;
    display: block;
    font-family: 'avenirmedium';
    font-size: 14px;
    margin: 0 0 15px 0;
    text-align: left;
    text-decoration: underline;
    width: 100%;
}

.log-in-popup .popup-body .log-in-popup-left .login-btn,
.log-in-popup .popup-body .log-in-popup-right .login-btn,
.log-in-popup .popup-body .log-in-popup-right .large-btn,
.log-in-popup .popup-body .log-in-popup-right .yellow-btn  {
    background: url('../images/painted-bg-1.png') no-repeat transparent;
    background-size: cover;
    border: none;
    color: #3b0303;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: 'tradegothic-20';
    font-size: 24px;
    height: 55px;
    line-height: 52px;
    margin: 25px 0 0 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    width: 180px;
}

.log-in-popup .popup-body .log-in-popup-right .login-btn-kids {
    margin: 25px 10px 0 0;
}

.log-in-popup .popup-body .log-in-popup-right {
    float: left;
    margin:65px 20px 0 0;
    width: 370px;
}

.log-in-popup .popup-body .log-in-popup-right .learn-more {
    color: #fff;
    display: block;
    font-family: 'avenirmedium';
    font-size: 16px;
    margin:0;
    text-align: left;
    width: 100%;
}

.log-in-popup .popup-body .log-in-popup-right .top-text-last {
    font-size: 18px;
    margin: 26px 0 0 0;
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
}

.log-in-popup .loader {
    margin-left: 70px;
    margin-top: 50px;
}

/* Popup doesn't need to be responsive... */
.log-in-popup .forgot-password-container {
    display: none;
    height: 258px;
}

/*------------------------------------------------------------------
Log in popup states
------------------------------------------------------------------*/

.log-in-popup #form-anonymous-login.forgot-password .log-in-popup-view-all-sessions {
    display: none;
}

.log-in-popup #form-anonymous-login.forgot-password .forgot-password-container {
    display: block;
}

.log-in-popup #form-anonymous-login.loading-forgot-password .forgot-password-form .forgot-password-btn {
    display: none;
}

.log-in-popup #form-anonymous-login.loading-forgot-password .forgot-password-form .loader {
    display: block;
    margin: 10px 0 0 145px;
}

.inner-content .arrow-up {
    position: absolute;
    top: 20px;
    right: 5px;
}

.inner-content .arrow-down {
    position: absolute;
    bottom: 15px;
    right: 5px;
}

/*.right-navigation {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    top: 50%;
    position: absolute;
    right: 25px;
    right: 10px;
    top: 50%;
    width: 36px;
}

.right-navigation a {
    display: inline-block;
}

.right-navigation a:first-child {
    margin-bottom: 70px;
}*/

.teacher-resource-items {
    overflow: hidden;
    padding-right: 50px;
}

#twitter-widget-0 {
    width: 30px !important;
}

/*------------------------------------------------------------------
Footer
------------------------------------------------------------------*/

footer {
    bottom: 0;
    height: 108px;
    min-width: 1000px;
    overflow: hidden;
    z-index: 20;
}

footer.apply-pattern {
    background: url('../images/footer-bg.png') repeat-x transparent;
    background-position: 100% bottom;
}

footer .footer-menu {
    margin: 25px 0 0 0;
    padding: 0;
}

footer .footer-menu li a {
    font-family: 'avenirheavy';
    font-size: 17px;
}

footer .footer-menu li a,
footer .footer-licensing span a,
footer .footer-links li a {
    -webkit-transition: all 150ms 0s ease-in-out;
    -moz-transition: all 150ms 0s ease-in-out;
    -ms-transition: all 150ms 0s ease-in-out;
    transition: all 150ms 0s ease-in-out;
}

footer .footer-menu li a:hover,
footer .footer-licensing span a:hover,
footer .footer-links li a:hover {
    color: #ffc116;
}

footer .footer-menu li.delimiter-after:after {
    content: '';
    background: url('../images/footer-menu-delimiter.png') no-repeat transparent;
    display: inline-block;
    height: 31px;
    margin: -5px 34px 0;
    vertical-align: middle;
    width: 5px;
}

footer .footer-menu li:first-child a {
    /*font-family: 'avenirroman';
    font-weight: bold;*/
}

footer .footer-menu li {
    vertical-align: middle;
}

footer .footer-menu li,
footer .footer-links li {
    color: #fff;
    display: inline-block;
}

footer .footer-licensing {
    margin-top: 12px;
}

footer .footer-licensing span,
footer .footer-licensing span a {
    color: #fff;
    font-family: 'avenirroman';
    font-size: 11px;
    font-weight: bold;
}

footer .footer-licensing .licensing-link.selected,
footer .footer-menu li a.selected,
footer .footer-faq-entry.selected {
    color: #ffc116;
}

footer .footer-licensing span a {
    text-decoration: none;
}

footer .footer-licensing span {
    margin-right: 17px;
}

footer .footer-licensing span:last-child {
    margin-right: 0;
}

footer .footer-menu li a,
footer .footer-links li a {
    color: inherit;
    text-decoration: none;
}

footer .footer-links {
    margin-top: 2px;
}

footer .footer-links li {
    font-family: 'avenirmedium';
    font-size: 11px;
    font-weight: bold;
    margin: 0 8px;
}

footer .footer-links li a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/*------------------------------------------------------------------
Yellow buttons hover state
------------------------------------------------------------------*/

.expand-on-hover {
    /*-webkit-transition: all 30ms 0s ease;
    -moz-transition: all 30ms 0s ease;
    -ms-transition: all 30ms 0s ease;
    transition: all 30ms 0s ease;*/

    /*-webkit-font-smoothing: subpixel-antialiased;*/
    /*-webkit-backface-visibility: hidden;*/
}

.expand-on-hover:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

/*------------------------------------------------------------------
Vertical nav arrows hover state
------------------------------------------------------------------*/

.nav-arrow {
    -webkit-transition: all 300ms 0s ease-in-out;
    -moz-transition: all 300ms 0s ease-in-out;
    -ms-transition: all 300ms 0s ease-in-out;
    transition: all 300ms 0s ease-in-out;

    -webkit-backface-visibility: hidden;
}

.nav-arrow:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/* fix for #143 */
.session-line h5 {
    white-space: nowrap;
}

/*------------------------------------------------------------------
Video/Audio popup
------------------------------------------------------------------*/

.video-popup .popup-body, .audio-popup .popup-body {
    background: url('../images/registration/registration-popup-bg.png') no-repeat transparent;
    background-size: cover;
    width: 444px;
    text-align: center;
}
.video-popup .video-audio-popup-title, .audio-popup .video-audio-popup-title {
    color: #fff;
    font-family: "avenirmedium";
    font-size: 22px;
    margin: 60px 0 20px 0;
    padding-left: 20px;
    text-align: left;
}
.video-popup .custom-video-player-popup, .audio-popup .custom-audio-player-popup {
    margin: 0 auto;
}

/*------------------------------------------------------------------
Help popup
------------------------------------------------------------------*/

.help-popup .popup-body {
    padding: 0 20px;
    height: 590px;
}

.help-popup .popup-header {
    background: url("../images/white-underline-dots.png") no-repeat left bottom;
    color: #fff;
    font-family: "avenirblack";
    font-size: 32px;
    margin: 40px 0 0;
    padding: 0 0 20px;
}

.help-popup .info {
    color: #fff;
    font-family: "avenirmedium";
    font-size: 14px;
    margin-top: 7px;
    text-align: left;
    margin-bottom: 0;
}

.help-popup .required {
    color: #fff;
    font-family: "avenirmedium";
    font-size: 12px;
    margin: 0;
    padding: 5px 0 0 0;
}

.help-popup label {
    font-family: "avenirblack";
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 215px;
}

.help-popup select, .help-popup input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    border: none;
    color: #3b0303;
    font-family: 'avenirmedium';
    font-size: 18px;
    margin-top: 5px;
    padding: 5px;
    outline: none;
    margin-bottom: 5px;
    width: 250px;
}

.help-popup textarea {
    border: none;
    color: #3b0303;
    font-family: 'avenirmedium';
    font-size: 18px;
    height: 100px;
    width: 100%;
    margin-top: 4px;
    padding: 5px;
    outline: none;
    resize: none;
    overflow: auto;
}

.help-popup .loader {
    margin: 0;
}

.help-popup .error-message {
    display: block !important;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.help-popup .success {
    text-align: center;
    font-size: 20px;
    padding-top: 40px;
}

.help-popup a.faqpage {
    color: #fff;
}

.help-popup .painted-button {
    margin-top: 0;
    margin-bottom: 0;
}

/* scholarship home page */

a.scholarship-home {
    display: block;
    position: absolute;
    width: 172px;
    height: 162px;
    font-family: 'avenirheavy';
    font-size: 16px;
    font-weight: normal;
    color: #892429;
    text-align: center;
    text-decoration: none;
    background: url("../images/scholarship-corner.png") no-repeat left top;
    top: 0;
    right: 0;
    padding: 10px 0 0 160px;
    z-index: 9999;
    line-height: 20px;
}
a.scholarship-home span {
    font-size: 14px;
}

/* needs-iscroll */
@media only screen and (max-height: 620px) {
    html.needs-iscroll footer.footer {
        position: absolute;
    }
}
html.needs-iscroll {
    min-height: 0;
}
html.needs-iscroll #content {
    bottom: 108px;
    min-height: 0;
    position: absolute;
    top: 67px;
}
@media only screen and (min-width: 1921px) {
    html.needs-iscroll #content {
        left: 50%;
        margin-left: -960px;
    }
}

.iScrollVerticalScrollbar {
    top: 40px !important;
    bottom: 40px !important;
    right: 20px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 3px;
}
.iScrollVerticalScrollbar .iScrollIndicator {
    border: none !important;
    background: rgba(134, 34, 38, 1) !important;
}

.all-sessions .iScrollVerticalScrollbar {
    top: 20px !important;
    bottom: 20px !important;
}
.center-sun.landscape{
    background: url('../images/center-sun-mobile.png') no-repeat transparent;
    background-size: cover;
    background-position: center -794px;
    bottom: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    z-index: 0;    
}

/*  height < 1100px */
.content.max1100 .home-callout{
   bottom: 40px;
}
.content.max1100 .center-sun {
    background-position: center -160px;
}
.content.max1100 .home-intro {
    top: 600px;
}