/** NEW & USED*/
.row.breakout-left, .row.breakout-right {
    display: flex;
}

.read-more-button {
    display: inline-block;
    background-color: #b90e31;
    padding: 5px 30px;
    color: #fff;
    margin: 20px 0 40px 0;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
}

.read-more-button:hover {
    color: #fff;
    background-color: #ef184d;
}

.row.breakout-left > .column-left, .row.breakout-right > .column-right {
    box-sizing: content-box;
}

.row.breakout-left > .column-left {
    margin-left: -269px;
    padding-left: 299px;
    position: relative;
}


.anchored-section {
    margin-bottom: 80px;
}

.alert {
    color: red;
    font-weight: bold;
}

.precedence-buttons {
    position: absolute;
    top: -35px;
    width: calc(100% - 40px);
    text-align: center;
    z-index: 798;
}

.precedence-buttons a {
    display: inline-block;
    padding: 5px;
    background-color: #b90e31;
    color: #fff;
    width: 40%;
    text-decoration: none;
    font-size: .85em;
    font-weight: bold;
}

.pbl {
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    border-right: 1px solid #fff;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
}

.pbr {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
}

.mobile-timeline {
    position: relative;
    font-size: .9em;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 15px 0 15px 60px;
    line-height: 1.4em;
}

.mobile-timeline-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    text-align: center;
}

.footer-social {
    display: inline;
    margin-right: 5px;
}

.mobile-only, .mobile-only-2 {
    display: none !important;
}

.copyright {
    text-align: right;
}

.apply-button-decoy {
    transition: background-color 600ms;
    display: none;
    position: relative;
    background-color:#b90e31;
    color: #fff;
    height: 50px;
    font-size: 1.8em;
    font-weight: 900;
    z-index: 600;
    text-decoration: none;
    border-radius: 100px;
    box-shadow: 5px 5px 0 rgba(0,0,0,.2);
    margin-bottom: -50px;
    margin-top: 20px;
    padding: 5px;
    line-height: 50px;
    padding-left: 50px;
}

.apply-button-decoy div {
    transition: color 600ms;
    float: right;
    background-color: #fff;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    margin-bottom: -50px;
    color: #b90e31;
    text-align: center;
}

.anchor {
    float: left;
    margin-top: -165px;
    display: block;
}

.active-anchor-link {
    color: #474747;
    font-weight: bold !important;
}

.scholarship-section {
    margin-top: 30px;
}

.scholarship-section img {
    border-radius: 10px;
}

.content-section {
    margin-bottom: 80px;
}

.download-button {
    display: inline-block;
    background-color: #b90e31;
    padding: 10px 30px;
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 5px 5px 0 rgba(0,0,0,.2);
}

.download-button:hover {
    color:#fff;
}

