/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Lattes - One page multi purpose page
Version:    1.0
Last change:    17/08/2015 [...]
Designed by:    MOOZ Themes / www.MOOZthemes.com
Primary use:    One page

[Table of contents]

1. General
2. Header
3. Navigation
4. Sections
5. Footer
6. Components

[Color codes]

Buttons, etc:   #726FB9 (blue)
hover color:    #74bee0 (yellow)
-------------------------------------------------------------------*/

/*--------------------
Import Google Fonts
--------------------*/





/*--------------------
1. General
--------------------*/

body {
    margin: 0px;
    font-family: "Open Sans", Sans-serif;
    overflow-x: hidden;
    background-color: #fff;
}

p,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: 300;
    letter-spacing: 0.4px;
    font-family: "font-normal", Sans-serif;
    
}

p {
    font-family: "font-normal", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.2px;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #277596;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #74bee0;
}



section {
    padding-top: 70px;
    padding-bottom: 5px;
}

@media (min-width: 1100px) {
    section {
        padding: 30px 0;
        padding-top: 65px;
    }
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
    background-color: #1b4a9b;
    border-color: transparent;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.43);
}

.navbar-default .navbar-brand {
    color: #fff;
    font-family: "font-normal", sans-serif;
    padding: 0px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}

.navbar-default .navbar-toggle {
    background-color: #007ac2;
    border-color: #74bee0
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #74bee0
}

.navbar-default .nav li a {
    font-family: "font-normal", sans-serif;
    //text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #fff;
    outline: 0
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #74bee0
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503
}

