/*
font-family: "futura-pt", sans-serif;
font-weight: 300;
font-style: normal;
Futura PT Book
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
Futura PT Heavy
font-family: "futura-pt", sans-serif;
font-weight: 700;
font-style: normal;

font-family: kepler-std-display, serif;
font-weight: 300;
font-family: kepler-std-display, serif;
font-weight: 400;
font-family: kepler-std-display, serif;
font-weight: 700;
*/
:root {
    --primary: #0075b8;
    --primary: #17a1ab;
    --accent: #015270;
    --primary-text:#505050;
    --tint: #f1eef9;
    --bsc_green: #92C03E;
    --bsc_yellow: #faaf00;
    --bsc_blue: #007F8F;
    --bsc_red: #da1c23;
    --bsc_teal: #00A69C;
    --font-size-sm: clamp(0.8rem, 0.17vw + 0.76rem, 0.89rem);
    --font-size-base: clamp(1.125rem, 0.34vw + 0.91rem, 1.25rem);
    --font-size-md: clamp(1.25rem, 0.61vw + 1.1rem, 1.58rem);
    --font-size-lg: clamp(1.56rem, 1vw + 1.31rem, 2.11rem);
    --font-size-xl: clamp(1.95rem, 1.56vw + 1.56rem, 2.81rem);
    --font-size-xxl: clamp(2.44rem, 2.38vw + 1.85rem, 3.75rem);
    --font-size-xxxl: clamp(3.05rem, 3.54vw + 2.17rem, 5rem);
    --heading-text: #231f20;
}
*,
 :after,
 :before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

* {
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: none;
}
html {
    font-size: 1em;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html,
body {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.45;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    color: var(--primary-text);
    height: 100%;
    width: 100%;
    overflow: hidden;
}
body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: var(--font-size-base);
}

#wrapper {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    background: #fff;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
.sr_only,
.visually_hidden {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

a {
    text-decoration: none;
}
a {
    color: var(--bsc_teal);
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}
a:hover, a:active {
    color: var(--bsc_yellow);
}
h1 {
    font-size: var(--font-size-xl);
    font-family: kepler-std-display, serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.0325rem;
}
h2 {
    font-size: var(--font-size-lg);
    font-family: kepler-std-display, serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.0325rem;
}
h3 {
    font-size: var(--font-size-md);
    font-family: kepler-std-display, serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.0325rem;
}
h4 {
    font-size: var(--font-size-base);
    font-family: kepler-std-display, serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.0325rem;
}
.text-xxl {
    font-size: var(--font-size-xxl);
}
.text-yellow {
    color: var(--bsc_yellow);
}
.text-highlight {
    font-weight: 700;
    font-style: italic;
}
.gold_text {
    color: #ba8b00 !important;
}
.section_heading {
    margin: 2rem 0;
    padding: 0 0 1rem 0;
    position: relative;
    color: var(--heading-text);
}
.section_heading:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(30, 30, 30, 0.1);
}
.section_heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5rem;
    height: 2px;
    background: var(--bsc_yellow);
}
.section_heading h2 {
    font-weight: 400;
    font-size: var(--font-size-xl);
}
.section_heading h2,
.section_heading h3 {
    margin: 0;
}
section.padded {
    padding: 2rem 0;
}
section {
    position: relative;
}

.column_group.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.hasRFI {
    margin: 2rem 0 0 0;
    padding: 0 0 2rem 0;
    background: rgba(35,31,32,0.05);
}

.rfi_form form input {
    width: 100%;
    padding: 0.25rem;
    line-height: 1;
}
/*
.page_wrapper {}
*/
#masthead {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.9);
    background: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    border-top: 3px solid #f9b506;
    padding: 0;
}

#masthead_banner {
    background-color: #fff;
    padding: 0.5rem 0;
}
#masthead_banner .column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}
#masthead_navbar{
    background-color: #231f20;
}
#masthead_banner .program_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#masthead_banner .program_title h1 {
    font-variant: none;
    text-transform: uppercase;
    font-family: 'woodford_bournethin';
    font-weight: normal;
    padding-left: 1rem;
    margin-left: 1rem;
    border-left: 1px solid #231f20;
    color: #231f20;
    line-height: 1.2;
    font-size: var(--font-size-base);
    padding: 0.35rem 1rem;
}
#masthead_banner .program_title a,
#masthead_banner .program_title a:hover,
#masthead_banner .program_title a:active,
#masthead_banner .program_title a:focus,
#masthead_banner .program_title a:visited {
    color: #231f20;
}
#masthead_banner .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 300px;
}
.logo_link {
    display: block;
    width: 100%;
    max-width: 300px;
}

.logo_link_symbol {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    display: block;
    width: 100%;
    padding-bottom: 37.65%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    position: relative;
    background-image: url(../assets/graduate_logo_color.png);
}

.logo_link_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

