/* -------------- GLOBAL STYLES -------------- */

/** { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }*/

/* General Typography / Start */
a {
    color: #4b4c4d;
    -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
    -moz-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
    -ms-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
    -o-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
    transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
}

    a, a:hover, a:focus {
        outline: none;
        color: #4eba70;
    }

        a.discreet, a.discreet:hover, a.discreet:focus {
            color: inherit;
            text-decoration: none;
        }

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    font-family: 'Open Sans', sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body, div {
    box-sizing: border-box;
}

main {
    min-height: calc(100vh - 293px);
    background-color: #f0f0f0;
}

::selection {
    background: #4eba70;
    color: #FFF; /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #4eba70;
    color: #FFF; /* Gecko Browsers */
}

/* Bootstrap overrides */
.page-header {
    border-bottom: none;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8%;
    padding-right: 8%;
}

/* Font sizes */
H1, .jumbotron H1 {
    font-size: 42px;
    font-weight: 700;
}

H2 {
    font-size: 36px;
    font-weight: 300;
}

H3 {
    font-size: 26px;
    font-weight: 300;
}

H4 {
    font-size: 22px;
    font-weight: 400;
}

H5 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

H1, H2, H3, H4, H5 {
    font-family: 'Open Sans', sans-serif;
    color: #2b2e34;
}

IMG.person {
    width: 40px;
    height: 40px;
}

/* Custom page CSS------- */
/* Not required for template or sticky footer method. */
.input-validation-error { border-color: red; background-color: #fee; }

.container .text-muted {
    margin: 20px 0;
}

.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

    .preloader img {
        -webkit-backface-visibility: hidden;
    }


/*=========header start=========*/

.logo-sm {
    display: none;
}
.logo-sm div,
.logo-lg div {
    width:145px;
    height:32px;
    background:transparent url(../images/TrainEngageLogo_Transparent-300.png) no-repeat;
    background-size: contain;
}

/* Header - Habit */
#header .navbar-inverse.front-header {
    text-transform: inherit;
    font-variant: small-caps;
    position: relative;
    z-index: 1100;
}

#header .navbar-inverse .navbar-brand {
    min-height: 24px;
    padding: 6px;
    height: auto;
}

#header .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: none;
}

#header .navbar-inverse .navbar-toggle {
    margin: 0;
}

.brand-text {
    width: calc(100% - 820px);
}

.brand-text a {
    font-size: 1.5em;
    padding-left: 5px;
    padding-top: 20px;
}

.brand-text a strong {
    color: #2b2e34;
    display: block;
    /*letter-spacing: -1px;*/
    font-weight: normal;
    font-size: 20px;
    text-shadow: rgba(0,0,0,.2) 1px 1px 2px;
}

.brand-text a strong .badge {
    vertical-align: top;
    font-weight: 300;
    line-height: 10px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: normal;
    border-radius: 0px;
    background-color: #40b565;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 4px;
}

.brand-text small {
    font-size: 0.45em;
    color: #828283;
    font-weight: 200;
}

#home-section {
    margin-top: -120px;
}

/* Top Right Header Section Extended DropDown Menu Styling / End */

/*=========/header end=========*/

/*=============Banner================*/
.banner-container {
    background: url(../images/back-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 0;
}

    .banner-container > .container {
        height: 100%;
        position: relative;
    }

.banner-text-block {
    position: absolute;
    display: table;
    height: 100%;
    z-index: 100;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.girl-img {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    position: absolute;
    right: 8%;
    bottom: 0;
}

.table-row {
    display: table-row;
    height: 100%;
}

.table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.banner-text h1 {
    background: rgba(255, 255, 255, 0.6);
    padding: 5px;
    margin: 2px 0;
    display: inline-block;
    clear: left;
    float: left;
    text-shadow: 1px 1px 1px rgba(97, 97, 97, 0.5);
}

.banner-text h2 {
    background: rgba(255, 255, 255, 0.5);
    padding: 5px;
    margin: 2px 0;
    display: inline-block;
    float: left;
    clear: left;
    text-shadow: 1px 1px 1px rgba(97, 97, 97, 0.5);
}

.signup-text {
    clear: both;
    margin-top: 50px;
    float: left;
    white-space: nowrap;
}

    .signup-text .signup-arrow-down {
        margin: 0 auto;
        margin-bottom: 10px;
        width: 57px;
        height: 66px;
        display: inline-block;
    }

    .signup-text .button-text {
        color: white;
        font-size: 18px;
        font-weight: 400;
        text-transform: lowercase;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        top: 3px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    }

.arrow-btm {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 45px;
    color: #4eba70;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    height: auto;
    z-index: 0;
}

    .arrow-btm a {
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        border-radius: 70px;
        background: rgba(0, 0, 0, 0);
        display: inline-block;
        padding: 10px;
        line-height: 45px;
        margin-left: -33px;
    }

        .arrow-btm a:hover {
            background: rgba(0, 0, 0, 0.5);
            display: inline-block;
            padding: 10px;
        }

        .arrow-btm a span {
            margin-top: 16px;
            vertical-align: top;
            height: 0px;
            line-height: 20px;
            margin-left: -2px;
        }

.navbar-toggle {
    margin-top: 23px;
}


/*=============/Banner end================*/


/*============== value proposition =================*/

#value-proposition {
    padding-top: 7px;
}

    #value-proposition .container-fluid {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #value-proposition .jumbotron {
        background: none;
        text-align: center;
        margin-bottom: 0px;
    }

