/*	Memory and Brain Wellness Center Master CSS                                                                                                    
/ #                                                                                                      
/ # Author: Jonathan Henriksen (jhenrik@uw.edu)
/ --------------------------------------------- */

/* =FONT COLORS
	- Default body text  #333333
	- Links              #
	- Headings Orange    #
	- Text selection bg  #
	- Primary btn bg     #
----------------------------------------------- */

/* =PRIMARY COLORS
	- primary blue       #
	- light blue         #
	- link blue          #0f5699
	- link light blue    #
	- body gray          #
	- body gray border   #
	- footer gray        #
----------------------------------------------- */

/* =FONT FAMILIES
	- default body:  	"Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
	- headings: 		"Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
	- news body:		"Merriweather", Georgia, "Goudy Old Style", serif;
	- form input text:	"Helvetica Neue", Helvetica, Arial, sans-serif
	- pre and code:		Monaco, Menlo, Consolas, "Courier New", monospace
----------------------------------------------- */


/* =GLOBAL STYLES
----------------------------------------------- */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #333333;
	background: #ffffff;
}

/* === LINKS === */
a {
	color: #0f5699;
	text-decoration: none;
}

a:hover, a:focus {
	color: #fbb408;
	text-decoration: underline;
}

a:hover, a:active {
    outline: 0px none;
}

/* Mobile Device link tap color */
a {
	-webkit-tap-highlight-color: rgba(15, 86, 153, .33);
}

/* Text Selection */
::-moz-selection {
	background-color: #1475d1;
	color: #ffffff;
}

/* Works in Safari */
::selection {
	background-color: #1475d1;
	color: #ffffff;
}


/* === HEADINGS === */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fbbb09;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}


h3,
h4,
h5,
h6 {
	color: #4989c5;
}


h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: 300;
	color: #999999;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #0f5699;
	border-bottom: transparent 1px solid;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
	color: #fbb408;
	outline: 0px none;
	text-decoration: none;
	border-bottom: #fbb408 1px solid;
}

.heading-underline {
	border-bottom: #ededed 1px solid;
}


/* BOOTSTRAP OVERRIDE WITH MBWC COLORS - SHOULD REBUILD BOOTSTRAP */
.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}


.btn,
#content .btn {
	-webkit-transition: all 0.15s ease-in;
	   -moz-transition: all 0.15s ease-in;
	     -o-transition: all 0.15s ease-in;
	        transition: all 0.15s ease-in;
}

.btn-default {
	color: #0f5699;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #fbb408;
	background-color: #fff;
	border-color: #fbb408;
}

.btn-link {
	color: #0f5699;
	text-decoration: none;
}
.btn-link:hover,
.btn-link:focus {
	color: #fbb408;
	text-decoration: none;
}


.btn-primary {
	color: #ffffff;
	background-color: #005aad;
	border-color: #255e94;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #004b91;
	border-color: #003f7a;
}

.btn-blended {
	color: #6b6b6b;
	background-color: transparent;
	border-color: rgba(0, 0, 0, 0);
}
.btn-blended:hover,
.btn-blended:focus,
.btn-blended:active,
.btn-blended.active,
.open > .dropdown-toggle.btn-blended {
	color: #000;
	background-color: #e6e6e6;
	border-color: rgba(0, 0, 0, 0.25);
}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #f6f4ec;
}

.nav-pills > li > a {
	background-color: transparent;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
	cursor: default;
	background-color: #004b91;
}

.nav-tabs {
	border-bottom: 1px solid #ededed;
}
.nav-tabs > li > a {
	border: 1px solid transparent;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}
.nav-tabs > li > a:hover {
  border-color: #fbb408 #fbb408 #ededed;
  background: #f5f5f5;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fbb408;
  background-color: #fff;
  border: 1px solid #ededed;
  border-bottom-color: transparent;
}

.img-thumbnail {
	padding: 2px;
	border: 1px solid #e1e1e1;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.img-non-responsive {
	display: inline;
	max-width: none;
	height: auto;
}

.thumbnail {
	padding: 2px;
	border: 1px solid #fff;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #fbb408;
}

.thumbnail .caption {
  padding: 9px;
  color: #5e5e5e;
  font-size: 12px;
  font-style: italic;
}

blockquote,
.well blockquote {
	position: relative;
	display: block;
	padding: 10px 45px 10px 45px;
	border-left: 5px solid #f6f4ec;
}
.blockquote-reverse,
blockquote.pull-right {
	position: relative;
	padding: 10px 45px 10px 45px;
	border-right: 5px solid #f6f4ec;
	border-left: 0;
}

blockquote::before,
.well blockquote::before {
	content: "\201C"; /*Unicode for Left Double Quote*/
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 0px;
	width: 45px;
	height: 45px;
	font-size: 60px;
	line-height: 60px;
	text-align: left;
	color: #d2232a;
	font-family: Georgia, serif;
	font-weight: bold;
}

blockquote::after,
.well blockquote::after {
	content: "\201D"; /*Unicode for Right Double Quote*/
	display: inline-block;
	position: absolute;
	right: 5px;
	bottom: 0;
	width: 45px;
	height: 45px;
	font-size: 60px;
	line-height: 60px;
	text-align: right;
	color: #d2232a;
	font-family: Georgia, serif;
	font-weight: bold;
}


.table > thead > tr > th {
	border-bottom: 2px solid #e8e3d3;
}

.list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

a.list-group-item {
	color: #0f5699;
	background-color: #fff;
	border-color: #e8e3d3;
}
a.list-group-item:hover,
a.list-group-item:focus {
	color: #fbb408;
	background-color: #fff;
	-webkit-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
	     -o-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
	        transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #004b91;
	border-color: #003f7a;
}

.form-control {
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	     -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 137, 197, .6);
	        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 137, 197, .6);
}

.pagination > li > a,
.pagination > li > span {
	color: #004b91;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #fbb408;
	background-color: #f5f5f5;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
	background-color: #004b91;
	border-color: #004b91;
}

.label-primary {
	background-color: #4989c5;
}
	.label-primary[href]:hover,
	.label-primary[href]:focus {
		background-color: #004b91;
	}

.label-alert {
	background-color: #664e7a;
}
	.label-alert[href]:hover,
	.label-alert[href]:focus {
		background-color: #3b185a;
	}

.label-rss {
	background-color: #fbb547;
}
	.label-rss[href]:hover,
	.label-rss[href]:focus {
		background-color: #ec971f;
	}

.text-reduced-margin {
	margin-bottom: 0;
}

.textured-background {
	background: #f6f4ec url("../img/patterns/symphony-repeat.png");
}

.textured-background h1 {
	color: #4989c5;
}

.loading-indicator {
	display: none;
	font-size: 16px;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	color: #999999;
}

