
@font-face {
    font-family: 'Open Sans'; /*a name to be used later*/
    src: url('../fonts/OpenSans/OpenSans-Regular.ttf'); /*URL to font*/
}

/******************************************************************* general */

body {
    font-family: "Open Sans",sans-serif;
}

a {
    color: #0062a0;
}

p {
    font-size: 14px;
}

h1 {
    font-size: 1.6em;
}

footer {
    margin-top: 40px;
    padding: 40px 0;
    background-color: #002452;
    color: #ffffff;
    min-height: 200px;
    font-size: 11px;
}

.foot-logo {
    text-align: right;
    width: 15%;
}

footer a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 30px;
}

footer .inline a {
    display: inline-block;
    font-size: 12px;
}

footer a:hover {
    color: #F1AB30;
    text-decoration: underline;
}

.copyright {
    text-align: right;
}

.ad {
    color: #545454;
    margin-top: -14px;
}

hr.small {
    border: none;
    height: 10px;
}

hr.large {
    border:none;
    height: 30px;
}

.queens-logo {
    display: block;
    width: 220px;
    padding: 30px 0;
}

.queens-logo>img {
    width: 100%;
}

.footer-logo {
    width: 200px;
}

.footer-logo img {
    width: 100%;
}

/******************************************************************* panel */

.panel {
    position: relative;
    height: auto;
    background-color: #f2f2f2;
    margin-top: 30px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 0 35px 0;
    text-decoration: none;
    overflow: hidden;
    min-height: 303px;
}

.panel .identity {
    padding: 0 10px 0 10px;
    margin-top: 5px;
}

.panel .img {

}

.panel h2 {
    margin: 0;
    font-size: 1.2em;
}

.panel p {
    margin: 6px 0 0 0;
    color: #555;
}

.panel div {
    overflow: hidden;
}

.panel img {
    width: 100%;
    min-height: 100%;
    border-radius: 3px;
}

.panel span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    color: #888;
    font-size: 13px;
}

.panel:hover {
    background-color: #eaeaea;
}

.panel:hover h2 {
    text-decoration: underline;
}

/******************************************************************* link-button */

.link-button {
    display: inline-block;
    padding: 10px;
    background-color: #0062a0;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.link-button:hover {
    color: #F1AB30;
}

.link-button:hover {
    background-color: #004279;
}

/******************************************************************* search-bar */

.search-bar {
    border: 1px solid #0062a0;
    border-radius: 5px;
    padding: 0 0 0 10px;
    position: relative;
}

.search-bar input {
    background-color: transparent;
    border: none;
    height: 40px;
    width: calc(100% - 60px);
    outline: none;
    font-size: 1em;
}

.search-bar button {
    width: 40px;
    height: 100%;
    position: absolute;
    border: none;
    right: 0;
    background-color: #0062a0;
    color: #fff;
    cursor: pointer;
}

.search-bar button:hover {
    background-color: #004279;
}

/******************************************************************* breadcrumb */

.breadcrumb {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
    font-size: .9em;
}
.breadcrumb > li {
    display: inline-block;
}

/******************************************************************* course-list */

.course-list {
    border: 1px solid #ddd;
    margin-top: 20px;
}

.course-listing {
    padding: 16px 20px 8px 20px;
    display: block;
    text-decoration: none;
    border-left: 3px solid transparent;
}

.course-listing:nth-child(even) {
    background-color: #eee;
}

.course-listing:hover {
    border-left: 3px solid #0062a0;
}

.course-listing:hover h2 {
    text-decoration: underline;
}

.course-listing h2 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

.course-listing ul {
    color: #555;
    list-style: none;
    padding: 0;
    margin: 6px 0 0 0;
}

/******************************************************************* h-list */

ul.h-list {
    padding: 0;
}

ul.h-list > li {
    display: inline-block;
    border-right: 1px solid #ddd;
    padding-right: 12px;
    margin-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    line-height: 20px;
}

ul.h-list > li:last-of-type {
    border: none;
}

ul.h-list > li > ul {
    display: inline-block;
    text-align: left;
    font-size: 12px;
    list-style: none;
}