.proposition-block {
    list-style: none;
    margin: 0;
    padding: 0 60px;
}

    .proposition-block > li {
        padding: 0;
    }

    .proposition-block .thumbnail {
        padding: 5px 10px;
        border-radius: 0px;
        border: 0px;
        border-right: 1px solid #b2b2b2;
        text-align: center;
    }

    .proposition-block li:first-child .thumbnail {
        border-left: 1px solid #b2b2b2;
    }

    .proposition-block .thumbnail:hover {
        background: #fcfcfc; /* Old browsers */
        background: -moz-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fcfcfc 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fcfcfc 0%,#e5e5e5 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fcfcfc 0%,#e5e5e5 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fcfcfc 0%,#e5e5e5 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    }

    .proposition-block .thumbnail .btn-info {
        border-radius: 0px;
        background-color: #4c4c4c;
        border: 0px;
        border-top: solid 3px #4eba70;
        border-bottom: #4c4c4c solid 3px;
        font-size: 16px;
        text-transform: uppercase;
        padding: 4px 25px 3px 25px;
    }

        .proposition-block .thumbnail .btn-info:hover {
            border-radius: 0px;
            background-color: #4eba70;
            border-bottom: #4eba70 solid 3px;
        }

    .proposition-block .thumbnail .caption {
        padding-top: 20px;
        min-height: 220px;
        font-size: 16px;
    }

        .proposition-block .thumbnail .caption p {
            line-height: 22px;
        }

/*Signup Partner Container*/
.SignupPartnerContainer {
    background: #202329;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    border-top: solid 2px #4eba70;
}

.up-zindex {
    z-index: 10;
    position: relative;
}

.padTopBtm60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.SignupPartnerContainer h3 {
    padding: 0;
    margin: 0 0 12px 0;
    color: #FFF;
    font-weight: 300;
}

.SignupPartnerContainer p {
    font-size: 16px;
    color: #949597;
    padding-bottom: 15px;
}

.min-height100 {
    min-height: 100px;
}

.greyblock {
    position: absolute;
    height: 100%;
    right: -10%;
    width: 60%;
    background: #2b2e34;
    display: inline-block;
    top: 0;
    transform: skewX(158deg);
    -ms-transform: skewX(158deg);
    transform: skewX(158deg);
    transform: skewX(158deg);
    transform: skewX(158deg);
}


/* Favorites container */
.FavoritesContainer {
    margin-top: 0px;
    padding-bottom: 50px;
    background: #f1f1f1;
}

    .FavoritesContainer .jumbotron {
        background: none;
        text-align: center;
        margin-bottom: 0px;
    }
    .FavoritesContainer .trainers-content {
        margin: 50px 0;
    }
        .FavoritesContainer .trainers-content .TileContainer li {
            margin: 0 0 20px 0;
            padding: 0 10px;
        }
        .FavoritesContainer .trainers-content .TileContainer .thumbnail .TileCaption p {
            margin-bottom: 0;
            padding-bottom: 15px;
        }
        .FavoritesContainer .trainers-content .Tile-small-Container .TileContainer li:nth-child(3n+1) {
            clear: none;
        }
        .FavoritesContainer .trainers-content .MoreBtn {
            margin: 25px 0;
            padding: 0 65px;
        }
            .FavoritesContainer .trainers-content .MoreBtn .btn-more {
                position: relative;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }

    .FavoritesContainer .trainers-content .btn {
        position:absolute;
        bottom:0px;
        left:15px;
    }

/*Tile Container*/
            .TileContainer {
    padding: 0 60px;
    list-style: none;
    margin: 0;
}

.ellipsis {
    overflow: hidden;
    height: 50px;
    margin: 0;
}

    .ellipsis:before {
        content: "";
        float: left;
        width: 5px;
        height: 50px;
    }

    .ellipsis > *:first-child {
        float: right;
        width: 100%;
        margin-left: -5px;
    }

    .ellipsis:after {
        content: "\02026";
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        float: right;
        position: relative;
        top: -25px;
        left: 100%;
        width: 3em;
        margin-left: -3em;
        padding-right: 5px;
        text-align: right;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
        background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
        background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
        background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    }

/*.Tile-big .ellipsis{ height:98px; margin-bottom:15px}
.Tile-big .ellipsis:before{ height:98px;}*/

.MoreBtn {
    padding: 0 60px;
    list-style: none;
    margin: 0;
}

    .MoreBtn .btn-primary {
        background-color: #FFF;
        border-radius: 0px;
        border: 0px;
        color: #000;
        box-shadow: none;
    }

        .MoreBtn .btn-primary:hover {
            background-color: #e2e2df;
            box-shadow: none;
        }

.TileContainer li {
    margin-bottom: 10px;
}
/*.TileContainer > li { min-height:500px; }*/
.pad-l-r5 {
    padding-left: 5px;
    padding-right: 5px;
}

.TileContainer .thumbnail {
    margin: 0;
    border: 0px;
    border-radius: 0px;
    padding: 0;
    position: relative;
}

.TileContainer .thumbnail-small {
    min-height: 200px;
}

    .TileContainer .thumbnail .thumb-img {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .TileContainer .thumbnail img {
        width: 100%;
        height: auto;
        display: block;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: all 5s ease;
        -moz-transition: all 5s ease;
        -o-transition: all 5s ease;
        transition: all 5s ease;
    }

    .TileContainer .thumbnail .thumb-img a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .TileContainer .thumbnail:hover .thumb-img a {
        border: none;
        background-color: rgba(0, 0, 0, 0.5);
    }

        .TileContainer .thumbnail:hover .thumb-img a div {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

    .TileContainer .thumbnail .thumb-img a .text {
        padding-top: 6.5%;
        text-align: center;
        display: inline-block;
        width: 100%;
        vertical-align: bottom;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        margin: 6.5% auto 0;
        z-index: 2;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .TileContainer .thumbnail .thumb-img a .btn-showmore {
        color: white;
        background: none;
        border-color: #FFF;
        border-radius: 0px;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        padding-left: 20px;
        padding-right: 20px;
    }

    .TileContainer .thumbnail .TileCaption {
        padding: 0 30px 25px 30px;
    }
    
    .TileContainer .partner-course-tile .thumbnail .TileCaption {
        padding: 0;
    }
    .TileContainer .partner-course-tile .thumbnail {
        min-height:350px;
    }
    .TileContainer .partner-course-tile .goto-btn {
        position: absolute;
        bottom: 0;
    }

    .TileContainer .partner-course-tile .course-info {
        float:right;
        margin-top: -11px;
    }
    .TileContainer .partner-course-tile .tasks-icon i {
        font-size: 20px;
        color: #ff8d00;
    }
    .TileContainer .partner-course-tile .tasks-icon {
        padding-right: 10px;
    }
    .TileContainer .partner-course-tile .info-icon {
        font-size: 33px;
    }
    .TileContainer .partner-course-tile .unpublished-course-indicator {
        margin-bottom: 10px;
        padding: 5px 12px;
        font-size: 11px;
        cursor: auto;
        text-transform: uppercase;
        opacity: 1;
    }

        .TileContainer .thumbnail .TileCaption p {
            margin-bottom: 15px;
            font-size: 1.00em;
            /*word-break:break-all;*/
        }
    .TileContainer .partner-course-tile .thumbnail .TileCaption p {
        margin-bottom:50px;
    }

    .TileContainer .thumbnail .list-group {
        margin: 0px;
    }

    .TileContainer .thumbnail .list-group-item {
        border: 0px;
        font-weight: bold; /*text-transform:uppercase;*/
        color: #646669;
        display: block; /*width:100%;*/
        padding: 5px 15px 0 0;
        margin: 0;
    }

        .TileContainer .thumbnail .list-group-item.price {
            display: inline-block;
        }

    .TileContainer .thumbnail .Calendar-ico {
        display: inline-block;
        background: url(../images/calendar-ico.png) no-repeat 0 2px;
        padding-left: 35px;
    }

    .TileContainer .thumbnail .Teacher-ico {
        display: inline-block;
        background: url(../images/teacher-ico.png) no-repeat 0 4px;
        padding-left: 35px;
    }

    .TileContainer .thumbnail .label {
        position: absolute;
        right: 0;
        bottom: 0;
        text-transform: uppercase;
        font-weight: 300;
        padding: 7px 15px 5px 15px;
        border-radius: 0px;
        font-size: 11px;
        background: #4eba70;
    }

/*Tile-medium*/
.TileContainer .Tile-medium .thumbnail .thumb-img {
    width: 171px;
    float: left;
}

.TileContainer .Tile-medium .thumbnail .TileCaption {
    padding: 15px 10px;
    margin-left: 175px;
}

    .TileContainer .Tile-medium .thumbnail .TileCaption h3 {
        font-size: 22px;
        margin-top: 0px;
    }

    .TileContainer .Tile-medium .thumbnail .TileCaption p {
        font-size: 0.95em;
        line-height: 1.30em;
        margin: 0;
    }
/*Tile-medium ==/*/

/*Tile-small*/
.Tile-small-Container {
}

    .Tile-small-Container li:nth-child(3n+1) {
        clear: both;
    }

.TileContainer .Tile-small .thumbnail .thumb-img {
    width: 110px;
    float: left;
}

    .TileContainer .Tile-small .thumbnail .thumb-img a {
        padding: 5px;
    }

        .TileContainer .Tile-small .thumbnail .thumb-img a .btn-showmore {
            padding: 5px;
            font-size: 12px;
        }

.TileContainer .Tile-small .thumbnail .TileCaption {
    padding: 2px 10px;
    margin-left: 115px;
}

.TileContainer .Tile-small .thumbnail .TileDescription {
    padding: 0px 10px;
    margin-left: 5px;
    margin-bottom: 30px;
}

    .TileContainer .Tile-small .thumbnail .TileCaption h4 {
        font-size: 1em;
        margin-bottom: 5px;
    }

    .TileContainer .Tile-small .thumbnail .TileCaption p {
        font-size: 0.90em;
        line-height: 1.30em;
    }
/*Tile-small ==/*/

.TileContainer.trainers .thumbnail {
    min-height: 470px;
}

.trainers .thumbnail .logo {
    height: 200px;
}

.trainers .thumbnail .thumb-img img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.trainers .thumbnail .TileCaption {
    padding-bottom: 0px;
}

/*======*/

/*search library section start*/
body.inner-bg {
    background: #f0f0f0;
}

.library-container {
    padding-top: 7px;
    width: 100%;
}

    .library-container .container {
        position: inherit;
    }

.library-cnt {
    position: relative;
}

    .library-cnt p.lead {
        padding-right: 20%;
    }

        .library-cnt p.lead a {
            font-weight: 400;
        }


.background-girl {
    background: url(../images/girl-banner.png) no-repeat 78% bottom;
    padding-top: 195px;
    min-height: 520px;
    margin-top: -195px;
}

.anytag {
    width: 77px;
    float: left;
    margin-right: 10px;
    margin-left: -99px;
    padding-top: 4px;
    padding-bottom: 4px;
    height: auto;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFF !important;
}

    .anytag.form-control::-moz-placeholder {
        color: #268e47;
    }

.result-text {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}

    .result-text span {
        font-size: 18px;
        font-weight: 700;
    }

.slider-wrapper {
    clear: both;
    margin-top: 15px;
}

.pad-right-60px {
    padding-right: 60px;
}

.mt30 {
    margin-top: 30px;
}

/*slider css*/
.range-quantity {
    background-color: #4eba70;
    border-radius: 0px;
}

.range-bar {
    border-radius: 0px;
}

/*search library section /end*/

.Trainers-container {
    background: #FFF;
    padding: 50px 0 0px 0;
    overflow: hidden;
}

    .Trainers-container .triggerAnimation {
        padding: 0;
    }

.img-left img {
    margin-right: -20px;
}

.TrainersName {
    position: absolute;
    left: 37%;
    text-align: left;
    top: 33%;
    text-transform: uppercase;
    font-size: 13px;
}

    .TrainersName h4 {
        font-weight: 700;
        font-size: 14px;
        margin: 0;
    }

    .TrainersName b {
        font-size: 1.3em;
        font-weight: 300;
    }

    .TrainersName h4 b {
        font-weight: 700;
    }

.img-right img {
    margin-left: -20px;
}

.play-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/play-btn.png) no-repeat center center;
}

.video-box-relative {
    position: relative;
}

.signup-arrow-down.animated.bounce {
    position: relative;
    left: 100px;
    opacity: 1 !important;
}

/* Register partner */
#RegisterPartnerContainer {
    padding: 55px 0 75px 0;
    background-color: #f1f1f1;
}

/*---------*/

.icon-Microsoft {
    background: url(/Areas/Habit/Assets/images/login_ms_b.png) left top;
    border: none;
    height: 35px;
    width: 35px;
    cursor: pointer;
    margin-right: 15px;
}

.icon-Twitter {
    background: url(/Areas/Habit/Assets/images/login_tw_b.png) no-repeat left top;
    border: none;
    height: 35px;
    width: 35px;
    cursor: pointer;
    margin-right: 15px;
}

.icon-Facebook {
    background: url(/Areas/Habit/Assets/images/login_fb_b.png) no-repeat left top;
    border: none;
    height: 35px;
    width: 35px;
    cursor: pointer;
    margin-right: 15px;
}

.icon-LinkedIn {
    background: url(/Areas/Habit/Assets/images/login_in_b.png) no-repeat left top;
    border: none;
    height: 35px;
    width: 35px;
    cursor: pointer;
    margin-right: 15px;
}

.icon-Google {
    background: url(/Areas/Habit/Assets/images/login_gp_b.png) no-repeat left top;
    border: none;
    height: 35px;
    width: 35px;
    cursor: pointer;
    margin-right: 15px;
}

.icon-Microsoft:hover {
    background: url(/Areas/Habit/Assets/images/login_ms.png) left top;
}

.icon-Twitter:hover {
    background: url(/Areas/Habit/Assets/images/login_tw.png) no-repeat left top;
}

.icon-Facebook:hover {
    background: url(/Areas/Habit/Assets/images/login_fb.png) no-repeat left top;
}

.icon-LinkedIn:hover {
    background: url(/Areas/Habit/Assets/images/login_in.png) no-repeat left top;
}

.icon-Google:hover {
    background: url(/Areas/Habit/Assets/images/login_gp.png) no-repeat left top;
}


.sign-in-container h2 {
    color: #4eba70;
    text-transform: inherit;
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: 500;
}

    .sign-in-container h2 .badge {
        font-size: 1.1em;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        font-weight: 600;
        background: #4eba70;
        padding: 5px 11px 7px 11px;
        margin-right: 10px;
        line-height: 25px;
        margin-left: -45px;
    }

.sign-in-container label {
    text-transform: inherit;
    font-size: 1.3em;
    margin-bottom: 5px;
}

.sign-in-container .form-group {
    margin-bottom: 15px;
}

.sign-in-container .btn-default {
    background-color: #4eba70;
    color: #FFF;
    font-variant: small-caps;
    border: 0px;
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 10px;
}

    .sign-in-container .btn-default:hover {
        background: #68e18e;
    }

.sign-in-container .ms-sign-in-header {
    margin-bottom: 30px;
}

.sign-in-container .ms-sign-in-link {
    padding: 7px 10px 7px 10px;
    background: #fff;
    color: #737373;
    border: 2px solid #8c8c8c;
    font-weight: bold;
    font-size: 16px;
}

.sign-in-container .ms-sign-in-link:hover {
    text-decoration: none;
}

    .sign-in-container .ms-sign-in-link .ms-logo {
        position: relative;
        top: -2px;
        margin: 0 7px 0 0;
        width: 20px;
        height: 20px;
    }

/* Polaris CheckBox CSS / Start */
.skin-polaris label {
    line-height: 29px;
    padding: 0;
    vertical-align: top;
    margin: 10px 0;
}

.icheckbox_polaris, .iradio_polaris {
    display: block;
    margin: 0 5px 0 0;
    padding: 0;
    width: 29px;
    height: 29px;
    background: url(../images/polaris-minimal.png) no-repeat;
    border: none;
    cursor: pointer;
    float: left;
}

.icheckbox_polaris {
    background-position: 0 0;
}

    .icheckbox_polaris.hover {
        background-position: -31px 0;
    }

    .icheckbox_polaris.checked {
        background-position: -62px 0;
    }

    .icheckbox_polaris.disabled {
        background-position: -93px 0;
        cursor: default;
    }

    .icheckbox_polaris.checked.disabled {
        background-position: -124px 0;
    }

.iradio_polaris { background-position: -155px 0;
    /*background-position: -31px 0;*/
}

    .iradio_polaris.hover { background-position: -186px 0;
        /*background-position: -31px 0;*/
    }

    .iradio_polaris.checked { background-position: -217px 0;
        /*background-position: -62px 0;*/
    }

    .iradio_polaris.disabled { background-position: -248px 0;
        /*background-position: -93px 0;*/
        cursor: default;
    }

    .iradio_polaris.checked.disabled { background-position: -279px 0;
        /*background-position: -124px 0;*/
    }
/* Polaris CheckBox CSS / End */


.tooltip {
    min-width: 200px;
    max-width: 500px;
}

    .tooltip .tooltip-inner {
        min-width: 220px;
        max-width: 500px;
        min-height: 30px;
        text-align: center;
        font-size: 14px;
        font-variant: small-caps;
    }

.container-viewport {
    position: absolute;
    top: 100px;
    right: 250px;
    left: 250px;
    height: 300px;
    background-color: #eee;
}

.social-link {
    margin-left: 8.33333%;
}

    .social-link ul {
        list-style: none;
        margin: 0;
        padding: 50px 0 25px 0;
        float: left;
    }

    .social-link li {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        padding: 0 5px;
    }

        .social-link li > .tooltip {
            position: absolute;
            left: 12% !important;
            background: none !important;
        }

        .social-link li > .none-bg + .tooltip > .tooltip-inner {
            background-color: transparent;
            color: #5c5c5c;
            border-bottom: 0 !important;
        }

        .social-link li > .tooltip.top .tooltip-arrow {
            bottom: 0;
            left: 50%;
            margin-left: 0px;
            border-left: 0px solid transparent;
            border-right: 0px solid transparent;
            border-top: 0px solid red;
        }

        .social-link li a {
            display: inline-block;
            font-size: 21px;
            padding: 5px;
            background: #4eba70;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            height: 35px;
            width: 36px;
            line-height: 25px;
            color: #FFF;
            text-align: center;
        }

            .social-link li a:hover {
                background-color: #68e18e;
            }

.external-login-advisory-cnt {
    margin-left: 3.33333%;
}

.margin-left-1 {
    margin-left: 8.33333%;
    padding-bottom: 25px;
}

.margin-left-01 {
    margin-left: 4.13333%;
    padding-bottom: 20px;
}

.social-link li a.ms-logo {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

/*How It work section*/

.site-banner-section {
    text-align: center;
    margin-top: 50px;
}

    .site-banner-section img {
        max-width: 100%;
        min-width: inherit;
    }


/*white-section start*/
.white-section {
    background: #FFF;
    padding: 35px 0 75px 0; /*-moz-box-shadow:0 0 30px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);box-shadow:0 0 30px rgba(0,0,0,0.1); */
    position: relative;
    z-index: 2;
    color: #2b2e34;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
}

    .white-section .container {
        max-width: 900px;
    }

    .white-section h2 {
        text-align: center;
        margin-bottom: 55px;
    }

    .white-section p {
        font-size: 22px;
        line-height: 1.8em;
        font-weight: 300;
    }

    .white-section img {
        float: right;
        margin-left: 10%;
        max-width: 50%;
        min-width: inherit;
    }


/*Grey-section start*/
.grey-section {
    background: #f0f0f0;
    padding: 35px 0 75px 0;
    position: relative;
    z-index: 2;
    color: #2b2e34;
    text-align: center;
    z-index: 0;
}

    .grey-section .container {
        max-width: 850px;
    }

    .grey-section h2 {
        text-align: center;
        text-transform: capitalize;
        font-size: 32px;
        margin-bottom: 55px;
        color: #2b2e34;
    }

    .grey-section p {
        font-size: 22px;
        line-height: 1.8em;
        font-weight: 300;
    }

    .grey-section img {
        float: none;
        display: inline;
        margin-top: 50px;
        max-width: 50%;
    }

.getmotived-block {
    text-align: left;
}

.grey-section.getmotived-block img {
    float: left;
    display: block;
    margin: 0 10% 0 0;
}



.two-column-container {
    background: #f0f0f0;
    padding: 60px 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8%;
    padding-right: 8%;
}

    .two-column-container .container {
        width: inherit;
    }
#personal-program-container .page-header h1 {/*margin-left:60px*/}
#personal-program-container .panel-group h2 {font-size:50px;float:left}
#personal-program-container .panel-default {/*margin-left: 60px;*/margin-bottom:10px}
#personal-program-container .panel-default .acco-header{height:auto;}
#personal-program-container .panel-default .acco-head{border:none;min-height:65px;font-size:14px;}
    #personal-program-container .panel-default .acco-head small { font-size:12px;
    }
#personal-program-container .panel-default .img-thumb {
    position: relative;
    overflow: hidden;
    width: 120px;
    min-height: 65px;
    margin-right:10px;
}
#personal-program-container .panel-default img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
#personal-program-container .panel-default .radio, .checkbox{margin:0;}