hr.divider {

}


/* ===  LISTS === */
.icon-list > li {
	padding: 0 0 5px 20px;
	display: block;
	position: relative;
}

.icon-list > li:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 3px;
	top: 2px;
	font-size: 80%;
	color: #fbbb09;
}

.icon-list > li.list-header {
}

.icon-list > li.list-header:before {
	content: '';
}

.chevron-right > li:before {
	content: '\e080';
}

.list-unstyled li a.active {
	padding: .2em .6em .3em;
	border-radius: 2px;
	color: #ffffff;
	background-color: #fbb408;
}

/* Page Anchors */
#content a.anchor {
	color: #ededed;
}

#content a.anchor:hover,
#content a.anchor:focus {
	color: #808080;
}




/* =PAGE STRUCTURE
----------------------------------------------- */

/* Wrapper for page content to push down footer */
#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negatively indent the footer by it's height */
	/* Bottom margin is for extra small screens */
	margin: 0 auto -720px;
	/* Offset content by height of the navbar - in header */
	/*padding-top: 50px;*/
}
/* Small screens */
@media(min-width:768px){
	#main {
		margin-bottom: -360px;
	}
}
/* Medium screens */
@media(min-width:992px){
	#main {
		margin-bottom: -375px;
	}
}
/* Large screens */
@media(min-width:1200px){
	#main {
		margin-bottom: -375px;
	}
}

/* =FOOTER
----------------------------------------------- */

/* Set the fixed height of the footer */
/* Extra Small screens */
footer, #push {
	height: 720px;
}
/* Small screens */
@media(min-width:768px){
	footer, #push {
		height: 360px;
	}
}
/* Medium screens */
@media(min-width:992px){
	footer, #push {
		height: 375px;
	}
}
/* Large screens */
@media(min-width:1200px){
	footer, #push {
		height: 375px;
	}
}

footer {
	color: #ffffff;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	background: #fbb408 url("../img/layout/mbwc-footer.jpg") no-repeat scroll center bottom;
}

footer a {
	color: #ffffff;
	font-weight: 400;
	border-bottom: transparent 1px solid;
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
	     -o-transition: all 0.1s ease-in-out;
	        transition: all 0.1s ease-in-out;
}

footer a:hover,
footer a:focus {
	color: #ffffff;
	text-decoration: none;
	border-bottom: #ffffff 1px solid;
}

footer hr.divider {
	width: 30%;
	border-top-color: #fff9f0;
}

/* === FOOTER TOP === */
#footer-top {
	padding: 20px 0 0 0;
}

#footer-tagline {
	margin-bottom: 20px;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}
@media(max-width:991px){
	#footer-tagline {
		font-size: 32px;
	}
}

/* === #FOOTER-CONTACT === */
#footer-contact {
	font-size: 14px;
}
@media (max-width: 767px) {
	#footer-contact {
		text-align: center;
	}
}
@media(max-width:991px){
	#footer-contact {
		font-size: 12px;
	}
}

address .title {
	display: inline-block;
	margin-bottom: 10px;
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}
/* Small screens */
@media(max-width:991px){
	address .title {
		font-size: 16px;
	}
}

/* === #FOOTER-SOCIAL === */
#footer-social {
	font-size: 18px;
	text-align: center;
}
/* Small screens */
@media(max-width:991px){
	#footer-social {
		font-size: 16px;
	}
}

#footer-social .social-media-icons a {
	margin-right: 25px;
	border-bottom: none;
	-webkit-transition: background 0.1s ease-in-out;
	   -moz-transition: background 0.1s ease-in-out;
	     -o-transition: background 0.1s ease-in-out;
	        transition: background 0.1s ease-in-out;
}
	#footer-social .social-media-icons a:last-child {
		margin-right: 0;
	}

#footer-social .social-media-icons a:hover,
#footer-social .social-media-icons a:focus,
#footer-social .social-media-icons a:active {
	border-bottom: none;
}

footer .logo-icon {
	display: inline-block;
	text-decoration: none;
	border: none;
	z-index: 3;
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
}

	footer .logo-icon:hover,
	footer .logo-icon:focus,
	footer .logo-icon:active {
		text-decoration: none;
		border: none;
	}

#facebook-icon {
	width: 50px;
	height: 50px;
	background: transparent url("../img/sprites/social-media-icons.svg") no-repeat 0px 0px;
}
	#facebook-icon:hover, 
	#facebook-icon:focus, 
	#facebook-icon:active {
		background: transparent url("../img/sprites/social-media-icons-focus.svg") no-repeat 0px 0px;
	}

#twitter-icon {
	width: 50px;
	height: 50px;
	background: transparent url("../img/sprites/social-media-icons.svg") no-repeat -60px 0px;
}
	#twitter-icon:hover, 
	#twitter-icon:focus, 
	#twitter-icon:active {
		background: transparent url("../img/sprites/social-media-icons-focus.svg") no-repeat -60px 0px;
	}

#youtube-icon {
	width: 50px;
	height: 50px;
	background: transparent url("../img/sprites/social-media-icons.svg") no-repeat -120px 0px;
}
	#youtube-icon:hover, 
	#youtube-icon:focus, 
	#youtube-icon:active {
		background: transparent url("../img/sprites/social-media-icons-focus.svg") no-repeat -120px 0px;
	}

/* === #FOOTER-NEWSLETTER === */
#footer-newsletter {
	font-size: 18px;
	text-align: center;
}
/* Small screens */
@media(max-width:991px){
	#footer-newsletter {
		font-size: 16px;
	}
}

#footer-newsletter .form-control {
	color: #999999;
	border: none;
}

#footer-newsletter input {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

#footer-newsletter .btn-primary {
	color: #ffffff;
	background-color: #c9bc9b;
	border-color: #c9bc9b;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
	-webkit-transition: background 0.1s ease-in-out, border-color 0.1s ease-in-out;
	   -moz-transition: background 0.1s ease-in-out, border-color 0.1s ease-in-out;
	     -o-transition: background 0.1s ease-in-out, border-color 0.1s ease-in-out;
	        transition: background 0.1s ease-in-out, border-color 0.1s ease-in-out;
}


#footer-newsletter .btn-primary:hover,
#footer-newsletter .btn-primary:focus,
#footer-newsletter .btn-primary:active,
#footer-newsletter .btn-primary.active {
	color: #fff;
	background-color: #a38e59;
	border-color: #a38e59;
}
/* Small screens */
@media(max-width:991px){
	#footer-newsletter .form-control,
	#footer-newsletter .btn {
		height: 34px;
		font-size: 12px;
	}
}
/* Extra Small screens */
@media(max-width:767px){
	#footer-newsletter .form-group {
		width: 300px;
		margin: 0 auto 15px auto;
	}
}

