
/* overwriting Bootstrap base font size */
body {
    font-size: 0.87rem;
    line-height: 1.43;
}

/* overwriting Bootstrap style */
/*.navbar {
    padding: 0;
}*/

/* changing color of mobile hamburger menu icon */
/*.navbar-toggler-icon {
    color: #ccc;
}*/

/* no longer a custom ID on the carousel area; can use this class instead to style */
.HeroCarouselSchoolBlock {
    border-left: 3px solid #FFF;
    border-right: 3px solid #FFF;
    margin-right: -30px;
    margin-left: -30px;
}

.HeroCarouselSchoolBlock .carousel-indicators {
    justify-content: flex-start;
}

/* Can't reference li.secondary-menu anymore because 
moved H2 out of the list to make code more semantic */
/*.QuickLinksSchoolBlock h2 {
    background: #103d69 url(../images/bcc-link-icon.png) no-repeat scroll left top;
    color: #fff;
    font-size: 1.6em;
    text-transform: none;
    font-weight: normal;
    margin: 0 0;
    width: 100%;
    font-family: pacificoregular;
    display: inline-block;
    text-align: left;
    padding: 8px 3px 8px 40px;
    position: relative;
}*/

/* An existing .list-group-item class adds extra styles, 
so we need to remove them */
/*.QuickLinksSchoolBlock .list-group-item {
    border-bottom: 0;
}*/

/* Bootstrap style that needs to be overriden */
/*.QuickLinksSchoolBlock .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}*/

/* because of HTML structure change, need this for blue border on bottom of nav */
/*.QuickLinksSchoolBlock .secondary-menu {
    background-color: #103d69;
    padding-bottom: 20px;
}*/

/* Search button container now handles the width */
/*.searchbtn {
    width: auto;
    margin-left: 0;
}*/

/* Bootstrap input-group tries to smush the fields together for a more modern look */
/*.SearchSchoolBlock .input-group > .input-group-append > .btn {
    border-radius: 4px;
}

.SearchSchoolBlock .input-group > .form-control {
    border-radius: 4px;
}

.SearchSchoolBlock .input-group-append {
    margin-left: 10px;
}*/

/* overriding mobile search style in custom CSS */
/*@media only screen and (max-width: 768px) and (min-width: 240px) {
    .search, 
    .one-column .search {
        display: flex;
    }
}*/

/* Upcoming Events changed ID to class; updated selector */
.UpcomingEventsSchoolBlock .calendar {
    border-radius: 10px;
    background:#FFF;
    border: 1px solid var(--primary);
    text-align:center;
    padding: 0px 0px 20px 0;
    margin-top:2em;
}

.UpcomingEventsSchoolBlock .calendar h4 {
    border-radius: 8px 8px 0px 0px;
    background: var(--primary);
    font-size: 1.4em;
    color: #FFF;
    margin: 0px;
    width:100%;
    font-family: montserrat;
    display: inline-block;
    text-align: center;
    padding: 10px;
    position: relative;
}

.UpcomingEventsSchoolBlock .calendar p {
    color: var(--light-primary);
    padding:10px 0;
    border-bottom: 1.5px solid var(--light-primary);
    margin: 0% 5%;
    line-height:1.4em;
    font-size: 1em;
    font-weight:normal;
    font-family: Tahoma, Geneva, sans-serif;
}

.calendar > p:last-child {
    border-bottom: none !important;
}

.UpcomingEventsSchoolBlock .calendar p strong {
    color: var(--dark-primary);
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight:normal;
    font-family: Tahoma, Geneva, sans-serif;
}
    
.UpcomingEventsSchoolBlock .calendar p br {
    margin-bottom:.8em; 
}

.UpcomingEventsSchoolBlock .calendar .btn-calendar { 
    margin-top:-20px; 
    text-align:center; 
}

aside.btn-calendar > p > a  {
    padding: 6px 12px;
}

.UpcomingEventsSchoolBlock .calendar p br { 
    padding-top:12px; 
}

/**** remove these two selectors *****/
.UpcomingEventsSchoolBlock .btn-calendar p {
    margin-top: 20px;
    text-align:center;
    margin-bottom: 0px;
}

.UpcomingEventsSchoolBlock .btn-calendar {
    margin-top: -45px;
    margin-bottom: 5px;
}
/* End Upcoming Events */


/* Announcements/News changed ID to class; updated selector */
.RecentNewsSchoolBlock .news {
    margin: 0px 0 20px 0;
}
    
.RecentNewsSchoolBlock .news h2 {
    /* background:url("../images/bcc-news-icon.png") no-repeat scroll left top; */
    font-size: 1.4em;
    /* display: inline-block; */
    text-align: center;
    font-family: Montserrat;
    text-transform:capitalize;
    font-weight:normal;
    /* margin:15px 0px 15px 0px; */
    /* padding: 5px 0px 5px 50px; */
    /* content-visibility: visible; */
    background-color: #306191;
    padding: 10px;
    border-radius: 10px;
    color: #ffffff;
}
       
.RecentNewsSchoolBlock .news h3 {
    color: var(--light-primary);
    margin-bottom: 5px;
    font-size: 1.2em;
    font-weight:normal;
}

