/**   
* Theme Name: Lucid-child
* Description: BCcampus needed a consistent theme, built on top of Lucid	
* Author: bpayne (development) bmurphy (design)
* Template: lucid
* Version: 0.1
*/

@import url(../lucid/style.css);

/***** layout *****/
#bcc-box{
	border: 1px solid #bce8f1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	color: #3a87ad;
	clear: both;
	height: 75px;
	margin-right: 4px;
}

span.bcc-main-text{
	font-size: 17px;
	color: #4b4b4b;
	display: block;
	padding: 22px 15px 23px;
	position: relative;
}

span.bcc-main-text b{
	font-size: 25px;
	color: #009fdb;
}

ul.center {
	width: 920px;
	margin: 0px auto;
	float:none;
}

ul.center li{
	display:inline-block;
}

.container {
	width: 90%;
	max-width: 1353px;
}

figure{
	margin: 1em 20px 20px 1em;
}

div#left-area{
	/*	max-width: 879px;
	*/}

div#sidebar{
	max-width: 419px;
	width: 30%;
}

.left {
	float:left;
}

.right {
	float:right;
}

.inline-block{
	display: inline-block;
}

.cform {
	width:100% !important;
}

#logo-area a:active {
	background-color: transparent;
}

.bcc-otb a{
	color: #009cff !important;
}

.bcc-otb h2{
	font-size:70px;
	color: #364C62;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 15px;
}

.bcc-otb h3{
	color: #364C62;
	font-size: 28px;
}

.bcc-otb button{
	background-color: #009fdb;
	border-radius: 6px;
	padding: 7px 25px;
	color: #ffffff;
	border:none;
	font-size: 18px;
	font-weight: bold;
	margin-top: -8px;
	margin-right: 20px;
}

button.otb{
	background-color: #364C62;
	border-radius: 6px;
	padding: 7px 25px;
	color: #fff;
	border:none;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
	clear:left;
	cursor: pointer;
}

.bcc-otb button:hover{
	box-shadow: 0 0 3px 2px #ffffff;
	-webkit-box-shadow: 0 0 3px 2px #ffffff;
	-moz-box-shadow: 0 0 3px 2px #ffffff;
	cursor: pointer;
}

.bcc-otb button:active{
	box-shadow: inset 0 0 2px 1px #ffffff;
	-webkit-box-shadow: 0 0 2px 1px #ffffff;
	-moz-box-shadow: 0 0 2px 1px #ffffff;
}

button.view-button  {
	background-color: #4FA74C;
	background-image: linear-gradient(to bottom, #50A94D 21%, #3B7939);
	border: medium none;
	border-radius: 6px;
	color: #FFFFFF;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#FFFFFF;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:250px;
	text-decoration:none;
	text-align:center;
}

ul.sub-menu{
	/*	margin-left: 25px;*/
}

ul.sub-menu > li{
	background:none;
}

/***** typography *****/

.entry h2.title, h1.title{
	color:#364c62;
	padding-bottom: 1em;
}	

h2,h3,h4,h5,h6{
	color: #000000;
	line-height: 115%;
}

/*h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#41B7D8;
}*/

p {
	font-size: 15px;
	color: #4C4C4C;
}

h3{
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 6px;
}

h4{
	font-size: 18px;
	font-weight: normal;
	font-weight: bold;
	padding-bottom: 5px;
}

.push-down{
	margin-top: 1em;
}

h2.et_pt_title {
	font-size: 24px;
	color: 4C4C4C;
	padding-bottom: 14px;
	padding-left: 2px;
}    

a {
	color: #41B7D8;
}

a:active {
	background-color: #585858;
	color: #FFFFFF;
}

.upper-case{
	text-transform: uppercase;
}

.audience {
	color:#009fdb;
}

.bcc-otb p{
	color:#58616c;
	line-height: 22px;
	font-size: 14px; 
}

small {
	font-size: 78%;
	line-height: 100%; 
}

article.page ul {
	list-style: disc;
	font-size: 15px; 
	line-height: 24px;
	padding: 0 0 23px 26px;
}	

article.page ol {
	list-style: decimal;
	font-size: 15px; 
	line-height: 24px;  
	padding: 0 0 23px 26px; 
}	


/***** header *****/

header .mobile_nav {
	display: none !important;
}

nav#top-menu{
	display:none;
}

nav#second-menu > ul.nav{
	margin-bottom: 0;
}

.container div#logo-area{
	margin-bottom: 15px;
	margin-top: 45px;
}

