/* Minification failed. Returning unminified contents.
(44,17): run-time error CSS1062: Expected semicolon or closing curly-brace, found '['
 */
/* Setup and Normalization
------------------------------------------------------------------------ */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

*:focus {
    outline: none;
}

html {
    height: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

body {
    height: 100%;
    margin: 0;
}

.page {
    width: 100%;
    height: auto;
    min-height: 100%;
    background-image: url('/Logos/bg.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: fixed;
    background-size: 100% auto;
    overflow: auto;
    padding-bottom: 4rem;
    display: inline-block;
    opacity:0;
    filter:alpha[opacity=0];
}

.page > div:not(.navigation) {
    padding-top: 90px; /* Make room for the floating nav menu. */
    
    clear:both;
}
@media only screen and (min-width: 800px) {
    .page > div:not(.navigation) {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 800px) {
    .page {
        background-size: 60% auto;
    }
}

a, .a {
    background-color: transparent;
    outline: 0;
    text-decoration: none;
    color: #ffa801;
    transition: all .2s ease-in-out;
    cursor:pointer;
}

a:hover, .a:hover {
    color: #f68b1b;
}

img {
    border-style: none;
    border: 0;
    outline: none;
}

hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin-bottom: 4rem;
}

textarea {
    overflow: auto;
}

.footer {
    width:100%;
    text-align:center;
}

.javascript-message {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 90%;
    transform: translate(-50%,-45%);
    font-family: sans-serif;
    font-size: 1.5em;
    color: #707070;
    text-align: center;
    text-shadow: 0px 0px 50px #fff;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11;
}

.ie-message {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 90%;
    transform: translate(-50%,-45%);
    font-family: sans-serif;
    font-size: 1.5em;
    color: #707070;
    text-align: center;
    text-shadow: 0px 0px 50px #fff;
    display: none;
    z-index: 11;
}


/* Loader
------------------------------------------------------------------------ */

@keyframes loader-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.loader {
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    display:none;
}
#loader {
    display:block;
}

.loader .circle {
    position: fixed;
    width: 200px !important;
    height: 200px !important;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%, 0);
}

.loader .circle div {
    position: absolute;
    -webkit-animation: loader-circle 1s linear infinite;
    animation: loader-circle 1s linear infinite;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #ffa801;
    -webkit-transform-origin: 80px 82px;
    transform-origin: 80px 82px;
}

.loader.white .circle div {
    box-shadow: 0 4px 0 0 #fff;
}


/* Spacing
------------------------------------------------------------------------ */

.top-space {
    display: block;
    margin-top: 2rem;
    overflow: auto;
}

/* Typography
------------------------------------------------------------------------ */

h1 {
    font-size: 3em;
    font-weight: normal;
}

h2 {
    font-size: 2em;
    font-weight: normal;
}

h3 {
    font-size: 1.5em;
    font-weight: normal;
}

h4 {
    font-size: 1.3em;
    font-weight: normal;
}

/* Icons
------------------------------------------------------------------------ */

