header#site-header {
	position: relative;
	z-index: 999;
	border-top: 4px solid #003262; 
	-webkit-box-shadow:  0 1px 3px 0 rgba(0,0,0,.2);
	box-shadow:  0 1px 3px 0 rgba(0,0,0,.2);
}
header#site-header #site-header-inner {
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
	background-color: #f9f9f9;
}
body.navbar-absolute header#site-header #site-header-inner {
	-webkit-transition: height .1s ease-in-out;
	-moz-transition: height .1s ease-in-out;
	-ms-transition: height .1s ease-in-out;
	-o-transition: height .1s ease-in-out;
	transition: height .1s ease-in-out;
}
body.takeover header#site-header {
	border-top: 4px solid #003262;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}
body.takeover header#site-header #site-header-inner {
	background-color: transparent;
}
body.takeover header#site-header .navbar-brand .navbar-brand-blue {
	display: block;
}
body.takeover header#site-header .navbar-brand .navbar-brand-white {
	display: none;
}
.navbar-toggle,
.navbar-default .navbar-toggle,
.navbar-inverse .navbar-toggle {
	padding: 15px 10px;
	margin-right: 15px;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
header#site-header #meta-nav {
	background: #DADADA;
	display: none;
}
header#site-header .navbar {
	margin-bottom: 0;
	border: none;
	background-color: #fff;
}
header#site-header .navbar.navbar-default {
	background-color: #fff;
}
header#site-header .navbar-brand-blue {
	display: block;
}
header#site-header .navbar-brand-white {
	display: none;
}
header#site-header .navbar-inverse .navbar-brand-blue {
	display: none;
}
header#site-header .navbar-inverse .navbar-brand-white {
	display: block;
}

.navbar-inverse {
	background-color: #003262;
	border-color: transparent;
}
header#site-header .navbar-inverse .navbar-toggle {
	border: none;
}
header#site-header .navbar-inverse .navbar-toggle .icon-bar {
background: #fff;
}
header#site-header .navbar-inverse .navbar-form {
	border-color: #eee;
}
header#site-header .navbar-inverse .navbar-nav>li>a.btn {
	color: #fff;
}
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
}
header#site-header .navbar-inverse #main-nav {
	background-color: #fff;
}
header#site-header .nav>li>a {
	font-size: 14px;
	padding-top: 10px;
	padding-top: 13px;
	padding-bottom: 13px;
}
header#site-header #tools-nav ul.navbar-nav li {
	padding-left: 7px;
	padding-right: 7px;
}
header#site-header #tools-nav ul.navbar-nav li a.btn {
	color: #fff;
	padding-left:5px;
	padding-right:5px;
}
header#site-header #primary-nav ul.navbar-nav>li>a {
	font-size: 18px;
	padding-top: 15px;
	font-weight: 400;
	border-bottom: 1px solid #eee;
}
header#site-header .dropdown:hover .dropdown-menu {

}
header#site-header #primary-nav .open>a, 
header#site-header #primary-nav .open>a:hover, 
header#site-header #primary-nav .open>a:focus {
	background-color: transparent;
	border-color: transparent;
}

header#site-header .navbar-toggle .icon-bar {
	background: #003262;
}
body.takeover header#site-header .navbar-toggle .icon-bar {
	background: #003262;
}
header#site-header .secondary-nav-collapse {
	
}
header#site-header .navbar-nav>li>a:not(.btn) {
	color: #003262;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
header#site-header .nav>li>a.btn:hover, 
header#site-header .nav>li>a.btn:focus {
	color: #fff;
	background-color: #00182f;
	border-color: #00060b;
}
header#site-header .navbar-collapse {
	max-height: inherit;
	box-shadow: none;
	border: none;
}

header#site-header .navbar-form {
	padding: 10px 15px;
	margin-top: 0;
	position: relative;
	box-shadow: none;
}
header#site-header .navbar-form .btn {
	display: none;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	padding: 7px 9px;
}
header#site-header .navbar-form .btn:hover, 
header#site-header .navbar-form .btn:focus {
color: #00509C;
background-color: transparent;
border: none;
}
.navbar-form {
    border-bottom: medium none;
    margin-bottom: 0;
}
header#site-header #primary-nav {
	margin-bottom: 0;
}
header#site-header #primary-nav .navbar-nav {
	margin-bottom: 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
}
header#site-header #brand {
	float: left;
	display: table;
	height: 86px;
	padding: 15px;
}
header#site-header h1.logo,
header#site-header .navbar-brand {
	font-weight: 500;
	font-size: 40px;
	margin: 11px 7px;
	padding: 0;
	max-width: 120px;
	float: left;
	height: auto;
}
header#site-header h1.logo a {
	color: #2d637f;
}
header#site-header.subbrand h2 {
	float: left;
	line-height: .9em;
}
header#site-header.subbrand h2 a {
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid rgba(255,255,255,.4);
	line-height: 21px;
}
header#site-header.subbrand h1.logo {
	font-weight: 500;
	font-size: 40px;
	margin: 10px 0;
	max-width: 100px;
	float: left;
}
header#site-header.subbrand .navbar-toggle {
	padding: 15px 10px;
margin-right: 15px;
border-color: transparent;
}
header#site-header #main-nav {
	
}
header#site-header #audience-nav h3 {
	font-size: 12px;
	margin: 0 -15px;
	padding: 15px 15px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: #003262;
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	border-bottom: 1px solid #eee;
	background: #f7f7f7;
}
header#site-header #audience-nav ul {
	margin-top: 0;
	margin-bottom: 0;
}
header#site-header #audience-nav ul>li>a { 
	font-size: 18px;
	padding-top: 15px;
	font-weight: 400;
	border-bottom: 1px solid #eee;
}
header#site-header #audience-nav ul .dropdown-menu li {

}
header#site-header #audience-nav ul .dropdown-menu li a {
	padding: 15px;
	border-top: 1px solid rgba(255,255,255,.1);
	color: #fff;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

header#site-header #audience-nav ul .dropdown-menu li a:hover,
header#site-header #audience-nav ul .dropdown-menu li a:focus {
	color: #FDB515;
	background: rgba(0,0,0,.1);
	text-decoration: none;
}
header#site-header #audience-nav ul li .dropdown-toggle {
	display: none;
	padding: 15px;
}
header#site-header #audience-nav ul li .dropdown-toggle:hover,
header#site-header #audience-nav ul li .dropdown-toggle:focus {
	color: #FDB515;
}
header#site-header #audience-nav ul li .dropdown-menu {
	display: block;
	position: relative;
	box-shadow: none;
	border-radius: 0;
	border: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	margin: 0;
	width: 100%;
	padding: 0;
}
header#site-header #tools-nav {
	left: 0;
}
header#site-header #tools-nav .navbar-nav {

}
header#site-header #tools-nav ul.navbar-nav li {

}
header#site-header #tools-nav ul.navbar-nav li:first-child {
	margin-left: 0;
}
header#site-header #tools-nav ul.navbar-nav li a i {

}
header#site-header ul.navbar-nav li a .caret {
	display: none;
}
header#site-header-min {
	background: #E3E3E3;
}
header#site-header-min h1.logo {
	font-size: 21px;
	margin: 13px 0 13px;
}
.skip-to-content,
.skip-to-content:hover,
.skip-to-content:focus {
	color: #fff;
	font-size: 12px;
	padding: 6px 15px;
	display: block;
	background-color: #002B54;
}
.navbar-form .form-control {
	border-radius: 4px;
	border: none;
	background-color: #eee;
	height: 44px;
}
h2.sub-brand {
	font-size: 40px;
	border-left: 1px solid #B1B1B1;
	float: left;
	padding-left: 10px;
}
.nav-pills>li.active>a, 
.nav-pills>li.active>a:hover, 
.nav-pills>li.active>a:focus {
	color: #333;
	background-color: transparent;
}
.filter-nav {
	
}
.filter-nav .nav {
	
}
.filter-nav .nav > li {
	margin-right: 30px;
}
.filter-nav .nav > li > a {
	color: #003262;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 0 0 2px;
	border-bottom: 2px solid transparent;
}
.filter-nav .nav > li > a:hover,
.filter-nav .nav > li > a:focus,
.filter-nav .nav > li > a:active {
	color: #65798c;
}
.filter-nav .nav > li.active > a {
	color: #003262;
	border-bottom: 2px solid #C0CAD3;
}
footer#site-footer {
	background: #003262;
	padding: 20px 0;
}
footer#site-footer .logo {
	max-width: 200px;
margin-top: 10px;
}
footer#site-footer .nav>li>a {
	color: #ccc;
	padding: 7px;
	font-size: 15px;
	-webkit-transition: color .1s ease-in-out;
		-moz-transition: color .1s ease-in-out;
		-ms-transition: color .1s ease-in-out;
		-o-transition: color .1s ease-in-out;
		transition: color .1s ease-in-out;
}
footer#site-footer .nav>li>a:hover,
footer#site-footer .nav>li>a:focus {
	background-color: #00284F;
}
footer#site-footer .nav-primary>li {
	float: none;
}
footer#site-footer .nav-primary>li>a {
	font-weight: 600;
	font-size: 18px;
	padding: 10px 7px;
}
footer#site-footer .nav>li:first-child>a {

}
footer#site-footer .social {
	margin-bottom: 50px;
}
footer#site-footer hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid rgba(255,255,255,.1);
}
footer#site-footer .social {
	margin-bottom: 10px;
	margin-top: 10px;
}
footer#site-footer .social .nav>li {
	display: table;
	width: 36px;
	height: 36px;
}
footer#site-footer .social .nav>li>a {
	opacity: 1;
	padding: 0 15px;
	font-size: 21px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
footer#site-footer .social .nav>li>a:hover,
footer#site-footer .social .nav>li>a:focus,
footer#site-footer .social .nav>li>a:active {
	opacity: 1;
}
footer#site-footer .copyright {
	margin-top: 50px;
	color: #ccc;
	font-size: 13px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}
#dept-footer {
	background: #063F75;
	padding: 30px 0 20px;
}
#dept-footer h3.block-header {
color: rgba(255,255,255,.7);
}
#dept-footer .list-group-item {
padding: 0 0 10px;
}
#dept-footer .list-group-item a {
	color: #fff;
}
#dept-footer p {
	color: #fff;
}

/* Subbrand */
header#site-header.subbrand h1.logo, header#site-header.subbrand .navbar-brand {
	max-width: 200px;
}
	/*no script*/
.no-js header#site-header #primary-nav ul.navbar-nav>li:focus>ul.dropdown-menu,.no-js header#site-header #primary-nav ul.navbar-nav>li:hover>ul.dropdown-menu{
			display: block!important;
	}
	

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	footer#universal-footer .copyright {
		margin-top: 20px;
		float: right;
	
	}
	footer#site-footer .nav-primary>li {
		float: left;
	}
	footer#site-footer .social .nav>li>a {
		padding: 0 10px;		
	}
	header#site-header .dropdown:hover .dropdown-menu {

	}	
	header#site-header ul.navbar-nav li a .caret {
		display: inline-block;
	}
	header#site-header .navbar-inverse #main-nav {
		background-color: transparent;
	}
	header#site-header .dropdown .dropdown-menu {
		border: none;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		border: 1px solid #ddd;
		margin-top: -20px;
	}
	body.takeover header#site-header .navbar-brand .navbar-brand-blue {
		display: none;
	}
	body.takeover header#site-header .navbar-brand .navbar-brand-white {
		display: block;
	}
	body.takeover header#site-header .navbar-toggle .icon-bar {
		background: #fff;
	}
	header#site-header #primary-nav .navbar-nav {
		margin-bottom: 0;
		border-top: none;
		margin-top: 0;
	}
	body.takeover header#site-header {
		background: transparent;
		border-top-width: 42px;
	}
	header#site-header #tools-nav ul.navbar-nav li a {
		font-size: 13px;
		padding: 14px 8px;
		color: #fff;
	}
	header#site-header #tools-nav ul.navbar-nav li a:hover,
	header#site-header #tools-nav ul.navbar-nav li a:focus {
	border-color: #003B72;
	}
	header#site-header #tools-nav ul.navbar-nav li:first-child a {
	padding-left: 0;
	}
	.yamm .dropdown .dropdown-menu {
		border: none;
		background-color: #fff;
	}
	header#site-header .dropdown-menu {
		-webkit-transition: opacity .4s ease-in-out;
		-moz-transition: opacity .4s ease-in-out;
		-ms-transition: opacity .4s ease-in-out;
		-o-transition: opacity .4s ease-in-out;
		transition: opacity .4s ease-in-out;
	}
	header#site-header #primary-nav .open .dropdown-menu {
		
	}
	header#site-header {
		border-top: 42px solid #003262;
	}
	header#site-header.dark {
		border-top-color: #00274E;
	}
	body.navbar-absolute #content {
		padding-top: 145px;
	}
	body.navbar-absolute header#site-header {
		position: absolute;
		width: 100%;
	}
	header#site-header .navbar-nav>li>a:hover, 
	header#site-header .navbar-nav>li>a:focus, 
	footer#site-footer .nav>li>a:hover, 
	footer#site-footer .nav>li>a:focus {
	background: none;
	}
	.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	border-radius: 4px;
	border: none;
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 0px 1px rgba(0,0,0,0.2);
	height: 32px;
	
	}
	.navbar-form .form-control:focus {
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	background-color: #fff;
	}
	header#site-header #primary-nav .navbar-nav {
		float: right;
	}
	header#site-header #primary-nav ul.navbar-nav>li>a:hover, 
	header#site-header #primary-nav ul.navbar-nav>li>a:focus,
	header#site-header.subbrand #primary-nav ul.navbar-nav>li>a:hover, 
	header#site-header.subbrand #primary-nav ul.navbar-nav>li>a:focus,
	footer#site-footer .nav>li>a:hover,
	footer#site-footer .nav>li>a:focus {
		background: transparent;
		color: #829db5;
		border-bottom-color: #C0CAD3;
	}
	header#site-header.dark #primary-nav ul.navbar-nav>li>a:hover, 
	header#site-header.dark #primary-nav ul.navbar-nav>li>a:focus,
	footer#site-footer.dark .nav>li>a:hover,
	footer#site-footer.dark .nav>li>a:focus {
		background: transparent;
		color: #C0CAD3;
		border-bottom-color: #C0CAD3;
	}
	header#site-header.subbrand h1.logo {
		max-width: 180px;
		margin-left: -3px;
		margin-top: 20px;
	}
	header#site-header.subbrand h2 {
		padding-top: 15px;

	}
	header#site-header.subbrand h2 a {
		font-size: 35px;
		font-weight: 300;
	}
	
	body.about header#site-header #main-nav li#about>a,
	body.admissions header#site-header #main-nav li#admissions>a,
	body.academics header#site-header #main-nav li#academics>a,
	body.research header#site-header #main-nav li#research>a,
	body.campus-life header#site-header #main-nav li#campus-life>a {
		border-bottom-color: #C0CAD3;
		color: #003262;
	}
	body.about header#site-header #main-nav li#about>a:hover,
	body.admissions header#site-header #main-nav li#admissions>a:hover,
	body.academics header#site-header #main-nav li#academics>a:hover,
	body.research header#site-header #main-nav li#research>a:hover,
	body.campus-life header#site-header #main-nav li#campus-life>a:hover,
	body.about header#site-header #main-nav li#about>a:focus,
	body.admissions header#site-header #main-nav li#admissions>a:focus,
	body.academics header#site-header #main-nav li#academics>a:focus,
	body.research header#site-header #main-nav li#research>a:focus,
	body.campus-life header#site-header #main-nav li#campus-life>a:focus {
		
	}
	header#site-header ul.navbar-nav li a .caret {
		display: inline-block;
	}
	header#site-header .navbar-form {
		padding: 0;
		margin: 5px 0 5px 15px;
	}
	header#site-header #meta-nav {
		display: block;
	}
	header#site-header #tools-nav {
		padding: 0;
		position: absolute;
		top: -42px;
		left: 0;
		width: 100%;
	}
	header#site-header #tools-nav ul.navbar-nav li {
		width: auto;
	}
	header#site-header #tools-nav ul.navbar-nav li a.btn {
		font-size: 12px;
		padding: 11px 0;
		border: none;
		font-weight: 600;
		background: none;
		-webkit-transition: color .2s ease-in-out;
		-moz-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		-o-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
	}
	header#site-header #tools-nav ul.navbar-nav li a.btn:hover,
	header#site-header #tools-nav ul.navbar-nav li a.btn:focus {
		color: #FDB515;
	}
	header#site-header #tools-nav ul.navbar-nav li a i {
	
	}
	header#site-header.subbrand #tools-nav ul.navbar-nav li a.meta-nav-item {
		font-size: 18px;
		color: #fff;
		padding: 12px;
	}
	header#site-header #meta-nav .brand {
		width: 82px;
		padding: 4px 0;
	}
	.nav>li>a:hover, .nav>li>a:focus {
		text-decoration: none;
		border-bottom-color: #C0CAD3;
		background-color: transparent;
	}
	header#site-header h1.logo,
	header#site-header a.navbar-brand {
		font-weight: 500;
		font-size: 40px;
		margin-bottom: 0px;
		max-width: 140px;
		margin-left: -9px;
		margin-top: 14px;
		padding: 0;
		float: left;
	}
	header#site-header .navbar {
		background-color: transparent;
	}
	header#site-header #primary-nav {
		height: 90px;
		padding-top: 29px;
	}
	header#site-header .navbar-nav>li>a {
		font-size: 12px;
		padding-top: 15px;
		padding-bottom: 14px;
	}
	header#site-header #audience-nav .navbar-nav>li>a {
		font-size: 12px;
		color: #fff;
		border-bottom: none;
		padding-top: 11px;
		line-height: 20px;
	}
	header#site-header #audience-nav ul>li>a { 
		font-weight: 600;	
	}
	header#site-header #audience-nav .navbar-nav>li>a:hover,
	header#site-header #audience-nav .navbar-nav>li>a:focus {
		color: #fdb515;
	}
	header#site-header #audience-nav .navbar-nav>li:first-child>a {
		padding-left: 0;
	}
	header#site-header.subbrand #primary-nav ul.navbar-nav>li>a {
		font-size: 14px;
		line-height: 14px;
		margin: 10px 15px ;
		padding: 0;
		border-bottom: 2px solid transparent;
		color: #555;
	}
	header#site-header #primary-nav ul.navbar-nav>li>a.dropdown-toggle {
		font-weight: 600;
		padding-bottom: 4px;
	}
	header#site-header #primary-nav ul>li:last-child>a.dropdown-toggle {
		margin-right: 0;
	}
	header#site-header #main-nav h3 {
		font-size: 18px;
		line-height: 25px;
	}
	/*
	header#site-header #primary-nav ul.navbar-nav>li>a.dropdown-toggle:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 0 5px;
		border-color: #fff transparent transparent transparent;
		text-align: center;
		margin: 0 auto;
		position: absolute;
		left: 44%;
		bottom: 7px;
opacity: .5;
	}
	*/
	header#site-header #primary-nav ul.navbar-nav>li:first-child>a {
		margin-left: 0;
	}
	header#site-header #primary-nav ul.dropdown-menu .yamm-content .subnav a  {
		font-size: 14px;
		line-height: 19px;
	font-weight: 700;
	
	}
	/*
	header#site-header #primary-nav ul.dropdown-menu .yamm-content .subnav li:before {
		content: '\E75E';
		font-family: "EntypoRegular";
		font-size: 17px;
		margin-right: 5px;
		background: #d9661f;
		width: 13px;
		height: 13px;
		display: inline-block;
		text-align: center;
		border-radius: 40px;
		color: #fff;
		line-height: 14px;
	}
	*/
	header#site-header #tools-nav .secondary-nav {
		float: right;
	}
	header#site-header #audience-nav {
		position: absolute;
		top: -42px;
	}
	header#site-header #audience-nav ul {
		float: left;
	}
	header#site-header #audience-nav ul .dropdown-menu li {
		float: none;
		width: 100%;
	}
	header#site-header #audience-nav ul .dropdown-menu li a {
		padding: 4px 12px;
		border: none;
		color: #333;
		text-transform: none;
		font-weight: 400;
		letter-spacing: 0;
		position: relative;
		border-bottom: 2px solid transparent;
	}
	/*
	header#site-header #audience-nav ul .dropdown-menu li a:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 0 5px;
		border-color: #fff transparent transparent transparent;
		text-align: center;
		margin: 0 auto;
		position: absolute;
		left: 44%;
		bottom: 9px;
		opacity: .5;
	}
	*/
	header#site-header #audience-nav ul li .dropdown-toggle {
		display: block;
	}
	header#site-header #audience-nav ul li .dropdown-menu {
		position: absolute;
		top: 100%;
		left: auto;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 0;
		list-style: none;
		font-size: 14px;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,0.15);
		border-radius: 0;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		background-clip: padding-box;
		width: auto;
	}
	header#site-header #audience-nav ul .dropdown-menu li a:hover, header#site-header #audience-nav ul .dropdown-menu li a:focus {
		color: #222;
		background: none;
		text-decoration: underline;
	}
	header#site-header #audience-nav ul li.dropdown:hover .dropdown-menu {
		display: block;
	}
	header#site-header #audience-nav ul li .dropdown-toggle {
		
	}
	header#site-header #meta-nav .secondary-nav {
		float: right;
	}
	header#site-header #searchToggle {
		display: none;
	}
	header#site-header .navbar-form .btn {
		display: inline;
	}
	footer#site-footer .nav>li>a {
		padding: 5px 10px;
		font-size: 13px;
	}
	header#site-header.dark #primary-nav .navbar-nav>li>a {
		color: #fff;
	}
	header#site-header.dark .open #primary-nav .navbar-nav>li>a {
		color: #003262;
	}
	header#site-header.dark .open #primary-nav .navbar-nav>li>a:hover,
	header#site-header.dark .open #primary-nav .navbar-nav>li>a:focus,
	header#site-header.dark .open #primary-nav .navbar-nav>li.open>a {
		color: #fdb515;
	}
	header#site-header.dark .dropdown .dropdown-menu {
		border: none;
	}
	
	
	/* Subbrand */
	header#site-header.subbrand {

	}
	header#site-header.subbrand .navbar-header {
		float: none;
	}
	header#site-header.subbrand a.navbar-brand {
		max-width: 360px;
		padding: 0;
	}
	header#site-header.subbrand #primary-nav {
		display: block;
		width: 100%;
		height: auto;
		font-size: 18px;
		float: none;
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}
	header#site-header.subbrand #primary-nav .navbar-nav {
		float: none;
	}
	/*header#site-header.subbrand #primary-nav ul.navbar-nav>li>a {
		font-size: 18px;
		line-height: 21px;
		margin: 0;
		padding: 15px 0;
		margin: 0 15px;
	}*/
	header#site-header.subbrand #primary-nav ul.navbar-nav>li>a {
		font-size: 14px;
		line-height: 14px;
		margin: 10px 12px;
		padding: 0;
		/*border-bottom: 2px solid transparent;*/
		color: #555;
	}	
	header#site-header.subbrand #primary-nav ul.navbar-nav>li:first-child>a {
		margin-left: 0;
	}
	header#site-header.subbrand #tools-nav {
		padding: 0 5px;
		position: absolute;
		top: -42px;
		width: 100%;
	}
	header#site-header.subbrand #tools-nav ul.navbar-nav li a {
		color: #fff;
		font-weight: 600;
	}
	header#site-header.subbrand .dropdown .dropdown-menu {
		margin-top: 0;
	}
	
	header#site-header.dark #tools-nav ul.navbar-nav li a {
		color: #fff;
	}
	
}