/* === FOOTER BOTTOM === */
#footer-bottom {
}

/* === FOOTER LOGOS === */
#footer-logos {
	display: block;
	margin-bottom: 10px;
	padding: 0 15px;
	list-style-type: none;
	text-align: center;
	font: 0/0 a;
	white-space: nowrap;
}
#footer-logos li {
	display: inline-block;
	margin-right: 0;
	text-align: center;
	font: 0/0 a;
	white-space: nowrap;
}
#footer-logos li:last-child {
	margin-right: 0;
}
/* Extra Small screens */
@media (max-width: 767px) {
	#footer-logos {
		display: block;
		width: 100%;
	}
	#footer-logos li {
		display: block !important;
		width: 100% !important;
		margin-bottom: 15px;
	}
}
/* Small+ Screens */
@media(min-width:768px){
	#footer-logos li {
		margin-right: 40px;
	}
}

footer .wordmark {
	display: inline-block;
	text-decoration: none;
	border: none;
	z-index: 3;
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
}

	footer .wordmark:hover,
	footer .wordmark:focus,
	footer .wordmark:active {
		text-decoration: none;
		border: none;
	}


#footer-uw-medicine-logo {
	width: 130px;
	height: 30px;
	background: transparent url("../img/sprites/mbwc-logo-sprite.png") no-repeat 0px -121px;
}
	#footer-uw-medicine-logo:hover, 
	#footer-uw-medicine-logo:focus, 
	#footer-uw-medicine-logo:active {
		background-position: -150px -121px;
	}

#footer-uw-logo {
  width: 290px;
  height: 30px;
  background: transparent url("../img/sprites/mbwc-logo-sprite.png") no-repeat 0px -161px;
}
	#footer-uw-logo:hover, 
	#footer-uw-logo:focus, 
	#footer-uw-logo:active {
	background-position: -300px -161px;
	}
/*For High Density Displays */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	#footer-uw-medicine-logo,
	#footer-uw-logo {
		background-image: url("../img/sprites/mbwc-logo-sprite_2x.png");
		background-size: 600px 200px;
	}
}

/* === FOOTER COPYRIGHT STATEMENT === */
#footer-copy-statement {
	font-size: 12px;
	text-align: center;
}

#footer-copy-statement p {
	margin-bottom: 0px;
}

/* =HEADER
----------------------------------------------- */
header {
	margin: 0;
	padding: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4989c5+0,4279ad+100 */
	background: #4989c5; /* Old browsers */
	background: -moz-radial-gradient(center, circle cover, #4989c5 0%, #3a6b99 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, circle cover, #4989c5 0%, #3a6b99 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(circle at center, #4989c5 0%, #3a6b99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4989c5', endColorstr='#3a6b99',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-top: #a38e59 8px solid;
}

/* Branding */
#uw-mbwc-logo {
	display: block;
	margin: 10px auto;
	padding: 0;
	width: 275px;
	height: 120px;
	background: transparent url("../img/sprites/mbwc-logo-sprite.png") no-repeat 0px 0px;
}

	#uw-mbwc-logo:hover,
	#uw-mbwc-logo:focus,
	#uw-mbwc-logo:active {
		background-position: -300px 0px;
		outline: 0;
	}

/* Branding for high density displays */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	#uw-mbwc-logo {
		background-image: url("../img/sprites/mbwc-logo-sprite_2x.png");
		background-size: 600px 200px;
	}
}

/* Header Search Button - used with btn-link styles */
#header-search-container {
	padding-top: 5px;
	text-align: right;
	color: #ffffff;
}

.header-toggle-search {
	margin-top: 40px;
	padding: 2px 4px 2px 8px;
	color: #fbb408;
	background-color: #ffffff;
	border-radius: 30px;
	font-size: 20px;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	outline: 0;
	-webkit-transition: color 0.15s ease-in, background-color 0.15s ease-in, border 0.15s ease-in;
	   -moz-transition: color 0.15s ease-in, background-color 0.15s ease-in, border 0.15s ease-in;
	     -o-transition: color 0.15s ease-in, background-color 0.15s ease-in, border 0.15s ease-in;
	        transition: color 0.15s ease-in, background-color 0.15s ease-in, border 0.15s ease-in;
}
.header-toggle-search.collapsed {
	color: #ffffff;
	background-color: transparent;
}

.header-toggle-search:hover,
.header-toggle-search:focus,
.header-toggle-search:active {
	color: #fbb408;
	background-color: #ffffff;
	outline: 0;
}

.header-toggle-search .fa-inverse {
	color: #ffffff;
	-webkit-transition: color 0.15s ease-in, background-color 0.15s ease-in, border 0.15s ease-in;
	   -moz-transition: color 0.15s ease-in, background-color 0.15s ease-in, border 0.15s ease-in;
	     -o-transition: color 0.15s ease-in, background-color 0.15s ease-in, border 0.15s ease-in;
	        transition: color 0.15s ease-in, background-color 0.15s ease-in, border 0.15s ease-in;
}
.header-toggle-search.collapsed .fa-inverse {
	color: #4989c5;
}

.header-toggle-search:hover .fa-inverse,
.header-toggle-search:focus .fa-inverse,
.header-toggle-search:active .fa-inverse {
	color: #ffffff;
}

.header-toggle-search.collapsed .fa-search:before {
	content: "\f002";
}

.header-toggle-search .fa-search:before {
	content: "\f00d";
}



/* =NAVBAR (MAIN HORIZONTAL NAVIGATION)
----------------------------------------------- */
.navbar-mbwc-default {
	min-height: 0px;
	color: #6b6b6b;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	background: #f6f4ec;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0px 1px 3px rgba(34, 25, 25, 0.4);
	        box-shadow: 0px 1px 3px rgba(34, 25, 25, 0.4);
}

/* Align navbar elements to edge of continer on non-xs screens */
@media (min-width: 768px) {
	.navbar-mbwc-default .navbar-nav {
		margin-left: -15px;
	}
}

.navbar-mbwc-default .navbar-nav > li > a {
	padding: 15px 15px;
	font-size: 14px;
	color: #4989c5;
	text-transform: uppercase;
	white-space: nowrap;
	background: transparent;
	-webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
	   -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
	     -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
	        transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}

/* Apply padding on menu tabs for different screen sizes */
/* Small */
@media(min-width:768px) and (max-width: 991px) {
	.navbar-mbwc-default .navbar-nav > li > a {
		padding: 15px 8px 15px 8px;
		font-size: 12px;
	}
}
/* Medium */
@media(min-width:992px) {
	.navbar-mbwc-default .navbar-nav > li > a {
		padding: 25px 8px 25px 8px;
		font-size: 16px;
	}
}
/* Large */
@media(min-width:1200px) {
	.navbar-mbwc-default .navbar-nav > li > a {
		padding: 25px 15px 25px 15px;
		font-size: 16px;
	}
}

