main {
    min-height: auto !important;
    padding: 0;
}
.min-w {
    min-width: 120px;
}
.school-logo {
    width: auto;
    max-width: 100%;
    margin: 0 auto 30px;
    min-width: 200px;
}
.cent {
    text-align: center;
}
.school-table{
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
    color: #666;
}
.school-table tr:nth-child(odd) {
    background: #f5f5f5;
}
.school-table tr td {
    padding: 3px 10px;
    font-size: 0.9em;
}
.category-box {
    width: 100%;
    margin-bottom: 30px;
    background: #f5f5f5;
    padding: 10px 10px 20px;
    font-size: 0.9em;
    text-align: left;
}
.category-box div {
    color: #666;
    margin-bottom: 5px;
    font-size: 1em;
}
/** Additional videos **/
.additional-videos h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    font-size: 1.6em;
}
.additional-videos h3 > span{
    color: #9a9a9a;
}
.profile-card {
    background: #FFF;
    padding: 12px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
}
.profile-card .school-logo{
    width: auto;
    max-width: 250px;
    margin: 10px 0 30px;
}
.profile-card h1 {
    text-align: center;
    margin-bottom: 10px;
}

#success {
    display: none;
}

#full-form {
    display: none;
}
.show-full-form{
    margin-left: 5px;
    cursor: pointer;
    width: 125px;
    font-size: 14px;
}
.show-full-form:hover {
    text-decoration: underline;
}
.show-full-form .select-caret {
    margin-top: 7px;
    border-top-color: inherit;
}
.min-1 {
    min-height: 1px;
}


.popup-block-main {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999999;
    margin-bottom: 50px;
    display: none;
}


.popup-lead {
    border-radius: 5px;
}


.leadform.preview {
    border-radius: 5px;
}

.requiredlead {
    border: 1px solid red!important;
}

.leaderrors {
    display: none;
    margin-bottom: 20px;
}

.btn-block {margin-left: 0px;}

.leadform .view-website {color: #e3000f; text-align: left; margin-bottom: 10px; margin-top: 0px;}
.leadform .view-website .fa {margin-right: 10px;}

.titlepopup {font-size: 1.2em; font-weight: bold; margin-left: 0px; margin-bottom: 30px;}

#sharebox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999999;
}
.share-options {
    width: 380px;
    padding-left: 20px;
    background: #FFF;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -190px;
    z-index: 9999999;
    border-radius: 5px;
}
.share-header {
    font-size: 1.5em;
    margin-top: 14px;
    color: #666;
}
.share-subheader {
    font-size: .9em;
    color: #999;
}
.sharebutton {
    width: 70px;
    height: 70px;
    margin: 20px 20px 20px 0px;
    background: #666;
    float: left;
    cursor: pointer;
    font-size: 1.4em;
    text-align: center;
    line-height: 70px;
    transition: .2s;
    position: relative;
    color: #FFF;
    border-radius: 5px;
}
.sharebutton span {
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.1);
    border-radius: 100%;
    color: #FFF;
    transition: .2s;
    position: absolute;
    top: 15px;
    left: 15px;
}
.sharebutton:hover {
    padding: 0;
}
.sharebutton:hover span {
    width: 70px;
    height: 70px;
    top: 0px;
    left: 0px;
    border-radius: 0%;
}
.facebook {
    background: #3b5998;
}
.linkedin {
    background: #007bb5;
}
.twitter {
    background: #55acee;
}
.whatsapp {
    background: #4FCE5D;
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
    opacity: .4;
    width: 100%;
    height: 100%;
}
.close-share {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    opacity: .9;
    font-size: 2em;
    line-height: 0px;
}

@media screen and (max-width: 991px ){
    .sharebutton {
        width: 60px;
        height: 60px;
        margin: 20px 10px 20px 0px;
        line-height: 59px;
    }

    .sharebutton:hover span {
        width: 60px;
        height: 60px;
        top: 0px;
        left: 0px;
        border-radius: 0%;
    }

    .sharebutton span {
        top: 10px;
        left: 10px;
    }
}