.logo_header .symbol_logo {
    height: 66px;
    width: 205px;
}
#site_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0;
    padding: 0;
    min-width: 100%;
}
#site_navigation ul {
    margin: 0;
    padding:0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        
}
#site_navigation li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
#site_navigation a {
    color: #fff;
    text-decoration: none;
    font-size: 0.825rem;
    line-height: 1;
    text-transform: uppercase;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-weight: 700;
    border-bottom: 3px solid transparent;
}
#site_navigation a:hover,
#site_navigation a:focus {
    color:#fff;
    text-decoration: none;
    border-bottom: 3px solid var(--bsc_teal);
}
#site_navigation a.active,
#site_navigation a.active:hover,
#site_navigation a.active:focus {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-bottom: 3px solid var(--bsc_teal);
}
#site_navigation a.site_navigation_cta,
#mobile_site_navigation a.site_navigation_cta {
    font-size: 1rem;
    margin-bottom: -1rem;
    background: var(--bsc_teal);
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 0 0 4px 4px;
    font-weight: 700;
    -webkit-box-shadow: 0 3px 3px -3px rgba(0,0,0,0.5);
            box-shadow: 0 3px 3px -3px rgba(0,0,0,0.5);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            line-height: 1;
    border:none;
}
#mobile_site_navigation a.site_navigation_cta {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
#site_navigation ul li:last-child a.site_navigation_cta {
    margin-left: 0.5rem;
}

#site_navigation a.site_navigation_cta [class^="icon-"],
#mobile_site_navigation a.site_navigation_cta [class^="icon-"] {
    margin-left: 0.5rem;
    font-size: 1.5rem;
    opacity: 0.5;
}
#mobile_site_navigation a.site_navigation_cta [class^="icon-"] {
    margin:0 0 0 auto;
}
#site_navigation a.site_navigation_cta:hover,
#site_navigation a.site_navigation_cta:focus {
    padding-top: 1.5rem;
    margin-bottom: -1.5rem;
    background: var(--bsc_blue);
    color: #fff;
    border:none;
}
#mobile_site_navigation a.site_navigation_cta:hover,
#mobile_site_navigation a.site_navigation_cta:focus {
    background: var(--bsc_blue);
    color: #fff;
}
#mobile_site_navigation ul {
    list-style: none;
    margin: 1rem;
    padding: 0;
    font-size: var(--font-size-md);
}
#mobile_site_navigation li {
    padding: 0.5rem 0;
}
#mobile_site_navigation a {
    display: block;
    width: 100%;
    color: var(--heading-text);
    text-transform: uppercase;
}
#mobile_site_navigation a:hover,
#mobile_site_navigation a:focus {
    color: var(--bsc_teal);
}
#nav_toggle {
    margin: 0 0 0 auto;
    color: var(--primary-text);
}
#nav_toggle > span[tabindex='-1'] {
    border: none;
    color: var(--primary-text);
}
#nav_toggle:hover > span[tabindex='-1'],
#nav_toggle:focus > span[tabindex='-1'] {
    border: none;
    color: var(--bsc_teal);
}
#nav_toggle > span[tabindex='-1']:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e961";
    font-size: 1.5rem;
}
button.flyin_close > span[tabindex='-1']{
    position: relative;
    padding-right: 2rem;
    color: var(--heading-text);
}
button.flyin_close:hover > span[tabindex='-1'],
button.flyin_close:focus > span[tabindex='-1']{
    color: var(--bsc_teal);
}
.flyin_close > span[tabindex='-1']:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e910";
    font-size: 2rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
}
.topic_cell {
    background: rgba(35,31,32,0.05);
    padding: 2rem;
    margin: 0 0 2rem 0;
    position: relative;
}
.topic_cell figure {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    z-index: 2;
}
.topic_cell figure.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.topic_cell figure .figure_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    position: relative;
}
.topic_cell figure .figure_img:after {
    content: '';
    position: absolute;
    top: 0.5rem;
    left: -0.5rem;
    height: 100%;
    width: 100%;
    border: 1px solid var(--bsc_teal);
    z-index: -1;
}
.topic_cell figure.reverse .figure_img:after {
    top: 0.5rem;
    left: 0.5rem;
}
.topic_cell figure figcaption {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    padding: 0 0 0 2rem;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.topic_cell figure.reverse figcaption {
    padding: 0 2rem 0 0;
}
.topic_cell figure figcaption h3 {
    margin: 0;
    color: var(--heading-text);
    font-style: italic;
}
.topic_cell figure figcaption p:last-child {
    margin-bottom: 0;
}
.topic_cell figure .figure_img div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.topic_cell figure[data-img="bsc_grad_1"] .figure_img div {
    background-image: url(../img/bsc_grad_1.jpg);
}
.topic_cell figure[data-img="bsc_grad_2"] .figure_img div {
    background-image: url(../img/bsc_grad_2.jpg);
}
.topic_cell figure[data-img="bsc_grad_3"] .figure_img div {
    background-image: url(../img/bsc_grad_3.jpg);
}

.topic_cell figure[data-img="rego"] .figure_img div {
    background-image: url(../img/CarlaRego-headshot.jpg);
    background-position: 50% 0;
}

.topic_cell figure[data-img="rego"] figcaption {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
}
.topic_cell figure[data-img="rego"] .figure_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
}

