/* -----------------------------------------------------
    www.url.com
----------------------------------------------------- */

@media screen and (max-width:1199px) {
    .dashboard .left-column,
    .dashboard .right-column {
        flex: 1;
    }

    .dashboard .center-column {
        flex-grow: 0;
        width: 500px;
    }

    .dashboard .center-column .graph .each-graph .barbox .bar {
        background-position: -63px center;
    }

    .features .center-block .feature-block {
        max-width: 430px;
    }
}

@media screen and (min-width:992px) {
    header .navbar-nav {
        flex-direction: row;
    }

    header .admin-nav {
        display: none;
    }
}

@media screen and (max-width:991px) {
    header {
        border-bottom: 1px solid #770033
    }

    header .header-block .text-content .top-menu {
        display: none;
    }

    header nav {
        padding: 60px 0px 30px;
        overflow: auto;
    }

    header nav#nav ul {
        margin-bottom: 20px;
        padding: 0 30px;
        background: #68012d;
    }

    header nav#nav ul.admin-nav {
        background-color: #68012d;
    }

    header nav#nav ul.admin-nav li {
        border: none;
    }

    header nav#nav ul.admin-nav li a:hover {
        color: #fff !important;
    }

    header nav#nav ul li {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    header nav#nav ul li a {
        color: #fff;
        font-size: 16px;
        display: block;
        text-align: left;
        padding: 6px 15px;
    }

    header nav#nav.is-active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        transition: all .5s ease;
    }

    header nav#nav {
        position: fixed;
        top: 0;
        right: 0;
        margin-top: 0;
        z-index: 990;
        opacity: 0;
        visibility: hidden;
        height: 100%;
        width: 100%;
        max-width: 450px;
        background-color: #770033;
        transform: translateX(100%);
        transition: all .5s ease;
    }

    header .mobile-toggle {
        position: relative;
        right: 0;
        z-index: 999;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: .25s;
        transition-timing-function: linear;
        background-color: transparent;
        border: 0;
        overflow: visible;
        padding: 0;
        width: 34px;
        margin-left: 10px;
        height: 28px;
    }

    header .mobile-toggle:focus {
        outline: 0
    }

    header .mobile-toggle-box {
        width: 28px;
        height: 28px;
        display: inline-block;
        position: relative;
    }

    header .mobile-toggle-inner {
        display: block;
        top: 50%;
        margin-top: -2px
    }

    header .mobile-toggle-inner,
    header .mobile-toggle-inner::before,
    header .mobile-toggle-inner::after {
        width: 28px;
        height: 2.5px;
        background-color: #770033;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease;
    }

    header .is-active .mobile-toggle-inner,
    header .is-active .mobile-toggle-inner::before,
    header .is-active .mobile-toggle-inner::after {
        background-color: #fff
    }

    header .mobile-toggle-inner::before,
    .mobile-toggle-inner::after {
        content: "";
        display: block
    }

    header .mobile-toggle-inner::before {
        top: -8px
    }

    header .mobile-toggle-inner::after {
        bottom: -8px
    }

    header .mobile-toggle--squeeze .mobile-toggle-inner {
        -webkit-transition-duration: .075s;
        -ms-transition-duration: .075s;
        transition-duration: .075s;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -ms-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    header .mobile-toggle--squeeze .mobile-toggle-inner::before {
        -webkit-transition: top .075s .12s ease, opacity .075s ease;
        -ms-transition: top .075s .12s ease, opacity .075s ease;
        transition: top .075s .12s ease, opacity .075s ease
    }

    header .mobile-toggle--squeeze .mobile-toggle-inner::after {
        -webkit-transition: bottom .075s .12s ease, transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -ms-transition: bottom .075s .12s ease, transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom .075s .12s ease, transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    header .mobile-toggle--squeeze.is-active .mobile-toggle-inner {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: .12s;
        -ms-transition-delay: .12s;
        transition-delay: .12s;
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    header .mobile-toggle--squeeze.is-active .mobile-toggle-inner::before {
        top: 0;
        opacity: 0;
        transition: top .075s ease, opacity .075s .12s ease
    }

    header .mobile-toggle--squeeze.is-active .mobile-toggle-inner::after {
        bottom: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: bottom .075s ease, transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transition: bottom .075s ease, transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom .075s ease, transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    .dashboard {
        flex-wrap: wrap;
    }

    .dashboard .left-column,
    .dashboard .right-column {
        flex: 0 0 calc(50% - 7.5px);
        height: 400px;
    }

    .dashboard .right-column .notifications .notifications-list {
        height: 321px;
    }

    .dashboard .center-column {
        max-width: 570px;
        width: 100%;
        margin: 0 auto;
        order: -1;
    }

    .dashboard .center-column .graph .each-graph .barbox .bar {
        background-position: -28px center;
    }

    .features .left-block,
    .features .right-block {
        max-width: 220px;
    }

    .features .center-block .feature-block {
        max-width: 300px;
        background-size: contain;
        height: 320px;
    }

    .features .center-block .feature-block p {
        padding-top: 112px;
    }

    .team-profiles .left-block {
        width: 40%;
    }

    .team-profiles .right-block {
        width: 60%;
    }
    .dashboard .left-column .scatters-block .info_cards {
        left: 15px !important;
    }

    .team-assignments .buttons { padding:20px 0px; flex-direction:row; }    
}

@media screen and (max-width:767px) {

    .dashboard .left-column,
    .dashboard .right-column {
        flex: 0 0 100%;
        margin: 0 auto;
        max-height: 400px;
        height: auto;
    }

    .promo-box {
        display: block;
        height: auto;
        margin: 0;
    }

    .promo-box .each-box {
        margin: 15px 0;
    }

    .about .about-content {
        display: block;
        max-width: 550px;
        margin: 15px auto 0;
    }

    .about .about-content .left-block,
    .about .about-content .right-block {
        padding: 10px 0;
    }

    .about h2 {
        font-size: 20px;
    }

    .about .about-content .left-block .text-content,
    .about .about-content .left-block .text-content h2 {
        text-align: center;
    }

    .results .results-graph .score {
        width: 100px;
    }

    .results .results-graph .score h3 {
        padding: 3px 6px;
        font-size: 14px;
    }

    .results .results-graph .score p {
        font-size: 18px;
    }

    .results .results-graph {
        max-width: 570px;
    }

    .results .results-graph .barbox {
        left: 0;
    }

    .features .left-block,
    .features .right-block {
        max-width: 160px;
    }

    .features .center-block .feature-block {
        max-width: 255px;
        background-size: contain;
        height: 210px;
    }

    .features .center-block .feature-block p {
        padding-top: 98px;
    }

    .features .features-btn {
        padding: 8px;
    }

    .modal .where-do-i-go-modal .steps-list li .step-count h6 {
        max-width: 106px;
        width: 100%;
    }

    .modal .where-do-i-go-modal .steps-list li .step-count .title-link {
        display: inline-block;
        padding: 5px;
    }

    .score-comparisons .container-fluid {
        flex-direction: column;
        align-items: center;
    }

    .scatter-grid .info-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 300px;
        left: 50%;
        transform: translateX(-50%);
        margin-right: 0;
        top: 100%;
        right: auto;
    }

    .scatter-grid .info-card .graph {
        width: 100%;
    }

    .scatter-grid .info-card .graph .each-graph .barbox .bar {
        background-position: -71px center;
    }

    .team-profiles .left-block .scatter-scroller .info-box {
        margin-top: 30px;
    }

    .team-profiles .right-block .scatter-grid .info-card {
        left: auto;
        transform: inherit;
        right: 0;
    }

    .team-profiles .right-block {
        padding-left: 20px;
    }

    .modal .where-do-i-go-modal .steps-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .modal .where-do-i-go-modal .steps-list li {
        flex: 0 0 calc(50% - 5px);
    }

    .team-assignments p { line-height: 22px; }
    .team-assignments .team button { padding: 8px 27px;}
    .team-assignments .buttons { padding:20px 0px; flex-direction:column; }
    .team-assignments .users ul{ height:250px; }
    .team-assignments .save-button { justify-content:center; }
    .team-assignments .actions{ flex-direction: column; align-items: start;  }
}

@media screen and (max-width:575px) {
    .teams .teams-tutorial {
        text-align: left;
    }
}

@media screen and (max-width:599px) {
    footer .content-block .footer-logo {
        width: 160px;
    }

    .sub-header {
        flex-direction: column;
        align-items: center;
    }

    .sub-header .sub-header-nav {
        margin: 5px auto 0;
    }

    .dashboard .center-column .graph {
        max-width: 400px;
        margin: 0 auto 10px;
    }

    .dashboard .center-column .graph .each-graph .barbox .bar {
        background-position: -113px center;
    }

    .features .center-block .feature-block {
        background: transparent;
    }

    .features .center-block .feature-block p {
        padding-top: 0;
        margin-bottom: 15px;
    }

    .features .features-block {
        display: flex;
        flex-wrap: wrap;
    }

    .features .center-block {
        order: -1;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .features .center-block .feature-block {
        height: auto;
        max-width: inherit;
    }

    .features .center-block .feature-block iframe {
        height: 350px;
        max-width: 480px;
        width: 100%;
    }

    .features .left-block,
    .features .right-block {
        float: none;
        max-width: inherit;
        flex: 0 0 50%;
    }

    .features .container-fluid {
        padding-bottom: 50px;
    }

    .scatter-grid .info-card {
        width: 210px;
    }

    .scatter-grid .info-card .graph .each-graph .barbox .bar {
        background-position: -117px center;
    }

    .team-profiles .team-profiles-block {
        display: block;
    }

    .team-profiles .left-block {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 30px;
    }

    .team-profiles .right-block {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    .team-profiles .right-block .scatter-grid .info_cards {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .team-profiles .right-block .scatter-grid .info-card {
        width: 450px;
        position: relative;
        left: 0;
        transform: none;
    }

    .team-profiles .right-block .scatter-grid .info-card .graph .each-graph .barbox .bar {
        background-position: 4px center;
    }

    .about h2 {
        font-size: 18px;
    }

    .modal .modal-lg .modal-body .style-info {
        display: block;
    }
    .modal-lg .style-info .text-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
    #inv-field-group {
        grid-template-columns: 1fr 1fr;
    }

    .team-assignments h4 { font-size:22px;  margin-bottom: 6px; }
    .team-assignments .team .team-selection{ flex-direction:column; justify-content: center; align-items: center;}
    .team-assignments .team .form-select { width:100%; }
    .team-assignments .team .team-selection button { width: 200px; padding: 8px 30px;}
    .team-assignments .team { padding: 16px;}
}

@media screen and (max-width:479px) {
    header .header-block .logo {
        max-width: 120px;
    }
    header .header-block .header-left {
        flex-direction: column;
        align-items: flex-start;
    }
    footer .content-block {
        display: block;
        padding: 0 15px;
    }

    footer .content-block .footer-logo {
        border: none;
        padding-bottom: 15px;
    }

    footer .content-block .text-content {
        border-top: 1px dotted white;
        padding-top: 15px;
    }

    .promo-box .each-box .inner-box {
        gap: 15px;
        align-items: center;
    }

    .dashboard .center-column h5>a {
        display: block;
        float: none;
    }

    /*.dashboard .center-column .glance .each-glance {
        width: calc(33.33% - 8px);
    }*/

    .dashboard .center-column .btn-grp {
        flex-direction: column;
        gap: 10px;
    }

    .dashboard .center-column .btn-grp a.btn {
        width: 100%;
    }

    .sub-header .sub-header-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .dashboard .center-column .graph {
        max-width: 350px;
    }

    .dashboard .center-column .graph .each-graph .barbox .bar {
        background-position: -138px center;
    }

    .content-block {
        padding: 15px;
    }

    .survey-form .survey-question .form-block .options-list label span {
        font-size: 28px;
        line-height: 44px;
        height: 44px;
        width: 44px;
    }

    .results .results-graph .score {
        width: 80px;
    }

    .results .results-graph .score h3 {
        padding: 3px;
        font-size: 13px;
    }

    .results .results-graph .score p {
        font-size: 16px;
    }

    .modal .where-do-i-go-modal .steps-list li {
        flex: 0 0 calc(100% - 5px);
        max-width: 360px;
    }

    .scatter-grid .info-card {
        width: 340px;
        position: fixed;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .scatter-grid .info-card .graph .each-graph .barbox .bar {
        background-position: -52px center;
    }

    .team-profiles .right-block .scatter-grid .info-card {
        width: 340px;
    }

    .team-profiles .right-block .scatter-grid .info-card .graph .each-graph .barbox .bar {
        background-position: -52px center;
    }

    .team-profiles .right-block .scatter-grid .basic-grid img {
        height: 80px;
    }
    .dashboard .left-column .scatters-block .info-card {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .dashboard .left-column .scatters-block .info-card .info-card-content {
        justify-content: center;
    }
    .dashboard .left-column .scatters-block .info-card .graph{
        width: 320px;
        margin: 0 auto;
    }
    .dashboard .left-column .scatters-block .info_cards .bar {
        background-position: -53px center;
    }
    .invite-block ul {
        padding-left: 20px;
    }
}

@media screen and (max-width:375px) {
    header .header-block {
        flex-wrap: wrap;
    }

    header .header-block .text-content {
        margin-left: auto;
    }

    header .header-block .feedback {
        order: 1;
        width: 100%;
        margin: 0;
    }

    .dashboard .center-column .graph {
        max-width: 300px;
    }

    .dashboard .center-column .graph .each-graph .barbox .bar {
        background-position: -163px center;
    }

    .features .features-btn p.btn {
        font-size: 12px;
    }

    .score-comparisons .right-block .scatter-grid {
        overflow: auto;
    }

    .score-comparisons .right-block>.graph {
        width: 290px;
        margin: 0 auto 20px;
    }

    .scatter-grid .info-card {
        width: 290px;
    }

    .scatter-grid .info-card .graph .each-graph .barbox .bar {
        background-position: -76px center;
    }

    .score-comparisons .right-block>.graph .each-graph .barbox .bar {
        background-position: -68px center;
    }
    .form-content {
        max-width: 300px;
    }
    .dashboard .left-column .scatters-block .info-card .graph{
        width: 270px;
    }
    .dashboard .left-column .scatters-block .info_cards .bar {
        background-position: -78px center;
    }
    #inv-field-group {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}