/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	header#site-header.subbrand #primary-nav ul.navbar-nav>li>a {
		font-size: 18px;
		line-height: 21px;
		margin: 0;
		/* padding: 15px 0; */
		padding: 8px 0 15px 0;
		margin: 0 15px;
	}
	header#site-header #primary-nav ul.dropdown-menu .yamm-content .subnav a {

	}
	body.navbar-absolute #content {
		padding-top: 129px;
	}
	header#site-header #tools-nav {
		right: 0;
	}
	header#site-header #audience-nav {
		top: -42px;
	}
	header#site-header h1.logo,
	header#site-header a.navbar-brand {
		max-width: 200px;
		padding: 0;
		margin-left: -9px;
		margin-top: 18px;
	}
	header#site-header #tools-nav ul.navbar-nav li a.btn {
		font-size: 12px;
	}
	
	header#site-header #primary-nav {
		height: 120px;
		padding-top: 37px;
	}
	header#site-header #primary-nav ul.navbar-nav>li>a {
		font-size: 18px;
		line-height: 21px;
		margin: 17px 25px;
		padding: 0;
	}
		
	header#site-header #primary-nav ul>li:last-child>a {
		margin-right: 0;
	} 
	header#site-header .navbar-nav>li>a {

	}
	
	header#site-header .dropdown .dropdown-menu {
		margin-top: -33px;
	}
	header#site-header #audience-nav ul .dropdown-menu li {
		width: auto;
		float: left;
	}
	header#site-header #audience-nav ul .dropdown-menu li a {
		padding: 13px 15px 15px;
		color: #fff;
	}
	header#site-header #audience-nav ul .dropdown-menu li a:hover,
	header#site-header #audience-nav ul .dropdown-menu li a:focus {
		background: transparent;
		color: #003262;
		text-decoration: none;
	}
	
	header#site-header #audience-nav ul li.dropdown:hover .dropdown-menu {
		display: block;
	}
	header#site-header #audience-nav ul li .dropdown-toggle {
		
	}
	
	header#site-header.light .navbar-nav>li>a {
		color: #333;
	}
	header#site-header.light #audience-nav ul .dropdown-menu li a {
		
	}
	
	header#site-header.dark #primary-nav .navbar-nav>li>a {
		color: #fff;
	}
	header#site-header.dark #audience-nav ul .dropdown-menu li a {
		
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	header#site-header #tools-nav {
	}
	header#site-header #tools-nav ul.navbar-nav li {
		padding-left: 15px;
		padding-right: 15px;
	}
	header#site-header #audience-nav {
	}
	header#site-header h1.logo, 
	header#site-header a.navbar-brand {
		max-width: 240px;
		padding: 0;
		margin-left: -9px;
		margin-top: 12px;
	}
	header#site-header #primary-nav {

	}
	header#site-header #primary-nav ul.navbar-nav>li>a {
		font-size: 21px;
		line-height: 26px;
		padding: 0;
	}
	header#site-header #audience-nav ul .dropdown-menu li a {
		padding: 13px 15px 15px;
		color: #fff;
	}
}

/* additional styling on mega menu */
header#site-header #primary-nav ul.navbar-nav>li>a.main_menu_selected {	
	color:#c4820e;
}

div.navbar-header h1 {
	margin-top: 0px;
}
body, html {
  background-color: #003262;
  height: 100%;
}
img {
	width: 100%;
}
.well {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
body.map {
	height: 100%;
}
.thumbnail {
	padding: 0;
	margin-bottom: 20px;
	line-height: inherit;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#video-container-hero .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	margin: 0px;
	overflow: hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
#video-container-hero .embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 96%;
	border: none;
	
}
.media-section {
/*	background: #f7f7f7; */
	background: none repeat scroll 0 0 #f7f7f7;
    border-top: 1px solid #eee;
	padding-top: 40px;
	margin-top: 0;
	padding-bottom: 0px;
}
.map-display {
	background: #ddd;
	height: 100%;
}
.map-display .row,
.map-display .col-xs-1,
.map-display .col-sm-1,
.map-display .col-md-1,
.map-display .col-lg-1,
.map-display .col-xs-2,
.map-display .col-sm-2,
.map-display .col-md-2,
.map-display .col-lg-2,
.map-display .col-xs-3,
.map-display .col-sm-3,
.map-display .col-md-3,
.map-display .col-lg-3,
.map-display .col-xs-4,
.map-display .col-sm-4,
.map-display .col-md-4,
.map-display .col-lg-4,
.map-display .col-xs-5,
.map-display .col-sm-5,
.map-display .col-md-5,
.map-display .col-lg-5,
.map-display .col-xs-6,
.map-display .col-sm-6,
.map-display .col-md-6,
.map-display .col-lg-6,
.map-display .col-xs-7,
.map-display .col-sm-7,
.map-display .col-md-7,
.map-display .col-lg-7,
.map-display .col-xs-8,
.map-display .col-sm-8,
.map-display .col-md-8,
.map-display .col-lg-8,
.map-display .col-xs-9,
.map-display .col-sm-9,
.map-display .col-md-9,
.map-display .col-lg-9,
.map-display .col-xs-10,
.map-display .col-sm-10,
.map-display .col-md-10,
.map-display .col-lg-10,
.map-display .col-xs-11,
.map-display .col-sm-11,
.map-display .col-md-11,
.map-display .col-lg-11,
.map-display .col-xs-12,
.map-display .col-sm-12,
.map-display .col-md-12,
.map-display .col-lg-12 {
	height: 100%;
}

section.light {
	background: #eee;
padding: 50px 0;
}
section.dark{
	background: #53626F;
padding: 50px 0;
}
.map .map-controls {
	height: 100%;
	background: rgb(235, 235, 235);
	padding: 0 15px;
}
.map .map-controls h1.logo {
	margin-top: 0;
	max-width: 140px;
	padding: 10px 0;
	margin-left: -5px;
}
.map .map-controls h2 {
	margin-top: 0;
}
.map .map-embed {
	height: 100%;
}
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.row.no-gutter {
margin-left: 0;
margin-right: 0;
}
.row.no-gutter .col-xs-1, .row.no-gutter .col-sm-1, .row.no-gutter .col-md-1, .row.no-gutter .col-lg-1, .row.no-gutter .col-xs-2, .row.no-gutter .col-sm-2, .row.no-gutter .col-md-2, .row.no-gutter .col-lg-2, .row.no-gutter .col-xs-3, .row.no-gutter .col-sm-3, .row.no-gutter .col-md-3, .row.no-gutter .col-lg-3, .row.no-gutter .col-xs-4, .row.no-gutter .col-sm-4, .row.no-gutter .col-md-4, .row.no-gutter .col-lg-4, .row.no-gutter .col-xs-5, .row.no-gutter .col-sm-5, .row.no-gutter .col-md-5, .row.no-gutter .col-lg-5, .row.no-gutter .col-xs-6, .row.no-gutter .col-sm-6, .row.no-gutter .col-md-6, .row.no-gutter .col-lg-6, .row.no-gutter .col-xs-7, .row.no-gutter .col-sm-7, .row.no-gutter .col-md-7, .row.no-gutter .col-lg-7, .row.no-gutter .col-xs-8, .row.no-gutter .col-sm-8, .row.no-gutter .col-md-8, .row.no-gutter .col-lg-8, .row.no-gutter .col-xs-9, .row.no-gutter .col-sm-9, .row.no-gutter .col-md-9, .row.no-gutter .col-lg-9, .row.no-gutter .col-xs-10, .row.no-gutter .col-sm-10, .row.no-gutter .col-md-10, .row.no-gutter .col-lg-10, .row.no-gutter .col-xs-11, .row.no-gutter .col-sm-11, .row.no-gutter .col-md-11, .row.no-gutter .col-lg-11, .row.no-gutter .col-xs-12, .row.no-gutter .col-sm-12, .row.no-gutter .col-md-12, .row.no-gutter .col-lg-12 {
padding-left: 0;
padding-right: 0;
}
.masonry-list .loadMore {
	width: 90%;
	margin: 0px auto;
	position: relative;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	background: #f5f5f5;
}
.masonry-list .loadMore:hover,
.masonry-list .loadMore:focus,
.masonry-list .loadMore:active {
	background: #eee;
}
.masonry-list .loadMore p {
	margin-bottom: 0;
}
.social-btns a {
	padding: 0 0 0 7px;
color: #999;
}
#content {
	min-height: 420px;
	background: url('/images/css/tessellation-bg-03.png')  no-repeat right bottom #fff;
}
#content.min-page-header {
	background: url('/images/css/tessellation-bg-02.png') no-repeat right top, url('/images/css/tessellation-bg-03.png') no-repeat right bottom;
		
}
#content.min-page-header .page-header {
	background: none;
	padding-bottom: 30px;
	margin: 0 0 20px;
	border-bottom: none;
	padding-top: 50px;
}
#content.min-page-header .page-header h1 {
	background-color: rgba(0, 178, 165, 0.9);
	margin-bottom: 2px;
	display: inline;
	box-shadow: 14px 0 0 0 rgba(0, 178, 165, 0.9), -14px 0 0 0 rgba(0, 178, 165, 0.9);
	position: relative;
	font-size: 24px;
	line-height: 34px;
	left: 14px;
}
#content .inner {
	padding: 0 0 30px;
	
}
.nav-list>li>a {
	padding: 5px 0;
}


.btn-default {
	background-color: transparent;
}

.category-list-item {
	margin-bottom: 20px;
}
.category-list-item h3 {
	margin-top: 0;
}
#by-the-numbers-carousel .item {
  background: #eee;
  padding: 30px 20px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  min-height: 120px;
}
#berkeley-today-carousel .item {
	margin: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.customNavigation{
	display: none;
}
.story-grid .thumbnail h3 {
	font-size: 19px;
	line-height: 1.2em;
	font-weight: 500;
	margin: 0;
}
.story-grid .thumbnail .caption {
	padding: 7px 0 0;
	color: #333;
}


.btn-toolbar button {
	margin-bottom: 5px;
	min-width: 40px;
}
.btn-toolbar {
	margin-bottom: 30px;
}
.btn:active, .btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.page-header-timeline {
	margin-bottom: 10px;
}
.page-header-hero .arrow {
	position: absolute;
	left: 50%;
	width: 14px;
	height: 7px;
	z-index: 1;	
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #eee;
	margin-left: -9px;
	bottom: -10px;
}
.page-header-hero .sub-nav-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
}
.sub-nav-wrapper { 
	margin-bottom: 20px;
}
.page-header-hero .sub-nav .filter-select {
	padding: 20px;
	margin: 0 auto;
}
.timeline {
	position: relative;
}
.timeline.dual div.column_left {
	width: 50%;
	float: left;
}
.panel {
	margin-bottom: 20px;
	background-color: #f9f9f9;
/*	border: 1px solid #000;*/
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}


.masonry-list:after {
  content: '';
  display: block;
  clear: both;
}
/*
.masonry-list .masonry-brick {	
  float: left;
 background: #f5f5f5; 
  margin-bottom: 20px;
}
*/
.masonry-list .masonry-brick.w2 { 
	width:  420px; 
}
.masonry-list .masonry-brick.h2 { 
	/*height:  420px; */
	margin-top: 0;
	font-size: inherit;
}
/*commenting out -- see components.css:  SL 10-09-2014
.masonry-list .masonry-brick .panel {
	margin-bottom: 0;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none; 
}*/


.masonry-list .masonry-brick .panel .panel-footer h4.media-heading {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}
/* commenting out -- see components.css:  SL 10-09-2014
.masonry-list .masonry-brick .thumbnail {
	border-radius: 0;
	padding: 0;
	border: 1px solid #eee;
	margin: 0;
	position: relative;
	background: #ddd;
}*/
/*
.masonry-list .masonry-brick .thumbnail:hover img,
.masonry-list .masonry-brick .thumbnail:focus img,
.masonry-list .masonry-brick .thumbnail:active img {
	opacity: 0;
}
*/
.masonry-list .masonry-brick .thumbnail .caption {
	padding: 9px;
	color: #000;
}



.embed-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 20px;
}

.block-header {
}
.block-header.block-more {
	overflow: auto;
}
.block-header.block-more h2 {
	float: left;
	margin-top: 0;
}

.block-header.block-more .more-link {
	float: right;
}
#left-nav {
	float: none;
}
#main {
	float: none;
}
.halfBlock {
	height: 225px;
}
.quarterBlock {
	height: auto;
}
.list-group-item {
	border-top: 1px solid #eee;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.photos {
	position: relative;
	margin-bottom: 50px;
}
.layout-single-column .inset {
	margin: 20px 0;
}
.layout-single-column p {
width: 100%;
font-size: 21px;
line-height: 31px;
color: #444341;
}

#berkeley-today-carousel {
	
}
.sidebar {
	margin-top: 40px;
}
.sidebar-top {
	
}
.owl-buttons {
	position: absolute;
	top: 42%;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: -32px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: -32px;
}

.container .jumbotron {
	border-radius: 0;
}
.modal.in div.modal-dialog.modal-lg{

}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#content .inner {
		padding: 0 0 40px;
		
	}
	.block {
		margin-bottom: 40px;
	}	
	.halfBlock {
		height: 340px;
	}
	.quarterBlock, .eighthBlock {
		height: 155px;
	}
	.masonry-list .masonry-brick {
		width: 220px;
	}
	.container-fluid {
		padding-left: 40px;
		padding-right: 40px;
	}
	.no-padding {
		padding: 0;
	}
	.sidebar-top {
		float: right;
	}
	#content.min-page-header .page-header h1 {
		font-size: 46px;
		line-height: 56px;
	}
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#content.min-page-header .page-header h1 {
		font-size: 54px;
