/*
Theme Name: yBoot
Theme URI: https://www.ydop.com/
Author: YDOP
Author URI: https://www.ydop.com/
Description: A super light-weight Wordpress theme built with Bootstrap 4
Version: 2
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: yBoot
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/* WORDPRESS CORE */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter:not(table),
div.aligncenter:not(table) {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.attachment-post-thumbnail{
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/* Universal Box Sizing with Inheritance */
html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}
*, *:focus {
    outline: none;
}
a, a:active, a:focus, a:active:focus {
    text-decoration: none;
}
/* Zero Based Css Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; } body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; } table {border-collapse: collapse; border-spacing: 0; }

/* Icomoon */
/*@font-face {
  font-family: 'icomoon';
  src:  url('/wp-content/themes/yboot/assets/icomoon/fonts/icomoon.eot?ss227i');
  src:  url('/wp-content/themes/yboot/assets/icomoon/fonts/icomoon.eot?ss227i#iefix') format('embedded-opentype'),
    url('/wp-content/themes/yboot/assets/icomoon/fonts/icomoon.ttf?ss227i') format('truetype'),
    url('/wp-content/themes/yboot/assets/icomoon/fonts/icomoon.woff?ss227i') format('woff'),
    url('/wp-content/themes/yboot/assets/icomoon/fonts/icomoon.svg?ss227i#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* GENERAL */
.site-wrapper {
    overflow-x: hidden;
}
body {
    font-family: "lato",sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #4C4C4C;
    font-size: 16px;
    line-height: 24px;
    background: #F0F0F0;
}
.container {
    width: 100%;
    max-width: 1440px;
}
.np {
    padding: 0;
}
.nm {
    margin: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.dib {
    display: inline-block !important;
}
.db {
    display: block;
}
.center-block {
    float: none;
    margin: 0 auto;
}
.flex-container {
    display: flex;
    height: 100%;
}
.flex-item {
    flex: 0 0 100%;
    max-width: 100%;
}
.well {
    background: #FFF;
    border: 2px solid #CCC;
    padding: 25px;
    font-size: 18px;
    line-height: 26px;
}
em {
    font-style: italic;
}
.wf-loading p,
.wf-loading span,
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading ul,
.wf-loading input,
.wf-loading button,
.wf-loading a,
.wf-loading ol {
    visibility: hidden;
}
a,
a:visited,
a:focus {
    color: #488EE7;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
a:hover {
    color: #213A4A;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "fira-sans",sans-serif;
    font-style: normal;
}
h1 {
    color: #555555;
    font-size: 46px;
    font-weight: 500;
    line-height: 66px;
}
h2 {
    color: #6A6A6A;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
}
h3 {
    color: #444444;
    font-size: 30px;
    letter-spacing: -0.5px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 20px;
}
h3 > a,
h3 > a:visited,
h3 > a:focus {
    color: #444444;
    text-decoration: underline;
}
h3 > a:hover {
    text-decoration: none;
    color: #488EE7;
}
h3.smaller {
    font-size: 19px;
    line-height: 25px;
}
sup {
    font-size: 50%;
}
h4 {
    color: #555555;
    font-family: "fira-sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 15px;
}
h5 {
    color: #555555;
    font-size: 23px;
    font-weight: 600;
    line-height: 34px;
}
h6 {
    color: #4C4C4C;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
p {
    margin-bottom: 20px;
}
strong {
    font-weight: 700;
}
small {
    font-size: 12px;
    font-style: italic;
    line-height: 24px;
}
main ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 25px;
}
main ul li {
    text-indent: -24px;
    line-height: 32px;
}
main ul li:before {
    width: 10px;
    height: 10px;
    border: 3px solid #999999;
    border-radius: 2px;
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 10px;
}
main ul li[role="presentation"]:before {
    display: none;
}
.basic-ul li:before {
    display: none;
}
.hamburger{
    font:inherit;
    display:inline-block;
    overflow:visible;
    margin:0;
    padding:15px;
    cursor:pointer;
    transition-timing-function:linear;
    transition-duration:.15s;
    transition-property:opacity,filter;
    text-transform:none;
    color:inherit;
    border:0;
    display: none;
    background-color:transparent
}
.hamburger:focus,
.hamburger:active {
    outline: none;
}
.hamburger:hover{
    opacity:.7
}
.hamburger-box{
    position:relative;
    display:inline-block;
    width:40px;
    height:24px
}
.hamburger-inner{
    top:50%;
    display:block;
    margin-top:-2px
}
.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{
    position:absolute;
    width:40px;
    height:4px;
    transition-timing-function:ease;
    transition-duration:.15s;
    transition-property:transform;
    border-radius:4px;
    background-color:#000
}
.hamburger-inner:after,.hamburger-inner:before{
    display:block;
    content:""
}
.hamburger-inner:before{
    top:-10px
}
.hamburger-inner:after{
    bottom:-10px
}
.hamburger--spring .hamburger-inner{
    top:2px;
    transition:background-color 0s linear .13s
}
.hamburger--spring .hamburger-inner:before{
    top:10px;
    transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spring .hamburger-inner:after{
    top:20px;
    transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spring.is-active .hamburger-inner{
    transition-delay:.22s;
    background-color:transparent
}
.hamburger--spring.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--spring.is-active .hamburger-inner:after{
    top:0;
    transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform:translate3d(0,10px,0) rotate(-45deg)
}
.hamburger span.menu-text {
    width: 100%;
    position: absolute;
    bottom: -25px;
    left: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.bg-white {
    background: #FFF;
}
.bg-light-blue {
    background: #CADCE7;
}
.bg-dark-green {
    background: #7d833a;
}
.bg-dark-green h5,
.bg-dark-green p {
    color: #FFF;
}
.bg-green {
    background: #a1a94f;
}
.bg-green img {
    border: 5px solid #FFF;
}
.bg-green h3 {
    color: #FFF;
}
.bg-med-gray {
    background: #504d52;
    color: #FFF;
}
.bg-med-gray h3,
.bg-med-gray h4 {
    color: #FFF;
}
.bg-med-gray .col-auto:first-of-type {
    margin-right: 70px;
}
.bg-med-gray .row.justify-content-center {
    margin-top: 10px;
    margin-bottom: 50px;
}
.bg-light-gray {
    background: #FAFAFA;
}
.bg-light-gray+.bg-light-gray {
    padding-top: 20px;
}
.quick-facts {
    text-align: center;
    width: 80%;
    margin-left: 20px;
}
.quick-facts h4 {
    font-size:26px;
    margin-bottom: 0;
}
.quick-facts p {
    font-size:20px;
}
.quick-facts h4 {
    font-size:26px;
}
.quick-facts .col-sm-6 {
    padding: 20px;
}
.quick-facts .row:first-child .col-sm-6 {
    border-bottom: 1px solid #000;
}
.quick-facts .col-sm-6:first-child {
    border-right: 1px solid #000;
}
p.available-major {
    text-align: center;
}
p.available-major small {
    font-style: normal;
}
/* PAGINATION */
.pagination {
    clear: both;
    position: relative;
    display:  inline-block;
    font-weight: 700;
    padding: 20px 0 90px;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    margin:  2px 2px 2px 0;
    padding: 12px 18px 10px 18px;
    text-decoration: none;
    width: auto;
    color:  #3A3A3A;
    background:  #FFF;
    -webkit-transition:  background .15s ease-in-out;
    -o-transition:  background .15s ease-in-out;
    transition:  background .15s ease-in-out;
}
.pagination a:hover {
    color: #EEE;
    background: #488EE7;
}
.pagination .current {
    padding: 12px 18px 10px 18px;
    background:  #3A3A3A;
    color: #EEE;
}

/* CTA'S */
.cta, .cta:visited {
    color: #FFFFFF;
    font-family: "fira-sans",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    padding: 14px 21px;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.cta:hover, .cta:focus  {
    color: #FFF;
}
.cta:hover > span , .cta:focus > span  {
    padding-right: 5px;
}
.cta.red {
    border-radius: 20px;
    background-color: #B10101;
    cursor: pointer;
}
.cta.red.active,
.cta.red:hover {
    background: #A13D48;
}
.cta > i {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 15px;
}
.cta > i.icon-arrow-right {
    margin-left: 10px;
}

.cta > i.fa-chevron-up.fa-chevron-down:before {
    content: '\f078';
}
.cta.green {
    background-color: #849F61;
    color: #FFF;
    text-transform: uppercase;
    padding: 16px 34px;
    display: inline-block;
    font-family: "fira-sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}
.cta.green:hover {
    text-decoration: none;
    background: #65763B;
}
.cta.bright.green {
    background: #1ACD61;
}
.cta.blue {
    background-color: #488EE7;
    color: #FFF;
}
.cta.blue:hover {
    background: #213A4A;
    text-decoration: none;
}
.cta.blue-outline {
    border: 2px solid #488EE7;
    color: #488EE7;
}
.cta.dark-red,
.cta.dark-red:visited,
.cta.dark-red:focus {
    background: #fff;
    color: #444444;
}
/* .cta.dark-red:hover {
    text-decoration: none;
    color: #FFF;
} */
.cta.blue-outline > i {
    font-size: 24px;
    top: 3px;
}
.cta.blue-outline:hover {
    background-color: #488EE7;
    color: #FFF;
    text-decoration: none;
    opacity: 1;
}
.cta.gray-outline {
    border: 2px solid #888888;
    color: #888888;
    padding: 6px 21px!important;
    display: inline!important;
    font-weight: 500!important;
}
.cta.gray-outline:hover {
    background-color: #888888;
    color: #FFF;
    text-decoration: none;
    padding: 6px 21px;
    display: inline;
    font-weight: 500;
}

.cta.white-outline {
    border: 2px solid #FFF;
    color: #FFF;
    padding: 6px 21px;
}
.cta.white-outline:hover {
    background-color: #FFF;
    color: #B10101;
    text-decoration: none;
}
.cta.cta-pill {
    position: relative;
    color: #FFFFFF;
    font-family: "lato",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    border-radius: 15px;
    background-color: #B10101;
    line-height: 15px;
    text-transform: none;
    padding: 28px 23px;
    white-space: nowrap!important;
    margin: -5px 0;
    border-radius: 0;
}
/* .cta.cta-pill::before {
    content: '';
    position: absolute;
    right: 100%;
    height: 100%;
    width: 100vw;
    background-color: #B10101;
    z-index: 1;
    top: 0;
} */
.cta.cta-pill > span.fa-chevron-right {
    margin-right: 5px;
}
.cta.cta-pill:hover, .cta.cta-pill:focus {
    background: #c8102e;
    text-decoration: none;
    font-family: "lato",sans-serif;
    font-weight: 600;
    font-size: 12px;
    border-radius: 15px;
    line-height: 15px;
    padding: 28px 23px;
    white-space: nowrap!important;
    text-transform: none;
    margin: -5px 0;
    border-radius: 0;
}
.cta.cta-apply {
    display: inline!important;
    background: #A13D48!important;
    padding: 9px 33px 7px!important;
    color: #FFF;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.cta.cta-apply > i {
    top: 0;
    margin-left: 0;
}
.cta.cta-apply svg {
    fill: #FFF;
    display: inline;
    margin-right: 7px;
    position: relative;
    top: 7px;
    margin-left: -5px;
}
.cta.cta-apply:hover {
    background: #783442;
    color: #FFF;
    text-decoration: none;
    display: inline;
    background: #A13D48;
    padding: 9px 33px 7px;
}
.cta.cta-text {
    color: #488EE7;
    font-family: "lato",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    padding: 0;
    text-transform: none;
}
.cta.cta-text > i {
    font-size: 12px;
    padding-left: 0;
    font-weight: 600;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    margin-left: 0;
    position: relative;
    top: -1px;
}
.cta.cta-text:hover > i {
    padding-left: 5px;
    opacity: 1;
}
.cta.cta-text:hover {
    text-decoration: none;
}
.cta.cta-icon {
    color: #488EE7;
    font-family: "lato",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    padding: 0;
    text-transform: none;
}
.cta.cta-icon > i {
    padding-left: 0;
    font-weight: 400;
    font-size: 22px;
    min-width: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-left: 0;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.cta.cta-icon:hover {
    text-decoration: none;
}

/* ALERT BAR */
#lbc-alert-bar {
    width: 100%;
    background: #333;
    padding: 30px 0;
    color: #FFF;
    color: #fff !important;
}
#lbc-alert-bar ul li {
    margin-bottom: 5px;
}
#lbc-alert-bar ul li:last-child {
    margin-bottom: 0;
}
#lbc-alert-bar p {
    margin: 0 0 10px;
    color: #fff !important;
}
#lbc-alert-bar a,
#lbc-alert-bar a:visited,
#lbc-alert-bar a:focus {
    color: #FFF;
    color: #fff !important;
}
#lbc-alert-bar .fa-exclamation-circle {
    color: #fff !important;
    font-size: 30px;
    position: relative;
    top: 3px;
    margin-right: 15px;
}
#lbc-alert-bar .maxed {
    max-width: 90%;
}
.widget.widget_rss h3 {
    display: none;
}

/* HEADER */
.site-header {
    background: #FFF;
    position: relative;
    z-index: 2000;
}
.site-header .top-bar {
    background-color: #B10101;
    text-align: center;
}
.site-header .top-bar svg {
    fill: #FFF;
    display: inline;
    margin-right: 7px;
}
.site-header .top-bar ul {
    position: relative;
    top: 10px;
}
.site-header .top-bar ul li {
    display: block;
    float: left;
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #FFF;
}
.site-header .top-bar ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.site-header .top-bar ul li a,
.site-header .top-bar ul li a:visited,
.site-header .top-bar ul li a:focus {
    color: #FFF;
    font-family: "fira-sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
}
.site-header .top-bar ul li a:hover {
    text-decoration: none;
}
.site-header .top-bar ul li a:after {
    width: 0;
    height: 1px;
    background: #FFF;
    content: '';
    display: block;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.site-header .top-bar ul li a:hover:after {
    width: 100%;
}
.site-header .top-bar ul li a {
    font-weight: 600;
}
.site-header .top-bar .fr ul li:last-child a {
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
}
.site-header .top-bar ul li a > i {
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-right: 13px;
}
.site-header .top-bar .fr ul li {
    border: none;
}
.site-header .top-bar ul li:first-of-type {
    position: relative;
}
.site-header .top-bar .fr ul li:last-child a {
    background: #A13D48;
    display: block;
    padding: 10px 46px 13px;
    max-height: 45px;
    margin-top: -10px;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.site-header .top-bar .fr ul li a:after {
    display: none;
}
.site-header .top-bar .fr ul li:last-child a > span {
    position: relative;
    top: -8px;
}
.site-header .top-bar .fr ul li:last-child a > i {
    margin-right: 3px;
    top: -1px;
}
.site-header .top-bar .fr ul li:last-child a:hover {
    text-decoration: none;
    background: #783442;
}
.site-header .top-bar .fr ul li:first-of-type a {
    text-transform: none;
    font-weight: 400;
}
.site-header .top-bar .fr ul li:first-of-type a > i {
    font-weight: 500;
}
.site-header .search-box {
    display: inline-block;
    position: relative;
    left: 0px;
    /*max-height: 39px;
    top: -1px;*/
}
.site-wrapper header.site-header .search-box .input-group-btn {
    width: 0px;
}
.site-header .top-bar .submenu {
    width: 100%;
    width: 161px;
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 10;
    background: #F8F8F8;
    padding: 12px;
    left: -999em;
}
.site-header .top-bar ul li:first-of-type:after {
    width: 100%;
    height: 16px;
    background: transparent;
    content: '';
    display: block;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.site-header .top-bar ul li:first-of-type:hover > .submenu {
    left: 0;
}
.site-header .top-bar .submenu ul {
    top: 0;
}
.site-header .top-bar .submenu ul li {
    width: 100%;
    display: block;
    float: none;
    margin: 0 0 10px 0;
    padding: 0;
    border: none;
    text-align: left;
}
.site-header .top-bar .submenu ul li:last-child {
    margin-bottom: 0;
}
.site-header .top-bar .submenu ul li a,
.site-header .top-bar .submenu ul li a:visited,
.site-header .top-bar .submenu ul li a:focus {
    color: #3466A5;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.site-header .top-bar .submenu ul li a:after {
    display: none;
}
.site-header .top-bar .submenu ul li a:hover {
    color: rgba(97, 138, 158, 0.7);
}
.site-header .search-box input {
    border-radius: 0;
    background-color: rgba(255,255,255,0.5);
    border: none;
    color: #FFF;
    font-family: "fira-sans",sans-serif;
    font-size: 14px;
    line-height: 29px;
    font-weight: 100;
    min-width: 250px;
    height: 42px !important;
    line-height: 45px !important;
    padding-left: 15px !important;
    padding-top: 8px !important;
}
.mobile-top-bar {
    display: none;
}
.site-header .search-box input::-webkit-input-placeholder {
  color: #FFF;
  font-family: "fira-sans",sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 100;
}
.site-header .search-box input::-moz-placeholder {
  color: #FFF;
  font-family: "fira-sans",sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 100;
}
.site-header .search-box input:-ms-input-placeholder {
  color: #FFF;
  font-family: "fira-sans",sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 100;
}
.site-header .search-box input:-moz-placeholder {
  color: #FFF;
  font-family: "fira-sans",sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 100;
}
.site-header .search-box button {
    background-color: transparent;
    position: relative;
    left: -46px;
    padding: 8px 13px;
    cursor: pointer;
    border: none;
    top: -1px;
}
.site-header .search-box button > svg {
    display: none !important;
}
.search-box button:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f002';
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
}
.content-band .search-box button {
    background: #B10101
}
.site-header .main-nav {
    padding: 35px 0 19px;
}
.site-header .main-nav ul {
    position: static;
    margin-top: 27px;
}
.site-wrapper header.site-header .main-nav ul.nav__mainmenu {
    display: flex;
    top: 26px;
}
.site-header .main-nav ul li {
    display: block;
    margin-right: 90px;
    float: left;
}
.site-header .main-nav ul li:last-child {
    margin-right: 0;
}
.site-header .main-nav ul li a,
.site-header .main-nav ul li a:focus {
    font-family: "fira-sans",sans-serif;
    font-weight: 500;
    line-height: 25px;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.site-header .main-nav ul li a:hover,
.site-header .main-nav ul li a.active {
    color: #B10101;
    text-decoration: none;
}
.site-wrapper header.site-header .main-nav ul li {
    margin-right: 51px;
    float: none;
}
.site-wrapper header.site-header .main-nav ul li:last-child {
    margin-right: 0px;
}

/*--------------------------------
    # New Header Styles
        # Top Navbar
        # Mega Menu
        # Navbar
--------------------------------*/

/*--------------------------------
    # Top Navbar
--------------------------------*/

.top-navbar {
    /* background: linear-gradient(90deg, #C8102E 0%, #C6122F 19.76%, #973E3A 91.43%, #973E3A 100%); */
    background-color: #B10101;
    height: 42px;
}
.top-navbar .container {
    height: 100%;
}
.top-navbar__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}
.top-navbar__right,
.top-navbar__left {
    display: flex;
    align-items: center;
}
.top-navbar__mainmenu {
    display: flex;
    align-items: center;
}
.top-navbar__mainmenu li {
    margin-right: 20px;
    padding-right: 21px;
    position: relative;
}
.top-navbar__mainmenu li:last-child {
    border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
}
.top-navbar__mainmenu li::before {
   content: '';
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 1px;
   height: 19px;
   background: #fff;
}
.top-navbar__mainmenu li:last-child::before {
   display: none;
}
.top-navbar__mainmenu li a {
    color: #FFFFFF;
    font-family: "fira-sans",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 14px;
    position: relative;
}
.top-navbar__mainmenu li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
    transition: .4s;
}
.top-navbar__mainmenu li a:hover::after,
.top-navbar__mainmenu li a:focus::after {
    width: 100%;
    left: 0;
}
.top-navbar__mainmenu li.has-submenu {
    position: relative;
}
.top-navbar__mainmenu li.has-submenu::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 100%;
    background-color: transparent;
}
.top-navbar__mainmenu .submenu {
    width: 100%;
    width: 161px;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 10;
    background: #F8F8F8;
    padding: 12px;
    left: -999em;
}
.top-navbar__mainmenu li.has-submenu:hover > .submenu {
    left: 0;
}
.top-navbar__mainmenu .submenu ul li {
    width: 100%;
    display: block;
    float: none;
    margin: 0 0 10px 0;
    padding: 0;
    border: none;
    text-align: left;
    position: relative;
}
.top-navbar__mainmenu .submenu ul li a {
    color: #3466A5;
    font-family: "fira-sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.top-navbar__right ul {
    display: flex;
    align-items: center;
    padding-right: 42px;
    height: 100%;
}
.top-navbar__right ul li {
    margin-left: 27px;
    height: 100%;
    display: flex;
    align-items: center;
}
.top-navbar__right ul li a {
    color: #FFFFFF;
    font-family: "fira-sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 10px;
    transition: .4s;
}
.top-navbar__right ul li a:hover,
.top-navbar__right ul li a:focus {
    background-color: #97303C;
}
.top-navbar__right ul li span {
    margin-left: 10px;
}
#topbarvisit {
    margin-left: 16px;
}
.top-navbar__right svg {
    fill: #fff;
}
.main-nav .fl {
    width: 100%;
    max-width: 363px;
    margin: 5.5px 0;
}
.main-nav__logo {
    width: 100%;
    height: auto;
}
@media (max-width: 900px) {
    .top-navbar__right {
        display: none;
    }
    .top-navbar__row {
        justify-content: center;
    }
}
@media (max-width: 550px) {
    .top-navbar__mainmenu li a {
        font-size: 12px;
    }
    .top-navbar__mainmenu li {
        margin-right: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 321px) {
    .top-navbar__mainmenu li a {
        font-size: 10px;
    }
    .main-nav__logo {
        max-width: 200px;
        position: relative;
        top: 6px;
    }
    .covid-bar-blue a {
        font-size: 13px;
    }
}

/*--------------------------------
    # Megamenu
--------------------------------*/
.mega-menu-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
    min-height: 277px;
    position: relative;
}
.mega-menu-footer {
    padding: 30px 0px;
    border-top: 2px solid #D2D2D2;
}
.mega-menu-footer__header {
    color: #444444;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0px;
}
.mega-menu-footer__text {
    font-size: 12px;
    line-height: 18px;
    color: #444444;
}
.new-mega-menu {
    padding: 50px 0px;
    background-color: #fff;
}
.mega-menu-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mega-menu-footer__left {
    max-width: 570px;
}
.mega-menu-main__small-col {
    max-width: 286px;
    width: 100%;
    border-right: 2px solid #D2D2D2;
}
.mega-menu-main__small-col .mega-menu-main__content {
    max-width: 230px;
}
.mega-menu-main__subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 0px;
}
.mega-menu-main__wide-col {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}


