/** Custom Denver Children's Styles **/

/** Fonts **/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);

body,.top-bar-section ul li>a, h1, h2, h3, h4, h5, h6, button, .button {
	font-family: 'Lato', sans-serif;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl, h1, h2, h3, h4, h5, h6 {
	color: #454545;
}

/* Reusable Classes */

.bgPink {
	background: #EC6DB0;
}

.fullWidth {
	width: 100%;
}

hr.whiteSpace {
	border: solid #FFF;
}

.contentPad {
	padding: 1rem;
}

.contentPad_sides {
	padding: 0 1rem;
}

.inactive {
	cursor: default;
	background: #EEE;
	color: #333;
}

.mainImg {
	//border:solid 7px #999999;
}

/* Headers */

h3.title {
	padding: 1rem 0;
}

/* Top Bar */

/*
.top-bar {
    height: 6rem;
    line-height: 6rem;
}*/

	nav.top-bar h1 a img {
		height: 2rem;
		margin: .4rem 0;
	}

 @media screen and (min-width: 40em) {
    .top-bar {
	    height: 6rem;
	    line-height: 6rem;
	}
	
	.top-bar-section li:not(.has-form) a:not(.button) {
		line-height: 6rem;
	}
	
	nav.top-bar h1 a img {
		height: 3rem;
		margin: 1.5rem 1.5rem 1.5rem 0;
	}
 }

.contain-to-grid.bgPink {
	border-bottom: 3px solid #B82B7A;
}

.top-bar, .top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
	background: #EC6DB0;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: rgba(255,255,255,.2);
	-webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    transition: background 200ms linear;
}

.adminLink {
	text-align: center;
}


/* Footer */

.footerWrap {
	background: #666;
}

footer {
	color: #FFF;
	padding: 3rem 0 2rem 0;
}

footer p {
	font-size: .9rem;
}

footer a {
	color: #FFF;
}

.sponsors img {
	max-width: 80%;
	margin: 0 auto;
}

.bigSponsor {
	height: 5em;
}

/** Styles **/

.panel {
    border-style: solid;
    border-width: 2px;
    border-color: #f3f3f3;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
}

.panel.callout {
    border-style: solid;
    border-width: 2px;
    border-color: #f3f9fd;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: EC6DB0;
}

.progress {
    background-color: #ffffff;
    height: 1.5625rem;
    border: none;
    padding: 0rem;
    margin-bottom: 0rem;
}

.progress .meter {
    background: #EC6DB0;
    height: 100%;
    display: block;
}
.alert-box {
	border: none;
	display: block;
	font-weight: normal;
	margin-bottom: 1.25rem;
	position: relative;
	padding: 2rem 1.5rem 2rem 1.5rem;
	font-size: 0.8125rem;
	transition: opacity 300ms ease-out;
	background-color: #3498db;
	border-color: #2385c6;
	color: white;
}

.alert-box.alert {
    background-color: #e74c3c;
    color: white;
}

.alert-box.success {
    background-color: #2ecc71;
    color: white;
}

i.fa {
	margin-right: .5em;
}

.button, button.small, .button.small {
	padding: 1rem 1.5rem 1.0625rem 1rem !IMPORTANT;
}

.uneditableField {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: none !IMPORTANT;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear
}

.demoPostLabels {
	margin-bottom: .5em;
}

.demographicSurvey input, .demographicSurvey select {
	margin-bottom: 2em;
}

#directTraining {
	margin-bottom: 1em;
}

div#directTrainingTime {
	padding: 0 2em;
}

.alert-box .close {right: 0.25rem;
	background: inherit;
	color: #333;
	font-size: 1.375rem;
	line-height: .9;
	margin-top: 0.6875rem;
	opacity: 0.3;
	padding: 0 6px 4px;
	position: absolute;
	top: 0%
}