line-height: 64px;
	}
	.layout-single-column p {
		width: 65.95744680851064%;
		font-size: 21px;
		line-height: 31px;
		color: #444341;
	}
	.layout-single-column p.lead {
		font-size: 28px;
		line-height: 1.3em;
	}
	.layout-single-column .inset {
		margin: 7px 0 20px 20px;
	}
	.layout-single-column h2.subhead { 
		font-size: 25px;
		line-height: 30px;
		color: #777;
	}
	.layout-single-column h3{
		line-height: 26px;
	}
	.layout-single-column h3.subhead {
		color: #210606;
		font-size: 18px;
		text-transform: uppercase;
		width: 65.95744680851064%;
		font-weight: 600;
		margin: 40px 0 20px;
		font-family: 'freight-sans-pro';
	}
	.layout-single-column .share-btn {
		background: #ccc;
		width: 57px;
		height: 45px;
		margin-bottom: 10px;
		text-align: center;
		padding-top: 12px;
	}
	.layout-single-column .article-header {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}
	.layout-single-column .article-header h1 {
		margin-bottom: 0;
	}
	.search-results .result {
		margin-bottom: 30px;
	}
	.search-results .result .gs-title, .search-results h4  {
		font-size: 1.1em;
		font-weight: 700;
	}
	.search-results .gs-visibleUrl-short {
		display: none;
	}
	.search-box .panel {
		border-color: #ddd;
	}
	.search-box h3 {
		margin-top: 10px;
		margin-bottom: 25px;
	} 
	.about-info-box p {
	
	}
	h2.subhead {
		color: #210606;
		font-size: 18px;
		width: 65.95744680851064%;
		font-weight: 600;
		margin: 40px 0 20px;
		font-family: 'freight-sans-pro';
	}
	.layout-single-column .image-caption p {
		font-family: 'freight-sans-pro';
		font-size: 16px;
		margin-top: 8px;
	}
	.layout-single-column .pull-quote {
		margin-top: -490px;
		height: 440px;
		margin-bottom: 20px;
	}
	.layout-single-column .pull-quote .pull-quote-inner {
		display: table-cell;
		vertical-align: middle;
		height: 440px;
	}
	.layout-single-column .pull-quote p {
		color: #333;
		text-align: center;
		width: 100%;
		font-size: 42px;
		line-height: 49px;
		font-family: 'freight-sans-pro';
		font-weight: 600;
	}
	.figure {
		background-color: #f7f7f7;
		height: 440px;
		margin: 20px auto 50px;
		overflow: hidden;
		padding: 0;
		background-size: cover;
	}
	.info-grid {

	}
	.info-graphic .info-number {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 12px;
	}
	.info-grid-small .info-graphic {
		min-height: 172px;
	}
	#left-nav {
		float: left;
	}
	#main {
		float: right;
	}
	.halfBlock {
		height: 340px;
	}
	.quarterBlock, .eighthBlock {
		
	}
	.masonry-list .masonry-brick {
		width: 220px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#flexslider-by-the-numbers .slides > li {
		height: 360px;
	}
	.info-graphic {
	
	}
	.info-grid-small .info-graphic {
		min-height: 213px;
	}
	.halfBlock {
		height: 406px;
	}
	.quarterBlock, .eighthBlock {
		height: 188px;
	}
	.masonry-list .masonry-brick {
		
	}
	.masonry-list .masonry-brick {
		width: 270px;
	}
	.video-playlist .container .col-sm-12.col-md-4 {padding-right:30px;padding-left:0px}
	.video-playlist .container .col-sm-12.col-md-8 {padding-left:0px;}
}
/* off-screen text for screen readers */
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}
body {
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.1;
	color: inherit;
	text-transform: none;
	color: #003262;
	letter-spacing: 0;
	
}
h1 {
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
h2 {
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
h3 {
	font-size: 24px;
	font-weight: 600;
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
h3.block-header {
	font-size: 15px;
margin-top: 0;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
color: #003262;
font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#dept-footer h3 {
color:#ffffff;	
}
h4.category {
font-size: 11px;
text-transform: uppercase;
color: #999;
letter-spacing: 1px;
font-weight: 400;
}
.block {
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	line-height: 22px;
	font-size: 18px;
}
h2.block-header  {
	text-transform: none;
	font-weight: 600;
	font-size: 24px;
	line-height: 27px;
	margin-bottom: 20px;
	margin-top: 0;
}
.lead {
	margin-bottom: 30px;
	font-size: 21px;
	line-height: 1.75;
	color: #555;
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

body.home .block-header {
	
}
.block .more-link {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}
.block .more-link a {
	padding: 20px;
	border-top: 1px solid #ddd;
}
p {
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 18px;
	line-height: 24px;
}

a {
	color: #003262;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
a:hover, a:focus {
	color: #000b16;
	text-decoration: underline;
}

#content a, p a {
	text-decoration: underline;
}

footer#dept-footer a, header #home-hero a { text-decoration: none;}

blockquote {
	padding: 0;
	margin: 0 0 30px;
	font-size: 27.5px;
	line-height: 34px;
	border-left: 0;
	line-height: 1.2em;
	border-left: none;
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
blockquote p {
	font-size: 27.5px;
line-height: 34px;
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
blockquote footer {
	font-size: 16px;
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

blockquote .quotename {
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.pipe {
	color: #bbb;
	padding: 0 4px;
}
#header-meta {
	background-color: #003263;
}
#header-meta.inverse {
	background-color: #012950;
}
#header-meta h1 {
	font-size: 16px;
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 600;
	margin: 8px 0;
	line-height: 18px;
}
#header-meta h1 a {
	color: #fff;
	-webkit-transition: color .2s ease-in-out;
		-moz-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		-o-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
}
#header-meta h1 a:hover,
#header-meta h1 a:focus {
	color: #fdb515;
	text-decoration: none;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	h1 {
		font-size: 44px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 12px;
	}
	.lead {
		font-size: 27px;
		line-height: 38px;
		margin-bottom: 30px;
	}
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.lead {
		font-size: 29px;
		line-height: 38px;
		margin-bottom: 30px;
	}
}
#this_event_detail a {
        text-decoration: underline;
}
.btn-primary {
color: #fff;
background-color: #003262;
border-color: #002549;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
color: #fff;
background-color: #00182f;
border-color: #00060b;
}

/* Thumbnails */
.thumbnail {
	padding: 0;
	margin-bottom: 20px;
	line-height: inherit;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
a.thumbnail:hover .caption h3,
a.thumbnail:focus .caption h3,
a.thumbnail:active .caption h3 {
	text-decoration: none;
	color: #000b16;
}
a.thumbnail img {
z-index: 9;
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
a.thumbnail:hover img,
a.thumbnail:focus img,
a.thumbnail:active img {
	opacity: .7;
}
.thumbnail .caption {
	padding: 0;
	color: #000;
	margin-top: 0px; /* DO NOT CHANGE */
	text-align: left;
}
.thumbnail .caption h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
}
a.thumbnail .caption h3 {
	color: #003262;
/*	text-transform: capitalize;*/
	text-transform: none;
	text-decoration: none;
}
/* Buttons */
.btn-default {
	color: #333;
	background-color: transparent;
	border-color: #ccc;
}
/* Breadcrumbs */
.breadcrumb {
	padding: 10px 0;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	font-size: 14px;
	display: none;
}
.breadcrumb a {
	color: #999;
}
.breadcrumb>.active {
	color: #ccc;
}

/* Nav List */
.nav-list>li>a {
	padding: 5px 0;
	font-size: 15px;
}

.category-list-item {
	margin-bottom: 50px;
}
.category-list-item .block-header {
	display: block;
}
.category-list-item h2 {
	margin-top: 0;
	margin-bottom: 10px;
}
.category-list-item .nav>li>a:hover, 
.category-list-item .nav>li>a:focus {
	text-decoration: underline;
	background-color: transparent;
}
.category-list-item img {
	margin-bottom: 10px;
}

.list-group-item {
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	padding: 0 0 20px;
}
.list-group-item a {

}
.list-block .list-group-item a {
	font-size: 15px;
	line-height: 26px;
}

.block.list-block-bulleted .list-group {
	
}
.block.list-block-bulleted .list-group .list-group-item {
	padding: 0 0 20px 20px;
	
}
.block.list-block-bulleted .list-group .list-group-item:before {
	content: '\e81b';
	font-family: 'fontello';
	position: absolute;
	left: 0px;
	font-size: 16px;
	top: 5px;
	background: #fdb515;
	color: #fff;
	width: 14px;
	height: 14px;
	border-radius: 30px;
	text-align: center;
	line-height: 15px;
}
.list-group-item a {

}

.block-tab-box .list-group-item:first-child {
	border-top:none;
}

/* Wells */
.well {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

/* Blocks */
.block {
	margin-bottom: 30px;
}
.block.solid-background .caption {
	padding: 20px;
}
.block.solid-background,
.block.solid-background a,
.block.solid-background .caption h3 {
	color: #000;
}
.block.solid-background .more-link a {
	padding: 20px;
	border-top: 1px solid rgba(255,255,255,.2);
}
.block .thumbnail {
	margin-bottom: 0;
}

/* Thumbnail Block */	
.block.block-thumbnail {
}
.block.block-thumbnail img {
	border-bottom: 8px solid #C4820E;
}


/* Single Image Owl Slider */
.owl-nav {
	position: absolute;
	top: 42%;
	width: 100%;
}
.owl-theme .owl-controls .owl-nav {
	display: none;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	right: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.carousel-container {
	position: relative;
}

.carousel-inner {
	padding: 0;
}

/* Universal Footer */
#universal-footer {
	background-color: #003262;
	padding: 20px 0 40px;
	color: #ccc;
}
#universal-footer .nav-pills {
	margin-top: 5px;
}
#universal-footer .nav-pills>li>a {
	border-radius: 0px;
	color: #ACB5B9;
	padding: 0 15px 10px;
}
#universal-footer .nav-pills>li>a:hover,
#universal-footer .nav-pills>li>a:focus {
	color: #FDB515;
}
#universal-footer .nav-pills>li:first-child>a {
	padding-left: 0;
}

#universal-footer .logo {
	padding-right: 20px;
	max-width: 220px;
}


.grid-list {
	
}
.grid-list .thumbnail {
	margin-bottom: 15px;
}
.grid-list .thumbnail img {
	float: left;
	width: 33.3333%;
	margin-right: 10px;
}
/* Grid List Media Queries */
@media (min-width: 768px) {
	.grid-list .thumbnail img {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}


/* Article Header */
.story-header {
	margin: 0 0 20px;
	padding-top: 20px;
	border-bottom: 1px solid #eee;
}
.image-caption  p {font-style: italic; font-size: 80%;}
.story-header h1 {
	text-transform:capitalize;
	
}
.story-header .byline {
padding-top: 10px;
}
.story-header .share-tools {
	padding: 10px 0;
}
.story-header .category {
	font-size: 14px;
	text-transform: uppercase;
	
}
/* Story Header Media Queries */
@media (min-width: 768px) {
	.story-header h1 {
		font-size: 36px;
	}
	.story-header .byline {
		float: left;
		margin-top: 8px;
	}
	.story-header .share-tools {
		float: right;
	}
	
}

/* Standard Page Header */
.page-header, .homepage-header {
	padding-bottom: 17px;
	margin: 0 0 20px;
	border-bottom: none;
	padding-top: 17px;
    background: url("/images/css/tessellation-bg-12.png") no-repeat right center #46535e;
}
.page-header h1, .homepage-header h2 {
	color: #fff;
	margin: 0;
}

/* Page header slider */

.page-header-slider {
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
	background: transparent;
	margin-bottom: 50px;
	padding: 0;
}
body.takeover .page-header-slider {
	margin-bottom: 0;
	min-height: 500px;
	margin-top: -94px;
}
.page-header-slider .page-header {
	position: absolute;
	margin-top: 20px;
	z-index: 2;
}
.page-header-slider .header-carousel .item {
    display: block;
    width: 100%;
    height: 322px;
}
.page-header-slider .header-carousel .item-caption {
	height: 100%;
	display: table;
}
.page-header-slider .header-carousel .item-caption-inner {
	display: table-cell;
	vertical-align: middle;
}

/* Large (Homepage) slider */
.page-header-slider.page-header-large-slider .header-carousel .item {
		min-height: 320px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: center;
}
.page-header-slider.page-header-large-slider .header-carousel .item-caption {
	padding-left: 24px;
}
.page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
	background-color: rgba(0, 165, 152, 1);
	margin-bottom: 2px;
	margin-top: 0;
	display: inline;
	box-shadow: 14px 0 0 0 rgba(0, 165, 152, 1), -14px 0 0 0 rgba(0, 165, 152, 1);
	left: 14px;
	/* position: relative; */
	color: #fff;
	font-size: 28px;
	line-height: 41px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}
/* CSS added YKimura 10/7/2014 */
/* primary */
.homepage-hero.berkeley-blue .page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
	background-color: rgba(0, 50, 98,1);
	box-shadow: 14px 0 0 0 rgba(0, 50, 98,1), -14px 0 0 0 rgba(0, 50, 98,1);
}
.homepage-hero.california-gold .page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
	background-color: rgba(253, 181, 21,1);
	box-shadow: 14px 0 0 0 rgba(253, 181, 21,1), -14px 0 0 0 rgba(253, 181, 21,1);
}
/* primary: alternate heritage */
.homepage-hero.founders-rock .page-header-slider.page-header-large-slider .header-carousel .item-caption h2,
.homepage-hero.web-founders-rock .page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
	background-color: rgba(59, 126, 161,1);
	box-shadow: 14px 0 0 0 rgba(59, 126, 161,1), -14px 0 0 0 rgba(59, 126, 161,1);
}
.homepage-hero.medalist .page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
	background-color: rgba(224, 158, 25,1);
	box-shadow: 14px 0 0 0 rgba(224, 158, 25,1), -14px 0 0 0 rgba(224, 158, 25,1);
}	
/* vibrants */
.homepage-hero.lawrence .page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
	background-color: rgba(0, 176, 218,1);
	box-shadow: 14px 0 0 0 rgba(0, 176, 218,1), -14px 0 0 0 rgba(0, 176, 218,1);
}
.homepage-hero.rose-garden .page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
	background-color: rgba(238, 31, 96,1);
	box-shadow: 14px 0 0 0 rgba(238, 31, 96,1), -14px 0 0 0 rgba(238, 31, 96,1);
}
.homepage-hero.ion .page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
	background-color: rgba(207, 221, 69,1);
	box-shadow: 14px 0 0 0 rgba(207, 221, 69,1), -14px 0 0 0 rgba(207, 221, 69,1);
}
/* brights */
.homepage-hero.web-lap-lane .page-header-slider.page-header-large-slider .header-carousel .item-caption h2,	
.homepage-hero.lap-lane .page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
	background-color: rgba(0, 165, 152, 1);
	box-shadow: 14px 0 0 0 rgba(0, 165, 152, 1), -14px 0 0 0 rgba(0, 165, 152, 1);
}
.homepage-hero.golden-gate .page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
	background-color: rgba(237, 78, 51,1);
	box-shadow: 14px 0 0 0 rgba(237, 78, 51,1), -14px 0 0 0 rgba(237, 78, 51,1);
}
.homepage-hero.soybean .page-header-slider.page-header-large-slider .header-carousel .item-caption h2,
.homepage-hero.web-soybean .page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
	background-color: rgba(133, 148, 56, 1);
	box-shadow: 14px 0 0 0 rgba(133, 148, 56, 1), -14px 0 0 0 rgba(133, 148, 56, 1);
}
/* neutrals */	
.homepage-hero.bay-fog .page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
	background-color: rgba(194, 185, 167,1);
	box-shadow: 14px 0 0 0 rgba(194, 185, 167,1), -14px 0 0 0 rgba(194, 185, 167,1);
}
.homepage-hero.wellman-tile .page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
	background-color: rgba(217, 102, 31,1);
	box-shadow: 14px 0 0 0 rgba(217, 102, 31,1), -14px 0 0 0 rgba(217, 102, 31,1);
}
.homepage-hero.sather-gate .page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
	background-color: rgba(185, 211, 182,1);
	box-shadow: 14px 0 0 0 rgba(185, 211, 182,1), -14px 0 0 0 rgba(185, 211, 182,1);
}
/* darks */	
.homepage-hero.pacific .page-header-slider.page-header-large-slider .header-carousel .item-caption h2,
.homepage-hero.web-pacific .page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
	background-color: rgba(70, 83, 94, 1);
	box-shadow: 14px 0 0 0 rgba(70, 83, 94, 1), -14px 0 0 0 rgba(70, 83, 94, 1);
}
.homepage-hero.south-hall .page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
	background-color: rgba(108, 51, 2,1);
	box-shadow: 14px 0 0 0 rgba(108, 51, 2,1), -14px 0 0 0 rgba(108, 51, 2,1);
}
.homepage-hero.stone-pine .page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
	background-color: rgba(88, 79, 41, 1);
	box-shadow: 14px 0 0 0 rgba(88, 79, 41, 1), -14px 0 0 0 rgba(88, 79, 41, 1);
}
/*-- end CSS added --*/

.page-header-slider.page-header-large-slider .header-carousel .item-caption p {
	font-size: 14px;
	line-height: 36px;
	display: inline;
	background: rgba(255, 255, 255, 1);
	box-shadow: 14px 0 0 0 rgba(255, 255, 255, 1), -14px 0 0 0 rgba(255, 255, 255, 1);
	left: 14px;
	padding: 8px 0;
}
.page-header-slider.page-header-large-slider .header-carousel .overlay {
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
/* XLarge slider */
.page-header-slider.page-header-xlarge-slider .header-carousel .item {
    height: 540px;
}
.page-header-slider.page-header-xlarge-slider .header-carousel .item-caption {
	max-width: 100%;
}
.page-header-slider .header-carousel .item-caption h2 {
	
}
.page-header-slider .header-carousel .item-caption h2 a {
	color: #fff;
}
.page-header-slider .header-carousel .item-caption p {

}
.page-header-slider.page-header-xlarge-slider .header-carousel .item-caption p {
	font-size: 21px;
	line-height: 27px;
}


/* Multi Item slider */
.multi-item-slider .item {
	margin: 3px;
}
.multi-item-slider .item h4 {
	font-weight: 400;
}
.multi-item-slider .owl-theme .owl-controls .owl-nav {
	position: relative;
}
.multi-item-slider .owl-theme .owl-controls .owl-nav .owl-next,
.multi-item-slider .owl-theme .owl-controls .owl-nav .owl-prev {
	position: relative;
	color: #FFF;
	margin: 5px;
	padding: 0 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	text-shadow: none;
}


/* Carousel Media Queries */
@media (min-width: 768px) {	
	.page-header h1, .homepage-header h2 {
		font-size: 48px;
	}
	.page-header-slider.page-header-large-slider .header-carousel .item {
		min-height: 480px;
	}
	/*.page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
		font-size: 44px;
		line-height: 59px;
	}*/
	.page-header-slider.page-header-large-slider .header-carousel .item-caption p {
		font-size: 18px;
		line-height: 42px;
	}
		
	.owl-theme .owl-controls .owl-nav {
		display: block;
	}
	body.takeover .page-header-slider {
		margin-bottom: 0;
		min-height: 480px;
		margin-top: -150px;
	}
	.page-header-slider.page-header-xlarge-slider .header-carousel .item-caption,
	.page-header-slider.page-header-large-slider .header-carousel .item-caption {
		padding-left: 74px;
		padding-right: 0;
		min-height: 480px;
		width: 50%;
	}
	.page-header-slider .header-carousel .item-caption {
		/*padding-right: 60px;*/
	}
	.page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
		font-size: 44px;
	}
}
@media (min-width: 992px) {
	.page-header h1, .homepage-header h2 {
		font-size: 52px;
		text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	}
	.page-header-slider.page-header-large-slider .header-carousel .item-caption {
		min-height: 380px;
	}
	.page-header-slider.page-header-large-slider .header-carousel .item-caption h2 {
		font-size: 44px;
	}
}

