﻿/*
* Created By: MDC Web Services
* Description:  
* Revised: 5/16/2018
*/


/*Masthead Code*/

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.flresidency-headline {
    font-size: 24px !important;
    margin: 30px 0;
}

.flresidency-headline {
    font-size: 24px !important;
    margin: 30px 0 0 0;
}

.flresidency-sub {
    font-size: 18px;
    font-style: italic;
}

h5 {
    font-size: 16px;
    border-bottom: 1px solid #efefef;
    margin: 16px 0;
}

.title-name h1 {
    font-size: 24px;
    margin: 0;
}

.site-masthead {
    background-image: url("../img/site-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1565c0;
    color: #fff;
}

.title-name.title-background span {
    background-color: rgba(0, 0, 0, 0.3);
    padding-left: 12px;
    padding-right: 12px;
}

.apply-steps {
    border-bottom: 3px solid #e8e8e8;
    padding-bottom: 10px;
    padding-top: 10px;
}

.apply-steps:last-of-type {
    border-bottom: none;
}

.apply-steps h3 {
    font-weight: 400;
    font-size: 20px;
}

/*Intro*/

.well.well-intro {
    background-color: #fff;
}

.well.well-credit-students {
    background-color: #fff;
}

.well.well-credit-students h3 {
    margin-top: 0;
}

.well.well-intro {
    /*  color: #fff;*/
}

.well-intro h3 {
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #3F6585;
    padding-bottom: 8px;
    color: #BCDDFA;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.admissions h2 {
    margin-top: 0;
}

.admissions h2,
.admissions h3 {
    color: #4d657a;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
    margin-bottom: 17px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.module {
    margin-bottom: 30px;
}

.admissions .btn-primary {
    background-color: #cd0028;
    border: none;
}

.admissions .btn-primary:hover {
    background-color: #990400;
}

.admissions .btn-info {
    background-color: #005dab;
    border-color: #02468d;
}

.admissions .btn-info:hover {
    background-color: #0077da;
}

.student-category h3 {
    margin-top: 0;
}


/*Checklist*/

.number-icon {
    color: #049ec3;
    display: block;
    text-align: center;
    border: 4px solid;
}


/*Readmission*/

.readmission-steps h3 {
    margin-top: 0;
}


#webWidget {
    height: 450px;
    width: 350px !important;
}



.extended-well {
    background-color: #f5f5f5;
    margin-top: -20px;
    text-align: center;
}
.extended-well img {
    padding-bottom: 100px;
}

.extended-well .img-text {
    margin-top: -300px;
    margin-bottom: 53px;
    color: #fff;
}

.extended-well .img-text h2 {
    font-size: 4.5em;
    /* text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5); */
    text-shadow:-1px 2px 20px rgba(0, 0, 0, 1);
}

.extended-well .btn-primary,
.banner-content .btn.btn-primary.btn-lg {
    background-color: #cd0028;
    border-color: #cd0028;
    padding-left: 5em;
    padding-right: 5em;
}


.banner-content h2 {
    color: #fff;
    text-shadow:-1px 2px 20px rgba(0, 0, 0, 1);
    font-size: 4.5em;
}

.container.banner-content {
    text-align: center;
    margin-top: 35em;
    width: 90%;
}

#siteNav {
    border-bottom-width: 0px;
}

h3.underline-title {
    font-weight: 400;
    font-size: 22px;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
    text-transform: initial;
}

h3.fine {
    font-weight: 400;
    text-transform: inherit;
    border-bottom: none;
    margin-bottom: 5px;
    font-size: 20px;
}
/* h3.fine { 
    font-size: 1.2em;
} */

.no-mt {
    margin-top: 0px;
}

.col-sm-4 h4 {
    font-weight: 500;
}

.mt-20 {
    margin-top: 20px;
}

.table-reformat td, th {
    display: table-cell;
}


@media (max-width: 300px) {
    .extended-well .img-text h2 {
        font-size: 1.3em;
    }
}

@media (min-width: 300px) and (max-width: 440px)  {
    .extended-well .img-text h2 {
        font-size: 2em;
        margin-top: 70px;
    }
    .extended-well .img-text {
        margin-bottom: 1em;
        margin-top: -260px;
    }
    .extended-well img {
        padding-bottom: 90px;
    }
}

@media (max-width:440px ) {
}

@media (min-width: 440px) and (max-width: 640px) {
    .extended-well .img-text h2 {
        font-size: 3em;
    }
    .extended-well img {
        margin-bottom: 50px;
    }
    
}
@media (max-width: 640px ) {
    .banner {
        height: 250px !important;
    }
    .container .banner-content {
        margin-top: 12em;
    }
    .banner-content h2 {
        font-size: 1.3em;
    }
    .extended-well .btn-primary, .banner-content .btn.btn-primary.btn-lg {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 640px) and (max-width: 768px) {
    .banner {
        height: 300px !important;
    }
    .container .banner-content {
        margin-top: 16em;
    }
    .banner-content h2 {
        font-size: 2em;
    }
}

@media (min-width: 768px) {
    .title-area {
        width: 100%;
        position: relative;
    }
    .title-container {
        /* position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: table; */
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: table;
    }
    .title-name {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .site-masthead {
        padding: 10px 0;
    }
    .number-icon {
        font-size: 2.3em;
        line-height: 1.8em;
        border-radius: 1em;
        height: 2em;
        width: 2em;
        margin-bottom: 0.8em;
    }
    .apply-steps {
        padding-bottom: 2em;
        padding-top: 2em;
    }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991px) {
    .title-area {
        height: 120px;
        
    }
    .title-container {
        height: 120px;
        min-height: 100px;
    }
    .title-name h1 {
        font-size: 37px;
    }
    .number-icon {
        font-size: 2.3em;
        line-height: 1.8em;
        border-radius: 1em;
        height: 2em;
        width: 2em;
    }
    /*.apply-steps .col-sm-10{
      margin-left: -1em;
    }*/
    
}
@media (max-width: 991px) and (min-width: 768px) {
    .title-area {
        min-height: 100px !important;
    }
    .banner {
        height: 400px !important;
    }
    .container .banner-content {
        margin-top: 23em;
    }
    .banner-content h2 {
        font-size: 2em;
    }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .number-icon {
        font-size: 2em;
        line-height: 55px;
        border-radius: 82px;
        height: 60px;
        width: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .title-area {
        height: 120px;
    }
    .title-container {
        height: 120px;
    } 
    .title-name h1 {
        font-size: 48px;
    }
    .apply-steps .steps-content {
        margin-left: -2em;
    }
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .title-area {
        height: 120px;
    }
    .title-container {
        height: 120px;
    }
    .title-name h1 {
        font-size: 60px;
    }
    .apply-steps .steps-content {
        margin-left: -3em;
    }
}

@media (min-width: 1200px) {
    /*.number-icon {
        font-size: 57px;
    }*/
}


@media (min-width: 768px) {
    .readmission-steps .apply-steps h3 {
        padding-top: 10px;
    }
}
/*Admissions Hero*/
.admissions-intro .navbar {
    margin-bottom: 0;
}
.admissions-hero {
    background-color: #ebebeb;
}