.RecentNewsSchoolBlock .news article.list-group {
    margin-bottom:50px;
}

.RecentNewsSchoolBlock .news .list-group-item {
    border:0;
    padding:15px 2%;
    border-bottom: 1px dotted #d2c7be;
    margin-bottom:0;
}

.RecentNewsSchoolBlock .news h3.announcements a {
    color: var(--light-primary);
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 5px;
}   

.RecentNewsSchoolBlock .news a.list-group-item:hover h3 {
      color:#5292bc;
}

.RecentNewsSchoolBlock .news .list-group-item h3 {
    margin-top:0;
    font-family: "Open Sans";
}

.RecentNewsSchoolBlock .news a.list-group-item {
    text-align: center;
    text-decoration:none;
}

.RecentNewsSchoolBlock .news a.list-group-item:hover { 
    background:#f0f0f0; 
}

.RecentNewsSchoolBlock .news .list-group-item p {
    margin-bottom: 0px;
    color:#4c4c4c;
    font-size:14px;
}

.RecentNewsSchoolBlock .news .list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
/* End Announcements/News */

/* add more padding between rotating banner and content */
.main-content, .sidebar-1, .sidebar-2 {
    margin-top: 30px;
}

/* Hiding newspaper icon for Announcements */
/*.RecentNewsSchoolBlock .icon-newspaper {
    display: none;
}*/

/* Added "academics" class for Academic Programs section 
and it's using School Container Block */
.academics {
    background-color:#103d69;
    padding: 40px 0 40px;
    background:#103d69 url('../images/bcc-academics-bg.jpg'); 
    background-position: top center; 
    background-size:contain;  
    background-repeat: no-repeat;   
    border-top: 8px solid var(--secondary);
}

.academics h2 {
    color: #FFF;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center;
    font-size: 2.9em;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
}

.academics .ContentBlock {
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

.academics .ContentBlock h4 {
    color: #c6a400;
    font-size: 1.4em;
    letter-spacing: 0;
    line-height: 1.3em;
    margin-top: 10px;
    font-family: Tahoma, Geneva, sans-serif;
}

/* Added "activity" class for Featured Activities section 
and it's using School Container Block */
.activity {
    padding: 40px 0 40px;
    background-color:#272727;
    background-image: url('../images/bcc-activity-bg.jpg'); 
    background-position:center;
    background-repeat:repeat-y; 
    border-top: 8px solid var(--secondary);
}

.activity:before,
.activity:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: transparent url(../images/bcc-baronleft.png) no-repeat left center;
    width: 100%;
}

.activity:after {
    right: 0;
    background-image: url(../images/bcc-baronright.png);
    background-position: right center;
    z-index: 0;
}

.activity > .container-fluid {
    position: relative;
    z-index: 5;
}

.activity h2 { 
    color: #FFF;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center;
    font-size: 2.9em;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
}

.activity .ContentBlock {
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

.activity .ContentBlock h4 {
    color: #c6a400;
    font-size: 1.4em;
    letter-spacing: 0;
    line-height: 1.3em;
    margin-top: 10px;
    font-family: Tahoma, Geneva, sans-serif;
}

@media screen and (max-width: 1199px) {

    .activity:before,
    .activity:after {
        display: none;
    } 
}

/* Addition section */
.addition-container {
    padding: 40px 0 40px;
    background-color: #FFF;
    border-top: 8px solid var(--secondary);
}

.addition {
    padding: 0;
    border-top: 0;
}

/* New Addition Photos hero carousel */
.new-addition-photos {
    margin-bottom: 30px;
    margin-right: 15px;
    margin-left: 15px;
}

.new-addition-photos .carousel-container {
    max-width: none;
}

.new-addition-photos .carousel-control-prev {
    width: 8%;
    background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
}

.new-addition-photos .carousel-control-next {
    width: 8%;
    background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
}

.new-addition-photos .carousel-control-prev-icon, 
.new-addition-photos .carousel-control-next-icon {
    width: 40px;
    height: 40px;
}

.new-addition-photos .carousel-inner img {
    float: left;
    margin: 1%;
    width: 23%;
    height: auto;
    max-width: 400px !important;
    background: #FFF;
    padding: 6px;
}

.new-addition-photos .carousel-indicators {
    bottom: -30px;
    left: 0;
    justify-content: center;
    margin-right: 0;
}

.new-addition-photos .carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 1px solid #88bc07;
}

.new-addition-photos .carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: var(--secondary);
}

/* footer fix */
/*ul#global-footerNav {
    width: 100%;
    float: none;
}*/

/* --- FIXING BACKGROUND IMAGE BUG --- */
@media screen and (max-width: 767.98px) {
    body:not(.homepage) .above-content-image {
        background-repeat: no-repeat !important;
        padding-top: 129px !important;
        background-position: top center !important;
    }
}

/* Montserrat latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(fonts/montserrat-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Montserrat latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(fonts/montserrat-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Open Sans latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    src: url(fonts/open-sans-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Open Sans latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    src: url(fonts/open-sans-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.UpcomingEventsSchoolBlock {
    margin: 0 0 10px;
}

.SchoolInfoBlock {
    margin-bottom: 10px;
}