.right-col-container .page-header {
    padding: 0;
    margin: 0;
}

    .right-col-container .page-header h1 {
        margin-top: 0px;
        margin-bottom: 20px;
        padding-top: 0;
        font-weight: 300;
        font-size: 32px;
    }

.right-col-container .breadcrumb {
    border-radius: 0px;
    background: none;
    padding: 0;
    font-size: 18px;
    color: #4b4c4d;
    margin-bottom: 21px;
}

    .right-col-container .breadcrumb a {
        text-decoration: none;
        color: #4b4c4d;
    }

    .right-col-container .breadcrumb > .active {
        color: #4eba70;
    }

    .right-col-container .breadcrumb > li + li:before {
        color: #4b4c4d;
        content: "|";
        padding: 0 10px;
    }

.right-col-container .panel-group .panel {
    border-radius: 0px;
}

.right-col-container .panel-group .panel-collapse {
    margin-bottom: 0;
    font-size: 14px;
}

.right-col-container .panel-default > .panel-heading {
    background: none;
    padding: 0;
    margin-top: -28px;
    margin-left: 10px;
    position: relative;
    z-index: 0;
    margin-right: 10px;
}

    .right-col-container .panel-default > .panel-heading a {
        padding: 5px;
        display: block;
        text-align: center;
        color: #4eba78;
    }

        .right-col-container .panel-default > .panel-heading a i {
            font-size: 20px;
        }

            .right-col-container .panel-default > .panel-heading a i:before {
                content: "\f102";
            }

        .right-col-container .panel-default > .panel-heading a.collapsed i:before {
            content: "\f103";
        }

        .right-col-container .panel-default > .panel-heading a:hover {
            background-color: #f9f9f9;
        }

