*
{
	margin: 0;
}
html, body
{
	height: 100%;
	margin: 0;
}
body
{
	font-family: 'Roboto', 'Calibri', 'Helvetica Neue', 'Arial', sans-serif;
	position: relative;
/*	padding-top: 50px; */
}
#page
{
	min-height: 100%;  
	margin-bottom: -200px; /* equal to footer height */
}
#page:after
{
	content: "";
	display: block;
	height: 200px;
}
#footer
{
	min-height: 200px;
	background-color: #F9F9F9;
	color: #AAA;
	border-top: 1px solid #EEE;
	margin: 0;
	margin-top: 20px;
	padding: 20px 0;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
/*
a:link, a:visited
{
	color: #274156;
	text-decoration: none;
}
a:hover, a:active
{
	color: #5d7180;
	text-decoration: underline;
} 

a:link, a:visited
{
	transition: color .7s ease-out;
	-moz-transition: color .7s ease-out;
	-webkit-transition: color .7s ease-out;
	-o-transition: color .7s ease-out;
}
*/
/*
a:hover, a:active
{
	transition: color .3s ease-out;
	-moz-transition: color .3s ease-out;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
}
*/

#bar
{
	height: 4px;
	background-color: #ffe594; /* #FFCC29; */
	border-bottom: 2px solid #FFCC29; /* #ED3237; */
}
::selection
{
	background-color: #ffe594;
}
#header
{
	background-color: #FFF;

	/* background: url(/assets/graphics/mountains.jpg) #FFF; */
}
#header h1
{
	font-size: 300%;
	font-weight: bold;
	color: #336699;
	letter-spacing: -.05em;
}
#header img#cms-title
{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 500px;
}

#header h1 a
{
	text-decoration: none;
	color: #336699;
}
#header h1 small
{
	text-align: center;
	color: #ddd;
	display: inline-block;
	letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Century Gothic", "Helvetica Neue", "Arial";
	font-weight: 700;
}
article p
{
	text-align: justify;
}
hr
{
	height: 1px;
	color: #eee;
	background-color: #EEE;
	margin: .4em 0;
	border: 0;
}
a.title 
{
	font-weight: 700;
	font-size: 140%;
	line-height: 1.4em;
}
.slide
{

}
.slide img
{
	margin: 0 auto;
	width: 100%;
	max-width: 240px;
}
.event
{
	text-align: center;
	background-color: #EEE;
	padding: 12px;
	margin-bottom: 12px;
	border-radius: 8px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.affix
{
	top: 60px;
}

.member-photo-thumb img
{
	max-width: 100%;
	border: 1px solid #EEE;
}

#legal
{
	padding: 12px 0;
	margin: 0;
	background-color: #EEE;
	color: #AAA;
	border-top: 1px solid #DDD;
}
#legal a
{
	color: #555;
}
#scroll-menu ul.nav li
{
	margin: 0;
	padding: 0;
}
#scroll-menu ul.nav li a
{
	font-size: 90%;
	padding: 6px;
	margin: 0;
}
.classified
{
	border: 1px solid #DEDEDE;
	border-right: 0;
	padding: 12px;
	height: 100px;
}
.classified:hover
{
	background-color: #eee;
}

/* *********** forms ************** */

.form-response
{
	border: 2px solid #CC0000;
	color: #CC0000;
	padding: 12px;
	border-radius: 8px;
	margin: 12px 0px;
	display: none;
}
.error label
{
	color: #CC0000;
}
.error input
{
	border-color: #CC0000;
}
label
{
	font-weight: 500;
}
hr.heavy
{
	height: 2px;
	border: 0;
	clear: both;
	background-color: #333;
	margin: .8em 0;
}
hr.medium
{
	height: 2px;
	background-color: #CCC;
	border: 0;
	margin: .8em 0;
}

.v-1 { height: 4em; }
.v-2 { height: 6em; }
.v-3 { height: 8em; }
.v-4 { height: 12em; }
.v-5 { height: 16em; }
.v-6 { height: 20em; }
.v-7 { height: 22em; }
.v-8 { height: 24em; }
.v-9 { height: 30em; }

/* specific formatting */


img.cms-title
{
	width: 100%;
	max-width: 475px;
}
article img
{
	max-width: 100%;
}

#carousel-featured
{

}

.carousel-inner
{
	height: 100%;
}

.carousel-inner > .item
{
	height: 100%;
	vertical-align: middle;	
}

.carousel-inner > .item a img
{
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img
{
	display: block;
	height: auto;
	position: absolute;
	top: -50%; 	
	max-width: 100%;
	line-height: 1;
	width: 100%;
}


#search
{
	padding: 40px 0;
	vertical-align: middle;
	width: 100%;
}

.tile
{
	border-radius: 6px;
	padding: 12px;
	background-color: #F0F0F0;
	margin-bottom: 12px;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}

.jumbotron
{
	color: #FFF;
	font-family: "Roboto", "Calibri", "Arial", sans-serif;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 350px;
	background-position: 50% 50%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;	
}
.jumbotron h1
{
	text-transform: uppercase;
	font-family: "Century Gothic", "Roboto", "Calibri", sans-serif;
}
.jumbotron p
{
	padding: 12px;
	font-weight: 400;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 8px;
}
.jumbotron.membership
{
	background-image: url(/uploads/feature-your-membership-matters.png); 
	background-position: 50% 50%;
	background-size: cover;
	height: 447px;
}
.jumbotron.activate
{
	background-image: url(/assets/graphics/bg-activate.jpg); 
}
.jumbotron.involved
{
	background-image: url(/assets/graphics/bg-involved.jpg); 
}
.jumbotron.advocacy
{
	background-image: url(/assets/graphics/bg-advocacy.jpg);
}
.jumbotron.communications
{
	background-image: url(/assets/graphics/bg-communications.jpg);
}
.jumbotron.resources
{
	background-image: url(/assets/graphics/bg-resources.jpg); 
}
.jumbotron.events
{
	background-image: url(/assets/graphics/bg-events.jpg); 
}
.jumbotron.collaboration
{
	background-image: url(/assets/graphics/bg-collaboration.jpg); 
}
.jumbotron.appointment
{
	background-image: url(/assets/graphics/bg-appointment.jpg); 
}
.jumbotron.partners
{
	background-image: url(/assets/graphics/bg-partners.jpg); 
}
.jumbotron.about
{
	background-image: url(/assets/graphics/bg-about.jpg); 
}
.jumbotron.colorado-medicine
{
	background-image: url(/assets/graphics/bg-paper.png); 
	text-align: center;
}
.jumbotron.students
{
	background-image: url(/assets/graphics/bg-students.jpg); 
}
.jumbotron .colorado-medicine-title
{
	max-width: 100%;
	width: 100%;
	margin: 40px 0;
}
a.issue img
{
	box-shadow: 2px 6px 6px rgba(0,0,0,.4);
	width: 98%;
	max-width: 400px;
}
.jumbotron.colorado-medicine h2
{
	text-transform: uppercase;
	font-size: 280%;
	margin: 40px 0;
	letter-spacing: .05em;
	font-family: "Century Gothic";
	color: #747474;
	padding: .8em 0;
	border-top: 2px solid #747474;
	border-bottom: 2px solid #747474;	
	text-shadow: 0;
	font-weight: 500;
	display: inline-block;
}
.jumbotron.colorado-medicine a.btn
{
	border-radius: 0;
	text-transform: uppercase;
	font-family: "Century Gothic";
	background-color: #003046;
}
.icon h3
{
	text-transform: uppercase;
	margin: 0;
	font-size: 120%;
}
.icon p
{
	color: #999;
}
.people
{
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 2px solid #EEE;
}
.directory { }
.directory-thumb { height: 16.9em; overflow: hidden; text-align: center; padding: 6px 2%; }
.directory-main { height: 16em; overflow: hidden; }
.directory .directory-thumb img { max-width: 92%; }
.directory .directory-main img { height: 18em; }

.circle-photo
{
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 75px;
	border: 2px solid orange;
}

.circle-photo img
{
	width: 100%;
	height: 100%;
}

.supporter
{
	background-color: #fff;
	text-align: center;
	padding: 12px 0;
	margin: 12px 0;
	
}
.supporter img
{
	width: 100%;
	max-width: 250px;
}

.back-to-top
{
	background: none;
	margin: 12px;
	padding: 8px;
	border-radius: 8px;
	position: fixed;
	bottom: 60px;
	right: 0;
	width: 70px;
	height: 70px;
	z-index: 100;
	display: none;
	text-align: center;
	text-decoration: none;
	color: #EEE;
	background-color: #003146;
}
 .back-to-top:hover
 {
 	color: #fff;
 	background-color: #6699CC;
 }
  
 
.back-to-top i
{
  font-size: 60px;
}

@media (min-width: 412px)
{
	#carousel-featured
	{
		height: 220px;
	}
	.carousel-caption
	{
		font-size: 90% !important;	
		color: red;
	}
	
	.carousel-caption h1
	{

	}	
	.v-1, .v-2, .v-3, .v-4, .v-5, .v-6, .v-7, .v-8
	{
		height: auto;
	}
}

	#carousel-featured { height: 220px; }
	
	.carousel-inner > .item > img, .carousel-inner > .item > a > img
	{
		position: absolute;
		top: -22px;
	}
		
@media (min-width: 768px)
{
	#carousel-featured { height: 346px; }
	
	.carousel-inner > .item > img, .carousel-inner > .item > a > img
	{
		position: absolute;
		top: -44px;
	}

	.carousel-caption
	{
		font-size: 90% !important;	
		color: blue;
	}
	
	.v-1 { height: 4em; }
	.v-2 { height: 6em; }
	.v-3 { height: 8em; }
	.v-4 { height: 12em; }
	.v-5 { height: 16em; }
	.v-6 { height: 20em; }
	.v-7 { height: 22em; }
	.v-8 { height: 24em; }
	.v-9 { height: 30em; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px)
{
	#carousel-featured { height: 447px; }
		.carousel-inner > .item > img, .carousel-inner > .item > a > img
	{
		position: absolute;
		top: -56px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1198px)
{
	#carousel-featured { height: 540px; }
	
	.carousel-inner > .item > img, .carousel-inner > .item > a > img
	{
		position: absolute;
		top: -68px;
	}
}