.mega-menu-main__two-col {
    max-width: 222px;
    width: 100%;
}

.mega-menu-main__header {
    padding-bottom: 5px;
    border-bottom: 2px solid #D2D2D2;
    margin-bottom: 10px;
}
.mega-menu-main__header h5 {
    font-size: 14px;
    line-height: 20px;
    color: #363636;
    font-weight: 600;
    text-transform: uppercase;
}
.mega-menu-main__header p {
    font-size: 12px;
    line-height: 18px;
    color: #444444;
    font-weight: 400;
    margin-bottom: 0px;
}

.mega-menu-main__links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-navigation ul.mega-menu-main__links li a,
.site-navigation ul.mega-menu-main__links li a:visited {
    text-decoration: none;
    font-size: 15px;
    color: #488EE7;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    transition: .3s;
}
.mega-menu-main__links li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #4072B1;
    width: 0;
    height: 1px;
    transition: .5s;
}
.site-navigation ul.mega-menu-main__links li a:hover::after,
.site-navigation ul.mega-menu-main__links li a:focus::after {
    width: 100%;
}
.site-navigation ul.mega-menu-main__links li a:hover,
.site-navigation ul.mega-menu-main__links li a:focus {
    color: #4072B1;
}
.site-navigation ul.mega-menu-main__links li {
    margin-bottom: 0px;
}
.mega-menu-main__wide-col .mega-menu-main__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 74px;
}
.mega-menu--cta:visited {
    color: #fff !important;
}
.mega-menu--cta {
    font-family: 'fira-sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    padding: 13px 40px;
    color: #fff !important;
    transition: .3s;
    text-decoration: none;
    background-color: #67B942;
}
.mega-menu--cta:hover,
.mega-menu--cta:focus {
    background-color: #1ACD61;
    box-shadow: 0 4px 10px 0 rgba(26,205,97,0.4);
    color: #fff;
}

/*--------------------------------
    # Navbar
--------------------------------*/
#nav {
    position: relative;
}
.page-template-page-new-page-builder-test #nav.mm-menu.mm-offcanvas {
    position: fixed;
}
.new-home 
.nav-label {
    max-width: 100%;
    display: flex;
}
.new-home 
.nav-label__line:first-child {
    width: 207px;
}  
.new-home 
.nav-label__line:nth-child(2) {
    width: 456px;
}    
.new-home 
.nav-label__line+.nav-label__line {
    margin-left: 48px;
}
.new-home .site-header .main-nav ul li a {
    color: #333333;
    font-size: 1em;
    position: relative;
}
.new-home .site-header .main-nav ul li.active > a::before {
    position: absolute;
    content: "";
    width: 0; 
    height: 0;
    border: 12px solid transparent;
    border-top: unset;
    border-bottom: 12px solid #F3F3F3;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    transition: none;
}
.new-home .site-header .main-nav ul li:hover a {
    color: #B10101;
}
.new-home .site-wrapper header.site-header .main-nav ul.nav__mainmenu {
    top: 31px;
}
.new-home .site-wrapper header.site-header .main-nav ul li:not(:last-child) {
    margin-right: 52px;
}
.new-home .home-hero-bar {
    max-width: 100%;
    display: block;
}
.home-hero-bar__text {
    width: 100%;
}
@media (max-width: 1300px) {
    .new-home .site-wrapper header.site-header .main-nav ul li:not(:last-child) {
        margin-right: 30px;
    }
    .new-home .nav-label__line+.nav-label__line {
        margin-left: 30px;
    }
    .new-home .nav-label__line:nth-child(2) {
        width: 422px;
    }
}
.nav-label {
    position: absolute;
    max-width: 662px;
    display: block;
    margin-bottom: 8px;
    left: 0;
    width: 100%;
}
.nav-label span {
    color: #B10101;
    font-family: "fira-sans";
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
    background: #FFF;
    padding: 0 15px;
    position: relative;
    z-index: 100;
}
.nav-label__line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-label__line::before {
    width: 100%;
    height: 2px;
    background: #B10101;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    z-index: 1;
}
.nav__mainmenu .drop {
    position: relative;
}
.nav__mainmenu .drop.new--drop a::after {
    content: '';
    background-image: url('./assets/img/icons/icon-new-menu-chevron.svg');
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    margin-left: 2px;
    margin-top: 4px;
    display: block;
    transition: all .5s ease;
    background-position: center;
    background-repeat: no-repeat;
}

.nav__mainmenu .drop.new--drop a:hover:after{
    background-image: none;
    content: '';
    background-color: #B10101;
    height: 2px;
    width: 12px;
    background-position: top center;
}
.nav__mainmenu .drop a {
    display: flex;
    align-items: center;
    position: relative;
}
.chevron--down {
    width: 12px;
    margin-left: 4px;
    margin-top: 8px;
} 
.chevron--down .chevron__container,
.chevron--up .chevron__container {
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
}
.chevron__line1 {
    -webkit-transform-origin: 50px 50px;
    transform-origin: 50px 50px;
}
.chevron__line2 {
    -webkit-transform-origin: 50px 50px;
    transform-origin: 50px 50px;
}
.chevron--down .chevron__line1,
.chevron--up .chevron__line1 {
    stroke: #333333;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.chevron__line1,
.chevron__line2 {
    stroke-width: 11px;
    stroke-linecap: round;
    -webkit-transition: -webkit-transform 0.6s, stroke 0.6s;
    transition: transform 0.6s, stroke 0.6s;
}
.chevron--down .chevron__line2,
.chevron--up .chevron__line2 {
    stroke: #333333;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-50deg);
}
.site-header .main-nav ul li a:hover .chevron__line1,
.site-header .main-nav ul li a:hover .chevron__line2,
.site-header .main-nav ul li a.active .chevron__line1,
.site-header .main-nav ul li a.active .chevron__line2 {
    stroke: #B10101;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.site-header .main-nav ul li a:hover .chevron__container,
.site-header .main-nav ul li a.active .chevron__container {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
}

/* HERO */
.hero {
    background-image: url(/wp-content/uploads/2018/08/bg-hero-homepage.jpg);
    height: 100%;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.hero__intro-content {
    color: #fff;
    padding-top: 10px;
    margin: 0;
    display: inline-block;
    width: auto;
}
.hero .col-12 {
    min-height: 575px;
}
.h1-style {
    color: #FFFFFF;
    font-family: "fira-sans",sans-serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 66px;
    margin-bottom: 4px;
    text-align: center;
}
.hero p:not(.h1-style) {
    color: #FFFFFF;
    font-family: "fira-sans",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.hero a.text-link,
.hero a.text-link:visited,
.hero a.text-link:focus {
    color: #FFFFFF;
    font-family: "lato",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
    width: 100%;
    position: absolute;
    bottom: 14px;
    left: 0;
    text-align: center;
}
.hero a:hover {
    text-decoration: none;
}
.hero .content-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    top: calc(50% + 30px);
    left: 0;
    transform: translateY(-50%);
}

/* HERO SMALL */
.hero-small {
    padding: 52px 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.hero-small h1 {
    color: #FFF;
}

/* HERO TALL */
.hero-tall {
    padding: 170px 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    max-height: 500px;
}
.hero__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hero-tall.hero--w-iframe {
	max-height: 100%;
    padding: 20px 0px;
}
/*.single-post .hero-tall {
    padding: 310px 0 30px;
}*/
/*.hero-tall:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    display: block;
    content: '';
}*/
.hero-small.overlay-bg {
    position: relative;
}
.hero-tall.with-mask:before,
.hero-tall.overlay-bg:before,
.hero-small.overlay-bg:before,
.single-post .hero-tall:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b2b2b+0,b4a89a+35,ffffff+70&1+0,0.6+35,0+70 */
    background: -moz-linear-gradient(left, rgba(43,43,43,1) 0%, rgba(180,168,154,0.6) 35%, rgba(255,255,255,0) 70%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(43,43,43,1) 0%,rgba(180,168,154,0.6) 35%,rgba(255,255,255,0) 70%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(43,43,43,1) 0%,rgba(180,168,154,0.6) 35%,rgba(255,255,255,0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.hero-tall.overlay-bg > div.container,
.hero-small.overlay-bg > div.container {
    z-index: 20;
}
.hero-tall ul li:before {
    border-color: #FFF;
}
.hero-tall ul li a,
.hero-tall ul li a:visited,
.hero-tall ul li a:focus,
.hero-tall ul li a:hover {
    color: #FFF;
}
.hero-tall.with-mask > .container,
.single-post .hero-tall > .container {
    z-index: 10;
}
.hero-tall ul li,
.hero-tall h1,
.hero-tall h4,
.hero-tall p {
    color: #FFF;
}
.hero-tall h4 {
    position: relative;
}
.hero-tall p.major-type-title {
    position: relative;
    margin-bottom: 0;
}
.hero-tall p.major-type-title > small {
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
}
.hero-tall h4:after {
    width: 100%;
    max-width: 330px;
    height: 2px;
    background: #FFF;
    position: relative;
    top: 7px;
    content: '';
    display: block;
}
.hero-tall h4.no-content:after {
    display: none;
}

/* MAJORS */
.page-template-page-majors .intro-content h3 {
    margin-top: -5px;
}
.jump-links ul {
    margin: 0;
    padding: 0;
}
.jump-links ul li {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #555;
    text-indent: 0;
}
.jump-links ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.cta-bar ul li:before,
.prefooter ul li:before,
.jump-links ul li:before {
    display: none !important;
}
.jump-links ul li a,
.jump-links ul li a:visited,
.jump-links ul li a:focus {
    color: #555555;
}
.cta-bar {
    position: relative;
    top: -4px;
}
.cta-bar ul {
    margin: 0;
    padding: 0;
}
.cta-bar ul li {
    display: inline-block;
    margin-right: 10px;
    text-indent: 0;
}
.cta-bar ul li:last-child {
    margin-right: 0;
}
.cta-bar ul li:before {
    display: none;
}
ul.tabs {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
}
ul.tabs li {
    display: block;
    text-indent: 0;
    float: left;
}
ul.tabs li:before {
    display: none;
}
ul.tabs li a,
ul.tabs li a:visited,
ul.tabs li a:focus {
    color: #AAAAAA;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    font-weight: 400;
    display: block;
    padding: 20px 35px;
    background: #FFF;
    border: 1px solid #CCCCCC;
    border-right: none;
    position: relative;
}
ul.tabs li a:after {
    width: 100%;
    height: 4px;
    background: #FFF;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 10;
    display: none;
}
ul.tabs li a.active:after {
    display: block;
}
ul.tabs li:last-child a {
    border-right: 1px solid #CCCCCC;
}
ul.tabs li a.active {
    color: #488EE7;
    font-weight: bold;
    border-bottom: none;
}
ul.tabs li a:hover {
    color: #3466A5;
    text-decoration: none;
}
/*.tabbed-content:before {
    width: calc(100% + 36px);
    height: 1px;
    background: #CCC;
    content: '';
    display: block;
    position: relative;
    top: -25px;
    left: 0;
    z-index: 1
}*/
.courses .tabbed-content {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 25px 35px;
    padding-bottom: 0;
    /*border-top: none;*/
    position: relative;
    top: -1px;
    z-index: 1;
    margin-bottom: 55px;
}
.courses .tabbed-content h5 {
    color: #6A6A6A;
    font-family: "lato",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 5px;
}
.courses .tabbed-content p {
    color: #4C4C4C;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
}
.courses .tabbed-content .description>:last-child {
    margin-bottom: 0;
}
.courses .tabbed-content .tab {
    display: none;
}
.courses .tabbed-content .tab:first-of-type {
    display: block;
}

/* SAMPLE COURSES */
.courses {
    padding: 60px 0 40px;
}
.courses .featured-courses img {
    width: 100%;
    margin-bottom: 10px;
}
.courses .featured-courses h6 {
    color: #6A6A6A;
    font-family: "lato",sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 15px;
}
.courses .featured-courses p {
    color: #4C4C4C;
}

/* FIND YOUR MAJOR */
#findYourMajor {
    background: #FFF;
    padding: 25px 0;
    position: relative;
    z-index: 9999;
}
#findYourMajor p {
    font-family: "lato",sans-serif;
    font-size: 18px;
    text-align: center;
    color: #4C4C4C;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;

}
button#openMajors, button#openMajorsMobile  {
    border: none;
    margin-left: 45px;
}
/*button#openMajors, button#openMajorsMobile {
    padding: 20px 30px;
    line-height: 0;
    max-width: 250px;
    border: 1px solid #D2D2D2;
    background-color: #FFFFFF;
    text-transform: uppercase;
    color: #3466A5;
    font-family: "lato",sans-serif;
    font-size: 16px;
    font-weight: bold;
    border-radius: 7px;
    outline: none;
    margin-left: 45px;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
button#openMajors:hover, button#openMajors.active {
  border-color: #999;
}*/
/*button#openMajors > span, button#openMajorsMobile > i {
    display: inline-block;
    vertical-align: middle;
}
button#openMajors > i.fa-chevron-up, button#openMajors > i.fa-chevron-up.fa-chevron-down, button#openMajorsMobile > i.fa-chevron-up, button#openMajorsMobile > i.fa-chevron-up.fa-chevron-down {
    color: #ACACAC;
    position: relative;
    top: 3px;
    left: 5px;
}*/
button#openMajorsMobile {
  display: none;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ACACAC;
}
.arrow-up.arrow-down {
  width: 0;
  height: 0;
  display: inline-block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: none;
  border-top: 8px solid #ACACAC;
}
#mainNavWrapper .col-sm-6 {
    width: 50%;
    display: block;
    flex: none;
    float: left;
}
#mainNavWrapper .col-sm-3 {
    width: 25%;
    display: block;
    flex: none;
    float: left;
}
#mainNavWrapper .col-sm-4 {
    width: 33.3333333%;
    display: block;
    flex: none;
    float: left;
}

/* FIND A MAJOR MEGANAV */
#close-majors {
    position: absolute;
    bottom: 495px;
    right: 0;
    display: block;
    z-index: 9999;
}
#find-a-major-slide {
    width: 100%;
    height: 615px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.find-a-major-wrap {
    width: 100%;
    height: 100%;
    background-color: #E7F3FB;
    padding: 35px 0;
}
.find-a-major-wrap.tab-color-0 {
    background-color: #E7F3FB;
}
.find-a-major-wrap.tab-color-1 {
    background: #F7E5EA;
}
.find-a-major-wrap.tab-color-2 {
    background: #F3FDF0;
}
.majors-tabs {
    position: relative;
    padding-left: 0;
    margin-bottom: 27px;
}
.majors-tabs li {
    display: block;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}
.majors-tabs li a, .majors-tabs li a:visited {
    background: #CCC;
    padding: 12px 20px 10px;
    text-align: center;
    display: block;
    color: #888888;
    font-size: 15px;
    min-width: 226px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.majors-tabs li a.active:after {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: none;
    border-top: 8px solid #355971;
    content: '';
    position: absolute;
    text-align: center;
    bottom: -6px;
    left: 50%;
    margin-left: -8px;

}
.majors-tabs li:nth-of-type(2) a.active:after {
    border-top-color: #783442;
}
.majors-tabs li:nth-of-type(3) a.active:after {
    border-top-color: #65773C;
}
.majors-tabs li a:hover, .majors-tabs li a.active {
    color: #FFF;
    background: #355971;
    text-decoration: none;
}
.majors-tabs li:nth-of-type(2) a:hover, .majors-tabs li:nth-of-type(2) a.active {
    background: #783442;
}
.majors-tabs li:nth-of-type(3) a:hover, .majors-tabs li:nth-of-type(3) a.active {
    background: #65773C;
}
.tabbed-content .row {
    display: none;
}
.tabbed-content .row:first-of-type {
    display: block;
}
.tabbed-content .col-menu-section {
    margin-bottom: 20px;
}
.tabbed-content #acceleratedOnlineTab {
    float: left;
}
.tabbed-content #acceleratedOnlineTab ul {
    column-count: 2;
}
.tabbed-content .col-menu-section ul li {
    margin-bottom: 5px;
    list-style-type: none;
}
.tabbed-content .col-menu-section ul li:last-child {
    margin-bottom: 0;
}
.tabbed-content .col-menu-section ul li a, .tabbed-content .col-menu-section ul li a:visited {
    color: #365971;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}
.tabbed-content .col-menu-section ul li a:hover {
    text-decoration: underline;
}
.tabbed-content .col-menu-section ul li a small {
    font-size: 80%;
}
.tabbed-content br {
    display: none;
}
.tabbed-content .col-menu-section ul.g-s-doctoral-degree {
    max-width: 300px;
}
.tabbed-content .col-menu-section ul.g-s-masters-degree {
    max-width: 300px;
}
.tabbed-content .col-menu-section h4 {
    color: #363636;
    font-family: "fira-sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.tabbed-content .col-menu-section h4 > span {
    text-transform: none;
    font-weight: 400;
    padding-left: 10px;
}
.tabbed-content .col-menu-section h4.view-all-minors:after {
    display: none;
}
.tabbed-content .col-menu-section h4.view-all-minors > a, .tabbed-content .col-menu-section h4.view-all-minors > a:visited {
    color: #783643;
    font-weight: 700;
}
.tabbed-content > .row:nth-of-type(2) .col-menu-section ul li a, .tabbed-content > .row:nth-of-type(2) .col-menu-section ul li a:visited {
    color: #783643;
}
.tabbed-content > .row:nth-of-type(3) .col-menu-section ul li a, .tabbed-content > .row:nth-of-type(3) .col-menu-section ul li a:visited {
    color: #64773B;
}
.tabbed-content .col-menu-section.seminary-masters h4 {
    margin-left: 15px;
}
.tabbed-content .col-menu-section.seminary-masters h4:after {
    max-width: 95%;
}
.tabbed-content .col-menu-section h4:after {
    width: 100%;
    max-width: 125px;
    height: 2px;
    content: '';
    background: #D2D2D2;
    display: block;
}
#mobile-nav h4 {
    text-transform: uppercase;
    font-family: "fira-sans",sans-serif;
    padding-left: 20px;
    background: #CCC;
    padding: 10px 0 13px 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0;
}
#mobile-nav h4 small {
    display: block;
    text-transform: none;
    color: #333;
    font-size: 12px;
    line-height: 12px;
    font-weight: 100;
}
#mobile-nav h5 a, #mobile-nav h5 a:visited {
    color: #68747B;
    font-family: "fira-sans",sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0 10px 20px;
    display: block;
}
ul.top-level li:last-child a.events-mobile, 
ul.mm-listview li:last-child a.events-mobile {
    padding-left: 20px;
    border-top: 1px solid #DADADA;
    display: block;
    padding: 15px 0 15px 20px;
}
#mobile-nav h4 {
    text-transform: uppercase;
    font-family: "fira-sans",sans-serif;
    padding-left: 20px;
    background: #CCC;
    padding: 10px 0 13px 20px;
    color: #333;
    font-size: 18px;
}
#mobile-nav h4 small {
    display: block;
    text-transform: none;
    color: #333;
}
.mm-hasnavbar-top-1 .mm-panels {
    top: 55px;
}
.mm-navbars-top {
    height: 55px;
}
.mm-panels > .mm-panel.mm-hasnavbar#mm-1 {
    padding-top: 11px;
}
.mm-listview>li:not(.mm-divider):after {
    left: 0 !important;
}
.mm-listview>li>a, .mm-listview>li>span {
    color: #3466A5 !important;
}
.mm-listview .mm-next {
  width: 100% !important;
}
.page-template-page-new-page-builder .mm-listview .mm-next {
    width: 50px !important;
}
.page-template-page-new-page-builder .mm-listview .mm-next:before {
    border:0;
}
ul.top-level li:not(.drop) .mm-next {
    display: none;
}
ul.top-level li a:not(.apply-today),
ul.mm-listview li a:not(.apply-today) {
    color: #333 !important;
    padding-top: 15px;
    padding-bottom: 15px;
}
ul.top-level li:last-child a,
ul.mm-listview li:last-child a {
    margin-right: 0;
}
#nav-mobile-info {
    background: #E6E6E6;
    padding: 20px;
    border-top: 1px solid #CFCFCF;
}
.mm-listview>li#nav-mobile-info:not(.mm-divider):after {
    display: none;
}
#nav-mobile-info p {
    color: #666;
    font-size: 14px;
}
#nav-mobile-info .main-nav-mobile-info a > span {
    display: block;
    float: left;
}
#nav-mobile-info .main-nav-mobile-info a > span.header-icon {
    font-size: 25px;
    margin-right: 10px;
}
#nav-mobile-info .main-nav-mobile-info a > span.txt-wrap {
    font-size: 16px;
    text-transform: uppercase;
    clear: right;
    color: #000000;
    font-weight: 600;
}
#nav-mobile-info .main-nav-mobile-info.apply a + p {
    margin-top: 8px;
}
#nav-mobile-info .main-nav-mobile-info.apply a > span.txt-wrap {
    padding-top: 2px;
    color: #000000;
}
.main-nav-mobile-info.schedule {
    margin-bottom: 18px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
}
.mm-panels ul li #chev {
    display: none;
}
.mm-panels ul li .icon-arrow-right {
    display: none;
}
.mm-panels .arrow-links__top + p {
    display: none;
}
.find-a-major-wrap ul,
ul.majors-tabs {
    margin: 0;
    padding: 0;
}
.find-a-major-wrap ul li:before,
ul.majors-tabs li:before {
    display: none;
}
.find-a-major-wrap ul li,
ul.majors-tabs li {
    text-indent: 0;
}
.find-a-major-wrap .tabbed-content .col-sm-3 {
    width: 25%;
    flex: none;
    display: block;
    float: left;
}
.find-a-major-wrap .tabbed-content .col-sm-6 {
    width: 50%;
    flex: none;
    display: block;
    float: left;
}

