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


.jumbotron .banner .item .container-fluid > .row > div .banner-content > div h1 {
	color: #000;
	text-shadow: none;
}
.jumbotron .banner .item .container-fluid > .row > div .banner-content > div p {
	color: #000;
	text-shadow: none;
}
.quote-section blockquote {
	color: #FFF;
}
.quote-section .author {
	color: #FFF;
    font-weight: 500;
}
.quote-section .author span {
	color: #FFF;
    font-weight: 600;
}

.int-wrap .content-carousel {
	background-color: #FFF;
}
.int-wrap .content-carousel .item {
	margin-top: 10px;}
.int-wrap .content-carousel h2 {
	color: #706259;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 4px;
	display: inline-block;
	border-bottom: 1px solid #B39D6C;
	padding: 0 20px;
}
.int-wrap .content-carousel .wrap h2 {
	font-weight: 100;
	color: #195B73;	
    font-size: 36px;
	text-transform: none;
	border: none;
	letter-spacing: normal;
	margin-bottom: 1em;
}
.int-wrap .content-carousel .wrap p {
	color: #000;	
	font-size: 24px;
	line-height: 1.5em;
	font-family: 'Droid Serif', Georgia, serif;
}
.int-wrap .content-carousel .carousel-indicators {
	display: none;
}
.int-wrap .content-carousel .carousel-control {
	color: #A1BEC6;
}
.int-wrap .content-carousel .carousel-control:hover {
	color: #A1BEC6;
}

/* NEWS COMPONENT & HEADER SPACING FIXES */


.news-list .article {
	clear: both;
	display: block;
	margin-top: 10px;
	/*min-height: 120px;*/
}


.jumbotron #homeCarousel .carousel-inner .item .container-fluid > .row > div .carousel-caption h2,
.jumbotron #homeCarousel .carousel-inner .item .container-fluid > .row > div .carousel-caption p,    
.jumbotron .banner .item .container-fluid > .row > div .banner-content > div h1,
.jumbotron .banner .item .container-fluid > .row > div .banner-content > div P {
    background-color: rgba(250,250,250,.3);
    padding: 5px 10px 7px;
}



@media screen and (max-width: 991px) and (min-width: 300px){
	.jumbotron .banner .item .container-fluid > .row > div .banner-content {
		padding: 145px 0 0;
	}
	
	.nav-content-section  .title.section{
		margin-top: 100px;
	}
    .side-navigation-content.section #sideNav {
        margin-top: 0px;
        margin-bottom: 0px;

   }
	.news-list .article {
		padding-top: 10px;
	}
}

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

	.jumbotron .banner .item .container-fluid > .row > div .banner-content{
		padding: 52px 0 0;
	}
	
	.nav-content-section  .title.section{
		margin-top: 40px;
	}
	
	.int-wrap .nav-content-section {
    		padding-bottom: 20px;
	}
  #sideNav .sidenav-toggle {
    font-weight: 600;
    display: block;
    padding: 10px 15px;
  }
  #sideNav .sidenav-wrap ul {
    padding: 15px 10px 1px;
    width: 100%;
  }
}

@media screen and (max-width: 489px) and (min-width: 280px){
#sideNav .sidenav-toggle {
     padding: 4px 15px 6px;
 }
 #sideNav h1 {
    display: none;
 }
 .skin-wrap.int-wrap #sideNav > .sidenav-wrap {
    padding: 0;
 }
}

header .nav-wrap .icon-hamburger {
    text-shadow: 0 1px 3px rgba(0,0,0,.6);
}
	
/* NEWS COMPONENT ELIPSES */	


.btn.btn-default {
    padding: 12px; /* Temporary fix for Aug 6, to recent r2i change*/
}