@media (min-width:1100px) {
    .navbar-default {
        background-color: #fff;
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }

    .navbar-default.navbar-shrink {
        background-color: #fff;
        padding: 10px 0;

    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
}

/*--------------------
3. Header
--------------------*/

header {
    background-image: url(../img/main-bg.jpg);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    padding: 15px;
    width: 100%;
    overflow: hidden;
}

header .intro-text {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 50px;
}

@media (min-width: 1100px) {
    header .intro-text {
        width: 85%;
        padding-top: 20px;
        padding-bottom: 200px;
    }
}



header .intro-text .intro-lead-in {
    font-family: Times, sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

@media (min-width: 1100px) {
    header .intro-text .intro-lead-in {
        font-family: Times, sans-serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
    }
}

.nav-title {
    //text-transform: uppercase; 
    font-family: "IBM Plex Serif";
    font-weight: 100;
    font-size: 16px;
    line-height: 50px;
    margin-bottom: 12px;
    padding-left:8px;
    color: #fff;
}

header .intro-text .intro-heading {
    //text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
    font-family: "IBM Plex Serif";
    color: #004F7C;
}

@media (min-width: 1100px) {
    header .intro-text .intro-heading {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 20px;
        letter-spacing: 2px;
    }
}


/*--------------------
4. Sections
--------------------*/

.section-title {
    display: none;
}

.section-title h2 {
    font-size: 44px;
    font-family: "IBM Plex Serif";
    font-weight: 900;
    color:#fede42;
    //text-transform: uppercase;
    //text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}

.section-title p {
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    margin: 10px;
}

@media (min-width: 1100px) {
    .section-title h2 {
        font-size: 54px;
    }

    .section-title p {
        font-size: 17px;
        line-height: 25px;
    }
}

/*--------------------
4.1. About
--------------------*/

.mz-module-about h3 {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.mz-module-about p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #969696;
}

.ot-circle {
    height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #3E3E3E;
    /* border: 3px solid #000; */
    border-radius: 100px;
    /* background-color: #E8E8E8; */
    margin: 0 2px 4px;
    font-size: 31px;
}

/*--------------------
4.2. Skills
--------------------*/

.skills-text h2 {
    margin: 0 0 30px;
}

.skillbar-item {
    margin-bottom: 30px;
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
}

.skillbar-score {
    background-color: #dfdfdf;
    padding: 7px;
    text-align: center;
    color: #000000;
    font-weight: 300;
    float: right;
    width: 50px;
    height: 40px;
    vertical-align: middle;
}

.skillbar-score .score {
    font-size: 20px;
}

.skillbar-score .percent {
    font-size: 13px;
}

.skillbar-bar {
    display: block;
    background-color: #dfdfdf;
    height: 3px;
    width: 100%;
}

.skillbar h3 {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;
    margin: 0;
    padding: 12px 0;
}

.skillbar-percent {
    color: #fff;
    background-color: #000000;
    float: left;
    height: 3px;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
    position: relative;
    overflow: hidden;
    margin: 3px 1%;
    background: #726FB9;
    text-align: center;
    cursor: pointer;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ot-portfolio-item figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.ot-portfolio-item figure figcaption,
.ot-portfolio-item figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
    background: #142f5d;
    margin-bottom: 3px;
}

figure.effect-bubba img {
    opacity: 0.4;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.2;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2, figure.effect-bubba .h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.dark-bg {
    background: #323232;
    color: #fff;
}

.bg-img1 {
    background-image: url(../img/bg-img1.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-img2 {
    background-image: url(../img/bg-img2.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-img3 {
    background-image: url(../img/bg-img3.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    //background-attachment: fixed;
}

@media (min-width: 1100px) {
    .bg-img3 {
        background-attachment: fixed;
    }
}

.bg-product-1 {
    background-image: url(../img/demo/portfolio-1.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;

}

.bg-cover {
    background-size:cover;
    background-position:center;
}

.light-bg {
    background-color: #e3f4fe;

}

.overlay-dark:before,
.overlay-light:before {
    background-color: rgba(32, 32, 32, 0.7);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay-dark,
.overlay-light {
    position: relative;
    z-index: 1;
    //transition: all .3s ease-in-out;
}

.bolded {
    font-weight: bold;
}

.short-section {
    padding-top: 1px;
    padding-bottom: 30px;
    height: 280px;
}

.long-section {
    min-height: 100vh;
}

.img-title h2 {
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
}

.img-title h3 {
    color: #fff;
    font-size: 24px;

}

.img-title p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;


}

.counter-item h2 {
    color: #fff;
    font-size: 60px;
    margin: 0;
}

.counter-item h6 {
    color: #fff;
    font-size: 19px;
    margin: 0;
}

/*--------------------
4.5. Partners Slider
--------------------*/

.partner-logo {
    height: 80px;
    text-align: center;
}

.partner-logo img {
    height: 100%;
    width: auto !important;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
    position: relative;
    text-align: center;
    padding-bottom:15px;
    min-height: 300px;
    //box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
    //border: 1px solid white;
    margin-left: 8px;
    margin-right: 8px;
    //overflow: hidden;
    border-radius: 25px;
    background: hsl(0deg 0% 0% / 30%);
    //background: linear-gradient(to right, #fdfdfd 0%,#e6e9f0 35%,#e6e9f0 100%);
    background-image: url(../img/color_bar.png);
    background-position: center bottom;
    background-repeat:no-repeat;
    background-size: 100% 10px;
}


.bg-blue-gradient {
    background: linear-gradient(to left, #fdfdfd 0%, #e6e9f0 35%, #e6e9f0 100%);
}

.bg-blue-gradient-down {
    background: linear-gradient(to bottom, #fdfdfd 0%, #e6e9f0 35%, #e6e9f0 100%);
}

.bg-profile {
    background: linear-gradient(to right, #fdfdfd 0%, #e6e9f0 35%, #e6e9f0 100%);
    border: 1px solid #ddd;
}

.team-item h3 {
    //font-size: 16px;
    //font-weight: 500;
}

.team-item .team-location {
    color: #C5C5C5;
    font-size: 13px;
    margin-bottom: 20px;
}

.team-item .team-location {
    color: #C5C5C5;
    font-size: 12px;
    margin-bottom: 20px;
}

.team-item .team-position {
    color: #000;
    font-size: 12px;
}

.team-item p {
    /*    font-size: 13px;
    font-weight: 300;
    color: #9C9C9C;
    padding: 5px 10px 20px 10px;*/
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
    margin-top: 15px;
}

section#contact.form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 15px;
    border: 1px solid #BBBBBB;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    font-size: 13px;
}

.contact h3 {
    margin-bottom: 30px;
}

.contact p {
    font-size: 13px;
}

.contact .day {
    display: inline-block;
    width: 80px;
}

.contact i {
    margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
    padding: 30px;
    background-color: #000;
}

footer p {
    color: #B7B7B7;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
}

footer p a {
    color: #fff;
}

footer p a span {
    color: #FF9F46;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
    border-radius: 0;
}

.modal-header .close {
    font-size: 30px;
}

.modal-title {
    //text-transform: uppercase;
    font-size: 27px;
    color: #fff;
    font-weight: 500;
}

.modal-body {
    padding: 25px;
}

.modal-body p {
    margin: 10px;
    color: #2D2D2D;
}

.modal-works {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 25px 20px;
}

.modal-works span {
    background-color: #74bee0;
    margin-right: 15px;
    padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/





.btn {
    display: inline-block;

    margin-bottom: 3px;
    margin-right: 2px;

    border-radius: 15px;
}

.btn-xl {

    text-transform: uppercase;
    font-weight: 700;

    font-size: 18px;
    padding: 20px 40px;
}

/* Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}

#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% "font-normal", Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    background: #74bee0;
}

/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
    #back-top {
        position: fixed;
        bottom: 10px;
        right: 30px;
    }

    #back-top a {
        width: 40px;
        height: 40px;
    }

    #back-top i {
        margin-top: 7px;
        font-size: 20px;
    }
}

.istory-page {
    border: 1px dashed #b7b7b7;
    min-height: 370px;
    padding: 25px;
    background-color: #fff;
}

.istory-page-title {
    font-family: Times, sans-serif;
    font-style: italic;
    font-size: 22px;
}

.text-white {
    color: #fff;
}

.text-bold {
    font-weight: bold;
}




/* prompts */

.convo-window {
    //min-height:50vh;
}



.you-say {
    color: #ffffff;
    background-color: #74bee0;
    border-color: #A39F7E;
    font-weight: normal;
    width: 100px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.text-white {
    color: #fff;
}

.text-green {
    color: #71984a;
}

.text-red {
    color: #db1f27;
}

.icon {
    position: relative;
    top: 6px;
    text-shadow: 0px 0px 4px rgba(70, 70, 70, 0.4);
}

.text-shadow {
    text-shadow: 0px 0px 1px rgba(70, 70, 70, 1);
}

.content-heading {
    background-color: #4c6174;
    height: 86px;
}

.content-title {
    display: block;
    color: #fff;
    background-color: transparent;
    line-height: 86px;
    font-size: 18px;
}



.dialog-box {
    display: block;
    background-color: #D6D1A5;
    color: #333;

    padding: 12px;
    margin: 6px 0;
}

.answer-box {
    display: block;
    background-color: #74bee0;
    padding: 12px;
}

.convo-response {
    font-size: 18px;
    min-height: 150px;
}

.header-active {
    color: #000 !important;
}

.vid-checklist {
    font-size: 16px;
    color: #000;

}

.vid-checklist:hover,
.vid-checklist:focus {
    color: #797979;

}

.teal-trans {
    padding: 10px;
    background-color: #e3f4fe;
}

@media (min-width: 1100px) {
    .teal-trans {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.five-dots {
    color: #fff;
    font-size: 38px;
}

.teal-active {
    background-color: rgba(255, 255, 255, .3);
    ;
}


.user-tab {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 4px solid #8fb8c8;
    //box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.2);
    margin-bottom: 0px;
}

.emily-happy {
    background-image: url('../img/emily_happy.jpg');
}

.eric-happy {
    background-image: url('../img/eric_happy.jpg');
}



.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.mood-card {
    color: #fff;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
    margin: 5px;
    text-align: center;
}

.mood-card-sm {
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    margin: 2px;
    text-align: center;
    display: inline-block;
    width: 31%;
    vertical-align: top;
    min-height: 80px;
}

.Happiness {
    background-color: #A83C93;
}

.Fear {
    background-color: #80A20D;
}

.Commitment {
    background-color: #4D8BAF;
}

.Blank {
    background-color: #b5b5b5;
}

.grey-bottom {
    border-bottom: 1px solid #dbdbdb;
}

.prepare-assets {
    background-color: #efefef;
}


.btn-grey {
    margin: 0px !important;
    color: #337B95;
    background-color: #fff;
    border-bottom: 1px solid #8FB8C8;
    ;
}

.btn-grey:focus,
.btn-grey.focus {
    color: #fff;
    background-color: #8FB8C8;
    border-color: #8FB8C8;
}

.btn-grey:hover {
    color: #fff;
    background-color: #337B95;
    border-color: #337B95;
}

.btn-grey:active,
.btn-grey.active,
.open>.dropdown-toggle.btn-grey {
    color: #fff;
    background-color: #c4c4c4;
    border-color: #c4c4c4;
}

.btn-grey:active:hover,
.btn-grey.active:hover,
.open>.dropdown-toggle.btn-grey:hover,
.btn-grey:active:focus,
.btn-grey.active:focus,
.open>.dropdown-toggle.btn-grey:focus,
.btn-grey:active.focus,
.btn-grey.active.focus,
.open>.dropdown-toggle.btn-grey.focus {
    color: #333;
    background-color: #8FB8C8;
    border-color: #8FB8C8;
}

.btn-grey:active,
.btn-grey.active,
.open>.dropdown-toggle.btn-grey {
    background-image: none;
}

.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled.focus,
.btn-grey[disabled].focus,
fieldset[disabled] .btn-grey.focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-grey .badge {
    color: #fff;
    background-color: #333;
}



.dark-pag {
    background-color: yellow !important;
    color: black !important;
}

.vertical {
    display: inline-block;
    width: 20%;
    height: 40px;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.trans-0 {
    opacity: 0.001 !important;
    cursor: default !important;
}

.trans-30 {
    opacity: 0.3 !important;
}

.trans-40 {
    opacity: 0.4;
}

.trans-50 {
    opacity: 0.5;
}

.trans-60 {
    opacity: 0.6;
}

.trans-70 {
    opacity: 0.7;
}

ul li {
    margin-bottom: 3px;
}

.btn-bubble {
    position: relative;
    margin-bottom: 3px;
    transition: all .2s ease-in-out;
}

.btn-bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 33px 0;
    display: block;
    z-index: 1;
    bottom: -15px;
    left: 36%;
}


.btn-primary-bubble {
    position: relative;
    transition: all .2s ease-in-out;
}

.btn-primary-bubble:after {
    border-color: #2e87b0 transparent;
    transition: all .2s ease-in-out;
}

.btn-primary-bubble:hover::after {
    border-color: #205f7c transparent;
    transition: all .2s ease-in-out;
}

.btn-primary-bubble.active:after {
    border-color: #2e87b0 transparent;
}


.btn-success-bubble {
    position: relative;
}

.btn-success-bubble:after {
    border-color: #769870 transparent;
    transition: all .2s ease-in-out;
}

.btn-success-bubble:hover::after {
    border-color: #466e5a transparent;
    transition: all .2s ease-in-out;
}

.btn-success-bubble.active:after {
    border-color: #466e5a transparent;
}


.btn-warning-bubble {
    position: relative;
}

.btn-warning-bubble:after {
    border-color: #f8a04b transparent;
    transition: all .2s ease-in-out;
}

.btn-warning-bubble:hover::after {
    border-color: #d2653d transparent;
    transition: all .2s ease-in-out;
}

.btn-warning-bubble.active:after {
    border-color: #d2653d transparent;
}

.btn-danger-bubble {
    position: relative;
}

.btn-danger-bubble:after {
    border-color: #c4687e transparent;
    transition: all .2s ease-in-out;
}

.btn-danger-bubble:hover::after {
    border-color: #985570 transparent;
    transition: all .2s ease-in-out;
}

.btn-danger-bubble.active:after {
    border-color: #985570 transparent;
}


.btn-purple {
    color: #fff;
    background-color: #7c61a7;
    border-color: #7c61a7;
}

.btn-purple:focus,
.btn-purple.focus {
    color: #fff;
    background-color: #5c4c79;
    border-color: #5c4c79;
}

.btn-purple:hover {
    color: #fff;
    background-color: #5c4c79;
    border-color: #5c4c79;
}

.btn-purple:active,
.btn-purple.active,
.open>.dropdown-toggle.btn-purple {
    color: #fff;
    background-color: #5c4c79;
    border-color: #5c4c79;
}

.btn-purple:active:hover,
.btn-purple.active:hover,
.open>.dropdown-toggle.btn-purple:hover,
.btn-purple:active:focus,
.btn-purple.active:focus,
.open>.dropdown-toggle.btn-purple:focus,
.btn-purple:active.focus,
.btn-purple.active.focus,
.open>.dropdown-toggle.btn-purple.focus {
    color: #fff;
    background-color: #5c4c79;
    border-color: #5c4c79;
}

.btn-purple:active,
.btn-purple.active,
.open>.dropdown-toggle.btn-purple {
    background-image: none;
}

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus,
fieldset[disabled] .btn-purple.focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-purple .badge {
    color: #fff;
    background-color: #333;
}

.btn-purple-bubble {
    position: relative;
}

.btn-purple-bubble:after {
    border-color: #7c61a7 transparent;
    transition: all .2s ease-in-out;
}

.btn-purple-bubble:hover::after {
    border-color: #5c4c79 transparent;
    transition: all .2s ease-in-out;
}

.btn-purple-bubble.active:after {
    border-color: #5c4c79 transparent;
}



.border-btm {
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.star-rating {
    padding-top: 5px;
    margin-right: 2px;
    display: inline-block;
    opacity: 0.8;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: all .2s;
    font-size: 30px;
}

.star-rating:hover {
    opacity: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.star-rating-sm {
    padding-top: 5px !important;
    margin-right: 2px !important;
    font-size: 13px !important;
}


.info-button {
    opacity: 0.7;

    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: all .2s
}

.info-button:hover {
    opacity: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

audio {
    //background-color: #95B9C7;
    //display:none;
}

.text-dark-rain {
    color: #205f7c;
}


.text-dark-palm {
    color: #466e5a;
}



.splash-texture {
    width: 100%;
    min-height: 100px;
    background-color: #fff;
    //background-image: url(img/texture_square.png);
    background-repeat: repeat;
    background-size: 64px;
    padding-top: 30px;

}

.texture-stripes {
    //background-image: url(../img/texture_stripes.png) !important;
    background-repeat: repeat !important;
    background-size: 245px !important;
}

.texture-blue {
    background-image: url(../img/texture_dots.png);
    background-repeat: repeat;
    background-size: 35px;
}

.texture-blue-2 {
    background-image: url(../img/texture_blue.png);
    background-repeat: repeat;
    background-size: 35px;
}

.texture-green {
    background-image: url(../img/texture_square.png);
    background-repeat: repeat;
    background-size: 63px;
}

.texture-orange {
    background-image: url(../img/texture_arrow.png);
    background-repeat: repeat;
    background-size: 35px;
}

.texture-orange-2 {
    background-image: url(../img/texture_orange_2.png);
    background-repeat: repeat;
    background-size: 45px;
}

.texture-red {
    background-image: url(../img/texture_red.png);
    background-repeat: repeat;
    background-size: 85px;
}


.scenario-chooser {
    //padding:18px;
    opacity: 0.7;
    transition: all .3s ease-in-out;
    cursor: pointer;
    margin-left: 1px;
    max-width: 200px;
    margin: auto;
}

.scenario-chooser:hover {
    opacity: 1;
    //padding:0px;
    background-color: white;
}

.scenario-chooser:hover .item-img,
.scenario-chooser:hover~.item-img {
    background-position: center;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0);
}

.scenario-chooser-active {
    opacity: 1 !important;
    padding: 0px !important;
}

.item-img {
    background-position: right top;
    transition: all .7s;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .4);
}

.scenario-btn {
    padding: 3px;
    height: auto;
}

.scenario-title {
    font-size: 13px;
    line-height: 10px;
}

.scenario-complete {
    position: absolute;
    right: 2px;
    top: 5px;
}

.scenario-label {
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}


.box-shadow {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    transition: all .3s ease-in-out;
}

.box-shadow:hover {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
}

.box-shadow-sm {
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.48);
}


.position-relative {
    position: relative !important;
}


/*
* Scrollbar
*/

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background: rgba(210, 210, 210, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}



/*
* Scroll to top
*/

.scroll-to-top {
    background-color: #000000;
    border-radius: 2px;
    display: none;
    position: fixed;
    right: 35px;
    top: 94%;
    text-align: center;
    z-index: 999;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    margin: 0 6px;
}


.font-alt {
    font-family: "IBM Plex Serif";
    font-weight:bold;

}




/* CONVERSATION MODEL */

.prompt {
    display: inline-block;
    width: 493px;
    height: 96px;
    background: url('../img/prompt.png') no-repeat;
    padding: 8px 12px 12px 24px;
    color: #444444;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
}

.blank-response {
    display: inline-block;
    width: 493px;
    height: 96px;
    background: url('../img/blank_response.png') no-repeat;
    padding: 12px 12px 12px 24px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}

.hangup-response {
    display: inline-block;
    width: 493px;
    height: 160px;
    background: url('../img/hangup.png') no-repeat;
    background-size: cover;
    padding: 12px 12px 12px 24px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin-left: 70px;
}

.avatar-happy1 {
    display: inline-block;
    position: relative;
    width: 68px;
    height: 68px;
    margin-right: 12px;
    background: url('../img/avatar_happy.png') no-repeat;
    margin-top: 16px;
    background-size: cover;
}

.avatar-sad1 {
    display: inline-block;
    position: relative;
    width: 68px;
    height: 68px;
    margin-right: 12px;
    background: url('../img/avatar_sad.png') no-repeat;
    margin-top: 16px;
    background-size: cover;
}

.avatar-angry1 {
    display: inline-block;
    position: relative;
    width: 68px;
    height: 68px;
    margin-right: 12px;
    background: url('../img/avatar_angry.png') no-repeat;
    margin-top: 16px;
    background-size: cover;
}

.avatar-happy2 {
    display: inline-block;
    position: relative;
    width: 68px;
    height: 68px;
    margin-right: 12px;
    background: url('../img/avatar_happy_2.png') no-repeat;
    margin-top: 16px;
    background-size: cover;
}

.avatar-sad2 {
    display: inline-block;
    position: relative;
    width: 68px;
    height: 68px;
    margin-right: 12px;
    background: url('../img/avatar_sad_2.png') no-repeat;
    margin-top: 16px;
    background-size: cover;
}

.avatar-angry2 {
    display: inline-block;
    position: relative;
    width: 68px;
    height: 68px;
    margin-right: 12px;
    background: url('../img/avatar_angry_2.png') no-repeat;
    margin-top: 16px;
    background-size: cover;
}

.avatar-happy3 {
    display: inline-block;
    position: relative;
    width: 68px;
    height: 68px;
    margin-right: 12px;
    background: url('../img/avatar_happy_3.png') no-repeat;
    margin-top: 16px;
    background-size: cover;
}

.avatar-sad3 {
    display: inline-block;
    position: relative;
    width: 68px;
    height: 68px;
    margin-right: 12px;
    background: url('../img/avatar_sad_3.png') no-repeat;
    margin-top: 16px;
    background-size: cover;
}

.avatar-angry3 {
    display: inline-block;
    position: relative;
    width: 68px;
    height: 68px;
    margin-right: 12px;
    background: url('../img/avatar_angry_3.png') no-repeat;
    margin-top: 16px;
    background-size: cover;
}


.user {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 2px solid #586f9b;
    //box-shadow:  0px 0px 2px 2px rgba(0,0,0,0.5);
}

.user.active {
    background-color:#6349e0;
    border: 2px solid #fff;
}

.chat-bubble {
    position: relative;
    color: #fff;
    float: right;
    width: 100%;
    padding: 8px;
    background: #6349e0;
    min-height: 40px;
    font-size: 15px;
    line-height: 17px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
    vertical-align: top;
    border-radius: 3px;
}

.chat-bubble-left:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #6349e0;
    display: block;
    width: 0;
    z-index: 1;
    left: -15px;
    top: 10%;
}

.chat-bubble-down {
    margin-bottom: 10px;
}

.chat-bubble-down:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #6349e0 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -15px;
    bottom: -15px;
    left: 50%;
}

.chat-bubble-right:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent #6349e0;
    display: block;
    width: 0;
    z-index: 1;
    right: -12px;
    top: 10%;
}

.chat-bubble-blue-dark {
    background: #476aa5;
}

.chat-bubble-blue-dark:after {
    border-color: transparent #476aa5;
}

.btn-chat-right:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent #286de5;
    display: block;
    width: 0;
    z-index: 1;
    right: -12px;
    top: 10%;
    transition: all .2s ease-in-out;
}
.btn-chat-right:hover:after {
    border-color: transparent #1b4a9b;
}
.btn-chat-right.active:after {
    border-color: transparent #fff;
}


.hang-up {
    display: inline-block;
    position: relative;
    width: 96px;
    height: 96px;
    margin-right: 12px;
    background: url('../img/hangup_icon.png') no-repeat;
}

.response {
    position: relative;
    display: inline-block;
    width: 90%;
    min-height: 60px;
    background-color: #2e87b0;
    /* background-color: #493b75; */
    padding: 9px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    margin: 2px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.response:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent #2e87b0;
    /* border-color: transparent #493b75; */
    display: block;
    width: 0;
    z-index: 1;
    right: -12px;
    top: 5%;
}


.correct {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 12px;
    margin-top: 6px;
    background: url('../img/correct_answer.png') no-repeat;
    background-size: cover;
}

.incorrect {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 12px;
    margin-top: 6px;
    background: url('../img/incorrect_answer.png') no-repeat;
    background-size: cover;
}

.problem {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 12px;
    margin-top: 6px;
    background: url('../img/problem_answer.png') no-repeat;
    background-size: cover;
}



/* prompts */

.convo-window {
    //min-height:50vh;
}



.you-say {
    color: #ffffff;
    background-color: #FEC8BB;
    border-color: #A39F7E;
    font-weight: normal;
    width: 100px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.progress-bar-warning {
    background-color: #e5e522;
}

.progress-bar-danger {
    background-color: #ef494d;
}

.progress-bar-success {
    background-color: #31aa29;
}



.bg-black {
    background-color: #000000 !important;
}

.bg-black-light {
    background-color: #20222b !important;
}

.bg-gray {
    background-color: #979899 !important;
}

.bg-gray-light {
    background-color: #fcfcfc !important;
}

.bg-gray-dark {
    background-color: #666666 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-blue {
    background-color: #1b5a7d !important;
}

.bg-blue-light {
    background-color: #e3ebff !important;
}

.bg-teal {
    background-color: #3bb7db !important;
}

.bg-blue-dark {
    background-color: #23345c !important;
}

.bg-green {
    background-color: #71984a !important;
}

.bg-green-2 {
    background-color: #006e63 !important;
}

.bg-orange {
    background-color: #f5a706 !important;
}

.bg-orange-2 {
    background-color: #f26702 !important;
}

.bg-pink {
    background-color: #f5887f !important;
}

.bg-purple {
    background-color: #e0afff !important;
}

.bg-red {
    background-color: #e74e3d !important;
}


.bg-light-rain {
    background-color: #E2F2FD !important;
}

.bg-medium-rain {
    background-color: #e0edf3 !important;
}

.bg-correct {
    background-color: #769870 !important;
}

.bg-incorrect {
    background-color: #c4687e !important;
}

/*
* Text color
*/

.text-black {
    color: #000000 !important;
}

.text-black-light {
    color: #20222b !important;
}

.text-gray {
    color: #5e605e !important;
}

.text-gray-light {
    color: #fcfcfc !important;
}

.text-gray-dark {
    color: #666666 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-blue {
    color: #1b5a7d !important;
}

.text-blue-dark {
    color: #23345c !important;
}


.text-green {
    color: #71984a !important;
}

.text-green-2 {
    color: #006e63 !important;
}

.text-orange {
    color: #f5a706 !important;
}

.text-orange-2 {
    color: #f26702 !important;
}

.text-pink {
    color: #f5887f !important;
}

.text-purple {
    color: #e0afff !important;
}

.text-red {
    color: #e74e3d !important;
}

.text-teal {
    color: #3bb7db !important;
}


.web-cam {
    display: inline-block;
    width: 100%;
    //height: 250px;
    //border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    background: #000;
    min-height: 280px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.convo-mb {
    margin-bottom: 10px;
}

@media (max-width: 450px) {
    table {
        font-size: 10px;
    }

    .table>thead>tr>th,
    .table>tbody>tr>th,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>tbody>tr>td,
    .table>tfoot>tr>td {
        padding: 2px;
    }
}


@media (max-width: 1099px) {
    .hide-when-small {
        display: none;
    }

    .left-navbar-margin {
        padding-left: 0px;
    }

}

@media (min-width: 1100px) {
    .hide-when-big {
        display: none;
    }

    .left-navbar-margin {
        padding-left: 150px;
    }

    .convo-mb {
        margin-bottom: 10px;
    }
}



#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 400;
    position: fixed;
    left: 250px;
    width: 100px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 1px 0px 7px 0px rgba(0, 0, 0, 0.53);
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0px;
    width: 100px;
    margin: 0;
    padding: 0;
    list-style: none;

}

.sidebar-nav li {
    text-indent: 15px;
    //line-height: 40px;
    font-size: 12px;
    margin-bottom: 0px !important;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #000;
    text-indent: 0px;
    line-height: 19px;
    font-size: 16px;
    padding: 6px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all .3s;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1b4a9b;
}


.side-bar-active {
    color: #fff !important;
    background-color: #005a8c;
}

.sidebar-nav>.sidebar-brand {
    //height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
    background-color: rgb(0 0 0 / 0%);
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background-color: rgb(0 0 0 / 0%);
}

@media(min-width:768px) {
    .sidebar-nav {
        width: 150px;
    }

    #wrapper {
        padding-left: 0;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #sidebar-wrapper {
        width: 150px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}


/* BUILD A LIST */

.list-scenario-chooser {
    padding: 2px;
    opacity: 0.7;
    transition: all .3s ease-in-out;
    //cursor:pointer;

    margin-bottom: 4px;
}

.list-scenario-chooser:hover {
    opacity: 1;
    //padding:0px;
}

.list-scenario-complete {
    position: absolute;
    right: 2px;
    top: 5px;
}

.list-info-icon {
    position: absolute;
    right: 2px;
    top: 5px;
    opacity: 0.7;
}

.list-info-icon:hover {
    opacity: 1;
}


.scroll-list {

    //height:35vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    //background-color:rgba(255,255,255,0.4);
    //border-bottom:1px solid #a5a5a5;
    //border-top:1px solid #a5a5a5;
    //border-radius:5px;
}

.plan-list {

    height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 40px;
    //background-color:rgba(255,255,255,0.4);
    //border-bottom:1px solid #a5a5a5;
    //border-top:1px solid #a5a5a5;
    //border-radius:5px;
}

.plan-black {
    background-color: #000000 !important;
}

.plan-black-light {
    background-color: #20222b !important;
}

.plan-gray {
    background-color: #ededed !important;
}

.plan-gray-light {
    background-color: #fcfcfc !important;
}

.plan-gray-dark {
    background-color: #666666 !important;
}

.plan-white {
    background-color: #ffffff !important;
}

.plan-blue {
    background-color: #01507d !important;
}

.plan-blue-light {
    background-color: #87B7E2 !important;
}

.plan-green {
    background-color: #0baf4e !important;
}

.plan-green-2 {
    background-color: #006e63 !important;
}

.plan-orange {
    background-color: #f9461d !important;
}

.plan-orange-2 {
    background-color: #f26702 !important;
}

.plan-pink {
    background-color: #ff1a56 !important;
}

.plan-purple {
    background-color: #8a7396 !important;
}

.plan-red {
    background-color: #ef494d !important;
}


.icon-modal {
    webkit-box-shadow: 0px 0px 0px 4px white !important;
    -moz-box-shadow: 0px 0px 0px 4px white !important;
    box-shadow: 0px 0px 0px 4px white !important;
    display: block;
    height: 68px;
    left: 50%;
    margin-left: -34px;
    margin-top: -34px;
    position: absolute;
    text-align: center;
    font-size: 30px;
    line-height: 64px;
    top: 0;
    width: 68px;
    transition: all .3s ease-in-out;
}

.icon-modal i {
    font-size: 40px;
    line-height: 68px !important;
}

.icon {
    webkit-box-shadow: 0px 0px 0px 4px white !important;
    -moz-box-shadow: 0px 0px 0px 4px white !important;
    box-shadow: 0px 0px 0px 4px white !important;
    display: block;
    height: 50px;
    width: 50px;
    left: 5px;
    top: 57%;
    margin-left: -34px;
    margin-top: -34px;
    position: absolute;
    text-align: center;
    font-size: 25px;
    line-height: 25px;


    transition: all .3s ease-in-out;
}

.icon i {
    font-size: 30px;
    line-height: 52px !important;
}

.icon-sm {
    box-shadow: 0px 0px 0px 2px #333 !important;
    display: block;
    height: 28px;
    width: 28px;
    left: 50%;
    margin-left: -34px;
    margin-top: -34px;
    position: absolute;
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    top: 17px;

    transition: all .3s ease-in-out;
}

.icon-sm i {
    font-size: 15px;
    line-height: 27px !important;
}

.rounded-circle {
    border-radius: 50%
}


.section-container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 992px) {

    .section-container {
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }
}


@media (min-width: 1100px) {
    .section-container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .section-container {
        width: 90%;
    }
}


@media (min-width: 1400px) {
    .section-container {
        width: 85%;
    }
}




/*
* Border color
*/

.border-black {
    border-color: #000000 !important;
}

.border-black-light {
    border-color: #20222b !important;
}

.border-gray {
    border-color: #979899 !important;
}

.border-gray-light {
    border-color: #fcfcfc !important;
}

.border-gray-dark {
    border-color: #666666 !important;
}

.border-white {
    border-color: #ffffff !important;
}

.border-blue {
    border-color: #1b5a7d !important;
}

.border-teal {
    border-color: #3bb7db !important;
}

.border-green {
    border-color: #71984a !important;
}

.border-green-2 {
    border-color: #006e63 !important;
}

.border-orange {
    border-color: #f5a706 !important;
}

.border-orange-2 {
    border-color: #f26702 !important;
}

.border-pink {
    border-color: #f5887f !important;
}

.border-purple {
    border-color: #e0afff !important;
}

.border-red {
    border-color: #e74e3d !important;
}


.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.border-thick {
    border-width: 3px !important;
    border-style: solid !important;
}

.border-medium-thick {
    border-width: 3px !important;
}

.border-extra-thick {
    border-width: 4px !important;
}



.container-fluid {
    //padding-right: 0px;
    //padding-left: 0px;

}





h4, .h4, p {
    font-size: 15px;
}

h3, .h3 {
    font-size: 19px;
}

h2, .h2 {
    font-size: 23px;
}

@media (min-width: 800px) {
    h4, .h4, p {
        font-size: 17px;
        line-height: 19px;
    }

    h3, .h3 {
        font-size: 21px;
    }

    h2, .h2 {
        font-size: 30px;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .btn {
        //font-size: 16px;
        //line-height: 1.42857143;
    }

    .modal-content {
        margin-left: 50px;
    }

    .short-section {
        height: 280px;
    }

    .user {
        width: 80px;
        height: 80px;
    }

    .chat-bubble {
        min-height: 50px;
        font-size: 18px;
        line-height: 20px;
    }

    .response {
        min-height: 50px;
        font-size: 18px !important;
        line-height: 20px !important;
        margin: 10px;
    }

    .response-purple {
        min-height: 50px;
        font-size: 18px;
        line-height: 20px;
        margin: 10px;
    }

    .correct {
        width: 18px;
        height: 18px;
    }

    .incorrect {
        width: 18px;
        height: 18px;
    }

    .problem {
        width: 18px;
        height: 18px;
    }

    .team-item {
        /*      padding:25px;*/
    }

    .scenario-chooser {
        max-width: 500px;
    }

    .scenario-btn {
        height: 65px;
    }

    .scroll-list {
        //height:60vh;
    }

    .nav-tabs>li>button {
        font-size: 15px;
    }

    .build-list-img {
        min-height: 150px;
    }

}

.nav-tab-disabled {
    cursor: not-allowed;
}

.convo-progress-holder {
    position: absolute;
    left: 10px;
    top: 2%;
    height: 80%;
    z-index: 99;
    //background:rgba(255,255,255,0.7);
    padding: 7px;
    border-radius: 8px;
    //box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}

.progress-bar-vertical {
    width: 20px;
    //min-height: 300px;
    height: 76%;
    display: flex;
    align-items: flex-end;
    margin: auto;
    //float: left;
    //display: inline-block;
}

.progress-bar-vertical .progress-bar {
    width: 100%;
    height: 0;
    transition: height 0.6s ease;
}

.progress-bar-vertical2 {
    width: 20px;
    min-height: 200px;
    display: flex;
    align-items: flex-end;
    margin-right: 5px;
    float: left;
    //display: inline-block;
}

.progress-bar-vertical2 .progress-bar {
    width: 100%;
    height: 0;
    transition: height 0.6s ease;
}

.progress-btn {
    cursor: pointer;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4);
    opacity: 0.8;
}

.progress-btn:hover {
    background-color: #fff;
    opacity: 1;
}

.progress-smily {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #fff;
    padding-top: 1px;
    padding-left: 1px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.hidden {
    display: none;
}

.zoomable-img {
    cursor: pointer;
    cursor: zoom-in;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    //box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
    transition: all .2s;

}

.zoomable-img:hover {
    border: 1px solid rgba(0, 0, 0, 0.7);
    //box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}

.header-img {
    margin-bottom: 25px;
}

.header-img-btn {
    border: 3px solid #fff;
    opacity: 0.7;
    background-color: #fff;
    border-radius: 50%;
    padding: 3px;
    max-height: 275px;
    margin-bottom: 15px;
    cursor: zoom-in;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    transition: all .2s;
}

.header-img-btn:hover {
    border: 1px solid #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.shadow-sm {
    box-shadow: inset -1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.shadow-outside-sm {
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.pencil-bg2 {
    background-image: url('../img/nyl_education_rgb_light.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100px 100px;
}

.lined-paper {
    background-image:
        linear-gradient(0deg, transparent 5em, rgba(255, 0, 0, .1) 0, transparent 5.1em),
        linear-gradient(rgba(0, 0, 255, .1) 1px, transparent 0);
    background-size: 100% 2em;
    line-height: 2em;
}

.build-list-img {
    min-height: 250px;
    background-size: cover;
    display: inline-block;
    float: left;
    background-position: center;
}


.fullscreen-toggle * {
    -webkit-clip-path: none !important;
    clip-path: none !important;
}

.img-responsive {
    width: auto;
    border-radius:20px;
}

.sort-div {
    //max-height: 85px;
    min-height: 85px;
    background: #EBF2F9;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 4px;
    text-align: left;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.sort-div-btn {
    transition: all .2s ease-in-out;
}

.sort-div-btn:hover {
    background: white;
    border-color: #01517C;
    max-height: 500px;
}

.sort-div-bar {
    position: absolute;
    width: 40px;
    background: #86B7E2;
    height: 100%;
}

.sort-div-text {
    display: inline-block;
    padding-left: 80px;
    padding-right: 8px;
    padding-top: 5px;
    text-align: left;
}

.sort-div-num {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 25px;
    width: 25px;
    background: #01517C;
    border: 2px solid #01517C;
    text-align: center;
    font-size: 16px;
    padding-top: 2px;
    color: #fff;
    border-radius: 5px;
}

.sort-div-text ul li {
    margin-bottom: 1px;
}

.sort-div-text ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.sort-div-text li {
    padding-left: 1em;
    text-indent: -1em;
}

.sort-div-text li:before {
    content: "\25A0";
    padding-right: 5px;
    color: #86B7E2;
}

.sort-div-circle {
    background: #00507B;
    border: 2px solid #00507B;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 15px;
    background-image: url(../img/icon_thumb.png);
    background-size: cover;
}

.feedback-dark-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.scenario-feedback {
    position: absolute;
    min-height: 60%;
    width: 60%;
    top: 10%;
    left: 20%;
    background-color: #1b4a9b;
    border: 4px solid #286de5;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.43);
    z-index: 6;
    padding: 12px;
    padding-bottom: 50px;
}

.scenario-feedback-lg {
    width: 80%;
    top: 10%;
    left: 10%;
}

.black-backdrop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.01);
    z-index: 3;
}

.quiz-scenario-next {
    position: absolute;
    right: 2px;
    bottom: 2px;
    border: 0px solid #fff;
    margin-bottom: 0px;
    z-index: 10;
}

.quiz-scenario-down {
    position: absolute;
    left: 47%;
    bottom: 0;
    border: 0px solid #fff;
}

.quiz-scenario-up {
    position: absolute;
    left: 47%;
    top: 0;
    border: 0px solid #fff;
}

.quiz-scenario-choice {
    position: relative;
    background-image: url(../img/shutterstock_562750024.jpg);
    background-size: cover;
    min-height: 450px;
    background-position: center;
    padding: 15px;
    border: 2px solid #23345c;
    cursor: pointer;
    min-height: 33.4%;
    height: 33.4%;
    transition: all .2s ease-in-out;
}

.quiz-scenario-choice-expanded {
    min-height: 70%;
    height: 70%;
}

.quiz-scenario-choice-contracted {
    min-height: 15%;
    height: 15%;
}

.quiz-scenario-choice .quiz-scenario-dark-bg:hover {
    background: rgba(0, 0, 0, 0.01);
}


.quiz-scenario-dark-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 102%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
    transition: all .2s ease-in-out;
}

.quiz-scenario-tile {
    position: relative;
    background-image: url(../img/shutterstock_562750024.jpg);
    background-size: cover;
    min-height: 450px;
    background-position: center;
    padding: 15px;
}

.quiz-scenario-next {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0px solid #fff;
    margin-bottom: 0px;
    z-index: 5;
}

.quiz-scenario-down {
    position: absolute;
    left: 47%;
    bottom: 0;
    border: 0px solid #fff;
}

.quiz-scenario-up {
    position: absolute;
    left: 47%;
    top: 0;
    border: 0px solid #fff;
}

.scen-text {
    font-size: 14px;
    position: absolute;
    min-height: 42px;
    padding: 12px;
    background: #FFFFFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.43);
    transition: all .2s ease-in-out;
    text-align: left;
}


.plot-line-x {}

.plot-line-x:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent #979f9c;
    display: block;
    width: 0;
    z-index: 1;
    right: -12px;
    top: -10px;
}

.plot-line-x:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #979f9c;
    display: block;
    width: 0;
    z-index: 1;
    left: -12px;
    top: -10px;
}

.plot-line-y {}

.plot-line-y:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 12px 12px;
    border-color: #979f9c transparent;
    display: block;
    width: 0;
    z-index: 1;
    left: -12px;
    top: -10px;
}

.plot-line-y:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 12px 12px 0;
    border-color: #979f9c transparent;
    display: block;
    width: 0;
    z-index: 1;
    left: -12px;
    bottom: -10px;
}

.trans-btn {
    opacity: 0.4;
    cursor: pointer;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

.trans-btn:hover {
    opacity: 1;
    transition: all .3s ease-in-out;
}

.form-check {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #205f7c;
    cursor: pointer;
    margin: auto;
    border-radius: 4px;
    transition: all .1s ease-in-out;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 13px;
    position: relative;
}

.form-check:hover {
    background: white;
    border: 2px solid #000;
}

.form-check-active {
    background: #205f7c;
    color: white;
}


.drag-user {
    width: 80px;
    height: 80px;
    //background-image:url(img/team/team-1.jpg);
    background-size: cover;
    margin: auto;
    display: block;
    border-radius: 50%;
    transition: all ease-in-out 0.3s;
}

.drag-user-sm {
    width: 55px;
    height: 55px;
    //background-image:url(img/team/team-1.jpg);
    background-size: cover;
    margin: auto;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #CB202C;
    transition: all ease-in-out 0.3s;
}

.drag-letter {
    width: 80px;
    height: 80px;
    background-size: cover;
    margin: auto;
    display: inline-block;
    border-radius: 50%;
    transition: all ease-in-out 0.3s;
    color: #fff;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
}

.drag-letter-sm {
    width: 50px;
    height: 50px;
    background-size: cover;
    margin: auto;
    display: inline-block;
    border-radius: 50%;
    transition: all ease-in-out 0.3s;
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    border: 2px solid #CA202C;
    cursor: pointer;
}



/* DRAG CATEGORIES */

.drag-bubble {
    position: relative;
    min-height: 60px;
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
    background: #203E77;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 8px;
    display: inline-block;
    box-shadow: 0px 0px 5px rgba(73, 78, 92, 0.4);
}

.drag-bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #203E77 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -15px;
    bottom: -15px;
    left: 49%;
}

.bubble-sm {

    padding: 6px;
    font-size: 12px;
    margin: 3px;
}

.nav-btn-line {
    width: 12px;
    height: 2px;
    position: absolute;
    right: -12px;
    top: 13px;
    background: white;
}

.drag-user-btn {
    padding: 2px;
    border-radius: 50%;
    border: 1px solid #CA202C;
    display: inline-block;
}

.drag-user-dragging {
    border: 0px solid #1dc8cd;
}

.drop-incorrect {
    animation-name: drop-incorrect-anim;
    animation-duration: 1.2s;
}

@keyframes drop-incorrect-anim {
    0% {
        background-color: transparent;
    }

    10.0% {
        background-color: red;
    }

    100.0% {
        background-color: transparent;
    }
}

.drop-correct {
    animation-name: drop-correct-anim;
    animation-duration: 1.2s;
}

@keyframes drop-correct-anim {
    0% {
        background-color: transparent;
    }

    10.0% {
        background-color: green;
    }

    100.0% {
        background-color: transparent;
    }
}

.drop-box {
    border: 3px solid #203E77;
    color: #203E77;
    min-height: 300px;
}

.drop-box:hover {
    border: 3px solid #2f87b0;
}

.drag-text {
    position: relative;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #2e87b0;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 4px;
    display: inline-block;
    box-shadow: 0px 0px 5px rgba(73, 78, 92, 0.4);
}

.drag-text:hover {
    background: #205f7c;
}

.custom-list {
    
}

.custom-list ul li {
    margin-bottom: 2px;
    margin-top: 4px;
}

.custom-list ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.custom-list ul li {
    padding-left: 2em;
    text-indent: -1em;
}

.custom-list ul li:before {
    content: "\25A0";
    padding-right: 5px;
    color: #fede42;
    font-family:Arial;
}

.custom-list ul li .fa {
    margin-left: 1em;
}

.custom-list ol {
    list-style: none;
    counter-reset: customlistcounter;
    margin-left: 0;
    padding-left: 0;
}

.custom-list ol li {
    padding-left: 2em;
    text-indent: -1.7em;
    margin-bottom: 6px;
}

.custom-list ol li:before {
    content: counter(customlistcounter) "";
    counter-increment: customlistcounter;
    color: #ffffff;
    font-weight: bold;
    background: #fede42;
    border-radius: 50%;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 8px;
    padding-top: 2px;
    width: 20px;
    font-family:Arial;
}

.custom-list ol li .fa {
    margin-left: 1.7em;
    margin-right: -0.7em;
}




video {
    background: rgba(255, 255, 255, 0.5);
    padding: 1px;
}

.play-hotspot {
    border: 4px solid rgba(255, 255, 255, 0.9);
    position: absolute;
    opacity: 0.7;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background: #004f7c;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: white;
    font-size: 30px;
    text-align: center;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100%;
    background-image: url("../img/play_btn.svg") !important;
    width: 18.33%;
    height: 33.14%;
    top: 31.07%;
    left: 38.80%;
    border-radius: 50%;
}

.play-hotspot:hover {
    border: 4px solid white;
    background: #476aa5;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.67);
    opacity: 1;
    background-size: 110%;
}

.play-hotspot-sm {
    border: 4px solid rgba(255, 255, 255, 0.9);
    position: absolute;
    opacity: 0.7;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background: #004f7c;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: white;
    font-size: 30px;
    text-align: center;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100%;
    background-image: url("../img/play_btn.svg") !important;
    width: 18.33%;
    height: 33.14%;
    top: 31.07%;
    left: 38.80%;
    border-radius: 50%;
}

.play-hotspot-sm:hover {
    border: 4px solid white;
    background: #476aa5;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.67);
    opacity: 1;
    background-size: 110%;
}


.bg-trans-shadow {
    background: rgb(0 0 0 / 22%);
    //box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 30%);
    border: 1px solid #503f85
}

.profile-user {
    margin: auto;
    background: #00507B;
    border: 2px solid #00507B;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background-image: url(../img/icon_thumb.png);
    background-size: cover;
}


.scenario-div {
    min-height: 250px;
    background: #c4e1ff;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 4px;
    text-align: left;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.scenario-div-btn {
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.scenario-div-btn.disabled {
    opacity:0.6;
    cursor: default;
}

.scenario-div-btn:hover {
    background: white;
    border-color: #01517C;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
}

.scenario-div-bar {
    position: absolute;
    width: 100%;
    //background: #86B7E2;
    background: rgb(40, 109, 229);
    height: 60px;
    /* bottom: 0px; */
}

.scenario-div-text {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
    top: 120px;
    position: absolute;
}

.scenario-div-num {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 25px;
    width: 25px;
    background: #01517C;
    border: 2px solid #01517C;
    text-align: center;
    font-size: 16px;
    padding-top: 2px;
    color: #fff;
    border-radius: 5px;
}

.scenario-div-text ul li {
    margin-bottom: 1px;
}

.scenario-div-text ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.scenario-div-text li {
    padding-left: 1em;
    text-indent: -1em;
}

.scenario-div-text li:before {
    content: "â– ";
    padding-right: 5px;
    color: #86B7E2;
}

.scenario-div-circle {
    background: #00507B;
    border: 2px solid #00507B;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    /* position:absolute; */
    /* left: 25%; */
    /* top:15px; */
    margin: auto;
    /* margin-top: -50px; */
    background-image: url(../img/icon_thumb.png);
    background-size: 100%;
    background-position: center;
    transition: all 0.3s ease-in-out;
}

.scenario-div-btn:hover .scenario-div-circle {
    background-size: 110%;
}

.btn-success-solid {
    background-color: #769870 !important;
    border-color: #769870 !important;
}

.border-trans {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.summary-panel {
    background: #00000045;
    /* border: 1px solid #d6d6d6; */
    padding-bottom: 9px;
    font-size: 16px !important;
    color: #fff;
}

.summary-panel h2,
.summary-panel h3 {
    margin-top: 2px;
    font-size: 17px;
    margin-bottom: 2px;
}

.summary-panel h4 {
    font-size: 16px;
}

.summary-panel img {
    max-width: 250px;
}

.summary-feedback .chat-bubble {
    font-size: 16px !important;
}

.summary-feedback .col-sm-12 {
    padding-left: 0px;
}

.chat-btn {
    font-size: 19px;
    //font-weight:bold;
    position: relative;
    min-height: 42px;
    padding: 10px;
    padding-right: 30px;
    margin-right: 10px;
    background: #2799f6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.43);
    text-align: left;
    cursor: pointer;
    color: #fff;
    border: 2px solid #2799f6;
}

.chat-btn:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent #2799f6;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -15px;
    right: -15px;
    top: 50%;
}

.chat-btn:hover {
    background: #005a8c;
    color: #fff;
    border: 2px solid #005a8c;
}

.chat-btn:hover::after {
    border-color: transparent #005a8c;
}
.chat-btn.active {
    background: #2a61bc;
    color: #fff;
    border: 2px solid #005a8c;
}
.chat-btn.active::after {
    border-color: transparent #005a8c;
}

.convo-interstitial {
    background-color: #fff;
    color: #03527f;
    border: 3px solid #045380;
    text-align: left;
    padding: 5px;
    padding-left: 40px;
    position: relative;
    min-height: 45px;
    //font-weight: bold;
}

.form-text {
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    border: 1px dashed #ccc;
    border-radius: 4px;
    min-height: 30px;
}

/* TIMELINE */

.timeline {
    position: relative;
}

.timeline::before {
    content: '';
    background: #C5CAE9;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    width: 100%;
    //margin-bottom: -90px;
    margin-top: 30px;
}

.timeline-item:nth-child(even) .timeline-content {
    float: right;
    padding: 40px 30px 10px 30px;
}

.timeline-item:nth-child(even) .timeline-content .date {
    right: auto;
    left: 0;
}

.timeline-item:nth-child(even) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #26375f transparent transparent;
}

.timeline-item::after {
    content: '';
    display: block;
    clear: both;
}

.timeline-content {
    position: relative;
    width: 45%;
    padding: 10px 30px;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
    border: 1px solid #87b7e2;
}

.timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #26375f;
}

.timeline-img {
    width: 30px;
    height: 30px;
    background: #04527e;
    border: 2px solid #c5cae9;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
    color: white;
    font-size: 20px;
    line-height: 25px;
}



.timeline-card {
    padding: 0 !important;
}

.timeline-card p {
    padding: 7px 20px;
    font-size: 18px;
    line-height: 20px;
}

.timeline-card a {
    margin-left: 20px;
}

.timeline-item .timeline-img-header {
    //background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("https://picsum.photos/1000/800/?random") center center no-repeat;
    background-size: cover;
}

.timeline-img-header {
    height: 250px;
    position: relative;
    margin-bottom: 7px;
    /* border:1px solid white; */
}

.timeline-img-header h2 {
    color: #FFFFFF;
    position: absolute;
    bottom: 5px;
    left: 20px;
}

.timeline-overlay {
    background: rgba(72, 107, 165, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.timeline-overlay:hover {
    background: rgba(72, 107, 165, 0.3);
}


blockquote {
    margin-top: 30px;
    color: #757575;
    border-left-color: #3F51B5;
    padding: 0 20px;
}

.date {
    background: #00afab;
    display: inline-block;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 2768px) {
    .timeline::before {
        left: 50px;
    }

    .timeline .timeline-img {
        left: 50px;
    }

    .timeline .timeline-content {
        max-width: 100%;
        width: auto;
        margin-left: 70px;
    }

    .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
    }

    .timeline .timeline-item:nth-child(odd) .timeline-content::after {
        content: '';
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: transparent #26375f transparent transparent;
    }
}

@media screen and (min-width: 1500px) {
    .timeline-img-header {
        height: 300px;
    }
}

.timeline-hidden {
    opacity: 0;
}

.timeline-show {
    transition: all 2s ease-in-out;
    opacity: 1;
}



.timeline-btn-item {
    width: 100%;
}

.timeline-btn-content {
    position: relative;
    width: 100%;
    padding: 10px 30px;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.timeline-btn-content:hover {
    background: #00a1e0;
    color: #fff;
}

.timeline-btn-content:hover .timeline-btn-img-header {
    border: 1px solid #00a1e0;
}

.timeline-btn-content:hover p {
    color: #fff;
}

.timeline-btn-content:hover .timeline-btn-img-header h2 {
    color: #00a1e0;
}

.timeline-btn-active {
    background: #00a1e0;
    color: #fff;
}

.timeline-btn-active .timeline-btn-img-header {
    border: 1px solid #00a1e0;
}

.timeline-btn-active p {
    color: #fff;
}

.timeline-btn-active .timeline-btn-img-header h2 {
    color: #00a1e0;
}

.timeline-btn-img {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}



.timeline-btn-card {
    padding: 0 !important;
}

.timeline-btn-content p {
    padding: 7px 20px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    min-height: 100px;
}

.timeline-btn-card a {
    margin-left: 20px;
}

.timeline-btn-item .timeline-btn-img-header {
    //background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("https://picsum.photos/1000/800/?random") center center no-repeat;
    background-size: cover;
}

.timeline-btn-img-header {
    height: 250px;
    position: relative;
    margin-bottom: 7px;
    border: 1px solid white;
}

.timeline-btn-img-header h2 {
    color: #FFFFFF;
    position: absolute;
    bottom: 5px;
    left: 20px;
}


.pieContainer {
    height: 150px;
    width: 150px;
    margin-left: 30px;
    position: relative;
}

.pieBackground {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    background-color: #e2e2e2;
}

.pie {
    transition: all 1s;
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    clip: rect(0px, 75px, 150px, 0px);
}

.hold {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    clip: rect(0px, 150px, 150px, 75px);
}


.pieSlice {
    transform: rotate(0deg);
}

.pieSlice .pie {
    background-color: #286de5;
    transform: rotate(0deg);
    transition: all 1s ease-in-out;
}

.pieSlice180 {
    transform: rotate(180deg);
}

.pieSlice180 .pie {
    background-color: #286de5;
    transform: rotate(0deg);
    transition: all 1s ease-in-out;
}

.innerCircle {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 60px;
    top: 15px;
    left: 15px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5) inset;
    color: #444;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.innerCircle .content {
    position: absolute;
    display: block;
    width: 120px;
    top: 35px;
    left: 0;
    text-align: center;
    font-size: 35px;
}

.innerCircle:hover {
    background-color: #23345c;
    color: #fff;
}

.innerCircle-active {
    background-color: #23345c;
    color: #fff;
}

.btn-category {
    color: #9498a2;
    background-color: #fff;
    border: solid 1px #f2f2f2;
    cursor: default;
}

.btn-category:active,
.btn-category.active,
.open>.dropdown-toggle.btn-category {
    color: #d75c67;
    background-color: #fff;
    border-bottom: solid 3px #d75c67;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.btn-circle {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    color: #fff;
    border: 6px solid #286de5;
    background-color: #286de5;
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-size: 60px;
    line-height: 120px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-circle:hover {
    background-size: 110%;
    color: #23345c;
    border: 6px solid #fff;
    background-color: #1b4a9b;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.8);
}


.btn-circle-active, .btn-circle.active {
    background-size: 110%;
    color: #23345c;
    border: 6px solid #ffffff;
    background-color: #163e83;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.8);
}

.text-btn-white {
    color: rgba(255, 255, 255, 0.4);
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.text-btn-white:hover {
    color: rgba(255, 255, 255, 1);
}

.anim-delay-1s {
    animation-delay: 1s !important;
}

.anim-delay-2s {
    animation-delay: 2s !important;
}

.anim-delay-3s {
    animation-delay: 3s !important;
}

.btn-ctr {
    color: #fff;
    background-color: #01507d;
    border: #004266 1px solid;
}

.btn-ctr:focus,
.btn-ctr.focus {
    color: #fff;
    background-color: #01507d;
    border: #004266 1px solid;
}

.btn-ctr:hover {
    color: #fff;
    background-color: #004266;
    border: #01507d 1px solid;
}

.btn-ctr:active,
.btn-ctr.active,
.open>.dropdown-toggle.btn-ctr {
    color: #00395A;
    background-color: #ffffff;
    border: #004266 1px solid;
}

.btn-ctr:active:hover,
.btn-ctr.active:hover,
.open>.dropdown-toggle.btn-ctr:hover,
.btn-ctr:active:focus,
.btn-ctr.active:focus,
.open>.dropdown-toggle.btn-ctr:focus,
.btn-ctr:active.focus,
.btn-ctr.active.focus,
.open>.dropdown-toggle.btn-ctr.focus {
    color: #00395A;
    background-color: #fff;
    border: #00395A 1px solid;
}

.btn-ctr:active,
.btn-ctr.active,
.open>.dropdown-toggle.btn-ctr {
    background-image: none;
}

.btn-ctr.disabled,
.btn-ctr[disabled],
fieldset[disabled] .btn-ctr,
.btn-ctr.disabled:hover,
.btn-ctr[disabled]:hover,
fieldset[disabled] .btn-ctr:hover,
.btn-ctr.disabled:focus,
.btn-ctr[disabled]:focus,
fieldset[disabled] .btn-ctr:focus,
.btn-ctr.disabled.focus,
.btn-ctr[disabled].focus,
fieldset[disabled] .btn-ctr.focus,
.btn-ctr.disabled:active,
.btn-ctr[disabled]:active,
fieldset[disabled] .btn-ctr:active,
.btn-ctr.disabled.active,
.btn-ctr[disabled].active,
fieldset[disabled] .btn-ctr.active {
    background-color: #afafaf;
    border-color: #afafaf;
}

.btn-ctr .badge {
    color: #337ab7;
    background-color: #fff;
}

.print-div {
    height: 0px;
    overflow-y: hidden;
}

.month-bg {
    background-size: cover;
    background-position: center;
    height: 450px;
    width: 100%;
    overflow: hidden;
}

.month-conclusion-day {
    width: 150px;
    height: 140px;
    background-size: cover;
    overflow: hidden;
    padding: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    margin-right: 5px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.month-conclusion-day:hover {
    border: 2px solid rgba(255, 255, 255, 1);
    padding: 10px;
}

.month-conclusion-day .title {
    background: white;
    color: #2a4781;
    transition: all .3s ease-in-out;
}

.month-conclusion-day:hover .title {
    background: #2a4781;
    color: white;
}

.month-conclusion-day .per {
    color: white;
    background: #2a4781;
    padding: 2px;
    border-radius: 4px;
    top: 2px;
    right: 2px;
}

.month-conclusion-day:hover .per {
    color: #2a4781;
    background: white;
}

.nest-user-holder {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    padding: 2px;
    background: rgba(71, 106, 165, 0.8);
    border-radius: 50%;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
}

.nest-user {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center;
    margin: auto;
    display: block;
    border-radius: 50%;
    transition: all ease-in-out 0.3s;
    padding: 2px;
    border: 3px solid #86B7E2;
    transition: all 0.3s ease-in-out;

    cursor: pointer;
}

.nest-user:hover {
    background-size: 110%;
    border-color: #fff;

}


.task-image-holder {
    min-width: 250px;
    min-height: 250px;
    display: inline-block;
    position: relative;
    z-index: 999;
    //cursor: crosshair;
}

.task-image {
    width: 100%;
}

.task-image-zoom-in {
    width: 150%;
}

.task-image-zoom-out {
    width: 75%;
}

.task-cover {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    opacity: 0.4;
}

.task-highlight {
    float: left;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    cursor: pointer;
    border: 3px solid #574bca;
    box-shadow: 0px 0px 0px 2px rgb(255 255 255);
}

.task-highlight:hover {
    transition: all .2s ease-in-out;
    border: 3px solid rgb(123, 169, 212);
}

.task-highlight-generic {
    border: 3px solid #000;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.task-highlight-correct {
    border: 3px solid #006511;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.task-highlight-incorrect {
    border: 3px solid #dc0b0b;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.task-highlight-draw {
    float: left;
    position: absolute;
    //z-index: 1000;
    background-color: rgba(0, 0, 0, 0.01);
    //opacity:0.2;
    border: 3px dotted #000;
    //pointer-events: none;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    //cursor:pointer;
}

.task-highlight-show {
    background-color: transparent;
    border: 3px solid #00FF00;
    opacity: 1;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.58);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.58);
}

.task-highlight-unclickable {
    cursor: default !important;
}

.task-highlight-unclickable:hover {
    border: 3px solid #574bca !important;
}

.task-bubble-incorrect {
    background: #DA252E !important;
}

.task-bubble-incorrect:after {
    border-color: #DA252E transparent !important;
}

.task-bubble-correct {
    background: #44aa55 !important;
}

.task-bubble-correct:after {
    border-color: #44aa55 transparent !important;
}

.task-bubble {
    position: absolute;
    width: 450px;
    padding: 12px;
    background: #565656;
    border-radius: 8px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.48);
    //transition:all .7s;
}

.task-bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #565656 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -12px;
    left: 40%;
}



.task-bubble-top {
    position: absolute;
    width: 450px;
    padding: 12px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.8);
    max-width: 90vw;
    border: 4px solid #476aa5;
    background: linear-gradient(to right, #fdfdfd 0%, #e6e9f0 35%, #e6e9f0 100%);
}

@media (min-width: 550px) {
    .task-bubble-top2 {
        width: 85vw;
    }
}

.task-bubble-top2:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #565656 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -15px;
    top: -12px;
    left: 40%;
}



.task-icon {
    display: none;
    position: absolute;
    left: -23px;
    top: -23px;
    padding: 9px;
    background-color: #fff;
    border: 3px solid #233645;
    color: #233645;
    border-radius: 50%;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.48);
    width: 52px;
    height: 52px;
}

.red-flag {
    color: #d0d0d0;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.red-flag:hover {
    color: #42b72d;
}

.red-flag.active {
    color: #42b72d;
}

.profile-top-btn-holder {
    position: absolute;
    right: 4px;
    top: -34px;
}

.profile-top-btn {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: 0px;
}

.hero-title {
    margin-top: 3%;
    //margin-left:40px;
    font-size: 60px;
}

.checkmark-box {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border: 2px solid #6caae4;
    cursor: pointer;
    border-radius:50%;
}

.checkmark-box:hover {
    background-color: #d9e7f5;
}

.checkmark {}

.checkmark.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
    opacity: 1;
    height: 25px;
    width: 14px;
    transform-origin: left top;
    border-right: 5px solid #0070cd;
    border-top: 5px solid #0070cd;
    content: '';
    left: 0px;
    top: 14px;
    position: absolute;
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 14px;
        opacity: 1;
    }

    40% {
        height: 25px;
        width: 14px;
        opacity: 1;
    }

    100% {
        height: 25px;
        width: 14px;
        opacity: 1;
    }
}

.plan-form-btn {
    background: rgba(255, 255, 255, 0.05);
    transition: all .3s ease-in-out;
    padding-left: 37px;
    cursor: pointer;
}

.plan-form-btn:hover {
    background: rgba(255, 255, 255, 0.8);
}

.splash-img {
    height: 95px;
}

.lesson-completed {
    font-size: 20px;
    color: #0D5982;
    margin-top: 20px;
    font-weight: bold;
    line-height: 22px;
}

.tr-btn:hover {
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.h2-line {
    /*    width:150px;
    height:2px;
    background:#eda5ff;
    margin: auto;*/
}


.prepare-tab-active {
    background-color: #1b4a9b !important;
    color: #fff;
}

.prepare-tab-active:hover {
    color: #fff !important;
}

.coach-user {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #fcd206;
    border: 4px solid #002370;
    //box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.5);
}

.coach-user-btn {
    display: inline-block;
    width:150px;
    height:150px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-color: #fff;
    border: 8px solid #002370;
    transition: all ease-in-out 0.3s;
    box-shadow: 0px 0px 0px 2px #fff;
    cursor:pointer;
}
.coach-user-btn:hover {
  border-color:#fff;
  background-color: #fefefe;
  background-size: 110%;
  box-shadow: 0px 0px 0px 2px #002370;
}

.coach-user-small {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 4px solid #002370;
    position: absolute;
    //box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.5);
}

.coach-item {
    text-align: center;
    //background-color: #fff;
    padding: 5px;
    //min-height:300px;
}

.coach-bubble {
    color: #000;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    background: #fff;
    /* border-radius: 10px; */
}

.coach-bubble h3 {
    font-size: 18px;
    color: #000;
}

.coach-bubble h4 {
    color: #000;
}

.coach-bubble-chat {
    position: relative;
    margin-top: 20px;
}

.coach-bubble-chat:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -15px;
    top: -15px;
    left: 50%;
}

.coach-user {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 4px solid #fff;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.5);
}


.coach-cursor {
    pointer-events: none;
    margin-top: 6px;
    position: absolute;
    width: 59px;
}

.coach-cursor-trans {
    transition: all 1.5s ease;
}

.coach-img-holder {
    width: 100%;
    position: relative;
    //transition: all 0.7s ease;

}

.btn-circle-sm {
    color: rgb(255 255 255 / 70%);
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    transition: all .2s ease-in-out;
    margin-right: 3px;
    vertical-align: top;
}

.btn-circle-sm:hover {
    background-color: #fff;
    color: rgb(0 0 0 / 70%);
}

.btn-circle-sm-active {
    background-color: #fff;
}

/* ADOBE STYLING */
.bg-blue-hover {
    background-color: #2799f6;
}

.bg-blue-hover:hover {
    background-color: #005a8c;
}

.bg-blue-hover.active {
    background-color: #005a8c !important;
}

.bg-purple-hover {
    background-color: rgb(87, 49, 98);
}

.bg-purple-hover:hover {
    background-color: rgb(114, 64, 129);
}

.scenario-feedback-purple {
    position: absolute;
    min-height: 60%;
    width: 60%;
    top: 10%;
    left: 20%;
    background-color: #9a55af;
    border: 4px solid rgb(114, 64, 129);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.43);
    z-index: 6;
    padding: 12px;
    padding-bottom: 50px;
}

.scenario-div-blue {
    min-height: 350px;
    background: #286de5;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 4px;
    text-align: left;
    box-shadow: 20px 20px 15px 0px rgba(0, 0, 0, 0.3);
}

.scenario-div-blue:hover .scenario-div-blue-bar {
    background: #000;
    transition: all .2s ease-in-out;
}

.scenario-div-blue-btn {
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.scenario-div-blue-btn:hover {
    background: #000000;
    border-color: rgb(0, 99, 153);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
}

.scenario-div-blue-bar {
    position: absolute;
    width: 100%;
    background: #286de5;
    height: 50px;
    /* bottom: 0px; */
}

.scenario-div-blue-bar:hover {
    position: absolute;
    width: 100%;
    /* background:#000000; */
    height: 50px;
    /* bottom: 0px; */
}

.scenario-div-blue-img {
    position: absolute;
    width: 100%;
    top: 60px;
}

.scenario-div-blue-text {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
    top: 120px;
    position: absolute;
}

.scenario-div-blue-num {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 25px;
    width: 25px;
    background: #01517C;
    border: 2px solid #01517C;
    text-align: center;
    font-size: 16px;
    padding-top: 2px;
    color: #fff;
    border-radius: 5px;
}

.scenario-div-blue-text ul li {
    margin-bottom: 1px;
}

.scenario-div-blue-text ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.scenario-div-blue-text li {
    padding-left: 1em;
    text-indent: -1em;
}

.scenario-div-blue-text li:before {
    content: "â– ";
    padding-right: 5px;
    color: #286de5;
}

.scenario-div-blue-circle {
    background: #00507B;
    border: 2px solid #00507B;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    /* position:absolute; */
    /* left: 25%; */
    /* top:15px; */
    margin: auto;
    /* margin-top: -50px; */
    background-image: url(../img/icon_thumb.png);
    background-size: 100%;
    background-position: center;
    transition: all 0.3s ease-in-out;
}

.scenario-div-blue-btn:hover .scenario-div-blue-circle {
    background-size: 110%;
}

.navbar-nav-blue {
    color: #FFFFFF;
}

.navbar-nav-blue>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #74bee0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-nav-blue>.active>a:hover {
    color: #fff;
    background-color: #87B7E2;
}

.navbar-nav-blue>li>a:hover,
.nav>li>a:focus {
    //background-color: #87B7E2;
}

.navbar-nav-blue li a {
    text-decoration: none;
    //color: #fff !important;
    transition: all .3s;
}

.navbar-nav-blue-active {
    color: #fff !important;
    background-color: rgb(0 0 0 / 8%);
}

.accordian-hor {
    display: inline-block;
    width: 40px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.43);
    height: 450px;
    //margin-right:2px;
    background: white;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.accordian-hor-active {
    width: 400px;
}

.accordian-hor-bar {
    display: inline-block;
    float: left;
    width: 40px;
    height: 100%;
    transition: all .3s ease-in-out;
    background: #4a4742;
    cursor: pointer;
}

.accordian-hor-bar:hover {
    background: #6f5ea7;
}

.accordian-hor-bar-active {
    background: #6f5ea7;
}

.accordian-hor-bar-active:hover {
    background: #6f5ea7;
}

.accordian-hor-title {
    width: 40px;
    height: 50px;
    line-height: 55px;
    background: #fff;
    color: #6f5ea6;
    font-size: 30px;
    border-right: 1px solid #6f5ea6;
}

.accordian-hor-title-sideways {
    height: 40px;
    line-height: 45px;
    color: #ffffff;
    font-size: 30px;
    transform-origin: 5px 37px;
    transform: rotate(90deg);
    position: absolute;
    left: auto;
    top: 25px;
}

.accordian-hor-content {
    display: inline-block;
    float: left;
    width: 340px;
    height: 100%;
    overflow-y: auto;
}

@media (min-width: 1200px) {
    .accordian-hor {
        height: 520px;
    }

    .accordian-hor-active {
        width: 650px;
    }

    .accordian-hor-content {
        width: 600px;
    }
}

.accordian-hor-content h2,
.accordian-hor-content h3,
.accordian-hor-content h4 {
    color: black
}

.chat-bubble-right-purple:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent #493b75;
    display: block;
    width: 0;
    z-index: 1;
    right: -12px;
    top: 10%;
}

.chat-bubble-left-purple:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #493b75;
    display: block;
    width: 0;
    z-index: 1;
    left: -12px;
    top: 10%;
}

.response-purple {
    position: relative;
    display: inline-block;
    width: 90%;
    min-height: 60px;
    background-color: #493b75;
    padding: 9px;
    color: #fff;
    /* font-size: 15px; */
    /* line-height: 15px; */
    margin: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.response-purple:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent #493b75;
    display: block;
    width: 0;
    z-index: 1;
    right: -12px;
    top: 5%;
}

.btn-circle-blue {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    color: #fff;
    border: 6px solid #286de5;
    background-color: #286de5;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-size: 60px;
    line-height: 130px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-circle-blue:hover {
    color: #23345c;
    border: 6px solid #286de5;
    background-color: #fff;
}

.btn-circle-blue-active {
    color: #23345c;
    border: 6px solid #286de5;
    background-color: #fff;
}



.accordian-hor-bar-blue {
    display: inline-block;
    float: left;
    width: 40px;
    height: 100%;
    transition: all .3s ease-in-out;
    background: #4a4742;
    cursor: pointer;
}

.accordian-hor-bar-blue:hover {
    background: #286de5;
}

.accordian-hor-bar-blue-active {
    background: #286de5;
}

.accordian-hor-bar-blue-active:hover {
    background: #1c4cbb;
}

.nav-tabs>li>a {
    //background-color: hsl(0deg 0% 0% / 30%);
}


.arrow-btn {
    background: #286de5;
    //background: rgb(0 0 0 / 15%);
    height: 46px;
    width: 46px;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 47px;
    font-size: 25px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    display: inline-block;
}

.arrow-btn:hover {
    background: #fff;
    color: #286de5;
}

.arrow-btn.disabled,
.arrow-btn[disabled],
fieldset[disabled] .arrow-btn,
.arrow-btn.disabled:hover,
.arrow-btn[disabled]:hover,
fieldset[disabled] .arrow-btn:hover,
.arrow-btn.disabled:focus,
.arrow-btn[disabled]:focus,
fieldset[disabled] .arrow-btn:focus,
.arrow-btn.disabled.focus,
.arrow-btn[disabled].focus,
fieldset[disabled] .arrow-btn.focus,
.arrow-btn.disabled:active,
.arrow-btn[disabled]:active,
fieldset[disabled] .arrow-btn:active,
.arrow-btn.disabled.active,
.arrow-btn[disabled].active,
fieldset[disabled] .arrow-btn.active {
    background-color: #d0d0d0;
    border-color: #d4d4d4;
    color: #b3b3b3;
    cursor: not-allowed;
}

.arrow-btn-resource {
    width: 300px;
    border-radius: 0px;
}

.horizontal-60-line {
    height: 0;
    border: 1px solid #C4C4C4;
    margin: 3px;
    position:absolute;
    top: 39%;
    width: 92%;
}
.hidden {
    display:none;
}


.ctr-img {
    background-size:90%;
    background-position: center;
    background-repeat:no-repeat;
    opacity:0.6;
}
.ctr-img:hover {
    background-size:100%;
    opacity:1;
}
.ctr-img.active {
    background-size:100%;
    opacity:1;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 250px;
  perspective: 1000px;
  

}
.flip-card h4 {
  font-size:16px;
}


.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  opacity:1;
  padding:0px;
  cursor:pointer;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-active {
  transform: rotateY(180deg);
}

.flip-card-disabled {
  transform: rotateY(0deg) !important;
  transition: all .3s ease-in-out;
  cursor:default;
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}
button {
    outline:inherit;
    border:inherit;
    background:inherit;
    color:inherit;
}
*:focus {
    outline: 0px solid yellow !important;
}
.flex-step {
    
}
.flex-step-1 {
    color:#fff;
    background-color:#eb2b28;
}
.flex-step-1:hover {
    color:#eb2b28;
    background-color:#fff;
}
.flex-step-1.active {
    color:#eb2b28;
    background-color:#fff;
}

.flex-step-2 {
    color:#fff;
    background-color:#f6851e;
}
.flex-step-2:hover {
    color:#f6851e;
    background-color:#fff;
}
.flex-step-2.active {
    color:#f6851e;
    background-color:#fff;
}

.flex-step-3 {
    color:#fff;
    background-color:#fecf15;
}
.flex-step-3:hover {
    color:#fecf15;
    background-color:#fff;
}
.flex-step-3.active {
    color:#fecf15;
    background-color:#fff;
}

.flex-step-4 {
    color:#fff;
    background-color:#4cb541;
}
.flex-step-4:hover {
    color:#4cb541;
    background-color:#fff;
}
.flex-step-4.active {
    color:#4cb541;
    background-color:#fff;
}

.flex-step-5 {
    color:#fff;
    background-color:#239c91;
}
.flex-step-5:hover {
    color:#239c91;
    background-color:#fff;
}
.flex-step-5.active {
    color:#239c91;
    background-color:#fff;
}

.flex-step-6 {
    color:#fff;
    background-color:#2064a8;
}
.flex-step-6:hover {
    color:#2064a8;
    background-color:#fff;
}
.flex-step-6.active {
    color:#2064a8;
    background-color:#fff;
}

.flex-step-7 {
    color:#fff;
    background-color:#5f4b9f;
}
.flex-step-7:hover {
    color:#5f4b9f;
    background-color:#fff;
}
.flex-step-7.active {
    color:#5f4b9f;
    background-color:#fff;
}

.flex-step-8 {
    color:#fff;
    background-color:#7030a0;
}
.flex-step-8:hover {
    color:#7030a0;
    background-color:#fff;
}
.flex-step-8.active {
    color:#7030a0;
    background-color:#fff;
}

.flex-step-circle {
    color:inherit;
    background-color:inherit;
    border-radius:50%;
    height:30px;
    width:30px;
    border: 2px solid white;
    display: inline-block;
    line-height: 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flex-step-disabled {
    //background-color: #d8d8d8;
    cursor:default;
    opacity:0.6;
}

.quiz-chat-holder {
    cursor:pointer;
}
.quiz-chat-holder:hover .chat-bubble-down {
    background: #fff;
    //border: 2px solid #002370;
    color: #000;
}
.quiz-chat-holder:hover .coach-user-btn {
    border-color:#fff;
    background-color: #fefefe;
    background-size: 110%;
    box-shadow: 0px 0px 0px 2px #002370;
}
.bottom-column {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.flat-bottom {
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}

.badge-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.43);
    font-size: 30px;
    line-height: 70px;
}
.badge-icon.disabled {
    background-color: #d9d9d9 !important;
    color: #efefef !important;
}
.pointer {
    cursor:pointer;
}

.month-triangle:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: -15px;
    top: -5px;
    left: 50%;

}

.radio-number {
    margin-right: 5px;
    width:30px;
    height:30px;
    border:3px solid white;
    border-radius:50%;
    display: inline-block;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: all .2s;
    font-size: 23px;
    color:#fede42;
}

.radio-number:hover, .radio-number.active {
    background:#fede42;
    color:#503f85;
}
.glossary {
    text-decoration:underline;
    cursor:pointer;
    font-weight:bold;
    color:#5F259F;
}
.glossary:hover {
    color:#35036d;
}

@media only screen and (max-width: 1099px) {
  .sm-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}