.navbar-mbwc-default .navbar-nav > li > a:hover,
.navbar-mbwc-default .navbar-nav > li > a:focus {
	color: #85704c;
	background-color: transparent;
}
.navbar-mbwc-default .navbar-nav > .active > a,
.navbar-mbwc-default .navbar-nav > .active > a:hover,
.navbar-mbwc-default .navbar-nav > .active > a:focus {
	color: #a38e59;
	background-color: transparent;
}
.navbar-mbwc-default .navbar-nav > .disabled > a,
.navbar-mbwc-default .navbar-nav > .disabled > a:hover,
.navbar-mbwc-default .navbar-nav > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;
}

/* Dropdown Carat */
.navbar-mbwc-default .navbar-nav > li > a i.fa {
	position: relative;
	top: -1px;
	color: #737373;
	font-size: 16px;
}
@media(min-width:768px) and (max-width: 991px) {
	.navbar-mbwc-default .navbar-nav > li > a i.fa {
		font-size: 12px;
	}
}

/* Slash */
@media(min-width:768px) {
	.navbar-mbwc-default .navbar-nav > li > a:after {
		content: "";
		position: absolute;
		right: -8px;
		height: 24px;
		width: 12px;
		background: url("../img/sprites/slash.svg") no-repeat;
	}
	.navbar-mbwc-default .navbar-nav > li:last-child > a:after {
		display: none;
	}
}
@media(min-width:768px) and (max-width: 991px) {
	.navbar-mbwc-default .navbar-nav > li > a:after {
		right: -8px;
		height: 18px;
		width: 12px;
		background: url("../img/sprites/slash.svg") no-repeat;
	}
}

/*
.dropdown:hover .dropdown-menu {
	display: block;
}
*/


/* Open tab */
.navbar-mbwc-default .navbar-nav > .open > a,
.navbar-mbwc-default .navbar-nav > .open > a:hover,
.navbar-mbwc-default .navbar-nav > .open > a:focus {
	background-color: #fbbb09;
	color: #ffffff;
}
.navbar-mbwc-default .navbar-nav > .open > a i.fa,
.navbar-mbwc-default .navbar-nav > .open > a:hover i.fa,
.navbar-mbwc-default .navbar-nav > .open > a:focus i.fa {
	color: #ffffff;
}
.navbar-mbwc-default .navbar-nav > .open > a:after {
	display: none;
}


/* DROPDOWN MENUS DEFAULT STYLES */
.navbar-mbwc-default .navbar-nav .dropdown-menu {
	border: none;
	border-top: #fbbb09 4px solid;
}

.dropdown-menu > li > a {
	padding: 8px 20px;
	color: #6b6b6b;
	border-bottom: #ededed 1px solid;
	-webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	   -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	     -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	        transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.dropdown-menu > li:last-child > a {
	border-bottom: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #333333;
	text-decoration: none;
	background-color: #f6f4ec;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #555555;
	background-color: #e8e3d3;
	text-decoration: none;
	outline: 0;
}

@media (max-width: 767px) {
	.navbar-mbwc-default .navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}
	.navbar-mbwc-default .navbar-nav .open .dropdown-menu > li > a {
		color: #6b6b6b;
		border-bottom: #ededed 1px solid;
	}
	.navbar-mbwc-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-mbwc-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333333;
		background-color: #f6f4ec;
	}
	.navbar-mbwc-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-mbwc-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-mbwc-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555555;
		background-color: #e8e3d3;
	}
}

/* EXTERNAL LINK ICON */
.dropdown-menu li a i.fa {
	color: #cccccc;
	font-size: 12px;
}


/* COLLAPSE BUTTONS */
#navbar-collapse-buttons {
	margin: 8px 0px;
}
#navbar-collapse-buttons .navbar-toggle {
	color: #4989c5;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	border-color: #e8e3d3;
}
#navbar-collapse-buttons .navbar-toggle:hover,
#navbar-collapse-buttons .navbar-toggle:focus {
	color: #a38e59;
	background-color: #e8e3d3;
}
#navbar-collapse-buttons .navbar-toggle-search {
	margin-left: 10px;
}

.navbar-mbwc-default .navbar-collapse {
	border-color: #e8e3d3;
}

#search-collapse {
	margin-right: -15px;
	margin-left: -15px;
	border-top: #e8e3d3 1px solid;
}

/* NAVBAR SEARCH FORM */
#main-menu-search {
	margin: 15px 0;
}


/* =CONTENT
----------------------------------------------- */

/* Main page content, located inside #main */
#content {
	margin: 20px 0 20px 0;
}
@media (max-width: 767px) {
	#content {
		margin: 20px 0 20px 0;
	}
}

#content a {
	-webkit-transition: color 0.15s ease-in, background-color 0.15s ease-in, border 0.15s ease-in;
	   -moz-transition: color 0.15s ease-in, background-color 0.15s ease-in, border 0.15s ease-in;
	     -o-transition: color 0.15s ease-in, background-color 0.15s ease-in, border 0.15s ease-in;
	        transition: color 0.15s ease-in, background-color 0.15s ease-in, border 0.15s ease-in;
}

#content h1 {
}


/* =PAGE HEADER
----------------------------------------------- */
.page-heading {
	position: relative;
	margin-bottom: 40px;
	border-bottom: none;
}

.page-heading:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 1px;
	width: 60px;
	height: 2px;
	background-color: #c9bc9b;
}

/* =CONTENT LAYOUT COLUMNS
----------------------------------------------- */

/* === MAIN COLUMN === */
#content .main-column {
	min-height: 300px;
}
@media (max-width: 767px) {
	#content .main-column {
		min-height: 0;
	}
}

/* === APPLY STANDARD PADDING === */
#content .main-column,
#content .side-column {
	margin-bottom: 30px;
}



/* === IMAGES === */
#content .main-column li img {
	margin-bottom: 10px;
}

/* === SIDE COLUMN (AND RELATED INFO FOR XS SCREENS) === */
#content .side-column {
	height: 100%;
}

#content .side-column h1,
#content .side-column h1,
#content .side-column h2,
#content .side-column h3,
#content .side-column h4,
#content .side-column h5,
#content .side-column h6,
#content .related-content h1,
#content .related-content h1,
#content .related-content h2,
#content .related-content h3,
#content .related-content h4,
#content .related-content h5,
#content .related-content h6 {
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-rendering: optimizeLegibility;
}

#content .side-column h4,
#content .related-content h4 {
	margin-top: 20px;
}