.site-navigation {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    /*top: 142px;*/
    top: 152px;
    z-index: 40;
    background: #FFF;
    padding: 16px 0 90px 0;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #EEE;
}
#visible-alert-bar .site-navigation {
    top: 246px;
}
.site-navigation,
.site-navigation .row {
    padding-bottom: 0px !important;
}
.site-navigation.visible {
    display: block;
}
.site-navigation .row {
    padding-top: 30px;
    padding-bottom: 50px;
}
.site-navigation p {
    color: #333;
}
.site-navigation ul {
    padding-left: 0;
}
.site-navigation ul li {
    margin-bottom: 14px;
}
.site-navigation ul li:last-child {
    margin-bottom: 0;
}
.site-navigation ul li a, .site-navigation ul li a:visited {
    color: #3466A5;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}
.site-navigation ul li a:hover {
    color: #345971;
}
.site-navigation ul li a small {
    font-size: 80%;
}
.tabbed-content .row:first-of-type .col-sm-7 > .col-sm-6:first-of-type:after {
    width: 2px;
    height: 100%;
    background: #D2D2D2;
    content: '';
    display: block;
    right: 114px;
    top: 0;
    position: absolute;
}
.tabbed-content .row:first-of-type .col-sm-8 > .col-sm-6:last-of-type h4:after {
    max-width: 225px;
}
.site-navigation .schedule-visit-para {
    margin-top: 35px;
}
.site-navigation .schedule-visit-para p {
    color: #444;
    font-size: 12px;
    line-height: 14px;
    max-width: 200px;
}
.site-navigation .schedule-visit-para h5.apply a, .site-navigation .schedule-visit-para h5.apply a:visited {
    color: #E3455D;
}
.site-navigation .schedule-visit-para h5 span {
    font-size: 10px;
    position: relative;
    top: -1px;
}
.site-navigation .schedule-visit-para h5 {
    color: #3466A5;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
}
.site-navigation .schedule-visit-para h5 a, .site-navigation .schedule-visit-para h5 a:visited {
    color: #3466A5;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.site-navigation .schedule-visit-para h5 a:hover {
    color: #345971;
}
.site-navigation .schedule-visit-para:last-child h5 a, .site-navigation .schedule-visit-para:last-child h5 a:visited {
    color: #849F61;
}
.site-navigation .schedule-visit-para:last-child h5 a:hover {
    color: #65763B;
}
.site-navigation .schedule-visit-para:last-child h5.apply a, .site-navigation .schedule-visit-para:last-child h5.apply a:visited {
    color: #E3455D;
}
.site-navigation h4 {
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #363636;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 20px;
    font-family: "fira-sans",sans-serif;
}
.site-navigation h4 small {
    display: block;
    text-transform: none;
    font-weight: 400;
    padding-bottom: 10px;
    color: #444;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
}



.site-navigation h4:after {
    width: 100%;
    max-width: 125px;
    height: 2px;
    content: '';
    background: #DDD;
    display: block;
}
.site-navigation h4 > span {
    text-transform: none;
    font-weight: 300;
    padding-left: 10px;
}
.site-navigation h4.linked:after {
    display: none;
}
.site-navigation h4.linked > a, .site-navigation h4.view-all-minors > a:visited {
    color: #783643;
    font-weight: 700;
}
.tabbed-content .row:nth-of-type(2) .schedule-visit-para, .tabbed-content .row:nth-of-type(3) .schedule-visit-para, .tabbed-content .row:nth-of-type(4) .schedule-visit-para {
    margin-top: 0;
    margin-bottom: 25px;
}
.tabbed-content .row:nth-of-type(2) .schedule-visit-para:last-child, .tabbed-content .row:nth-of-type(3) .schedule-visit-para:last-child, .tabbed-content .row:nth-of-type(4) .schedule-visit-para:last-child {
    margin-bottom: 0;
}
.tabbed-content .row:nth-of-type(2) .col-sm-3 > h5, .tabbed-content .row:nth-of-type(3) .col-sm-3 > h5, .tabbed-content .row:nth-of-type(4) .col-sm-4 > h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 12px;
}
.tabbed-content .row:nth-of-type(2) .col-sm-3 > h5 a, .tabbed-content .row:nth-of-type(2) .col-sm-3 > h5 a:visited, .tabbed-content .row:nth-of-type(3) .col-sm-3 > h5 a, .tabbed-content .row:nth-of-type(3) .col-sm-3 > h5 a:visited, .tabbed-content .row:nth-of-type(4) .col-sm-4 > h5 a, .tabbed-content .row:nth-of-type(4) .col-sm-4 > h5:visited {
    color: #68747B;
}
.tabbed-content .row:nth-of-type(2) .col-sm-3 h4:after, .tabbed-content .row:nth-of-type(3) .col-sm-3 h4:after, .tabbed-content .row:nth-of-type(4) .col-sm-4 h4:after {
    max-width: 245px;
}
.tabbed-content .row:nth-of-type(2) .col-sm-3:first-of-type:after, .tabbed-content .row:nth-of-type(3) .col-sm-3:first-of-type:after, .tabbed-content .row:nth-of-type(4) .col-sm-4:first-of-type:after {
    width: 2px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 45px;
    display: block;
    background: #DDD;
}
.tabbed-content .row:nth-of-type(4) .col-sm-4:last-child > h4 + ul + h4 {
    margin-top: 35px;
}
.find-a-major-wrap .tabbed-content .row .col-sm-3:first-of-type:after {
    display: none;
}
#mobile-nav {
    font-family: "lato",sans-serif;
}
#mobile-nav h4 {
    text-transform: uppercase;
    font-family: "lato",sans-serif;
    padding-left: 20px;
    background: #CCC;
    padding: 10px 0 13px 20px;
    color: #333;
}
#mobile-nav h4 small {
    display: block;
    text-transform: none;
    color: #333;
}
#mobile-nav h5 a, #mobile-nav h5 a:visited {
    color: #68747B;
    font-family: "lato",sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0 10px 20px;
    display: block;
}
#mobile-nav h5 a:hover {
    color: #4c4c4c;
}
.mm-listview>li:not(.mm-divider):after {
    left: 0 !important;
}
.mm-listview>li>a, .mm-listview>li>span {
    color: #3466A5 !important;
}
.mm-listview .mm-next {
  width: 100% !important;
}
.page-template-page-new-page-builder .mm-listview .mm-next {
    width: 50px !important;
}
.page-template-page-new-page-builder .mm-listview .mm-next:before {
    border:0;
}
ul.top-level li a:not(.apply-today),
ul.mm-listview li a:not(.apply-today)

{
    color: #333 !important;
}
ul.top-level li:last-child a,
ul.mm-listview li:last-child a {
    margin-right: 0;
}
#nav-mobile-info {
    background: #E6E6E6;
    padding: 20px;
    border-top: 1px solid #CFCFCF;
}
.mm-listview>li#nav-mobile-info:not(.mm-divider):after {
    display: none;
}
#nav-mobile-info p {
    color: #666;
    font-size: 14px;
}
#nav-mobile-info .main-nav-mobile-info a > span {
    display: block;
    float: left;
}
#nav-mobile-info .main-nav-mobile-info a > span.header-icon {
    font-size: 25px;
    margin-right: 10px;
}
#nav-mobile-info .main-nav-mobile-info a > span.txt-wrap {
    font-size: 16px;
    text-transform: uppercase;
    clear: right;
}
#nav-mobile-info .main-nav-mobile-info.apply a + p {
    margin-top: 8px;
}
#nav-mobile-info .main-nav-mobile-info.apply a > span.txt-wrap {
    padding-top: 2px;
}
.main-nav-mobile-info.schedule {
    margin-bottom: 18px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
}
.button-close-majors, .button-close-majors:visited, .button-close-majors:focus {
  display: block;
  background-color: #c0392b;
  color: #FFF;
  font-size: 30px;
  padding: 10px;
  line-height: 0;
  margin: auto;
  color: #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  -o-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.button-close-majors span, .button-close-majors .icon {
  display: block;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}
.button-close-majors span {
  width: 72%;
  line-height: inherit;
  font-size: 18px;
  text-transform: uppercase;
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  -o-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.button-close-majors span:after {
  content: '';
  background-color: #a53125;
  width: 2px;
  height: 70%;
  position: absolute;
  top: 15%;
  right: -1px;
}
.button-close-majors .icon {
  width: 28%;
  right: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  -o-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.button-close-majors .icon .fa {
  font-size: 23px;
  vertical-align: middle;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
  -o-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
}
.button-close-majors .icon .fa-remove {
  height: 27px;
}
.button-close-majors .icon .fa-check {
  display: none;
}
.button-close-majors.success span, .button-close-majors:hover span {
  left: -72%;
  opacity: 0;
}
.button-close-majors.success .icon, .button-close-majors:hover .icon {
  width: 100%;
}
.button-close-majors.success .icon .fa, .button-close-majors:hover .icon .fa {
  font-size: 32px;
}
.button-close-majors.success {
  background-color: #27ae60;
}
.button-close-majors.success .icon .fa-remove {
  display: none;
}
.button-close-majors.success .icon .fa-check {
  display: inline-block;
}
.button-close-majors:hover {
  opacity: .9;
}
.button-close-majors:hover .icon .fa-remove {
  height: 37px;
}
.button-close-majors:active {
  opacity: 1;
}

/* ACADEMIC SEGMENTATION */
#academicSegmentation {
    padding: 50px 0 60px;
}
#academicSegmentation.np {
    padding: 0 0 60px;
}
#academicSegmentationRow > .perc-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#academicSegmentationRow .col-sm-4 {
    width: auto;
    float: none;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
#academicSegmentation .col-sm-4.segment > div {
    height: 100%;
    border: 1px solid #CCC;
    position: relative;
    /*background-image: url(https://www.lbc.edu/web_resources/themes/2015/images/updated-home/bg-segment-undergrad.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 30px;
}
#academicSegmentation .col-sm-4.segment > div h2 > a span {
    font-weight: 600;
    font-size: 16px;
}
#academicSegmentation.shorter .col-sm-4.segment > div {
    padding: 30px;
}
#academicSegmentation.shorter .col-sm-4.segment > div > div {
    padding: 0;
}
#academicSegmentation.shorter .col-sm-4.segment > div p {
    max-width: 100%;
}
#academicSegmentation.shorter .col-sm-4.segment > div ul {
    margin-bottom: 0;
}
#academicSegmentation .col-sm-4.segment > div a {
    -webkit-transition: opacity .25s ease-in-out;
         -o-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out;
}
#academicSegmentation .col-sm-4.segment > div a:hover {
    opacity: 0.7;
    text-decoration: none;
}
#academicSegmentation .col-sm-4.segment > div  h2 {
    margin: 0 0 15px;
    font-size: 19px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
}
#academicSegmentation .col-sm-4.segment > div  h2 > a:not(.cta), #academicSegmentation .col-sm-4.segment > div  h2 > a:not(.cta):visited {
    color: #363636;
    text-decoration: none;
    font-weight: 900;
}
#academicSegmentation .col-sm-4.segment > div  p {
    color: #252525;
    font-family: "lato",sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
    max-width: 360px;
}
#academicSegmentation .col-sm-4.segment > div  p + p {
    margin-bottom: 0;

}
#academicSegmentation .col-sm-4.segment > div  p + p a:not(.cta), #academicSegmentation .col-sm-4.segment > div  p + p a:not(.cta):visited {
    color: #365971;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}
#academicSegmentation .col-sm-4.segment > div  p + p a:not(.cta) > span {
    font-size: 12px;
    padding-left: 0;
    font-weight: 600;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
}

.page-id-2834 #academicSegmentation .col-sm-4.segment {
    margin-bottom: 30px;
}
.page-id-2834 #academicSegmentation .col-sm-4.segment:nth-of-type(2) > div:before,
.page-id-2834 #academicSegmentation .col-sm-4.segment:nth-of-type(3) > div:before,
.page-id-2834 #academicSegmentation .col-sm-4.segment > div:before {
    background: #F0F0F0;
}

#academicSegmentation .col-sm-4.segment > div  p + p a:not(.cta):hover > span {
    opacity: 1;
}
#academicSegmentation .col-sm-4.segment > div  p + p a:not(.cta):hover > span {
    padding-left: 5px;
}
#academicSegmentation .col-sm-4.segment > div > div {
    position: relative;
    z-index: 10;
}
#academicSegmentation .col-sm-4.segment > div:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: rgba(220,231,240,0.95);
    /*background: #FFF;*/
    z-index: 1;
}
/*
#academicSegmentation .col-sm-4.segment:nth-of-type(2) > div {
    background-image: url(https://www.lbc.edu/web_resources/themes/2015/images/updated-home/bg-segment-accelerated-undergrad.jpg);
}*/
#academicSegmentation .col-sm-4.segment:nth-of-type(2) > div:before {
    background: rgba(236,210,217,0.95);
    /*background: #FFF;*/
}
#academicSegmentation .col-sm-4.segment:nth-of-type(2) > div  p + p a:not(.cta), #academicSegmentation .col-sm-4.segment:nth-of-type(2) > div  p + p a:not(.cta):visited {
    color: #783643;
}
/*
#academicSegmentation .col-sm-4.segment:nth-of-type(3) > div {
    background-image: url(https://www.lbc.edu/web_resources/themes/2015/images/updated-home/bg-segment-seminary.jpg);
}*/
#academicSegmentation .col-sm-4.segment:nth-of-type(3) > div:before {
    background: rgba(209,236,202,0.95);
    /*background: #FFF;*/
}
#academicSegmentation .col-sm-4.segment:nth-of-type(3) > div  p + p a:not(.cta), #academicSegmentation .col-sm-4.segment:nth-of-type(3) > div  p + p a:not(.cta):visited {
    color: #64773b;
}
#academicSegmentation.no-bg .col-sm-4.segment > div {
    background-image: none !important;
}