/* Modals */
.modal-content {
	border-radius: 0;text-align:left;
}
.modal-title {
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

/* Modal Slider */
.modal-slider {
	
}
.modal-slider .owl-carousel .owl-item img {
	max-height: 360px;
	width: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.modal-slider h5 {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 0;
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 600;
}
.modal-slider .owl-theme .owl-controls .owl-nav {
	position: relative;
	top: initial;
	width: initial;
}
.modal-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 0 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	text-shadow: none;
}
.modal-slider .owl-theme .owl-controls .owl-nav .owl-prev {
	position: relative;
	left: inherit;
}
.modal-slider .owl-theme .owl-controls .owl-nav .owl-next {
	position: relative;
	right: inherit;
}
.modal-image {
	
}
.modal-image .caption {
	padding-top: 10px;
}

/* Page header hero */
.page-header-hero {
	position: relative;
	margin-bottom: 30px;
	min-height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

.page-header-hero .caption {
	display: table;
	height: 100%;
	min-height: 300px;
	max-width: 75%;
	height: 300px;
}

.page-header-hero .caption .caption-inner {
	display: table-cell;
	vertical-align: middle;
}
.page-header-hero .caption-inner h1 {
    box-decoration-break: clone;
}
.page-header-hero .caption h1 {
	background-color: rgba(0, 165, 152, 1);
	margin-bottom: 2px;
	margin-top: 0;
	display: inline;
	box-shadow: 14px 0 0 0 rgba(0, 165, 152, 1), -14px 0 0 0 rgba(0, 165, 152, 1);
	left: 14px;
	position: relative;
	color: #fff;
	font-size: 28px;
	line-height: 42px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}
.page-header-hero .caption p {
	font-size: 14px;
	line-height: 36px;
	display: inline;
	position: relative;
	left: 14px;
	padding: 8px 0;
}
/* primary */
.page-header-hero.berkeley-blue .caption h1 {
	background-color: rgba(0, 50, 98, 1);
	box-shadow: 14px 0 0 0 rgba(0, 50, 98, 1), -14px 0 0 0 rgba(0, 50, 98, 1);
}
.page-header-hero.california-gold .caption h1 {
	background-color: rgba(253, 181, 21, 1);
	box-shadow: 14px 0 0 0 rgba(253, 181, 21, 1), -14px 0 0 0 rgba(253, 181, 21, 1);
}
/* primary: alternate heritage */
.page-header-hero.founders-rock .caption h1,
.page-header-hero.web-founders-rock .caption h1 {
	background-color: rgba(59, 126, 161, 1);
	box-shadow: 14px 0 0 0 rgba(59, 126, 161, 1), -14px 0 0 0 rgba(59, 126, 161, 1);
}
.page-header-hero.web-founders-rock .caption h1 {
	background-color: rgba(59, 126, 161, 1);
	box-shadow: 14px 0 0 0 rgba(59, 126, 161, 1), -14px 0 0 0 rgba(59, 126, 161, 1);
}
.page-header-hero.medalist .caption h1, .page-header-hero.web-medalist .caption h1 {
	background-color: rgba(196, 130, 14, 1);
	box-shadow: 14px 0 0 0 rgba(196, 130, 14, 1), -14px 0 0 0 rgba(196, 130, 14, 1);
}
/* vibrants */
.page-header-hero.lawrence .caption h1 {
	background-color: rgba(0, 158, 197, 1);
	box-shadow: 14px 0 0 0 rgba(0, 158, 197, 1), -14px 0 0 0 rgba(0, 158, 197, 1);
}
.page-header-hero.rose-garden .caption h1 {
	background-color: rgba(238, 31, 96, 1);
	box-shadow: 14px 0 0 0 rgba(238, 31, 96, 1), -14px 0 0 0 rgba(238, 31, 96, 1);
}
.page-header-hero.ion .caption h1 {
	background-color: rgba(207, 221, 69, 1);
	box-shadow: 14px 0 0 0 rgba(207, 221, 69, 1), -14px 0 0 0 rgba(207, 221, 69, 1);
}
/* brights */	
.page-header-hero.lap-lane .caption h1,
.page-header-hero.web-lap-lane .caption h1 {
	background-color: rgba(0, 165, 152, 1);
	box-shadow: 14px 0 0 0 rgba(0, 165, 152, 1), -14px 0 0 0 rgba(0, 165, 152, 1);
}
.page-header-hero.golden-gate .caption h1 {
	background-color: rgba(237, 78, 51, 1);
	box-shadow: 14px 0 0 0 rgba(237, 78, 51, 1), -14px 0 0 0 rgba(237, 78, 51, 1);
}
.page-header-hero.soybean .caption h1,
.page-header-hero.web-soybean .caption h1 {
	background-color: rgba(133, 148, 56, 1);
	box-shadow: 14px 0 0 0 rgba(133, 148, 56, 1), -14px 0 0 0 rgba(133, 148, 56, 1);
}
/* neutrals */	
.page-header-hero.bay-fog .caption h1 {
	background-color: rgba(194, 185, 167, 1);
	box-shadow: 14px 0 0 0 rgba(194, 185, 167, 1), -14px 0 0 0 rgba(194, 185, 167, 1);
}
.page-header-hero.wellman-tile .caption h1 {
	background-color: rgba(217, 102, 31, 1);
	box-shadow: 14px 0 0 0 rgba(217, 102, 31, 1), -14px 0 0 0 rgba(217, 102, 31, 1);
}
.page-header-hero.sather-gate .caption h1 {
	background-color: rgba(185, 211, 182, 1);
	box-shadow: 14px 0 0 0 rgba(185, 211, 182, 1), -14px 0 0 0 rgba(185, 211, 182, 1);
}
/* darks */	
.page-header-hero.pacific .caption h1,
.page-header-hero.web-pacific .caption h1 {
	background-color: rgba(70, 83, 94, 1);
	box-shadow: 14px 0 0 0 rgba(70, 83, 94, 1), -14px 0 0 0 rgba(70, 83, 94, 1);
}
.page-header-hero.south-hall .caption h1 {
	background-color: rgba(108, 51, 2, 1);
	box-shadow: 14px 0 0 0 rgba(108, 51, 2, 1), -14px 0 0 0 rgba(108, 51, 2, 1);
}
.page-header-hero.stone-pine .caption h1 {
	background-color: rgba(88, 79, 41, 1);
	box-shadow: 14px 0 0 0 rgba(88, 79, 41, 1), -14px 0 0 0 rgba(88, 79, 41, 1);
}
/*
.page-header-hero .caption .caption-body {
	display: none;
}
*/
/*-- Carousel CSS added YKimura 10/8/2014 --*/
/* primary */
.page-header-hero.berkeley-blue .page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
	background-color: rgba(0, 50, 98, 1);
	box-shadow: 14px 0 0 0 rgba(0, 50, 98, 1), -14px 0 0 0 rgba(0, 50, 98, 1);
}
.page-header-hero.california-gold .page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
	background-color: rgba(253, 181, 21, 1);
	box-shadow: 14px 0 0 0 rgba(253, 181, 21, 1), -14px 0 0 0 rgba(253, 181, 21, 1);
}
/* primary: alternate heritage */
.page-header-hero.founders-rock .page-header-slider.page-header-large-slider .header-carousel .item-caption h1,
.page-header-hero.web-founders-rock .page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
	background-color: rgba(59, 126, 161, 1);
	box-shadow: 14px 0 0 0 rgba(59, 126, 161, 1), -14px 0 0 0 rgba(59, 126, 161, 1);
}
.page-header-hero.medalist .page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
	background-color: rgba(224, 158, 25, 1);
	box-shadow: 14px 0 0 0 rgba(224, 158, 25, 1), -14px 0 0 0 rgba(224, 158, 25, 1);
}	
/* vibrants */
.page-header-hero.lawrence .page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
	background-color: rgba(0, 176, 218, 1);
	box-shadow: 14px 0 0 0 rgba(0, 176, 218, 1), -14px 0 0 0 rgba(0, 176, 218, 1);
}
.page-header-hero.rose-garden .page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
	background-color: rgba(238, 31, 96, 1);
	box-shadow: 14px 0 0 0 rgba(238, 31, 96, 1), -14px 0 0 0 rgba(238, 31, 96, 1);
}
.page-header-hero.ion .page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
	background-color: rgba(207, 221, 69, 1);
	box-shadow: 14px 0 0 0 rgba(207, 221, 69, 1), -14px 0 0 0 rgba(207, 221, 69, 1);
}
/* brights */	
.page-header-hero.lap-lane .page-header-slider.page-header-large-slider .header-carousel .item-caption h1,
.page-header-hero.web-lap-lane .page-header-slider.page-header-large-slider .header-carousel .item-caption h1  {
	background-color: rgba(0, 165, 152, 1);
	box-shadow: 14px 0 0 0 rgba(0, 165, 152, 1), -14px 0 0 0 rgba(0, 165, 152, 1);
}
.page-header-hero.golden-gate .page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
	background-color: rgba(237, 78, 51, 1);
	box-shadow: 14px 0 0 0 rgba(237, 78, 51, 1), -14px 0 0 0 rgba(237, 78, 51, 1);
}
.page-header-hero.soybean .page-header-slider.page-header-large-slider .header-carousel .item-caption h1,
.page-header-hero.web-soybean .page-header-slider.page-header-large-slider .header-carousel .item-caption h1  {
	background-color: rgba(133, 148, 56, 1);
	box-shadow: 14px 0 0 0 rgba(133, 148, 56, 1), -14px 0 0 0 rgba(133, 148, 56, 1);
}
/* neutrals */	
.page-header-hero.bay-fog .page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
	background-color: rgba(194, 185, 167, 1);
	box-shadow: 14px 0 0 0 rgba(194, 185, 167, 1), -14px 0 0 0 rgba(194, 185, 167, 1);
}
.page-header-hero.wellman-tile .page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
	background-color: rgba(217, 102, 31, 1);
	box-shadow: 14px 0 0 0 rgba(217, 102, 31, 1), -14px 0 0 0 rgba(217, 102, 31, 1);
}
.page-header-hero.sather-gate .page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
	background-color: rgba(185, 211, 182, 1);
	box-shadow: 14px 0 0 0 rgba(185, 211, 182, 1), -14px 0 0 0 rgba(185, 211, 182, 1);
}
/* darks */	
.page-header-hero.pacific .page-header-slider.page-header-large-slider .header-carousel .item-caption h1, .page-header-hero.web-pacific .page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
	background-color: rgba(70, 83, 94, 1);
	box-shadow: 14px 0 0 0 rgba(70, 83, 94, 1), -14px 0 0 0 rgba(70, 83, 94, 1);
}
.page-header-hero.south-hall .page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
	background-color: rgba(108, 51, 2, 1);
	box-shadow: 14px 0 0 0 rgba(108, 51, 2, 1), -14px 0 0 0 rgba(108, 51, 2, 1);
}
.page-header-hero.stone-pine .page-header-slider.page-header-large-slider .header-carousel .item-caption h1 {
	background-color: rgba(88, 79, 41, 1);
	box-shadow: 14px 0 0 0 rgba(88, 79, 41, 1), -14px 0 0 0 rgba(88, 79, 41, 1);
}
/*--- END CSS added ---*/

@media (min-width: 768px) {
	.page-header-hero {
		margin-bottom: 20px;
		min-height: 380px;
	}
	.page-header-hero .caption {
		min-height: 380px;
		height: 380px;	
	}
	.page-header-hero .caption h1 {
		font-size: 44px;
		line-height: 65px;
	}
	.page-header-hero .caption p {
		font-size: 18px;
		line-height: 42px;
	}
	.page-header-hero .caption .caption-body {
		display: block;
	}
}
@media (min-width: 992px) {
	.page-header-hero .caption {
		max-width: 75%;
	}
}
@media (min-width: 1200px) {
	.page-header-hero .caption h1 {
		font-size: 54px;
		line-height: 78px;
	}
}


/* Homepage Hero (1) */
.homepage-hero {
	background: #eee;
	margin-bottom: 0px;
	min-height: 320px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}
.homepage-hero .overlay {

	min-height: 320px;
}
body.takeover .homepage-hero .overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,.1) 33%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(33%,rgba(0,0,0,.1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,.1) 33%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,.1) 33%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,.1) 33%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,.1) 33%);
}
.homepage-hero .caption {
	display: table;
	height: 320px;
	padding: 0;
	padding-bottom: 30px;
	max-width: 75%;
}

.homepage-hero .caption-inner {
	display: table-cell;
	vertical-align: bottom;
	min-height: 160px;
}

.homepage-hero .caption-inner h2 {
	background-color: rgba(0, 165, 152, 1);
	margin-bottom: 2px;
	display: inline;
	box-shadow: 14px 0 0 0 rgba(0, 165, 152, 1), -14px 0 0 0 rgba(0, 165, 152, 1);
	position: relative;
	font-size: 28px;
	line-height: 42px;
	left: 14px;
	box-decoration-break: clone;
	color: #fff;
}
.homepage-hero .caption-inner p,
.page-header-hero .caption-inner p {
	font-size: 14px;
	line-height: 34px;
	display: inline;
	background-color: rgba(0, 165, 152, 1);
	box-shadow: 14px 0 0 0 rgba(0, 165, 152, 1), -14px 0 0 0 rgba(0, 165, 152, 1);
	position: relative;
	left: 14px;
	padding: 6px 0;
}

.homepage-hero.homepage-hero-split .caption-inner p,
.page-header-hero.page-header-hero-split .caption-inner p {
	left: auto;
}

.homepage-hero .caption h2 a,
.homepage-header .caption h2 a,
.page-header .caption h1 a {
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	color: #fff;
}
a.home-hero-link:link,
a.home-hero-link:visited,
a.home-hero-link:hover,
a.home-hero-link:focus,
a.home-hero-link:active {
	text-decoration: none;
}
.homepage-hero .caption p,
.homepage-hero .caption p a,
.page-header-hero .caption p,
.page-header-hero .caption p a {
	color: #fff;
	box-decoration-break: clone;
}
/* primary */
.homepage-hero.berkeley-blue .caption h2 {
	background-color: rgba(0, 50, 98, 1);
	box-shadow: 14px 0 0 0 rgba(0, 50, 98, 1), -14px 0 0 0 rgba(0, 50, 98, 1);
}
.homepage-hero.california-gold .caption h2 {
	background-color: rgba(253, 181, 21, 1);
	box-shadow: 14px 0 0 0 rgba(253, 181, 21, 1), -14px 0 0 0 rgba(253, 181, 21, 1);
}
/* primary: alternate heritage */
.homepage-hero.founders-rock .caption h2, .homepage-hero.web-founders-rock .caption h2 {
	background-color: rgba(59, 126, 161, 1);
	box-shadow: 14px 0 0 0 rgba(59, 126, 161, 1), -14px 0 0 0 rgba(59, 126, 161, 1);
}
.homepage-hero.medalist .caption h2, .homepage-hero.web-medalist .caption h2 {
	background-color: rgba(196, 130, 14, 1);
	box-shadow: 14px 0 0 0 rgba(196, 130, 14, 1), -14px 0 0 0 rgba(196, 130, 14, 1);
}	
/* vibrants */
.homepage-hero.lawrence .caption h2 {
	background-color: rgba(0, 158, 197, 1);
	box-shadow: 14px 0 0 0 rgba(0, 158, 197, 1), -14px 0 0 0 rgba(0, 158, 197, 1);
}
.homepage-hero.rose-garden .caption h2 {
	background-color: rgba(238, 31, 96, 1);
	box-shadow: 14px 0 0 0 rgba(238, 31, 96, 1), -14px 0 0 0 rgba(238, 31, 96, 1);
}
.homepage-hero.ion .caption h2  {
	background-color: rgba(207, 221, 69, 1);
	box-shadow: 14px 0 0 0 rgba(207, 221, 69, 1), -14px 0 0 0 rgba(207, 221, 69, 1);
}
/* brights */	
.homepage-hero.lap-lane .caption h2, .homepage-hero.web-lap-lane .caption h2 {
	background-color: rgba(0, 165, 152, 1);
	box-shadow: 14px 0 0 0 rgba(0, 165, 152, 1), -14px 0 0 0 rgba(0, 165, 152, 1);
}
.homepage-hero.golden-gate .caption h2 {
	background-color: rgba(237, 78, 51, 1);
	box-shadow: 14px 0 0 0 rgba(237, 78, 51, 1), -14px 0 0 0 rgba(237, 78, 51, 1);
}
.homepage-hero.soybean .caption h2, .homepage-hero.web-soybean .caption h2 {
	background-color: rgba(133, 148, 56, 1);
	box-shadow: 14px 0 0 0 rgba(133, 148, 56, 1), -14px 0 0 0 rgba(133, 148, 56, 1);
}
/* neutrals */	
.homepage-hero.bay-fog .caption h2 {
	background-color: rgba(194, 185, 167, 1);
	box-shadow: 14px 0 0 0 rgba(194, 185, 167, 1), -14px 0 0 0 rgba(194, 185, 167, 1);
}
.homepage-hero.wellman-tile .caption h2 {
	background-color: rgba(217, 102, 31, 1);
	box-shadow: 14px 0 0 0 rgba(217, 102, 31, 1), -14px 0 0 0 rgba(217, 102, 31, 1);
}
.homepage-hero.sather-gate .caption h2 {
	background-color: rgba(185, 211, 182, 1);
	box-shadow: 14px 0 0 0 rgba(185, 211, 182, 1), -14px 0 0 0 rgba(185, 211, 182, 1);
}
/* darks */	
.homepage-hero.pacific .caption h2, .homepage-hero.web-pacific .caption h2 {
	background-color: rgba(70, 83, 94, 1);
	box-shadow: 14px 0 0 0 rgba(70, 83, 94, 1), -14px 0 0 0 rgba(70, 83, 94, 1);
}
.homepage-hero.south-hall .caption h2 {
	background-color: rgba(108, 51, 2, 1);
	box-shadow: 14px 0 0 0 rgba(108, 51, 2, 1), -14px 0 0 0 rgba(108, 51, 2, 1);
}
.homepage-hero.stone-pine .caption h2 {
	background-color: rgba(88, 79, 41, 1);
	box-shadow: 14px 0 0 0 rgba(88, 79, 41, 1), -14px 0 0 0 rgba(88, 79, 41, 1);
}
.homepage-hero.web-gray .caption h2, .homepage-hero.web-grey .caption h2 {
	background-color: rgba(136, 136, 136, 1);
	box-shadow: 14px 0 0 0 rgba(136, 136, 136, 1), -14px 0 0 0 rgba(136, 136, 136, 1);
}