.figure_card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 6rem;
}
.figure_card_text_wrapper {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.figure_card_text {
    margin: 0 -4rem 0 0;
    background: #fff;
    padding: 0 1rem 0 0;
}
.figure_card_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: -6rem 0;
    position: relative;
}
.figure_card_img div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.figure_card_img:after {
    content: '';
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    height: 100%;
    width: 100%;
    border: 1px solid var(--bsc_teal);
    z-index: -1;
}
section[data-id="overview"] .figure_card_img div {
    background-image: url(../img/bsc_img_1.jpg);
}
section[data-id="immersive"] .figure_card_img div {
    background-image: url(../img/bsc_img_2.jpg);
}
section[data-id="online"] .figure_card_img div {
    background-image: url(../img/bsc_img_4.jpg);
    background-position: 50% 25%;
}
/* Buttons */
button,
.button {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 1;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    display: inline-block;
    text-decoration: none;
    font-size: var(--font-size-sm);
    cursor: pointer;
}
button:focus,
button:active,
.button:focus,
.button:active {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
}
button > span[tabindex='-1'],
.button > span[tabindex='-1'],
.default.form_button_submit {
    font-size: var(--font-size-sm);
    text-transform: uppercase;
    outline: none;
    padding: 0.75rem 1rem;
    display: block;
    border: 1px solid;
    border-radius: 2px;
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    font-style: normal;
    font-weight: 600;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.default.form_button_submit {
    min-width: 140px;
}
button:hover > span[tabindex='-1'],
.button:hover > span[tabindex='-1'],
a.button:hover,
a.button:hover > span[tabindex='-1'] {
    text-decoration: none;
}
button:focus > span[tabindex='-1'],
.button:focus > span[tabindex='-1'] {
    -webkit-box-shadow: 0 0 1px 2px #406ebc;
    box-shadow: 0 0 1px 2px #406ebc;
    -webkit-box-shadow: 0 0 1px 2px rgba(52, 152, 219, 1.0);
    box-shadow: 0 0 1px 2px rgba(52, 152, 219, 1.0)
}

.button--white span[tabindex='-1'] {
    background: #fff;
    border: 1px solid #fff;
    color: var(--bsc_teal);
}
.button--white:hover span[tabindex='-1'],
.button--white:focus span[tabindex='-1'] {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}


.button--primary span[tabindex='-1'],
.default.form_button_submit {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
}

.button--primary:hover span[tabindex='-1'],
.button--primary:focus span[tabindex='-1'],
.default.form_button_submit:hover {
    background: #fff;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.button--inverted span[tabindex='-1'] {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.button--inverted:hover span[tabindex='-1'],
.button--inverted:focus span[tabindex='-1'] {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
}

.button--outline-white span[tabindex='-1'] {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.button--outline-white:hover span[tabindex='-1'],
.button--outline-white:focus span[tabindex='-1'] {
    background: #fff;
    border: 1px solid #fff;;
    color:var(--primary);
}

.button--green span[tabindex='-1'] {
    border: 1px solid #92bf3e;
    color: #fff;
    background: #92bf3e;
}

.button--green:hover span[tabindex='-1'],
.button--green:focus span[tabindex='-1'] {
    background: #fff;
    border: 1px solid #fff;;
    color:var(--primary);
}
.button_group {
    margin: 1rem -1rem;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.button_group li {
    padding: 1rem;
}
.hasIcon span[tabindex='-1'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
}
.hasIcon .icon-launch {
    margin-left: 1rem;
    font-size: 1.25rem;
}
/*----------------*/
/*
.header_group {}
*/
.header_handle {
    height: 100%;
    width: auto;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*border-left: 1px solid #F2EFED;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background .25s, -webkit-transform .25s;
    transition: background .25s, -webkit-transform .25s;
    -o-transition: background .25s, transform .25s;
    transition: background .25s, transform .25s;
    transition: background .25s, transform .25s, -webkit-transform .25s;
}

.header_handle:focus .header_handle_label,
.header_handle:hover .header_handle_label {
    color: #fff;
}

.header_handle_menu {
    padding: 0;
    display: block;
    position: relative;
    padding-left: 1.75em;
}

.header_handle_label {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 1em;
    margin-left: 8px;
    letter-spacing: 1px;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    font-variant: small-caps;
}

.header_handle_icons {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 1.5em;
    height: 1.5em;
}

.header_handle_icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 1.5em;
    height: 1.5em;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.header_handle_icon_open {
    visibility: visible;
    opacity: 1;
    background-image: url(../assets/menu-icon.png);
}

.header_handle_icon_close {
    visibility: hidden;
    opacity: 0;
    background-image: url(../assets/menu-icon-close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.nav_open .header_handle_icon_close {
    visibility: visible;
    opacity: 1;
}

.nav_open .header_handle_icon_open {
    visibility: hidden;
    opacity: 0;
}
/*
.header_handle_icon_open:after,
.header_handle_icon_close:after {}
*/
#mobile-nav-button,
#mobile-nav-button-open,
#mobile-nav-button-close {
    margin: 0 0 0 auto;
    text-transform: uppercase;
    background: transparent;
}

#mobile-nav-button .icon-menu:after,
#mobile-nav-button-open .icon-menu:after,
#mobile-nav-button-close .icon-menu:after {
    font-size: 2rem;
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0;
}
#mobile-nav-button-open.open-nav .icon-menu {
    padding: 0.25rem 0.5rem;
    display: block;
    width: 40px;
    height: 40px;
}
#mobile-nav-button-open.open-nav .icon-menu:after {
    content: "\f32a";
}
.nav_open #mobile-nav-button-open.open-nav .icon-menu:after,
#mobile-nav-button-close.close-nav .icon-menu:after {
    content: "\f2c0";
}



#mobile-nav-button,
#mobile-nav-button-open,
#mobile-nav-button-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    display: none;
}