/* OUR MISSION */
#ourMission {
    padding-bottom: 60px;
}
#ourMission p {
    color: #363636;
}
#ourMission img {
    width: 100%;
}
#ourMission a[data-fancybox] {
    position: relative;
    display: block;
}
.intro-content .col-lg-7 a[data-fancybox] {
    display: inline-block;
    position: relative;
}
.intro-content .col-lg-7 a[data-fancybox]:before,
#ourMission a[data-fancybox]:before {
    width: 100%;
    font-family: 'Font Awesome 5 Pro';
    content: '\f144';
    font-size: 65px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    text-align: center;
    display: block;
    color: #FFF;
    z-index: 20;
    font-weight: 300;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;

}
.intro-content .col-lg-7 a[data-fancybox]:hover:before {
    opacity: 0.7;
}
#ourMissionFullCol > div {
    background: #fff;
    border: 1px solid #CCC;
    padding: 45px 30px;
    /*background-image: url(https://www.lbc.edu/web_resources/themes/2015/images/updated-home/bg-our-mission.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ourMissionFullCol > div:before {
    width: 100%;
    display: none;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    background: rgba(240,240,240,0.9);
    opacity: 0;

}
#ourMissionFullCol > div > div {
    position: relative;
    z-index: 10;
}
#ourMissionFullCol > div h4 {
    color: #363636;
    font-size: 23px;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 7px;
}
#ourMissionLeftCol {
    display: block;
    float: left;
}
#ourMissionFullCol > div h4:after {
    width: 100%;
    max-width: 100px;
    height: 2px;
    display: block;
    background: #606060;
    content: '';
}
#ourMissionFullCol .col-sm-6 {
    display: block;
    float: left;
    flex: none;
}
#ourMissionFullCol .col-sm-6#ourMissionRightCol {
    float: right;
}
#ourMissionFullCol > div p {
    color: #252525;
    margin-bottom: 40px;
}
#ourMissionFullCol > div a.cta-secondary, #ourMissionFullCol > div a.cta-secondary:visited {
    border: none;
    background-color: #888888;
    color: #FFF;
    padding: 12px 15px;
    width: 100%;
    max-width: 305px;
    font-size: 16px;
    display: block;
}
#ourMissionFullCol > div a.cta-secondary:hover {
    border: none;
    background-color: #888888;
    color: #FFF !important;
    opacity: 0.7;
}
#ourMissionFullCol > div:before, #ourMissionFullCol > div:after {
    width: 100%;
    display: block;
    content: '';
    clear: both;
}
#ourMissionRightCol .col-sm-6 p {
    color: #363636;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
}
#ourMissionRightCol a {
    position: relative;
    display: block;
    line-height: 0;
}
#ourMissionRightCol a:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    display: block;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
         -o-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out;
}
#ourMissionRightCol a:hover:after {
    opacity: 1;
}

/* CAMPUS HOUSING */
@font-face {
    font-family: 'icomoon';
    src:  url('/wp-content/themes/yboot/assets/fonts/icomoon/fonts/icomoon.eot?xyepzp');
    src:  url('/wp-content/themes/yboot/assets/fonts/icomoon/fonts/icomoon.eot?xyepzp#iefix') format('embedded-opentype'),
      url('/wp-content/themes/yboot/assets/fonts/icomoon/fonts/icomoon.ttf?xyepzp') format('truetype'),
      url('/wp-content/themes/yboot/assets/fonts/icomoon/fonts/icomoon.woff?xyepzp') format('woff'),
      url('/wp-content/themes/yboot/assets/fonts/icomoon/fonts/icomoon.svg?xyepzp#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }



.icon-cell-phone:before {
    content: "\e90f";
    color: #488ee7;
  }
  .icon-download-file:before {
    content: "\e910";
    color: #488ee7;
  }
  .icon-email:before {
    content: "\e911";
    color: #488ee7;
  }
  .icon-fax:before {
    content: "\e912";
    color: #488ee7;
  }
  .icon-calculator:before {
    content: "\e913";
    color: #488ee7;
  }
  .icon-pdf:before {
    content: "\e914";
    color: #488ee7;
  }
  .icon-checkmark:before {
    content: "\e915";
    color: #1acd61;
  }
  .icon-info:before {
    content: "\e916";
  }
  .icon-video-play:before {
    content: "\e917";
    color: #488ee7;
  }
  .icon-website:before {
    content: "\e918";
    color: #488ee7;
  }
  .icon-computer-workstation:before {
    content: "\e90e";
  }
  .icon-desk:before {
    content: "\e90d";
  }
  .icon-dresser:before {
    content: "\e90c";
  }
  .icon-fitness-center:before {
    content: "\e90b";
  }
  .icon-kitchenette:before {
    content: "\e940";
  }
  .icon-laundry:before {
    content: "\e905";
  }
  .icon-quite-study:before {
    content: "\e906";
  }
  .icon-recreation-area:before {
    content: "\e907";
  }
  .icon-tv:before {
    content: "\e908";
  }
  .icon-waredrobe:before {
    content: "\e909";
  }
  .icon-wifi:before {
    content: "\e90a";
  }
  .icon-minus:before {
    content: "\e900";
  }
  .icon-chevron-down:before {
    content: "\e901";
  }
  .icon-calendar:before {
    content: "\e902";
  }
  .icon-icon-nav-spply-today:before {
    content: "\e903";
  }
  .icon-arrow-right:before {
    content: "\e904";
  }
  

.housing-slider {
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.housing-slider.slick-initialized {
    opacity: 1;
}
.housing-slider .slick-prev,
.housing-slider .slick-next {
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 999;
}
.housing-slider .slick-next:before,
.housing-slider .slick-prev:before {
    color: #FFF;
    font-size: 30px !important;
    opacity: 1;
}
.housing-slider .slick-next:hover:before,
.housing-slider .slick-prev:hover:before {
    opacity: 0.7;
}
.housing-slider img {
    display: block;
    width: 100%;
}
.single-location-wrap {
    background: #FFF;
    padding: 30px;
    margin-bottom: 20px;
}

.single-location-wrap:last-child {
    margin-bottom: 0;
}

.single-location-wrap .col-md-5 img {
    border: 1px solid #CCC;
}

.single-location-wrap .col-md-7 {
    max-width: 700px;
    float: right;
}



.slick-next,
.slick-prev {
    width: 30px !important;
    height: 30px !important;
    font-size: 25px !important;
}

.slick-next {
    right: 5px !important;
    top: 75% !important;
}

.slick-prev {
    left: 5px !important;
    top: 75% !important;
}

.slick-next:before,
.slick-prev:before {
    font-family: 'slick' !important;
    font-size: 25px !important;
}

.slick-prev:before {
    content: '←' !important;
}

.slick-next:before {
    content: '→' !important;
}

body>div#wrapperMajorsPage .single-location-wrap .col-md-7 h3 {
    color: #333333;
    font-family: 'EB Garamond', serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.single-location-wrap .col-md-7 h4 {
    color: #576D7A;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 0;
}

.single-location-wrap .col-md-7 a.show-more-details,
.single-location-wrap .col-md-7 a.show-more-details:visited,
.single-location-wrap .col-md-7 a.show-more-details:focus {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}

.single-location-wrap .col-md-7 p {
    color: #252525;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    max-width: 558px;
}

.single-location-wrap .col-md-7 .clearfix p {
    max-width: 100%;
}

.single-location-wrap .contain-icons span.icon {
    margin-right: 30px;
    float: left;
    font-size: 40px;
    text-align: center;
}

.single-location-wrap .contain-icons span.icon:last-child {
    margin-right: 0;
}

.single-location-wrap .contain-icons .contain-icons-only {
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.single-location-wrap.active .contain-icons {
    margin-left: -15px;
    margin-right: -15px;
}
.single-location-wrap .contain-icons > .fl {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.single-location-wrap .contain-icons .contain-icons-only.active {
    display: none;
}

.single-location-wrap span.icon > span {
    display: block;
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}

.hidden-info {
    display: none;
}

.hidden-info.active {
    display: block;
}

.hidden-info ul {
    padding-top: 0;
}

.hidden-info .fl:nth-of-type(2) ul {
    padding-left: 50px;
}

.hidden-info ul li {
    font-size: 14px;
    line-height: 22px;
}

.hidden-info .fl {
    width: 50%;
}

.hidden-info .fl:last-of-type {
    min-width: 210px;
}

#stickyBarContentColFull {
    margin-bottom: 40px;
}

#stickyBarContentWrap {
    padding-bottom: 50px;
}

.single-location-wrap .col-md-7 p:nth-of-type(1) {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.6em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* */
    margin-right: -1em;
    padding-right: 1em;
    display: inline-block;
    clear: both;
}

.single-location-wrap .col-md-7 p:nth-of-type(1):before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
}

.single-location-wrap .col-md-7 p:nth-of-type(1):after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    width: 1em;
    /* set width and height */
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

.single-location-wrap .col-md-7 .clearfix p:nth-of-type(1),
.single-location-wrap .col-md-7 p:nth-of-type(1).opened {
    height: auto;
    max-height: 100%;
}

.single-location-wrap .col-md-7 .clearfix p:nth-of-type(1):after,
.single-location-wrap .col-md-7 p:nth-of-type(1).opened:after {
    display: none;
}

.single-location-wrap .col-md-7 p.opened:nth-of-type(1):before,
.single-location-wrap .col-md-7 p.opened:nth-of-type(1):after {
    display: none;
}

@media(max-width: 991px) {
    .single-location-wrap .col-md-5 {
        float: none;
    }
    .single-location-wrap .col-md-7 {
        width: 100%;
        margin-top: 20px;
        float: none;
    }
}
@media(max-width: 767px) {
    .contain-icons .fl {
        width: 100%;
        float: none;
        clear: both;
        margin-top: 20px;
    }
}

/* IMPACTING GENERATIONS */
.impacting {
    /*background-image: url(https://www.lbc.edu/web_resources/themes/2015/images/updated-home/impacting-generations/bg-impacting-generations.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 668px;
    min-height: 34.792vw;
    position: relative;
}
.impacting > .container {
    position: static;
}
.impacting > .container h2 {
    text-align: left;
}
.impacting:before {
    width: 100%;
    height: 100%;
    display: block !important;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(57,52,59,0.95);
}
#mc_embed_signup #mce-success-response {
    top: -16px !important;
    padding: 30px 0 !important;
}
#gallery {
    width: 50%;
    height: 100%;
    background: #373238;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
#gallery img {
    width: 10vw;
    height: 6.96vw;
    display: block;
    float: left;
}
.windows #gallery img, .chromebook #gallery img {
  /*width: calc(10vw - 2px);*/
  width: 9.89vw;
}
#gallery ul {
    margin: 0;
    padding: 0;
}
#gallery ul li {
    display: block;
    float: left;
    position: relative;
}
#gallery ul li:before {
    border-radius: 0;
    border: none;
}
#gallery ul li:before, #gallery ul li.with-vid a:before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transition: background .25s ease-in-out;
         -o-transition: background .25s ease-in-out;
            transition: background .25s ease-in-out;
}
#gallery ul li.with-vid a:after {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 40px #FFF;
            box-shadow: 0 0 40px #FFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    content: '';
    -webkit-transition: opacity .25s ease-in-out;
         -o-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out;
}
#gallery ul li.with-vid a:hover:after {
    opacity: 1;
}
#gallery ul li.with-vid a:hover:before {
    background: rgba(0,0,0,0);
}
#gallery ul li.with-vid:before {
    display: none;
}
#gallery ul li a:focus {
    outline: none;
}
.impacting .np {
    padding: 0;
}
.impacting .half-col {
    width: 50%;
    float: left;
}
.impacting .flexed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.impacting .center-block {
    float: none !important;
}
.impacting .fr {
    float: right;
}
.impacting .content-wrap {
    top: 50%;
    position: absolute !important;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 510px;
    z-index: 10;
}
.impacting .content-wrap h2 {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 25px;
    max-width: 420px;
}
.impacting .content-wrap p {
    color: #FFFFFF;

}

/* FOOTER */
#updatedFooter {
    background: #322E34;
    padding: 70px 0 70px;
    color: #F0F0F0;
    font-size: 14px;
}
#updatedFooter h6 {
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 8px;
}
#updatedFooter h6 a, #updatedFooter h6 a:visited, #updatedFooter h6 a:focus {
    color: #FFFFFF;
    padding: 0;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out;
         -o-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
}
#updatedFooter h6 a:hover {
    text-decoration: underline;
}
#updatedFooter hr {
    border-color: #47424A;
    border-width: 2px;
}
#updatedFooter .footer-menu {
    margin-bottom: 29px;
}
#updatedFooter ul {
    margin: 0;
    padding: 0;
}
#updatedFooter ul li {
    margin-bottom: 8px;
}
#updatedFooter ul li:last-child {
    margin-bottom: 0;
}
#updatedFooter ul li a, #updatedFooter ul li a:visited {
    color: #FFFFFF;
    font-weight: 400;
    padding: 0;
}
#updatedFooter ul li a:hover {
    text-decoration: underline;
}
#updatedFooter #updatedFooterRow2, #updatedFooter #updatedFooterRow3 {
    font-weight: 300;
}
#updatedFooter #updatedFooterRow2 p, #updatedFooter #updatedFooterRow3 p {
    font-size: 12px;
    color: #BBB;
}
#updatedFooter #updatedFooterRow3 ul li {
    display: block;
    float: left;
    margin-right: 5px;
    padding-right: 5px;
    margin-top: -5px;
    border-right: 1px solid #BBB;
}
#updatedFooter #updatedFooterRow3 ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
}
#updatedFooter #updatedFooterRow3 ul li a {
    color: #EEE;
    font-size: 12px;
}
#updatedFooter #updatedFooterRow2 ul.social-links {
    float: right;
    position: relative;
    top: 5px;
}
#updatedFooter #updatedFooterRow2 ul.social-links li {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin-right: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#updatedFooter #updatedFooterRow2 ul.social-links li:last-child {
    margin-right: 0;
}

/* #updatedFooter #updatedFooterRow2 ul.social-links li a, #updatedFooter #updatedFooterRow2 ul.social-links li a:visited {
    display: block;
    border-radius: 50%;
    background: #488EE7;
    text-align: center;
    line-height: 35px;
    color: #322e34;
    font-size: 20px;
    -webkit-transition: background .25s ease-in-out;
         -o-transition: background .25s ease-in-out;
            transition: background .25s ease-in-out;
} */
#updatedFooter .container {
    max-width: 1420px;
}
#updatedFooter .footer-menu:last-child {
    margin-bottom: 14px;
}
.footer-menu:not(.address) +.address {
    margin-top: 39px;
}
.footer-menu.address li {
    line-height: 28px;
}
.footer-menu.address a {
    text-decoration: underline;
}
.footer-menu.address a:hover, 
.footer-menu.address a:focus, 
.footer-menu.address a:active {
    text-decoration: none!important;
}
#updatedFooter #updatedFooterRow2 ul.social-links li a:hover svg path {
    fill: #5893ac;
}
#updatedFooter #updatedFooterRow2 ul.social-links li a > span {
    position: relative;
    left: 3px;
}
#updatedFooter #updatedFooterRow2 ul.social-links + p {
    margin-bottom: 10px;
}
#updatedFooter .footer-menu a[target=_blank]::after {
    content: '';
    background-image: url(../yboot/assets/img/icons/external-site-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    right: -3px;
    top: 4px;
}
.footer-logo {
    width: 100%;
    height: auto;
    max-width: 371px;
    margin-bottom: 5px;
}
#headerMainNavLeftCol a > img {
  position: relative;
  top: 8px;
}

#ask-a-question {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    padding: 0 !important;
    width: 90% !important;
    max-width: 660px !important;
    height: 90% !important;
    background: transparent !important;
    transform: translate(-50%,-50%);
    margin: 0 !important;
}
#footerCopyRightLinks a.fixed-cta {
  width: 230px;
  position: fixed;
  bottom: 0;
  right: 15px;
  -webkit-box-shadow: 0 0 3px #000;
          box-shadow: 0 0 3px #000;
  z-index: 9999;
  font-size: 16px;
  background-color: #488EE7;
  color: #fff;
  border: none;
  border-radius: 0;
}
.fixed-cta span:not(.green) {
    display: block;
    font-size: 13px;
    margin-top: -21px;
}
.fa-comments {
    color: #b3b960;
    /*background: url(https://www.lbc.edu/web_resources/themes/2015/images/icon-sprite.png) no-repeat -177px -60px;*/
    width: 50px;
    height: 41px;
    display: block;
    margin: 0;
    position: absolute;
    margin-top: -4px;
    margin-left: -40px;
    font-size: 27px;
}

/* CALENDAR */
#upcoming-events {
    padding: 75px 0 50px;
}
#upcoming-events h3 {
    margin-bottom: 70px;
}
.page-template-default .breadcrumbs {
    padding: 15px 0;
}
.page-template-default .simcal-default-calendar-grid>table tbody td {
    border: 1px solid #CCC;
}
.page-template-default .simcal-default-calendar-grid .simcal-events>.simcal-event > span {
    position: relative;
    left: 30px;
}
.simcal-default-calendar-list .simcal-event-details > div {
    display: none;
}
.simcal-default-calendar-list ul.simcal-events {
    margin: 0;
    padding: 0;
}
.simcal-default-calendar-list .simcal-event-details span.simcal-event-start-date {
    display: none;
}
.simcal-default-calendar-list .simcal-event-details span.simcal-event-start-time {
    margin-left: -6px;
}
.simcal-default-calendar-list .simcal-event-details {
    text-indent: 0;
}
.simcal-default-calendar-list .simcal-event-details strong {
    display: block;
}
main ul.simcal-events li:before {
    display: none;
}
.simcal-default-calendar-list .simcal-event-details > p:first-of-type {
    display: block;
}
.simcal-default-calendar-list .simcal-event-details p {
    margin: 0;
}
.simcal-default-calendar-list ul.simcal-events li {
    margin-bottom: 30px !important;
}
.simcal-default-calendar-grid .simcal-events {
    padding-left: 20px;
}
.simcal-default-calendar-list dt.simcal-day-label {
    margin: 0 0 -20px;
    position: relative;
    top: -33px;
    left: -20px;
    border: none !important;
    text-transform: uppercase;
    font-size: 20px;
}
.simcal-default-calendar-list .simcal-event-details a {
    background-color: #488EE7;
    border: 2px solid #488EE7;
    color: #FFF;
    text-transform: uppercase;
    padding: 16px 34px;
    display: inline-block;
    font-family: "fira-sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    margin-top: 25px;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.simcal-default-calendar-list .simcal-event-details a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #488EE7;
}
.simcal-default-calendar-list .simcal-event-details span.simcal-event-title {
    color: #555555;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
}
.simcal-default-calendar-list.simcal-default-calendar-light .simcal-events-toggle {
    display: none;
}
.simcal-events-list-container {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
/*.simcal-default-calendar-list dd.simcal-day {
    background: #FFF;
    float: left;
    padding: 20px;
    position: relative;
    left: -104px;
    margin-bottom: 110px;
}*/
.simcal-default-calendar-list .custom-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 62px;
}
.simcal-default-calendar-list .custom-col > .bg {
    background: #FFF;
    padding: 0 20px 20px;
    height: 100%;
    border-top: 2px solid #3466A5;
}
.simcal-default-calendar-list dd.simcal-day:nth-of-type(4n) {
    clear: right;
}
.simcal-default-calendar-list dd.simcal-day:nth-of-type(5n) {
    clear: left;
}

/* ALTERNATING CONTENT */
/*.alternating-content {
    padding: 75px 0;
}*/
.alternating-content.with-staff ul {
    margin-left: 25px;
}
.alternating-content.with-staff h4 {
    margin-bottom: 0;
}
.alternating-content .cta {
    margin-top: 25px;
    display: inline-block;
}
.alt-content {
    background: #FFF;
    padding: 100px 0;
}
.alt-content img {
    display: block;
    margin: 0 auto;
}
.alt-content .col-lg-5 {
    text-align: center;
}
.alt-content .col-lg-5 a {
    line-height: 0;
    display: inline-block;
}
.alt-content .col-lg-5 a.content-vid:before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    content: '';
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.alt-content .col-lg-5 a.content-vid:hover:before {
    opacity: 1;
}
.alt-content .fa-play-circle {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    color: #FFF;
    font-size: 60px;
    text-align: center;
    display: block;
}
.alt-content .alt-content__play-button {
    width: 100%;
    max-width: 80px;
    position: absolute;
    z-index: 10;
    text-align: center;
    display: block;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.alt-content.bg-light-green {
    background: #d1ecca;
}
.alt-content.bg-light-gray {
    background: #FAFAFA;
}
.alt-content.bg-gray {
    background: #F0F0F0;
}
.alt-content.bg-green {
    background: #a1a94f;
}
.alt-content.bg-light-blue {
    background: #CADCE7;
}
.alt-content ul li i {
    display: inline;
    padding-left: 3px;
}
.alt-content.bg-green h5,
.alt-content.bg-green p {
    color: #FFF;
}
.alternating-content .col-lg-7 p:last-child {
    margin-bottom: 0;
}
.page-id-288 .alt-content h4 + p {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
}
.page-id-288 .alt-content h4 + p + ul {
    margin-top: 5px;
}
.alternating-content.locations .alt-content.bg-green {
    background: #3a363c;
}
.alternating-content.locations .loc-list {
    margin-top: 54px;
}
.alternating-content.locations .loc-list > div  a,
.alternating-content.locations .loc-list > div  a:visited,
.alternating-content.locations .loc-list > div  a:focus {
    color: #FFF;
}
.alternating-content.locations .loc-list > div  a i {
    color: #a1a94f;
    font-size: 24px;
    margin-right: 10px;
    position: relative;
    top: 8px;
}
.alternating-content.locations .loc-list > div  a small {
    display: block;
    font-style: normal;
    position: relative;
    left: 33px;
}
.alternating-content.locations .loc-list > div {
    display: inline-block;
    width: 30%;
    margin-bottom: 40px;
}

/* FAQ'S */
.faqs {
    background: #FAFAFA;
    padding: 50px 0;
}
.faqs h6:not(.inner-question    ) {
    margin-bottom: 30px;
}
.faqs.bg-gray {
    background: #F0F0F0;
}
.wrap-faq {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-bottom: 15px;
}
.wrap-faq:last-child {
    margin-bottom: 0;
}
.wrap-faq p:last-child {
    margin-bottom: 0;
}
.wrap-faq p {
    margin-top: 10px;
}
.faq-content > div > .faq-content {
    display: none;
    padding: 0px 40px 40px 40px;
}
.wrap-faq h6 {
    position: relative;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.wrap-faq h6.active,
.wrap-faq h6:hover {
    color: #3466A5;
}
.wrap-faq h6.active:after {
    content: '\f068';
}
.wrap-faq h6:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    content: '\f067';
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .faqs--new .wrap-faq h6::after {
    content: "\e901";
    transition: .3s;
    color: #488EE7;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: inline-block;
}
.faqs--new .wrap-faq h6.active::after {
    transform: rotate(180deg);
} */
.faq-content .inner-question {
    padding: 24px 39px;
}

.faqs--new {
    position: relative;
    padding: 60px 0;
}
.faqs--new.bg-light-gray + .faqs--new.bg-light-gray {
    padding-top: 0;
}
.faqs--new .col-12 {
    padding: 0 !important;
}
.faqs__header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 35px;
}
.faqs__header h3 {
    margin: 0;
    padding-bottom: 10px;
}
.faqs__wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.faqs--left .faqs__header {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    max-width: 800px;
    padding-bottom: 20px;
}
.faqs--left .faqs__wrap {
    max-width: 1280px;
    margin-left: 0;
    margin-right: auto;
}
.faqs--new h6:not(.inner-question) {
    margin-bottom: 10px;
}
@media(max-width: 600px) {
    .faq-content .inner-question {
        padding: 20px 46px 20px 15px;
        font-size: 16px !important;
    }
}

/* BLOG */
.posted-in {
    padding-top: 7px;
}
hr.rule-blog {
    width: 100%;
    border-color: #999;
    margin: 5px 0 33px;
}
.single .hero-tall h1 {
    max-width: 800px;
}
.blog-archive-wrap .bg,
.blog-single-wrap .bg {
    background: #FFF;
    padding: 20px;
}
.content-band.blog-single-wrap {
    padding-top: 10px;
}
.blog-archive-wrap .bg h3,
.blog-single-wrap .bg h3 {
    margin-bottom: 0;
}
.blog-archive-wrap .bg ul li,
.blog-single-wrap .bg ul li {
    margin-bottom: 10px;
}
.blog-archive-wrap .bg ul li:last-child,
.blog-single-wrap .bg ul li:last-child {
    margin-bottom: 0;
}
.blog-archive-wrap img.img-fluid {
    width: 100%;
}
.blog-archive-wrap .col-lg-8 a {
    text-decoration: none;
}
.blog-archive-wrap .col-lg-8 a:not(.cta):hover {
    text-decoration: underline;
}
.blog-archive-wrap .col-lg-8 > div {
    margin-bottom: 30px;
}
.blog-archive-wrap .col-lg-8 > div:last-child {
    margin-bottom: 0;
}
.content-band.blog-callout.bg-blue h1,
.content-band.blog-callout.bg-blue h2,
.content-band.blog-callout.bg-blue h3,
.content-band.blog-callout.bg-blue h4 {
    color: #fff;
}
@media (max-width: 991px) {
    .blog-archive-wrap__sidebar {
        order: 2;
        margin-top: 40px;
    }
    .blog-archive-wrap__content {
        order: 1;
    }
}
.comment-form-comment label {
    width: 100%;
    display: block;
}
ul.commentlist li {
    text-indent: 0;
}
ul.commentlist li.comment.depth-1 {
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}
ul.commentlist li.comment.depth-1:last-child {
    border: none;
    margin-bottom: 0;
}
ul.commentlist li:before {
    display: none;
}
.comments .well {
    margin-top: 50px;
    border-top: 2px solid #999;
    padding-top: 20px;
}
.comments .form-submit input[type="submit"] {
    color: #FFFFFF;
    background-color: #488EE7;
    border: 2px solid #488EE7;
    color: #FFF;
    font-family: "fira-sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    padding: 11px 21px;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.comments .form-submit input[type="submit"]:hover {
    background: none;
    color: #488EE7;
    text-decoration: none;
}
.comment-form-comment textarea {
    width: 100%;
    max-width: 600px;
}
#mc_embed_signup {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#mc_embed_signup .button {
    left: 0 !important;
    float: left;
}
.fb-share-wrapper {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
}
.fb-share-button {
    position: relative;
    top: -6px;
}
.blog-callout.bg-blue {
    background: #567f94;
    color: #FFF;
}
.with-social {
    position: absolute;
    top: -98px;
    right: 15px;
    width: 100%;
}
.blog #scroller .cta.cta-pill {
    display: none;
}
.blog p#breadcrumbs {
    margin-left: 0;
    padding-bottom: 9px;
}
.blog #scroller {
    padding: 13px 0 16px;
}