.icon {
    width: 3em;
    height: 3em;
    margin-right: .5em;
    fill: #ccc;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}

a:hover .icon {
    fill: #aaa;
}

/* Badges
------------------------------------------------------------------------ */

.badge {
    position: relative;
    display: inline-block;
    font-size: .7em;
    background: #ffa801;
    color: #fff;
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    line-height: 1.8em;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: .5em;
}

.badge.doubledigit {
    width: 2em;
    height: 2em;
    line-height: 2em;
}

.nav-list-secondary a:hover .badge {
    background: #fff;
    color: #ffa801;
    transition: all .2s ease-in-out;
}

/* Forms
------------------------------------------------------------------------ */

input[type=text], .login input[type=email], .login input[type=password], select {
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.1em;
    padding: 1em;
    color: #555555;
}

select {
    padding:.3em;
}

@media only screen and (min-width: 800px) {
    input[type=text], .login input[type=email], .login input[type=password] {
        font-size: 1.5em;
    }
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 2em white inset;
    -webkit-text-fill-color: #555555 !important;
}

button[type=submit] {
    border: 0;
    background: #f68b1b;
    font-size: 1.1em;
    padding: 1.2em;
    color: #fff;
}

@media only screen and (min-width: 800px) {
    button[type=submit] {
        font-size: 1.5em;
    }
}

.validation-summary, .validation-message {
    color: #cb1d00;
    font-size: 1.3em;
}

.validation-summary ul li {
    list-style-type: none;
    font-size: 1.4em;
    margin-bottom: 2em;
}

.helper-text {
    color: #aaa;
    transition: all .1s ease-in-out;
    text-decoration: none;
    cursor:pointer;
    display:block;
}

.helper-text:hover {
    color: #555;
}

::placeholder {
    color: #ddd;
}

select option {
    padding: 1em;
    color: #555555;
}

select option.default, select.disabled-selected {
    color: #ddd;
}

textarea {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    padding:1em;
    font-size:1em;
}
@media only screen and (min-width: 800px) {
    textarea {
        font-size: 1.2em;
    }
}

/* Buttons
------------------------------------------------------------------------ */

button {
    background: transparent;
    display: block;
    outline: 0;
    padding: 1em;
    border: 0;
    font-size: 1.1em;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

button.solid {
    background: #ffa801;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

button.solid:hover {
    background: #f68b1b;
}

button.grey {
    color: #ccc;
    /*background: #fff;*/
}

button.grey:hover {
    color: #bbb;
}

button.solid.grey {
    background: #ccc;
}

button.solid.grey:hover {
    background: #bbb;
}

button.tiny, button.tiny {
    font-size: 1.5em;
    margin: 2rem auto;
}

button.back.tiny:before, button.forward.tiny:after {
    font-size: .5em;
}

button.small, button.small {
    font-size: 2em;
    margin: 3rem auto;
}

button.back.small:before, button.forward.small:after {
    font-size: .5em;
}

button.large, button.large {
    font-size: 1.8em;
    margin: 1.8rem auto;
}
button.back.large:before, button.forward.large:after {
    font-size: .5em;
}
@media only screen and (min-width: 800px) {
    button.large, button.large {
        font-size: 3em;
        margin: 4rem auto;
    }

    button.back.large:before, button.forward.large:after {
        font-size: .6em;
    }
}

button.back { /* Button with back arrow */
    background: transparent;
    border: 0;
    display: block;
    cursor: pointer;
    padding: 0;
    padding-right: 1em;
    padding-left: 1em;
    position: relative;
    transition: all .1s ease-in-out;
}

button.back:before {
    display: inline-block;
    position: relative;
    content: "\25c0 \FE0E";
    left: -.5em;
    top: -.2em;
    transform: translate3d(0,0,0);
    transition: transform .1s ease-in-out;
}

button.back:hover:before {
    transform: translate3d(-50%,0,0);
}

button.forward { /* Button with forward arrow */
    background: transparent;
    border: 0;
    display: block;
    cursor: pointer;
    padding: 0;
    padding-right:1em;
    padding-left:1em;
    position: relative;
    transition: all .1s ease-in-out;
}

button.forward:after {
    display: inline-block;
    position: relative;
    content: "\25B6 \FE0E";
    left: .5em;
    top: -.2em;
    transform: translate3d(0,0,0);
    transition: transform .1s ease-in-out;
}

button.forward:hover:after {
    transform: translate3d(50%,0,0);
}

button.down { /* Button with forward arrow */
    background: transparent;
    border: 0;
    display: block;
    cursor: pointer;
    padding: 0;
    padding-right: 1em;
    padding-left: 1em;
    position: relative;
    transition: all .1s ease-in-out;
}

button.down:after {
    display: inline-block;
    position: absolute;
    content: "\25BC \FE0E";
    left: 50%;
    top: 1.5em;
    transform: translate3d(-50%,0,0);
    transition: transform .1s ease-in-out;
}

button.down:hover:after {
    transform: translate3d(-50%,.25em,0);
}

button.grey, button.grey { /* Adding grey color */
    color: #cccccc;
}

button.grey:hover, button.grey:hover {
    color: #aaaaaa;
}

button.orange, button.orange { /* Adding orange color */
    color: #ffa801;
}

button.orange:hover, button.orange:hover {
    color: #f68b1b;
}

button.white, button.white { /* Adding white color */
    color: #ffffff;
}

button.white:hover, button.white:hover {
    color: #ffffff;
}

button.nopadding {
    padding:0;
    display:inline-block;
}
button.nomargin {
    margin:0;
}

/* Modals
------------------------------------------------------------------------ */

.modal {
    display: none;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 1s ease-in-out;
}
.modal.privacy-modal, .modal.terms-modal, .modal.feedback-modal, .modal.contactus-modal {
    -webkit-overflow-scrolling: touch; /* We are being selective here, because for modals with dynamic content, this does not work, and needs to be applied afterwards. */
}

.modal.secondary-message {
    background: none;
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: 90%;
    -webkit-box-shadow: 0px 0px 151px 8px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 151px 8px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 151px 8px rgba(0,0,0,0.29);
    /*top: 50%;
    transform: translate3d(0,-50%,0);*/
    top:10%;
    margin-bottom:40%;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 1em;
}
@media only screen and (min-width : 800px) {
    .modal-content {
        width: 40%;
        max-width: 1000px;
        margin-bottom: 10%;
    }
}

/*.modal.help .modal-content, .modal.disclaimer .modal-content {
	width:80%;
	height:	80%;
}*/

.modal-header {
    padding: 4em 3em 0em 3em;
    background-color: #fff;
    color: #000;
}

.modal-header span {
    font-size: 2em;
}

.modal-header-intro {
    padding: 4em 3em 0em 3em;
    background-color: #fff;
    color: #000;
}

.modal-header-intro:after {
    content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%,0,0);
    border-bottom: 1px solid #ddd;
}

.modal-header-intro p:last-of-type {
    margin-bottom: 4em;
}

.modal-body {
    padding: 2em 3em 4em 3em;
}

.modal-body p {
    margin-bottom: 1em;
}

.modal-body > p:first-of-type {
    border-top: 1px solid #dadada;
    padding-top: 2em;
}

.modal-body textarea {
    width: 100%;
    height: 10em;
    padding: 1em;
    border: 1px solid #dbdbdb;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-size: 1em;
    margin: 2em 0em;
}

.close-modal {
    float: right;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: .6;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.close-modal:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.close-modal svg {
    width: .7em;
    height: .7em;
    fill: #ccc;
    vertical-align: middle;
}

.modal .agreement {
    font-size: .8em;
}

.modal .agreement hr {
    border: 0;
    height: 1px;
    background: #ccc;
    width: 50%;
}

.modal-header.center {
    text-align: center;
}

.modal.disclaimer .modal-content {
    top: 10%;
    margin-bottom: 10%;
    transform: none;
}

.modal.secondary-message .modal-content {
    max-width: 500px;
}

.modal.teacher img {
    width: 25%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 2rem;
}

.modal button {
    margin-top: 1rem;
    display: block;
    position: relative;
}

.modal button:first-of-type {
    margin-top: 3rem;
}

.modal button.withicon {
    padding-left: 3em;
    text-align:left;
}

.modal button.withicon svg {
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translate3d(0,-50%,0);
    width: 1.5em;
    height: auto;
    line-height: .5em;
    fill: #fff;
}

.modal li {
    margin-top:1em;
}

/* Navigation
------------------------------------------------------------------------ */

.navigation {
    height: 100px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 100px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 100px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 100px 0px rgba(0,0,0,0.2);
    position: fixed;
    width: 100%;
    z-index: 100;
    top:0;
}

.logo svg {
    float: left;
    height: 60px;
    margin: 20px 0 20px 20px;
    /* width: auto; */
    width:339px;
}

.nav-container {
    max-width: 100%;
    margin: 0 auto;
    font-weight: bold;
}

.nav-list-main {
    float: left;
    font-size: 1em;
    margin-left: 2em;
    line-height: 100px;
}

.nav-list-secondary {
    float: right;
    font-size: 1em;
    margin-right: 1rem;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 100px;
    background: #fff;
    color: #555555;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.nav-list-main li a:hover,
.nav-list-main li a:visited:hover {
    color: #ffa801;
}

.nav-list-secondary li a:hover,
.nav-list-secondary li a:visited:hover {
    background: #ffa801;
    color: #ffffff;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul {
    padding: 0 0 1em 0;
    background: #fff;
    min-width: 200px;
}

nav ul li ul li {
    width: 100%;
    white-space: nowrap;
}

nav ul li ul li a {
    padding: 1.5em 3em 1.5em 3em;
    border-top: 1px solid #eee;
    width: 100%;
    line-height: 1em;
}

.nav-dropdown {
    position: absolute;
    width: auto;
    right: 0;
    display: none;
    z-index: 1;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    width: 70px;
    z-index:110;
    background:#fff;
    cursor:pointer;
}
@media only screen and (max-width: 798px) {
    .nav-mobile {
        height: 70px;
        width: 70px;
    }
}
.nav-mobile > span.badge {
    position:relative;
    top:50%;
    left:0%;
    transform:translate(0%,-50%);
    z-index:10;
    /*background:#fff;
    color:#555;*/
    transition:all .2s ease-in-out;
    opacity:1;
}
.nav-mobile.active > span.badge {
    opacity:0;
}

@media only screen and (max-width: 798px) {

    .navigation {
        height:90px;
        position:absolute;
    }

    .nav-mobile {
        display: block;
        margin: 10px 0;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }

    .nav-list-main, .nav-list-secondary {
        float: none;
        clear:both;
        width:100%;
        margin:0;
        display:none;
    }

    .logo svg {
        height: 50px;
        width: 283px;
    }
}

.nav-list-secondary.force-mobile {
    position:absolute;
    right:-100%;
    margin-right:70px;
    transition:all .5s ease-in-out;
}
.nav-list-secondary.force-mobile.active {
    right:0;
}
.nav-mobile.force-mobile {
    display: block;
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #444444;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

.nav-mobile.active #nav-toggle span {
    background-color: transparent;
}

.nav-mobile.active #nav-toggle span:before, .nav-mobile.active #nav-toggle span:after {
    top: 0;
}

.nav-mobile.active #nav-toggle span:before {
    transform: rotate(45deg);
}

.nav-mobile.active #nav-toggle span:after {
    transform: rotate(-45deg);
}

nav svg {
    width: 2em;
    height: 2em;
    margin-right: .5em;
    fill: #ccc;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}

nav a:hover svg {
    fill: #fff;
}

/**********************************************************************************************
*
* Learner Views
*
**********************************************************************************************/

/* Container
------------------------------------------------------------------------ */

.container {
    width: 90%;
    margin: 0 auto;
}

@media only screen and (min-width: 800px) {
    .container {
        width: 80%;
        max-width: 1200px;
    }
}

.container h2, .container h1 {
    width:100%;
    text-align:center;
}
.container h3 {
    width: 100%;
    margin: 3em auto 1em auto;
    text-align: left;
}
@media only screen and (min-width: 800px) {
    .container h2, .container h1 {
        width: auto;
        text-align: left;
    }

    .container h3 {
        width: auto;
        margin: auto;
        text-align: left;
    }
}

.container img {
    max-width:80%;
    display:block;
    margin: 0 auto;
}

/* Grids
------------------------------------------------------------------------ */

.course-thumbnail-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
    padding: 1rem;
}

@media only screen and (min-width: 800px) {
    .course-thumbnail-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        padding: 2rem;
    }
}