/* primary */
.homepage-hero.berkeley-blue .caption p, .page-header-hero.berkeley-blue .caption p {
	background-color: rgba(0, 50, 98, 1);
	box-shadow: 14px 0 0 0 rgba(0, 50, 98, 1), -14px 0 0 0 rgba(0, 50, 98, 1);
}
.homepage-hero.california-gold .caption p, .page-header-hero.california-gold .caption p {
	background-color: rgba(253, 181, 21, 1);
	box-shadow: 14px 0 0 0 rgba(253, 181, 21, 1), -14px 0 0 0 rgba(253, 181, 21, 1);
}
/* primary: alternate heritage */
.homepage-hero.founders-rock .caption p, .homepage-hero.web-founders-rock .caption p, .page-header-hero.founders-rock .caption p, .page-header-hero.web-founders-rock .caption p {
	background-color: rgba(59, 126, 161, 1);
	box-shadow: 14px 0 0 0 rgba(59, 126, 161, 1), -14px 0 0 0 rgba(59, 126, 161, 1);
}
.homepage-hero.medalist .caption p, .page-header-hero.medalist .caption p, .homepage-hero.web-medalist .caption p, .page-header-hero.web-medalist .caption p {
	background-color: rgba(196, 130, 14, 1);
	box-shadow: 14px 0 0 0 rgba(196, 130, 14, 1), -14px 0 0 0 rgba(196, 130, 14, 1);
}	
/* vibrants */
.homepage-hero.lawrence .caption p, .page-header-hero.lawrence .caption p {
	background-color: rgba(0, 158, 197, 1);
	box-shadow: 14px 0 0 0 rgba(0, 158, 197, 1), -14px 0 0 0 rgba(0, 158, 197, 1);
}
.homepage-hero.rose-garden .caption p, .page-header-hero.rose-garden .caption p {
	background-color: rgba(238, 31, 96, 1);
	box-shadow: 14px 0 0 0 rgba(238, 31, 96, 1), -14px 0 0 0 rgba(238, 31, 96, 1);
}
.homepage-hero.ion .caption p, .page-header-hero.ion .caption p {
	background-color: rgba(207, 221, 69, 1);
	box-shadow: 14px 0 0 0 rgba(207, 221, 69, 1), -14px 0 0 0 rgba(207, 221, 69, 1);
}
/* brights */
.homepage-hero.web-lap-lane .caption p, .page-header-hero.web-lap-lane .caption p,	.homepage-hero.lap-lane .caption p, .page-header-hero.lap-lane .caption p {
	background-color: rgba(0, 165, 152, 1);
	box-shadow: 14px 0 0 0 rgba(0, 165, 152, 1), -14px 0 0 0 rgba(0, 165, 152, 1);
}
.homepage-hero.golden-gate .caption p, .page-header-hero.golden-gate .caption p {
	background-color: rgba(237, 78, 51, 1);
	box-shadow: 14px 0 0 0 rgba(237, 78, 51, 1), -14px 0 0 0 rgba(237, 78, 51, 1);
}
.homepage-hero.soybean .caption p, .homepage-hero.web-soybean .caption p,.page-header-hero.soybean .caption p, .page-header-hero.web-soybean .caption p {
	background-color: rgba(133, 148, 56, 1);
	box-shadow: 14px 0 0 0 rgba(133, 148, 56, 1), -14px 0 0 0 rgba(133, 148, 56, 1);
}
/* neutrals */	
.homepage-hero.bay-fog .caption p, .page-header-hero.fog .caption p {
	background-color: rgba(194, 185, 167, 1);
	box-shadow: 14px 0 0 0 rgba(194, 185, 167, 1), -14px 0 0 0 rgba(194, 185, 167, 1);
}
.homepage-hero.wellman-tile .caption p, .page-header-hero.wellman-tile .caption p {
	background-color: rgba(217, 102, 31, 1);
	box-shadow: 14px 0 0 0 rgba(217, 102, 31, 1), -14px 0 0 0 rgba(217, 102, 31, 1);
}
.homepage-hero.sather-gate .caption p, .page-header-hero.sather-gate .caption p {
	background-color: rgba(185, 211, 182, 1);
	box-shadow: 14px 0 0 0 rgba(185, 211, 182, 1), -14px 0 0 0 rgba(185, 211, 182, 1);
}
/* darks */	
.homepage-hero.pacific .caption p, .page-header-hero.pacific .caption p, .homepage-hero.web-pacific .caption p, .page-header-hero.web-pacific .caption p {
	background-color: rgba(70, 83, 94, 1);
	box-shadow: 14px 0 0 0 rgba(70, 83, 94, 1), -14px 0 0 0 rgba(70, 83, 94, 1);
}
.homepage-hero.south-hall .caption p, .page-header-hero.south-hall .caption p {
	background-color: rgba(108, 51, 2, 1);
	box-shadow: 14px 0 0 0 rgba(108, 51, 2, 1), -14px 0 0 0 rgba(108, 51, 2, 1);
}
.homepage-hero.stone-pine .caption p, .page-header-hero.stone-pine .caption p {
	background-color: rgba(88, 79, 41, 1);
	box-shadow: 14px 0 0 0 rgba(88, 79, 41, 1), -14px 0 0 0 rgba(88, 79, 41, 1);
}
.homepage-hero.web-gray .caption p, .page-header-hero.web-gray .caption p,
.homepage-hero.web-grey .caption p, .page-header-hero.web-grey .caption p {
	background-color: rgba(136, 136, 136, 1);
	box-shadow: 14px 0 0 0 rgba(136, 136, 136, 1), -14px 0 0 0 rgba(136, 136, 136, 1);
}
@media (min-width: 768px) {
	.homepage-hero {
		margin-bottom: 0px;
		min-height: 450px;
		background-position: center center;
	}
	.homepage-hero .caption-inner,
	.page-header-hero .caption-inner {
		display: table-cell;
		vertical-align: middle;
		height: 410px;
	}
	body.takeover .homepage-hero .caption-inner {
		padding-top: 130px;
	}
	.homepage-hero .caption-inner h2 {
		
		font-size: 44px;
		line-height: 65px;
	}
	.homepage-hero .caption-inner p {
		font-size: 18px;
		line-height: 45px;
		display: inline;
		background-color: rgba(0, 165, 152, 1);
		box-shadow: 14px 0 0 0 rgba(0, 165, 152, 1), -14px 0 0 0 rgba(0, 165, 152, 1);
		position: relative;
		left: 14px;
		padding: 8px 0;
	}
	
	body.takeover .homepage-hero {
		margin-bottom: 0px;
		min-height: 600px;
		margin-top: -131px;
	}
	body.takeover .homepage-hero .caption {
		min-height: 600px;
	}
	.homepage-hero .caption {
		width: 50%;
		min-height: 450px;
	}
	
	
}
@media (min-width: 992px) {
	body.takeover .homepage-hero {
		margin-bottom: 0px;
		margin-top: -131px;
	}
	.homepage-hero .caption {
		padding: 0;
	}
	.homepage-hero .caption-inner p {
		line-height: 45px;
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.homepage-hero .caption-inner h2 {
		font-size: 54px;
		line-height: 78px;
	}
	body.takeover .homepage-hero {
		margin-bottom: 0px;
	}
}

/* Homepage Hero (3)*/
.cards {
	
}
.card {
	background-color: #003262;
	display: block;
	position: relative;
}
.card h2 {
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.card.fullBlock {
	height: 225px;
}

.card.halfBlock {
	height: auto;
	border-left: none;
	min-height: inherit;
	overflow: hidden;
	text-shadow: none;
	min-height: 90px;
	border-top: 1px solid #ddd;
}
.card.halfBlock h2 {
	font-size: 21px;
}
.card .overlay {
	background-color: rgba(0,0,0,.2);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 102;
}
.card .caption {
	padding: 20px 40px 20px 20px;
	position: absolute;
	bottom: 0;
	display: block;
	height: auto;
	min-height: inherit;
}
.card .card-color, 
.card .card-greyscale {
	background-size: cover;
}
.card-color, 
.card-greyscale {
	position: absolute;
	top: 0;
	background-position-x: center;
	background-size: cover;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	width: 100%;
}

.card-color {
	z-index: 100;
}
.card-greyscale {
	z-index: 99;
	opacity: .5;
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	display: none;
}
.card:hover a .card-color, 
.card:focus a .card-color {
  opacity: .7;
}

@media (min-width: 768px) {
	.card.halfBlock .card-color, 
	.card.halfBlock .card-greyscale {
		height: 225px;
	}
	.card.fullBlock {
		height: 450px;
	}
	.card.fullBlock:first-child .caption {
		padding: 20px 40px 20px 55px;
	}
	.card.halfBlock {
		height: 225px;
		border-left: 2px solid #fff;
		overflow: hidden;
		border-bottom: none;
	border-top: none;
	}
	.card.halfBlock:first-child {
		border-bottom: 2px solid #fff;
	}
	.card.fullBlock .card-color, 
	.card.fullBlock .card-greyscale {
		height: 450px;
	}
}
@media (min-width: 992px) {
	
}

/* Homepage Hero (Split) */
.homepage-hero.homepage-hero-split,
.page-header-hero.page-header-hero-hero-split {
	position: relative;
}

.homepage-hero.homepage-hero-split .caption-inner h2,
.page-header-hero.page-header-hero-split .caption-inner h1 {
	background-color: transparent;
	margin-bottom: 0;
	box-shadow: none;
	position: relative;
	left: inherit;
}
.homepage-hero.homepage-hero-split .card.fullBlock .card-color,
.page-header-hero.page-header-hero-split .card.fullBlock .card-color {
	height: 225px;
}
.homepage-hero.homepage-hero-split .caption,
.page-header-hero.page-header-hero-split .caption {
	height: auto;
	padding: 20px 30px;
	width: auto;
}

/* Homepage Hero (Video) */
.homepage-hero.homepage-hero-split.homepage-hero-video .card.fullBlock a,
.page-header-hero.page-header-hero-split.page-header-hero-video .card.fullBlock a {
	height: 2250px;
}

.homepage-hero.homepage-hero-split.homepage-hero-video .card.fullBlock a .video-thumbnail-overlay,
.page-header-hero.page-header-hero-split.page-header-hero-video .card.fullBlock a .video-thumbnail-overlay {
	z-index: 998;
	position: relative;
	height: 225px;
}
.homepage-hero.homepage-hero-split.homepage-hero-video .card.fullBlock a .video-thumbnail-overlay .play-btn,
.page-header-hero.page-header-hero-split.page-header-hero-video .card.fullBlock a .video-thumbnail-overlay .play-btn {
	width: 50px;
	margin-bottom:10px;
}
.homepage-hero.homepage-hero-split.homepage-hero-video .card.fullBlock a .video-thumbnail-overlay .play-btn:before,
.page-header-hero.page-header-hero-split.page-header-hero-video .card.fullBlock a .video-thumbnail-overlay .play-btn:before {
	font-size: 30px;
}
@media (min-width: 768px) {
	.homepage-hero.homepage-hero-split .caption,
	.page-header-hero.page-header-hero-split .caption {
		padding: 20px 20px;
}

	.homepage-hero.homepage-hero-split .caption-inner h2,
	.page-header-hero.page-header-hero-split .caption-inner h1 {
		font-size: 34px;
	}
	.homepage-hero.homepage-hero-split.homepage-hero-video .card.fullBlock a,
	.page-header-hero.page-header-hero-split.page-header-hero-video .card.fullBlock a {
		height: 450px;
	}
	.homepage-hero.homepage-hero-split .card.fullBlock .card-color,
	.page-header-hero.page-header-hero-split .card.fullBlock .card-color {
		height: 450px;
	}
	.homepage-hero.homepage-hero-split.homepage-hero-video .card.fullBlock a .video-thumbnail-overlay,
	.page-header-hero.page-header-hero-split.page-header-hero-video .card.fullBlock a .video-thumbnail-overlay {
		height: 450px;
	}
	.homepage-hero.homepage-hero-split.homepage-hero-video .card.fullBlock a .video-thumbnail-overlay .play-btn,
	.page-header-hero.page-header-hero-split.page-header-hero-video .card.fullBlock a .video-thumbnail-overlay .play-btn {
		width: 80px;
		height: 80px;
	}
	.homepage-hero.homepage-hero-split.homepage-hero-video .card.fullBlock a .video-thumbnail-overlay .play-btn:before,
	.page-header-hero.page-header-hero-split.page-header-hero-video .card.fullBlock a .video-thumbnail-overlay .play-btn:before {
		font-size: 50px;
		line-height: 80px;
	}
	.homepage-hero.homepage-hero-split:before,
	.page-header-hero.page-header-hero-split:before {
		content: url('/images/css/tessellation-bg-10.png');
		display: block;
		position: absolute;
		bottom: -5px;
		right:0;
		z-index: 998;
	}
	.homepage-hero.homepage-hero-split:after,	
	.page-header-hero.page-header-hero-split:after {
		content: url('/images/css/tessellation-bg-11.png');
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 998;
		
	}
}
@media (min-width: 1200px) {
	.homepage-hero.homepage-hero-split .caption-inner h2,
	.page-header-hero.page-header-hero-split .caption-inner h1 {
		font-size: 44px;
		line-height: 57px;
	}
}



/* Block colors */
/* primary */
.block.berkeley-blue, section.berkeley-blue,
.homepage-hero.homepage-hero-split.berkeley-blue,
.page-header-hero.page-header-hero-split.berkeley-blue {
	background-color: #003262;
}
.block.california-gold,
.homepage-hero.homepage-hero-split.california-gold,
.page-header-hero.page-header-hero-split.california-gold {
	background-color: #FDB515;
}
/* primary: alternate heritage */
.block.founders-rock, section.founders-rock,
.homepage-hero.homepage-hero-split.founders-rock,
.block.web-founders-rock, section.web-founders-rock,
.homepage-hero.homepage-hero-split.web-founders-rock,
.page-header-hero..page-header-hero-split.web-founders-rock {
	background-color: #3B7EA1;
}
.block.medalist,
.homepage-hero.homepage-hero-split.medalist,
.page-header-hero.page-header-hero-split.medalist,
.homepage-hero.homepage-hero-split.web-medalist,
.page-header-hero.page-header-hero-split.web-medalist,
.block.web-medalist,  
section.web-medalist {
	background-color: #C4820E;
}
.block.web-founders-rock,  section.web-founders-rock{
	background-color: #3b7ea1;
}	


/* vibrants */
.block.lawrence,
.homepage-hero.homepage-hero-split.lawrence,
.page-header-hero.homepage-hero-split.lawrence {
	background-color: #009EC5;
}
.block.rose-garden,  section.rose-garden,
.homepage-hero.homepage-hero-split.rose-garden,
.page-header-hero.page-header-hero-split.rose-garden {
	background-color: #EE1F60;
}
.block.ion,
.homepage-hero.homepage-hero-split.ion,
.page-header-hero.page-header-hero-split.ion {
	background-color: #CFDD45;
}
/* brights */	
.block.lap-lane,
.homepage-hero.homepage-hero-split.lap-lane,
.page-header-hero.page-header-hero-split.lap-lane,
section.lap-lane,
.block.web-lap-lane,
.homepage-hero.homepage-hero-split.web-lap-lane,
.page-header-hero.page-header-hero-split.web-lap-lane,  
section.web-lap-lane {
	background-color: #00A598;
}
.block.golden-gate, section.golden-gate,
.homepage-hero.homepage-hero-split.golden-gate,
.page-header-hero.page-header-hero-split.golden-gate {
	background-color: #ED4E33;
}
.block.soybean,
.homepage-hero.homepage-hero-split.soybean,
.page-header-hero.page-header-header-hero-split.soybean,
section.soybean,
.block.web-soybean,
.homepage-hero.homepage-hero-split.web-soybean,
.page-header-hero.page-header-header-hero-split.web-soybean,  
section.web-soybean {
	background-color: #859438;
}

/* neutrals */	
.block.bay-fog,
.homepage-hero.homepage-hero-split.bay-fog,
.page-header-hero.page-header-header-hero-split.bay-fog {
	background-color: #C2B9A7;
}
.block.wellman-tile, section.wellman-tile,
.homepage-hero.homepage-hero-split.wellman-tile,
.page-header-hero.page-header-hero-split.wellman-tile {
	background-color: #D9661F;
}
.block.sather-gate,
.homepage-hero.homepage-hero-split.sather-gate {
	background-color: #B9D3B6;
}
.block.web-gray,
.homepage-hero.homepage-hero-split.web-gray,
.page-header-hero.page-header-hero-split.web-gray,
.block.web-grey,
.homepage-hero.homepage-hero-split.web-grey,
.page-header-hero.page-header-hero-split.web-grey {
	background-color: #888888;
}
/* darks */	
.block.pacific,
.homepage-hero.homepage-hero-split.pacific,
.page-header-hero.page-header-header-hero-split.pacific,
section.pacific,
.block.web-pacific,
.homepage-hero.homepage-hero-split.web-pacific,
.page-header-hero.page-header-header-hero-split.web-pacific,  
section.web-pacific {
	background-color: #46535E;
}

.block.south-hall, section.south-hall,
.homepage-hero.homepage-hero-split.south-hall,
.page-header-hero.page-header-hero-split.south-hall {
	background-color: #6C3302;
}
.block.stone-pine,
.homepage-hero.homepage-hero-split.stone-pine,
.page-header-hero.page-header-hero-split.stone-pine {
	background-color: #584f29;
}


/* Promo Block */
.block.promo {
	min-height: 90px;
	text-align: center;
	min-height: 340px;
}
.block.promo h3 {
	margin: 0;
	margin-bottom: 10px;
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
font-size: 24px;
font-weight: 600;
}
.block.promo p {
	margin: 0;
}
.block.promo .panel-body {
	padding: 40px 15px;
}
.block.promo .caption {
	padding: 20px;
	margin-top: 0;
	text-align: center;
}
.block.promo .caption blockquote {
	margin-bottom: 0;
	color: #fff;
}
.block.promo .caption blockquote footer {
	margin-top: 20px;
	font-size: 14px;
	color: rgba(255,255,255,.7);
}
.block.promo .promo-heading {
		margin-bottom: 10px;
}
.block.promo .promo-image {
}
.block.promo.promo-image-circle {
	padding-top: 30px;
	background-image: url('/images/css/tessellation-bg-04.png'),
										url('/images/css/tessellation-bg-08.png');
	background-position: right bottom, left bottom;
	background-repeat: no-repeat, no-repeat;
}
.block.promo.promo-image-circle .promo-image {
	width: 50%;
	height: 70%;
	margin: 0 auto;
	max-width: 170px;

}
.block.promo.promo-image-circle .promo-image img {
	border-radius: 100%;
}
.block.promo.promo-image-circle .caption {
	padding-top: 20px;
}
.block.promo .thumbnail {
	margin: 0 auto;
}
.block.promo a.thumbnail:hover,
.block.promo a.thumbnail:focus {
	text-decoration: none;
}


/* Promo Block: No image */
.block.promo.no-image {
	min-height: 90px;
	text-align: center;
	background-image: url('/images/css/tessellation-bg-04.png'),
										url('/images/css/tessellation-bg-08.png');
	background-position: right bottom, left bottom;
	background-repeat: no-repeat, no-repeat;
}
.block.promo.no-image .thumbnail {
	display: table;
}
.block.promo.no-image .caption {

	margin-top: 0;
	display: table-cell;
	vertical-align: middle;
	padding-top: 40px;
	padding-bottom: 40px;
}
#blog-feed .block.promo.no-image .caption {
	padding-top: 15px;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.block.promo {
	}
	.block.promo .promo-heading {

	}
}


/* Promo Block: Wide */
.block.promo-wide {
	min-height: 260px;
	text-align: center;
	margin-bottom: 0;
	background-image: url('/images/css/tessellation-bg-05.png'), 
										url('/images/css/tessellation-bg-07.png');
	background-repeat: no-repeat, no-repeat;
	background-position: right bottom, left top;

}
.block.promo-wide .thumbnail {
	margin-bottom: 0;
	padding: 20px;
}
.block.promo-wide .thumbnail .caption {
	text-align: center;
}
.block.promo-wide.no-image .thumbnail {
	display: table;
	width: 100%;
	min-height: 260px;
}
.block.promo-wide.no-image .thumbnail .caption {

	display: table-cell;
	height: 220px;
	vertical-align: middle;
}
.block.promo-wide .thumbnail .caption .caption-inner {

}
.block.promo-wide .promo-image {
	width: 50%;
height: 70%;
margin: 0 auto;
max-width: 170px;
}
.block.promo-wide .promo-image img {
	border-radius: 100%;
}
.block.promo-wide h3 {
	margin: 0 0 10px;
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 30px;
}
.block.promo-wide p {
	margin: 0;
	color: #000;
}
.block.promo-wide.dark p {
	color: #fff;
}
.block.promo-wide .panel-body {
	padding: 40px 15px;
}
.block.promo-wide .promo-heading {
		margin-bottom: 10px;
}
@media (min-width: 768px) {
	.block.promo-wide {
	}
	.block.promo-wide .promo-heading {
		float: left;
		margin-right: 10px;
	}
}


/* Promo Block: Wide */
.block.promo-wide .thumbnail .caption {
	margin-top: 0;
}
.block.promo-wide.no-image {
	padding-bottom:10px;	
}
.block.promo-wide.no-image h3 {
	margin: 0 20px 10px 0;
}
.block.promo-wide.no-image p {
	margin: 0;
}
.block.promo-wide.no-image .panel-body {
	padding: 40px 15px;
}
.block.promo-wide.no-image .promo-heading {
		margin-bottom: 10px;
}
@media (min-width: 768px) {
	.block.promo-wide.no-image {

	}
	.block.promo-wide.no-image h3 {
		font-size: 40px;
	}
	.block.promo-wide.no-image .promo-heading {

		margin-right: 10px;
	}
}


/* Profile Block */
.block.profile {
	min-height: 90px;
	text-align: center;
	min-height: 340px;
}
.block.profile h3 {
	margin: 0;
	margin-bottom: 10px;
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 24px;
	font-weight: 600;
}
.block.profile p {
	margin: 0;
}
.block.profile .panel-body {
	padding: 40px 15px;
}
.block.profile .thumbnail {
}
.block.profile .caption {
	padding: 20px;
	margin-top: 0;
	text-align: center;
}
.block.profile .caption blockquote {
	margin-bottom: 0;
	color: #fff;
}
.block.profile .caption blockquote footer {
	margin-top: 20px;
	font-size: 14px;
	color: rgba(255,255,255,.7);
}
.block.profile .profile-heading {
		margin-bottom: 10px;
}
.block.profile .profile-image {
}
.block.profile.profile-image-circle {
	padding-top: 30px;
	background-image: url('/images/css/tessellation-bg-04.png'),
						url('/images/css/tessellation-bg-08.png');
	background-position: right bottom, left bottom;
	background-repeat: no-repeat, no-repeat;
}

.block.profile .profile-image {
	width: 50%;
	height: 70%;
	margin: 0 auto;
	max-width: 170px;

}
.block.profile .profile-image img {
	border-radius: 100%;
}
.block.profile .caption {
	padding-top: 20px;
}
.block.profile .thumbnail {
	margin-bottom: 0;
}
.block.profile a.thumbnail:hover,
.block.profile a.thumbnail:focus {
	text-decoration: none;
}
.block.profile .profile-title {
	font-weight: 600;
	color: #777;
	margin-bottom: 5px;
}
.block.profile .profile-description {
	
}



/* Spotlight Block */
.block.spotlight {
	position: relative;
	z-index: 1004;
	margin-top: -10px;
}
.block.spotlight h3.block-header {
	margin-top: 0;
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	.block.spotlight {
	
	}
}
@media (min-width: 1200px) {
	
}


/* Video Playlist */
.video-playlist {
	padding: 10px 0 30px 0;
}
.video-playlist .media a {
	background-color: rgba(0,0,0,.3);
	display: block;
}
.video-playlist .media.active a {
	background-color: rgba(0,0,0,.6);
}
.video-playlist .media:first-child {
	margin-top: 0;
}
.video-playlist .media h4  {
	margin: 10px 0;
	font-weight: 600;
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 16px;
	color: #fff;
}
.video-playlist .media a:hover,
.video-playlist .media a:focus {
	background-color: rgba(0,0,0,.6);
	text-decoration: none;
}
.video-playlist .media>a>.media-left>img {
	width: 10.54em;
}
	.video-playlist .media-list {
		margin-left: -15px;
		margin-right: -15px;
	}

@media (min-width: 768px) {
	
	.video-playlist .media-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.video-playlist .media {
		width: 25%;
		position: relative;
		padding-left: 15px;
		padding-right: 15px;
		float: left;
		margin: 0;
	}
	.video-playlist .media>a>.media-left {
		display: block;
		padding: 0;
	}
	.video-playlist .media>a>.media-body {
		display: block;
		padding: 10px;
	}
	.video-playlist .media>a>.media-left>img {

		width: 100%;
	}
	
	
	.video-playlist.video-playlist-horizontal .media {
		
	}
	.video-playlist.video-playlist-horizontal .media .media-object {
		max-width: 100%;
		margin-right: 0;
		float: none;
	}
	.video-playlist.video-playlist-horizontal .media .media-body {
		padding: 10px;
	}
	.video-playlist .media h4 {
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.video-playlist .media-list {
		margin-left: 0;
		margin-right: 0;
	}
	.video-playlist .media {
		width: 100%;
		min-height:inherit;
		padding-left: 0;
		padding-right: 0;
		background-color: rgba(0,0,0,.3);
		margin-top: 15px;
	}
	.video-playlist .media>a>.media-left {
		display: table-cell;
		padding: 0;
	}
	.video-playlist .media>a>.media-body {
		display: table-cell;
		padding: 10px;
	}
	.video-playlist .media>a>.media-left>img {
		width: 8.64em;
	}
	.video-playlist .media h4 {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.video-playlist .media>a>.media-left>img {
		width: 10.54em;
	}
}



/* Social Media Blocks: Facebook and Twitter */
.block.social.twitter,
.block.social.facebook,
.block.social.instagram {
/*	max-width: 360px;
margin-left: auto;
margin-right: auto;*/
}
.block.social.twitter .block-header,
.block.social.facebook .block-header,
.block.social.instagram .block-header,
.block.social.google-plus .block-header {
	text-align: center;
	color: #fff;
	width: 40px;
	margin: 0 auto 10px;
	background: #003262;
	height: 40px;
	border-radius: 40px;
	line-height: 40px;
}
.block.social.twitter .block-header {
	background: #1279bb;
}
.block.social.facebook .block-header {
	background: #2e5da0;
}
.block.social.youtube .block-header {
	background: #db453f;
}
.block.social.google-plus .block-header {
	background: #e24b2e;
}
.block.social.instagram .block-header {
	background: #2e5e86
}
.block.social.twitter .block-body,
.block.social.facebook .block-body,
.block.social.google-plus .block-body {
	text-align: center;
/*	padding: 0px 20px;*/
	padding: 0px;
	position: relative;
	margin-bottom: 20px;
}
.block.social.twitter .block-body p,
.block.social.facebook .block-body p,
.block.social.twitter .author,
.block.social.facebook .author,
.block.social.twitter .stamp,
.block.social.facebook .stamp,
.block.social .block-image {
	margin-bottom: 10px;
}
.block.social .block-image img {
	max-width:360px;
	width:auto;
	height:auto; 
}
/* Social Media Blocks: Instagram */
.block.social.instagram .block-body {
	text-align: center;
	margin-bottom: 10px;

}
.block.social.instagram .row { 
    margin: auto;
}
.block.social.instagram .row > .insta-two-col,
.block.social.instagram .row > .insta-three-col,
.block.social.instagram .row > .insta-four-col {
    display: table-cell; /*another option is grid*/
    float: left;
    padding: 2px;
    height: 350px;
    overflow: hidden;
}
.block.social.instagram .row > .insta-two-col {
  width: 50%;
  height: 500px;
}
.block.social.instagram .row > .insta-three-col {
  width: 33.333%;
}
.block.social.instagram .row > .insta-four-col {
  width: 25%;
}
@media (max-width: 1200px){
    .block.social.instagram .row > .insta-three-col,
    .block.social.instagram .row > .insta-four-col {
        height: 300px;
    } 
}
@media (max-width: 992px){
    .block.social.instagram .row > .insta-two-col {
        height: 300px;
    } 
}
@media (max-width: 992px) and (min-width: 768px) {
    .block.social.instagram .row > .insta-three-col {
        height: 250px;
    } 
}
@media (max-width: 768px){   
    .block.social.instagram .row > .insta-three-col,
    .block.social.instagram .row > .insta-four-col {
        width: 50%;
    } 
}
@media (max-width: 500px){
    .block.social.instagram .row > .insta-two-col,    
    .block.social.instagram .row > .insta-three-col,
    .block.social.instagram .row > .insta-four-col {
        height: 200px;
        width: 200px;
    } 
}
.block.social.instagram .row .thumbnail {
	height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.block.social.instagram .row .thumbnail img {
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.block.social.instagram .row .thumbnail .inner {
	background: #003262;
}
.block.social.instagram .row .thumbnail .inner {
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.block.social.instagram .row .thumbnail:hover .inner,
.block.social.instagram .row .thumbnail:focus .inner,
.block.social.instagram .row .thumbnail:active .inner {
	opacity: .7;
}
.block.social.instagram .follow {
	margin: 10px 0;
	font-size: 14px;
}

/* Social Media: Tab Box */
.block.social-tabbox {
	text-align: center;
}
.block.social-tabbox .nav-pills {
	margin: 0 auto 10px;
display: inline-block;
}
.block.social-tabbox .nav-pills>li>a {
	border-radius: 60px;
	width: 40px;
	height: 40px;
	padding: 9px 0;
	text-align: center;
}
.block.social-tabbox .nav-pills>li>a.twitter .block-header {
	background: #1279bb;
}
.block.social-tabbox .nav-pills>li>a.facebook .block-header {
	background: #2e5da0;
}
.block.social-tabbox .nav-pills>li>a.youtube .block-header {
	background: #db453f;
}
.block.social-tabbox .nav-pills>li>a.instagram .block-header {
	background: #2e5e86;
}
.block.social-tabbox .nav-pills>li.active>a.twitter, 
.block.social-tabbox .nav-pills>li.active>a.twitter:hover, 
.block.social-tabbox .nav-pills>li.active>a.twitter:focus {
	background-color: #1279bb;
	color: #fff;
}
.block.social-tabbox .nav-pills>li.active>a.facebook, 
.block.social-tabbox .nav-pills>li.active>a.facebook:hover, 
.block.social-tabbox .nav-pills>li.active>a.facebook:focus {
	background-color: #2e5da0;
	color: #fff;
}
.block.social-tabbox .nav-pills>li.active>a.youtube, 
.block.social-tabbox .nav-pills>li.active>a.youtube:hover, 
.block.social-tabbox .nav-pills>li.active>a.youtube:focus {
	background-color: #db453f;
	color: #fff;
}
.block.social-tabbox .nav-pills>li.active>a.instagram, 
.block.social-tabbox .nav-pills>li.active>a.instagram:hover, 
.block.social-tabbox .nav-pills>li.active>a.instagram:focus {
	background-color: #2e5e86;
	color: #fff;
}

/* Resources List */
.thumbnail-list {
	
}
.thumbnail-list .media-list > .media {
	margin-top: 20px;
}
.thumbnail-list .media-list > .media:first-child {
margin-top: 0;
}
.thumbnail-list .media-list > .media > a > .pull-left {
		margin-right: 10px;
	max-width: 90px;
	float: left;
}
.thumbnail-list .media-list > .media > a > .media-icon {
	margin-right: 10px;
	max-width: 50px;
	float: left;
	display: none;
}
.thumbnail-list .media-list > .media > a:hover,
.thumbnail-list .media-list > .media > a:focus,
.thumbnail-list .media-list > .media > a:active {
	text-decoration: none;
}
.thumbnail-list .media-list > .media > a:hover > .pull-left,
.thumbnail-list .media-list > .media > a:focus > .pull-left,
.thumbnail-list .media-list > .media > a:active > .pull-left {
	opacity: .7;
}
.thumbnail-list .media-list > .media .media-body{
	display:block;
}
.thumbnail-list .media-list > .media h3 {
	margin: 0 0 3px;
	font-size: 19px;
	line-height: 23px;
	font-weight: 600;
}
.thumbnail-list .media-list > .media p {
	margin-bottom: 0;
	color: #666;
}
.thumbnail-list .media-list > .media > a > .pull-left img {
float:left;
	width: 80px;
	height: 80px;
	overflow:hidden;
	position:relative;
}
.thumbnail-list .media-list > .thumb-list> a > .pull-left img {
float:left;
	width: 150px;
	position:relative;
}


/* Block */
.block-header {
}

/* Block: Quote */
.block.quote {
}
.block.quote a:hover,
.block.quote a:focus {
	text-decoration: none;
}
.block.quote blockquote {
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	padding: 0;
	margin: 0 0 30px;
	font-size: 28px;
	border-left: 0;
	line-height: 1.2em;
	color: #C4820E;
	font-weight: 600;
}
.block.quote blockquote footer, 
.block.quote blockquote small, 
.block.quote blockquote .small {
	display: block;
	font-size: 16px;
	line-height: 19px;
	color: #777;
	margin-top: 10px;
}
.block.quote.solid-background blockquote footer cite {
	font-style: normal;
}
.block.quote.solid-background blockquote .quotename {
    color: rgba(255,255,255,.7);
}
.block.quote blockquote .quotename {
    display: block;
    font-size: 16px;
    line-height: 19px;
    margin-top: 10px; 
}
blockquote .quotename::before {
    content: "— ";
}
/* Block: Quote: Jumbo */
.block.quote.jumbo {
/*	background: transparent;*/
	padding: 20px;
	background-image: url('/images/css/tessellation-bg-05.png'), 
										url('/images/css/tessellation-bg-07.png');
	background-repeat: no-repeat, no-repeat;
	background-position: right bottom, left top;

}
.block.quote.jumbo blockquote {
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	padding: 0;
	margin: 0 0 20px;
	font-size: 32px;
	border-left: 0;
	line-height: 1.1em;
	
	text-align: center;
}
.block.quote.jumbo blockquote footer, 
.block.quote.jumbo blockquote footer cite, 
.block.quote.jumbo blockquote small, 
.block.quote.jumbo blockquote .small {
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
}


/* Block: Quote: Jumbo */
.article-pull-quote.jumbo blockquote {
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	padding: 0;
	margin: 0 0 30px;
	font-size: 50.5px;
	border-left: 0;
	line-height: 1.1em;
	text-align: center;

}

.block.side-bar-search {
	
}
.block.side-bar-search .panel {
	margin-bottom: 20px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.block.side-bar-search .panel-heading {
	padding: 20px 15px 0px;
}
.block.side-bar-search .panel-heading h4 {
	margin: 5px 0 0;
}
.block.side-bar-search .panel-body {
	padding: 10px 20px 30px;
}
.block.side-bar-search .form-group {
	width: 100%;
	position: relative;
}
.block.side-bar-search input.form-control {
	width: 80%;
	display: inline-block;
	vertical-align: middle;
}
.block.side-bar-search button {
	width: 18%;
}




/* Events Block: Stacked 1 column */
.block.events,
.block.news {
	margin-bottom:10px;
	margin-top:10px;
}

.block.events h3.block-header,
.block.news h3.block-header {
	font-size: 12px;
	margin-top: 0;
	margin-left: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: #003262;
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.block.events .dates {
	margin-top: 20px;
}
.block.events .date {
	display: inline-block;
	background: transparent;
	width: 68px;
	height: 68px;
	border-right: 1px solid #ddd;
	text-align: center;
}
.block.events .month {
	margin-top: 0;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	line-height: 19px;
	color: #003262;
}
.block.events .day {
	font-weight: 400;
	font-size: 39px;
	display: block;
	line-height: 22px;
	color: #003262;
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
.block.events .event {
	text-align: center;
	margin-bottom: 50px;
	font-size: 14px;
}
.block.event .media-body h3,
.block.events .media-body h3 {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.block.events .media-body a {
	color: #003262;
}
.block.events .media-body small {
	color: #777;
}
.block.news .list-group {
	margin-bottom: 0;
}
.block.news .list-group .list-group-item {
	text-align: center;
}
.block.news .list-group .list-group-item small {
	color: #999;
}
.block.news .list-group .list-group-item p {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
	.block.events,
	.block.news {
	}
}
@media (min-width: 1200px) {

}


/* Single Event Block */
.block.event {
	
}
.block.event .date-container {
	position: relative;
	text-align: center;
	margin-bottom: 16px;
}
.block.event .date {
	display: inline-block;
	background: transparent;
	width: 68px;
	height: 68px;
	border-right: 1px solid #ddd;
	text-align: center;
}
.block.event .month {
	margin-top: 0;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	line-height: 19px;
	color: #003262;
}
.block.event .day {
font-weight: 400;
	font-size: 39px;
	display: block;
	line-height: 22px;
	color: #003262;
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
.block.event a.thumbnail:hover .media-body h3,
.block.event a.thumbnail:focus .media-body h3 {
}


/* Block Social */
.block.social #instagram .row .thumbnail {
	padding: 2px;
	margin-bottom: 0;
}
.block.social #instagram .row .thumbnail .greybox {
	height:69px;
	margin-bottom: 0;
}
.block.social #instagram .row .thumbnail:hover .greybox,
.block.social #instagram .row .thumbnail:focus .greybox,
.block.social #instagram .row .thumbnail:active .greybox {
	background-color: #ddd;
}
@media (min-width: 768px) {
	.block.social #instagram .row .thumbnail .greybox {
		height:51px;
	}
}
@media (min-width: 992px) {
	.block.social #instagram .row .thumbnail .greybox {
		height:69px;
	}
}
@media (min-width: 1200px) {
	.block.social #instagram .row .thumbnail .greybox {
		height:86px;
	}
}

/* Branded News Block */
.block.branded-news {
	
}
.block.branded-news .block-header {
	display: block;
	text-align: center;
	padding: 0 50px 20px;
}
.block.branded-news .block-header img {
	
}
.block.branded-news blockquote {
	text-align: center;
}

/* Profile Block */
.block.profile {
	
}
.block.profile .block-header {
	display: block;
	text-align: center;
	padding: 0 50px;
}
.block.profile .block-body {
	text-align: center;
}
.block.profile .block-header h3 span {
	margin-bottom: 10px;
}
.block.profile .block-header img {
	width: 160px;
	height: 160px;
	border-radius: 100px;
	margin-bottom: 15px;
}
.block.profile .block-body .btn {
	margin-top: 10px;
}




/* Alerts */
.alert {
	border:none;
	color: #fff;
	color: rgba(255,255,255,1);
	padding: 0;
	border-radius: 0;
}
.alert.alert-01 {
	background-color: #C4820E;
}
.alert.alert-02 {
	background-color: #ED4E33;
}
.alert .container,
.alert .container-fluid {
	padding: 15px;
}
.alert .container p {display:inline;}
.alert strong,
.alert .icon {
	color: #fff;
}
.alert.alert-01,
.alert.alert-02 {
	margin-bottom: 0;
	border-radius: 0;
}
.alert.alert-01 a,
.alert.alert-02 a {
	color: #fff;
	text-decoration: underline;
}
.homepage-hero.alert {
	margin-bottom: 0;
	background-color: #ED4E33;
}
.homepage-hero.alert .caption {
	text-align: center;
	max-width: 100%;
	width: 100%;
}
.homepage-hero.alert .caption-inner h1 {
	margin-bottom: 0;
}
.homepage-hero.alert .caption-inner h2 {
	background: none;
	box-shadow: none;
	display: block;
	left: auto;
	margin-top: 0;
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.homepage-hero.alert .caption-inner h2,
.homepage-hero.alert .caption-inner h2 a {
	color: #fff;
}
.homepage-hero.alert .caption-inner p {
	background: none;
	box-shadow: none;
	display: block;
	left: auto;
	color: #fff;
}
.homepage-hero.alert .caption-inner strong,
.homepage-hero.alert .caption-inner .icon {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}
.homepage-hero.alert .btn-danger {
	color: #fff;
	background-color: #D84128;
	border-color: #C23720;
	margin-top:20px;
}
.homepage-hero.alert .btn-danger:hover,
.homepage-hero.alert .btn-danger:focus {
	background-color: #C23720;
}

.homepage-hero.alert a:link,
.homepage-hero.alert a:visited,
.homepage-hero.alert a:hover,
.homepage-hero.alert a:focus,
.alert a:link,
.alert a:visited,
.alert a:hover,
.alert a:focus {
	text-decoration:none;
}

.alert-view-details {
	text-decoration:underline;
}
a:hover .alert-view-details, a:focus .alert-view-details {
	font-weight:bold;
}


/* List Block */
.block.list-block {
}

/* Video/Slideshow Thumb Block */
.block.video,
.block.slideshow {
}
.video-thumbnail,
.video-slideshow,
.video-thumbnail .thumbnail-image {
	position: relative;
  display: block;
}
.video-thumbnail img,
.slideshow-thumbnail img,
.zoomable-thumbnail img {
	z-index: 9;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.video-thumbnail .play-btn,
.slideshow-thumbnail .play-btn,
.zoomable-thumbnail .play-btn {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	margin: 0;
	z-index: 10;
	text-align: center;
	display: table;
	background-color: rgba(0,0,0,.7);
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.video-thumbnail .play-btn:before,
.slideshow-thumbnail .play-btn:before,
.zoomable-thumbnail .play-btn:before {
	content: '';
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	display: table-cell;
	vertical-align: middle;
	font-family: 'fontello';
	font-size: 28px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.video-thumbnail .play-btn:before {
	content: '\e87e';
}
.slideshow-thumbnail .play-btn:before {
	content: '\e860';
}
.zoomable-thumbnail .play-btn:before {
	content: '\e803';
}
.video-thumbnail:hover .play-btn,
.video-thumbnail:focus .play-btn,
.slideshow-thumbnail:hover .play-btn,
.slideshow-thumbnail:focus .play-btn {
	background-color: rgba(0,0,0,.7);
}
.video-thumbnail:hover img,
.video-thumbnail:focus img,
.slideshow-thumbnail:hover img,
.slideshow-thumbnail:focus img {
	opacity: .7;
}
.video-thumbnail .video-thumbnail-image,
.slideshow-thumbnail .slideshow-thumbnail-image,
.zoomable-thumbnail .zoomable-thumbnail-image {
	position: relative;
}
.video-thumbnail .caption,
.slideshow-thumbnail .caption,
.zoomable-thumbnail .caption {
	padding: 20px 15px;
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
	margin-top: 0;
}
.media-section .video-thumbnail .caption,
.slideshow-thumbnail .caption,
.zoomable-thumbnail .caption {
	border-bottom: none;
}
.video-thumbnail-overlay {


}
@media (min-width: 768px) {
	.block.video {
		margin-bottom: 20px;
	}
	.greybox.video {
	}
}
@media (min-width: 992px) {
	.greybox.video {
	
	}
}
@media (min-width: 1200px) {
	.greybox.video {
	
	
	}
}






/* Thumbnail Grid with Expanding Preview */
#composers .composer {
	position: relative;
	width: 100px;
	height: 100px;
	color: #fff;
}
#composers .composer .composer-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
}
#composers .composer .composer-caption {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(222, 56, 49, 0.7);
	color: #fff;
	top: 0;
	left: 0;
	padding: 0 10px;
	border-radius: 100px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#composers .og-expanded .composer .composer-caption {
	opacity: 1;
}
#composers .composer .composer-caption-inner {
	display: table-cell;
	vertical-align: middle;
}
#composers a.composer:hover,
#composers a.composer:focus,
#composers a.composer:active {
	text-decoration: none;
	
}
#composers a.composer:hover .composer-caption,
#composers a.composer:focus .composer-caption,
#composers a.composer:active .composer-caption {
	display: table;
	width: 100%;
	height: 100%;	
	opacity: 1;
}
#composers .composer .composer-caption h3 {
	color: #fff;
}



.og-grid-container {
	
}
.og-grid-container .block-header {
	text-align: center;
}
.og-grid {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	background: rgba(0,0,0,0);
	}
.og-grid li > a {
	position: relative;
	width: 250px;
	height: 250px;
	display: block;
}

.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	
}
.og-grid li > a:hover img,
.og-grid li > a:focus img,
.og-grid li > a:active img {
	opacity: .7;
	
}
.og-grid.og-grid-circles li > a,
.og-grid.og-grid-circles li > a img {
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
}
.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #00B0DA;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}


.og-expander {
	position: absolute;
	background: #00B0DA;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index:9999;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.og-details {
	
}

.og-fullimg {
	text-align: center;
	max-width: 120px;
}
.og-grid .og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
.og-grid.og-grid-circles .og-fullimg img {
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
}

.og-details h3 {
	font-weight: 300;
	font-size: 32px;
	padding: 10px 0 0;
	margin-bottom: 10px;
	color: #fff;
}

.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: 300;
}

