@charset "utf-8";
/* CSS Document

colors:
lighter: 544a47 (tan)
darker: 413632  (brown)
highlight: e1c77d  (gold)

*/

.nav-tabs li.nav-item button.nav-link {
	font-size:18px;
	color:#413632 !important;
}

body{
	font-family:'roboto' !important;
	font-size:14px;
	font-weight:normal;
	overflow-x:hidden;
}

.faded {
	opacity:.6;
}

.border_top {
	border-top:1px dotted #ccc;
}

/* fonts */
.condensed{
	font-family:'roboto condensed';
}

/* colors */

.lighter{
	color:#544a47;
}

.darker{
	color:#413632;
}

.bg-darker{
	background:#413632;
}

.bg-lighter{
	background:#e1c77d;
}

.bg-white {
	background:white !important;
}

.bg-grad{
	background:#413632;
	background: linear-gradient(#544a47, #413632);
	color:#fff;
}

.bg-grad-light{
	background: #CDC2C0;
	background: linear-gradient(#E3D8D6, #CDC2C0);
	color:#fff;
}

/* buttons */

.btn.btn-primary{
	background:#413632;
	background: linear-gradient(#544a47, #413632);
	color:#fff;
	border:0;
	font-family: 'roboto condensed';
}

.btn.btn-primary:hover{
	background:#413632;
	background: linear-gradient(#544a47,#413632);
	color:#c6c3c2;
	border:0;
	box-shadow:0 0 3px #ccc;
}

.btn.btn-secondary{
	background:#c6c3c2;
	background: linear-gradient(#d9d7d6, #c6c3c2);
	color:#7a7270;
	border:0;
	font-family: 'roboto condensed';
}

.btn.btn-secondary:hover{
	background:#c6c3c2;
	background: linear-gradient(#c6c3c2,#c6c3c2);
	color:#7a7270;
	border:0;
	box-shadow:0 0 3px #ccc;
}

a.btn.btn-danger,
a.btn.btn-info,
a.btn.btn-primary{
	color:white;
}

.bigButton{
	padding:30px;
	font-size:24px;
	font-family:'roboto';
	font-weight:normal;
	margin-right:20px;
}

.logo {
	max-width:90%;
}

.nav-tabs .nav-link {
	background:#f5f5f5;
}

.nav-tabs .nav-link.active {
	background:#fff;
}

.nav-tabs button{
	font-family:'roboto condensed' !important;
	font-size:16px;
	padding:12px;
}

.tagline1{
	color:#544a47;
	font-weight:600;
	font-size:24px;
}

.tagline2{
	font-weight:400;
	font-size:16px;
	color:#413632;
}

/* --- ticker --- */


.ticker-hdr {
	text-transform: capitalize;
	background-color:#413632;
	color:white;
}

.ticker {
 	background-color:#413632 !important;
}


/* Menus */

.topMenu{
	display: none;
	background-color:#fff;
	background: linear-gradient(#fff, #f6f6f6);
	box-shadow:0 0 4px #ccc;
	position:fixed;
	z-index:100;
	width:100%;
	border-top:20px solid #413632;
}

.main-navigation {
	text-align:center;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0 auto;
	padding-left:0;
}
.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation ul li{
	display: inline;
	text-align: center;
}

.main-navigation ul li a{
	font-size:20px;
	padding:18px;
	color:#413632;
	font-family:'roboto condensed';
	font-weight:300;
}

.main-navigation ul .mPS2id-highlight{
	background:#413632;
	background: linear-gradient(#413632, #413632);
	color:white;
	border-right:1px solid white;
}


.main-navigation ul li.active a,
.main-navigation ul li a:hover{
	color:#413632;

}

.main-navigation ul .mPS2id-highlight:hover{
	color:#eee;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* header */

.header{
	background: #f7f7f7;
	background: linear-gradient(#fff, #f5f5f5);
	text-align: left;
	box-shadow:0 0 2px #333;
	padding-top:20px;
	padding-bottom: 20px;
}

.header.sticky {
	position: fixed;
	width:100%;
	z-index: 1000000;
	box-shadow: 0 0 3px #999;
	background: white;
	padding-top:10px;
	padding-bottom: 10px;
	height:50px;
}

.header.sticky img.logo {
	width:100px;
	margin-left:30px;
}

.header.sticky .taglines {
	display: none;
}

/* hp  */

.white_logo_hp {
	position: absolute;
	top: 100px;
	left:20%;
	width: 60%;
	text-align: center;
	z-index: 10000000;
}

/* footer */

.footer_logo {
	width:90%;
	max-width:200px;
}

/* misc */

.testMode{
	position:fixed;
	top:120px;
	left:20px;
	font-weight:bold;
	z-index:100000;
	background-color:yellow;
	padding:10px;
}

.loggedInAs{
	font-size:18px;
	font-family:'roboto';
	font-weight:normal;
	color:#444;
	padding:5px 0 0 0 ;
}

div.panel div.panel-heading{
	color:#333;
	font-size:18px;
	font-weight:bold;
	padding:20px;
}

.resetIdentityContainer{
	text-align:right
}

li.bold a{
	font-weight:600 !important;
}

.instructions{
	padding:5px 0;
	font-size:12px;
	color:#666;
	font-weight:normal !important;
	font-family:'roboto' !important;
}

/* sponsor form - gravity */

.sponsorForm {
	background:#f5f5f5;
	border-radius:5px;
	padding:20px;
}

.gform_wrapper .sponsorForm .gform_footer input[type=submit] {
	width:100%;
	padding:20px;
	background:#069;
	color:white;
	font-size:20px;
}

.gform_wrapper .sponsorForm .gform_footer input[type=submit]:hover {
	background:#069;
}

/* checkbox */

form label.daf{
	padding:10px !important;
}

form label.daf:hover{
	background:#9FCFFF;
	border-radius:2px;
	cursor:pointer;
}

form label.daf.taken:hover{
	background:#990000;
	color:white!important;
}


form input[type=checkbox],
form input[type=radio]{
	width: 22px !important;
	height: 22px!important;
	margin:0 !important;
	vertical-align:middle !important;
}


form input[type=checkbox]:hover{
	cursor:pointer;
}
form input[disabled=disabled]{
	opacity:.5;
}

.frm_style_formidable-style.with_frm_style .frm_submit button{
	width:300px;
	padding:20px;
	font-size:20px;
	background:#069;
	color:white;
}


/* footer */
footer.row{
	background:#362a27;
	background: linear-gradient(#4f3a32,#362a27);
	font-size:14px;
	line-height:180%;
	color:#fff;
	text-align:left;
	font-weight:300;
}

footer h4{
	color:#c49b22;
	padding:10px 0px;
	border-bottom:0;
}

/* names */
.namesFormContainer input[type=submit] {
	padding:15px;
	font-size:16px;
	width:100%;
	background:#069;
	background: linear-gradient(#069, #eb652c);
	color:white;
	border:0;
}
.namesFormContainer .acf-label {
	display: none;
}

@media screen and (max-width:992px) {

	.white_logo_hp {
		top: 3vw;
	}

	.white_logo_hp img {
		width:20vw;
	}

	.main-navigation ul li a{
		font-size:15px;
		padding:15px 10px;
		color:#413632;
		font-family:'roboto condensed';
		font-weight:300;
	}

	.reserveDafCol{
		padding:20px 0px;
	}


	.resetIdentityContainer{
		padding-top:25px;
		text-align:center;
	}

	.rightSideCol{
		padding-left:0px;
	}
}

@media screen and (max-width:767px) {

	.logoContainer {
		text-align: center;
		margin-bottom: 30px;
	}

	.tagline1{
		font-weight:600;
		font-size:20px;
	}

	.tagline2{
		font-weight:400;
		font-size:14px;
		color:#413632;
	}

	.main-navigation ul li a{
		font-size:16px;
		padding:10px 4px;
		color:#413632;
		font-family:'roboto condensed';
		font-weight:300;
	}

	footer.row {
		text-align: center;
	}

	.footer_logo {
		max-width:180px;
	}
}

@media screen and (max-width:575px) {

	.tagline1{
		text-align: center;
	}

	.tagline2{
		text-align: center;
	}

	.loggedInAs{
		text-align:center;
	}

	.logo {
		width:75%;
	}

}