/* Category Collapse toggle icon in sidebar 
 * uses Font Awesome icons
 * fa-plus-square: \f0fe
 * fa-minus-square: \f146
*/

.side-column .toggle-categories .fa {
	margin-right: 5px;
	font-size: 14px;
}

.side-column .toggle-categories .fa:before {
	content: "\f056";
}
.side-column .toggle-categories.collapsed .fa:before {
	content: "\f055";
}


#sidebar-collapse {
}
/* Set display back to block for anything larger than extra small devices */
@media (min-width: 768px) {
	#sidebar-collapse.collapse {
		display: block !important;
		height: auto !important;
	}
}

#sidebar-collapse-toggle {
	border-top: #ededed 1px solid;
	border-bottom: #ededed 1px solid;
}
#sidebar-collapse-toggle a {
	display: block;
	padding: 10px 15px;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	   -moz-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	     -o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	        transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
#sidebar-collapse-toggle a:hover,
#sidebar-collapse-toggle a:focus {
	background-color: #ededed;
}

/* =SIDEBAR NAVIGATION MENU
----------------------------------------------- */


/* =CONTENT BLOCK PANELS
----------------------------------------------- */
#content .block-heading {
	display: inline-block;
	position: relative;
	top: 20px;
	left: 40px;
	margin: 0px;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #fbbb09;
	z-index: 1;
}

#content h2.block-heading {
	font-size: 24px;
	font-weight: 400;
}

#content h3.block-heading {
	font-size: 20px;
	font-weight: 400;
}

#content h4.block-heading {
	font-size: 18px;
	font-weight: 400;
}

#content .block-heading.centered {
	left: 50%;
	-webkit-transform: translate(-50%,0);
	   -moz-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
}

@media (max-width: 767px) {
	#content .block-heading.centered {
		left: 40px;
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
}

#content .block-panel {
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}

#content .block-panel-outline {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: #e8e3d3 1px solid;
}

#content .block-panel img {
	width: 100%;
}

#content .block-panel-body {
	padding: 10px 20px 10px 20px;
	position: relative;
}
#content .block-panel .alt {
	background-color: #f6f4ec;
}

#content .block-panel-body:before {
	content: "";
	position: static;
	display: block;
	height: 0;
	margin-bottom: 20px;
}

#content .block-panel-body h2,
#content .block-panel-body h3,
#content .block-panel-body h4,
#content .block-panel-body h5,
#content .block-panel-body h6 {
	color: #a38e59;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}
#content .block-panel-body h2 {
	margin-top: 10px;
	font-size: 24px;
}
#content .block-panel-body h3 {
	font-size: 18px;
}
#content .block-panel-body h4 {
	font-size: 16px;
}
#content .block-panel-body h5 {
	font-size: 14px;
}
#content .block-panel-body h6 {
	font-size: 12px;
}

#content .block-panel-footer {
	padding: 10px 20px;
	border-top: #eeeeee 1px solid;
}

.panel-footer-button {
	display: inline-block;
	color: #a38e59;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	   -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	     -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.panel-footer-button:hover,
.panel-footer-button:focus,
.panel-footer-button:active {
	color: #004b91;
	text-decoration: none;
}


/* === BLOCK PANEL COLLAPSE === */
#content .block-panel-collapse-header {
	text-align: center;
}

#content .block-panel-collapse-header h2 {
	margin: 0;
	font-size: 24px;
}
#content .block-panel-collapse-header h3 {
	margin: 0;
	font-size: 18px;
}
#content .block-panel-collapse-header h4 {
	margin: 0;
	font-size: 16px;
}
#content .block-panel-collapse-header h5 {
	margin: 0;
	font-size: 14x;
}
#content .block-panel-collapse-header h6 {
	margin: 0;
	font-size: 12px;
}


/* === Non-collapsed state === */
.block-panel-collapse-header a {
	display: block;
	padding: 15px 20px 10px 20px;
	color: #fbb408;
	border-bottom: none;
	text-decoration: none;
	background-color: #f6f4ec;
	border-bottom: #eeeeee 1px solid;
}
.block-panel-collapse-header a:hover,
.block-panel-collapse-header a:focus,
.block-panel-collapse-header a:active {
	border-bottom: none;
	text-decoration: none;
	border-bottom: #eeeeee 1px solid;
}

/* === Collapsed state === */
.block-panel-collapse-header a.collapsed {
	color: #0f5699;
	background-color: #ffffff;
	border-bottom: transparent;
}
.block-panel-collapse-header a.collapsed:hover {
	color: #fbb408;
	border-bottom: none;
	text-decoration: none;
	background-color: #f6f4ec;
	border-bottom: transparent;
}


.block-panel-collapse-header a i.fa {
	display: block;
	padding: 0;
	margin-top: 5px;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
}

/* === Set Font Awesome icon to fa-angle-down in collapsed state === */
.block-panel-collapse-header a.collapsed i.fa:before {
	content: '\f107';
}


/* =SIDEBAR BLOCK PANELS
----------------------------------------------- */
#content .side-column .block-panel {
	color: #808080;
	font-weight: 300;
	margin-bottom: 20px;
}

#content .side-column .block-heading {
	left: 30px;
	margin-top: -20px;
	font-size: 20px;
	font-weight: 400;
}

#content .side-column .block-panel-body {
	padding: 20px 20px 10px 30px;
}

/* Small screens */
@media(min-width:768px){
	#content .side-column .block-panel {
		font-size: 12px;
	}
	#content .side-column .block-heading {
		left: 15px;
		max-width: 90%; /* fallback if needed */
		max-width: calc(100% - 30px);
		font-size: 16px;
		font-weight: 400;
	}
	#content .side-column .block-panel-body {
		padding: 20px 15px 10px 15px;
	}
}
/* Medium screens */
@media(min-width:992px){
	#content .side-column .block-panel {
		font-size: 13px;
	}
	#content .side-column .block-heading {
		left: 15px;
		max-width: 90%; /* fallback if needed */
		max-width: calc(100% - 30px);
		font-size: 18px;
		font-weight: 400;
	}
	#content .side-column .block-panel-body {
		padding: 20px 15px 10px 15px;
	}
}
/* Large screens */
@media(min-width:1200px){
	#content .side-column .block-panel {
		font-size: 14px;
	}
	#content .side-column .block-heading {
		left: 30px;
		max-width: 90%; /* fallback if needed */
		max-width: calc(100% - 60px);
		font-size: 20px;
		font-weight: 400;
	}
	#content .side-column .block-panel-body {
		padding: 20px 20px 10px 30px;
	}
}

#content .side-column .panel-footer-button {
	color: #0f5699;
	display: block;
	text-align: right;
}
#content .side-column .panel-footer-button:hover,
#content .side-column .panel-footer-button:focus,
#content .side-column .panel-footer-button:active {
	color: #fbb408;
	text-decoration: none;
}