.right-col-container .panel-group .panel + .panel {
    margin-top: 15px;
}

.acco-header {
    height:175px;
    padding: 1px;
    position: relative;
}

    .acco-header .img-thumb {
        float: left;
        padding-right: 14px;
        background: #FFF;
    }

    .acco-header .acco-head {
        border-bottom: #e8e8e8 solid 1px;
    }

        .acco-header .acco-head h3 {
            margin: 0;
            padding: 10px 0 13px 0;
            font-weight: 300;
            font-size: 20px;
        }

            .acco-header .acco-head h3 small {
                color: #4eba70;
                margin-left: 5px;
                text-transform: capitalize;
            }

                .acco-header .acco-head h3 small p {
                    display: inline;
                    text-transform: uppercase;
                }

                    .acco-header .acco-head h3 small p:first-letter {
                        font-size: 15px;
                    }

                .acco-header .acco-head h3 small span {
                    color: #818181;
                    text-transform: uppercase;
                }

    .acco-header .dropdown {
        float: right;
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 10;
    }

        .acco-header .dropdown a {
            cursor: pointer;
        }

            .acco-header .dropdown a i {
                font-size: 12px;
            }

            .acco-header .dropdown a span.arrow-drop {
                width: 26px;
                height: 23px;
                display: inline-block;
                background: url(../images/arrow-drop.jpg) no-repeat left top;
            }

.acco-head {
    margin: 0 15px;
    padding-right: 25px;
}

.acco-header .dropdown-menu {
    left: inherit;
    right: 0;
}

    .acco-header .dropdown-menu > li + li {
        border-top: 1px solid #d9d9d9;
    }

    .acco-header .dropdown-menu > li .glyphicon {
        margin-right: 5px;
    }

.acco-header .day-tabs {
    padding: 0 15px;
    margin-top: 10px;
}

    .acco-header .day-tabs .nav-pills > li {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        position: relative;
        padding: 5px 0;
    }

        .acco-header .day-tabs .nav-pills > li small {
            font-size: 12px;
            color: #818181;
            font-weight: normal;
        }

        .acco-header .day-tabs .nav-pills > li span.badge {
            width: auto;
            display: inline-block;
            padding: 3px 5px;
            position: absolute;
            left: 15px;
            border-radius: 0px;
            font-size: 9px;
            background-color: #eb4f12;
        }

        .acco-header .day-tabs .nav-pills > li span {
            display: block;
            font-size: 10px;
            font-weight: normal;
            text-transform: uppercase;
            padding: 0 44px;
        }

        .acco-header .day-tabs .nav-pills > li + li {
            border-left: 1px solid #bfbfbf;
        }

.right-col-container .media-body, .right-col-container .media-left, .right-col-container .media-right {
    display: table-cell;
    vertical-align: top;
}

.right-col-container .media-left, .right-col-container .media > .pull-left {
    padding-right: 10px;
}

.right-col-container .minwidth150 {
    min-width: 150px;
}

.right-col-container .media + .media {
    margin-top: 30px;
    min-height: 150px;
}

.right-col-container .media-body .media .media-body h4 {
    border-bottom: #e8e8e8 solid 1px;
    margin-top: -3px;
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #2b2e34;
}

    .right-col-container .media-body .media .media-body h4 small {
        display: block;
        color: #818181;
        font-size: 12px;
        margin-top: 3px;
    }

