 .open.dropdown-menu {
    width: 100%;
}

.emailgroup ul li, .selectedCourses ul li {
    margin-bottom: 0;
}

.dropdown-header {
    white-space: normal;
}

.selectedCourses .dropdown-menu .divider {
    margin: 0;
}
.selectedCourses .dropdown-menu .glyphicon-ok:before {
    content: "\f00c";
    font-family: "FontAwesome";
}
.dropdown-header.sameSchool {
    padding: 0 20px;
}

.dropdown-header.sameSchool span {
    display: none;
}

.dropdown-menu .dropdown-menu > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.dropdown-header span {
    font-weight: bold !important;
    font-size: 1.2em;
    color: black;
}

.selectedCourses ul li a span.text {
    white-space: normal;
    word-break: break-word;
    width: 97%;
}

small.required {
    font-size: 0.9rem;
    margin-left: 6px;
}
#message {
    width: 100%;
    height: 150px;
}

input.btn.btn-default.btn-orange:hover {
    background-color: #ea6321;
    color: #fff;
}
input.btn.btn-default.btn-orange:focus {
    outline: none;
    color: #fff;
    background-color: #ea6321;
}
.btn-orange {
    color: #fff;
    background-color: #ea6321;
    border-color: #ea6321;
    pointer-events: auto;
}
.contact-alert .close {
    position: absolute;
    top: 5px;
    right: 15px;
}
.has-warning {
    margin-top: 10px;
    font-style: italic;
    color: #7a7a7a;
}

#contact-message-box .contact-alert { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px;
    text-align: center;
    background: #fff;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    animation: fadeOut .5s ease-out 3s both;
}
.contact-alert-body {
    display:flex;
}
.contact-alert .message-icon {
    padding: 5px;
    margin-bottom: 10px;
}
.contact-alert .message-icon i {
    font-size:30px;
}
#contactFormContainer #contactForm > div#contact-message-box {
    padding: 0;
}
#contactFormContainer #contactForm > .contact-mask {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
}
#contactFormContainer #contactForm > .contact-mask.submitting {
    width: 100%;
    height: 100%;
    background: rgb(251 252 244 / 30%);
}

/*Remove side styling when on contact us page - start*/
#contactFormContainer.page-93 {
    position: initial;
    box-shadow: none;
    margin: 1.5rem 0;

}

#contactFormContainer.page-93 #contactForm {
    height: auto;
    opacity: 1;
    width: 100%;
    overflow-y: initial;
    position:relative;
}
#contactFormContainer.page-93 #contactForm > div {
    padding: 0;
}
/*Remove side styling when on contact us page - end*/

/*Float form styling*/

#contactFormContainer .form-group {
    margin-bottom: 10px;
}

#contactFormContainer {
    position: fixed;
    top: 72px;
    right: 0px;
    z-index: 20;
    align-items: center;
    background:#fff;
    box-shadow: -5px 0px 10px -5px rgb(0 0 0 / 50%);
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
        width: 100%;
        height: 100%;
    }
    100% {
        width: 0;
        height: 0;
        opacity: 0;

    }
}

#contactFormContainer #contactForm {
    height: calc(100vh - 72px);
    overflow-y: auto;
    opacity: 0;
    width: 0px;
    transition: all 0.3s linear;
}

#contactFormContainer input[type="checkbox"]:checked + label[name="contactFormControlLab"] + #contactForm {
    width: 360px;
    /* opacity:1; */
    animation: fade 0.1s ease-out 0.2s both;
    box-shadow: -5px 0px 10px -5px rgb(0 0 0 / 50%);
}

#contactFormContainer #contactForm > div {
    padding: 3rem;
}

#contactFormContainer label[name="contactFormControlLab"] {
    position: absolute;
    padding: 1rem;
    background: #0e3944;
    color: white;
    transform: rotate(-90deg);
    margin: 0;
    max-width: none;
    left: -80px;
    top: 38.2%;
    display: block;
    width: 120px;
    text-align: center;
    height: auto;
    cursor: pointer;
    /* box-shadow:-5px 0px 10px -5px rgb(0 0 0 / 50%);
    box-shadow: -15px 15px 40px 15px rgb(255 255 255 / 60%)*/
    box-shadow: rgb(255 255 255 / 60%) 0px 0px 15px 5px;
}

#contactFormContainer label[name="contactFormControlLab"]:hover {
    color: #ea6321;
    transition: all 0.2s linear;
}

#contactFormContainer label[name="contactFormControlLab"]:before {
    content: "Contact Us";
}

#contactFormContainer input[type="checkbox"]:checked + label[name="contactFormControlLab"]:before {
    content: "Close";
}

#contactFormContainer input[type="checkbox"]:checked + label[name="contactFormControlLab"]:after {
    content: "\f00d";
    font-family: "FontAwesome";
    margin-left: 10px;
    color: #ea6321;
}

#contactFormContainer input[type="checkbox"]:checked + label[name="contactFormControlLab"]:hover:after {
    transition: all 0.2s linear;
}

#contactFormContainer > input[type="checkbox"]:nth-child(1) {
    display: none;
}
#InternationalStu {
    display:block;
    min-height: 36px;
}
#InternationalStu label{
    margin-bottom: 0px;
}
#InternationalStu > .btn.active{
    background: #ea6321;
    color: white;
}

@media (min-width: 767px) {
    #contactFormContainer {
        top: 112px;
    }
    #contactFormContainer #contactForm {
    height: calc(100vh - 112px);
    }
}



/**Check box styling*/
[class*="icheck-sit"] > input:first-child {
    position: absolute !important;
    left: 12px;
    top: 8px;
    opacity: 0;
    margin: 0;
    background-color: #ea6321;
    border-radius: 50%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    display: block;
    width: 22px;
    height: 22px;
    outline: none;
    transform: scale(2);
    -ms-transform: scale(2);
    transition: opacity 0.3s, transform 0.3s;
}

.icheck-sit-orange > input:first-child {
    /*background-color: #ea6321;*/
}
.icheck-sit-orange .small {
    font-size:12px;
}
[class*="icheck-sit"] > input:first-child:active {
    transform: scale(0);
    -ms-transform: scale(0);
    opacity: 1;
    transition: opacity 0s, transform 0s;
}
[class*="icheck-sit"] > label {  
    min-height: 20px;
    line-height: 20px;
    position: relative;
    font-weight: normal;
    cursor: pointer;
}

.icheck-sit-orange > input:first-child:checked ~ label::before {
    background-color: #ea6321;
    border-color: #ea6321;
    transition: .3s all linear;
}
.icheck-sit-orange > input:first-child:checked ~ label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -1px;
    border: solid 2px #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
    box-sizing: border-box;
    transition: .3s all linear;
}
[class*="icheck-sit"] > input:first-child ~ label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #eb6421b3;
    border-radius: 3px;
    box-sizing: border-box;
    margin-right:2px;
}
[class*="icheck-sit"] > input[type="checkbox"]:first-child:checked ~ label::after {
    content: "";
    width: 6px;
    height: 12px;
    transform: translate(7px, 2px) rotate(45deg);
    -ms-transform: translate(7px, 2px) rotate(45deg);
}