/*
Theme Name: yBoot
Theme URI: http://www.ydop.com/
Author: YDOP
Author URI: http://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,
div.aligncenter {
    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;
    speak: none;
    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: #008CFF;
    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: #4cafff;
    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: #566D79;
    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: #566D79;
    text-decoration: underline;
}
h3 > a:hover {
    text-decoration: none;
    color: #008CFF;
}
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;
}
.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: #008CFF;
}
.pagination .current {
    padding: 12px 18px 10px 18px;
    background:  #3A3A3A;
    color: #EEE;
}

/* CTA'S */
.cta {
    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.red {
    border-radius: 20px;
    background-color: #D25160;
    cursor: pointer;
}
.cta.red.active,
.cta.red:hover {
    background: #A13D48;
}
.cta > i {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 15px;
}
.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: #008CFF;
    border: 2px solid #008CFF;
    color: #FFF;
}
.cta.blue:hover {
    background: none;
    color: #008CFF;
    text-decoration: none;
}
.cta.blue-outline {
    border: 2px solid #008CFF;
    color: #008CFF;
}
.cta.dark-red,
.cta.dark-red:visited,
.cta.dark-red:focus {
    background: #783442;
    border: 2px solid #783442;
    color: #FFF;
}
.cta.dark-red:hover {
    background: none;
    text-decoration: none;
    color: #FFF;
}
.cta.blue-outline > i {
    font-size: 24px;
    top: 3px;
}
.cta.blue-outline:hover {
    background-color: #008CFF;
    color: #FFF;
    text-decoration: none;
    opacity: 1;
}
.cta.gray-outline {
    border: 2px solid #888888;
    color: #888888;
    padding: 6px 21px;
}
.cta.gray-outline:hover {
    background-color: #888888;
    color: #FFF;
    text-decoration: none;
}

.cta.white-outline {
    border: 2px solid #FFF;
    color: #FFF;
    padding: 6px 21px;
}
.cta.white-outline:hover {
    background-color: #FFF;
    color: #D25160;
    text-decoration: none;
}
.cta.cta-pill {
    color: #FFFFFF;
    font-family: "lato",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    border-radius: 15px;
    background-color: #D25160;
    line-height: 15px;
    text-transform: none;
    padding: 7px 23px;
}
.cta.cta-pill > span.fa-chevron-right {
    margin-right: 5px;
}
.cta.cta-pill:hover {
    background: #A13D48;
    text-decoration: none;
}
.cta.cta-apply {
    background: #A13D48;
    padding: 9px 33px 7px;
    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;
}
.cta.cta-text {
    color: #008CFF;
    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: #008CFF;
    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;
}
#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;
}
#lbc-alert-bar a,
#lbc-alert-bar a:visited,
#lbc-alert-bar a:focus {
    color: #FFF;
}
#lbc-alert-bar .fa-exclamation-circle {
    color: #;
    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;
}
.site-header .top-bar {
    background-color: #D25160;
    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: 20px;
    /*max-height: 39px;
    top: -1px;*/
}
.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: #618A9E;
    -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: 45px !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: #D25160
}
.site-header .main-nav {
    padding: 30px 0 24px;
}
.site-header .main-nav ul {
    position: relative;
    top: 27px;
}
.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:visited,
.site-header .main-nav ul li a:focus {
    color: #444444;
    font-family: "fira-sans",sans-serif;
    font-size: 17px;
    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: #D25160;
    text-decoration: none;
}