#content .side-column .block-heading:first-child {
	margin-top: -20px;
}

#content .side-column .block-panel:first-child {
	margin-top: 0;
}

#content .side-column .block-panel-body > img,
#content .side-column .block-panel-body > p img {
	width: auto;
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


/* === NO-HEADING PANELS === */

#content .side-column .block-panel.panel-noheading {
	margin-top: 30px;
}

#content .side-column .block-panel.panel-noheading .block-panel-body:before {
	display: none;
}

#content .side-column .block-panel.panel-noheading h4:first-child {
	margin-top: 0px;
}


/* === RELATED PEOPLE PANEL === */

#sidebar-related-people {
}
#sidebar-related-people li {
	margin-bottom: 20px;
}

#content #sidebar-related-people li h3,
#content #sidebar-related-people li h4,
#content #sidebar-related-people li h5,
#content #sidebar-related-people li h6 {
	color: #0f5699;
	margin-bottom: 5px;
}

.professional-title:empty {
	display:none;
}


/* === RECENT NEWS PANEL === */

#sidebar-recent-stories {
	font-size: 16px;
}

#sidebar-recent-stories li {
	margin-bottom: 20px;
}

#sidebar-recent-stories img.media-object {
	width: 64px;
	height: 64px;
	margin-right: 10px;
	border-radius: 50%;
}
/* Modify Icon size for Small screens only */
@media(min-width:768px) and (max-width: 991px) {
	#sidebar-recent-stories img.media-object {
		width: 40px;
		height: 40px;
		margin-right: 0px;
	}
}

#sidebar-recent-stories .date {
	display: block;
	margin: 0;
}


/* =CONTENT WYSIWYG STRUCTURES
----------------------------------------------- */

/* Inline content columns - columns are set to collapse on small and lower screens*/
.content-column {
	border-left: #ededed 1px solid;
}
.content-column:first-child {
	border-left: none;
}
@media (max-width: 991px) {
	.content-column {
		border-left: none;
	}
}
.well .content-column {
	border-color: #e3e3e3;
}

/* === CAPTIONED FLOATING IMAGES === */
.figure {
	margin-top: 15px;
	margin-bottom: 20px;
}

.figure-left {
	float: left;
	margin-right: 50px;
	display: table;
}

.figure-right {
	float: right;
	margin-left: 50px;
	display: table;
}

.figure-center {
	text-align: center;
}

.figure .caption {
	margin: 10px 0 0 0;
	color: #808080;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	text-align: left;
}

.figure-left .caption,
.figure-right .caption {
	display: table-caption;
	caption-side: bottom;
}

.figure img,
.news-featured-photo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

/* Extra-small screens */
@media (max-width: 767px) {
	.figure {
		float: none;
		display: block;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	.figure .caption {
		display: block;
		text-align: center;
	}
}
/* Small screens */
@media (min-width: 768px) and (max-width: 991px) {
	.figure {
		float: none;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
		display: block;
		text-align: center;
	}
	.figure .caption {
		display: block;
		text-align: center;
	}
}


/* === CAPTIONED FLOATING IMAGES - POPUP LIGHTBOX === */
.figure > a,
.news-featured-photo > a {
	outline: 0;
	position: relative;
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
}

.figure > a::after,
.news-featured-photo > a::after {
	content: '\e096';
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 36px;
	height: 36px;
	padding-top: 8px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-family: 'Glyphicons Halflings';
	border-radius: 50%;
	border: none;
	background: #000;
	opacity: 0.6;
	-webkit-transition: color 0.15s ease-in, opacity 0.15s ease-in;
	   -moz-transition: color 0.15s ease-in, opacity 0.15s ease-in;
	     -o-transition: color 0.15s ease-in, opacity 0.15s ease-in;
	        transition: color 0.15s ease-in, opacity 0.15s ease-in;
}

.figure > a:hover::after,
.news-featured-photo > a:hover::after {
	opacity: 0.8;
	text-decoration: none;
	border: none;
}


/* === FLOATS - USED WITH PULL-LEFT AND PULL-RIGHT === */
.text-float-half {
	width: 50%;
}
.pull-left.text-float-half {
	margin: 15px 30px 20px 0;
}
.pull-right.text-float-half {
	margin: 15px 0 20px 30px;
}

/* Extra Small screens */
@media(max-width:767px){
	.pull-left.text-float-half,
	.pull-right.text-float-half {
		float: none;
		width: auto;
		margin: 15px 0 15px 0;
	}
}

/* Small screens */
@media (min-width: 768px) and (max-width: 991px) {
	.pull-left.text-float-half,
	.pull-right.text-float-half {
		float: none;
		width: auto;
		margin: 15px 0 15px 0;
	}
}


/* =SIDEBAR WYSIWYG STRUCTURES
----------------------------------------------- */
#content .side-column blockquote,
#content .side-column .well blockquote {
	border: none;
}


/* =NEWS ARTICLES
----------------------------------------------- */

/* === NEWS LISTING === */
.news-list-date-heading {
	color: #808080;
	font-size: 16px;
}

.news-listing-teaser {
	font-size: 16px;
}

.news-listing-info {
	color: #808080;
}

.news-listing-date {
	color: #808080;
}


.news-listing-featured {
	font-size: 16px;
}

/* === NEWS ARTICLE === */
.news-article {
	font-family: "Merriweather", Georgia, 'Goudy Old Style', serif;
	font-size: 16px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

.news-article-header {
	color: #888888;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

.news-article-header p {
	margin-bottom: 5px;
}

.news-article-footer {
	position: relative;
	margin-top: 40px;
	color: #888888;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

.news-article-footer:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 1px;
	width: 60px;
	height: 2px;
	background-color: #c9bc9b;
}

.news-featured-photo {
	text-align: center;
}

.news-featured-photo .caption {
	margin: 10px 0 30px 0;
	color: #808080;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	text-align: left;
}

.author-credit {
	font-style: italic;
}

/* =HOME
----------------------------------------------- */

/* Some properties from bootstrap class text-hide */
h1.home-heading-hide {
	margin: 0;
	padding: 0;
	height: 0;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

/* =HOME HERO TAGLINE
----------------------------------------------- */
#home-hero-tagline {
	margin: -20px 0 0 0;
	padding: 30px 0;
	color: #ffffff;
	font-family: "Merriweather", Georgia, 'Goudy Old Style', serif;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4989c5+0,4279ad+100 */
	background: #0e60ad url("../img/layout/butterfly.png") no-repeat center center; /* Old browsers */
	background: url("../img/layout/butterfly.png") no-repeat center center, -moz-radial-gradient(center, circle cover, #0e60ad 0px, #003566 800px); /* FF3.6-15 */
	background: url("../img/layout/butterfly.png") no-repeat center center, -webkit-radial-gradient(center, circle cover, #0e60ad 0px, #003566 800px); /* Chrome10-25,Safari5.1-6 */
	background: url("../img/layout/butterfly.png") no-repeat center -40px, radial-gradient(circle at center, #0e60ad 0px, #003566 800px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e60ad', endColorstr='#003566',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#home-hero-tagline p {
	margin-bottom: 20px;
}
#home-hero-tagline p:last-child {
	margin-bottom: 0px;
}

/* Small screens */
@media (min-width: 768px) and (max-width: 991px) {
	#home-hero-tagline {
		font-size: 20px;
	}
}
/* Medium+ screens */
@media(min-width:992px){
	#home-hero-tagline {
		font-size: 24px;
	}
}
/* Large+ screens */
@media(min-width:1200px){
	#home-hero-tagline {
		font-size: 28px;
	}
}

/* =HOME NEWS AND EVENTS
----------------------------------------------- */
#home-news-events {
	margin-bottom: -20px;
	padding: 30px 0 50px 0;
	background: #f6f4ec url("../img/patterns/symphony-repeat.png");
}