.body-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,0.2);
    display: none;
}

/* FIXED CTA BAR */
#scroller {
    background: #FFF;
    padding: 5px 0;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
#scroller .cta-bar {
    top: 0;
}
#scroller.fixed {
    width: 100%;
    position: fixed;
    z-index: 888;
    top: 0;
    box-shadow: 0 0 10px #CCC;
}
.page-template-page-majors #scroller .cta.cta-pill {
    top: 7px;
}
.current-section {
    text-transform: capitalize;
}
/*.page-id-647 #scroller .col-12 > .fl:nth-of-type(1) > a {
    display: none;
}
.page-id-647 p#breadcrumbs {
    margin-left: 0;
}*/

/* BREADCRUMBS */
.breadcrumbs {
    padding: 15px 0 45px;
}
.breadcrumbs p#breadcrumbs {
    top: 0;
    margin-left: 0;
}
p#breadcrumbs {
    margin: 0;
    color: #999999;
    font-family: "lato",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    text-transform: uppercase;
    position: relative;
    top: 1px;
    /* margin-left: 30px; */
}
p#breadcrumbs a {
    color: #999999;
}
p#breadcrumbs span.breadcrumb_last {
    color: #777777;
}

/* INTRO CONTENT */
.intro-content {
    padding-bottom: 50px;
}
.intro-content h2 {
    text-align: left;
    margin-bottom: 25px;
}
.intro-content h4 {
    margin-top: 30px;
}
.intro-content h4 > i {
    color: #67B942;
    margin-right: 5px;
}
.intro-content .first-title {
    margin-bottom: 10px;
}
.intro-content .lead {
    color: #3466A5;
    font-size: 20px;
    line-height: 28px;
}
.intro-content .first-title {
    color: #6A6A6A;
    font-size: 16px;
    line-height: 19px;
}
.intro-content h3 {
    margin-top: 45px;
}
.intro-content ul li {
    margin-bottom: 10px;
}
.intro-content ul li:last-child {
    margin-bottom: 0;
}
.mejs-container {
    margin-top: 30px;
}
.mejs-button>button {
    background-image: none !important;
}
.mejs-controls a.mejs-horizontal-volume-slider {
    display: none !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #242A42 !important;
}
.mejs-time {
    color: #4C4C4C !important;
    font-family: "lato",sans-serif !important;
    font-size: 16px !important;
    line-height: 19px !important;
    padding-top: 9px !important;

}
.mejs-time.mejs-duration-container {
    display: none !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
    height: 6px;
    border-radius: 3px;
    background-color: #C8C8C8;
}
.mejs-pause > button,
.mejs-play > button,
.mejs-mute > button,
.mejs-unmute > button {
    background-color: #242A42 !important;
    -webkit-mask-image: url(/wp-includes/js/mediaelement/mejs-controls.svg);
    mask-image: url(/wp-includes/js/mediaelement/mejs-controls.svg);
    background-image: none !important;
}
.mejs-mute > button {
    -webkit-mask-position: -60px 0 !important;
    mask-position: -60px 0 !important;
}
.mejs-unmute > button {
    -webkit-mask-position: -40px 0 !important;
    mask-position: -40px 0 !important;
}
.mejs-pause > button {
    -webkit-mask-position: -20px 0 !important;
    mask-position: -20px 0 !important;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: transparent !important;
}
.mejs-container .mejs-controls {
    height: 55px;
    border-radius: 100px;
    max-width: 340px;
    margin: 0 auto;
    padding: 8px 14px;
    float: none;
    background: #DDD !important;
}
/* FACULTY */
.faculty {
    padding: 60px 0 90px;
    background-color: #FAFAFA;
}
.faculty h4 + a {
    margin-bottom: 20px;
}
.faculty p {
    color: #777777;
    font-size: 15px;
    line-height: 24px;
}
.faculty p.professor {
    color: #3466A5;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.faculty p.location {
    text-transform: uppercase;
    color: #CCC;
    margin-top: 15px;
    margin-bottom: -10px;
}
.faculty p.professor + p > a:first-of-type {
    margin-right: 10px;
}
.faculty p.professor + p > a:last-child {
    margin-left: 10px;
}
.faculty p.professor + p > a:last-child > i {
    margin-right: 5px;
}
.faculty p.job-title {
    color: #4C4C4C;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 10px;
}
.faculty h4 > span {
    font-weight: 400;
}
.faculty .slick-slide img {
    width: 100%;
}
.faculty .col-lg-4 a,
.faculty .col-lg-5 a {
    position: relative;
    display: block;
    line-height: 0;
}
.page-template-page-majors .faculty .col-lg-4 a,
.page-template-page-majors .faculty .col-lg-5 a {
    display: inline;
}
.page-template-page-majors .faculty .col-lg-4 a[data-fancybox] {
    display: block;
}

.page-template-page-majors .content-band .faux-table {
    margin-bottom: 30px;
}
.page-template-page-majors .content-band .col-lg-6 h6 {
    margin-bottom: 30px;
}
.page-template-page-majors .content-band .cta {
    display: inline-block;
}
.major-template-capital .faculty .col-lg-4 a {
    display: inline-block;
}
.faculty .col-lg-5 a > i,
.faculty .col-lg-4 a > i {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #FFF;
    font-size: 60px;
    z-index: 20;
}
.faculty .col-lg-4 a:not(.cta):before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    content: '';
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.faculty .col-lg-4 a:hover:before {
    opacity: 1;
}
.slick-nav-wrap {
    position: absolute;
    top: 8px;
    right: 15px;
    min-width: 65px;
}
.slick-nav-wrap p {
    margin: 0;
    color: #777777;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: -32px;
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.page-id-610 .slick-track {
    margin: 0;
}
.slick-track {
    margin: 0 auto;
}
.page-id-610 .slick-nav-wrap p {
    display: none;
}
.slick-next:before, .slick-prev:before {
    color: #777;
    font-family: 'Font Awesome 5 Pro';
    content: '\f054';
    font-size: 30px;
    font-weight: bold;
}
.slick-prev:before {
    content: '\f053';
}

/* SIDEBAR - YOUR JOURNEY */
.journey-sidebar {
    color: #2F2F2F;
}
.live-chat-cta {
    margin-bottom: 35px;
}
.journey-sidebar .bg {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 35px 45px;
}
.journey-sidebar .bg .cta.blue {
    display: inline-block;
}
.journey-sidebar h6 {
    color: #555555;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.journey-sidebar img {
    max-width: 225px;
    display: block;
    margin: 0 auto;
}
.journey-sidebar ul {
    margin: 0;
}
.journey-sidebar ul li {
    margin-bottom: 0;
}
.journey-sidebar hr {
    border-color: #CCCCCC;
    border-width: 2px;
    margin: 25px 0;
}
.journey-sidebar p.title {
    color: #AAAAAA;
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 5px;
}
.journey-sidebar a.cta.blue-outline {
    display: inline-block;
}
.journey-sidebar .program-info p {
    margin-bottom: 10px;
}
.journey-sidebar .program-internships p > strong,
.journey-sidebar .program-info p > strong {
    color: #AAAAAA;
}
.journey-sidebar .program-options ul {
    padding: 0;
    margin-bottom: 40px;
}
.journey-sidebar .program-options ul li {
    text-indent: 0;
    background-color: #EEEEEE;
    padding: 17px 0 17px 20px;
    color: #2F2F2F;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 2px;
}
.journey-sidebar .program-options ul li i {
    font-size: 20px;
    margin-right: 15px;
}
.journey-sidebar .program-options ul li i.fa-ban {
    color: #B10101;
}
.journey-sidebar .program-options ul li i.fa-check-circle {
    color: #67B942;
}
.journey-sidebar .program-options ul li:before {
    display: none;
}

/* CALLOUT BAR */
.callout-bar {
    padding: 32px 0;
}
.callout-bar .d-flex h3+p {
    margin-left: 30px;
}
.callout-bar.bg-red {
    background: #E92944;
    color: #FFF;
}
.callout-bar h3 {
    color: #FFFFFF;
    margin-bottom: 0;
}
.callout-bar p {
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 0;
}
.callout-bar:not(.light-gray) p {
    color: #FFFFFF;
}
.callout-bar.green {
    background-color: #ACB35E;
}
.callout-bar.light_blue {
    background-color: #488EE7;
}
.callout-bar.blue {
    background-color: #3466A5;
}
.callout-bar.blue h2,
.callout-bar.light_blue h2 {
    color: #FFF;
}
.callout-bar.blue h2 a,
.callout-bar.blue h2 a:visited,
.callout-bar.blue h2 a:focus,
.callout-bar.light_blue h2 a,
.callout-bar.light_blue h2 a:visited,
.callout-bar.light_blue h2 a:focus {
    color: #FFF;
    text-decoration: underline;
}
.callout-bar.blue h2 a:hover,
.callout-bar.light_blue h2 a:hover {
    text-decoration: none;
}
.callout-bar.light-gray {
    background-color: #FAFAFA;
}
.callout-bar.gray {
    background-color: #F0F0F0;
}
.callout-bar.green .bg {
    background: #FFF;
    padding: 20px;
}
.callout-bar.green.overview ul li a:hover {
    text-decoration: underline;
}
.callout-bar.overview p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4C4C4C;
}

/* CLOSER LOOK */
.closer-look {
    padding: 60px 0;
    background-color: #FAFAFA;
    margin-bottom: 40px;
}
.closer-look .bg {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 10px 95px;
    margin-bottom: 42px;
}
.closer-look p {
    color: #777777;
    font-size: 15px;
    line-height: 23px;
}
.closer-look p > strong {
    color: #6A6A6A;
}
.closer-look p.alum-name {
    color: #3466A5;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.closer-look p.examples {
    margin-bottom: 10px;
}
.closer-look .col-lg-4 a[data-fancybox] {
    position: relative;
    display: block;
    line-height: 0;
}
.closer-look .col-lg-4 a > i.fa-play-circle {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    z-index: 10;
    color: #FFF;
    font-size: 60px;
}

/* CONTENT BAND */
.content-band {
    background: #F0F0F0;
    padding: 50px 0;
}
.content-band.full-width {
    background: #FFF;
}
.content-band.bg-light-gray {
    background: #FAFAFA;
}
.content-band.bg-gray {
    background: #F0F0F0;
}
.content-band.bg-white {
    background: #FFFFFF;
}
.content-band.bg-light-blue {
    background: #CADCE7;
}
.content-band.bg-blue {
    background: #567f94;
}
.content-band.bg-med-gray {
    background: #504d52;
}
.content-band.with-calendar h3 {
    margin-bottom: 0;
}
.content-band.with-calendar h3 + p {
    margin-bottom: 40px;
}
.page-id-331 .content-band.bg-light-gray .col-lg-10 {
    max-width: 100%;
    flex: 0 0 100%;
}
.content-band.centered-links {
    padding: 50px 0;
}
.content-band .basic-ul {
    padding-left: 50px;
}
.content-band.quick-facts-wrap h4 {
    margin-top: 50px;
}
.content-band ul li a > i {
    padding-left: 0px;
    padding-right: 4px;
    display: inline-block;
    text-indent: 0;
}

.centered-links h3 {
    margin-bottom: 0;
}
.centered-links a {
    min-width: 300px;
    margin-right: 20px;
}
.centered-links a:last-child {
    margin-right: 0;
}
#locationProgramEventsAll h4:after {
    width: 100%;
    max-width: 145px;
    height: 2px;
    content: '';
    background: rgba(54, 89, 113, 0.5);
    display: block;
}
#locationProgramEventsAll ul {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
  margin-left: 5px;
}
#locationProgramEventsAll ul li {
  width: 50%;
  float: left;
  margin-bottom: 14px;
  padding: 0 20px;
  font-size: 14px;
}
#locationProgramEventsAll ul li a, #locationProgramEventsAll ul li a:visited {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: #3466A5;
}
#locationProgramEventsAll ul li a:hover {
    color: #345971
}
#locationProgramEventsAll ul li:before {
    display: none;
}

.content-band a[data-fancybox] {
    display: inline-block;
    position: relative;
}
.content-band a[data-fancybox] > i.fa-play-circle {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 100px;
    color: #FFF;
    max-width: 450px;
}
.content-band.how-to-apply {
    margin-bottom: 20px;
}
.content-band.how-to-apply h3 {
    color: #FFF;
    margin-bottom: 10px;
}
.content-band.how-to-apply p {
    color: #FFF;
    margin-bottom: 30px;
}
.content-band.how-to-apply .cta.white-outline {
    display: inline-block;
    padding: 15px 21px;
}

/* TEAM MEMBERS */
.team-members.content-band {
    padding-bottom: 70px;
}
.team-members.content-band .col-lg-4 {
    margin-bottom: 30px;
}

/* SPLIT CONTENT */
.split-content {
    padding: 50px 0;
}
.split-content hr {
    border-color: #999;
}
.split-content.ghosted {
    position: relative;
    padding: 50px 0;
}
.split-content.ghosted:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255,255,255,0.7);
}
.split-content.ghosted > .container {
    position: relative;
    z-index: 10;
}
.split-content.ghosted.left-aligned ul {
    max-width: 100%;
}
.split-content.bg-light-gray {
    background: #FAFAFA;
}
.split-content.bg-light-blue {
    background: #CADCE7;
}
.split-content.bg-gray {
    background: #F0F0F0;
}
.split-content h5 {
    margin: 10px 0;
}
a.content-vid {
    position: relative;
    display: block;
    line-height: 0;
}
.split-content img {
    display: block;
    margin: 0 auto;
}
a.content-vid > i {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #FFF;
    font-size: 80px;
}

/* LBC JOBS */
.lbc-jobs img {
    margin-bottom: 30px;
}
.lbc-jobs hr {
    margin: 50px 0;
}
.jobs-list p:last-child {
    margin-top: 60px;
    margin-bottom: 0px;
}
.jobs-list .bg {
    padding: 15px;
    background: #FFF;
    border: 1px solid #CCC;
    height: 100%;
}
.jobs-list .col-lg-6 {
    margin-bottom: 5px;
}

/* PAGE BUILDER */
.page-template-page-builder .intro-content {
    padding-top: 50px;
}
.page-template-page-builder:not(.page-id-660):not(.page-id-662):not(.page-id-673) .journey-sidebar .bg {
    padding: 15px;
}
.page-template-page-builder .journey-sidebar h4 {
    margin-top: 0;
}
.page-template-page-builder .journey-sidebar h5 {
    text-align: center;
}
.page-template-page-builder .journey-sidebar h4:first-of-type {
    text-align: center;
}
.page-template-page-builder .journey-sidebar ul {
    margin-top: 10px;
}
.page-template-page-builder .journey-sidebar ul.basic-ul {
    padding-left: 50px;
}
.page-template-page-builder .journey-sidebar ul li {
    margin-bottom: 10px;
}
.page-template-page-builder .journey-sidebar ul li:last-child {
    margin-bottom: 0;
}
.page-template-page-builder .journey-sidebar h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.page-template-page-builder .journey-sidebar .clear-cta {
    margin-top: 50px;
}
.page-template-page-builder .journey-sidebar hr:last-child {
    display: none;
}
.intro-content .basic-list li a > i {
    margin-right: 8px;
}
.page-id-546 .callout-bar.green ul li:before {
    border-color: #999;
}
.page-id-624 .content-band.full-width.bg-light-gray {
    padding: 50px 0;
}
.page-id-307 main ul li ul {
    margin: 5px 0;
}