/* 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 .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;
}
/*.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 {

}
.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: #618A9E;
    font-weight: bold;
    border-bottom: none;
}
ul.tabs li a:hover { 
    color: #618A9E;
    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 .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: #618A9E;
    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: 585px;
    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 .col-menu-section ul li {
    margin-bottom: 10px;
    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 {
    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: #618A9E !important;
}
.mm-listview .mm-next {
  width: 100% !important;
}
ul.top-level li a:not(.apply-today) {
    color: #333 !important;
    padding-top: 15px;
    padding-bottom: 15px;
}
ul.top-level li:last-child a.mm-next {
    display: none;
}
ul.top-level 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: #849F61;
    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: #E3455D;
}
.main-nav-mobile-info.schedule {
    margin-bottom: 18px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
}


.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.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: #618A9E;
    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: #618A9E;
    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: #618A9E;
    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: #618A9E !important;
}
.mm-listview .mm-next {
  width: 100% !important;
}
ul.top-level li a:not(.apply-today) {
    color: #333 !important;
}
ul.top-level li:last-child a.mm-next {
    display: none;
}
ul.top-level 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: #EAEAE9;
    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%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    background: rgba(240,240,240,0.9);

}
#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/housing-icons/fonts/icomoon.eot?drp1mw');
    src: url('/wp-content/themes/yboot/assets/fonts/housing-icons/fonts/icomoon.eot?drp1mw#iefix') format('embedded-opentype'), url('/wp-content/themes/yboot/assets/fonts/housing-icons/fonts/icomoon.ttf?drp1mw') format('truetype'), url('/wp-content/themes/yboot/assets/fonts/housing-icons/fonts/icomoon.woff?drp1mw') format('woff'), url('/wp-content/themes/yboot/assets/fonts/housing-icons/fonts/icomoon.svg?drp1mw#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;
    speak: none;
    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-computer-workstation:before {
    content: "\e900";
}

.icon-desk:before {
    content: "\e901";
}

.icon-dresser:before {
    content: "\e902";
}

.icon-fitness-center:before {
    content: "\e903";
}

.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-wardrobe:before {
    content: "\e909";
}

.icon-wifi:before {
    content: "\e90a";
}
.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;
    color: #F0F0F0;
    font-size: 14px;
}
#updatedFooter h6 {
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}
#updatedFooter h6 a, #updatedFooter h6 a:visited, #updatedFooter h6 a:focus {
    color: rgba(255,255,255,0.7);
    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: 25px;
}
#updatedFooter ul {
    margin: 0;
    padding: 0;
}
#updatedFooter ul li {
    margin-bottom: 7px;
}
#updatedFooter ul li:last-child {
    margin-bottom: 0;
}
#updatedFooter ul li a, #updatedFooter ul li a:visited {
    color: #F0F0F0;
    font-weight: 300;
    padding: 0;
}
#updatedFooter ul li a:hover {
    text-decoration: underline;
}
#updatedFooter #updatedFooterRow1Col6 .footer-menu:nth-of-type(3) ul li a, #updatedFooter #updatedFooterRow1Col6 .footer-menu:nth-of-type(3) ul li a:visited {
    color: #aebc31;
    font-weight: bold;
}
#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;
    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: 15px;
}
#updatedFooter #updatedFooterRow2 ul.social-links li {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin-right: 8px;
}
#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: #496b7c;
    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 #updatedFooterRow2 ul.social-links li a:hover {
    background: #5893ac;
}
#updatedFooter #updatedFooterRow2 ul.social-links li a > span {
    position: relative;
    left: 3px;
}
#updatedFooter #updatedFooterRow2 ul.social-links + p {
    margin-bottom: 10px;
}
#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: #566d79;
  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: -20px;
    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: none;
}
.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: #849F61;
    border: 2px solid #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;
    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: #849F61;
}
.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;
}*/
.custom-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 62px;
}
.custom-col > .bg {
    background: #FFF;
    padding: 0 20px 20px;
    height: 100%;
    border-top: 2px solid #618a9e;
}
.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.bg-gray {

}
.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.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.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;
    padding: 24px 32px;
    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;
}
.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: #618A9E;
}
.wrap-faq h6.active:after {
    content: '\f068';
}
.wrap-faq h6:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    content: '\f067';
    position: absolute;
    top: 0;
    right: 0;
}

/* 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;
}
.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: #008CFF;
    border: 2px solid #008CFF;
    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: #008CFF;
    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;
}

/* HIDDEN NAV */
#hidden-nav {
    width: 380px;
    height: 100%;
    background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-menu-logo.png);
    background-position: top;
    background-repeat: no-repeat;
    padding: 200px 0 20px;
    background-color: #FFFFFF;
    box-shadow: 10px 0 20px 10px rgba(0,0,0,0.2);
    position: fixed;
    z-index: 999;
    top: 0;
    left: -420px;
    /*overflow: scroll;*/
    -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;
}
#hidden-nav .scroller {
    /*max-height: 720px;*/
    max-height: 100%;
    overflow: scroll;
    padding-top: 30px;
}
#hidden-nav:before {
    width: 100%;
    height: 39px;
    content: '';
    background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-fade.png);
    display: block;
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 20;
}
#hidden-nav.open {
    left: 0;
}
#hidden-nav #close-nav {
    cursor: pointer;
    color: #c3c3c3;
    float: right;
    margin-right: 20px;
    -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;
}
#hidden-nav #close-nav:hover {
    opacity: 0.7;
}
#hidden-nav i#close-nav  {
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 99;
}
#hidden-nav #close-nav span {
    font-family: "fira-sans",sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    display: block;
}
#hidden-nav ul {
    margin: 0;
    padding: 0;   
}
#hidden-nav ul li {
    text-indent: 0;
}
#hidden-nav ul li:before {
    display: none;
}
#hidden-nav ul li a {
    color: #618A9E;
    font-family: "fira-sans",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    display: block;
    padding: 0 40px;
    -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;
}
#hidden-nav ul li ul.sub-menu li {
    padding: 0;
}
#hidden-nav ul li a:hover,
#hidden-nav ul li.current-menu-item a,
#hidden-nav ul li.active a {
    background: #EEE;
    color: #345971;
    text-decoration: none;
}
#hidden-nav ul li.active ul.sub-menu li a {
    background-color: transparent;
    color: #618A9E;
}
#hidden-nav ul li.active ul.sub-menu li a:hover {
    color: #345971;
    background: #EEE;
}
#hidden-nav ul li.dropdown {
    position: relative;
}
#hidden-nav ul li.dropdown > a:after {
    content: '\f077';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 2px;
    right: 20px;
    display: none;
}
#hidden-nav ul li.dropdown.current-menu-item > a:after,
#hidden-nav ul li.dropdown.active > a:after {
    content: '\f077';
}
#hidden-nav ul li ul.sub-menu {
    padding: 0;
    display: block;
}
#hidden-nav ul li ul.sub-menu li a {
    padding-left: 65px;
}
#hidden-nav ul li.dropdown.current-menu-item ul.sub-menu {
    display: block;
}
#hidden-nav ul li ul.sub-menu li a:after {
    display: none;
}
#hidden-nav h5 {
    opacity: 0.5;
    color: #363636;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
    top: 5px;
}
.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: 13px 0 16px;
    -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.fixed {
    width: 100%;
    position: fixed;
    z-index: 888;
    top: 0;
    box-shadow: 0 0 10px #CCC;
}
#scroller .cta.cta-pill {
    position: relative;
    /*top: 4px;*/
}
.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: 8px;
    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: #839E67;
    margin-right: 5px;
}
.intro-content .first-title {
    margin-bottom: 10px;
}
.intro-content .lead {
    color: #618A9E;
    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: #618A9E;
    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;
}
.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: #c92e38;
}
.journey-sidebar .program-options ul li i.fa-check-circle {
    color: #2dc27e;
}
.journey-sidebar .program-options ul li:before {
    display: none;
}