/* =HOME NEWS PHOTO SLIDER
----------------------------------------------- */
#home-news-slider {
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}

#home-news-slider:after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 200px;
	width: 250px;
	z-index: 20;
	background:-moz-linear-gradient(-45deg,transparent 0,transparent 50%,#000 100%);
	background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,transparent),color-stop(50%,transparent),color-stop(100%,#000));
	background:-webkit-linear-gradient(-45deg,transparent 0,transparent 50%,#000 100%);
	background:-o-linear-gradient(-45deg,transparent 0,transparent 50%,#000 100%);
	background:-ms-linear-gradient(-45deg,transparent 0,transparent 50%,#000 100%);
	background:linear-gradient(135deg,transparent 0,transparent 50%,#000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=1);
}

#home-news-slider:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 60px;
	width: 40px;
	height: 75px;
	z-index: 21;
	opacity: 0.8;
	background: transparent url("../img/sprites/big-slash.svg") no-repeat 0px 0px;
}

.carousel-control {
	position: absolute;
	top: auto;
	bottom: 10px;
	right: 0;
	width: 60px;
	color: #ffffff;
	text-align: center;
	filter: alpha(opacity=100);
	opacity: 1.0;
	text-shadow: none;
	font-size: 40px;
	z-index: 100;
}

.carousel-control:hover,
.carousel-control:active {
	color: #fbbb09;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
	filter: none;
}

.carousel-control.left {
	right: 80px;
	left: auto;
}
.carousel-control.right {
	right: 20px;
	left: auto;
}

.carousel-indicators {
	bottom: 0px;
	margin-bottom: 10px;
}

.carousel-caption {
	position: absolute;
	left: 0;
	right: 30%;
	top: auto;
	bottom: 35px;
	padding: 10px;
	z-index: 10;
	color: #fff;
	text-align: left;
	background: rgb(94, 94, 94);
	background: rgba(0, 0, 0, 0.5);
}
	#ie6 .carousel-caption,
	#ie7 .carousel-caption,
	#ie8 .carousel-caption {
		background: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
		zoom: 1;
	}

#home-news-slider .carousel-caption h3 {
	margin: 10px 0;
	color: #ffffff;
	font-size: 16px;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-rendering: optimizeLegibility;
}

#home-news-slider .carousel-caption h3 a {
	color: #ffffff;
}
#home-news-slider .carousel-caption h3 a:hover,
#home-news-slider .carousel-caption h3 a:focus,
#home-news-slider .carousel-caption h3 a:active {
	color: #fbb408;
	text-decoration: none;
}


.carousel-caption p {
	font-size: 12px;
	font-weight: normal;
}

/* Small, Medium, Large screens */
@media screen and (min-width: 768px) {
	.carousel-caption {
		left: 0;
		right: 30%;
		top: auto;
		bottom: 35px;
		padding: 10px 10px 10px 20px;
	}
	.carousel-indicators {
		bottom: 0px;
		margin-bottom: 10px;
	}
	#home-news-slider .carousel-caption h3 {
		font-size: 20px;
	}
	.carousel-caption p {
		font-size: 14px;
	}
}

/* =HOME SPOTLIGHT
----------------------------------------------- */
/* Small-Large screens */
@media(min-width:768px){
	#content #home-spotlight h3 {
		font-size: 16px;
	}
}

/* Large screens */
@media(min-width:1200px){
	#content #home-spotlight h3 {
		font-size: 18px;
	}
}


/* =HOME UPCOMING EVENTS
----------------------------------------------- */
#home-upcoming-events .block-panel-footer {
	text-align: center;
}

#home-upcoming-events .date {
	margin-bottom: 0px;
	color: #808080;
}
#home-upcoming-events .location {
	color: #808080;
}

/* Extra Small screens */
@media(max-width:767px){
	#content #home-upcoming-events .alt {
		background-color: transparent;
	}
	#content #home-upcoming-events .alt .block-panel-body {
		background-color: #f6f4ec;
	}
}

/* Small-Large screens */
@media(min-width:768px){
	#home-upcoming-events .row-table {
		display: table;
		width: 100%;
	}
	#home-upcoming-events .col-table {
		float: none;
		display: table-cell;
		vertical-align: top;
	}

	#content #home-upcoming-events h3 {
		font-size: 16px;
	}
}

/* Large screens */
@media(min-width:1200px){
	#content #home-upcoming-events h3 {
		font-size: 18px;
	}
}

#calendar-load-events .load-spinner {
	padding: 40px 15px;
	font-size: 16px;
	text-align: center;
	color: #cccccc;
}



/* =OUR TEAM
----------------------------------------------- */

/* Our Team Categories Menu in Sidebar*/
#our-team-categories.list-group li {
	list-style: none;
}

#our-team-categories.list-group li a {
	margin-bottom: -1px;
}


.our-team-cat-heading h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

.our-team-cat-heading p {
	margin-bottom: 20px;
}

/* Profile Image Panels*/

.profile-gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 218px;
	padding: 0 15px;
}

.person-headshot {
	margin-bottom: 30px;
}

#content .person-headshot .block-panel-body {
	padding-left: 10px;
	padding-right: 10px;
}

#content .person-headshot .block-panel-body:before {
	display: none;
}

#content .person-headshot .block-panel-body h3,
#content .person-headshot .block-panel-body h4,
#content .person-headshot .block-panel-body h5,
#content .person-headshot .block-panel-body h6 {
	margin-top: 10px;
	font-size: 14px;
}

.person-headshot .professional-title {
	color: #808080;
	font-size: 12px;
}