.header-color-a {
    background-color: #00b6a8;
    background: linear-gradient(45deg, #00b6a8 0%, #00b6a8 41%, #029c90 41%, #029c90 100%);
    box-shadow: 10px 10px 0 #ef467c;
}

.header-color-b {
    background-color: #6ea4c8;
    background: linear-gradient(45deg, #6ea4c8 0%, #6ea4c8 41%, #5190ba 41%, #5190ba 100%);
    box-shadow: 10px 10px 0 #f55f3d;
}

.header-color-c {
    background-color: #774ebf;
    background: linear-gradient(45deg, #8c5ddf 0%, #8c5ddf 41%, #774ebf 41%, #774ebf 100%);
    box-shadow: 10px 10px 0 #00977f;
}

.header-color-d {
    background-color: #b141cc;
    background: linear-gradient(45deg, #b141cc 0%, #b141cc 41%, #9536ac 41%, #9536ac 100%);
    box-shadow: 10px 10px 0 #4256ba;
}

.header-color-e {
    background-color: #510095;
    background: linear-gradient(45deg, #8f39da 0%, #8f39da 41%, #742cb3 41%, #742cb3 100%);
    box-shadow: 10px 10px 0 #f2af0c;
}

.header-color-f {
    background-color: #5495ff;
    background: linear-gradient(45deg, #5495ff 0%, #5495ff 40%, #3a8aff 40%, #3a8aff 100%);
    box-shadow: 10px 10px 0 #bb89c8;
}

.header-color-g {
    background-color: #107940;
    background: linear-gradient(45deg, #107940 0%, #107940 40%, #d1b482 40%, #d1b482 100%);
    box-shadow: 10px 10px 0 #fcd17e;
}

.header-color-h {
    background-color: #107940;
    background: linear-gradient(45deg, #226599 0%, #226599 40%, #7abff3 40%, #7abff3 100%);
    box-shadow: 10px 10px 0 #3293ac;
}


.fancy-link {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    background-color: #f6f6f6;
    text-decoration: none;
}

.fancy-link-img {

    float: left;
    padding-top: 9px;
    padding-left: 15px;
    box-sizing: border-box;
    color: #b90e31;
}

.fancy-link:hover {
    background-color: #f0f0f0;
}

.fancy-link:hover .fancy-link-img {
    color: #203f7e;
}

.fancy-link-text {
    width: calc(100% - 100px);
    padding-left: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.3em;
}

.program-block .span5 p:first-of-type {
    margin-top: 0;
}

.sidebar-anchors h2 {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.img-in-container {
    width: 100%;
}

.dates-fees-table tbody {
    border-radius: 30px;
    overflow: hidden;
}

.dates-fees-table thead {
    font-weight: bold;
}

.dates-fees-table td {
    padding: 10px;
}

.dates-fees-table tbody tr:nth-of-type(odd) {
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
}

.program-img {
    height: 400px;
    width: 100%;
    background-color: red;
    margin: 0;
    border-radius: 30px;
    overflow: hidden;
}

/****************************************************** CALENDAR TIME LINE */

.calendar-line {
    position: relative;
    box-sizing: content-box;
    height: 20px;
    z-index: 20;
    text-align: center;
    overflow: visible;
}

.calendar-day {
    text-align: center;
}

.calendar-day h2, .calendar-day h3, .calendar-day h4 {
    margin: 0;
    font-size: 1.2em;
}

.calendar-icon {
    border-radius: 50px;
    background-color: red;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 17px;
    color: #fff;
    font-size: 1em;
    margin: auto;
}

.calendar-line-container {
    position: relative;
}

.calendar-back-line {
    position: absolute;
    left: -999px;
    right: -999px;
    top: 0;
    bottom: 0;
    background-color: #bfbfbf;
}

.calendar-dot {
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    margin: -10px auto 0 auto;
    border: 10px solid red;
}

.calendar-top-row {
    margin-bottom: 20px;
}

.calendar-bottom-row {
    margin-top: 20px;
}

.calendar-bottom-row .calendar-day {
    margin-top: 20px;
}

/*

Table of Contents

#COLOURS
#GENERAL
#BUTTONS
#FOOTER

*/


/***************************************************** COLOURS */
/*
Queen's red: #b90e31

Queen's blue: #002452
Adjusted font blue: #203f7e

Queen's gold: #fabd0f

Queen's thistle: #614f87
*/


/***************************************************** #GENERAL */

@font-face {
    font-family: "gotham-black";
    src: url("../fonts/GothamSSm-Black.otf") format("opentype");
}

@font-face {
    font-family: "queens";
    src: url("../fonts/queens-r.ttf") format("truetype");
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    min-height: 100vh;
    color: #474747;
    line-height: 1.8em;
}

td {
    font-size: 13.5px;
}

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

input, textarea, select {
    font-family: "Open Sans", sans-serif;
    font-size: .95em;
    color: #000000;
}

h1,h2,h3,h4,h5 {
    font-family: "gotham-black", sans-serif;
    color: #424242;
}

h1 {
    line-height: 1em;
}

h2 {
    margin-top: 60px;
    font-size: 1.6rem;
}

h3 {
    color: #707070;
    font-size: 18px;
    margin-bottom: 5px;
}

h3,h4,h5 {
    margin-top: 30px;
}

a {
    color: #b90e31;
}

a:hover {
    color: #203f7e;
}

table {
    border-collapse: collapse;
    width: 98%;
    font-size: inherit;
}

thead {
    text-align: left;
}

.content {
    margin-top: 80px;
    margin-bottom: 100px;
}

.bleed {
    overflow: visible !important;
}

.marty-contact {
    margin: 20px auto;
    width: 600px;
}

.marty-contact-img {
    float: left;
    width: 200px;
}

.marty-contact-img img {
    width:100%;
}

.marty-contact-text {
    padding-left: 220px;
    padding-top:40px;
}

.marty-contact-text h3 {
    margin: 0;
    font-size: 1.6em;
}

.marty-contact-text p {
    margin-top: 0;
}

/***************************************************** #BUTTONS */

.qsoe-button {
    text-align: center;
    display: inline-block;
    padding: 20px 30px;
    text-decoration: none;
    color: #fff;
    border-radius: 60px;
    transition: transform 200ms, box-shadow 200ms, background-color 200ms;
    background-color: #b90e31;
    transform: translate(0, 0);
    margin-top: 12px;
    margin-bottom: 5px;
    cursor: pointer;
    border: none;
    font-size: 1.8em;
    font-weight: 900;
    box-shadow: 5px 5px 0 rgba(0,0,0,.2);
}

.qsoe-button:hover {
    transition: background-image 200ms, transform 200ms;
    transform: scale(1.1);
    color: #ffffff !important;
}

.apply-button {
    transition: background-color 600ms, transform 200ms;
    display: block;
    position: relative;
    background-color:#b90e31;
    color: #fff;
    height: 50px;
    font-size: 1.8em;
    font-weight: 900;
    z-index: 600;
    text-decoration: none;
    border-radius: 100px;
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    margin-bottom: -50px;
    margin-top: 20px;
    padding: 5px;
    line-height: 50px;
    padding-left: 50px;
}

.apply-button div {
    transition: color 600ms, transform 200ms;
    float: right;
    background-color: #fff;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    margin-bottom: -50px;
    color: #b90e31;
    text-align: center;
}

.apply-button:hover {
    color: #ffffff !important;
    background-color: #ef184d;
}

.apply-button-hover:hover {
    transition: background-image 200ms, transform 200ms;
    transform: scale(1.1);
    color: #ffffff !important;
}

.apply-now {
    margin-right: 100px;
    margin-left: 100px;
}


/******************************************************* #FOOTER */

footer {
    background-color: #002452;
    overflow: hidden;
    padding: 60px 0;
    color: #fff;
}

footer p {
    margin: 0;
}

footer a {
    display: block;
    text-decoration: none;
    color: #b2dcff;
    line-height: 1.8em;
}

footer h1 {
    font-size: 1.2em;
    color: #ffffff;
    margin-bottom: 5px;
}

footer a:hover {
    color: #fff;
}

footer img {
    max-width: 140px;
}

footer .campaign {
    margin:0;
    font-size: 0;
}

footer .campaign a {
    font-size: 15px;
}

.footer-queens-logo {
    text-align: right;
}

.footer-footer {
    font-size: .9em;
}

.footer-hr {
    border-top:1px solid rgba(255,255,255,.1);
    padding-top:20px;
    margin-top:60px;
}

/******************************************************* BACK BLOCK */

.back-block-container {
    position: absolute;
    z-index: -2;
}

.back-block {
    position: relative;
    background: linear-gradient(145deg, rgba(185,14,49,1) 0%, rgba(97,79,135,1) 100%);
    border-radius: 40px;
    height: 360px;
    overflow: hidden;
    margin: 0 -40px 0 -40px;
}

.back-block-decorate {
    opacity: .04;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-size: 130px 120px !important;
    background-attachment: fixed !important;
    position: relative;
}
.back-block-decorate::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 120%;
    background-size: 130px 120px !important;
    background-attachment: fixed !important;
    background-position: 65px 60px !important;
}

/******************************************************* SEARCH BAR */

.search-bar {
    position: relative;
    height: 60px;
    width: 100%;
    border-radius: 50px;
    box-sizing: border-box;
    border: 5px solid #b90e31;
}

.search-bar-large {
    height: 80px;
}

.search-bar input {
    border: none;
    width: calc(100% - 60px);
    height: 60px;
    background-color: transparent;
    box-sizing: border-box;
    font-size: 18px;
    padding-left: 20px;
}

.search-bar-large input {
    height: 72px;
    padding-left: 30px;
}

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

.search-bar button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 49px;
    width: 50px;
    border-radius: 50px;
    background-color: #b90e31;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.search-bar-large button {
    height: 60px;
    width: 70px;
    margin-right: 5px;
}

/******************************************************* ABOUT */


.about-video {
    display: block;
    width: 100%;
    border-radius: 30px;
    /*
    min-height: 433px;
    */
}




/******************************************************* SIDEBAR THING */

.sidebar-anchors {
    position:sticky;
    top: 120px;
    overflow-y:scroll;
    overflow-x:hidden;
    z-index: 80;
}

.anchor-item {
    display: block;
    text-decoration: none;
    padding: 7px 0;
    line-height: 15px;
    border-top: 1px solid #ddd;
    font-weight: 500;
    font-size: .92em;
}

.sub-item {
    padding-left: 30px;
}

.anchor-item:first-of-type {
    border: none;
}

.sidebar-anchors small {
    font-weight: bold;
}

.sidebar-anchors h1 {
    margin-top: 0;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.first-anchor {
    margin-top: -150px !important;
}

.active-category {
    background-color: #002452;
    color: #fff;
}

.active-category:hover {
    background-color: #002452 !important;
    color: #fff !important;
}

.sidebar-anchors + .span9 p:first-child {
    margin-top: 0 !important;
}


.sidebar-anchors + .span9 h2:first-child, .span9 h2:first-child {
    margin-top: 0 !important;
}

.sidebar-anchors + .span8 h3:first-child, .span8 h3:first-child {
    margin-top: 0 !important;
}

/**************************************************************** #ACCORDION */
.accordion {
    list-style: none;
    margin: 5px 0;
}

a.accordion-trigger {
    display:block;
    text-decoration: none;
    border-bottom: .05rem solid transparent;
}

a.accordion-trigger ul {
    margin-top: 0;
    margin-bottom: 0;
}

a.accordion-trigger .fa-ul li {
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1.1em;
}

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

a.accordion-trigger:hover {
    text-decoration: underline;
    /*border-bottom: .05rem solid #b90e31;*/
}

a.accordion-trigger.active {
    /*border-bottom: .05rem solid #b90e31;*/
}

div.accordion-data {
    display: none;
    padding-left: 33px;
    padding-bottom: 5px;
}

.rotate{
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: transform .3s;
    margin-top: 6px;
}

.rotate.down{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.index-spacer {
    height: 30px;
}


/****************************************************** #INDEX */

.index-heading {
    text-align: center;
    margin-bottom: 40px;
    color: #002452;
}

.index-heading h1 {
    margin: 0;
}

.index-heading p {
    margin: 0;
}

.index-img-panel {
    border-radius: 30px;
    overflow: hidden;
    height: 500px;
}

.index-img-panel img {
    position: absolute;
    left: -100px;
    right: -100px;
    margin: auto;
    height: 100%;
}

.index-section {
    padding: 70px 0 70px 0;
}

.index-panel-q-logo {
    width: 140px;
}

.index-section-test {
    background-color: green;
}

.index-section-test h1 {
    color: #ffffff;
}

.index-section-test p {
    color: #ffffff;
    font-size: 1.1em;
    margin-bottom: 40px;
    padding-right: 40px;
}

.index-section-test .index-img-panel {
    height: 400px;
    position: relative;
}

/*************************************************** PROGRAM BANNER */

.program-banner-container {
    position: relative;
    border-radius: 34px;
    margin: 0 -50px -150px -50px;
    height: 550px;
    overflow: hidden;
    background-color: #dddddd;
}

.program-banner {
    position: absolute;
    border-radius: 34px;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f8f8f8;
    z-index: 60;
}

.program-banner-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45%;
    left: 0;
    overflow: visible;
    z-index: 50;
}

.program-banner-text {
    overflow: visible;
    position: absolute;
    z-index: 60;
    padding-top: 80px;
}

.program-banner-text h1 {
    padding-bottom: 20px;
    font-size: 5em;
    line-height: .85em;
    margin: 0 -20px 0 0;
    color: #fff;
}

.program-banner-text p {
    margin: 0;
    color: #fff;
    padding-right: 50px;
}

.program-banner-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 40%;
    overflow: visible;
    z-index: 40;
}

.program-banner-img img {
    width: 130%;
    margin: auto;
}


/****************************************************** SESSION BLOCK */

.session-block {
    background-color: #f1f1f1;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 4px;
}

.session-block h3 {
    font-size: 1.1em;
    margin: 0;
}

.session-block strong {
    margin-top: 10px;
}


/****************************************************** TUPPERWARE */

.tupperware {
    position: relative;
    background-color: #fff;
    border-radius: 30px;
    padding: 50px;
    margin-top: 0;
    box-shadow: 0 0 30px rgba(0,0,0,.07);
}

.tupperware ~ .tupperware {
    margin-top: 25px;
}

.tupperware h2 {
    margin: 0 0 20px 0;
}



/****************************************************** TESTIMONIAL PANELS */

.testimonial-panel {
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
    margin-bottom: 10px;
}

.testimonial-quote {
    padding: 20px 20px 60px 20px;
    text-align: center;
}

.testimonial-panel h2 {
    margin: 10px 0 0 0;
    color: #fff;
}

.testimonial-panel p {
    margin: 0 0 0 0;
    color: #fff;
}

.testimonial-img {
    margin: -50px auto 0 auto;
    border-radius: 100%;
    background-color: #fff;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 5px solid #fff;
}

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

.testimonial-lower {
    text-align: center;
    background-color: #b90e31;
    overflow: visible;
    padding: 20px;
}





/****************************************************** MEDIA QUERIES */

@media (max-width: 1440px) {
    .index-banner-text  {
        padding: 0 60px;
    }
}

@media (max-width: 1200px) {
    .qbrg-pathway-diag, .qbrg-pathway-diag td {
        font-size: .8em;
    }

    .index-banner-text h1 {
        font-size: 3.3em;
        letter-spacing: 0;
    }

    .index-banner-overlay {
        right: 40%;
    }

    .index-banner-img {
        right: -400px;
    }

    .calendar-line {
        padding: 0 7px 0 7px;
    }

    .calendar-day h2, .calendar-day h3 {
        font-size: 1em;
    }

    .calendar-line h4 {
        font-size: 1em;
        margin-top: 11px;
    }
}

@media (max-width: 979px) {
    .qbrg-pathway-diag {
        font-size: .6em;
    }
    .index-banner-text h1 {
        font-size: 2em;
        letter-spacing: 0;
    }
    .index-banner-overlay {
        right: 30%;
    }
    .desktop-only-2 {
        display: none;
    }
    .mobile-only-2 {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .qbrg-pathway-diag {
        font-size: .4em;
    }
    .index-spacer {
        height: 0;
    }

    .section-id {
        display: none !important;
    }

    .mobile-only-2 {
        display: none !important;
    }
    .about-fix {
        width: 100% !important;
    }

    .program-block img {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .index-heading {
        text-align: left;
    }

    .index-section {
        padding: 40px 0;
    }

    .marty-contact-text {
        padding-left: 0;
    }

    .marty-contact-img {
        width: 100px;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block !important;
    }

    .award-icon {
        display: none;
    }

    .copyright {
        text-align: left;
    }

    footer h1 {
        margin-top: 30px;
    }

    .footer-queens-logo {
        margin-top: 50px;
    }

    .index-banner-overlay {
        top: 50vw;
        right: calc(50vw - 560px);
    }

    .index-banner-overlay img {
        height: 200%;
    }

    .index-banner-text {
        position: relative;
        padding: 0 30px;
    }

    .index-banner-text h1 {
        margin-top: 220px !important;
        font-size: 2.5em !important;
        letter-spacing: -2px !important;
        padding: 0 !important;
    }


    .index-banner-choose {
        font-size: 2em;
        margin-top:10px;
        left: calc(50% - 100px) !important;
    }

    .index-banner-load-bar {
        bottom: 40px !important;
    }

    .index-banner-img, .index-banner-img-1, .index-banner-img-2 {
        top: 0;
        right: 0;
        height: 220px;
        overflow: hidden !important;
    }

    footer, .breakout {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-queens-logo {
        text-align: left;
    }

    .padding-left {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .index-banner-text h1 {
        font-size: 1.8em;
        letter-spacing: 0;
    }
}

@media (max-width: 350px) {
    .index-banner-text h1 {
        font-size: 1.2em;
    }
    .index-banner-text p {
        font-size: .8em;
    }
}