/*
#mobile-nav-button-open.open-nav {
        display: table;
        margin: 0;
        position: absolute;
        top: 50%;
        right: auto;
        left: 0;
        -webkit-transform: translate3d(1rem, -50%, 0);
        transform: translate3d(1rem, -50%, 0);
    }
*/

/* Banner */
#banner {
    height: 50vh;
    min-height: 320px;
    background-image: url(../img/banner_1.jpg);
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#banner:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.65);
    top: 0;
    left: 0;
}

#banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100%;
    position: relative;
    z-index: 2;
}
#banner h2 {
    font-variant: none;
    max-width: 35rem;
    color: #fff;
    font-weight: 300;
    font-size: var(--font-size-lg);
    line-height: 1.1;
}
#banner h2 span {
    display: block;
}

body[data-page="admissions"] #banner {
    background-image: url(../img/BSCHistoryBanner.jpg);
}
body[data-page="experience"] #banner {
    background-image: url(../img/BSC_Campus.jpg);
    background-position: 50% 75%;
}
body[data-page="costs"] #banner {
    background-image: url(../img/banner_2.jpg);
    background-position: 50% 75%;
}
body[data-page="program-details"] #banner {
    background-image: url(../img/banner_3.jpg);
    background-position: 50% 75%;
}
/*-------------*/

/*Breadcrumb */
#breadcrumb {
    -webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.3);
            box-shadow: 0 1px 1px -1px rgba(0,0,0,0.3);
    margin-bottom: 1rem;
    padding:1rem 0;
}
#breadcrumb a {
    color: var(--bsc_blue);
}
#breadcrumb a:hover,
#breadcrumb a:focus {
    color: var(--bsc_teal);
}
#breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            font-size: 0.825rem;
            line-height: 1;
}
#breadcrumb span {
    display: inline-block;
    padding-left: 1.25rem;
    margin-left: 0.25rem;
    position: relative;
}
#breadcrumb span:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e96b";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
#breadcrumb .breadcrumb_home {
    position: relative;
    padding-left: 1rem;
}
#breadcrumb .breadcrumb_home:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e997";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -52%);
    -ms-transform: translate(0, -52%);
    transform: translate(0, -52%);
    -moz-transform: translate(0, -52%);
    -o-transform: translate(0, -52%);
}
/*-------------*/

section#ctas {
    padding: 2rem 0;
    color: #fff;
    background: var(--bsc_teal);
    background: rgb(0,127,143);
    background: -o-radial-gradient(circle, rgba(0,127,143,1) 25%, rgba(0,166,156,1) 75%);
    background: radial-gradient(circle, rgba(0,127,143,1) 25%, rgba(0,166,156,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007f8f",endColorstr="#00a69c",GradientType=1);
    position: relative;
}
section#ctas:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/connections_bg.png);
    background-repeat: repeat;
    background-size: 35%;
    background-position: center;
    opacity: 0.25;
}
section#ctas .container {
    z-index:2;
}
section#ctas .column_group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#ctas .button {
    width: 100%;
}
#ctas .button span[tabindex="-1"]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-size: 1.125rem;
}
#ctas .button span[class^="icon-"] {
    opacity: 0.5;
    margin-left: 0.5rem;
}
#ctas h2 {
    font-style: italic;
}
#ctas ul {
    margin: 0 -0.5em;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#ctas li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5em;
}