.right-col-container .media-object {
    border: #2b2e34 solid 1px;
}

.right-col-container .media:first-child {
    margin: 10px;
    padding-bottom: 25px;
}

.right-col-container .btn-default {
    background-color: #4eba70;
    color: #FFF;
    border-color: #4eba70;
    text-transform: uppercase;
    font-size: 12px;
}

    .right-col-container .btn-default:hover {
        background-color: #68e18e;
        border-color: #68e18e;
    }

.min-height400 {
    min-height: 400px;
}

.answer {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

    .answer span.yes {
        color: #40b565;
    }

.date {
    color: #848585;
    font-size: 12px;
}

.taBusyIndicator {
    width: 39px;
    height: 39px;
    background-image: url(../images/busy01.gif);
    background-repeat: no-repeat;
}


.course-settings {
    margin-left: 140px;
}

.main-container {
    background: #e8e8e8;
    padding: 60px 0;
}

    .main-container .page-header {
        padding: 0;
        margin: 0;
    }

        .main-container .page-header h1 {
            text-align: center;
        }

    .main-container .well {
        border-radius: 0px;
        box-shadow: none;
        border-color: #e3e3e3;
        background-color: #FFF;
        margin-top: 25px;
    }

.custom-modal .modal-footer {
    text-align: center;
}

.custom-modal h1 {
    font-weight: 300;
}

.custom-modal .modal-footer img {
    display: inline;
}

.custom-modal .modal-lg {
    width: 690px;
}

.custom-modal .modal-content {
    border-radius: 0;
}

.custom-modal .modal-header {
    padding: 5px 20px;
}

    .custom-modal .modal-header .close {
        margin-top: 14px;
        color: #909090;
        opacity: 1;
        font-size: 18px;
    }

.custom-modal .modal-header, .custom-modal .modal-footer {
    border: 0px;
}

.custom-modal .modal-body {
    padding-left: 0;
    padding-right: 20px;
    max-height: 500px;
    overflow: auto;
    margin: 0 20px;
}

.custom-modal .video-box-in {
    padding: 0;
    margin: 0 auto 20px auto;
    text-align: center;
}

.custom-modal .nav-tabs > li.active > a, .custom-modal .nav-tabs > li.active > a:hover, .custom-modal .nav-tabs > li.active > a:focus {
    border: 0;
    border-bottom: #4eba70 solid 6px;
    color: #242424;
    cursor: pointer;
}

.custom-modal .nav-tabs > li > a {
    text-transform: uppercase;
    font-weight: bold;
    color: #818181;
    border: 0px;
    position: relative;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
}

    .custom-modal .nav-tabs > li > a:hover {
        background: none;
        color: #242424;
        border-color: #FFF;
    }

.custom-modal .nav-tabs {
    margin-top: 10px;
}

.custom-modal .dropdown-menu {
    left: inherit;
    right: 0;
}

    .custom-modal .dropdown-menu li a {
        font-weight: bold;
        color: #818181;
        text-transform: uppercase;
    }

.custom-modal .nav .open > a {
    display: inline-block;
}

    .custom-modal .nav .open > a, .custom-modal .nav .open > a:hover, .custom-modal .nav .open > a:focus {
        background: none;
        cursor: pointer;
    }

.custom-modal .dropdown-menu > .active > a, .custom-modal .dropdown-menu > .active > a:hover, .custom-modal .dropdown-menu > .active > a:focus {
    background-color: #4eba70;
    color: #FFF;
}

.custom-modal .dropdown-menu > li > a:hover, .custom-modal .dropdown-menu > li > a:focus {
    color: #242424;
}

#header.tabs-header .navbar-default .navbar-nav.menu-dropdown > li > a:focus {
    background: #FFF;
}

.custom-modal .modal-dialog {
    margin-top: 130px;
}

#header.tabs-header .navbar-inverse.front-header {
    z-index: 150;
}

#header.tabs-header .main-nav {
    z-index: 149;
}

/* Course registration */
#checkout-container {
    padding-top: 20px;
}

    #checkout-container h1 {
        font-size: 36px;
        font-weight: 300;
    }

    #checkout-container .course-price {
        display: block;
        font-size: 16px;
    }

    #checkout-container .margins {
        margin-top: 20px;
    }

    #checkout-container .center {
        text-align: center;
    }

    #checkout-container .border-top {
        border-top: solid 1px;
    }

    #checkout-container .btn-primary {
        margin-bottom: 40px;
    }

    #checkout-container .mamma {
        /*position: absolute;
    margin-top: 80px;
    right: 0;*/
    }

.archives-item {
    overflow: hidden;
}

.support {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .support .contact {
        margin-top: 10px;
        margin-bottom: 20px;
    }

        .support .contact p {
            margin: 0;
            padding: 0;
        }

#customersupportimg{
    width:300px;
    height:300px;
    background:transparent url(../images/anu-pyorea-300x300.png) no-repeat;
}

.acco-head span.badge {
    width: auto;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 0px;
    font-size: 20px;
    background-color: #eb4f12;
    text-transform: uppercase;
}

.validation-summary-errors, .field-validation-error {
    font-size: 16px;
    color: red;
    font-weight: bold;
}

#registration {
    padding-bottom: 50px;
    background-color: #f1f1f1;
    padding-top: 15px;
}

    #registration li {
        list-style: none;
        padding-left: 0;
    }

/* Tempory hiding for claims -registration */
/*#registration > .row {
    display:none;
}*/
/* END Temporary hiding for claims -registration */



.task-item .overlaysuccess {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #4eba70;
    z-index: 9999;
    /*opacity:0.8;*/
}

.overlaysuccess-text-inner {
    height: 50px;
    font-size: 1.5em;
    color: #fff;
    position: relative;
    text-align: center;
    margin-top: 25%;
    background-color: #818181;
}
.loading-small {
    width:28px;
    height:16px;
    background-image: url(/Areas/Habit/Assets/ta/images/loading1.gif);
    background-position: center;
	background-repeat: no-repeat;
}


.my-courses-img {
    /*width:200px;*/
    width:140px;
}

.channel-selection-bg {
    background: #f8f8fa url(/Areas/Habit/Assets/ta/images/partner-default.jpg) no-repeat 0 0;
    background-size: 100% auto !important;
    margin-top: -120px;
    padding-top: 400px;
}

.aboutpartner {
    /*padding: 55px 0 75px 0;
    background-color: #f0f0f0;*/
    background: #f8f8fa url(/Areas/Habit/Assets/ta/images/partner-default.jpg) no-repeat 0 0 !important;
    background-size: 100% auto !important;
    margin-top: -120px;
    padding-top: 180px;
}
.aboutpartner h1 {
    color: #fff !important;
    text-shadow: 1px 1px #000;
    font-size: 30px;
    margin-bottom: 55px;
    margin-top:27px;
}
.aboutpartner .header h3 {
    color:#FFF;
}
    .aboutpartner .courses {
        margin-top:100px;
    }

.aboutpartner .contact {
    background-color: #fff;
    margin-top: 75px;
    padding: 20px;
    margin-bottom : 20px;
}

.aboutpartner .channel-logo {
    max-height: 80px;
    max-width: 200px;
}

.partnercontainer
{
    min-height : 510px;
}

.aboutpartner .TileContainer .thumbnail {
    margin: 0;
    border: 0px;
    border-radius: 0px;
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
}

.questionstyle{
    color :#000 !important;
}

#keywords {
    text-align:left !important;
}


#admin-export-menu li a{
    float:left;
    margin-left:15px;
}


.likert li label {width:100%;}

.likert-texts {width:100%; display:table}
.likert-texts-items {display:table-row}
.likert-left {width:50%; display:table-cell}
.likert-right {width:50%; text-align:right; display:table-cell}
.likert-left-pts {width:1%;display:table-cell}
.likert-right-pts {text-align:right; display:table-cell}

.surveybuttons .btn {
    padding-left: 20px;
    padding-right: 20px;
}

