:root {
    --fede-black: #424242;

    --main-blue-light : rgb(235, 246, 252);
    --main-blue : #7CB8EC;
    --main-blue-shadow : #2680EB;



    --main-charcoal: #6d6d6d;
    --main-charcoal-shadow: #3c3c3c;

    /*--main-red: #FF495C;*/
    --pastel-pink: #FF7189;

    /*--blur-disco: */

    --main-child:rgb(235, 246, 252);
    --main-teacher:rgb(254, 245, 241);

}

/*Background Class Colors*/
.blur-disco{
    background: linear-gradient(to right, #ECEAFA, #FBEBE9)!important;
    background: -webkit-linear-gradient(left, #ECEAFA, #FBEBE9);
    background: -o-linear-gradient(right, #ECEAFA, #FBEBE9);
    background: -moz-linear-gradient(right, #ECEAFA, #FBEBE9);

}

.light-disco{
    background: linear-gradient(to right, #DAD6F6, #F7D8D3)!important;
    background: -webkit-linear-gradient(left, #DAD6F6, #F7D8D3);
    background: -o-linear-gradient(right, #DAD6F6, #F7D8D3);
    background: -moz-linear-gradient(right, #DAD6F6, #F7D8D3);
}

.dark-disco{
    background: linear-gradient(to right, #549FE3, #D76D81)!important;
    background: -webkit-linear-gradient(left, #549FE3, #D76D81);
    background: -o-linear-gradient(right, #549FE3, #D76D81);
    background: -moz-linear-gradient(right, #549FE3, #D76D81);
}





/*.blur-disco:hover, .light-disco:hover, .dark-disco:hover{
    filter:brightness(0.9);
}*/



body {
    /*background:black;*/
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color:var(--fede-black);
}

body > .skiptranslate {
    display: none;
}

.ghr{
    margin-top:.5rem;
    margin-bottom:.5rem;
    border:0;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}


.garda-container {
    margin-top: 100px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.garda-container-new{
    width:1024px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}


.garda-classboard-container {
    width: 100%;
    min-height: 80%;
    padding-top: 30px;
    margin-top: 0;
}

.pageContent {
    min-height: calc(100vh - 100px);
    padding-bottom:25px;
}

.garda-header-blue {
    font-weight: 900;
    font-size: 1.5rem;
    color: var(--main-blue-shadow);
}

.garda-sub-header {
    font-weight: 700;
    font-size: 1.2rem;
    /*color: var(--main-blue-shadow);*/
    color:black;
}

.garda-header {
    font-weight: 900;
    font-size: 2rem;
    text-transform:uppercase;
}

.garda-font-black {
    color: black;
}

.garda-font-blue {
    color: var(--main-blue-shadow);
}

.garda-font-white {
    color: white;
}

/*buttons*/
.garda-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;;
    padding: 15px 80px;
    /*text-transform: uppercase;*/
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 50px;
}

.garda-btn-thin {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;;
    padding: 5px 20px;
    /*text-transform: uppercase;*/
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 50px;
}

.garda-btn-thinner {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;;
    padding: 0px 10px;
    /*text-transform: uppercase;*/
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 50px;
}

.garda-btn-heavy {
    display: inline-block;
    font-weight:700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;;
    padding: 5px 20px;
    /*text-transform: uppercase;*/
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 50px;

}

.garda-clear-button{
    background:transparent!important;
    /*color:var(--main-blue-shadow)!important;*/
    font-weight:700!important;
}

/*button colors*/
.garda-btn-primary {
    color: #fff;
    background-color: var(--main-blue);
    border-color: var(--main-blue);
}
.garda-btn-primary:hover{
    color: #fff;
    background-color: var(--main-blue-shadow);
    border-color: var(--main-blue-shadow);
}

.garda-btn-success {
    color: #fff;
    background-color: #8bc34a;
    border-color: #8bc34a;
}

.garda-btn-danger {
    color:white;
    background-color:red;
    border-color:red;
}

.garda-btn-red{

}


.garda-btn-white{
    color:white;
    background:transparent;
    border-color:white;
}

.garda-btn-darkblue {
    color: white;
    background-color: var(--main-blue-shadow);
    border-color: var(--main-blue-shadow);
}

.garda-btn-charcoal{
    color:white;
    background-color:var(--main-charcoal-shadow);
    border-color:var(--main-charcoal-shadow);
}

.garda-btn-ltblue-outline {
    background-color: white;
    border-color: var(--main-blue);
    border-style: solid;
    border-width: thin;
    color: var(--main-blue);
}

.garda-btn-darkblue-outline {
    background-color: white;
    border-color: var(--main-blue-shadow);
    border-style: solid;
    border-width: thin;
    color: var(--main-blue-shadow);
}

.garda-btn-darkblue-outline:hover{
    color: white;
    background-color: var(--main-blue-shadow);
    border-color: var(--main-blue-shadow);
}

.garda-btn-charcoal-outline {
    background-color: white;
    border-color: #333333;
    border-style: solid;
    border-width: thin;
    color: #333333;
}


.garda-btn-grey-outline {
    background-color: white;
    border-color: var(--main-grey-shadow);
    border-style: solid;
    border-width: thin;
    color: var(--main-grey-shadow);
}

.garda-btn-white-outline {
    background: white;
    border-color: white;
    border-style: solid;
    border-width: thin;
    color: var(--main-blue);
}
.garda-btn-white-outline-shadow {
    background: rgba(0, 0, 0, 0.5);
    border-color: white;
    border-style: solid;
    color: white;
}

.garda-btn-amazon {
    color: black !important;
    font-weight: 700;
    background: white;
    border-color: white;
    border-style: solid;
    border-width: thin;
    font-size: .8rem;
    position: absolute;
    left: calc(50% - 100px);
    width: 200px;
    top: 50%;
}

.garda-btn-blue-text{
    color:var(--main-blue-shadow);
    font-size:0.8rem;
    font-weight:600;
    cursor:pointer;
}
@media screen and (max-width: 1050px) {
    .garda-container {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .garda-container-new{
        width:100%;
        margin-left:auto;
        margin-right:auto;
        position:relative;
        /*padding-left:15px;*/
        /*padding-right:15px;*/
    }
}
/*Garda nav bar*/
.bar-institution-info {
    font-weight: 700;
    font-size:11px;
    color:black;
    /*padding:24px 5px;*/
    display:inline;
    text-transform:uppercase;
    margin-left:10px;
    position:absolute;
    padding:18px 5px 24px 5px;
    height:0;
}

@media screen and (max-width:1023px){
    .bar-institution-info{
        width:400px;
        left: calc(49% - 200px);
        top:20px;
    }
}

@media screen and (max-width:1050px) and (min-width:780px){
    /*.bar-institution-info{*/
        /*display:none;*/
    /*}*/
}
/*@media screen and (max-width:780px){
    .bar-institution-info{
        padding:unset;
        display:block;
        margin-left:unset;
        line-height:25px;
        position:unset;
    }
}*/
@media screen and (max-width:450px){
    .garda-contact-us-title{
        font-size:3rem!important;
    }
}

/*Garda Footer*/
.garda-footer {
    width: 100%;
    background: black;
    color: white;
    margin-top:20px;
}
.garda-footer a{
    color:white;
    font-size:11px;
    text-transform:uppercase;
    font-weight:600;
}

.garda-footer-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.garda-footer-logo{
    margin-left:auto;
    margin-right:auto;
    height:90px;
    width:100px;
    margin-top:25px;
    margin-bottom:25px;
    background:url('/assets/images/logo-white.svg');
    background-size:cover;
    background-position:center;
}
.garda-footer-navigation-item{
    flex-grow:0;
    flex-shrink:1;
    padding:0px 25px;
}
.garda-footer-copyright{
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
    font-size:11px;
    font-weight:600;
}

.garda-home-title{
    background: -webkit-linear-gradient(left, #DC376D, #328EFA);
    background: -o-linear-gradient(right, #DC376D, #328EFA);
    background: -moz-linear-gradient(right, #DC376D, #328EFA);
    background: linear-gradient(to right, #DC376D , #328EFA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.garda-rainbow-yellow{
    background: -webkit-linear-gradient(left, #00AF12, #EEEE2C, #FFBC00);
    background: -o-linear-gradient(right, #00AF12, #EEEE2C, #FFBC00);
    background: -moz-linear-gradient(right, #00AF12, #EEEE2C, #FFBC00);
    background: linear-gradient(to right, #00AF12, #EEEE2C, #FFBC00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*Garda Collapse*/
.collapse-container {
    font-weight: 400;
    overflow: hidden;
    height: 0;
    transition: all 200ms ease-in-out;
}

.collapse-container-collapse {
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 70%);
    width: 100%;
    height: 50px;
    padding-top: 35px;
    text-align: center;
    cursor: pointer;
}
/*Standards overview*/

.classroom-project-standard {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 35px;
    height: 35px;
    outline: none;
}

.classroom-project-standard-physical {
    background: url("/assets/images/domain/physical-blue.svg");
}

.classroom-project-standard-approaches {
    background: url("/assets/images/domain/approaches-blue.svg");
}

.classroom-project-standard-art {
    background: url("/assets/images/domain/art-blue.svg");
}

.classroom-project-standard-literacy, .classroom-project-standard-language {
    background: url("/assets/images/domain/literacy-blue.svg");
}

.classroom-project-standard-math {
    background: url("/assets/images/domain/math-blue.svg");
}

.classroom-project-standard-science {
    background: url("/assets/images/domain/science-blue.svg");
}

.classroom-project-standard-social {
    background: url("/assets/images/domain/social-blue.svg");
}

.classroom-project-standard-socialemotional {
    background: url("/assets/images/domain/socialemotional-blue.svg");
}

.classroom-project-standard-physical:hover {
    background: url("/assets/images/domain/physical-blue-h.svg");
}

.classroom-project-standard-approaches:hover {
    background: url("/assets/images/domain/approaches-blue-h.svg");
}

.classroom-project-standard-art:hover {
    background: url("/assets/images/domain/art-blue-h.svg");
}

.classroom-project-standard-literacy:hover, .classroom-project-standard-language:hover {
    background: url("/assets/images/domain/literacy-blue-h.svg");
}

.classroom-project-standard-math:hover {
    background: url("/assets/images/domain/math-blue-h.svg");
}

.classroom-project-standard-science:hover {
    background: url("/assets/images/domain/science-blue-h.svg");
}

.classroom-project-standard-social:hover {
    background: url("/assets/images/domain/social-blue-h.svg");
}

.classroom-project-standard-socialemotional:hover {
    background: url("/assets/images/domain/socialemotional-blue-h.svg");
}