.section_divider {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #e7e3e0;
    margin-bottom: 2rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    max-width: 640px;
    line-height: 1.2;
}
thead {
    border-bottom: 3px solid var(--bsc_yellow);
    background: var(--bsc_yellow);
}
th {
    text-align: left;
    padding: 0.5rem 1rem;
}
tr:nth-child(even){
    background-color: #f4f4f4;
}
td {
    padding: 0.5rem 1rem;
}
td:first-child {
    border-right: 1px solid #ddd;
}
/* Accordion */
.accordion {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.accordion_item {
    margin: 0.5rem 0;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               -moz-column-break-inside: avoid;
         break-inside: avoid;
}
.accordion_button {
    width: 100%;
    text-align: left;
    color: var(--heading-text);
}
.accordion_button span[tabindex="-1"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-right: 3rem;
    text-align: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.accordion_button span[tabindex="-1"]:hover,
.accordion_button span[tabindex="-1"]:focus {
    background-color: #f4f4f4;
}
.accordion_button span[tabindex="-1"]:after {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90c";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    font-size: 1.25rem;
    color: var(--bsc_yellow);
}
.active .accordion_button span[tabindex="-1"]:after {
    content: "\e911";
}
.accordion_pane_content {
    padding: 0 1rem;
    margin: 1rem;
    border-left: 3px solid var(--bsc_yellow);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.active .accordion_pane_content {
    opacity: 1;
}

.info_card_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.info_card_list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.info_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    border: 1px solid #ededed;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
            box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    padding: 1rem;
    min-width: 200px;
}
.info_card_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.info_card_heading {
    width: 100%;
    padding: 0 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.info_card_heading span {
    color: var(--bsc_yellow);
    font-weight: 700;
    font-family: 'kepler-std-display';
    font-style: normal;
    font-size: 6rem;
    line-height: 1;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.info_card_text {
    line-height: 1.2;
    text-transform: uppercase;
    font-size: var(--font-size-sm);
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}
/*Footer */
footer {
    background-color: #231f20;
    color:#fff;
    padding: 2rem 0 0 0;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover,
footer a:focus  {
    color: var(--bsc_yellow);
    text-decoration: none;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .section_heading {
    color: #fff;
    margin: 0 0 1rem 0;
}
footer .section_heading:before {
    background: rgba(255, 255, 255, 0.1);
}
footer .section_heading:after {
    width: 3rem;
}
footer .section_heading h4 {
    margin: 0;
}
.footer_logo {
    margin: 0 0 1rem 0;
    max-width: 280px;
    padding: 0 2rem 0 0;
}
footer .list_block {
    display: block;
}
footer .contact_info li {
    padding-bottom: 1rem;
}

footer a.address,
footer a.phone,
footer a.email {
    position: relative;
    padding-left: 1.75rem;
    display: inline-block;
    line-height: 1.2;
}
footer a.address:before,
footer a.phone:before,
footer a.email:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 0;
    transform:translate3d(0%,-50%,0);
    -webkit-transform:translate3d(0%,-50%,0);
    -moz-transform:translate3d(0%,-50%,0);
    -ms-transform:translate3d(0%,-50%,0);
    -o-transform:translate3d(0%,-50%,0);
    line-height: 1.2;
    opacity: 0.5;
}
footer a.address:before {
    content: "\e908";
    top: 0;
    left: 0;
    transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
}
footer a.phone:before {
    content: "\e973";
}
footer a.email:before {
    content: "\e906";
}
.footer_sole {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 1rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
}
.footer_sole p {
    font-size: var(--font-size-sm);
}
/*foote old */
/*
footer .column_group {
    padding: 0 2em;
}
footer .column {
    padding: 0;
}
footer {
    position: relative;
    z-index: 4;
    background-color: #1f2022;
    padding: 20px 0;
    line-height: 1.25em;
    color: #fff;
    font-variant: small-caps;
    width: 100%;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
}
.footer-subnav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
}
.footer-subnav ul li a:hover {
    color: #ba8b00;
}
.footer_ribbon.ribbon_top .footer-subnav,
footer .column.middle_left,
footer .column.middle_right {
    border-bottom: 1px solid rgba(214, 209, 203, .25);
}
.footer_ribbon.ribbon_top .top_left .footer-subnav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.footer_ribbon.ribbon_top .top_left .footer-subnav ul li:last-child {
    padding-right: 0;
}
.footer_ribbon.ribbon_top .top_right .footer-subnav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.footer_ribbon.ribbon_top .top_right .footer-subnav ul li:first-child {
    padding-left: 0;
}
.footer_ribbon.ribbon_top .footer-subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 10px;
    padding-right: 0;
    padding-bottom: 20px;
}
.footer_ribbon.ribbon_top .footer-subnav ul li {
    padding: 0 5%;
    margin: 0;
    border-right: 1px solid #ba8b00;
    white-space: nowrap;
}
.footer_ribbon.ribbon_top .footer-subnav ul li:last-child {
    border-right: none;
}
.footer_ribbon {
    padding: 36px 0 42px;
    text-align: center;
}
.footer_sole {
    padding: 20px;
    font-size: .92em;
    text-align: center;
    font-variant: small-caps;
    color: #fff;
}
.footer_sole a {
    color: #fff;
    text-decoration: none;
}
.footer_sole a:hover {
    text-decoration: underline;
}
.footer_sole ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer_sole li {
    display: inline-block;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    position: relative;
}
.footer_sole li:after {
    content: "|";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.footer_sole li:last-child:after {
    content: "";
}
.footer-logo {
    margin-top: -62px;
    text-align: center;
}
.footer-subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer-subnav ul:first-child {
    padding-bottom: 20px;
}
.footer-subnav ul li {
    margin: 0px 12px 0 0;
}
.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-social p {
    text-align: left;
    font-size: .8em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.footer-social a {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.footer-social a i {
    color: #ba8b00;
    font-size: 1.65em;
    margin-right: 15px;
    display: block;
    text-align: center;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 4px;
    position: relative;
}
.footer-social a i.fa-flickr {
    font-size: 1.125em;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #ba8b00;
    color: #1f2022;
}
.footer-social a i:hover {
    color: #bcbdc0;
}
.footer-social a i.fa-flickr:hover {
    color: #1f2022;
    background-color: #bcbdc0;
}
.footer-social span {
    position: absolute;
    text-indent: -99999px;
}
.fa {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa:before {
    text-align: center;
    width: 2rem;
    height: 2rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.fa-facebook:before {
    content: "\ea90";
}
.fa-twitter:before {
    content: "\ea96";
}
.fa-vimeo:before {
    content: "\eaa0";
}
.fa-flickr:before {
    content: "\eaa4";
    content: "\e954";
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
}
.fa-instagram:before {
    content: "\e956";
    content: "\e95f";
    content: "\e929";
}
.fa-youtube:before {
    content: "\ea9d";
    content: "\f166";
    content: "\f167";
}
footer .ribbon_top .column.top_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin-left: 0;
    margin-right: auto;
}
footer .ribbon_top .column.top_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin-right: 0;
    margin-left: auto;
}
footer .ribbon_bottom .column.middle_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
}
footer .ribbon_bottom .column.middle_center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
}
footer .ribbon_bottom .column.middle_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
}
.ribbon_bottom {
    margin-top: -62px;
}
@media screen and (max-width:980px) {
    footer .ribbon_top .column.top_left,
    footer .ribbon_top .column.top_right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 39%;
        flex: 0 0 39%;
    }
}
@media screen and (max-width:959px) {
    footer .ribbon_top .column.top_right,
    footer .ribbon_top .column.top_left,
    footer .ribbon_bottom .column.middle_left,
    footer .ribbon_bottom .column.middle_center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    
    footer .ribbon_bottom .column.middle_right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    
    .footer_ribbon.ribbon_top .footer-subnav ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .footer_ribbon.ribbon_top .footer-subnav ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    
    .footer_ribbon.ribbon_top .top_left .footer-subnav ul li {
        text-align: right;
    }
    
    .footer_ribbon.ribbon_top .top_right .footer-subnav ul li {
        text-align: left;
    }
    
    .ribbon_bottom {
        margin: 0;
    }
    
    .footer_ribbon.ribbon_top .top_left .footer-subnav ul li,
    .footer_ribbon.ribbon_top .top_left .footer-subnav ul li:last-child {
        padding: 2px 15px 5px 0;
        border-right: 1px solid #ba8b00;
    }
    
    .footer_ribbon.ribbon_top .top_right .footer-subnav ul li,
    .footer_ribbon.ribbon_top .top_right .footer-subnav ul li:first-child {
        padding: 2px 0 5px 15px;
        border: none;
    }
    
    .footer_ribbon {
        padding: 0 0 1rem 0;
    }
    
    .footer-logo {
        margin: 0 0 auto 0;
    }
    
    .footer-logo img {
        max-width: 160px;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .footer-subnav ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .footer-subnav ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        text-align: right;
    }
    
    .footer-subnav ul:first-child {
        padding-bottom: 0;
    }
    
    .footer-subnav ul li {
        margin: 5px 15px;
    }
    
    .footer-subnav ul li a {
        font-size: 0.92rem;
    }
    
    footer .column.middle_left {
        padding-bottom: 1rem;
    }
    
    footer .column.middle_center {
        border-bottom: 1px solid rgba(214, 209, 203, .25);
    }
    
    .footer-social {
        font-size: 0.75em;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 1rem;
    }
    
    .footer_ribbon.ribbon_top .footer-subnav ul li {
        white-space: normal;
    }
    
    .footer-social p {
        font-size: 0.92rem;
    }
    
    .footer-social a i {
        margin-right: 5px;
    }
}
@media screen and (max-width:767px) {
    .footer_sole li {
        width: 100%;
    }
    
    .footer_sole li:after {
        content: "";
        margin: 0;
        padding: 0;
    }
    
    .list_block {
        white-space: nowrap;
    }
}
@media screen and (max-width: 959px) {
    .footer-social {
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
}
*/
/*footer old */
article {
    margin-bottom: 2em;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    background: #f7f6f5;
}
article figure {
    margin: 0;
    position: relative;
    /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%, 0 0);*/
}
article img {
    display: block;
    width: 100%;
    height: auto;
}
article .item_date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f7f6f5;
    border-radius: 0px 3px 0 0;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    color: #ba8b00;
    font-weight: 500;
}
article .time {
    position: absolute;
    bottom: 0;
    left: 20px;
    background: #fff;
    border-radius: 3px 3px 0 0;
    color: #000;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 14px 22px 36px;
    text-transform: uppercase;
}
article .item_label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: .5px;
    letter-spacing: 0.03125rem;
    font-variant: small-caps;
    display: inline-block;
    margin: 0;
}
article .item_details {
    padding: 1rem;
}
article .item_detail {
    margin-bottom: 15px;
}
article .item_desc {
    position: relative;
    margin-top: 22px;
}
article .item_desc_label {
    display: inline-block;
    font-size: 12px;
    font-size: 0.825rem;
    line-height: 1.83333;
    vertical-align: middle;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}
.item_time {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: .5px;
    letter-spacing: 0.03125rem;
    text-transform: uppercase;
    display: block;
    margin: 0;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}
.item_title {
    font-variant: small-caps;
    font-weight: 700;
    margin: 0;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}
article .archive_item_link:hover .item_title {
    color: #1f2022;
}
article .archive_item_link .item_label,
article .archive_item_link .item_time,
article .archive_item_link .item_desc_label,
article .archive_item_link:hover .item_label,
article .archive_item_link:hover .item_time,
article .archive_item_link:hover .item_desc_label {
    color: #685c54;
}
@media screen and (max-width:979px) {
    .logo_header .symbol_logo {
        height: 46px;
        width: 141px;
    }
    
    .footer_nav_item {
        width: 33.33%;
    }
    
    .footer_address {
        font-size: 0.875rem;
    }
    
    .footer_address_phone {
        display: block;
        margin-top: 8px;
    }
    
    .contact_card_inner {
        display: block;
    }
    
    .contact_card_header,
    .contact_card_body {
        padding: 20px;
        width: 100%;
    }
    
    .secondary_nav_icon_wrapper:before {
        display: none;
    }
    
    .secondary_nav_icon {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        margin: 0 10px 0 0;
    }
    
    .secondary_nav_list {
        display: block;
    }
    
    .secondary_nav_link {
        padding: 7px 0 6px;
    }
    
    .main_nav_list {
        display: block;
    }
    
    .main_nav_link {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.35;
        text-transform: uppercase;
        width: calc(100% - 96px);
        color: #000;
        display: inline-block;
        padding: 15px 20px 14px;
        vertical-align: top;
    }
    
    #mobile_sidebar .column_group,
    #mobile_sidebar .column {
        padding: 0;
    }
    
    .main_nav_toggle {
        height: 100%;
        width: 76px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        display: block;
        outline: none;
    }
    
    .main_nav_toggle_label {
        width: 1px;
        height: 1px;
        position: absolute;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
    }
    
    .main_nav_toggle_icon_open {
        color: #ba8b00;
        opacity: 1;
    }
    
    .main_nav_toggle_icon {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        -webkit-transform: translate(-50%, -50%) scaleY(1);
        -ms-transform: translate(-50%, -50%) scaleY(1);
        transform: translate(-50%, -50%) scaleY(1);
        -webkit-transition: opacity .25s;
        -o-transition: opacity .25s;
        transition: opacity .25s;
    }
    
    .main_nav_item.fs-swap-active .main_nav_toggle_icon {
        -webkit-transform: translate(-50%, -50%) scaleY(-1);
        -ms-transform: translate(-50%, -50%) scaleY(-1);
        transform: translate(-50%, -50%) scaleY(-1);
    }
    
    .main_nav_item .main_nav_link {
        margin: 0;
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.4;
    }
    
    .main_nav_item:focus .main_nav_link_label,
    .main_nav_item:hover .main_nav_link_label {
        text-shadow: none;
    }
    
    .main_nav_link_label:before {
        display: none;
    }
    
    .main_nav_sm .main_nav_item.fs-swap-enabled .main_nav_children {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .35s;
        -o-transition: max-height .35s;
        transition: max-height .35s;
        display: block;
    }
    
    .secondary_nav_link_label {
        border-bottom: none;
    }
    
    .main_nav_sm .main_nav_item.fs-swap-active .main_nav_children {
        max-height: 400px;
    }
    
    .main_nav_child_item:last-child {
        margin-bottom: 20px;
    }
    
    .ustream {
        margin-bottom: 2em;
    }
}
@media screen and (max-width: 959px) {
    .header_handle_label {
        width: 1px;
        height: 1px;
        position: absolute;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
    }
    
    .footer_nav_item {
        width: 100%;
    }
    
    .footer_nav_link {
        font-size: 0.75rem;
        letter-spacing: 0.07813rem;
        line-height: 1.66667;
        display: block;
        padding: 7px 10px 6px;
        text-align: center;
    }
    
    .logo_footer {
        margin-bottom: 25px;
    }
    
    .logo_footer .logo_link_symbol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .footer_address {
        margin-bottom: 32px;
    }
    
    .footer_address,
    .social_nav {
        text-align: center;
    }
    
    .footer_address_group {
        display: block;
        text-align: center;
    }
    
    .logo_footer .symbol_logo_white {
        height: 69px;
        width: 250px;
    }
    
    .pair_card_label {
        font-size: 1.875rem;
    }
    
    .contact_card {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .contact_card_name {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.4;
    }
    
    .contact_card_title {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 2.14286;
    }
    
    .contact_card_detail_label {
        font-size: 14px;
        font-size: 0.875rem;
    }
    
    .main_nav_item .main_nav_link {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.35;
        text-transform: uppercase;
        width: calc(100% - 96px);
        color: #000;
        display: inline-block;
        padding: 15px 20px 14px;
        vertical-align: top;
    }
}


#flyin_panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 999;
    -webkit-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    visibility: hidden;
    opacity: 0;
}
#flyin_content {
    height: 100%;
    width: 100%;
    max-width: 340px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -moz-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -ms-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
}
#flyin_panel_header {
    border-bottom: 1px solid #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0 1rem;
}
.contactIsVisible #flyin_panel,
.navIsVisible #flyin_panel {
    visibility: visible;
    opacity: 1;
}
.contactIsVisible #flyin_content,
.navIsVisible #flyin_content {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
            box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.faculty_profile_img div {
    max-width: 360px;
    margin: 2rem auto;
    position: relative;
}
.faculty_profile_img div:after {
    content: '';
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    height: 100%;
    width: 100%;
    border: 1px solid var(--bsc_teal);
    z-index: -1;
}