/* ACADEMIC DEPARTMENTS */
.major-blocks {
    padding: 40px 0;
}
.major-blocks .col-lg-6 {
    margin-bottom: 30px;
}
.major-blocks .contain-major {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 20px;
    position: relative;
}
.major-blocks .alpha {
    display: none;
}
.major-blocks .alpha .col-lg-6 {
    width: 50%;
    display: block;
    float: left;
}
.majors-block {
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.major-blocks .alpha .contain-major {
    height: 100%;
}
.major-blocks .contain-major h3 {
    margin-bottom: 5px;
}
.major-blocks .contain-major .text-link {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: "lato",sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}
.contain-major ul li:before {
    border-color: #488EE7;
}
.major-blocks h2 {
    margin-bottom: 48px;
}

.sorting {
    margin-bottom: -10px;
    margin-top: -5px;
}
.sorting p {
    margin: 0 50px 0 0;
    position: relative;
    top: 5px;
}
.sorting ul {
    margin: 0;
    padding: 0;
}
.sorting ul li {
    text-indent: 0;
    display: inline-block;
    font-family: "lato",sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin-right: 60px;
}
.sorting ul li:last-child {
    margin-right: 0;
}
.sorting ul li:before {
    display: none;
}
.sorting ul li i {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 5px;
}
.sorting ul li a,
.sorting ul li a:visited,
.sorting ul li a:focus {
    color: #777;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.sorting ul li a:hover {
    text-decoration: none;
    color: #B10101;
}
.sorting ul li a.active {
    color: #B10101;
}
.sorting ul li a.active:hover {
    text-decoration: none;
    opacity: 1;
}
.sorting ul li a > span {
    display: block;
}
@media(max-width: 1100px) {
    .sorting p {
        display: none;
    }
    .sorting ul li {
        margin-right: 10px;
    }
}
@media (max-width: 750px) {
    .major-blocks .alpha .col-lg-6 {
        width: 100%;
        float: none;
    }
}
@media (max-width: 550px) {
    .sorting {
        float: none;
        margin-top: 0;
        padding-top: 27px;
        margin-bottom: 0;
        text-align: center;
        display: flex;
        width: 100%;
    }
}
/* PREFOOTER */
.prefooter {
    background: #B10101;
    padding: 35px 0;
}
.prefooter h3 {
    color: #FFF;
}
.prefooter ul {
    margin: 0;
    padding: 0;
}
.prefooter ul li {
    display: inline-block;
    margin-right: 50px;
    text-indent: 0;
    margin-top: 30px;
}
.prefooter ul li:last-child {
    margin-right: 0;
}
.prefooter ul li:before {
    display: none;
}
.prefooter ul li a,
.prefooter ul li a:visited,
.prefooter ul li a:focus {
    color: #FFF;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.prefooter ul li a i {
    font-size: 23px;
    position: relative;
    top: 2px;
}
.prefooter ul li a svg {
    fill: #FFF;
    display: inline;
    position: relative;
    top: 5px;
}
.prefooter ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* OUR STAFF */
.single-lbc_our_staff .site-header,
.single-lbc_our_staff #lbcFooter {
    display: none;
}
.page-id-814 .fancybox-content,
.post-type-archive-lbc_our_staff .fancybox-content {
    padding: 0;
    max-width: 900px;
    min-width: 900px;
}
.post-type-archive-lbc_our_staff .fancybox-content .col-md-7,
.page-id-814 .fancybox-content .col-md-7 {
    max-width: 620px;
}
.post-type-archive-lbc_our_staff .fancybox-content .content-band,
.page-id-814 .fancybox-content .content-band {
    padding: 50px 0;
}
.post-type-archive-lbc_our_staff .fancybox-content .content-band h3,
.page-id-814 .fancybox-content .content-band h3 {
    margin-bottom: 0;
}
.single-lbc_our_staff .content-band img {
    margin-bottom: 30px;
}
.wrap-listings .col-lg-3 {
    margin-bottom: 30px;
}
a.opener:hover {
    text-decoration: none;
}
.jobs-list .bg a.opener h5 {
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.jobs-list .bg:hover a.opener h5 {
    color: #488EE7;
}
.page-template-page-majors .fancybox-content .member-advice {
    display: none;
}

/* MEET OUR STAFF PAGE */
.alternating-content.team img {
    display: inline-block;
}
.alternating-content.team h3 {
    margin-bottom: 0;
    margin-top: 20px;
}
.alternating-content.team .col-lg-5 p > strong {
    display: block;
    max-width: 300px;
    margin: 0 auto;
}
.alternating-content.team .col-lg-5 p:last-child  {
    margin-bottom: 0;
}
.alternating-content.team h4 {
    margin-bottom: 0;
}
.alternating-content.team ul {
    margin-top: 0;
}

/* EVENTS */
.page-template-page-events .hero-tall h1 {
    margin-bottom: 15px;
}
.links-bar {
    padding: 25px 0;
}
.links-bar.green {
    background: #3466A5;
}
.links-bar ul {
    margin: 0;
    text-align: center;
}
.links-bar ul li {
    display: inline-block;
    text-indent: 0;
    padding: 0;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #FFF;
}
.links-bar ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.links-bar ul li:before {
    display: none;
}
.links-bar ul li a,
.links-bar ul li a:visited,
.links-bar ul li a:focus {
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: 100;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.links-bar ul li a:hover {
    opacity: 0.7;
}
.events-blocks {
    padding: 100px 0;
    background: #FAFAFA;
}
.events-blocks ul {
    margin: 0;
}
.events-blocks ul li {
    text-indent: 0;
    padding: 0;
    margin-right: 30px;
}
.events-blocks ul li:last-child {
    margin: 0;
}
.events-blocks ul li:before {
    display: none;
}
.events-blocks ul li img {
    max-width: 300px;
    margin-bottom: -8px;
}
.events-blocks ul li > a:hover + div > a.cta {
    background-color: transparent;
    color: #488EE7;
}

/* LOCATIONS */
.page-template-page-locations .intro-content {
    padding-top: 50px;
}
.page-template-page-locations .journey-sidebar ul {
    padding-left: 26px;
}
.page-template-page-locations .journey-sidebar ul li {
    margin-bottom: 10px;
}
.page-template-page-locations .journey-sidebar ul li:last-child {
    margin-bottom: 0;
}
.page-template-page-locations .journey-sidebar h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.page-template-page-locations .journey-sidebar .bg {
    padding: 15px;
}
.page-template-page-locations .journey-sidebar .clear-cta a {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}
.page-template-page-locations .split-content h3 {
    margin-bottom: 0;
}
.page-template-page-locations .fancybox-slide .site-header,
.page-template-page-locations .fancybox-slide #lbcFooter {
    display: none;
}
.page-template-page-locations .fancybox-slide > .fancybox-content {
    padding: 0;
    max-width: 900px;
    min-width: 900px;
}
.page-template-page-locations .fancybox-content .col-md-7 {
    max-width: 620px;
}
.page-template-page-locations .fancybox-content .content-band {
    padding: 50px 0;
}
.page-template-page-locations .fancybox-content .content-band h3 {
    margin-bottom: 0;
}
.page-template-page-locations .content-band img {
    margin-bottom: 30px;
}

/* OVERVIEW */
.intro-content.overview {
    padding-top: 50px;
}
.intro-content.overview h2 {
    margin-bottom: 0;
}
.intro-content.overview h4 {
    margin-top: 0;
}
.intro-content.overview .journey-sidebar .fr p {
    max-width: 300px;
}
.intro-content.overview .journey-sidebar .fl {
    padding-top: 10px;
}
.intro-content.overview .journey-sidebar .fl i {
    font-size: 30px;
    color: #488EE7;
    text-align: center;
}
.intro-content.overview .journey-sidebar .bg > div.clearfix {
    margin-bottom: 15px;
}
.intro-content.overview .journey-sidebar .bg > div.clearfix.text-center {
    margin-top: 30px;
}
.intro-content.overview .journey-sidebar .bg > div.clearfix:last-child {
    margin-bottom: 0;
}
.page-template-page-overview .callout-bar.green .bg {
    background: #FFF;
    height: 100%;
    padding: 70px 20px;
    position: relative;
    top: -52px;
    height: calc(100% + 144px);
}
.page-template-page-overview .callout-bar.green.overview:not(.bg-light-gray) .col-lg-4 p {
    margin-bottom: 20px;
}
.page-template-page-overview .callout-bar.green.overview:not(.bg-light-gray) .col-lg-4 p:last-child {
    margin: 0;
}
.page-template-page-overview .callout-bar.green .bg .row .col-sm-6 img {
    margin-bottom: 15px;
}
.page-id-546.page-template-page-overview .callout-bar.green .bg {
    padding-top: 10px;
    padding-bottom: 0;
    height: calc(100% + 105px);
}
.page-id-546.page-template-page-overview .callout-bar .row:last-child {
    margin-bottom: 0;
}
.page-template-page-overview .callout-bar.overview p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4C4C4C;
}
.page-template-page-overview .callout-bar .bg h3 {
    margin-bottom: 0;
}
.page-template-page-overview .callout-bar .row,
.page-template-page-overview .callout-bar .bg h3 + p {
    margin-bottom: 40px;
}
.page-id-760.page-template-page-overview .callout-bar .row {
    margin-bottom: 0;
}
.page-id-760.page-template-page-overview .callout-bar.green .bg {
    padding-bottom: 0;
    height: calc(100% + 105px);
}
.callout-bar.green:not(.bg-light-gray) ul li:before {
    border-color: #FFF;
}
.callout-bar.green.overview:not(.bg-light-gray) h5,
.callout-bar.green.overview:not(.bg-light-gray) .col-lg-4 p {
    color: #FFF;
}
.callout-bar.green.overview:not(.bg-light-gray) .col-lg-4 ul li a,
.callout-bar.green.overview:not(.bg-light-gray) .col-lg-4 ul li a:visited,
.callout-bar.green.overview:not(.bg-light-gray) .col-lg-4 ul li a:focus {
    color: #FFF;
}
.image-slider-wrap {
    padding: 50px 0;
}
.image-slider-wrap .slick-prev,
.image-slider-wrap .slick-next {
    top: 50% !important;
    transform: translateY(-50%);
}
.image-slider-wrap .text-center p {
    font-size: 16px;
    font-weight: 400;
}
.image-slider-wrap .image-slider {
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.image-slider-wrap .slick-next, .image-slider-wrap .slick-prev {
    z-index: 100;
}
.image-slider-wrap .slick-next:before, .image-slider-wrap .slick-prev:before {
    color: #FFF;
}
.image-slider-wrap .image-slider.slick-initialized {
    opacity: 1;
}
.image-slider-wrap h3 {
    margin-bottom: 30px;
}
.content-band.overview .stat {
    color: #849F61;
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
}
.content-band.overview .col-auto .cta {
    margin-right: 25px;
}
.split-content.ghosted {
    -webkit-background-size: cover;
    background-size: cover;
}
.split-content.ghosted ul {
    max-width: 300px;
    margin: 30px auto;
}
.page-id-546 .split-content.ghosted ul {
    max-width: 420px;
}
.page-id-546 .split-content.ghosted ul li {
    margin-bottom: 15px;
}
/* MOBILE TABLE STYLES */
.capital-academics {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin: 30px 0 40px;
  font-size: 15px;
}
.capital-academics tr > td {
  padding: 5px 0;
}
.capital-academics tr:first-of-type > td {
  padding: 5px;
}
.capital-academics tr > td:first-of-type {
  padding: 5px;
  text-align: left;
}
table.capital-academics {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table.capital-academics tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table.capital-academics tr:hover > td, table.capital-academics tr:nth-of-type(even):hover > td {
  background: #CCC;
}
table.capital-academics tr:nth-of-type(1) {
  font-weight: 900;
}
/* table.capital-academics tr:nth-of-type(1):hover > td {
  background: #d4c9bb;
} */
table.capital-academics tr:nth-of-type(1) > td {
    background: #B10101;
    color: #fff;
}
table.capital-academics tr:nth-of-type(even) > td {
  background: #F0F0F0;
}
table.capital-academics th,
table.capital-academics td {
  padding: .625em;
  text-align: center;
  -webkit-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
table.capital-academics tr > td[colspan="9"], table.capital-academics tr > td[colspan="9"]:hover {
  background: #bcb1a4;
  color: #FFF;
  text-transform: uppercase;
}
table.capital-academics th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.faux-table {
  margin-top: 25px;
  border: 1px solid #999;
  padding: 10px;
}
.faux-table .faux-table-row {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.faux-table .faux-table-row:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.faux-table .faux-table-row span.cred {
  min-width: 85px;
  text-align: right;
  float: right;
  border-left: 1px solid #999;
  padding-left: 10px;
}
.content-band .faux-table {
    max-width: 80%;
}
@media(max-width: 768px) {
  /* Force table to not be like tables anymore */
    table.capital-academics, table.capital-academics thead, table.capital-academics tbody, table.capital-academics th, table.capital-academics td, table.capital-academics tr {
      display: block;
      height: auto!important;
    }
    table.capital-academics td {
        min-height: 44px;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    table.capital-academics thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    table.capital-academics tr { border: 1px solid #ccc; }

    table.capital-academics td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%;
    }

    table.capital-academics td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      text-align: left;
    }

    /*
    Label the data
    */
    table.capital-academics td:nth-of-type(1):before { content: "Degree"; }
    table.capital-academics td:nth-of-type(2):before { content: "Credits"; }
    table.capital-academics td:nth-of-type(3):before { content: "Lancaster"; }
    /*table.capital-academics td:nth-of-type(4):before { content: "Greenbelt"; } */
    table.capital-academics td:nth-of-type(5):before { content: "Online"; }
    table.capital-academics td:nth-of-type(6):before { content: "Boca"; }
    table.capital-academics td:nth-of-type(7):before { content: "Memphis"; }
    table.capital-academics td:nth-of-type(8):before { content: "Portland"; }
    table.capital-academics td:nth-of-type(9):before { content: "Urganda"; }

    .page-id-536 table.capital-academics td:nth-of-type(3):before {
        content: 'Online';
    }
    .page-id-536 table.capital-academics td:nth-of-type(4):before {
        content: 'Lancaster';
    }
    .page-id-536 table.capital-academics td:nth-of-type(5):before {
        content: 'Washington DC';
    }
    .page-id-536 table.capital-academics td:nth-of-type(6):before {
        content: 'Online';
    }




    table.capital-academics.equip td:nth-of-type(1):before { content: "Dates"; }
    table.capital-academics.equip td:nth-of-type(2):before { content: ""; }

    table.capital-academics tr > td:first-of-type {
      padding-left: 70px;
    }
    table.capital-academics tr:nth-of-type(1) {
      display: none;
    }
    table.capital-academics tr > td[colspan="9"]:before {
      display: none;
    }
    table.capital-academics tr > td[colspan="9"]:first-of-type {
      padding-left: 5px;
    }
    table.capital-academics tr:hover > td {
      background: transparent;
    }
    table.capital-academics tr:nth-of-type(even):hover > td {
      background: #E9E9E9;
    }

    table.capital-academics.outcomes td:nth-of-type(1):before { content: "Competency"; }
    table.capital-academics.outcomes td:nth-of-type(2):before { content: "Competency Benchmark"; }
    table.capital-academics.outcomes td:nth-of-type(3):before { content: "% Achieving Benchmark"; }
    table.capital-academics.outcomes tr > td:first-of-type {
        padding-left: 50%;
    }
}

/* MINORS */
.content-band.minors-list .bg {
    background: #FFF;
    padding: 20px;
    height: 100%;
    box-shadow: 0 0 10px #CCC;
}
#hidden-more-content p:first-of-type {
    float: left;
    margin-right: 40px;
}
#hidden-more-content p {
    margin-bottom: 25px;
}
#hidden-more-content {
    max-width: 1200px;
}
.page-id-805 .jump-links {
    display: none;
}
.locations-list-contained a:last-of-type + span.sep-comma {
    display: none;
}
.page-id-1175 .content-band.full-width {
    padding: 0;
}
.page-id-1175 .content-band.full-width .container,
.page-id-1175 .content-band.full-width .row,
.page-id-1175 .content-band.full-width .col-lg-10 {
    margin: 0;
    padding: 0;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    width: 100%;
}
.page-id-1175 .content-band.full-width .col-lg-10 {
    padding: 0 100px;
}

/* GOOGLE SEARCH */
.gsc-control-cse div {
    text-align: left !important;
}
.gsc-control-cse .gsc-table-result {
    padding-left: 8px;
}
.gsc-search-box-tools .gsc-search-box table.gsc-input {
    background-color: transparent !important;
}
.gsc-search-box-tools .gsc-search-box input.gsc-input {
    background-color: transparent !important;
}
.gsc-input-box {
    border-radius: 0 !important;
    background-color: rgba(255,255,255,0.5) !important;
    border: none !important;
    color: #FFF !important;
    font-family: "fira-sans",sans-serif !important;
    font-size: 14px !important;
    line-height: 29px !important;
    font-weight: 100 !important;
    min-width: 250px !important;
    height: 45px !important;
}
table.gsc-search-box td {
    padding: 0 !important;
}
.gsc-control-cse {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
table.gsc-table-result {
    margin-left: 8px !important;
}
.gsc-adBlock,
.gcsc-branding {
    display: none !important;
}
.gsc-results.gsc-webResult {
    display: block !important;
    padding: 20px 40px !important;
    width: 100% !important;
    background: #FFF !important;
}
.gsc-result-info {
    padding-left: 0 !important;
}
.gsc-results .gsc-cursor-box {
    text-align: center !important;
}
.gsc-results .gsc-cursor-box > .gsc-cursor {
    display: inline-block !important;
    padding: 60px 0 30px !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    font-size: 16px !important;
    margin-right: 15px !important;
}
#gs_st50 {
    display: none !important;
}

.page-id-645 .fancybox-content,
.page-id-4887 .fancybox-content {
    width: 100%;
    max-width: 800px;
}

/* FIXED FOOTER */
.fixed-footer {
    padding: 8px 0 4px;
    background: #B10101;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    display: none;
}
.fixed-footer--hide {
    display: none !important;
}
.fixed-footer > div {
    width: 33.333333%;
    float: left;
    padding: 0 15px;
    text-align: center;
}
.fixed-footer > div a > i {
    display: block;
    font-size: 23px;
}
.fixed-footer > div a,
.fixed-footer > div a:visited,
.fixed-footer > div a:focus {
    color: #FFF;
    text-decoration: none;
    font-size: 13px;

}

.page-id-645 .hero-tall,
.page-id-3117 .hero-tall,
.page-id-4887 .hero-tall {
    max-height: 600px;
}
.hero__iframe iframe{
    max-width: 400px;
    min-height: 520px;
    position: relative;
    background: rgba(255,255,255,0.9);
    padding: 20px;
}
.page-id-645 .hero-tall:after,
.page-id-4887 .hero-tall:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    content: '';
}

/* GIVE PAGES */
.hero-slider {
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.hero-slider .slick-next,
.hero-slider .slick-prev {
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 9;
}
.hero-slider .slick-prev {
    left: 25px !important;
}
.hero-slider .slick-next {
    right: 25px !important;
}
.hero-slider .slick-next:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content: '\f105' !important;
    color: rgba(0,0,0,0.9);
    font-size: 40px !important;
}
.hero-slider .slick-prev:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content: '\f104' !important;
    color: rgba(0,0,0,0.9);
    font-size: 40px !important;
}
.hero-slider.slick-initialized {
    opacity: 1;
}
.hero-slider-item > .bg-image {
    padding: 100px 0;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.hero-slider .bg {
    max-width: 400px;
    background-color: rgba(0,0,0,0.5);
    padding: 45px 15px 35px;
}
.hero-slider .bg h1 {
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 500;
    line-height: 66px;
}
.hero-slider .bg h2 {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 500;
    line-height: 34px;
    border-bottom: 2px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.hero-slider .bg p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "fira-sans",sans-serif;
}
.hero-slider .bg .cta {
    width: 100%;
    display: block;
    text-align: center;
}
.hero-slider .bg .cta:hover {
    color: #FFF;
}
.into-content.centered-intro {
    padding: 55px 0 35px;
}
.into-content.centered-intro .col-md-4 small {
    font-size: 14px;
    font-style: italic;
    line-height: 17px;
    font-weight: 400;
}
.into-content.centered-intro .col-md-4 a,
.into-content.centered-intro .col-md-4 a:visited,
.into-content.centered-intro .col-md-4 a:focus {
    color: #666666;
    position: relative;
    display: inline-block;
    line-height: 0;
}
.into-content.centered-intro .col-md-4 a:before {
    text-align: center;
    content: '';
    font-size: 50px;
    position: absolute;
    top: 42%;
    left: 0;
    width: 100%;
    background-size: 80px 58px;
    height: 58px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./assets/img/icons/icon-youtube-play.svg);
    display: block;
    transform: translateY(-50%);
}
.into-content.centered-intro .col-md-4 a img {
    display: block;
    line-height: 0;
    margin-bottom: 10px;
}
.into-content.centered-intro p {
    max-width: 800px;
    margin: 0 auto 60px;
}
.into-content.centered-intro hr {
    margin-top: 45px;
}
.projects {
    padding-bottom: 100px;
}
.content-band.bg-light-gray+.projects {
    padding-top: 70px;
}
.single-lbc_projects .content-band.bg-green {
    background: #a1a94f;
    color: #FFF;
}
.single-lbc_projects .content-band.bg-blue {
    color: #FFF;
}
.projects .contain-project {
    background: #FFF;
    padding: 30px 15px 23px;
    border: 1px solid #CCCCCC;
    margin-bottom: 30px;
}
.projects .contain-project:last-child {
    margin-bottom: 0;
}
.projects .contain-project h3 {
    margin-bottom: 10px;
}
.projects .contain-project p {
    margin-bottom: 0;
}
.projects .contain-project .col {
    max-width: 690px;
    border-right: 1px solid #CCCCCC;
}
.projects .contain-project .col-auto {
    padding-left: 30px;
    padding-right: 30px;
}
.projects .contain-project .col-auto > div {
    width: 100%;
    float: right;
    clear: right;
}
.projects .contain-project .col-auto > div .cta {
    margin-bottom: 30px;
    display: block;
}
.projects .contain-project .col-auto > div:last-child .cta {
    margin-bottom: 0;
}

.prefooter.dark-red {
    background: #B10101;
    padding: 50px 0;
}
.prefooter.dark-red h4 {
    color: #FFF;
    margin-bottom: 5px;
}
.prefooter.dark-red p {
    color: #FFF;
    margin-bottom: 40px;
}
.slick-dots li button:before {
    font-size: 20px;
    color: #333;
}

