﻿*{
    font-family: Roboto;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 140px;
    margin: auto;
}

.navbar {
    min-height: 140px !important;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}
.standardLink {
    color: #89ba44;
    text-decoration:none;
}

    .standardLink:hover {
        color: #929ad8;
    }
.ui-widget-content {
    background-image: linear-gradient(#c6db55, #8cbb45);
}

#topFooter {
    text-align: center;
    background-image: linear-gradient(#c6db55, #8cbb45);
    align-items: center;
}

#topFooter p {
    font-weight: 900;
    margin: 40px auto 20px;
    font-size: 14px;
    color: #211c52;
}

#topFooterContainer {
    padding: 35px 20px;
    width: 100%;
    max-width: 375px;
    margin: auto;
}

#footerSDMLogo {
    width: 90%;
    max-width: 196px;
}

.footerImages {
    display: flex;
    margin: auto;
    width: 80%;
    justify-content: space-around;
}

.footerImages2 {
    display: flex;
    margin: 20px auto 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#footerClever {
    width: 36%;
    max-width: 70px;
}
    #footerClever:hover{
        cursor:pointer;
    }
    #footerClasslink {
        width: 50%;
        max-width: 98px;
    }
#footerClasslink:hover {
    cursor:pointer;
}
    #footerStudentPrivacy {
    width: 37%;
    max-width: 90px;
}
#footerStudentPrivacy:hover {
    cursor:pointer;
}
#footerEdLaw {
    width: 50%;
    max-width: 200px;
}
    #footerEdLaw:hover {
        cursor: pointer;
    }

#bottomFooter {
    text-align: center;
    background: #c7e138;
    color: #211c52;
    font-weight: 900;
    padding: 25px 0 10px;
}

    #bottomFooter p {
        font-size: 14px;
        margin-bottom: 0;
    }

.navbar-inverse {
    border: none !important;
    background-color: none !important;
}

.navbar-collapse {
    border: none !important;
}

.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar {
    background-image: linear-gradient(#c6db55, #8cbb45);
}

.navbar-header {
    padding: 15px 5px;
    margin: 0 !important;
    text-align: center;
}

#mobileLoginBtn {
    background: none;
    border: none;
    position: relative;
    float: left;
    padding: 9px 0px;
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#mobileMenuToggle, #mobileLoginBtn {
    color: #211c52;
    font-size: 13px;
    font-weight: 900;
}

    #mobileMenuToggle img, #mobileLoginBtn img {
        margin-bottom: 5px;
        width: 100%;
        max-width: 45px;
    }

.sdmHeaderLogo {
    display: inline-block;
    width: 40%;
    max-width: 115px;
}
    .sdmHeaderLogo:hover{cursor:pointer;}

    .navbar-collapse {
        align-items: center !important;
    }

.nav {
    padding: 0 20px;
}

    .nav > li > a {
        color: #2d2a6d !important;
        font-weight: 900;
    }
        .nav > li > a:hover {
            color: #929ad8 !important;
        }

#desktopLoginBtn {
    display: none;
}
.lightBlueBtn {
    height: 52px;
    background: #929ad8;
    border: none;
    border-radius: 25px;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    display: flex;
    padding: 0 20px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.lightBlueBtn:hover {
    background-color: #2f3690;
}
.submitButton {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 15px;
    border-radius: 25px;
    border: none;
    background: #2f3690;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    margin: 0;
    width:150px;
}
.submitButton:hover{
    background-color: #929ad8;
    color:#FFF;
}

.submitButton img {
    width: 18px;
}
.cancelButton {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 15px;
    border-radius: 25px;
    border: none;
    background-color:gray;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    margin: 0;
    width: 150px;
}

    .cancelButton:hover {
        background-color: #929ad8;
        color: #FFF;
    }

    .cancelButton img {
        width: 18px;
    }
#mobileBannerTop {
    width: 100%;
    margin-top: -13px;
}
    .mobileitems p{margin-bottom:0rem;}
.bg-light {
    background-color: #f6f7fb !important;
}
.standardLinkdk {
    text-decoration: none;
    color: #211c52;
}
.standardLinkdk:hover{
    color:#FFF;
}
.popupinput {
    background-color: #FFF !important;
    border: 1px solid #ced4da !important;
}
@media (max-width:991px){
    .contentheader{margin-top:-13px !important;}
}
    @media (max-width: 767px) {
        body {
            padding-top: 153px;
        }
    }

    @media (min-width: 768px) {
        .navbar {
            margin: 0;
            padding: 10px !important;
        }

            .navbar .container {
                display: flex;
                margin: auto;
                align-items: center;
                justify-content: space-between;
                padding: 0;
            }

        .nav {
            display: inline-block !important;
            margin: auto;
            padding: 5px;
        }

        .navbar-collapse.collapse {
            display: flex !important;
            margin: auto;
            align-items: center;
        }

        #desktopLoginBtn {
            display: flex;
            width: 150px;
            align-items: center;
            justify-content: space-between;
            padding: 16px 15px;
            border-radius: 25px;
            border: none;
            background: #2f3690;
            color: #fff;
            font-size: 16px;
            font-weight: 900;
            margin: 0;
            float: right;
        }

            #desktopLoginBtn:hover {
                background: #929ad8;
            }

            #desktopLoginBtn img {
                width: 18px;
            }

        .navbar-header {
            padding: 0;
        }

        .sdmHeaderLogo {
            width: 115px;
        }
    }

    @media (min-width: 992px) {
        #mobileLoginBtn {
            display: none;
        }

        .nav {
            font-size: 20px;
            font-weight: 900;
        }

        .navbar .container {
            padding: 0 20px;
        }

        #topFooterContainer {
            display: flex;
            width: 98%;
            max-width: 992px;
            align-items: center;
            justify-content: space-between
        }

        #topFooter p {
            font-weight: 900;
            width: 10%;
            min-width: 150px;
            font-size: 14px;
            color: #211c52;
            margin: 0;
        }

        .footerImages {
            width: 20%;
            justify-content: space-between;
            align-items: center;
            margin: 0;
        }

        .footerImages2 {
            width: 35%;
            max-width: 280px;
            justify-content: space-between;
            align-items: center;
            margin: 0;
        }

        #bottomFooter {
            display: flex;
            justify-content: center;
            padding: 15px;
        }

            #bottomFooter p {
                margin-right: 10px;
            }

        #desktopLoginBtn {
            padding: 16px 20px;
            width: 160px;
        }
    }

#mobilemenu {
    display: none;
    background-image: linear-gradient(#c6db55, #8cbb45);
}

.mobilenav {
    display: none;
}

#plogin {
    display: none;
}

#header {
    height: 140px;
    background-image: linear-gradient(#c6db55, #8cbb45);
}

.nav-link {
    color: #2d2a6d !important;
    font-weight: 900;
}

    .nav-link:hover {
        color: #929ad8 !important;
    }

#mobileMenuToggle {
    background-color: unset;
    border: 0px;
}

h2 {
    color: #89ba44;
}

@media(max-width:991px) {
    #desktopmenu {
        display: none !important;
    }

    .navbar {
        padding: 0px !important;
    }

    .mobilenav {
        display: flex;
    }
}


