.banner-studyabroad {
    padding: 5px
}

.banner-studyabroad img {
    border-right: 2px solid #002f65
}

.studyabroad-hero{
    height: 75vh;
    background: url(https://smccd.edu/studyabroad/images/homepage/StudyAbroad.jpg);
    background-size: cover;
    background-position: 0% 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /*ms_fontaine_brazil2019*/
}

.hero {
    height: 75vh;
    background: url(https://smccd.edu/studyabroad/images/homepage/StudyAbroad.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 70% 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.hero-caption{
    color: white;
    text-align: center;
    margin-bottom: 5em;
    background-color: #002f65bf;
    /* padding: 1rem; */
    
}

.hero-caption h1{
    font-size: 1.7em;
    padding-bottom: 10px;
}

.hero-caption h2{
    font-size: 1.3em;
    padding-bottom: 13px;
    padding-top: 0px;
}

@media only screen and (min-width: 700px){
    .hero{
        background-position: 60% 50%;
    }
    .hero-caption{    
        margin-bottom: 2em;
        width: 60%;
    }

    .hero-caption h1{
        font-size: 2em;
    }

    .hero-caption h2{
        font-size: 1.5em;
    }

}

@media only screen and (min-width: 1025px){
    
    .hero-caption h1{
        font-size: 2.5em;
        padding-bottom: 20px;
    }

    .hero-caption h2{
        font-size: 2em;
        padding-bottom: 35px;
    }

}


/*-- Custom -->*/

body {
    line-height: 1.6;
}

a {
    color: #002f65;
}

a:hover {
    color: #006fef;
}

.breadcrumb-wrapper section.call-to-action.container {
    display: none;
}

.breadcrumb {
    position: relative;
    /*top: 28px;*/
    padding: 22px 15px;
    background-color: #5b5b5b;
    color: #fff;
    border-radius: 0px;
    height: 67px;
}

.breadcrumb a {
    color: #d6d6d6;
}

.breadcrumb>.active {
    color: #fff;
}

.bg_breadcrumb:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3;
    background: linear-gradient(135deg, #5b5b5b 19%, #ffffff00 19%);
}

.bg_breadcrumb {
    height: 67px;
    overflow: hidden;
    padding: 0;
    background: #5b5b5b;
}

.breadcrumb_slider {
    height: 95px;
}

.nav-pills.nav-mf.nav-stacked>li>a {
    font-weight: bold;
}

.section-menu .nav>li>a {
    border-bottom: 2px solid #f1f1f1;
}

.section-menu .nav>li>a.active {
    background-color: #eee;
}

.section-menu .nav>li {
    border-left: 2px solid #fff;
}

.section-menu .nav>li:hover {
    border-left: 2px solid #002f65;
}

#content {
    padding: 0px inherit 20px inherit;
    position: relative;
    top: 30px;
}

.btn {
    background: #002f65;
    color: #fff !important;
    box-shadow: 2px 2px 0 1px #001935;
    border: 0px;
    font-weight: bold;
}

li.dropdown.dropdown-full a.dropdown-toggle.menu-item:focus,
li.dropdown.dropdown-full a.dropdown-toggle.menu-item:hover,
li.dropdown.dropdown-full a.dropdown-toggle.menu-item:active {
    border-top: 2px solid #002f65;
    background-color: transparent;
}

.header_logo {
    width: 230px;
}

.logo_text {
    color: #002f65;
    display: inline-block;
    text-decoration: none;
    font-weight: normal;
    border-left: 2px solid;
    padding: 5px 12px 5px;
    vertical-align: top;
    margin-top: 5px;
    float: left;
}


.mainslider {
    height: 450px;
    overflow: hidden;
    position: relative
}

.slide.slide-page-wide .container {
    min-height: 350px;
}

h2.page-title {
    color: #002f65;
}

.bg_blue {
    background: #003361;
    color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #003361;
    border-left: 2px solid #f1f1f1;
    border-right: 2px solid #f1f1f1;
    color: #fff;
}

ul.nav.nav-pills.nav-mf.nav-stacked{
    width: 100%;
    background: linear-gradient(to right, #002042, #00489a);   
}

#footer {
    color: #fff;
    background: #5b5b5b;
}

#footer:before {
    background: #5b5b5b;
}

#footer a {
    color: #fff;
}

#subfooter {
    display: none;
}

#Header{
    position: relative;
    height: 72px;
}

#menu-main{
    display: none;
}

.breadcrumb-wrapper{
    display: block;
    clear: both;
    height: 90px;
}
.breadcrumb-wrapper:before{
    display: table;
    content: " ";
}

.breadcrumb-wrapper:after{
    clear: both !important;
}

#content{
    top: auto;
}


@media(max-width:992px) {
    .logo_text {
        font-size: 20px;
    }
    .breadcrumb {
        top: 69px;
    }
    .bg_breadcrumb {
        top: 41px;
    }
    nav.navigation.navbar-horizontal {
        display: none;
    }
}


/*emergency (hide the emergency message if it is empty) */

#emergency:empty {
   display: none;
}
#smccd-noti-wrapper {
    width: 100vw !important;
    padding: 0px;
}
#noti-wrapper{
    padding: 0px;
}
#emergency-holder > .alert {
    margin-bottom: 0px !important;
    text-align: center;
}




.close {
    opacity: 1;
    color: #00499c;
}


/*.hero .caption{
    color: #fff;
    padding: 1rem 0;
}

.hero .caption h1{
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-family:Cinzel;
}

.hero .caption h2{
    font-size: 3rem;
    font-family: 'Open Sans';
}
@media screen and (min-width:1000px){
    .hero .caption h1{
        font-size: 4.5rem;
    }
    .hero .caption h2{
        font-size: 4rem;
    }
    .hero a{
        color: white;
        font-size: 5rem;
        align-self: center;
    }
}*/

.back-quote{
    font-size: 0.9em;
    color: grey;
}
