/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.2.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
.teamheight {
    height: 400px;
}

.logo-font {
    font-family: 'Noto Serif', serif;
    font-weight: normal;
    font-size: 36px;
}
/* This is to keep I/E and Edge from hiding the sales chat icon and the up arrow. */
@-ms-viewport {
    width: auto !important;
}

/* Trying to get the chat window where I want it */
.chat-box {
    min-height: 800px;
    min-width: 500px;
    padding: 0;
    margin: 0;
}

.testimonial-image-lg {
    width: 200px;
    margin: 0 auto;
}
.hide-up-down-control::-webkit-inner-spin-button,
.hide-up-down-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    /*appearance: none;*/
    margin: 0;
}

.information-div-bubble {
    color: black;
    background-color:deepskyblue ;
    border-radius: 5px;
    border-color: darkgray;
    border-width:2px;
    font-weight: 500;
    padding: 5px;
    opacity: .5;
    text-size-adjust: 100%;
    font-size: 14px;
    display: block;
    position: relative;
    padding-right: 30px;
}

.information-div-bubble a {
    color: black;
    font-weight: 600;
    text-decoration-line: underline;
}


/*One Page Enrollment*/

.one-page-enroll-text-color{
    color:black;
}

/*
    Nav
*/

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}