.surveybuttons .btn:hover {
    padding-left: 20px;
    padding-right: 20px;
}

.tenant-create-edit-cnt {
    margin: 30px 0;
}

.tenant-create-edit-cnt .collapse-panel-cnt {
    margin: 20px;
}
.tenant-create-edit-cnt .collapse-panel-cnt.settings-panel-cnt {
    margin: 20px 40px;
}

.tenantCategory {
    display: table;
}

.tenantCategory .row {
    display: table-row;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tenantCategory .col {
    display: table-cell;
}

.tenantCategory .col-commands {
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
}

.certificateLink {
    padding: 20px 10px;
}

.error-text {
    color: red;
}

#SurveyTaskEditor h4 {background-color:rgba(0,0,0,0.1);padding:5px}

#SurveyTaskEditor .accordion-toggle:before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
#SurveyTaskEditor .accordion-toggle.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

#cookie-consent {
    margin: 10px;
    text-align: center;
}

#cookie-consent .cookie-consent-text {
    position: relative;
    top: 1px;
    margin-right: 10px;
}


div .busyIndicator-small {
    width:15px;
    height:15px;
    background-image: url(/Areas/Habit/Assets/images/busy02.gif);
    background-position: center;
	background-repeat: no-repeat;
}

#itemsTable .fas{
    color:#4eba70;
}

#itemsTable td{
   vertical-align:middle;
}

/* Filter Panel Styles / Start */
.dashboard-filters.statistics-filter-wrapper-cnt .time-period-filter {
    margin: 0 0 30px 0;
}

.dashboard-filters.statistics-filter-wrapper-cnt .category-filters {
    margin: 0 0 30px 0;
}

.dashboard-filters.statistics-filter-wrapper-cnt .skin-polaris .icheckbox_polaris,
.dashboard-filters.statistics-filter-wrapper-cnt .skin-polaris .iradio_polaris {
    margin: 0 10px 0 0;
}

.dashboard-filters.statistics-filter-wrapper-cnt .job-title-filter .skin-polaris ul li ul,
.dashboard-filters.statistics-filter-wrapper-cnt .task-category-filter .skin-polaris ul li ul {
    margin: 0;
}

.dashboard-filters.statistics-filter-wrapper-cnt .skin-polaris .radio,
.dashboard-filters.statistics-filter-wrapper-cnt .skin-polaris .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.dashboard-filters .icheckbox_polaris,
.dashboard-filters .iradio_polaris {
    float: left;
}

.dashboard-filters .nested-group-filter .skin-polaris .ctrl-checkbox {
    margin: 0px 15px 0 0;
}

.dashboard-filters .sub-category-filters .skin-polaris label {
    line-height: 22px;
}

.dashboard-filters .sub-category-filters .skin-polaris .iradio_polaris,
.dashboard-filters .sub-category-filters .skin-polaris .icheckbox_polaris {
    margin: 0 10px 0 0;
}

.dashboard-filters .sub-category-filters .skin-polaris .ctrl-select-all .icheckbox_polaris,
.dashboard-filters .sub-category-filters .skin-polaris .ctrl-select-all .icheckbox_polaris.checked {
    margin: 0 15px 0 0;
}

.dashboard-filters.statistics-filter-wrapper-cnt .k-datepicker {
    padding: 0;
}

.dashboard-filters .category-filters.nested-group-filter .skin-polaris .checkbox {
    padding: 0;
    margin: 0;
}

.dashboard-filters .category-filters.nested-group-filter .skin-polaris .checkbox label {
    line-height: 28px;
    cursor: default;
}

.dashboard-filters .category-filters.nested-group-filter .skin-polaris .checkbox label .ctrl-checkbox {
    position: relative;
    top: 5px;
}

.dashboard-filters .category-filters.nested-group-filter .skin-polaris > ul {
    margin-left: 5px;
}

.dashboard-filters .sub-category-filters .ctrl-select-all-child-nodes ul {
    margin-left: 30px;
}

.dashboard-filters .date-selector-filter {
    margin: 25px 5px;
}
/* Filter Panel Styles / End */


/*------- Twitter typeahead ---------------------------------------------------*/
.twitter-typeahead {
    width: 100%;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    // used to be tt-dropdown-menu in older versions width: 422px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
    }
/*------- Twitter typeahead / END ---------------------------------------------------*/


/* =========================== RESPONSIVE CSS / Start =========================== */

@media (max-width: 1440px) {
    .channel-selection-bg {
        padding-top: 210px;
    }

    .aboutpartner {
        padding-top: 120px;
    }

    .aboutpartner .courses {
        margin: 3% 0 0 0;
    }
}

@media (max-width:1400px) {

    /* Red width - uncomment for debugging */
    /*#header {border:medium solid red; }*/

    #header .navbar-default .navbar-nav > li a i {
        display: none;
    }

    .brand-text {
        width: calc(100% - 670px);
    }
}


@media (max-width:1200px) {

    /* Red width - uncomment for debugging */
    /*#header {border:medium solid red; }*/

    #header .navbar-default .navbar-nav > li a i {
        display: none;
    }

    .brand-text {
        width: calc(100% - 515px);
    }

    .girl-img { /*width:43%;*/
        height: 60%;
    }

    .banner-container .container {
        width: 90%;
    }

    .menu-dropdown {
        margin: 0 !important;
        display: table;
        margin: 0 auto !important;
    }

        .menu-dropdown > li {
            display: table-cell;
        }

    /* hide menu description texts */
    #header .navbar-default .navbar-nav > li a span small {
        display: none;
    }

    .proposition-block {
        padding: 0 30px;
    }
}

@media (max-width: 1050px) {

    /* Make navigation narrower and logo smaller */
    #main-nav-container.navbar-default .navbar-nav > li a {
        padding: 30px 8px 0px 8px;
        font-size: 0.9em;
    }

    #header .navbar-brand {
        padding-right: 10px;
    }

    .logo-lg {
        display: none;
    }

    #header .logo-sm {
        display: inline;
        padding-top: 28px;
    }

    .navbar-header .navbar-brand.trainengage.logo-sm {
        width: 181px;
    }
}

@media (max-width: 991px) {
    .channel-selection-bg {
        padding-top: 150px;
    }

    .aboutpartner .channel-logo {
        display: none;
    }

    .aboutpartner .contact {
        margin: 10% 0 30px 0;
    }
}

@media (max-width:992px) {

    /* Green width - uncomment for debugging */
    /*#header {border:medium solid green;}*/

    /* make menu height lower */
    #course-main-nav-container .navbar-brand {
        min-height: 40px;
        padding: 10px 15px;
    }

    #course-main-nav-container .brand-text a {
        font-size: 1.4em;
    }

    #course-main-nav-container.navbar-default .navbar-nav > li a {
        min-height: 40px;
    }

    #course-main-nav-container.navbar-default .menu-dropdown.navbar-nav > li > a {
        padding-top: 10px;
    }

    .brand-text {
        width: 100%;
    }



    /* center main course navi */
    #course-main-nav-container .navbar-right {
        float: none !important;
    }

    /* center course title */
    #course-main-nav-container .brand-text {
        float: none;
        text-align: center;
    }

        #course-main-nav-container .brand-text a {
            float: none;
            padding-left: 0;
            padding-right: 0;
            display: inline-block;
        }

    #course-main-nav-container .navbar-nav {
        position: inherit;
    }

    /* show menu icons */
    #course-main-nav-container.navbar-default .navbar-nav > li a i {
        display: inline;
    }

    .proposition-block li:nth-child(2n+1) .thumbnail {
        border-left: 1px solid #b2b2b2;
    }

    .proposition-block li .thumbnail {

        border-bottom: #b2b2b2 solid 1px;
        border-top: #b2b2b2 solid 1px;
        padding-top: 15px;
    }

    .greyblock {
        width: 63%;
        transform: skewX(168deg);
        -ms-transform: skewX(168deg);
        transform: skewX(168deg);
        transform: skewX(168deg);
        transform: skewX(168deg);
    }

    .TileContainer .Tile-medium .thumbnail .thumb-img {
        width: 160px;
    }

    .signup-text .signup-arrow-down {
        margin: 0 auto;
        margin-bottom: 10px;
        width: 57px;
        height: inherit;
        display: inline-block;
    }

        .signup-text .signup-arrow-down img {
            width: 90%;
        }

    .banner-text-block {
        z-index: 99;
        -moz-transform: scale(.8);
        -webkit-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }

    .LibraryContainer .thumbnail .thumb-img img {
        width: 100%;
    }

    .LibraryContainer .thumbnail.thumb-190 .thumb-img {
        width: 25%;
        height: 100%;
    }

    .LibraryContainer .thumbnail.thumb-230 .thumb-img {
        width: 25%;
        height: 100%;
    }

    .LibraryContainer .thumbnail.thumb-235 .thumb-img {
        width: 25%;
        height: 100%;
    }

    .LibraryContainer .thumbnail.thumb-345 .thumb-img {
        width: 35%;
        height: 100%;
    }

    .margin-left-01 {
        margin-left: 3.33333%;
    }

    .right-col-container {
        margin-top: 50px !important;
    }
}