@media only screen and (min-width: 1020px) {
    .course-thumbnail-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 1300px) {
    .course-thumbnail-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (min-width: 2000px) {
    .course-thumbnail-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.course-thumbnail-grid .thumbnail {
    display:inline-block;
    max-width:300px;
    padding: .5rem;
}

@media only screen and (min-width: 800px) {
    .course-thumbnail-grid .thumbnail {
        padding: 1rem;
    }
}

.course-thumbnail-grid .thumbnail img {
    width: 100%;
    -webkit-box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
}


/* Float Styles
------------------------------------------------------------------------ */

.left {
    width: 90%;
    margin: 0 auto;
    padding: 1rem;
    position: relative;
}

@media only screen and (min-width: 1020px) {
    .left {
        width: 75%;
        float: left;
        padding: 6rem;
        padding-top: 2rem;
    }
}

.right {
    width: 90%;
    margin: 0 auto;
}

@media only screen and (min-width: 1020px) {
    .right {
        width: 20%;
        float: right;
        clear: right;
        margin: 0 2.5%;
    }
    .right.certificate-padding {
        margin: 100px 2.5% 0 2.5% !important;
    }
}
@media only screen and (min-width: 1500px) {
    .right.certificate-padding {
        margin: 200px 2.5% 0 2.5% !important;
    }
}


/* Misc
------------------------------------------------------------------------ */

.clearfloat {
    clear:both;
}
.clearfloat:after {
    clear: both;
    content: " ";
    display: block;
}

.totop {
    position:fixed;
    bottom:25px;
    right:25px;
    width:50px;
    height:50px;
    z-index:100;
    opacity:.8;
    filter:alpha(opacity = 80);
    cursor:pointer;
    fill:#bbb;
}
@media only screen and (min-width: 1020px) {
    .totop {
        display:none;
    }
}


/* Login View
------------------------------------------------------------------------ */

.login {
    position: absolute;
    top: 40%;
    transform: translate3d(0,-40%,0);
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 825px) and (orientation:landscape) {
    .login {
        padding-top: 2em;
        position: relative;
        top: 0;
        transform: translate3d(0,0,0);
    }
}

.login .myknowledge {
    width: 80%;
    max-width: 800px;
    margin-bottom: 2em;
}

@media only screen and (min-width: 800px) {
    .login .myknowledge {
        width: 60%;
    }
}

@media only screen and (min-width: 1200px) {
    .login .myknowledge {
        width: 40%;
    }
}

@media only screen and (max-width: 825px) and (orientation:landscape) {
    .login .myknowledge {
        width: 40%;
    }
}

.login form {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

@media only screen and (min-width: 800px) {
    .login form {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) {
    .login form {
        width: 30%;
    }
}

.login input[type=text], .login input[type=email], .login input[type=password] {
    display: block;
    width: 70%;
    margin: 1em auto 1em auto;
    text-align: center;
}

@media only screen and (min-width: 800px) {
    .login input[type=text], .login input[type=email], .login input[type=password] {
        width: 100%;
    }
}


/* Courses Grid
------------------------------------------------------------------------ */

.mycourses {
    width: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 800px) {
    .mycourses {
        width: 80%;
    }
}

.mycourses .teacher {
    width: 100%;
    overflow: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    clear: both;
}

.mycourses .teacher > img {
    display: inline-block;
    width: 20%;
    padding-left: 5%;
}

@media only screen and (min-width: 800px) {
    .mycourses .teacher > img {
        float: left;
        width: 20%;
        padding-left: 0;
    }
}

.mycourses .teacher > span {
    display: inline-block;
    font-size: 2em;
    padding-left: 1rem;
    width: calc(80% - 1rem);
    padding-right: 5%;
}

@media only screen and (min-width: 800px) {
    .mycourses .teacher > span {
        float: left;
        width: auto;
        font-size: 2.4em;
        padding-left: 2rem;
        padding-right: 0;
    }
}

.mycourses .courses {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
    padding: 1rem;
}

@media only screen and (min-width: 800px) {
    .mycourses .courses {
        float: right;
        width: 80%;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        padding: 2rem;
    }
}

@media only screen and (min-width: 1020px) {
    .mycourses .courses {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 1500px) {
    .mycourses .courses {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (min-width: 2000px) {
    .mycourses .courses {
        grid-template-columns: repeat(5, 1fr);
    }
}

.mycourses .thumbnail {
    max-width:300px;
    display:inline-block;
    padding: 1rem;
}

@media only screen and (min-width: 800px) {
    .mycourses .thumbnail {
        padding: 2rem;
    }
}

.mycourses .thumbnail img {
    width: 100%;
    -webkit-box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
}

/* Course and Series Views
------------------------------------------------------------------------ */

.course .header, .series .header {
    min-height: 400px;
    color: #fff;
    padding: 5rem 3rem 3rem 3rem;
    padding-bottom: 0rem;
    margin-bottom: 4rem;
    position: relative;
    -webkit-box-shadow: inset 0px -100px 189px -89px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px -100px 189px -89px rgba(0,0,0,0.15);
    box-shadow: inset 0px -100px 189px -89px rgba(0,0,0,0.15);
}
.course .header h1 {
    font-size:2.25em;
}
.course .header h2 {
    font-size: 1.75em;
}
.course .header h3 {
    font-size: 1.25em;
}
@media only screen and (min-width : 800px) {
    .course .header h1 {
        max-width: 70%;
    }

    .course .header h2 {
        max-width: 70%;
    }

    .course .header h3 {
        max-width: 70%;
    }
}

@media only screen and (min-width: 1020px) {
    .course .header {
        padding:3rem;
    }
    .course .header h1 {
        max-width: 80%;
    }
}

.course .course-navigation {
    width:100%;
    margin-top:4em;
}

.course .course-navigation span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 1.5em;
    padding-right: 1.5em;
    width: 100%;
    background: #fff;
    margin-left:1px;
    color: #555;
    filter: alpha(opacity = 50);
    opacity: .5;
    cursor: pointer;
    transition:all .2s ease-in-out;
}

.course .course-navigation span.active {
    background: #fff;
    filter: alpha(opacity = 100);
    opacity: 1;
    cursor:default;
}

.course .course-navigation span.show-on-mobile {
    display:block;
}

@media only screen and (min-width: 1020px) {
    .course .course-navigation {
        position: absolute;
        bottom: 0px;
        height: 70px;
        width:auto;
        margin:0;
    }

    .course .course-navigation span {
        display: inline-block;
        height: 70px;
        line-height: 70px;
        font-size: 1.1em;
        font-weight: bold;
        padding-left: 1.5em;
        padding-right: 1.5em;
        width: auto;
        background: #fff;
        margin-left: 1px;
        color: #555;
        filter: alpha(opacity = 50);
        opacity: .5;
        cursor: pointer;
        transition: all .2s ease-in-out;
    }

    .course .course-navigation span.active {
        background: #fff;
        filter: alpha(opacity = 100);
        opacity: 1;
        cursor: default;
    }

    .course .course-navigation span.show-on-mobile {
        display: none;
    }
}

.course .expiration-notice {
    background: #eee;
    width:100%;
    padding:1em;
    color:#555;
    text-align:center;
    font-size:1em;
    margin-bottom:2rem;
}

.course .expiration-notice.expired {
    background: #555555;
    color:#fff;
}

.course .title-light h1, .course .title-light h3, .series .title-light h1, .series .title-light h3 {
    color: #fff;
}

.course .title-dark h1, .course .title-dark h2, .course .title-dark h3, .series .title-dark h1, .series .title-dark h3 {
    color: #2c2c2c;
}

.course .right {
    width: 90%;
    margin: 0 auto;
}

@media only screen and (min-width: 1020px) {
    .course .right {
        width: 20%;
        float: right;
        margin: 0 2.5%;
    }
}

.course .materials {
    background: #fff;
    padding: 2rem;
    text-align: center;
    margin-top: 4rem;
    -webkit-box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
}
@media only screen and (min-width: 1020px) {
    .course .materials {
        margin-top:0rem;
    }
}

.course .materials .download {
    display: block;
    margin: 1em auto;
    text-align: left;
    clear: both;
    overflow: hidden;
}

.materials .download .icon {
    float: left;
    width: 2.5em;
    height: 2.5em;
}

.materials .download .names {
    float: right;
    width: calc(100% - 3em);
    word-break: break-word;
}

.materials .download .filename {
    display: inline-block;
    font-size: .9em;
    word-break: break-all;
}

.materials .download .name {
    font-size: 1.2em;
    display: block;
}

a .filename {
    color: #ccc;
}

.course .materials hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin-bottom: 4rem;
}

.course .modules-grid, .series .courses {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
    padding: 1rem;
}

.modules-grid h2 {
    font-size:1.5em;
}

.module-length {
    position: absolute;
    top: 2.5rem;
    right: 2rem;
    font-size: 1em;
}

.course .bookmarks, .course .notes, .course .schedule, .course .outline, .course #teacher, .course .recordings, .course .overview, .course .schedule, .course .welcome, .course #exhibitors, .course #starred {
    display: none;
    width: 90%;
    margin: 0 auto;
    padding: 1rem;
    position: relative;
}
.course .recordings {
    padding:0;
}
.course .recordings > h2 {
    padding-left:2em;
}

.course .modules {
    display: block;
}

.course .modules > div:not(.modules-grid) {
    padding-left:2em;
    padding-right:2em;
}

.course #teacher img {
    width:20%;
    float:left;
    margin-right:2rem;
}

.course #teacher button {
    display:inline-block;
}

.course .objectives, .course .outline {
    margin-top:1em;
    display:inline-block;
    width:100%;
}

.course .objectives li {
    margin-top:1em;
}

.course .outline .points div {
    margin-top:1em;
    display:inline-block;
    width:100%;
}

.course .outline .points {
    margin-left:0.5rem;
}

.course .outline .points ul {
    padding:0;
}

.course .outline .points li {
    list-style-type: none;
}

@media only screen and (min-width: 600px) {
    .course .modules-grid, .series .courses {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 800px) {
    .course .modules-grid, .series .courses {
        grid-template-columns: repeat(3, 1fr);
    }
    .course .modules-grid.event {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 1020px) {
    .course .modules-grid, .series .courses {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0px;
        padding: 0;
    }

    .modules-grid h2 {
        font-size: 1.3em;
    }

    .course .modules-grid.event {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0px;
        padding: 0;
    }

    .course .modules, .course .recordings {
        width: 75%;
        float: left;
        padding-left: 3rem;
        padding-right:3em;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .course .bookmarks, .course .notes, .course .overview, .course .schedule, .course #teacher, .course .welcome, .course #exhibitors, .course #starred {
        width: 75%;
        float: left;
        padding: 6rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .module-length {
        font-size: 1em;
        top: 2.5rem;
    }
}


@media only screen and (min-width: 1200px) {
    .course .modules-grid, .series .courses {
        grid-template-columns: repeat(3, 1fr);
    }
    .course .modules-grid.event {
        grid-template-columns: repeat(2, 1fr);
    }
    .modules-grid h2 {
        font-size: 1.5em;
    }

    .module-length {
        font-size: 1.1em;
        top: 2.5rem;
    }
}

@media only screen and (min-width: 1500px) {
    .course .modules-grid, .series .courses {
        grid-template-columns: repeat(4, 1fr);
    }
    .course .modules-grid.event {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 1800px) {
    .modules-grid h2 {
        font-size: 1.7em;
    }
}

.course .module, .series .course {
    max-width: 300px;
    display: inline-block;
    position: relative;
}

.tab-0, .tab-1, .tab-2, .tab-3, .tab-4 {
    display: block;
    margin-top: 1em;
    display: list-item;
    list-style-type: disc;
    list-style-position: outside;
}

.tab-0 {
    margin-left: 1em;
    margin-top: 2em;
}

.tab-1 {
    margin-left: 3em;
}

.tab-2 {
    margin-left: 5em;
}

.tab-3 {
    margin-left: 7em;
}

.tab-4 {
    margin-left: 9em;
}

.course .bookmarks li {
    margin-top: 1em;
}

.note-section {
    padding: 2rem;
    background: #fff;
    position: relative;
}

.course .note-section { /* course element is excluded from printing */
    -webkit-box-shadow: 0px 10px 49px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 49px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 49px 0px rgba(0,0,0,0.1);
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.note-section h3 {
    font-weight: bold;
    margin: 0;
}

.actions {
    display: none;
}

.course .notes .actions { /* course element is excluded from printing */
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
    color: #aaa;
}

.course .notes .actions a {
    color: #aaa;
}

.course .notes .actions div {
    display: inline-block;
}

.course .notes .print-all {
    position: absolute;
    top: 4rem;
    right: 6rem;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
    color: #aaa;
}

.course .notes .actions svg, .course .notes .print-all svg {
    display: inline-block;
    width: 2em;
    height: 2em;
    fill: #ccc;
    vertical-align: middle;
    margin-right: .5em;
    margin-left: 2em;
}

.course .notes .actions span, .course .notes .print-all span {
    vertical-align: middle;
}

.course .module, .course .non-video-module {
    padding: 2rem;
    max-width: 300px;
    display: inline-block;
}

.course .modules-grid.event .non-video-module {
    max-width:none;
}

.course .module-image-container, .series .course-image-container {
    position: relative;
    margin-top: 1rem;
}

.course .module-image, .series .course-image {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
    display: block;
}

.certificate {
    position:absolute;
    top:100px;
    right:10px;
    width: 30%;
    max-width:300px;
    display:block;
}

@media only screen and (min-width: 1020px) {
    .certificate {
        position: relative;
        top: -200px;
        margin:0 2.5% 0 2.5%;
        width: 20%;
        float: right;
        clear: right;
        padding:0;
        display:inline-block;
    }
    .certificate > img {
        position:absolute;
    }
}

.course .modules-grid.expired > * {
    opacity:.3;
    filter:alpha(opacity = 30);
}

.course .module-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter: alpha(opacity = 0);
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}

.course .module-image-container .play-icon {
    height: 30%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    filter: alpha(opacity = 0);
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}

.course .module-image-container:hover .play-icon {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.course .module-image-container:hover .module-image-overlay {
    opacity: .2;
    filter: alpha(opacity = 20);
}

.course .module-duration {
    position: relative;
    margin-top: 1.5em;
    width: 100%;
    height: 15px;
    background-color: #707070;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* get rid of highlight when clicking */
}

.course .module-progress {
    position: absolute;
    height: 100%;
    background-color: #ffa005;
}

.course .module h2, .course .non-video-module h2 {
    margin: 0;
    display: inline-block;
}

.course .module h3 {
    font-size: 1.2em;
    color: #aaa;
}

.course .completed-check, .series .completed-check {
    height: 30px;
    width: 30px;
    margin-left: .5em;
    display: inline-block;
    vertical-align: top;
    fill: #ffa005;
}

.course .non-video-module svg:not(.completed-check) {
    width: 40%;
    height: auto;
    display: block;
    margin: 2rem auto 2rem auto;
    fill: #ccc;
}

.course .partner {
    text-align:center;
    font-size:1.2em;
    color:#aaa;
}

.course .partner img {
    width:50%;
    margin:0 auto;
    display:block;
    padding-bottom:2rem;
    margin-top:2rem;
    max-width:200px;
}

@media only screen and (min-width: 1020px) {
    .course .partner {
        padding:0 2rem 2rem 2rem;
    }
    .course .partner img {
        width:100%;
        max-width:300px;
        margin:1rem auto 0 auto;
    }
}

.course .recommended {
    margin-top:4rem;
    padding-left:2rem;
    padding-right:2rem;
}

.course .recommended .recommended-course {
    margin:2rem 0;
}

.course .recommended .recommended-course img {
    display: block;
    width: 80%;
    margin:0 auto;
    -webkit-box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
}


/* Teacher View
------------------------------------------------------------------------ */

.myteachers {
    width:100%;
    margin:0 auto;
}

@media only screen and (min-width : 800px) {
    .myteachers {
        width:80%;
    }
}

.myteachers .teachers {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
    padding: 1rem;
}

.myteachers .teachers a {
    color:#555;
}

@media only screen and (min-width: 600px) {
    .myteachers .teachers {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 1020px) {
    .myteachers .teachers {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 1500px) {
    .myteachers .teachers {
        grid-template-columns: repeat(4, 1fr);
    }
}

.myteachers .teacher {
    padding:3rem;
}

.myteachers .teacher img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 20px 89px 0px rgba(0,0,0,0.35);
}

.myteachers .teacher span {
    font-size: 1.75em;
    display: block;
    margin-top: 1em;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* The Flex Grid
////////////////////////
*/
.grid {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px 0 -12px;
}

.grid.grid-nogutter {
    margin: 0;
}

.grid.grid-nogutter > .col {
    padding: 0;
}

.col {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
    min-width: 0;
    padding: 0 12px 0 12px;
}

.col-align-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.col-align-bottom {
    align-self: flex-end;
}

.col-align-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.col-top {
    justify-content: flex-start !important;
    flex-direction: column;
    display: flex;
}

.col-bottom {
    justify-content: flex-end !important;
    flex-direction: column;
    display: flex;
}

.col-middle {
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.grid-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.grid-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.grid-around {
    justify-content: space-around;
}

.grid-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.col-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.col-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.grid-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col-fixed {
    flex: initial;
}

.col-grow-2 {
    flex-grow: 2;
}

.col-grow-3 {
    flex-grow: 3;
}

.col-grow-4 {
    flex-grow: 4;
}

.col-grow-5 {
    flex-grow: 5;
}

.col-grow-6 {
    flex-grow: 6;
}

.col-grow-7 {
    flex-grow: 7;
}

.col-grow-8 {
    flex-grow: 8;
}

.col-grow-9 {
    flex-grow: 9;
}

.col-grow-10 {
    flex-grow: 10;
}

.col-grow-11 {
    flex-grow: 11;
}

.col-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 480px) {
    .col-xs {
        flex: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 624px) {
    .col-sm {
        flex: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .col-md {
        flex: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1020px) {
    .col-lg {
        flex: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1300px) {
    .col-xl {
        flex: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1020px) {
    .col-third-lg {
        flex: 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

@media only screen and (max-width: 480px) {
    .col-half-xs {
        flex: 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 624px) {
    .col-half-sm {
        flex: 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 800px) {
    .col-half-md {
        flex: 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 1020px) {
    .col-half-lg {
        flex: 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 1300px) {
    .col-half-xl {
        flex: 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .col-full-xs {
        flex: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 624px) {
    .col-full-sm {
        flex: 100%;
        max-width: 100%;
    }
}
/* PLACEHOLDER STYLES */
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.nok-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 1300px) {
    .nok-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.nok-container p, .nok-container h1, .nok-container h2, .nok-container h3, .nok-container h4 {
    margin: 0;
    padding: 0;
}

.nok-container > div {
    padding-top:3rem;
}

/* FONTS */
body {
    font-family: "Roboto", sans-serif;
}

/* BUTTONS */
.nok-btn {
    background-color: #FFA801;
    display: inline-block;
    padding: 15px 20px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.nok-btn:hover {
    background-color: #f68b1b;
}

.nok-btn svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -2px;
    fill: #fff;
}

.nok-btn-hollow {
    border: 1px solid #9A9A9A;
    background-color: transparent;
    color: #000;
}

.nok-btn-hollow svg {
    fill: #000;
}

.nok-btn-hollow:hover {
    background-color: #9A9A9A;
    color: #fff;
}

.nok-btn-hollow:hover svg {
    fill: #fff;
}

.nok-btn-sm {
    padding: 0.375em 0.625em;
}

.nok-btn-gray {
    background-color: #9A9A9A;
}

.nok-btn-gray:hover {
    background-color: #aaa;
    color:#fff;
}

.nok-btn-text {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.5em;
    color: #FFA801;
}

.nok-btn-text:hover {
    color: #f68b1b;
}

.nok-btn-text-sm {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.nok-btn-text-sm svg {
    width: 18px;
    height: 15px;
    fill: #000;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 4px;
}

/* HEADINGS */
/* h1 */
.heading-1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    color: #000;
}

/* h2 */
.heading-2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    color: #000;
}

/* h3 */
.heading-3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    color: #000;
}

/* h4 */
.heading-4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}

/* P - body-text */
.nok-body-text {
    font-size: 16px;
    line-height: 1.5em;
    color: #303030;
    font-weight: 400;
    margin: 0;
}

/* CIRCLE ICONS */
.nok-circle-icon {
    display: block;
    background-color: #EDEDED;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    margin-right: 10px;
}

.nok-circle-icon svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    fill: #000;
}

.nok-circle-icon.big {
    width: 50px;
    height: 50px;
    padding: 15px;
}

.nok-circle-icon.big svg {
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 624px) {
    .nok-circle-icon.big {
        width: 30px;
        height: 30px;
        padding: 4px;
    }

    .nok-circle-icon.big svg {
        width: 14px;
        height: 14px;
    }
}

/* TAGS */
.nok-tag {
    text-decoration: none;
    font-size: 16px;
    color: #303030;
    font-weight: 400;
    display: inline-block;
    background-color: #EDEDED;
    padding: 5px 10px !important;
    border-radius: 4px;
    margin: 0;
}

/* CHECKBOX CUSTOM STYLES */
/* Customize the label (the container) */
.nok-checkbox-container {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    color: #303030;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.nok-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #9A9A9A;
}

/* On mouse-over, add a grey background color */
.nok-checkbox-container:hover .checkmark {
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.nok-checkbox-container input:checked ~ .checkmark, .nok-checkbox-container .checkmark.active {
    background-color: #FFA801;
    border: 1px solid #FFA801;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.nok-checkbox-container input:checked ~ .checkmark:after, .nok-checkbox-container .checkmark.active:after {
    display: block;
}

/* Style the checkmark/indicator */
.nok-checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




/* modal globals */
.nok-body-modal-open {
    overflow: hidden;
}

.nok-modal-bg {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 !important;
    overflow-y: scroll;
    display: none;
}

.nok-modal-container {
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    position: relative;
    /*top: 60px;*/
    left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
    margin-bottom: 100px;
    display: none;
}

.nok-modal-container p, .nok-modal-container h1, .nok-modal-container h2, .nok-modal-container h3, .nok-modal-container h4 {
    margin: 0;
    padding: 0;
}

.nok-modal-close {
    position: relative;
    display: block;
    cursor: pointer;
}

.nok-modal-close .nok-close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    fill: #fff;
}

.nok-modal-close .nok-close-icon:hover {
    fill: rgba(255, 255, 255, 0.5);
}

.nok-modal-close .icon-black {
    fill: #000;
}

.nok-modal-close .nok-close-icon.icon-black:hover {
    fill: rgba(0, 0, 0, 0.5);
}