.og-details a {
	font-weight: 650;
	font-size: 16px;
	outline: none;
}

.og-details a::before {
	
}

.og-details a:hover {

}
.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

.og-more {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.og-more a {
	font-size: 15px;
	font-weight: 400;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	background: #e6e6e6;
	border: 1px solid #ddd;
	padding: 12px;
}
.og-more a:hover,
.og-more a:active, 
.og-more a:focus {
background: #ddd;
}

	


@media (min-width: 768px) {
	
	
	.og-fullimg,
	.og-details {
		width: 50%;
		float: left;
		height: 100%;
		overflow: hidden;
		position: relative;
		max-width: inherit;
	}
	
	.og-details {
		padding: 0 40px 0 20px;
	}
	
	.og-fullimg {
		text-align: center;
	}
	
	.og-details h3 {
		font-weight: 300;
		font-size: 52px;
		padding: 40px 0 10px;
		margin-bottom: 10px;
	}
	
	.og-details p {
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		
	}
	
	.og-details a {
		font-weight: 650;
		font-size: 16px;
		outline: none;
	}
}


/* Alpha List */
.list-alpha .list-letter {
	text-transform: capitalize;
	border-top: 1px solid #eee;
}
.list-alpha > div {
	display: table;
	margin-bottom: 10px;
}
.list-alpha .list-pull-heading h6 {
	font-size: 28px;
	color: #003262;
	min-width: 16px;
	font-weight: 400;
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
.list-pull-heading, .list-content {
display: table-cell;
}
.list-alpha .list-content {
list-style: none;
padding-left: 30px;
width: 100%;
}
.list-alpha .list-content li {
margin-bottom: 1em;
font-size: 1.1em;
}



@media (min-width: 768px) {
	.list-alpha .list-pull-heading h6 {
		font-size: 36px;
	}
}

@media (max-width: 768px) {
.info-graphic.hexagon .info-shape:before {
	top:-49px;
}
.info-graphic.octagon .info-shape{
		overflow: hidden;
}
	.page-header-slider.page-header-xlarge-slider .header-carousel .item-caption,
	.page-header-slider.page-header-large-slider .header-carousel .item-caption {
	width: 100%;
}
}
@media (max-width: 479px) {
.page-header-slider.page-header-large-slider .header-carousel .item-caption p{
		font-size: 12px;
}
.page-header-slider.page-header-large-slider .header-carousel .item-caption h1{
		font-size: 24px;
}

	.nav-pills>li {
		float: none;
	}

}

/* Single event block adjustments */
.block.event {background-color: #F2F2F2; padding-top:5px;}
.block.event .caption {background-color: #FFF;padding-top:5px;padding-bottom:5px;}

/* adjustments for Thumb Lists */
.thumbnail-list-item {
	margin-bottom: 20px;
}
.thumbnail-list-item .block-header {
	display: block;
}
.thumbnail-list-item h2 {
	background-color: transparent;
}
.thumbnail-list-item img {
	margin-bottom: 10px;
}
.thumbnail-list-item img.navthumb {
	width:100%;
	height:auto;
}
.thumbnail-list-item ul {
	list-style: none;
	padding: 0 0 0px 25px;
}

.thumbnail-list-item li ul {
	list-style: none;
	padding: 0 0 10px 20px;
}
.thumbnail-list-item li {
	padding: 5px 0 0 0px;
	line-height: 18px;
}
.thumbnail-list-item ul li:before {
	content: '\e81b';
	font-family: 'fontello';
	font-size: 16px;
	background: #fdb515;
	position:absolute;
	left: 15px;
	color: #fff;
	width: 16px;
	height: 16px;
	border-radius: 30px;
	text-align: center;
	line-height: 18px;
}
.thumbnail-list-item li ul li:before {
	content: '\00BB'; /*unicode for >>*/
	font-family: 'fontello';
	background: #fff;
	color: #ADADAD;
	padding-right:5px;
	border-radius: 0px;
	width: 14px;
	height:auto;
	
}
/* list styles for basic content template, main content area */
.basic_content h2 {margin-top:0px;}
.basic_content ul {
	list-style: none;
	padding: 0 0 0px 20px;
}

.basic_content li ul {
	list-style: none;
	padding: 0px 0 10px 10px;
}
.basic_content li {
	padding: 10px 0 0 10px;
	line-height:16px;
}
.basic_content ul li:before {
	content: '\e81b';
	font-family: 'fontello';
	background: #fdb515;
	color: #fff;
	position: absolute;
	left: 15px;
	font-size: 16px;
	width: 14px;
	height: 14px;
	margin-right:10px;
	border-radius: 30px;
	text-align: center;
	line-height: 16px;
}

.basic_content li ul li:before {
	content: '\00BB';
	font-family: 'fontello';
	left:40px;
	background: #fff;
	color: #ADADAD;
	padding-right:5px;
	border-radius: 0px;
	width: 14px;
	height:auto;	
}
section.page-width .block.promo-wide {
	padding: 30px 30px;	
	margin: 0;
}
/* adjustments to video block - reverse order so caption appears below video */
.block.video{
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    display:inline-block;
}
.video .caption, .video .video-thumbnail-image {    
	transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}

/* adjustments for Tell a friend form */
#tellafriend-hero {display:none; padding: 10px;}
#tellafriend-hero .body, .modal-content .body {min-height: 350px;text-align:left;}
#tellafriend-hero pre, .modal-content .body pre {
	padding: 20px;
	display: block;
	font-size: 18px;
	line-height: 25px;
	color: #777;
	margin: 30px;
	background-color:#DFDFDF;
}

.email-a-friend-form {
	width: 80%;
	margin: 10px;
}
.email-a-friend-form .form-group {
	padding: 10px 0;
	clear:both;
}
.email-a-friend-form button {
	width: 18%;
	margin:15px;
}
/* adjustment to nested list indent*/
.thumbnail-list-item ul li ul li:before {
	left: 40px;
}
.transcript {font-size:75%; margin: 5px;}

/* adjustment to promo blocks */
.block.promo a:hover,
.block.promo a:focus,
.block.promo-wide a:hover,
.block.promo-wide a:focus {
	text-decoration: none;
}
.block.promo a:hover .thumbnail,
.block.promo a:focus .thumbnail,
.block.promo-wide a:hover .thumbnail,
.block.promo-wide a:focus .thumbnail {
	text-decoration: none;
	opacity: .9;
}
/* Promo Block: Wide */
.block.promo-wide {
	min-height: 240px;
	text-align: center;
}

/* adjustment for Live Twitter Feed */
.block.social.twitter.live {
	margin: 0;
}
.block.social.twitter.live h3 {
	text-align:center;
	font-size: 12px;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: #003262;
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.block.social.twitter.live .block-body {
	text-align: center;
	padding: 0px 20px;
	position: relative;
	margin-bottom: 20px;
}
.block.social.twitter.live .block-body p {
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 22px;
	line-height: 1.4;
}
.block.social.twitter.live .block-body.list p {
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 16px;
	line-height: 1.4;
}
.block.social.twitter.live .author {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.block.social.twitter.live .author.list{
	font-size: 14px;
	line-height: 18px;
}
.block.social.twitter.live .stamp {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #777;
}
.block.social.twitter.live .stamp.list {
	font-size: 12px;
	line-height: 16px;
}
/* new class for purpose of alternating gray background rows - homepage only */
section.component-row {padding-top: 30px;padding-bottom:0px;}

/* slideshow on tablet or desktop */
@media (min-width: 768px) {
	.owl-item .item-caption {
		padding-left:3em;
		padding-right:3em;
	}
}
/* blockquote color combos */
div.block.quote.solid-background.web-pacific div.caption blockquote {
		color:#b9d3b6;
}
div.block.quote.solid-background.web-founders-rock div.caption blockquote {
		color:#fdb515;
}
/* show photo credit for homepage hero photo */
.homepage-hero span.credit, .page-header-hero span.credit {
	z-index:9998;
	margin:0;
font-size: 13px;
padding: 0px 5px;
display:inline;
	font-style:italic;
	color:#fff;
	text-decoration:none;
	background-color:rgba(88, 88, 88, 0.9);
}
.homepage-hero-split span.credit, .page-header-hero-split span.credit {
	display: inline-block;
	position:absolute;
	left: 0;
	bottom: 0;
}

/* adding new web colors to homepage hero background */
.homepage-hero.web-founders-rock .caption h2,
.homepage-hero.web-founders-rock .caption p {
	background-color: rgba(59, 126, 161, 1);
	box-shadow: 14px 0 0 0 rgba(59, 126, 161, 1), -14px 0 0 0 rgba(59, 126, 161, 1);
}

.homepage-hero.pacific .caption h2, 
.homepage-hero.pacific .caption p, 
.homepage-hero.web-pacific .caption h2, 
.homepage-hero.web-pacific .caption p {
	background-color: rgba(70, 83, 94, 1);
	box-shadow: 14px 0 0 0 rgba(70, 83, 94, 1), -14px 0 0 0 rgba(70, 83, 94, 1);
}
/* adjustments for single Instagram and Tweet */
.block.social.instagram .block-image img {
	max-width:360px;
	width:50%;
	height:50%; 
}
.block.social.twitter .block-image img {
	max-width:360px;
	width:50%;
	height:50%; 
}
#blog-feed {margin-top:0px;}
#blog-feed {margin-bottom:20px;}
#blog-feed .block.promo {min-height: 226px;vertical-align:middle;}
#blog-feed .block.promo-wide {min-height: 120px;vertical-align:middle;}
#blog-feed .block.promo .thumbnail .caption h3 {
	line-height:31px;
}
#blog-feed .block.promo h3 {
	margin: 10px;
	font-size: 26px;
	font-weight: 600;
}
#blog-feed .block.promo h3.block-header label.block-header {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: #fff;
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#blog-feed .block.promo p {
	font-size: 17px;
	font-weight: 500;
	line-height: 23px;
}
h4.loading {
	font-size: 12px;
	margin-top: 0;
	margin-left: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	opacity: 0.7;
	color: #003262;
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/* sidbar subnav menu styling */
.sidebar-box {
}
#sidebar .sidebar {
	margin-top:0px;
}
.sidebar ul {
	padding:0;
	margin:20px 0 10px 0
}
.sidebar ul li {
	list-style:none;
	margin-bottom:10px
}
.sidebar ul li ul { 
	margin-left:10px
}
.sidebar-menu {
	background-color:#eee
}
.subnav-top h3 {
	margin-top:0;
	font-size:20px
}
.subnav-top {
	float: none;
	background-color:#fff;
	padding: 0px 10px;
}
.widget_listcategorypostswidget li {
	font-size: 14px;
}
.sidebar-menu { padding:0 0px 15px 10px }
.sidebar .sidebar-menu ul li a:hover {text-decoration: underline;}

/* adjustments to boostrap accordion and tabs*/

.panel-default>.panel-heading { color:#333;background-color:#eee;border-color:#ddd; }
h4.panel-title a {font-size:15px; color:#003262;}
span.glyphicon.glyphicon-plus, span.glyphicon.glyphicon-minus {color:#003262;opacity:.5; font-size:12px;}
.nav-tabs { border-bottom:1px solid #eee }
.nav-tabs>li { float:left;margin-bottom:-1px }
.nav-tabs>li>a { margin-right:2px;border:1px solid transparent;border-radius:4px 4px 0 0;background-color:#eee;}
.nav-tabs>li>a:hover { border-color:#eee #eee #eee; background-color: #dbdbdb; }
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #eee;border-bottom-color:transparent;cursor:default}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?14505533');
  src: url('../fonts/fontello.eot?14505533#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?14505533') format('woff2'),
       url('../fonts/fontello.woff?14505533') format('woff'),
       url('../fonts/fontello.ttf?14505533') format('truetype'),
       url('../fonts/fontello.svg?14505533#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 
.entypo, .entypo-social{
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.entypo.mediumfinal:before { content: '\e801'; } 
.entypo.snap-ghost:before { content: '\e802'; } 
.entypo.plus-circled:before { content: '\e803'; } 
.entypo.instagram-1:before { content: '\e805'; } 
.entypo.mail:before { content: '\e807'; } 
.entypo.search:before { content: '\e808'; } 
.entypo.heart:before { content: '\e809'; } 
.entypo.heart-empty:before { content: '\e80a'; } 
.entypo.star:before { content: '\e80b'; } 
.entypo.star-empty:before { content: '\e80c'; } 
.entypo.user:before { content: '\e80d'; } 
.entypo.users:before { content: '\e80e'; } 
.entypo.user-add:before { content: '\e80f'; } 
.entypo.camera:before { content: '\e810'; } 
.entypo.picture:before { content: '\e811'; } 
.entypo.video:before { content: '\e812'; } 
.entypo.layout:before { content: '\e813'; } 
.entypo.menu:before { content: '\e814'; } 
.entypo.check:before { content: '\e815'; } 
.entypo.cancel:before { content: '\e816'; } 
.entypo.cancel-circled:before { content: '\e817'; } 
.entypo.plus-squared:before { content: '\e818'; } 
.entypo.left-open-big:before, .entypo.chevron-thin-left:before { content: '\e819'; } 
.entypo.up-open-mini:before { content: '\e81a'; } 
.entypo.right-open-mini:before { content: '\e81b'; } 
.entypo.left-open-mini:before { content: '\e81c'; } 
.entypo.lamp:before { content: '\e81d'; } 
.entypo.chat:before { content: '\e81e'; } 
.entypo.bell:before { content: '\e81f'; } 
.entypo.attention:before { content: '\e820'; } 
.entypo.flag:before { content: '\e821'; } 
.entypo.bookmarks:before { content: '\e822'; } 
.entypo.bookmark:before { content: '\e823'; } 
.entypo.thumbs-up:before { content: '\e824'; } 
.entypo.thumbs-down:before { content: '\e825'; } 
.entypo.download:before { content: '\e826'; } 
.entypo.upload:before { content: '\e827'; } 
.entypo.upload-cloud:before { content: '\e828'; } 
.entypo.minus:before { content: '\e829'; } 
.entypo.minus-circled:before { content: '\e82a'; } 
.entypo.help:before { content: '\e82b'; } 
.entypo.help-circled:before { content: '\e82c'; } 
.entypo.info:before { content: '\e82d'; } 
.entypo.info-circled:before { content: '\e82e'; } 
.entypo.back:before { content: '\e82f'; } 
.entypo.home:before { content: '\e830'; } 
.entypo.link:before { content: '\e831'; } 
.entypo.attach:before { content: '\e832'; } 
.entypo.lock:before { content: '\e833'; } 
.entypo.lock-open:before { content: '\e834'; } 
.entypo.eye:before { content: '\e835'; } 
.entypo.tag:before { content: '\e836'; } 
.entypo.retweet:before { content: '\e837'; } 
.entypo.print:before { content: '\e838'; } 
.entypo.feather:before { content: '\e839'; } 
.entypo.pencil:before { content: '\e83a'; } 
.entypo.export:before { content: '\e83b'; } 
.entypo.reply-all:before { content: '\e83c'; } 
.entypo.reply:before { content: '\e83d'; } 
.entypo.keyboard:before { content: '\e83e'; } 
.entypo.comment:before { content: '\e83f'; } 
.entypo.alert:before { content: '\e840'; } 
.entypo.vcard:before { content: '\e841'; } 
.entypo.address:before { content: '\e842'; } 
.entypo.location:before { content: '\e843'; } 
.entypo.map:before { content: '\e844'; } 
.entypo.direction:before { content: '\e845'; } 
.entypo.compass:before { content: '\e846'; } 
.entypo.cup:before { content: '\e847'; } 
.entypo.trash:before { content: '\e848'; } 
.entypo.doc:before { content: '\e849'; } 
.entypo.docs:before { content: '\e84a'; } 
.entypo.doc-text-inv:before { content: '\e84b'; } 
.entypo.newspaper:before { content: '\e84c'; } 
.entypo.clock:before { content: '\e84d'; } 
.entypo.volume:before { content: '\e84e'; } 
.entypo.sound:before { content: '\e84f'; } 
.entypo.login:before { content: '\e850'; } 
.entypo.calendar:before { content: '\e851'; } 
.entypo.bag:before { content: '\e852'; } 
.entypo.basket:before { content: '\e853'; } 
.entypo.shareable:before { content: '\e854'; } 
.entypo.share:before { content: '\e855'; } 
.entypo.tools:before { content: '\e856'; } 
.entypo.cog:before { content: '\e857'; } 
.entypo.phone:before { content: '\e858'; } 
.entypo.rss:before { content: '\e859'; } 
.entypo.box:before { content: '\e85a'; } 
.entypo.light-up:before { content: '\e85b'; } 
.entypo.adjust:before { content: '\e85c'; } 
.entypo.block:before { content: '\e85d'; } 
.entypo.resize-full:before { content: '\e85e'; } 
.entypo.resize-small:before { content: '\e85f'; } 
.entypo.popup:before { content: '\e860'; } 
.entypo.publish:before { content: '\e861'; } 
.entypo.window:before { content: '\e862'; } 
.entypo.arrow-combo:before { content: '\e863'; } 
.entypo.down-circled:before { content: '\e864'; } 
.entypo.right-circled:before { content: '\e865'; } 
.entypo.up-circled:before { content: '\e866'; } 
.entypo.down-open:before { content: '\e867'; } 
.entypo.left-open:before { content: '\e868'; } 
.entypo.up-open:before { content: '\e869'; } 
.entypo.down-open-mini:before { content: '\e86a'; } 
.entypo.right-open:before { content: '\e86b'; } 
.entypo.left-bold:before { content: '\e86c'; } 
.entypo.down-bold:before { content: '\e86d'; } 
.entypo.up-dir:before { content: '\e86e'; } 
.entypo.right-dir:before { content: '\e86f'; } 
.entypo.left-dir:before { content: '\e870'; } 
.entypo.down-dir:before { content: '\e871'; } 
.entypo.up:before { content: '\e872'; } 
.entypo.right:before { content: '\e873'; } 
.entypo.left:before { content: '\e874'; } 
.entypo.down:before { content: '\e875'; } 
.entypo.left-thin:before { content: '\e876'; } 
.entypo.right-thin:before { content: '\e877'; } 
.entypo.up-thin:before { content: '\e878'; } 
.entypo.ccw:before { content: '\e879'; } 
.entypo.cw:before { content: '\e87a'; } 
.entypo.arrows-ccw:before { content: '\e87b'; } 
.entypo.level-down:before { content: '\e87c'; } 
.entypo.switch:before { content: '\e87d'; } 
.entypo.play:before { content: '\e87e'; } 
.entypo.pause:before { content: '\e87f'; } 
.entypo.record:before { content: '\e880'; } 
.entypo.stop:before { content: '\e881'; } 
.entypo.to-end:before { content: '\e882'; } 
.entypo.fast-forward:before { content: '\e883'; } 
.entypo.progress-0:before { content: '\e884'; } 
.entypo.sweden:before { content: '\e886'; } 
.entypo.smashing:before { content: '\e887'; } 
.entypo.logo-db:before { content: '\e888'; } 
.entypo.spotify-circled:before { content: '\e889'; } 
.entypo.spotify:before { content: '\e88a'; } 
.entypo.rdio-circled:before { content: '\e88b'; } 
.entypo.rdio:before { content: '\e88c'; } 
.entypo.qq:before { content: '\e88d'; } 
.entypo.flattr:before { content: '\e88e'; } 
.entypo.skype:before { content: '\e88f'; } 
.entypo.skype-circled:before { content: '\e890'; } 
.entypo.renren:before { content: '\e891'; } 
.entypo.sina-weibo:before { content: '\e892'; } 
.entypo.paypal:before { content: '\e893'; } 
.entypo.picasa:before { content: '\e894'; } 
.entypo.mixi:before { content: '\e895'; } 
.entypo.behance:before { content: '\e896'; } 
.entypo.soundcloud:before { content: '\e897'; } 
.entypo.google-circles:before { content: '\e898'; } 
.entypo.vkontakte:before { content: '\e899'; } 
.entypo.lastfm-circled:before { content: '\e89a'; } 
.entypo.lastfm:before { content: '\e89b'; } 
.entypo.stumbleupon-circled:before { content: '\e89c'; } 
.entypo.stumbleupon:before { content: '\e89d'; } 
.entypo.dribbble-circled:before { content: '\e89e'; } 
.entypo.right-open-big:before, .entypo.chevron-thin-right:before { content: '\e89f'; } 
.entypo.down-open-big:before { content: '\e8a0'; } 
.entypo.minus-squared:before { content: '\e8a1'; } 
.entypo.up-open-big:before { content: '\e8a2'; } 
.entypo.cancel-squared:before { content: '\e8a3'; } 
.entypo.plus:before { content: '\e8a4'; } 
.entypo.code:before { content: '\e8a5'; } 
.entypo.quote:before { content: '\e8a6'; } 
.entypo.hourglass:before { content: '\e8a7'; } 
.entypo.book-open:before { content: '\e8a8'; } 
.entypo.book:before { content: '\e8a9'; } 
.entypo.archive:before { content: '\e8aa'; } 
.entypo.folder:before { content: '\e8ab'; } 
.entypo.light-down:before { content: '\e8ac'; } 
.entypo.right-bold:before { content: '\e8ad'; } 
.entypo.up-bold:before { content: '\e8ae'; } 
.entypo.down-thin:before { content: '\e8af'; } 
.entypo.level-up:before { content: '\e8b0'; } 
.entypo.mute:before { content: '\e8b1'; } 
.entypo.shuffle:before { content: '\e8b2'; } 
.entypo.dropbox:before { content: '\e8b3'; } 
.entypo.evernote:before { content: '\e8b4'; } 
.entypo.loop:before { content: '\e8b5'; } 
.entypo.dribbble:before { content: '\e8b6'; } 
.entypo.linkedin-circled:before { content: '\e8b7'; } 
.entypo.linkedin:before { content: '\e8b8'; } 
.entypo.tumblr-circled:before { content: '\e8b9'; } 
.entypo.tumblr:before { content: '\e8ba'; } 
.entypo.pinterest-circled:before { content: '\e8bb'; } 
.entypo.pinterest:before { content: '\e8bc'; } 
.entypo.gplus-circled:before { content: '\e8bd'; } 
.entypo.gplus:before { content: '\e8be'; } 
.entypo.facebook-squared:before { content: '\e8bf'; } 
.entypo.facebook-circled:before { content: '\e8c0'; } 
.entypo.twitter-with-circle:before { content: '\e8c2'; } 
.entypo.twitter:before { content: '\e8c3'; } 
.entypo.vimeo-circled:before { content: '\e8c4'; } 
.entypo.vimeo:before { content: '\e8c5'; } 
.entypo.flickr-circled:before { content: '\e8c6'; } 
.entypo.flickr:before { content: '\e8c7'; } 
.entypo.github-circled:before { content: '\e8c8'; } 
.entypo.github:before { content: '\e8c9'; } 
.entypo.cc-remix:before { content: '\e8ca'; } 
.entypo.cc-share:before { content: '\e8cb'; } 
.entypo.cc-zero:before { content: '\e8cc'; } 
.entypo.cc-pd:before { content: '\e8cd'; } 
.entypo.cc-nd:before { content: '\e8ce'; } 
.entypo.cc-sa:before { content: '\e8cf'; } 
.entypo.cc-nc-jp:before { content: '\e8d0'; } 
.entypo.cc-nc-eu:before { content: '\e8d1'; } 
.entypo.cc-nc:before { content: '\e8d2'; } 
.entypo.cc-by:before { content: '\e8d3'; } 
.entypo.cc:before { content: '\e8d4'; } 
.entypo.traffic-cone:before { content: '\e8d5'; } 
.entypo.gauge:before { content: '\e8d6'; } 
.entypo.rocket:before { content: '\e8d7'; } 
.entypo.flow-parallel:before { content: '\e8d8'; } 
.entypo.tape:before { content: '\e8d9'; } 
.entypo.graduation-cap:before { content: '\e8da'; } 
.entypo.language:before { content: '\e8db'; } 
.entypo.ticket:before { content: '\e8dc'; } 
.entypo.water:before { content: '\e8dd'; } 
.entypo.droplet:before { content: '\e8de'; } 
.entypo.air:before { content: '\e8df'; } 
.entypo.credit-card:before { content: '\e8e0'; } 
.entypo.floppy:before { content: '\e8e1'; } 
.entypo.clipboard:before { content: '\e8e2'; } 
.entypo.megaphone:before { content: '\e8e3'; } 
.entypo.database:before { content: '\e8e4'; } 
.entypo.drive:before { content: '\e8e5'; } 
.entypo.bucket:before { content: '\e8e6'; } 
.entypo.thermometer:before { content: '\e8e7'; } 
.entypo.key:before { content: '\e8e8'; } 
.entypo.flow-cascade:before { content: '\e8e9'; } 
.entypo.flow-branch:before { content: '\e8ea'; } 
.entypo.flow-tree:before { content: '\e8eb'; } 
.entypo.flow-line:before { content: '\e8ec'; } 
.entypo.chart-area:before { content: '\e8ed'; } 
.entypo.cloud:before { content: '\e8ee'; } 
.entypo.chart-bar:before { content: '\e8ef'; } 
.entypo.chart-line:before { content: '\e8f0'; } 
.entypo.globe:before { content: '\e8f1'; } 
.entypo.install:before { content: '\e8f2'; } 
.entypo.chart-pie:before { content: '\e8f3'; } 
.entypo.erase:before { content: '\e8f4'; } 
.entypo.inbox:before { content: '\e8f5'; } 
.entypo.cd:before { content: '\e8f6'; } 
.entypo.infinity:before { content: '\e8f7'; } 
.entypo.magnet:before { content: '\e8f8'; } 
.entypo.network:before { content: '\e8f9'; } 
.entypo.mobile:before { content: '\e8fa'; } 
.entypo.brush:before { content: '\e8fb'; } 
.entypo.dot-3:before { content: '\e8fc'; } 
.entypo.monitor:before { content: '\e8fd'; } 
.entypo.back-in-time:before { content: '\e8fe'; } 
.entypo.dot-2:before { content: '\e8ff'; } 
.entypo.dot:before { content: '\e900'; } 
.entypo.battery:before { content: '\e901'; } 
.entypo.trophy:before { content: '\e902'; } 
.entypo.suitcase:before { content: '\e903'; } 
.entypo.briefcase:before { content: '\e904'; } 
.entypo.signal:before { content: '\e905'; } 
.entypo.list-add:before { content: '\e906'; } 
.entypo.mouse:before { content: '\e907'; } 
.entypo.lifebuoy:before { content: '\e908'; } 
.entypo.list:before { content: '\e909'; } 
.entypo.palette:before { content: '\e90a'; } 
.entypo.leaf:before { content: '\e90b'; } 
.entypo.paper-plane:before { content: '\e90c'; } 
.entypo.target:before { content: '\e90d'; } 
.entypo.progress-3:before { content: '\e90e'; } 
.entypo.flight:before { content: '\e90f'; } 
.entypo.moon:before { content: '\e910'; } 
.entypo.progress-2:before { content: '\e911'; } 
.entypo.progress-1:before { content: '\e912'; } 
.entypo.flash:before { content: '\e913'; } 
.entypo.to-start:before { content: '\e914'; } 
.entypo.fast-backward:before { content: '\e915'; } 
.entypo.note:before { content: '\e916'; } 
.entypo.note-beamed:before { content: '\e917'; } 
.entypo.music:before { content: '\e918'; } 
.entypo.flashlight:before { content: '\e919'; } 
.entypo.doc-landscape:before { content: '\e91a'; } 
.entypo.doc-text:before { content: '\e91b'; } 
.entypo.left-circled:before { content: '\e91c'; } 
.entypo.mic:before { content: '\e924'; } 
.entypo.logout:before { content: '\e925'; } 
.entypo.db-shape:before { content: '\e885'; } 

/*shapes for infographs*/
.entypo.shape-hexagon:before { content: '\e804'; } 
.entypo.shape-octagon:before { content: '\e806'; } 
.entypo.shape-bubble:before { content: '\e91e'; } 
.entypo.shape-badge-ribbon:before { content: '\e91f'; } 
.entypo.shape-burst-8:before { content: '\e920'; } 
.entypo.shape-burst-12:before { content: '\e921'; } 
.entypo.shape-circle:before { content: '\e922'; } 
.entypo.shape-diamond:before { content: '\e923'; } 
.entypo.shape-heart:before { content: '\e924'; }

/*icons for social media feeds and footer*/
.entypo-social.facebook:before { content: '\e8c1'; } 
.entypo-social.twitter:before { content: '\e8c3'; } 
.entypo-social.youtube-play:before { content: '\f16a'; } 
.entypo-social.instagram:before { content: '\e800'; } 
.entypo-social.medium:before { content: '\f23a'; } 
.entypo-social.snapchat-ghost:before { content: '\f2ac'; } /*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown {
	
overflow: auto;
}
.yamm .dropdown-menu {
  left: auto;
  background: transparent;
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
	padding: 0;
	border-bottom: 1px solid #eee;
}
.yamm .yamm-content .caption {
		
}
.yamm .yamm-content div.subnav {

}

.yamm .yamm-content div.subnav ul li,
.yamm .yamm-content ul.subnav li {
	display: block;
	margin: 20px 15px 20px 30px;
	line-height: 17px;
	list-style: none;
}
.yamm .yamm-content div.subnav ul li:first-child {
	margin-top: 10px;
}

.yamm .yamm-content div.subnav ul,
.yamm .yamm-content ul.subnav {
	padding-left: 0;
	list-style: none;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
  border-radius: 0;
	padding: 0;	
	position: relative;
	width: 100%;	
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.yamm a:not(.btn) {
	color: #003262;
	line-height: 17px;
	font-weight: 400;
}
.yamm .yamm-content .subnav ul li.yamm-header {
	margin-bottom: 10px;
}
.yamm .yamm-header {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	color: #666;
	letter-spacing: 1px;
}
.yamm-content p {
	font-size: 13px;
}
@media (min-width: 768px) {
	.yamm .dropdown.yamm-fw .dropdown-menu {
		position:absolute;
	}
	.yamm .yamm-content {
		border-bottom: none;
		padding: 20px;
	}
	.yamm .yamm-content div.subnav {
		padding-left: 0;
		padding-bottom: 30px;
	}
	.yamm .yamm-content div.subnav ul li:first-child,
	.yamm .yamm-content ul.subnav li:first-child {
		margin-top: 0;
	}
	.yamm .yamm-content div.subnav ul li,
	.yamm .yamm-content ul.subnav li {
		display: block;
		margin: 0 0 15px;
		line-height: 17px;
	}
	
	.yamm .yamm-content div.description {
		padding-right: 20px;
		border-right: 1px solid #ddd;
		min-height: 200px;
	}
	.yamm a:not(.btn) {		
		font-weight: 400;
	}
	.yamm .yamm-content .caption {
		
	}
}

@media (min-width: 992px) {
	.yamm-content p {
		font-size: 16px;
		font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
		line-height: 24px;
		font-weight: 500;
	}
}
/*
@media (min-width: 1200px) {
	.yamm .yamm-content {
	  width: 796px;
		float: right;
	}
}
*/header#site-header .container .home-link {
	position: absolute;
	top: -42px;
	display: block;
	font-size: 16px;
	color: #FFF;
	padding: 12px 12px 12px 0px;
	font-weight: 600;
	z-index: 999; }

@media screen and (max-width: 767px) {
	header#site-header {
		border-top-width: 42px; 
	} 
}

@media screen and (max-width: 767px) {
	header#site-header.subbrand .navbar-toggle {
    	position: absolute;
    	right: 0px;
    	top: -52px; 
	}

	header#site-header .navbar-toggle .icon-bar {
    	background: none repeat scroll 0 0 #fff; 
	} 
}

@media screen and (max-width: 767px) {
	.yamm .yamm-content > .row {
		margin: auto 0px; 
	}

	.yamm .yamm-content div.subnav ul li {
		margin: 20px 15px; 
	} 
}

.yamm .dropdown.yamm-fw.smallmenu .dropdown-menu {
	width: inherit;
	left: auto;
	right: auto; 
}

.yamm .dropdown.yamm-fw.smallmenu .dropdown-menu a {
    width: 100%; 
}
	
.two-line-logo a, .two-line a, .one-line a {
	text-decoration:none;
}

header#site-header.subbrand .b-wordmark,
header#site-header.subbrand .dept-title {
	display: inline-block;
 	font-size: 50px;
 	line-height: 50px; 
}
  
header#site-header.subbrand .two-line-logo .dept-title {
	font-size: 24px;
	line-height: 24px; 
}

header#site-header.subbrand .two-line .one, header#site-header.subbrand .two-line .b-wordmark {
	display: none; 
}
  
@media screen and (max-width: 767px) {
    header#site-header.subbrand .two-line .b-wordmark {
    	display: none; 
	} 
}

@media screen and (max-width: 767px) {
	header#site-header.subbrand .two-line .dept-title, header#site-header.subbrand .two-line-logo .dept-title {
		font-size: 28px;
		line-height: 30px;
		margin: 10px 45px 15px 15px; 
	} 
}
	
header#site-header.subbrand .one-line .two {
	display: none; 
}
  