ul.v-list {
    margin-bottom: 20px;
    padding: 0 30px 0 0;
}

ul.v-list > li {
    text-align: left;
}

/******************************************************************* other */

.dir-faculty {
    min-height: 200px;
    border-bottom: 1px solid #eee;
    margin-top: 40px;
    padding-bottom: 40px;
}
.dir-faculty h2 {
    font-size: 1.8em;
    margin: 0;
    float: left;
    color: #000;
}
.sub-header h1 {
    color: #000;
    font-weight: bold !important;
    font-size: 1.9em !important;
}
.dir-faculty small {
    color: #000;
}
.dir-faculty h3 {
    font-size: 1.1em;
    margin: 0;
    color: #000;
}
.dir-faculty h4 {
    font-size: .9em;
    margin: 0;
    color: #000;
}
.dir-faculty p {
    margin: 0;
}
.dir-faculty-header {
    overflow: hidden;
    margin-bottom: 10px;
}
.dir-faculty-header a {
    display: inline-block;
    float: right;
    background-color: #9d1939;
    color: #fff;
    padding: 12px;
    font-size: .8em;
    font-weight: bold;
}
.dir-faculty-header a:hover {
    background-color: #891737;
}
.dir-faculty-course {
    overflow: hidden;
    margin-top: 20px;
}
.dir-faculty-course-img {
    overflow: hidden;
}
.dir-faculty-course-img img {
    width: 100%;
}
.dir-faculty-course-txt p {
    font-size: .9em;
}
.dir-faculty-course-txt h4 {
    font-size: .9em;
    margin-bottom: 6px;
}
.jump-links {
    position: relative;
    background-color: #9d1939;
    margin-top: 40px;
    box-sizing: border-box;
    width: inherit;
}
.jump-links a {
    display: block;
    padding: 16px;
    color: #fff;
    border-bottom: 1px solid #891737;
}
.jump-links a:hover {
    background-color: #891737;
}
.sticky {
    position: fixed;
    top: 0;
}
aside {
    border-top: none;
}
small {
    display: block;
}
.qw-header-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}
#qw-search-login-toggle {
    margin-right: 30px;
}
.full-banner {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.full-banner img {
    width: 100%;
}
.breadcrumb-queens {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    list-style: none;
    margin: 0 0 40px 0;
}
.breadcrumb-queens li {
    display: inline;
    font-size: .9em;
}

@media (max-width: 767px) {
    .jump-links {
        position: relative;
        margin-top: 0;
    }
    .dir-faculty-header h2 {
        float: none;
        margin-top: 10px;
    }
    .dir-faculty-header a {
        float: none;
        margin-top: 10px;
    }
    aside {
        padding-top: 0;
    }
    .dir-faculty-course {
        margin-bottom: 60px;
    }
    header {
        margin-left: -20px;
        margin-right: -20px;
    }
    .full-banner img {
        width: 200%;
    }
    footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .the {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    footer ul.h-list {
        padding: 0;
        width: 100%;
        text-align: center !important;
    }
    footer ul.h-list > li {
        display: block;
        padding: 0;
        text-align: center !important;
        border-right: none;
        width: 100% !important;
        margin-right: 0;
    }
    footer ul.h-list > li br {
        display: none;
    }
    .foot-logo {
        text-align: center !important;
        width: 100%;
    }
    ul.h-list > li > ul {
        display: block;
        text-align: center !important;
        padding: 0;
    }
    .footer-section {
        margin-top: 40px;
    }
    ul.v-list > li {
        text-align: center;
    }
    #qw-search-login-toggle {
        margin: auto;
        float: none;
    }
    .qw-header-wrapper {
        text-align: center;
    }
    .panel {
        min-height: 0;
    }
    .panel .identity {
        min-height: 0;
    }
    .queens-logo {
        width: 190px;
        padding-left: 20px;
    }
    footer a {
        padding: 10px;
        margin-top: 4px;
        display: block;
        background-color: rgba(255,255,255,.1);
    }
    footer .span3 {
        margin-bottom: 30px;
    }
    .copyright {
        text-align: left;
        margin-top: 30px;
    }
}