button.bcc-open-green-button {
	/*	float: right;*/
	color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #4fa74c;
	border:none;
	background-image: -webkit-linear-gradient(top, #50a94d 21%, #3b7939);
	background-image: -moz-linear-gradient(top, #50a94d 21%, #3b7939);
	background-image: -o-linear-gradient(top, #50a94d 21%, #3b7939);
	background-image: -ms-linear-gradient(top, #50a94d 21%, #3b7939);
	background-image: linear-gradient(to bottom, #50a94d 21%, #3b7939);
	text-shadow: 0 1px #40843e;
	position: absolute;
	font-size: 12px;
}


div#search {
	float:right; 
	/*	display: inline-block;
	*/  border: none;
}

div#search-form{
	-webkit-box-shadow: 0 1px #fff, inset 2px 2px 2px rgba(0,0,0,0); 
	-moz-box-shadow: 0 1px #fff, inset 2px 2px 2px rgba(0,0,0,0); 
	box-shadow: 0 1px #fff, inset 2px 2px 2px rgba(0,0,0,0); 
	border: solid 1px #e5e5e5; 
	width: 181px; 
	height: 29px;
}

header#main-header {
	background: #737577; /* Old browsers */
	margin-bottom: 10px;
	color: #a5a5a5;
	background-image: -webkit-linear-gradient(bottom, #484849 13%, #737577); 
	background-image: -moz-linear-gradient(bottom, #484849 13%, #737577); 
	background-image: -o-linear-gradient(bottom, #484849 13%, #737577); 
	background: -ms-linear-gradient(top,  #737577 0%,#484849 87%); /* IE10+ */
	background-image: linear-gradient(to bottom,  #737577 0%,#484849 87%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737577', endColorstr='#484849',GradientType=0 ); /* IE6-9 */
}

header div.bcc-support{
	font-size: 11px;
	padding: 10px 0 5px 0;
	display: inline-block;
	width:25%;
	float:left;
	min-width: 100px;

}

header div.bcc-support ul li{
	display: inline-block;
	vertical-align: top;
}

header div#social-icons {
	float:right;
	border:none;
}	


div.textwidget > ul{
	margin: 0px -24px;
}

p.et_pt_blogmeta {
	font-family: inherit !important;
}

/***** body *****/

table{
	max-width: 100%;
	margin-bottom: 20px;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

td, th{
	padding: 8px;
	font-size: 90%;
	line-height:20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}

th{
	font-weight: bold;	
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;	
}

body.home #sidebar {
	padding-top: 0px;
}

#main-area {
	padding-top:27px;
}

div.recent-category.widget.bcc-otb{
	background-color:#dff0f7;
	margin-top: 0px;
	height: 275px;
	font-family: Arial;
}


#featured_section {
	margin: -28px 0 25px;
}

input.wpcf7-form-control, textarea.wpcf7-form-control, select.wpcf7-form-control {
	padding: 10px;
	font-size: 1em;
}

/***** SOLR only *****/

.solr1{font-size:11px}
.solr2{font-size:13px}
.solr3{font-size:15px}
.solr4{font-size:17px}
.solr5{font-size:18px}
.solr6{font-size:19px}
.solr7{font-size:20px}
.solr8{font-size:21px}
.solr9{font-size:22px}
.solr10{font-size:23px}
.solr12{font-size:24px}
.solr13{font-size:25px}
.solr14{font-size:26px}
.solr15{font-size:27px}
.solr16{font-size:28px}
.solr17{font-size:29px}
.solr18{font-size:30px}
.solr19{font-size:31px}
.solr20{font-size:32px}

/*ul#tab-controls.clearfix{
	background-color: #354A60;
}*/

ul#tab-controls li{
	text-shadow:none;
	width: 32.8%;
}

/*ul#tab-controls li.active a{
	color:#000 !important;
}*/

/*ul#tab-controls li a {
	color: #fff !important;
}*/

.widget h4.widgettitle {
	background-color: #354A60;
	color: #fff;
	text-shadow: none;

}

div.recent-category_widget > h3.main-title{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #354A60 !important;
	border-color: #FFFFFF #FFFFFF #E5E5E5;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	font-size: 16px;
	margin: -24px -16px 0;
	padding: 21px;
	text-shadow: none;
	box-shadow: none !important;
	text-transform: none;
	font-family: inherit;
	display: block;
}


.first {
	margin-left: 0px !important;
}

.entry .meta-info{
	background-color:#f8f3e8;
	padding: 8px 28px;
	font-size: 13px;
}

/***** sidebar *****/

/*span.post-meta{
	background: #354A60;
}*/

#all-tabs h4 {
	font-weight: normal;
	line-height: 1.25em;
	padding-bottom: 5px;
}

.widget ul.fetch-tweets-intent-buttons li a{
	display: inline-block;
	padding-left: 0;
}

/***** footer *****/

footer#main-footer{
	margin-bottom: 0px;
}

footer#main-footer::before{
	bottom: -5px;
}