/* CALLOUT BAR */
.callout-bar {
    padding: 32px 0;
}
.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.blue {
    background-color: #567f94;
}
.callout-bar.blue h2 {
    color: #FFF;
}
.callout-bar.blue h2 a,
.callout-bar.blue h2 a:visited,
.callout-bar.blue h2 a:focus {
    color: #FFF;
    text-decoration: underline;
}
.callout-bar.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: #618A9E;
    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;
}
.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: #618A9E;
}
#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;
    margin-bottom: 30px;
}
.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: #008CFF;
}
.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: #D25160;
}
.sorting ul li a.active {
    color: #D25160;
}
.sorting ul li a.active:hover {
    text-decoration: none;
    opacity: 1;
}
.sorting ul li a > span {
    display: block;
}

/* PREFOOTER */
.prefooter {
    background: #F21945;
    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;
}
.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: #008CFF;
}
.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: #567f94;
}
.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: #008CFF;
} 

/* 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: #008CFF;
    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.capital-academics-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: #d4c9bb;
}
table.capital-academics tr:nth-of-type(even) > td {
  background: #E9E9E9;
}
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;
  display: inline-block;
  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; 
    }
    
    /* 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: "Philadelphia"; }
    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"; }

    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 {
    width: 100%;
    max-width: 800px;
}

/* FIXED FOOTER */
.fixed-footer {
    padding: 8px 0 4px;
    background: #D25160;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    display: none;
}
.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 {
    max-height: 600px;
}

iframe#destination-frame {
    max-width: 400px;
    position: relative;
    float: right;
    margin-top: -260px;
    background: rgba(255,255,255,0.9);
    padding: 20px;
}
.page-id-645 .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 {
    width: 100%;
    text-align: center;
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    color: #FFF;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    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;
}
.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: #D25160;
    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: #D25160;
    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;
}

/* 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: 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;
    }
    .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%;1
    }
    #visible-alert-bar .site-navigation {
        top: 294px;
    }
    iframe#destination-frame {
        margin-top: -216px;
    }
    .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: 1100px ) {
    .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: #D25160;
    }
    .mobile-search fieldset { 
        width: 100%;
    }
    .mobile-search .input-group {
        width: 100%;
    }
    #updatedFooter .col-sm-2 {
        width: 25%;
        max-width: 25%;
        float: left;
        flex: none;
    }
    #nav {
        display: none;
    }
    .hamburger {
        display: block;
        position: relative;
        top: -8px;
        left: 15px;
    }
    .site-header .main-nav {
        padding: 25px 0 15px;
    }
    .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 .search-box {
        display: none;
    }
    .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 {
        max-height: 100%;
        padding: 50px 0 25px;
        text-align: center;
    }
    iframe#destination-frame {
        max-width: 340px;
        margin: 20px auto 0;
        float: none;
    }
    .page-id-645 .hero-tall h4:after {
        margin: 0 auto;
    }
}
@media( max-width: 1023px ) {
    .fixed-footer { 
        display: block;
    }
    #footerCopyRightLinks a.fixed-cta {
        display: none !important;
    }
    .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;
    }
}
@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;
    } 
    .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-center {
        
    }
    .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;
    }
}