@media (max-width: 860px) {

    #header .navbar-collapse {
        overflow-x: hidden;
    }

    #header .navbar-default .navbar-nav > li a {
        float: left;
    }

    .navbar-nav {
        margin: 0;
    }

    .header-top-right {
        float: right;
    }

        .header-top-right > li {
            float: left;
        }

    /* Bootstrap override */
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        /*float: left;*/
        /*width: auto;*/
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #1A1A1A;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #1A1A1A;
            background-color: #f5f5f5;
        }
}

@media (max-width: 768px) {
    .channel-selection-bg {
        margin-top: -80px;
        padding-top: 120px;
    }

    .aboutpartner {
        margin-top: -135px;
    }

    .col-sm-12.col-md-4 {
        width: 100%;
    }

    .aboutpartner .contact {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 767px) {

    /* Blue width - uncomment for debugging */
    /*#header {border:medium solid blue !important;}*/

    #header .navbar-compact .navbar-brand {
        padding: 15px 15px;
        min-height: inherit;
    }

        #header .navbar-compact .navbar-brand img {
            width: 90%;
        }

    #header .navbar-compact .navbar-toggle {
        margin-top: 8px;
    }
    /*#header .navbar-brand { padding: 10px 15px; min-height:initial;}
	#header .navbar-toggle { margin-top:8px; }*/

    .proposition-block .thumbnail .caption {
        min-height: inherit;
    }

    .min-height100 {
        min-height: inherit;
    }

    .proposition-block li .thumbnail {
        border-bottom: none;
        border-left: 0px;
        border-right: 0px;
    }

    .proposition-block li:first-child .thumbnail {
        border-left: 0px solid;
        border-top: #b2b2b2 solid 1px;
    }

    .proposition-block li:nth-child(2n+1) .thumbnail {
        border-left: none;
    }

    .signup-text .btn-success, .signup-text .btn-primary {
        font-size: 23px;
    }

    .signup {
        margin-bottom: 50px;
    }

    .greyblock {
        position: absolute;
        height: 60%;
        right: 0;
        width: 100%;
        background: #2b2e34;
        display: inline-block;
        top: inherit;
        bottom: -8%;
        transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg);
        transform: skewX(0deg);
        transform: skewX(0deg);
        transform: skewY(185deg);
        -ms-transform: skewY(185deg);
        transform: skewY(185deg);
        transform: skewY(185deg);
        transform: skewY(185deg);
    }

    .banner-container .container {
        width: 90%;
    }

    .banner-text-block {
        z-index: 99;
        -moz-transform: scale(.6);
        -webkit-transform: scale(.6);
        -o-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
    }

    .proposition-block li .thumbnail {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .arrow-btm {
        font-size: 30px;
    }

        .arrow-btm a {
            margin-left: -15px;
            line-height: 29px;
        }

            .arrow-btm a span {
                line-height: 2px;
            }

    .library-container {
        padding-top: 20px;
    }

    .pad-right-60px {
        padding-right: 15px;
    }

    .video-section {
        float: none;
    }

    .TrainersName {
        left: 15px;
    }

    .img-right .TrainersName {
        text-align: right;
        right: 20px;
    }

    .course-banner-container {
        min-height: 500px;
    }

        .course-banner-container p {
            font-size: 1.2em;
        }
        /*.course-banner-container .course-price { font-size:1.2em; }*/
        .course-banner-container .course-buttons a.btn {
            font-size: 1.1em;
            padding-left: 16px;
            padding-right: 16px;
            line-height: 1;
        }

    h1, .jumbotron h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    /*#header .navbar-inverse .navbar-nav > li > a{ padding-left:0; padding-right:0}*/
    #header .navbar-default .navbar-nav > li a i {
        display: none;
    }

    #header .navbar-inverse .navbar-nav > li > a {
        display: block;
    }

    #header .navbar-inverse .navbar-toggle {
        margin: 1px 15px;
        border: 1px solid #666666;
        float: left;
        padding: 6px 6px;
        margin-top: 4px;
    }

    #header .navbar-default .navbar-nav > li.dropdown .dropdown-menu a {
        background: #FFF;
    }

    .sign-in-container h2 .badge {
        margin: 0 10px 0 0;
    }

    .margin-left-1 {
        margin-left: 0;
    }

    .social-link li > .tooltip {
        left: 2% !important;
    }

    .social-link {
        margin: 0 auto;
        width: 230px;
        position: relative;
        text-align: center;
    }

    .external-login-advisory-cnt {
        margin-left: 0;
        clear: both;
    }

    .margin-left-01 {
        margin-left: 0;
    }

    .acco-header .img-thumb {
        margin-bottom: 20px;
    }
    .acco-header .img-thumb img {
        max-height:100px;
    }
    .acco-header .nav-justified > li {
        display: table-cell;
    }

    .right-col-container {
        margin-top: 50px !important;
    }

    .custom-modal .modal-body {
        padding-left: 0;
        padding-right: 20px;
        max-height: 500px;
        overflow: auto;
        margin: 0 20px;
    }

    .custom-modal .modal-lg {
        width: auto;
    }

    .custom-modal .modal-dialog {
        margin-top: 50px;
    }

    .TileContainer {
        padding: 0 30px;
    }

    .background-girl {
        background-size: auto 75%;
    }

    /* reduce paddings */
    .HowItWork-container, #RegisterPartnerContainer {
        padding-top: 35px;
    }

    .Agenda-section,
    .CourseOverview {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .navbar-nav > li.dropdown.user-menu .dropdown-menu {
        width: 100%;
        box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
        border-radius: 0px;
        border-bottom: #d5d5d6 solid 3px;
        background: rgba(255,255,255,0.95);
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 30px 8px 0px 8px;
        min-height: 79px;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
    }

    .header-top-right .dropdown-menu .glyphicon {
        margin-right: 10px;
    }

    .header-top-right,
    .header-top-right .user-menu.open,
    .header-top-right .dropdown-menu {
        min-width: inherit;
        position: inherit;
    }
}

@media (max-width: 600px) {

    /* Yellow width - uncomment for debugging */
    /*#header {border:medium solid yellow !important;}*/

    #header .navbar-default .navbar-nav.menu-dropdown > li a i {
        display: block;
        margin: 0;
    }

    #header .navbar-default .navbar-nav.menu-dropdown > li > a span {
        display: none;
    }

    #header .navbar-default .navbar-nav.menu-dropdown > li > a {
        min-height: 40px;
        padding: 10px 15px 8px 15px;
    }

    .right-col-container .panel-default > .panel-heading {
        margin: 0;
    }

    .right-col-container .minwidth150 {
        min-width: inherit;
    }

    .acco-header {
        height:245px;
    }
    .acco-header .day-tabs .nav-pills > li {
        padding: 15px 0 5px 0;
    }

        .acco-header .day-tabs .nav-pills > li span.badge {
            top: 0;
        }

        .acco-header .day-tabs .nav-pills > li span {
            padding: 0 15px;
        }

    .acco-header .day-tabs {
        clear: left;
    }

        .acco-header .day-tabs ul {
            display: table;
        }

        .acco-header .day-tabs .nav-pills > li {
        }
}