header#site-header.subbrand .one-line .dept-title {
	  font-size: 50px;
	  line-height: 50px;
}
  
@media screen and (max-width: 767px) {
	header#site-header.subbrand .one-line .dept-title {
		margin: 10px 45px 10px 15px;
    	font-size: 28px;
    	line-height: normal; 
	} 
}
	  
/* added 4.11.16 */
@media screen and (max-width: 767px) {
	header#site-header.subbrand .two-line h1 { 
		margin-bottom: 0px;
		font-size: 28px;
	}	
}   
 
header#site-header.subbrand .one-line h1 { 
	margin-bottom: 0px;
	font-size: 28px;
}	

/* removed margin-bottom: 0px; 4.11.16 */
header#site-header.subbrand .two-line h1 { 
	font-size: 28px;
}	

header#site-header.subbrand .two-line-logo h1 { 
	font-size: 28px;
	margin-bottom: 0px;
}	
  
header#site-header.subbrand .one-line h1 .b-wordmark {
	width: 175px;
	height: 70px;
	margin: 10px 4px 0px -5px;  
	background-image: url("cssimg/berkeley_wordmark_blue_363x112.png");
	background-image: url("cssimg/berkeley_wordmark_blue_175x70.svg"), none;
	/* multi-image technique */
	background-repeat: no-repeat;
	background-position: left center; 
}    
    