/* Special Events */

section#special_events {
    padding: 2rem 0;
    background: var(--bsc_teal);
    position: relative;
    color: #fff;
}
section#special_events:before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
}
section#special_events p {
    font-size: var(--font-size-md);
}
section#special_events .container {
    z-index:2;
}
section#special_events .column_group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
section#special_events .section_heading h2 {
    color: #fff;
}
section#special_events .section_heading::before {
    background:rgba(255,255,255,0.25);
}
section#special_events .section_heading:after {
    background: #fff;
}
section#special_events a {
    color: var(--heading-text);
    font-weight: bold;
}
section#special_events a:hover, a:focus, a:active {
    color: var(--bsc_yellow);
}
ul.isColumns[data-columns="2"] {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
            margin: 1rem 0;
            padding: 0 0 0 1rem;
}
ul.isColumns li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
section#special_events ul li {
    margin: 0.5rem 0;
}
.nowrap {
    white-space: nowrap;
}
img {
    display: table;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.graphic_block_text ul li {
    margin-bottom: 1rem;
}
.graphic_block_text ul li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width:979px) {
    #masthead_navbar {
        display: none;
    }
    #mobile-nav-button, #mobile-nav-button-open, #mobile-nav-button-close {
        display: block;
    }
}
@media screen and (max-width:767px) {
    .figure_card {
        padding: 0;
    }
    .figure_card_text_wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .figure_card_text {
        margin: 0;
    }
    .figure_card_img {
        display: none;
    }
    footer .section_heading h4 {
        margin: 2rem 0 0 0;
    }
}
@media screen and (max-width:639px) {
    #masthead_banner .program_title h1 {
        font-size: var(--font-size-sm);
    }
    .topic_cell figure,
    .topic_cell figure.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
    }
    .topic_cell figure .figure_img,
    .topic_cell figure.reverse .figure_img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding-bottom: 56.25%;
    }
    .topic_cell figure figcaption,
    .topic_cell figure.reverse figcaption {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding: 2rem 0 0 0;
    }
    section#ctas:after {
        background-size: 50%;
    }
    ul.isColumns[data-columns="2"] {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
    }
}
@media screen and (max-width:480px) {
    section#ctas:after {
        background-size: 100%;
    }
}
@media screen and (max-width:379px) {
    #masthead_banner .program_title {
        display: none;
    }
    .logo_link {
        max-width: 200px;
    }
}