ul.bottom-menu{
	display:none;
}

/* bcc fixed footer */

footer div#footer-fixed-bcc{
	background: #3a3a3a;
	color: #fff;
	padding: 20px 0;
	background-image: -webkit-linear-gradient(top, #2e2d2e, #525152); 
	background-image: -moz-linear-gradient(top, #2e2d2e, #525152); 
	background-image: -o-linear-gradient(top, #2e2d2e, #525152); 
	background-image: -ms-linear-gradient(top, #2e2d2e, #525152); 
	background-image: linear-gradient(top, #2e2d2e, #525152); 
}

footer hr {
	border-color: #8a8c96;
}

footer div#footer-fixed-bcc ul li a{
	font-size: 11px;
	line-height: 20px;
	color:#a5a5a5;
}

footer div#footer-fixed-bcc-links {
	background: #dbdbdb;
	padding: 20px 0;
	border-top: 1px solid #8a8c96;
	min-height: 60px;
}

footer div#footer-fixed-bcc-links ul li {
	display: inline;
	margin-right: 20px;

}
footer div#footer-fixed-bcc-links ul li a{
	font-size: 11px;
	line-height: 20px;
	color: #2e2d2e;
}

footer div.footerColumn{
	display: inline-block;
	width:24%;
	vertical-align: top;
}

footer p.footerColumnTitle{
	font-size: 14.5px; 
}
footer p#bcc-copyright{
	line-height: 17px;
	float:right;
	min-width:400px;
	text-align: left;
}



/***** MEDIA QUERIES *****/

@media only screen and ( min-width: 961px )  {
	div.recent-category.widget{
		width: 29%;
		margin: 24px 0 24px 3%;
		padding: 24px 1% 0px 1%;
		display: inline-block;
		height: 376px;
		overflow: hidden;
	}

	div#left-area {
		width: 65%;
	}
	button.bcc-open-green-button {
		left: 78%;
		width: 186px;
		height: 46px;
	}
	div.recent-category.widget.bcc-otb{
		height: 325px;
	}
}

@media only screen and ( min-width: 768px ) and ( max-width: 960px ) {
	div.recent-category.widget{
		width: 29%;
		margin: 24px 0 24px 3%;
		padding: 24px 1% 0px 1%;
		display: inline-block;
		height: 376px;
		overflow: hidden;
	}

	div#left-area {
		width: 65%;
	}

	button.bcc-open-green-button {
		left:66.5%;
		width: 186px;
		height: 46px;
	}
	.bcc-otb h2{
		font-size:50px;
	}

	.bcc-otb h3{
		font-size: 18px;
	}

	.bcc-otb button{
		margin-right:0;
	}
	div.recent-category.widget.bcc-otb{
		height: 315px;
	}

	button.bcc-open-green-button {
		display:none;
	}

	#bcc-box{
		margin-right: 0px;
	}
}

@media only screen and ( min-width: 480px) and ( max-width: 767px ){
	.recent-category{
		width: 91%;
	}

	div#left-area{
		width: 100%;
		margin-right: 0;
	}

	header div.bcc-support ul li.bcc-text{
		display:none;
	}

	button.bcc-open-green-button {
		left: 63%;
		width: 176px;
		height: 36px;
	}

	.bcc-otb h2{
		font-size:50px;
	}

	.bcc-otb h3{
		font-size: 18px;
	}

	.bcc-otb button{
		margin-right:0;
	}

	button.bcc-open-green-button {
		display:none;
	}	

	div.recent-category.widget.bcc-otb{
		height: auto;
	}

	span.small-for-mobile{
		font-size: 8px;
	}

	ul.center{
		width: 170px;
	}

	ul.center li{
		display:block;
	}

	#bcc-box{
		margin-right: 0px;
		height:255px;
	}
}

@media only screen and ( max-width: 479px ){
	.recent-category{
		width: 86%;
	}

	div#left-area{
		width: 100%;
		margin-right:0;
	}

	header div.bcc-support ul li.bcc-text{
		display:none;
	}

	button.bcc-open-green-button {
		display:none;
	}

	div.recent-category.widget.bcc-otb{
		height: auto;
	}

	span.small-for-mobile{
		font-size: 6px;
	}

	ul.center{
		width: 170px;
	}

	ul.center li{
		display:block;
	}

	#bcc-box{
		margin-right: 0px;
		height:255px;
	}
}