.person-headshot .professional-title li {
	padding: 3px 0 3px 0;
}

/*
.person-headshot .professional-title li:after {
	content: "";
	display: block;
	margin-top: 3px;
	font-size: 0;
	line-height: 0;
	width: 30px;
	height: 1px;
	background-color: #e8e3d3;
}

.person-headshot .professional-title li:last-child:after {
	display: none;
}
*/

.person-headshot .professional-title li:first-child {
	padding-top: 0;
}

.person-headshot .professional-title li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

#content .person-headshot .block-panel-footer {
	padding: 10px 10px 0 10px;
	text-align: center;
}

.person-headshot .block-panel-footer .btn {
	white-space: normal;
}

/* Small screens */
@media(min-width:768px){
	.person-headshot .block-panel-body {
		min-height: 180px;
	}
	#content .person-headshot .block-panel-body h3,
	#content .person-headshot .block-panel-body h4,
	#content .person-headshot .block-panel-body h5,
	#content .person-headshot .block-panel-body h6 {
		font-size: 14px;
	}
}

/* Medium screens */
@media(min-width:992px){
	.person-headshot .block-panel-body {
		min-height: 200px;
	}
}

/* Large screens */
@media(min-width:1200px){
	.person-headshot .block-panel-body {
		min-height: 180px;
	}

	#content .person-headshot .block-panel-body h3,
	#content .person-headshot .block-panel-body h4,
	#content .person-headshot .block-panel-body h5,
	#content .person-headshot .block-panel-body h6 {
		font-size: 14px;
	}
}

/* =PROFILE PAGES
----------------------------------------------- */
.profile .page-heading {
}

.profile-title-header {
	color: #888888;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

.profile-title-header p {
	margin-bottom: 5px;
	font-size: 16px;
}

.profile-titles {
}

.profile-img {
	margin-top: 10px;
	text-align: center;
}

.profile-img img {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}


/* =CLINICAL TRIAL PAGES
----------------------------------------------- */
#content .clinical-trial-panel {
	border: #eeeeee 1px solid;
}

#content .clinical-trial-panel .block-panel-body h2,
#content .clinical-trial-panel .block-panel-body h3,
#content .clinical-trial-panel .block-panel-body h4,
#content .clinical-trial-panel .block-panel-body h5,
#content .clinical-trial-panel .block-panel-body h6 {
	color: #4989c5;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}
#content .clinical-trial-panel .block-panel-body h2 {
	margin-top: 10px;
	font-size: 24px;
}
#content .clinical-trial-panel .block-panel-body h3 {
	font-size: 22px;
}
#content .clinical-trial-panel .block-panel-body h4 {
	font-size: 20px;
}
#content .clinical-trial-panel .block-panel-body h5 {
	font-size: 18px;
}
#content .clinical-trial-panel .block-panel-body h6 {
	font-size: 16px;
}


/* =GOOGLE CUSTOM SEARCH ENGINE
----------------------------------------------- */
/* Fix google search box */
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button, .gsc-option-menu-container {
	line-height: normal;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	   	    box-sizing: content-box;
}
.gsc-option-menu-container, .gsc-selected-option, .gsc-selected-option-container {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	   	    box-sizing: content-box;
}

/* Fix google search results tabs */
.gsc-tabsArea div {
	overflow: visible !important;
}

input.gsc-search-button {
	padding: 10px 27px !important;
	color: #ffffff !important;
	background-color: #005aad !important;
	border-color: #255e94 !important;
	border-radius: 4px !important;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25) !important;
	-webkit-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
	     -o-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
	        transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
}

/* The search button */
input.gsc-search-button:hover,
input.gsc-search-button:focus,
input.gsc-search-button:active {
	color: #ffffff !important;
	background-color: #004b91 !important;
	border-color: #003f7a !important;
}

/* The form input field */
/* the input box itself */
input.gsc-input {
	color: #555;
	background-color: #fff;
}

/* input box containing div */
.gsc-input-box {
	padding: 4px;
	border: 1px solid #ccc !important;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	     -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* input box containing div - hover/focus */
.gsc-input-box-hover, .gsc-input-box-focus {
	border-color: #fbb408 !important;
	outline: 0;
}

/* close/X icon to clear search */
.gsst_a .gscb_a {
	padding: 4px 2px;
	color: #0f5699 !important;
}

.gsst_a:hover .gscb_a, .gsst_a:focus .gscb_a {
	color: #fbb408 !important;
}

/* search results */
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding: 0 !important;
}

/* search links */
.gs-result a.gs-title {
	font-size: 16px !important;
	font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	text-decoration: none !important;
	border-bottom: transparent 1px solid;
}

.gs-result a.gs-title:hover,
.gs-result a.gs-title:focus,
.gs-result a.gs-title:active {
	text-decoration: underline !important;
	border-bottom: #fbb408 1px solid;
}

.gs-result a.gs-title b {
	-webkit-transition: color 0.15s ease-in, background-color 0.15s ease-in, border 0.15s ease-in;
	   -moz-transition: color 0.15s ease-in, background-color 0.15s ease-in, border 0.15s ease-in;
	     -o-transition: color 0.15s ease-in, background-color 0.15s ease-in, border 0.15s ease-in;
	        transition: color 0.15s ease-in, background-color 0.15s ease-in, border 0.15s ease-in;
}

img.gs-image {
	border: none !important;
}

/* search results pagination */
.gsc-cursor-box {
	padding-top: 15px !important;
	text-align: center !important;
}

.gsc-cursor-page {
	padding: 6px 12px;
	margin: 0 0 0 -1px !important;
	border: #dddddd 1px solid !important;
	text-decoration: none;
}

.gsc-cursor-current-page {
	color: #ffffff !important;
	background-color: #004b91 !important;
	border-color: #004b91 !important;
}

.gsc-cursor>.gsc-cursor-page:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.gsc-cursor>.gsc-cursor-page:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	text-decoration: none !important;
	color: #fbb408 !important;
	background-color: #f5f5f5 !important;
	border-color: #dddddd !important;
}

/* search tabs */
.gsc-tabsArea {
	border-color: #FBB408;
}

.gsc-tabHeader {
	height: 29px !important;
	border-radius: 2px 2px 0 0;
	text-transform: uppercase;
	font-size: 14px !important;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	text-rendering: optimizeLegibility;
}

.gsc-tabhActive {
	color: #fbb408 !important;
}

.gsc-tabhInactive {
	height: 28px !important;
	color: #004b91 !important;
	background-color: #ffffff !important;
	border: #dddddd 1px solid !important;
	border-bottom: none !important;
}


/* =TESTING
----------------------------------------------- */
.quick-outline {
	border: #ff0000 1px dashed;
}