  @import url("/content/dam/bc1/top-tier/css/custom-global.css");

@media screen and (max-width: 991px) and (min-width: 768px){
#sideNav {
    margin-bottom: 30px;
    }}

@media screen and (max-width: 768px) and (min-width: 480px){
#sideNav {
    margin-bottom: -28px;
}
}

.tabs-section ul.nav-tabs > li {
    width: 25%;
    font-size: 17px;
}


.tabbed-content {
  background: #841419;
}

.tabbed-content p a{
    color: #dccaa0
}

.tabbed-content p.btn.btn-red a{
    color: #dccaa0
}

.tabs-section ul.nav-tabs > li.active a, .tabs-section ul.nav-tabs > li.active a:hover, .tabs-section ul.nav-tabs > li.active a:focus {
	background: #841419 /*url(/content/dam/bc1/top-tier/jesuit-catholic/css/active_tab_triangle.png) 50% 0 no-repeat !important*/;
    color: #fff !important;
    padding: 25px 0;
    border: none;
    background-repeat: no-repeat;
}

.tabs-section .tab-content  {
  background-color: #4e0b0b;
  color:#fff;
}        

.tabs-section ul.nav-tabs > li a, .tabs-section ul.nav-tabs > li a:hover, .tabs-section ul.nav-tabs > li a:focus {
   color: #bb7e81;
   background-color: #841419;
   padding: 50px 0;
   border: none;
}

.tabs-section ul.nav-tabs > li a:hover, .tabs-section ul.nav-tabs > li a:focus {
   color: #FFF;
   background-color: #841419;
   border: none;
}

.int-wrap .faculty-section .faculty .image {
    overflow: hidden;
}
.int-wrap .faculty-section .faculty .image img {
    top: 0;
}

 @media screen and (max-width: 991px) and (min-width: 768px) {
.int-wrap .faculty-section .faculty .image {
    bottom: auto;
    top: auto;
 }
}
@media screen and (max-width: 767px){
.int-wrap .faculty-section .faculty .image {
    top: -44px;
    margin-bottom: 0;
}
.int-wrap .faculty-section .faculty .image img {

    margin-top: 0;
}
}

.carousel-left-par .image img {
    width: 100%;
}
