
body {
    font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
p {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #009abf;
}

#smallfooter {
    display: none;
}

#medfooter {
    display: none;
}

header {
    background-color: #fff;
    padding: 28px;
    /* border-bottom: 3px #c4c6c9 solid; */
    overflow: hidden;
}

.alert {
    background-color: #d9f0f5;
    padding: 30px 0 15px;
}

.alert p{
    padding-left: 36px;
    margin-top: -25px;
}

header h1 {
    margin-left: 63px;
    margin-top: 36px;
}

header p {
    margin-left: 63px;
}

.hero-pic {
    background: url("../images/27_Middle-east-Hero.jpg") center center no-repeat;
    height: 400px;
    background-size: cover;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1em;
}

h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 24px 0;
}

.fa-li {
    color: #c4c6c9;
    font-size: 1.5em;
}

li {
    margin-bottom: 18px;
    line-height: 1.6;
}

section.extended,
section#faculty,
section#schedule,
section#form {
    padding: 60px 0
}

section#faculty h2,
section#schedule h2,
section#form h2{
    color: #009abf;
}

.blue {
    background-color: #009abf;
    color: #fff;
}

.grey,
form#fsForm4646849,
.fsRowBody input.fsField {
    background-color: #f5f5f5;
}

#schedule .special {
    background-color: #5D6770;
    color: #fff;
}

.table-head {
    background-color: #009abf;
    color: #fff;
}

#faculty p,
#program-des p,
#schedule p {
    font-size: 18px;
    /* line-height: 1.3em; */
    margin-bottom: 30px;
}

#form td {
    font-size: 18px;
}

.faculty-name {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 6px;
    display: inline-block;
}

table {
    margin-bottom: 36px;
}

address p {
    line-height: 1.4em;
}

.btn-custom,
.btn-custom:hover {
    text-decoration: none;
    color: #fff;
    background-color: #009bbf;
    border: 2px solid #009bbf;
    cursor: pointer;
    padding: 12px 30px;
    border-radius: 5px;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

div .btn-custom {
    margin-top: 20px;
    display: inline-block;
}

footer {
    background-color: #5D6770;
    color: #fff;
    font-size: 0.8em;
    padding: 80px 0;
}

.social {
    font-size: 2.4em;
    margin: 0 6px;
    vertical-align: middle;
    color: #fff;
}

.social:hover {
    color: #efefef;
}

#copyR {
    float: right;
    margin-top: 10px;
}

.fs-ngdialog {
    display: none;
}

#date-loc p {
    font-size: 18px;
}

/* Medium only */
@media screen and (min-width: 769px) and (max-width: 1023px) {
        header,    
        section.extended .row,
        section#faculty .row,
        section#schedule .row,
        section#form .row {
            margin: 0 auto;
            width: 95%;
        }

        header h1,
        header p {
            margin-left: 0;
        }

        #medfooter {
            display: block;
        }

        #lgfooter {
            display: none;
        }

        section.extended,
        section#faculty,
        section#schedule,
        section#form {
            padding: 30px 0;
        }

        header {
            padding: 12px 0 0;
        }

        header p {
            margin-bottom: 24px;
        }

        #date-loc {
            font-size: 0.8em;
        }

        .hero-pic {
            height: 260px;
        }
    }

    /* Small only */
    @media screen and (max-width: 768px) {
        header,
        section.extended .row,
        section#faculty .row,
        section#schedule .row,
        section#form .row {
            margin: 0 auto;
            width: 95%;
        }

        header h1,
        header p {
            margin-left: 0;
        }

        #copyR {
            float: left;
            margin: 0;
        }

        #smallfooter {
            display: block;
        }

        #medfooter {
            display: none;
        }

        #lgfooter {
            display: none;
        }

        h2,
        h3 {
            margin-top: 12px;
        }

        section.extended,
        section#faculty,
        section#schedule,
        section#form {
            padding: 30px 0;
        }

        body {
            font-size: 0.9em;
        }

        .hero-pic {
            height: 260px;
            background: url("../images/27_Middle-east-Hero.jpg") center center no-repeat;
            background-size: cover;
        }

        header {
            padding: 12px 0 0;
        }

        header p {
            margin-bottom: 24px;
        }

    }

    @media screen and (max-width: 576px) {
        .hero-pic {
            height: 150px;
            background: url("../images/27_Middle-east-Hero.jpg") center center no-repeat;
            background-size: cover;
        }
    }