/*
Link: #3e79c3
Queen's red: #b90e31
Queen's blue: #002452
Queen's gold: #fabd0f
Queen's thistle: #614f87
*/

#newsletter-modal {
    transition: bottom 300ms, height 300ms;
    box-sizing: border-box;
    position: fixed;
    bottom: -400px;
    right: 20px;
    width: 310px;
    z-index: 999;
    padding: 30px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.1)
}
.modal-show {
    transition: bottom 300ms;
    bottom: 0 !important;
}
#mc_embed_signup form {
    margin: 0 !important;
}
#dismiss-newsletter {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 4px;
    background-color: #9a9a9a;
    color: #fff;
}

#mc_embed_signup .button {
    background-color: #3e79c3 !important;
}

#mc_embed_signup .mc-field-group {
    min-height:0 !important;
    display:block !important;
    width: auto !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin-bottom: 0 !important;
}
#mc_embed_signup_scroll {
    text-align:center !important;
}

#mc_embed_signup div#mce-responses, #mc_embed_signup div.response {
    width: auto !important;
    padding: 0 0 10px 0 !important;
    margin: 0 !important;
    text-align: center;
}

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/******************************** GENERAL */
html {
    background-color: #fff;
}

body, input, button {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

section, aside {
    margin-bottom: 60px;
}

h2,h3,h4 {
    color: #333333;
    margin: 16px 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

h1 {
    color: #333333;
    margin: 0 0 16px 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

h2 {
    font-size: 1.4em;
}

p {
    line-height: 1.6em;
    color: #333;
    font-weight: 300;
}

a, button {
    cursor: pointer;
    text-decoration: none;
    color: #3e79c3;
}

p a, li a {
    text-decoration: underline;
}

a:hover {
    color: #ac2b37;
}

li {
    margin: 8px 0;
}

.body-list li {
    line-height: 1.6em;
    margin: 20px 0;
}

.page-content {
    min-height: calc(100vh - 433px);
    padding-top: 32px;
    border-top: .005rem solid #e2e2e2;
}

.child {
    float: left;
}

hr.break, hr.small, hr.medium, hr.large {
    margin: 0;
    border: none;
}

hr.break {
    height: 0;
}

hr.small {
    height: 16px;
}

hr.medium {
    height: 32px;
}

hr.large {
    height: 48px;
}

.search-bar {
    border: 1px solid #3e79c3;
    border-radius: 30px;
    padding: 20px 10px;
    margin: 16px 0;
    background-color: #fff;
}

.search-bar > input {
    border: none !important;
    background-color: transparent !important;
    width: calc(100% - 50px);
    font-size: 1em;
}

.search-bar > input:focus, .search-bar > button:focus {
    outline: none;
}

.search-bar > button {
    border: none;
    color: #3e79c3;
    background-color: transparent !important;
}

.non-mobile {
    display: initial !important;
}

.mobile {
    display: none !important;
}

.object-list {
    margin: 16px 0;
    overflow: hidden;
}

.object-list h2 {
    margin: 0 0 10px 0;
    color: #333333;
    font-size: 1.3em;
}

.object-list h3 {
    color: #3e79c3;
    font-weight: 400;
}

.object-list a {
    display: block;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 12px;
    color: #3e79c3;
    box-sizing: border-box;
    border: 1px transparent;
    border-radius: 10px;
}

.object-list.condensed a {
    margin-bottom: 0;
}

.object-list.certificate a {
    color: #74447d;
}

.object-list.main a {
    padding: 0;
}

.object-list a .caret {
    float: right;
    margin-top: 3px;
}

.object-list a:hover {
    background-color: #f1f1f1;
}

.object-list a h3 {
    margin: 0 0 6px 0;
    font-size: 1.1em;
}

.object-list a ul {
    margin: 0;
}

.object-list.main a ul {
    margin: 0;
    color: #333;
}

.course-thumbnail {
    float: left;
    width: 100px;
    height: 82px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.course-thumbnail img {
    height: 100%;
    position: absolute;
    left: -400px;
    right: -400px;
    margin: auto;
}

.course-detail {
    float: left;
    padding: 16px;
    max-width: calc(100% - 140px);
}

.course-alert {
    font-size: 1.1em;
    font-weight: bold;
    color: #ac2b37;
}

.link-button {
    display: inline-block;
    margin: 16px 0;
    background-color: #3e79c3;
    color: #fff;
    padding: 20px 40px;
    text-align: center;
    border: none;
    box-shadow: none;
    border-radius: 50px;
}

.link-button:hover {
    color: #fff;
    background-color: #33619b;
}

.image-heading {
    overflow: hidden;
    position: relative;
    border-radius: 7px;
}

.panel-type {
    background-color: #33619b;
    color: #fff;
    position: absolute;
    bottom: 4px;
    left: 0;
    padding: 5px 20px;
    border-top-right-radius: 5px;
}

.panel-type.cert {
    background-color: #74447d;
}

.button-general {
    display: block;
    background-color: #ac2b37;
    color: #fff;
    padding: 20px;
    border-radius: 40px;
    margin: auto;
    width: 170px;
    text-align: center;
}

.button-general:hover {
    color: #fff;
    background-color: #982935;
}

.program-heading {
    color: #74447d;
}

.program-deets h2 {
    margin-top: 44px;
}

.index-section-header h1 {
    font-size: 2em;
}
.index-section-header p {
    margin: -8px 0 0 0;
}

.index-panel-text {
    padding-top: 10px;
}

.index-panel-text h1 {
    font-size: 2.2em;
    color: #3e79c3;
}

.index-panel-text li {
    padding: 8px 0;
}

.index-panel-text li span {
    color: #3e79c3;
}

.index-panel-img {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.index-panel-img img {
    width: 100%;
    border-radius: 30px;
}

.index-diag-section {
    background: linear-gradient(145deg, #dce7f2 0%, #dce7f2 50%, #f1f1f1 50%, #f1f1f1 100%);
    padding: 60px 0;
}

.pad-left {
    padding-left: 30px;
    box-sizing: border-box;
}

.notice {
    background-color: #005229;
    padding: 15px 20px;
    color: #fff;
    text-align: center;
    font-size: 1em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.notice a {
    color: #ac2b37;
    background-color: #fff;
    padding: 7px;
    margin-left: 10px;
    border-radius: 4px;
    text-decoration: underline;
    display: inline-block;
}

.browse-courses {
    margin-top: 16px;
}

.mobile-only {
    display: none;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-top: 6px;
    margin-bottom: 70px;
}

.flip {
    background-color: transparent;
    perspective: 800px;
}

.flip h3+p {
    margin:0;
}

.flip img:hover {
    outline: 3px solid #3e79c3;
    border-radius: 100%;
}

.flip-front, .flip-back {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-back {
    position: absolute;
    top: 0;
    transform: rotateY(180deg);
}

.flip-front-flip {
    transform: rotateY(-180deg);
}

.flip-back-flip {
    transform: rotateY(0deg);
}

.flip-back-flip .story {
    overflow-y: auto !important;
    padding-right: 10px !important;
    margin: 0 !important;
}

.story {
    margin: 0 -15px 0 0;
    padding: 0 25px 10px 10px;
    overflow-y: hidden;
    height: 200px;
    border-bottom: .005rem solid #ccc;
    border-top: .005rem solid #ccc;
}

.bleed {
    overflow: visible !important;
}

.embed-vid-16-9 {
    width: 100%;
    height: 658px;
}

.tb-s table {
    border-collapse: collapse;
}

.tb-s td {
    padding: 10px;
    border: 1px solid #ccc;
}

.tb-s td p {
    margin: 0;
}


/******************************** HEADER */
.header {
    padding: 40px 0;
    display: table;
}

.header-logo {
    float: left;
    width: 300px;
}

.header-logo a {
    position: relative;
    z-index: 999;
    display: block;
}

.header-logo-queens {
    width: 60%;
}

.header-logo-department {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    line-height: 30px;
    margin: -4px 0 0 0;
}

.header-logo-faculty {
    font-family: 'PT Sans', sans-serif;
    font-size: 19px;
    margin: -4px 0 0 0;
}

.sub-header {
    margin-bottom: 16px;
}

.sub-header h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 200;
    font-size: 2em;
}

.sub-header p {
    font-size: .9em;
    color: #222;
}
/******************************** BANNER */
.banner-img-container {
    height: calc(100vh - 200px);
    max-height: 830px;
    min-height: 560px;
    overflow: hidden;
    border-radius: 30px;
}

.banner-text {
    padding: 20% 0 0 80px;
}

.banner-text h1 {
    color: #3e79c3;
    font-size: 3em;
    margin: 0 0 30px 0;
    font-weight: 200;
    line-height: .9em;
}

.banner-icon {
    color: #33619b;
    padding-top: 6px;
}

.banner-arrow {
    text-align: center;
    color: #d0d0d0;
    padding-top: 30px;
}
/******************************** CONTROL PANEL */
.important-dates-block {
    padding-bottom: 30px;
}

.important-dates-block .span4 {
    padding: 0 40px;
    box-sizing: border-box;
}

.important-dates.date {
    float: left;
    border: .005rem solid #ddd;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
    overflow: hidden;
    text-align: center;
}

.important-dates.desc {
    margin-top: 30px;
    margin-left: 120px;
}

.important-dates.month {
    box-sizing: border-box;
    font-size: 1.7em;
    background-color: #1f3a60;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 5px 30px;
    margin-bottom: 10px;
}

.important-dates.day {
    font-size: 2.7em;
    font-weight: 100;
    display: block;
    margin-top: -10px;
}

.important-dates.year {
    font-size: 1.3em;
    display: block;
    margin-top: -30px;
    padding-bottom: 10px;
}


.control-panel {
    margin-top: 100px;
    margin-bottom: 90px;
}

.control-panel .container {
    overflow: hidden;
}

.control-panel-button {
    transition: filter 400ms;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    filter: hue-rotate(0deg);
}

.control-panel-icon {
    text-align: center;
}

.control-panel-icon img {
    height: 100px;
}

.control-panel-details h2 {
    margin: 0;
    font-size: 2.2em;
    font-weight: 100;
    color: #3e79c3
}

.control-panel-details p {
    margin: 0;
    color: #3e79c3;
}

.control-panel span {
    color: #3e79c3 !important;
}

.control-panel-button:hover .control-panel-details h2,
.control-panel-button:hover .control-panel-details p,
.control-panel-button:hover .control-panel-icon img {
    transition: filter 400ms;
    filter: hue-rotate(130deg) saturate(80%);
}
/******************************** COURSE HIGHLIGHT */
.course-highlights {
    background-color: #7195b9;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.course-button {
    transition: color 300ms, background-color 300ms;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    color: #7195b9;
    padding: 10px 20px;
    right: 0;
    border-radius: 4px;
}

.course-button:hover {
    transition: color 300ms, background-color 300ms;
    color: #fff;
    background-color: #3e79c3;
}

.random-courses {
    background-color: #7195b9;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.course-highlight, .course-highlight-alternate {
    transition: border 600ms;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    overflow: hidden;
    color: initial;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
    border-bottom: 10px solid transparent;
    position: relative;
    font-size: .95em !important;
    border-radius: 20px;
}

.course-highlight {
    height: 480px;
}

.course-highlight-alternate {
    height: 480px;
}

.highlight-img {
    overflow: hidden;
    height: 200px;
    text-align: center;
    position: relative;
}

.highlight-img img {
    position: absolute;
    left: -400px;
    right: -400px;
    margin: auto;
    height: 110%;
}

.highlight-img span {
    color: #fff;
    margin-top: 32px;
}

.highlight-text {
    padding: 4px 20px 10px 20px;
}

.highlight-text h2 {
    font-size: 1.3em;
    font-weight: 400;
    color: #3e79c3;
}

.highlight-button {
    transition: color 300ms, background-color 300ms;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #3e79c3;
    color: #3e79c3;
    margin: 0 20px 20px 20px;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    border-radius: 50px;
}

.course-highlight:hover,
.course-highlight-alternate:hover {
    transition: border 600ms;
    background-color: #f1f5fa;
}

.course-highlight-alternate:hover .highlight-button {
    transition: color 300ms, background-color 300ms;
    color: #ffffff;
    background-color: #3e79c3;
}

.course-highlight-alternate .overlay {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    position: absolute;
    z-index: 2;
    background-color: #ac2b37;
    padding: 24px 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    font-size: 1.5em;
}
/******************************** PHOTO DISPLAY */
.photo-display {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    background-color: #e6e6e6;
}

.photo-display-img {
    max-height: 650px;
}

.photo-display-img img {
    width: 100%;
    margin-top: -350px;
}

.photo-display-overlay {
    transition: background-color .3s, color .3s;
    display: inline-block;
    position: absolute;
    padding: 20px 40px;
    border: 1px solid #ac2b37;
    background-color: #ac2b37;
    font-size: 1.8em;
    color: #ffffff;
    z-index: 99;
    bottom: 40px;
    box-shadow: 5px 5px 10px rgba(0,0,0,.4);
    border-radius: 7px;
}

.photo-display-overlay:hover {
    transition: background-color .3s, color .3s;
    background-color: #ac2b37;
    color: #fff;
}
/******************************** SOCIAL MEDIA */
.social-media {
    background-color: #ececec;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 30px;
}

.twitter-post {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 14px;
    overflow: hidden;
    float: none;
    display: inline-block;
    white-space: normal;
    width: 220px;
    margin-left: 20px;
    vertical-align: top;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
}

.twitter-post .media {
    width: 100%;
    overflow: hidden;
    max-height: 200px;
}

.twitter-post .media img {
    width: 100%;
}

.twitter-post .user {
    padding: 0 16px 0 16px;
}

.twitter-post .fab {
    color: #55ACEE;
    margin-top: 16px;
    margin-left: 16px;
}

.twitter-post .tweet {
    padding: 20px;
    font-size: 1em !important;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.twitter-post .interact {
    margin: 0 20px 0 20px;
}

.twitter-post .timePosted {
    margin: 0 20px 20px 20px;
    font-size: .8em;
}

.twitter-post .timePosted a, .twitter-post .interact a {
    text-decoration: none;
}

.twitter-container {
    overflow-x: visible;
    white-space: nowrap;
}

.row#twitter-posts {
    overflow: hidden;
}

.twitter-more {
    height: 300px;
    background-color: #33619b;
    color: #fff;
}

.twitter-more h2 {
    color: #fff;
}

.twitter-more p {
    color: #fff;
}

/******************************** BLOG */

.blog-post {
    position: relative;
    overflow: hidden;
    display: block;
    margin-top: 35px;
    border-radius: 10px;
}

.blog-post:hover h2 {
    color: #982935;
}

.blog-title {
    margin-top: 40px !important;
}

.blog-post-img {
    height: 200px;
    width: 200px;
    float: left;
    overflow: hidden;
    border-radius: 10px;
}

.blog-column-border {
    border-right: .005rem solid #e2e2e2;
}

.blog-post-img img {
    height: 100%;
}

.blog-post-text {
    float: left;
    width: calc(100% - 230px);
    margin-left: 30px;
    padding: 0 30px 16px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.blog-post-text h2 {
    margin-top: 0;
    color: #3e79c3;
}

.blog-post-text small {
    display: block;
    margin-top: -10px;
    margin-bottom: 20px;
    font-style: italic;
}

.blog-post-text p {
    color: #333;
    margin-top: 0;
}

.view-blog-img {
    overflow: hidden;
    border-radius: 20px;
 }

.view-blog-img img {
    width: 100%;
    border-radius: 20px;
}

.blog-more {
    position: absolute;
    bottom: 0;
    right: 30px;
    font-size: .8em;
}

/******************************** FOOTER */
footer {
    background-color: #1f3a60;
    font-size: 14px;
    color: #fff;
    padding-top: 42px;
}

footer a {
    color: #80c2ff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

footer h1 {
    font-size: 1.7em;
    color: #fff;
    margin-top: 0;
}

.footer-queens-logo {
    width: 120px;
}

.footer-social {
    margin-right: 10px;
}

/**************************************************************** #SESSION_TABLE */
.desktop-session-table, .refund-table {
    border-collapse: collapse;
    width: 96%;
    margin-left: -10px;
}

.course-detail .desktop-session-table {
    width: auto;
    margin-left: -20px;
}

.course-detail .desktop-session-table td, .course-detail .desktop-session-table th {
    padding: 10px 20px;
}

.desktop-session-table > thead, .refund-table > thead {
    text-align: left;
}

.desktop-session-table td, .desktop-session-table th, .refund-table td, .refund-table th {
    padding: 10px;
}

.desktop-session-table tbody tr:nth-child(even) {
    background-color:#f3f3f3;
}

.mobile-session-table ul {
    list-style: none !important;
    padding-left: 30px !important;
    margin-top: 0;
}

.mobile-session-table li {
    padding: 0;
    font-size : .9em;
}

.mobile-session-table h3 {
    font-size: 1em;
    margin-bottom: 8px;
}


/**************************** COURSES */
.apply-button {
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgb(111, 174, 253) 0%, rgb(46, 95, 156) 70%, rgb(28, 57, 94) 100%);
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}

.apply-button .fas {
    margin-left: 10px;
    margin-right: 0;
}

.apply-button:hover {
    background: linear-gradient(180deg, rgb(90, 147, 220) 0%, rgb(33, 74, 126) 70%, rgb(18, 40, 67) 100%);
    color: #fff;
}

.class-img {
    max-height: 270px;
    overflow: hidden;
    position: relative;
}

.class-img img {
    width: 100%;
}

.details {
    display: block;
    padding: 20px;
    background-color: #ececec;
    margin-top: -5px;
}

.details ul, .details p, .details h1, .details h2, .details h3, .details h4 {
    margin: 0;
}

.category {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
}

.category-img {
    overflow: hidden;
    height: 130px;
}

.category-img img {
    width: 110%;
}

.category-img span {
    margin-top: 24px;
    color: #fff;
}

.category > .category-text {
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
}

.category > .category-text > h2{
    font-size: 1em;
}

.category-all {
    transition: background-color .3s;
    display: block;
    background-color: #1f3a60;
    color: #fff;
    padding: 20px 30px;
    text-align: center;
    font-weight: bold;
}

.category-all:hover, .category-all-side:hover {
    transition: background-color .3s;
    background-color: #33619b;
    color: #fff;
}

.category-all-side {
    transition: background-color .3s;
    display: inline-block;
    background-color: #33619b;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.category-all-side span {
    float: right;
}

.category-certificate {
    transition: background-color .3s;
    background-color: #885891;
}

.category-repo {
    transition: background-color .3s;
    background-color: #33619b;
}

.category-certificate:hover {
    transition: background-color .3s;
    background-color: #6a3b73;
}

.category-repo:hover {
    transition: background-color .3s;
    background-color: #284473;
}

.mobile-category {
    margin-top: 20px;
}

.mobile-browse {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #3e79c3;
    border: .05rem solid #3e79c3;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: .9em;
    color: #fff !important;
}

.mobile-browse-dropdown {
    transition: max-height 300ms;
    max-height: 0;
    border-bottom: .05rem solid #3e79c3;
    border-left: .05rem solid #3e79c3;
    border-right: .05rem solid #3e79c3;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    margin-top: -1px;
    font-size: .9em;
}

.mobile-browse-show {
    transition: max-height 300ms;
    max-height: 1200px;
}

.mobile-browse-dropdown > a {
    display: block;
    padding: 14px 34px;
    border-bottom: .005rem solid #ddd;
}

.mobile-browse-dropdown > p {
    display: block;
    padding: 20px 20px 0 20px;
    margin: 0;
}

.mobile-browse-dropdown > a:last-of-type {
    border: none;
}

.mobile-browse-dropdown:hover {
    display: block;
}

.mobile-browse-arrow {
    position: absolute;
    top: 0;
    right: 20px;
}

/**************************** LISTS */
ul.no-bullet {
    list-style: none;
    padding: 0;
}

ul.inline > li {
    display: inline;
    padding-right: 10px;
    margin-right: 6px;
    white-space: nowrap;
}

ul.inline > li:first-of-type {
    padding-left: 0;
}

ul.separate > li {
    border-right: 1px solid #d3d3d3;
}

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

ul.space > li {
    padding: .3em 0;
}
/******************************** BREADCRUMB */
ul.breadcrumb {
    margin-top: 6px;
    margin-bottom: 0;
}

ul.breadcrumb > li {
    display: inline-block;
    position: relative;
    border-radius: 10px 40px 40px 10px;
    font-size: .9em;
    box-shadow: 0 0 0 3px #fff;
    margin: 0;
}

ul.breadcrumb > li:not(:first-of-type) {
    padding-left: 14px;
    margin-left: -20px;
}
ul.breadcrumb li:nth-child(1) {
    transition: background-color .3s;
    background-color: #6daaee;
    z-index:4;
}
ul.breadcrumb li:nth-child(2) {
    transition: background-color .3s;
    background-color: #3e79c3;
    z-index:3;
}
ul.breadcrumb li:nth-child(3) {
    padding-left: 18px;
    transition: background-color .3s;
    background-color: #33619b;
    z-index:2;
}
ul.breadcrumb li:nth-child(4) {
    padding-left: 18px;
    transition: background-color .3s;
    background-color: #6d85a2;
    z-index:1;
}
ul.breadcrumb > li:last-of-type {
    padding: 4px 25px 4px 39px;
    transition: background-color .3s;
    background-color: #1f3a60;
    color: #fff;
}

ul.breadcrumb a {
    color: #fff;
    display: block;
    padding: 4px 25px 4px 25px;
    text-decoration: none;
}

ul.breadcrumb .fas {
    margin: 0;
}

ul.breadcrumb li:not(:last-of-type):hover {
    transition: background-color .3s;
    background-color: #ac2b37;
}
/******************************** ABOUT */
.people {
    text-align: center;
    margin-bottom: 30px;
}

.people-img {
    overflow: hidden;
}

.people-img img {
    width: 84%;
    max-width: 300px;
}

.people h3{
    font-size: 1.3em;
    margin: 0;
}

.people h4{
    margin: 0;
    color: #333;
}

.team-member {
    overflow: hidden;
}

.team-pic {
    width: 200px;
    height: 200px;
    float: left;
}

.team-pic img {
    width: 100%;
}

.team-bio {
    margin-left: 40px;
    width: calc(100% - 240px);
    float: left;
}

.team-bio h3 {
    font-size: 1.5em;
}


/******************************** TESTIMONIALS */

.testimonial {
    position: relative;
    border: 2px solid #1f3a60;
    padding: 20px;
    border-radius: 7px;
}

.testimonial-icon {
    font-size: 60px;
    color: #1f3a60;
    background-color: #fff;
    top: -10px;
    left: -10px;
    padding: 0 20px 10px 10px;
    position: absolute;
}

.testimonial-text {
    padding-left: 60px;
    font-style: italic;
    font-family: Helvetica, sans-serif;
    font-weight: 500;
}


/******************************** ASIDES */
.aside-block {
    display: block;
    color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
}

.aside-block h2, .aside-block p {
    margin: 10px 0 0 0;
    line-height: 1.1em;
}

.aside-text {
    float: left;
    box-sizing: border-box;
    padding:24px;
}

.aside-img {
    float: left;
    overflow: hidden;
    width: 30%;
}

.aside-block img {
    width: 100%;
}

.aside-block hr {
    border-top: none;
    border-bottom: 1px solid #fff;
}

.aside-careers, .aside-faq, .aside-contact, .aside-twitter, .aside-facebook, .aside-courses {
    margin-top: 0;
    transition: background-color .3s;
}

.aside-careers:hover, .aside-faq:hover, .aside-contact:hover, .aside-twitter:hover, .aside-facebook:hover, .aside-courses:hover {
    transition: background-color .3s;
}

.aside-careers {
    position: relative;
}

.aside-contact {
    background-color: #885891;
}

.contact-img-right {
    text-align: right;
}

.aside-faq {
    background-color: #33619b;
}

.aside-twitter {
    background-color: #55ACEE;
    display: inline-block;
}

.aside-facebook {
    background-color: #3b5998;
    display: inline-block;
}

.aside-courses {
    background-color: #804357;
}

.aside-contact:hover {
    background-color: #6a3b73;
}

.aside-faq:hover {
    background-color: #284473;
}

.aside-twitter:hover {
    background-color: #5499da;
}

.aside-facebook:hover {
    background-color: #3a4684;
}

.aside-courses:hover {
    background-color: #6c2c47;
}

.aside-block.success {
    background-color: #598057;
    padding: 20px;
}
/******************************** OTHER */
.map {
    background-color: #e5e3df;
    margin-top: 16px;
}

.accordion {
    background-color: #ececec;
    border-radius: 6px;
}

a.accordion-trigger {
    display:block;
    text-decoration: none;
    padding: 20px 25px;
    transition: background-color .3s;
    background-color: #ececec;
    border-radius: 5px;
}

a.accordion-trigger h3 {
    display: inline;
}

a.accordion-trigger:hover {
    text-decoration:none;
    transition: background-color .3s;
    background-color: #f4f4f4;
}

a.accordion-trigger.active {
    background-color: #f4f4f4;
 }

div.accordion-data {
    display: none;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
}

div.accordion-data ul {
    list-style: disc;
}

div.accordion-caret {
    float: right;
    margin-top: 4px;
    color: #33619b;

}

.contact-form input, .contact-form select {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 16px;
    border: 1px solid #33619b;
}

.contact-form p {
    margin-bottom: 4px;
}

.contact-form textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: inherit;
    border: 1px solid #33619b;
}

.error-input {
    border-color: red !important;
}

.contact-form button {
    width: 100%;
    font-size: 16px;
    margin: 0;
}

.contact-form button:focus {
    outline: none;
}

.error-message {
    position: relative;
    visibility: hidden;
    background-color: #ffdfde;
    margin-top: -61px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 5px 10px 5px;
    text-align: center;
    z-index: -10;
    transition: all .4s;
}

.error-message p {
    margin: 0;
}

.error-message-show {
    visibility: visible;
    margin-top: -16px;
    transition: all .4s;
}

.contact-success {
    background-color: green;
    padding: 20px;
    color: #fff;
}

.contact-success h2 {
    color: #fff;
}

.swell {
    transition: transform .3s;
    transform: scale(1.09) !important;
}

.swell-child {
    transition: transform .3s;
    transform: scale(1.05);
}
/******************************** FONTS */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'),
    url('../fonts/poppins-v9-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/poppins-v9-latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Bold'), local('PTSans-Bold'),
    url('../fonts/pt-sans-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/pt-sans-v11-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 300;
    src: local('IBM Plex Sans'), local('IBMPlexSans'),
    url('../fonts/ibm-plex-sans-v7-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/ibm-plex-sans-v7-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/******************************** MEDIA QUERIES */
@media (max-width: 1300px) {
    .photo-display-img img {
        margin-top: -200px;
    }
}

@media (min-width: 1200px) {
    .twitter-post {
        margin-left: 30px;
        width: 270px;
    }

}
@media (max-width: 1200px) {
    .course-highlight {
        height: 600px;
    }
    .course-highlight-alternate {
        height: 500px;
    }
    .course-thumbnail {
        width: 100%;
        height: 200px;
        position: relative;
    }
    .course-thumbnail img {
        width: 100%;
        height: auto;
    }
    .object-list.main a {
        margin-bottom: 32px;
        background-color: #eeeeee;
    }
    .twitter-post {
        margin-left: 20px;
        width: 300px;
    }
    .flip {
        margin-bottom: 100px;
    }
    .repo-banner {
        display: none;
    }
    .important-dates.desc {
        margin-top: 20px;
    }

    .embed-vid-16-9 {
        height: 529px;
    }
}
@media (max-width: 979px) {
    .banner-text {
        padding-top: 10px;
        padding-left: 10px;
    }
    .mobile {
        display: initial !important;
    }
    .non-mobile {
        display: none !important;
    }
    ul.breadcrumb {
        display: none;
    }
    .course-highlight {
        width: 352px;
        height: 410px;
    }
    .course-highlight-alternate {
        height: 570px;
    }
    .course-highlight-block {
        display: table;
    }
    .control-panel-button {
        border: none;
        padding: 0 10px 0 0;
    }
    .photo-display-img img {
        width: 150%;
        margin-top: -250px;
    }
    .twitter-post {
        margin-left: 20px;
        width: 352px;
    }
    .control-panel-details h2 {
        font-size: 1.8em;
    }
    .object-list h2 {
        font-size: 1.3em;
    }
    .object-list a {
        font-size: .9em;
    }
    .flip {
        margin-bottom: 440px;
    }
    .important-dates.desc {
        margin-top: 0;
    }
    .embed-vid-16-9 {
        height: 407px;
    }
}
@media (max-width: 767px) {
    .team-pic {
        width: 200px;
        height: 200px;
        text-align: center;
        float: none;
        margin: auto;
    }
    .team-bio {
        margin-left: 0;
        width: 100%;
        float: none;
        text-align: center;
    }
    .highlight-img {
        height:320px;
    }
    .story {
        height: 300px;
    }
    .banner {
        height: auto;
    }
    .banner-text {
        padding: 0;
        margin-top: 20px;
    }
    .banner-text h1 {
        margin: 0;
    }
    .banner-text hr.medium {
        height: 0;
    }
    .banner-img-container {
        min-height: 260px;
        height: 260px;
    }
    .banner-img-container img {
        height: auto;
        width: 100%;
    }
    footer, .course-highlights, .social-media, .free-courses, .control-panel, .random-courses, .breakout {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-column {
        margin-bottom: 50px;
    }
    .footer-social {
        font-size: 1.5em;
    }
    .quick-links a {
        display: block;
        padding: 20px;
        background-color: rgba(0,0,0,.1);
    }
    .course-highlight, .course-highlight-alternate {
        width: auto;
        height: auto;
    }
    .course-highlight:hover {
        border: none;
    }
    .course-highlight-block {
        display: block;
    }
    .highlight-text {
        float: left;
        width: calc(75% - 60px);
        font-size: .96em;
        padding-bottom: 0 !important;
    }

    .photo-display {
        margin-left: -20px;
        margin-right: -20px;
    }
    .photo-display-overlay {
        font-size: 1.1em;
        bottom: 20px;
    }
    .photo-display-img img {
        margin-top: 0;
        min-height: 100%;
    }
    .twitter-post {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .twitter-arrow-left, .twitter-arrow-right {
        display: none;
    }
    .control-panel {
        margin-top: 0;
    }
    .control-panel-button {
        margin-bottom: 20px;
    }
    .control-panel-icon {
        float: left;
    }
    .control-panel-icon img {
        height: 80px;
    }
    .control-panel-details {
        margin-left: 100px;
        margin-top: 10px;
    }
    .control-panel-details h2 {
        font-size: 1.8em;
        text-align: left;
    }
    .control-panel-details p {
        text-align: left;
    }
    .object-list:not(.main) a {
        padding: 26px 10px;
    }
    .course-detail {
        padding: 14px;
    }
    .course-detail li {
        font-size: .8em;
    }
    aside {
        margin-bottom: 0;
    }
    section {
        margin-bottom: 20px;
    }
    .flip {
        margin-bottom: 80px;
    }
    .aside-img {
        max-height: 370px;
    }
    .category {
        margin-bottom: 6px;
    }
    .category-img {
        float: left;
        width: 120px;
        height: 81px;
        overflow: hidden;
    }
    .category-img img {
        height: 106%;
        width: auto;
    }
    .category-img span {
        margin-top: 10px;
    }
    .category-text {
        text-align: left;
        margin-left: 150px;
        margin-top: 20px;
    }
    .random-courses, .social-media {
        padding-bottom: 30px;
    }
    .twitter-post .interact {
        font-size: 2em !important;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }

    .important-dates.desc {
        margin-top: 30px;
    }

    .important-dates {
        margin-bottom: 20px;
    }

    .important-dates-block .span4 {
        padding: 0;
    }
    .floating {
        float: left !important;
    }
    .course-button {
        position: relative;
    }
    .embed-vid-16-9 {
        height: 390px;
    }
    .index-diag-section {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .pad-left {
        padding-left: 0;
    }

    .contact-img-right {
        text-align: left;
    }
}
@media (max-width: 480px) {
    .course-highlight-alternate {
        height: auto;
        padding-bottom: 50px;
    }
    .header-logo {
         width: 100%;
     }
    .header-logo-queens {
        width: 150px;
    }
    .highlight-text {
        float: none;
        width: auto;
        padding-bottom: 20px !important;
    }
    .highlight-img {
        height:200px;
    }
    h1 {
        font-size: 1.6em !important;
    }
    h2 {
        font-size: 1.2em !important;
    }
    .control-panel-details h2 {
        font-size: 1.8em !important;
    }
    .sub-header {
        margin-bottom: 0;
    }
    .banner-img-container {
        min-height: 150px;
        height: 150px;
    }
    .flip-back {
        font-size: .8em;
    }
    .category-img {
        display: none;
    }
    .category-text {
        margin: 10px;
    }
    .header-logo-department {
        font-size: 24px;
    }
    .course-thumbnail {
        height: 160px;
    }
    .social-media .fab {
        font-size: 30px;
    }
    .blog-post-img, .blog-post-text {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .blog-post-img img {
        width: 100%;
        height: auto;
    }

    .blog-column-border {
        border-right: none;
    }

    .blog-title {
        margin-top: 0 !important;
    }
}