.contain-goals .bg {
    background-color: #FFFFFF;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,0.1);
    height: 100%;
}
.contain-goals .wrap {
    padding: 0 15px;
    flex: 0 0 35%;
    max-width: 35%;
}
.contain-goals p.title {
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 5px;
}
.contain-goals p.numbers {
    color: #B10101;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}
.contain-goals .top {
    padding: 20px;
}
.contain-goals .bottom {
    border-top: 1px solid #DDD;
    padding: 30px 20px;
}
.contain-goals .bottom p {
    color: #4C4C4C;
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}
h6.small-text {
    max-width: 200px;
    color: #6A6A6A;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 auto 20px;

}
.alt-content .col-lg-5 a.back-to-projects {
    color: #BBBBBB;
    font-family: "fira-sans",sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: normal;
    display: inline;
    float: left;
    margin-left: 35px;
    margin-bottom: 10px;
}
.form_container select {
    max-width: 300px !important;
}

/* MEDIA QUERIES */
@media(max-width: 1440px) {
    .hero-slider .bg {
        margin-left: 100px;
    }
}
@media( max-width: 1367px ) {
    .site-header .search-box {
        left: 0;
    }
    .page-template-page-majors .fixed-cta-bar #scroller > .container > .row,
    .page-id-331 .fixed-cta-bar #scroller > .container > .row {
        width: auto;
        flex: none;
        display: block;
        text-align: center;
    }
    .page-template-page-majors #scroller,
    .page-id-331 #scroller {
        padding: 9px 0;
    }
    .cta-bar {
        top: 0;
    }
    .jump-links ul {
        position: relative;
        top: -7px;
    }
    .fixed-cta-bar .col.align-self-start {
        position: relative;
        top: -9px;
    }
    .fixed-cta-bar .col {
        width: auto;
        flex: none;
        display: inline-block;
        margin-right: 15px;
    }
    .fixed-cta-bar .col.align-self-center,
    .fixed-cta-bar .col.align-self-start,
    .fixed-cta-bar .col.align-self-end {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto !important;
    }
    .content-band.overview .col-lg-4.text-center {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .page-template-page-majors #scroller .cta.cta-pill {
        top: 0;
    }
}
@media (max-width: 1300px) {
    .site-wrapper header.site-header .main-nav ul li {
        margin-right: 30px;
    }
}
@media( max-width: 1280px ) {
    .site-header .main-nav ul li {
        margin-right: 65px;
    }
    .impacting .content-wrap h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 10px;
        max-width: 300px;
    }
    .impacting .content-wrap p {
        font-size: 14px;
        line-height: 21px;
    }
    .hero .col-12 {
        min-height: 44.923vw;
    }
    .simcal-default-calendar-list .custom-col {
        flex: 0 0 33%;
        max-width: 33%;
    }
    .hero-tall {
        padding: 125px 0;
    }
    .closer-look .bg {
        padding: 10px 35px;
    }
    .single-post .hero-tall {
        padding: 220px 0 30px;
    }
    .content-band {
        padding: 50px 0;
    }
    .content-band .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #visible-alert-bar .site-navigation {
        top: 294px;
    }
    .hero-slider-item > .bg-image {
        padding: 50px 0;
    }
}
@media( max-width: 1160px ) {
    .site-header .top-bar ul li {
        margin-right: 10px;
        padding-right: 10px;
    }
    .site-header .top-bar ul li a,
    .site-header .top-bar ul li a:visited,
    .site-header .top-bar ul li a:focus {
        font-size: 13px;
    }
    .site-header .search-box input {
        min-width: 1px;
    }
    .site-header .main-nav ul li {
        margin-right: 45px;
    }
    #academicSegmentationRow {
        text-align: center;
    }
    #academicSegmentationRow .col-sm-4 {
        width: 50%;
        max-width: 50%;
        display: inline-block;
        flex: none;
        margin-bottom: 30px;
        text-align: left;
    }
    #academicSegmentationRow .col-sm-4:last-child {
        margin: 0 auto;
    }
    .fixed-cta-bar .col {
        margin-right: 0;
    }
    .jump-links ul li {
        margin-right: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
}
@media( max-width: 1279px ) {
    .hamburger {
        display: block;
        position: relative;
        top: -8px;
        left: 15px;
    }
    #nav {
        display: none;
    }
    .site-header .main-nav {
        padding: 25px 0 15px;
    }
    .site-header .search-box {
        display: none;
    }
}
@media( max-width: 1280px ) {
    .mobile-search {
        padding: 6px 15px;
    }
    .mobile-search button {
        background: #999;
        padding-top: 0;
        padding-bottom: 0;
    }
    .mm-listview>li>a, .mm-listview>li>span {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .mobile-search button:before {
        font-family: 'Font Awesome 5 Pro';
        content: '\f002';
        color: #FFF;
        font-size: 20px;
        font-weight: 300;
    }
    .mm-menu>.mm-navbar.mm-navbar-top-1 {
        height: 50px;
        border: none;
    }
    .mm-menu .mm-listview>li .mm-next:after {
        border-color: #B10101;
    }
    .mobile-search fieldset {
        width: 100%;
    }
    .mobile-search .input-group {
        width: 100%;
    }
    #updatedFooter .col-sm-2 {
        width: 25%;
        max-width: 25%;
        float: left;
        flex: none;
    }
    .page-template-page-new-page-builder-test #nav.mm-menu.mm-offcanvas {
        display: block;
    }
    .h1-style {
        font-size: 40px;
        line-height: 58px;
    }
    .hero p:not(.h1-style) {
        font-size: 18px;
    }
    button#openMajors {
        clear: both;
        display: block;
        margin: 20px auto 0;
    }
    .site-header .top-bar .fr ul li {
        display: none;
    }
    .site-header .top-bar .fr ul li:nth-of-type(2) {
        display: block;
    }
    .mobile-top-bar {
        display: block;
    }
    .mobile-top-bar a,
    .mobile-top-bar a:visited,
    .mobile-top-bar a:focus {
        color: #FFF;
        display: inline-block;
        margin-right: 20px;
        font-size: 20px;
    }
    .mobile-top-bar a:last-child {
        margin-right: 0;
    }
    .site-header .top-bar ul {
        top: 0;
    }
    .site-header .top-bar {
        padding: 10px 0 0;
    }
    .site-header .top-bar .fr ul li:last-child a {
        max-height: 47px;
    }
    .fixed-cta-bar .col.align-self-center.jump-links {
        display: none;
    }
    .page-template-page-majors .fixed-cta-bar #scroller > .container > .row {
        text-align: left;
    }
    .fixed-cta-bar .col.align-self-start {
        top: 2px;
    }
    .fixed-cta-bar .col.align-self-center, .fixed-cta-bar .col.align-self-start, .fixed-cta-bar .col.align-self-end {
        flex: none;
        display: block;
        float: left;
    }
    .fixed-cta-bar .col.align-self-center {
        display: none;
    }
    .fixed-cta-bar .col.align-self-end {
        float: right;
        margin-top: -6px;
        top: 0;
    }
    #scroller .row:before,
    #scroller .row:after {
        width: 100%;
        display: block;
        content: '';
        clear: both;
    }
    .page-id-645 .hero-tall,
    .page-id-3117 .hero-tall,
    .page-id-4887 .hero-tall {
        max-height: 100%;
        padding: 50px 0 25px;
        text-align: center;
    }
    .hero__iframe iframe{
        max-width: 340px;
        margin: 20px auto 0;
    }
    .hero-tall.hero--w-iframe .hero__content {
        text-align: center;
    }
    .hero__row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .hero-tall.hero--w-iframe {
        padding: 50px 0px;
    }
    .page-id-645 .hero-tall h4:after,
    .page-id-4887 .hero-tall h4:after {
        margin: 0 auto;
    }
}
@media( max-width: 1023px ) {
    .fixed-footer {
        display: block;
    }
    #footerCopyRightLinks a.fixed-cta {
        display: none !important;
    }
    .simcal-default-calendar-list .custom-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .events-blocks {
        padding: 50px 0;
    }
    .events-blocks ul li {
        margin-bottom: 30px;
    }
    .events-blocks ul li:last-child {
        margin-bottom: 0;
    }
    /*#scroller .fl {
        float: none;
    }
    p#breadcrumbs {
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 10px;
    }*/
    #ourMissionLeftCol {
        float: none;
        max-width: 100%;
    }
    #ourMissionFullCol .col-sm-6#ourMissionRightCol {
        float: none;
        max-width: 100%;
    }
    .page-id-1175 .content-band.full-width .col-lg-10 {
        padding: 0 15px;
    }
}
@media( max-width: 992px ) {
    .site-header .top-bar ul li {
        margin-right: 10px;
        padding-right: 10px;
    }
    .impacting .content-wrap {
        position: static !important;
        width: 100%;
        max-width: 100%;
        float: none;
        display: block;
        transform: none;
        flex: none;
        padding-top: 40px;
        margin-bottom: 30px;
    }
    a.content-vid {
        float: none;
    }
    #gallery {
        position: relative;
        width: 100%;
    }
    #gallery img {
        width: 20vw;
        height: 15.56vw;
        display: block;
        float: left;
    }
    .alternating-content .col-lg-5 {
        order: 1;
        margin-bottom: 30px;
    }
    .alternating-content .col-lg-7 {
        order: 2;
    }
    .alternating-content .col-lg-5 img {
        float: none;
    }
    .alternating-content .col-lg-7 h3 {
        margin-top: 30px;
    }
    .alt-content,
    .split-content,
    .content-band {
        padding: 50px 0;
    }
    .split-content {
        text-align: center;
    }
    .split-content img {
        display: inline-block;
    }
    .split-content .col-lg-5 {
        margin-bottom: 30px;
    }
    .split-content .col-lg-5:last-child {
        margin-bottom: 0;
    }
    .hero-tall {
        padding: 75px 0;
    }
    .journey-sidebar {
        margin-top: 30px;
    }
    .closer-look .col-lg-7.offset-lg-1 {
        margin-top: 30px;
    }
    .alternating-content.team .col-lg-5 {
        text-align: left !important;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #CCC;
    }
    .alternating-content.team .col-lg-5 p > strong {
        max-width: 100%;
        margin: 0;
    }
    .links-bar ul li {
        margin-right: 5px;
        padding-right: 5px;
        border: none;
    }
    .links-bar ul li a, .links-bar ul li a:visited, .links-bar ul li a:focus {
        font-size: 14px;
    }
    .single-post .hero-tall {
        padding: 120px 0 30px;
    }
    .impacting .content-wrap h2 {
        max-width: 100%;
    }
    .alternating-content .cta {
        width: 100%;
        display: block;
        text-align: center;
    }
    .alternating-content.locations .col-lg-7 {
        order: 1;
    }
    .alternating-content.locations .col-lg-5 {
        order: 2;
    }
    .alternating-content.locations .loc-list {
        float: none;
    }
}
@media( max-width: 991px ) {
    .intro-content.overview .journey-sidebar .fl {
        padding-top: 0;
    }
    .intro-content.overview .journey-sidebar .fr {
        max-width: 86%;
    }
    .intro-content.overview .journey-sidebar .fr p {
        max-width: 100%;
    }
    .page-template-page-overview .callout-bar.green .bg {
        height: 100%;
        top: 0;
        padding: 20px;
    }
    .content-band.overview h2,
    .content-band.overview h4 {
        text-align: center;
    }
    .content-band.overview img {
        display: block;
        margin: 0 auto;
    }
    .content-band.overview .col-lg-8 > p {
        text-align: center;
        margin-top: 30px;
    }
    .faculty .col-lg-6.offset-lg-2 h4 {
        margin-top: 30px;
    }
    .faculty {
        padding-bottom: 60px;
    }
    .blog-single-wrap .col-lg-8 {
        order: 2;
    }
    .blog-single-wrap .col-lg-3 {
        order: 1;
        margin-bottom: 30px;
    }
    .projects .contain-project .col,
    .projects .contain-project .col-auto {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .projects .contain-project {
        text-align: center;
    }
    .projects .contain-project .col-auto img {
        display: inline-block;
    }
    .projects .contain-project h3 {
        margin-top: 17px;
    }
    .projects .contain-project p {
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid #CCC;
    }
    .projects .contain-project .cta {
        max-width: 360px;
        margin: 0 auto 30px;
    }
    .projects {
        padding-bottom: 50px;
    }
    .into-content.centered-intro {
        padding-bottom: 15px;
    }
    .hero-slider-item > .bg-image {
        padding: 30px 0;
    }
    .hero-slider .bg h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .hero-slider .bg h2 {
        font-size: 19px;
        line-height: 26px;
    }
    .hero-slider .bg p {
        font-size: 15px;
    }
    .single-lbc_projects .alternating-content {
        text-align: center;
    }
    .single-lbc_projects .alternating-content .cta.bright.green {
        max-width: 400px;
        margin: 25px auto 0;
    }
}
@media( max-width: 960px ) {
    .site-header .top-bar .fl ul li:nth-of-type(4) {
        display: none;
    }
    .site-header .top-bar .fr ul li:last-child a {
        padding: 10px 16px 13px 7px;
    }
    #ourMission {
        padding-bottom: 50px;
    }
    #upcoming-events {
        padding: 50px 0 25px;
    }
    .post-type-archive-lbc_our_staff .fancybox-content {
        min-width: 1px;
    }
}
@media( max-width: 860px ) {
    button#openMajorsMobile {
        display: block;
        margin: 15px auto 0;
    }
    button#openMajors {
        display: none;
    }
    #find-a-major-slide {
      display: block !important;
      position: static;
      height: 100%;
    }
    #find-a-major-slide .container {
      width: 100%;
      max-width: 1170px;
      margin-top: -20px;
      padding: 0;
    }
    #find-a-major-slide .container .col-sm-3, #find-a-major-slide .container .col-sm-6 {
      width: 100%;
      float: none;
      max-width: 100%
    }
    /*#findYourMajorTabsWrapper .mm-listview>li>a, .mm-listview>li a {
        padding: 0;
    }
    #findYourMajorTabsWrapper .mm-listview>li:not(.mm-divider):after {
        display: none;
    }*/
    .tabbed-content .col-menu-section ul li a {
        padding: 0;
    }
    .tabbed-content {
        padding: 0 15px;
    }
    .tabbed-content .col-menu-section ul li:after {
        display: none;
    }
    #find-a-major-slide .container .col-sm-6 {
      padding: 0;
    }
    #find-a-major-slide .container .col-sm-6 .col-sm-6 {
      padding: 0 15px;
    }
    .find-a-major-wrap:before, .find-a-major-wrap:after {
      width: 100%;
      display: block;
      clear: both;
      content: '';
    }
    .find-a-major-wrap {
      height: auto;
    }
    #findYourMajorTabsWrapper:not(.mm-menu) {
      display: none;
    }
    #close-majors {
      display: none !important;
    }
    .majors-tabs {
      margin-bottom: 0;
    }
    .majors-tabs li {
      width: 100%;
      float: none;
    }
    #findYourMajorTabsWrapper .mm-panels>.mm-panel:not(.mm-hidden) {
      padding: 0;
    }
    #findYourMajorTabsWrapper .tabbed-content .col-menu-section ul {
      margin-bottom: 30px;
    }
}
@media( max-width: 768px ) {
    .h1-style {
        font-size: 34px;
        line-height: 48px;
    }
    .hero p:not(.h1-style) {
        font-size: 16px;
    }
    .posted-in + .col.text-right {
        flex: none;
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #st-1.st-animated {
        text-align: left !important;
    }
    .bg-med-gray .col-auto {
        width: 100%;
        text-align: center;
    }
    .bg-med-gray .col-auto:first-of-type {
        margin-right: 0;
    }
    .content-band {
        padding: 25px 0;
    }
    .content-band iframe {
        height: auto;
    }
    .page-id-1175 .content-band iframe {
        height: 945px;
    }
    p#breadcrumbs {
        display: none;
    }
}
@media( max-width: 767px ) {
    #updatedFooter #updatedFooterRow2 ul.social-links {
        position: absolute;
        left: 15px;
        bottom: 26px;
        top: auto;
        float: none;
    }
    #updatedFooterRow2 p:nth-of-type(1) {
        margin-bottom: 60px;
    }
    #academicSegmentationRow .col-sm-4 {
        width: 100%;
        max-width: 100%;
        display: block;
        margin-bottom: 30px;
    }
    #academicSegmentationRow .col-sm-4:last-child {
        margin: 0;
    }
    .major-blocks .contain-major .text-link {
        position: static;
        margin-bottom: 0;
    }
    .site-header .top-bar ul li a:after {
        display: none;
    }
    .fixed-cta-bar .col.align-self-end {
        display: none;
    }
    .fixed-cta-bar .col.align-self-start {
        top: 0;
    }
    .page-template-page-majors #scroller .cta.cta-pill {
        top: -1px;
    }
    .into-content.centered-intro .row {
        justify-content: center;
    }
    .into-content.centered-intro .col-md-4 {
        margin-bottom: 30px;
    }
    .into-content.centered-intro .col-md-4:last-child {
        margin-bottom: 0;
    }
    .into-content.centered-intro hr {
        margin-top: 30px;
    }
    .prefooter ul li {
        display: block;
        margin-right: 0;
    }
}
@media( max-width: 720px ) {
    /*#scroller .fl {
        float: none;
    }
    p#breadcrumbs {
        margin-left: 0;
        margin-top: 15px;
    }*/
    #scroller.fixed {
        position: static;
    }
    #updatedFooter .col-sm-2 {
        width: 100%;
        max-width: 100%;
    }
    #updatedFooter .footer-menu {
        margin-bottom: 10px;
    }
    #updatedFooter .col-sm-2 .footer-menu h6 {
        background: rgba(255,255,255,0.6);
        color: #FFF;
        padding: 10px 0 10px 10px;
        cursor: pointer;
        margin-bottom: 0;
        position: relative;
    }
    #updatedFooter .col-sm-2 .footer-menu ul {
        display: none;
    }
    #updatedFooter .col-sm-2 .footer-menu h6:after {
        content: '\f055';
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        top: 11px;
        right: 15px;
        font-size: 25px;
        font-weight: 300;
    }
    #updatedFooter .footer-menu ul {
        margin: 20px 0 20px 10px;
    }
    #updatedFooter .col-sm-2 .footer-menu h6.active:after {
        content: '\f056';
    }
    #updatedFooter .col-sm-2 .footer-menu h6.active:after,
    #updatedFooter .col-sm-2 .footer-menu h6.active a,
    #updatedFooter .col-sm-2 .footer-menu h6.active a:visited {
        color: #322E34;
    }
    #updatedFooter .col-sm-2:last-child .footer-menu:nth-of-type(2) ul, #updatedFooter .col-sm-2:last-child .footer-menu:nth-of-type(3) ul {
        display: block;
        margin-left: 0;
    }
    #updatedFooterRow2Col img {
        max-width: 300px;
        height: auto;
    }
    #updatedFooter #updatedFooterRow2 ul.social-links + p + p {
        padding-bottom: 50px;
    }
    .content-band.centered-links a.cta {
        clear: both;
        margin: 0 0 20px;
        display: block;
    }
    .content-band.centered-links a.cta:last-child {
        margin-bottom: 0;
    }
    .contain-goals .wrap {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    .contain-goals {
        flex-wrap: wrap;
    }
}
@media( max-width: 640px ) {
    .hero .col-12 {
        min-height: 300px;
    }
    .h1-style {
        font-size: 30px;
        line-height: 34px;
    }
    .hero p:not(.h1-style) {
        font-size: 14px;
        line-height: 21px;
    }
    .simcal-default-calendar-list .custom-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .closer-look .col-lg-10 .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .closer-look .col-lg-10 .col-6 ul {
        margin: 0;
    }
    .closer-look .bg {
        padding: 30px;
    }
    .hero-tall.bg-left {
        background-position: 30%;
    }
    .hero-tall.bg-right {
        background-position: 75%;
    }
    .hero-slider .bg {
        margin-left: 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media( max-width: 600px ) {
    .h1-style {
        font-size: 26px;
        line-height: 32px;
    }
    .hero .content-wrap {
        padding: 0 20px;
    }
    .hero-small {
        padding: 30px 0;
    }
    .hero-small h1 {
        font-size: 35px;
        line-height: 55px;
    }
    .wrap-faq h6 {
        padding-right: 40px;
    }
    .hero-tall {
        padding: 50px 0;
    }
    .hero-tall h1 {
        font-size: 35px;
        line-height: 55px;
    }
    .hero-tall h4 {
        font-size: 20px;
        line-height: 29px;
    }
/*    .hero-tall h4:after {
        left: 50%;
        transform: translateX(-50%);
    }*/
    ul.tabs li a, ul.tabs li a:visited, ul.tabs li a:focus {
        padding: 10px 20px;
    }
    .closer-look .col-lg-7.offset-lg-1 .bg .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .closer-look .col-lg-7.offset-lg-1 .bg .col-6 ul {
        margin: 0;
    }
    .closer-look .bg {
        padding: 35px;
    }
    .alignleft {
        float: none !important;
        clear: both;
        display: block;
    }
    .content-band.overview .col-lg-4.text-center {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 40px;
    }
    .content-band.overview .col-lg-4.text-center:last-child {
        margin-bottom: 0;
    }
    .single-post .hero-tall {
        padding: 70px 0 30px;
    }
    #ourMissionFullCol .col-sm-6 {
        max-width: 100%;
        float: none;
    }
    #ourMissionFullCol .col-sm-6:nth-of-type(1) {
        margin-bottom: 30px;
    }
    #ourMissionLeftCol a.cta {
        width: 100%;
        display: block;
        text-align: center;
    }
    .alternating-content.locations .loc-list > div {
        width: 49%;
    }
    .fixed-cta-bar .col.align-self-end .cta.gray-outline {
        display: none;
    }
}
@media( max-width: 575px ) {
    .page-template-page-overview .callout-bar.green .bg .col-sm-6 {
        margin-bottom: 20px;
    }
    .site-header .search-box + .fr {
        display: none;
    }
    .site-header .top-bar {
        padding-bottom: 10px;
    }
    .site-header .top-bar .fl {
        width: 100%;
        text-align: center;
    }
    .site-header .top-bar .fl > nav {
        width: 100%;
        display: block;
    }
    .site-header .top-bar ul li {
        width: 20%;
        margin-right: 0;
        padding-right: 0;
    }
    .quick-facts .row:first-child .col-sm-6,
    .quick-facts .row .col-sm-6 {
        border: none;
    }
    .quick-facts h4 + p {
        display: none;
    }
    .faculty {
        padding-bottom: 10px;
    }
    .content-band.quick-facts-wrap h4 {
        margin-top: 0;
    }
    .quick-facts p {
        margin-bottom: 0;
    }
}
@media( max-width: 480px ) {
    ul.tabs li a, ul.tabs li a:visited, ul.tabs li a:focus {
        padding: 10px 10px;
        font-size: 14px;
    }
    .intro-content.overview .journey-sidebar .fr {
        max-width: 80%;
    }
    .mobile-top-bar {
        display: none;
    }
    .journey-sidebar .program-options ul li {
        font-size: 14px;
    }
    ul.tabs li {
        width: 25%;
    }
    .fixed-cta-bar .col.align-self-end .cta.cta-pill > span.fa-chevron-right {
        display: none;
    }
    .fixed-cta-bar .col.align-self-end .cta.cta-apply {
        padding: 6px 12px 6px;
        font-weight: normal;
    }
    .fixed-cta-bar .col.align-self-end .cta.cta-apply > i {
        display: none;
    }
    .fixed-cta-bar .col.align-self-start {
        top: -1px;
        padding-right: 0;
    }
    .fixed-cta-bar .col.align-self-end {
        top: 2px;
    }
    .contain-goals .wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media( max-width: 400px ) {
    .site-header .top-bar ul li a, .site-header .top-bar ul li a:visited, .site-header .top-bar ul li a:focus {
        font-size: 11px;
    }
    .site-header .main-nav svg {
        max-width: 205px;
    }
    .alternating-content.locations .loc-list > div {
        width: 100%;
        display: block;
        text-align: left;
    }
}
@media( max-width: 360px ) {
    .main-nav svg {
        max-width: 220px;
    }
    .fixed-cta-bar .col.align-self-end {
        display: none;
    }
}
@media(max-width: 320px) {
    .fixed-footer > div a,
    .fixed-footer > div a:visited,
    .fixed-footer > div a:focus {
        font-size: 9px;
    }
}




.fancybox-container {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 30000 !important;
}

.frame-fancybox-button {
    display: none;
}
.frame-fancybox-wrap {
    text-align: center;
}
@media (max-width: 500px) {
    .frame-fancybox-button {
        display: inline-block;
        margin: 0 auto;
    }
    .hero__iframe iframe{
        display: none;
    }
    .major-type-title {
        display: none;
    }


    .fixed-cta-bar #scroller {
        padding: 20px 0px !important;
    }
    .fixed-cta-bar .col.align-self-start {
        float: none;
        text-align: center;
    }
}