header#site-header.subbrand .one-line .b-wordmark {
	width: 175px;
	height: 70px;
	margin: 10px 8px 0px -5px; 
	background-image: url("cssimg/berkeley_wordmark_blue_363x112.png");
	background-image: url("cssimg/berkeley_wordmark_blue_175x70.svg"), none;
	/* multi-image technique */
	background-repeat: no-repeat;
	background-position: left center; 
}
 
header#site-header.subbrand .two-line-logo .b-wordmark { 
	width: 185px;
	height: 70px;
	margin: 10px 0px 0px -5px; 
	background-image: url("cssimg/berkeley_wordmark_blue_363x112.png");
	background-image: url("cssimg/berkeley_wordmark_blue_175x70.svg"), none;
	/* multi-image technique */
	background-repeat: no-repeat;
	background-position: left center; 
	padding-right: 10px;
}


header#site-header.subbrand .two-line-logo h1 .b-wordmark { 
	width: 185px;
	height: 70px;
	margin: 10px -3px 0px -5px; 
	background-image: url("cssimg/berkeley_wordmark_blue_363x112.png");
	background-image: url("cssimg/berkeley_wordmark_blue_175x70.svg"), none;
	/* multi-image technique */
	background-repeat: no-repeat;
	background-position: left center; 
	padding-right: 10px;
}  
   
  
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	header#site-header.subbrand .one-line .b-wordmark {
	background-image: url("cssimg/berkeley_wordmark_blue_175x70.svg"); 
	} 
}

  @media screen and (max-width: 767px) {
	header#site-header.subbrand .one-line .b-wordmark {
		display: none; 
	}
	
	header#site-header.subbrand .two-line-logo .b-wordmark { 
    	display: none; 
	} 
}

header#site-header.subbrand .dept-title {
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #c4820e;
	vertical-align: top;
	margin-top: 15px; 
} 
  
header#site-header.subbrand .dept-title.two-line-logo {
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #c4820e;
	vertical-align: top;
}

header#site-header.subbrand .dept-title.two {
	font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #c4820e;
	vertical-align: top;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) { 
header#site-header.subbrand h1 .dept-title.two {
	margin-bottom: 0px;
} }
  
header#site-header.subbrand .dept-title .italic {
    font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

#content {
  padding-bottom: 20px; 
 }
  
/*  #content h1 {
    font-size: 36px; }*/

body.search .gsc-selected-option-container {
	width: 100% !important; 
}

footer .copyright {
	font-size: 16px; 
}
  
section.homepage-hero {
	margin-bottom: 30px;
}

.col-sm-7 p, .col-sm-8 p, .col-sm-12 p {
	margin-bottom: 30px;
}
.col-md-8 ul {
	margin-bottom: 30px;	
}

@media screen and (max-width: 767px) {	
        header#site-header.subbrand .dept-title.two-line-logo {
      color: #c4820e;
      font-family: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      vertical-align: top;
		margin-top: 12px;
	} 
}
	  
/* Expand accordion content for printing */
@media print {
	.collapse {
		display: block !important;
        height: auto !important;
        visibility: visible;
    }
}
#social { 
float:left; width:200px;
margin: 5px 10px 10px 20px;
text-align: left;
}
#social img {
	border: 0 none;
	padding-right: 2px;
}
#sharemycaldayblock .twitter, #sharemycaldayblock .facebook, #sharemycaldayblock .instagram, #sharemycaldayblock .googleplus {
display: inline-block;
width: 28px;
height: 28px;
margin-left: 4px;
text-indent: -99999px;
}
#sharemycaldayblock .twitter {background: url('/img/socialmedia/twitter28sprite.png') bottom;}
#sharemycaldayblock .facebook {background: url('/img/socialmedia/facebook28sprite.png') bottom;}
#sharemycaldayblock .instagram {background: url('/img/socialmedia/instagram28sprite.png') bottom;}
#sharemycaldayblock .googleplus {background: url('/img/socialmedia/googleplus28sprite.png') bottom;}

#sharemycaldayblock .twitter:hover, #sharemycaldayblock .facebook:hover, #sharemycaldayblock .instagram:hover, #sharemycaldayblock .googleplus:hover {
	background-position: 0 0;
	margin-left: 4px;
}
#sharemycaldayblock {
   /* float: left;*/
    margin-top: 0.9em;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100px;
}
.event_listing {
    background-color: #ffffff;
    padding: 0.8em;
}
#dialog h2 {
	margin-bottom: 0px;
    margin-top: 0px;
}
#iconkey {
	margin-top: 20px;
	margin-bottom: 20px;
}
#cd-date {
	display: none;
}
.timeline {
    background-color: #d9661f;
    bottom: 0;
    color: black;
    font-size: 110%;
    font-weight: bold;
    padding: 0.8em;
    position: fixed;
    right: 0;
}
.calday-date {
	color: white;
    font-size: 140%;
    font-weight: bold;
	text-align:right;
	margin-top: 25px;
}
@media screen and (max-width: 1199px) {
.calday-date {
	font-size: 120%;
	text-align:left;
}
}
@media screen and (max-width: 767px) {
	.timeline {
    font-size: 90%;
    padding: 0.6Sem;
}
.caldaydept {
	font-weight:600;
}
.calday-date {
	font-size: 100%;
	margin-top: 3px;
}
}
/* custom lockup */
.dept-title-second-word {
    color: #fdb515;
}
header#site-header.subbrand .one-line .dept-title {
    font-size: 72px;
    line-height: 50px;
	margin-left: -5px;
}
header#site-header.subbrand .dept-title {
  font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  color: #003262;
  vertical-align: top;
  margin-top: 20px;
  font-weight: 900;
  }
@media screen and (max-width: 767px) {
    header#site-header.subbrand .one-line .dept-title {
      margin: 10px 45px 10px 15px;
      font-size: 28px;
      line-height: normal; } 
}
header#site-header.subbrand .one-line .b-wordmark,
header#site-header.subbrand .one-line h1 .b-wordmark {
  width: 0px; /*calday*/
  height: 70px;
  background-image: none; /*calday*/
  background-image: none, none; /*calday*/
} 
footer#dept-footer .social .nav > li > a { 
	color: #ccc;
	padding: 10px;
	font-size: 21px;
}
footer#dept-footer .social .nav > li:first-of-type > a { padding-left: 0px; }

@media screen and (max-width: 991px) {
	#toTop {
    padding: 5px 3px;
    background: #fff;
    color: #000;
    position: fixed;
    bottom: 50px;
    right: 5px;
    display: none;
}
}

#dept-footer .btn-primary {
    background-color: #fff;
    border: none;
    color: #003262;
	padding: 4px 8px;
}
#dept-footer .form-control {
    width: auto;
	display:inline;
}

#mobile-choice, h2.mobile-choice, p.mobile-choice {
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	color: #fff;
/*	line-height: 1.2em; */
	text-decoration:none;
	background-color: #3b7ea1;
	padding:5px;
	text-align:center;
	margin-bottom: 10px;
 }
a.mobile-choice { 	font-size: 20px;
		color: #fff;
	font-weight: 400;
     }
a#app-link { text-decoration:none; }
