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


@charset "UTF-8";
/* CSS Override */

/* Responsive image */
.jumbotron .banner .item .container-fluid > .row > div .banner-content > div p {
    font-size: 15px;
    line-height: 26px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
    background-color: rgba(50,50,50,0.6);
    padding: 13px 19px;
}

.jumbotron .banner .item img {
    height: auto;
}
.jumbotron .banner .item .container-fluid > .row > div .banner-content {
    height: auto;
}

.tabs-section ul.nav-tabs > li {
    width: 25%;
}


.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: 50px 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;
}

blockquote{
	border-left: 3px solid #b30000; 
    font-size: 26px; 
    line-height: 40px; 
    padding-left: 20px; 
    margin: 25px 0;
}


/*Reducing slide in menu width for tablet */
/*@media screen and (max-width: 767px) {
.jumbotron .banner .item .container-fluid > .row > div .banner-content {
    height: auto;
	}
 #sideNav {
    z-index: 50;
    position: relative;
    margin-bottom: 12px;
	}
   .int-wrap .nav-content-section {
    margin-top: -88px;

  }
} */                   




/*Reducing slide in menu width for tablet 
@media screen and (max-width: 991px) and (min-width: 768px){
   .jumbotron .banner .item .container-fluid > .row > div .banner-content {
     padding: 145px 25% 0 0;
     height: 100%;
   }
    .int-wrap .nav-content-section {
    margin-top: -108px;
 	}
	#sideNav {
    	margin-bottom: 50px;
	}
   #sideNav h1 {
   display: none;
   }
    .col-md-6 .col-sm-6 .col-xs-12 {
    width: 100%;
   padding-right: 5px; 
  }
    header .nav-wrap {
    width: 50%;
    right: -50%;
    }
    .bulk-wrap.out {
    margin-left: -50%;
   }

}

@media screen and (max-width: 768px) and (min-width: 480px){
	#sideNav {
    	margin-bottom: 50px;
	}
    #sideNav h1 {
       display: none;
   }
    #sideNav .sidenav-toggle {
    padding: 5px 15px;
    }
    header .nav-wrap {
    width: 50%;
    right: -50%;
    }
    .bulk-wrap.out {
    margin-left: -50%;
    right: -50%;
   }
   .tabs-section .tab-content {
       padding-left: 35px;
      padding-right: 0px;
	} 

}

@media screen and (max-width: 489px) and (min-width: 300px){
    .bulk-wrap.out {
      margin-left: -85%;
      right: -85%;
	}
   #sideNav .sidenav-toggle {
    padding: 5px 15px;
    }
    body .int-wrap h2 {
    font-size: 26px;
    margin-top: 20px;
    line-height: 35px;
    }
    body .video {
      margin-right: 0;
    }
	header .nav-wrap {
       width: 85%;
       right: -85%;
    }
    #sideNav h1 {
       display: none;
   }
    .tabs-section .tab-content {
       padding-left: 28px;
      padding-right: 0px;
	} 
    .tabs-section ul.nav-tabs {
       margin: 20px 10px 5px;
	}
    .tabs-section ul.nav-tabs > li {
       width: 50%;
       font-size: 16px;
	}
	.tabs-section ul.nav-tabs > li a, 
    .tabs-section ul.nav-tabs > li a:hover, 
    .tabs-section ul.nav-tabs > li a:focus {
       padding: 15px 0 10px;
       background: none !important;
    }
    .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 {
       padding: 15px 0 10px;
	   background: none !important;
    }
    .tabs-section ul.nav-tabs > li {
       width: 50%;
	}
    blockquote {
        font-size: 20px;
        line-height: 30px;
        margin: 16px 0;
	}
    .tabs-section .content p {
       margin-right: 20px;
	}
    .tab-content .video {
        margin-right: 30px;
	}
}


@media (min-width: 768px){
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
 }

}

.modal-content {

    background-color: transparent;
    background-clip: none;
    border: none; 
    border: none; 
    border-radius: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.modal .close {
    float: right;
    font-size: 16px;
    font-weight: normal;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    right: 4px;
    position: absolute;
    top: 4px;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    border: 2px solid #999;

    background: rgba(0, 0, 0, 0.8);
    display: block;
}

.modal button.close:hover,.modal .close:hover {
   color: #dccaa0 !important:
 }*/