@media (max-width: 550px) {
    .quick-login-form .form-control {
        width: 105px;
    }

    #header .navbar-default .navbar-nav > li a {
        float: none;
        text-align: center;
    }

    #header .navbar-toggle {
        margin-right: 0px;
    }

    .white-section img,
    .grey-section.getmotived-block img {
        display: block;
        margin: 0 auto 20px auto;
        float: none;
    }

    .white-section p,
    .grey-section p {
        clear: both;
    }

    .navbar-collapse {
        max-height: none;
    }
}

@media (max-width:480px) {
    .banner-text-block {
        top: 14%;
    }

    .signup-text {
        margin-top: 20px;
    }

        .signup-text .glyphicon {
            font-size: 30px;
        }

    .header-top-right .dropdown-menu.extended {
        width: 100% !important;
        left: 0;
        right: 0;
        max-width: inherit;
    }

    .header-top-right > li.dropdown.tile.open {
        position: inherit;
    }

    #header #quick-login-btn {
        margin-right: 10px;
    }

    .TileContainer, .MoreBtn {
        padding: 0;
    }

    .FavoritesContainer .jumbotron h1 {
        font-size: 2.2em;
    }

    .jumbotron {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0;
    }

    .banner-text-block {
        -moz-transform: scale(.5);
        -webkit-transform: scale(.5);
        -o-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }
    /*.girl-img{width:35%}*/
    #value-proposition .jumbotron {
        padding-top: 50px;
    }

    .LibraryContainer .TileCaption {
        padding-left: 15px;
    }

    h1, .jumbotron h1 {
        font-size: 28px;
    }

    .signup-text .button-text {
        display: block;
        margin-bottom: 10px;
    }

    .MoreBtn .btn {
        white-space: inherit;
    }
}

@media (max-width: 479px) {
    #quick-login .social-left {
        float: none !important;
        position: absolute;
        width: 100%;
        height: 44px;
        bottom: 0;
        z-index: 10;
        text-align: center;
        padding-right: 40px;
    }

        #quick-login .social-left > a {
            height: 44px;
            width: 34px;
            display: inline-block;
        }

        #quick-login .social-left .fa {
            font-size: 28px;
            margin-top: 9px;
        }

    #header .navbar-inverse .header-top-right.navbar-nav > li + li {
        height: 30px;
        width: 30px;
    }

        #header .navbar-inverse .header-top-right.navbar-nav > li + li > a {
            font-size: 27px;
            line-height: 30px;
            padding: 0;
            text-align: center;
            width: 30px;
        }

    .header-top-right .dropdown-menu.extended li a {
        padding: 10px 0 !important;
    }

    .signin-right .quick-login-form {
        padding-bottom: 50px;
        float: left;
        width: 100%;
    }

    #header .form-group {
        width: 100%;
    }

    #header .quick-login-form .form-control {
        width: 100%;
        float: left;
        margin: 0 0 8px 0;
        height: 25px;
        line-height: 25px;
    }

    #quick-login-btn.btn.act {
        height: 25px;
        width: 100%;
    }

    .container-fluid {
        padding-left: 6%;
        padding-right: 6%;
    }

    .header-top-right li a.avatar span.Aimg img {
        width: 30px;
        height: 30px;
    }

    .header-top-right li a.avatar .glyphicon-cog {
        top: 22px;
        right: 18px;
        font-size: 13px;
    }

    #header .navbar-inverse .navbar-nav > li > a {
        line-height: 27px;
    }

    #header .navbar-inverse {
        min-height: 45px;
    }

    .video-player-cnt video {
        width: 100%;
        height: auto;
    }

    .video-box-in {
        min-height: inherit;
    }

    .course-settings {
        margin-left: 0;
    }

    .acco-header .acco-head {
        clear: both;
    }

    .right-col-container .media-body, .right-col-container .media-left, .right-col-container .media-right {
        display: block;
        margin-bottom: 5px;
    }

    #header .navbar-inverse .navbar-brand {
        clear: both;
        display: block;
        padding: 5px 0;
        float: none;
        text-align: center;
    }

    .task-category a {
        height: 35px;
        line-height: 35px;
        font-size: 20px;
    }

        .task-category a .task-category-center {
            padding: 0 10px;
            /*
                max-width: 220px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            */
        }

        .task-category a .task-category-corner-left {
            border-left: 25px solid transparent;
            border-bottom: 35px solid #4eba70 !important;
            display: none;
        }

        .task-category a .task-category-corner-right {
            border-right: 25px solid transparent;
            border-bottom: 35px solid #4eba70 !important;
            display: none;
        }

    /* Override theme.css for Fix-11 */
    .Week-activities-container .activities-link .col-xs-10 {
        width: 100% !important;
    }

    h1, .jumbotron h1 {
        margin-bottom: 25px;
    }

    /* Override theme.css for Fix-13 */
    .my-profile .btn {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #carouselcontainer .page-header h1 {
        margin-bottom: 20px;
    }

    .week-slider-container {
        width: 290px !important;
    }

        .week-slider-container h2 {
            font-size: 17px;
        }

        .week-slider-container .week-slider .item.selected h2 {
            font-size: 20px;
        }

    /* Override theme.css for Fix-15 */
    .inlinebtn {
        position: relative !important;
        margin-top: 10px !important;
        bottom: 0 !important;
    }

    .header-top-right li a .username {
        display: none;
    }

    .Leaderboard-carousel .pull-left.progress-text {
        width: 155px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    /* Override theme.css for Fix-18 */
    .btn-primary, .btn-primary:hover, .btn-success, .btn-success:hover {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}


@media (max-width: 360px) {
    /*.header-top-right li a .username { line-height:13px; font-size:11px}
	.header-top-right li a .username .in-block{ display:block;}*/

    h1, .jumbotron h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }
    .acco-header {
        height:345px;
    }
}

@media (max-width: 320px) {
    .banner-text-block {
        z-index: 100;
    }

    .banner-text h1 {
        font-size: 1.9em;
    }

    .banner-text h2 {
        font-size: 1.5em;
    }

    .signup-text {
        margin-top: 20px;
    }

        .signup-text .glyphicon {
            font-size: 30px;
        }

    #header #quick-login-btn {
        margin-right: 10px;
    }

    .TileContainer, .MoreBtn {
        padding: 0;
    }

    .FavoritesContainer .jumbotron h1 {
        font-size: 2.2em;
    }

    .jumbotron {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0;
    }

    .TileContainer .thumbnail .TileCaption {
        padding: 15px 20px;
    }

    .TileContainer .Tile-medium .thumbnail .TileCaption {
        margin: 0;
        clear: both;
    }

    .TileContainer .Tile-medium .thumbnail .thumb-img {
        margin: 0 auto;
        float: none;
    }

    .TileContainer .Tile-small .thumbnail .TileCaption {
        margin: 0;
        clear: both;
    }

    .TileContainer .Tile-small .thumbnail .thumb-img {
        float: none;
        margin: 0 auto;
    }

    .LibraryContainer .TileCaption {
        padding-left: 15px;
    }
}

@media (max-height:600px) {

    .banner-text-block {
        -moz-transform: scale(.5);
        -webkit-transform: scale(.5);
        -o-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        top: 9%;
    }

    .signup-text {
        margin-top: 20px;
    }

    .girl-img {
        height: 60%;
    }
}

@media (max-width:320px) {

    .banner-text-block {
        -moz-transform: scale(.6);
        -webkit-transform: scale(.6);
        -o-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: 5%;
    }

    .signup-text {
        margin-top: 40px;
    }
}



/* DON'T ADD NEW STYLES AT THE END OF THE FILE! ADD THEM BEFORE THE MEDIA QUERIES. */