.special-thank-you {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
}
.special-thank-you__card {
    background-color: #fff;
    display: inline-block;
    max-width: 370px;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
    border-radius: 6px;
    margin-left: 150px;
}
.special-thank-you__padding {
	padding: 40px 30px 20px 30px;
	display: inline-block;
	text-align: center;
}
.special-thank-you h2 {
	color: #B10101;
	font-weight: 900;
	margin-bottom: 10px;
}
.special-thank-you p {
	text-align: center;
}
.special-thank-you h5 {
	font-size: 18px;
	padding-bottom: 10px;
}
.special-thank-you__footer {
	display: flex;
	flex-direction: column;
}
.special-thank-you__body a {
	background-color: #488EE7;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    transition: .4s;
	font-family: 'fira-sans', sans-serif;
	padding: 15px 0px;
	width: 100%;
    text-align: center;
    transition: .4s;
    justify-content: center;
    margin-bottom: 27px;
}
.special-thank-you__body a svg {
    fill: #fff;
    margin-right: 5px;
}
.special-thank-you__body a:hover,
.special-thank-you__body a:focus {
    background-color: #3466A5;
    box-shadow: 0 4px 10px 0 rgba(52,102,165,0.4);
}
.special-thank-you__body span {
    font-size: 16px;
    margin-left: 5px;
}
#visit span {
    margin-left: 10px;
}
@media (max-width: 768px) {
	.special-thank-you__card {
		margin: 0 auto;
	}
	.special-thank-you {
		text-align: center;
	}
}


/* Update to new sytlilngs for the site */

p.lead,
h3.secondary {
    color: #3466A5 !important;
}
.page-template-page-majors .fancybox-container h3 {
    color: #3466A5;
}
.majors-block h3 {
    color: #3466A5 !important;
}

.page-template-page-paid-landing #ask-a-question-btn {
    display: none;
}


.old-video-new-icon {
    max-width: 80px;
    width: 100%;
    max-width: 60px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}


.covid-bar-blue {
    background-color: #2682CB;
    text-align: center;
    padding: 10px 0;
}
.covid-bar-blue p {
    margin: 0;
}
.covid-bar-blue a {
    color: #fff;
    position: relative;
}
.covid-bar-blue a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: .3s;
}
.covid-bar-blue a:hover::after,
.covid-bar-blue a:focus::after {
    width: 0;
}

/****************************
 * TABLE
 * **************************/
table {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 30px 0 40px;
    font-size: 15px;
  }
  table tr > td {
    padding: 5px 0;
  }
  table tr:first-of-type > td {
    padding: 5px;
  }
  table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 0;
    width: 100%;
  }
  table tr {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
  }
  table tr:hover > td, table tr:nth-of-type(even):hover > td {
    background: #CCC;
  }
  table tr:nth-of-type(1) {
    font-weight: 900;
  }
  /* table tr:nth-of-type(1):hover > td {
    background: #d4c9bb;
  } */
  table tr:nth-of-type(1) > td,
  table tr:nth-of-type(1) > th {
      background: #B10101;
      color: #fff;
  }
  table tr:nth-of-type(even) > td {
    background: #F0F0F0;
  }
  table th,
  table td {
    padding: .625em;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
  }
  table tr > td[colspan="9"], table tr > td[colspan="9"]:hover {
    background: #bcb1a4;
    color: #FFF;
    text-transform: uppercase;
  }
  table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .content-band .faux-table {
      max-width: 80%;
  }

@media(min-width: 768px) {
    #updatedFooter {
        padding-bottom: 70px;
    }
}
  @media(max-width: 768px) {
    /* Force table to not be like tables anymore */
      table, table thead, table tbody, table th, table td, table tr {
        display: block;
      }
      table td {
          min-height: 44px;
          width: 100%!important;
          text-align: left!important;
          height: auto!important;
      }
  
      /* Hide table headers (but not display: none;, for accessibility) */
      table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
      }
  
      table tr { border: 1px solid #ccc; }
  
      table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
      }
  
      table:not(.capital-academics) td:before,
      table:not(.table-condensed) td:before {
        /* Now like a table header */
        position: relative;
        /* Top/left values mimic padding */
        padding-right: 20px;
        text-align: left;
        display: inline-block;
      }
      table:not(.capital-academics) td:first-child:before,
      table:not(.table-condensed) td:first-child:before {
          display: block;
          margin-bottom: 10px;
      }
      /*
      Label the data
      */
  
      table tr:nth-of-type(1) {
        display: none;
      }
      table tr td {
          text-align: left;
          padding-left: 10px;
      }
      table tr > td[colspan="9"]:before {
        display: none;
      }
      table tr:hover > td {
        background: transparent;
      }
      table tr:nth-of-type(even):hover > td {
        background: #E9E9E9;
      }
      table td::before {
        content: attr(label);
        font-weight: bold;
        width: 120px;
        min-width: 120px;
      }
  }
  .vbo-event__name {
      text-decoration: none!important;
      font-weight: 700;
  }
  .vbo-event__info {
      font-style: italic;
  }

  .awards-slider__slider:not(.slick-slider) {
    display: flex;
  }


/***************************
 *                         *
 *       NEW STYLES        *
 *                         *
 ***************************/
.single-post .mailchimp-blog-signup {
    padding: 20px; background: #fff;
}
.blog-archive-wrap__sidebar ul ul {
    margin-top: 5px;
    margin-bottom: 5px;
}
.blog-archive-wrap .bg ul li, .blog-single-wrap .bg ul li {
    margin-bottom: 5px;
}
.mailchimp-blog-signup {
    padding-bottom: 5px;
    margin-bottom: 27px;
}
.fixed-footer {
    display: none;
}
.fixed-footer {
    display: none;
}
.content-band.blog-callout  {
    padding: 50px 0 25px;
}
.mobile-title {
    display: none;
}
.desktop-only{
    display: block;
}
.old-blog-content {
    display: none;
}
.posted-in +.share {
    margin-top: 15px;
}
hr.rule-blog {
    margin-top: 20px;
    margin-bottom: 3px;
}
#st-2 {
    text-align: left;
}

.mobile-title {
    padding-top: 10px;
    padding-bottom: 21px;
    margin-bottom: 20px;
}
.mobile-title .blog-title {
    color: #444444;
    font-family: "fira-sans";
    font-size: 1.875em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5em;
}
.mobile-only{
    display: none;
}
.blog-single-wrap .col-lg-8, 
.mobile-title {
    max-width: 930px;
}
.blog-single-wrap .col-lg-3,
.blog-archive-wrap__sidebar {
    max-width: 412px;
}
.mobile-title hr {
    margin-top: 29px;
    margin-bottom: 12px;
    background-color: #D2D2D2;
    height: 2px;
    border: 0;
}
.btn-wrap .icon-arrow-right {
    height: 26px;
}

.single #mc_embed_signup .btn-wrap:hover .button,
.single #mc_embed_signup .btn-wrap:focus .button {
    padding-right: 5px;
}
.single #mc_embed_signup .button {
    background-color: transparent;
    color: #488EE7;
    font-family: "fira-sans";
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.563em;
    padding-left: 0;
    padding-right: 2px;
}
.back-to-blog {
    padding: 32px!important;
    margin-bottom: 5px;
}
.back-to-blog .link {
    color: #B10101;
    font-family: "fira-sans";
    font-size: 1.063em;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: underline;
}
.st-total {
    display: none!important;
}
.back-to-blog .link:hover {
    text-decoration: none;
}
.content-band.bg-blue {
    background-color: #3466A5;
}

@media (max-width: 1023px) {
    .desktop-only{
        display: none;
    }
    .mobile-only{
        display: block;
        padding-top: 10px;
    }
}

@media (max-width: 991px) {
    .fixed-cta-bar{
        display: none;
    }
    .mobile-title {
        max-width: 930px;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-single-wrap .col-lg-8 {
        order: 1;
        margin: 0 auto 30px;
    }
    .blog-single-wrap .col-lg-3 {
        order: 2;
        margin: 0 auto;
    }
    .blog-archive-wrap__sidebar {
        margin-left: auto;
        margin-right: auto;
    }
    .pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }
    
}
@media (max-width: 768px) {
    .content-band.blog-callout {
        padding: 25px 0 12px;
    }
}
@media (max-width: 600px) {
    .single-post .hero-tall {
        padding: 70px 0 56px;
    }
}

/** EVENTS */
#tribe-events-footer ul li:before,
main .tribe-events ul li:before,
.tribe-events-notices ul li:before {
    display: none;
}

main .tribe-events ul li,
.tribe-events-notices li, .tribe-events-notices ul, .tribe-events-single-event-title {
    text-indent: 0;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col {
    align-self: start;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    background: #FFF; 
    padding-top: 10px;
    padding-bottom: 10px;
    height: 81px;
    width: 61px;
    border: 1px solid #BBBBBB;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime *{
    color: #222222;
    font-family: "lato", sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
}

.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-date-tag-datetime .tribe-common-h4--min-medium {
    color: #B10101;
    font-family: "fira-sans", sans-serif;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 46px;
    margin-top: 0;
}
.tribe-events .tribe-events-calendar-list__event-details {
    flex: 1 0 100%;
}
.tribe-events-calendar-list__event-featured-image-wrapper.tribe-common-g-col +.tribe-events-calendar-list__event-details.tribe-common-g-col {
    flex: none;
}
.blog-sidebar {
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 33px 35px;
  }

.post-type-archive-tribe_events .breadcrumbs, .single-tribe_events .breadcrumbs {
    background-color: #FFF;
    padding: 30px 0;
}
.tribe_events .tribe-events-calendar-list__event-header {
    display: flex;
    flex-wrap: wrap;
}
.tribe_events .tribe-events-calendar-list__event-datetime-wrapper {
    margin: 0;
    align-self: center;
}
.tribe_events .tribe-event-categories {
    order: 2;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
}
.tribe_events .tribe-event-categories li + li:before {
    content: ', ';
    display: inline-block;
    width: auto;
    height: auto;
    border: 0;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-list__event-header .tribe-event-categories li a {
    color: #222;
    text-decoration: underline;
    border-bottom: 0;
}
.tribe_events .tribe-event-categories li a:hover {
    color: #222;
    text-decoration: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button,
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    width: auto!important;
    border: 2px solid #008CFF!important;
    background-color: #FFF;
    border-radius: 0!important;
    color: #488EE7;
    font-family: "fira-sans", sans-serif;
    font-size: 16px!important;
    font-weight: 600;
    line-height: 25px;
    padding: 15px 20px;
}  
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
    width: 250px!important;
}
.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover, .tribe-events button.tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:hover,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, 
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, 
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, 
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #008CFF;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__button {
    display: flex!important;
    visibility: visible;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-c-view-selector__button +.tribe-events-c-view-selector__content {
    display: none;
    padding: var(--tec-spacer-2) calc(var(--tec-spacer-2)/2);
    position: absolute;
    right: 0;
    top: 100%;
    z-index: var(--tec-z-index-dropdown);
    padding-top: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
    display: block;
    background-color: #FFF;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
    height: auto;
    padding: 10px;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-c-view-selector__button.tribe-events-c-view-selector__button--active +.tribe-events-c-view-selector__content {
    display: block;
    left: auto;
}
.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
    font-weight: 400;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
    display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
    padding: 5px 10px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
    fill: #333;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
    color: #333333;
    font-family: "lato", sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    border: 2px solid #777777;
    border-radius: 0;
}
.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
    color: #444444;
    font-family: "fira-sans", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    color: #488EE7;
    font-family: "fira-sans", sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
    flex: 0 0 100%;
    order: 3;
    margin-top: 10px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium a {
    color: #488EE7;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium a:hover {
    border-bottom: 1px solid #488EE7;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-list__event-header a {
    color: #488EE7;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-list__event-header a:hover {
    border-bottom: 1px solid #488EE7;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
    color: #222222;
    font-family: "lato", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}
.tribe-events .tribe-events-calendar-list__month-separator:after {
    background-color: #322E34;
}
.tribe-events .tribe-events-calendar-list__event-datetime {
    color: #222222;
    font-family: "lato", sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.post-type-archive-tribe_events .tribe-common p {
    color: #222222;
    font-family: "lato", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description {
    margin-top: 7px
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding: 40px 80px 20px;
    max-width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper img {
    max-width: 290px;
    float: right;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
    width: 90px
}
.tribe-events .tribe-events-calendar-list__event-date-tag {
    width: 61px;
}

.tribe-events .datepicker .datepicker-months td, .tribe-events .datepicker .datepicker-months th, .tribe-events .datepicker .datepicker-years td, .tribe-events .datepicker .datepicker-years th,
.tribe-events table tr, .tribe-events table tr:nth-of-type(1) > td, .tribe-events table tr:hover > td, .tribe-events table tr:nth-of-type(even):hover > td,  .tribe-events table tr > td {
    background-color: transparent;
}
.tribe-events table {
    display: table;
}
.tribe-events table tr {
    display: table-row;
}
.tribe-events table th,
.tribe-events table td {
    display: table-cell;
}
.tribe-events table thead {
    display: table-header-group;
}
.tribe-events table tbody {
    display: table-row-group;
}
/* single event */
.single-tribe_events .tribe_events {
    padding: 40px 80px 20px;
    max-width: 100%;
}
 .tribe-events-back {
    display: none;
}
.tribe-events-single-event-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #B10101;
    font-family: "fira-sans", sans-serif;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-venue {
    margin-bottom: 0;
    margin-top: 2px;
    order: 4;
}
.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
    background-color: #B10101;
}
.tribe-events .datepicker .day.current,
.tribe-events .datepicker .day.current, .tribe-events .datepicker .day.current.focused, .tribe-events .datepicker .day.current:focus, .tribe-events .datepicker .day.current:hover, .tribe-events .datepicker .month.current, .tribe-events .datepicker .month.current.focused, .tribe-events .datepicker .month.current:focus, .tribe-events .datepicker .month.current:hover, .tribe-events .datepicker .year.current, .tribe-events .datepicker .year.current.focused, .tribe-events .datepicker .year.current:focus, .tribe-events .datepicker .year.current:hover {
    background-color: rgba(210, 81, 96, .1 );
    color: #222;
}
.tribe-events-c-top-bar__datepicker-desktop {
    color: #B10101;
}
.tribe-events-event-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.tribe-events-schedule {
    margin-top: 0;
}
.tribe-events-event-meta a, .tribe-events-event-meta a:visited, .tribe-events-event-meta a:hover, 
.tribe-events .tribe-events-c-messages__message-list-item-link {
    color: #488EE7;
    font-weight: 600;
}
.tribe-events-event-meta a:visited, .tribe-events-event-meta a:hover {
    text-decoration: underline;
}

.single-tribe_events abbr[data-original-title], .single-tribe_events abbr[title] {
    cursor: default;
    text-decoration: none;
}
.tribe-events-start-date,
.tribe-events-end-date,
.tribe-events-start-time {
    font-weight: 700;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
    opacity: .2;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected {
    background-color: #B10101;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date .tribe-events-calendar-month__day-date-daynum {
    color: #FFF;
}
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #008CFF;
}
.tribe-events .datepicker .month, .tribe-events .datepicker .year {
    text-align: center;
}
.datepicker table tr td span.active.active{
    background-color: #008CFF;
}
.tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover, .tribe-common button.tribe-common-c-btn:focus, .tribe-common button.tribe-common-c-btn:hover {
    padding: 15px 20px;
}
.tribe-events-content ol li, .tribe-events-content p, .tribe-events-content ul li {
    font-family: "lato", sans-serif;
}
#tribe_events h1, 
#tribe-events h2, 
#tribe-events h3, 
#tribe-events h4, 
#tribe-events h5, 
#tribe-events h6 {
    font-family: "fira-sans", sans-serif!important;
}
#tribe-events p,
#tribe-events li,
#tribe-events .tribe-events-schedule h2 {
    font-family: "lato", sans-serif!important;
}

@media (max-width: 900px) {
    .single-tribe_events .tribe_events {
        padding: 40px;
    }
    .tribe-events .tribe-events-calendar-list__event-wrapper {
        padding-left: 25px;
    }
    .tribe-events .tribe-events-c-nav__next:disabled, .tribe-events .tribe-events-c-nav__prev:disabled,
    .tribe-common .tribe-common-b2 {
        font-size: 14px;
    }
}
@media (max-width: 768px) { 
    .tribe-events table td, .tribe-events table td:before {
        min-height: auto;
        width: 30px!important;
        text-align: center!important;
        height: auto!important;
        
    }
    .tribe-events table td:before {
        display: none!important;
    }
    .tribe-events table thead tr {
        position: static;
    }
}

@media (max-width: 767px) {
    .single-tribe_events .tribe_events {
        padding: 20px;
    }
    .tribe-events .tribe-events-l-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, .tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
        padding: 10px 15px;
    }
}

.tribe-events-before-html, 
.tribe-events-after-html {
    max-width: 800px;
    margin: 40px auto!important;
}
.tribe-common .tribe-events-before-html a,
.tribe-common .tribe-events-after-html a {
    color: #488EE7;
    text-decoration: underline;
}
.tribe-common .tribe-events-before-html a:hover,
.tribe-common .tribe-events-after-html a:hover {
    color: #488EE7;
    text-decoration: none;
}
.tribe-common .tribe-events-before-html p,
.tribe-common .tribe-events-after-html p {
    margin-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 515px) {
    .botpress--button-container--f1ib9x {
        margin-bottom: 70px !important;
    }
}
.dialog_host.ui-draggable {
    z-index: 5000 !important;
}