html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: auto;
	padding: 2px;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*
Header Font: Oswald
Body Font: Open Sans
Body Link Color: #438728
Body Text Color: #000000
Header Text Color: #666666
Body Text Size: 14
Body Line Height: 1.7
Header Text Size: 30
*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}
.bs {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img, iframe, video, object{
	max-width: 100%;
}
strong,b {
	font-weight: bold;
}
#join-confirmation {
	display:none;
}

#error-msg {
	display:none;
}

#recover-password {
	display:none;
}

#reset-password {
	display: none;
}
#ErrorMsg {
	color: red;
	display: none;
}
#joinus {
	display: none;
}
html{
	
}
body {
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-weight:400;
	background-color: #EBF0F6;
	color: #000;
	line-height:1.5em;
	height: 100%;
}

h1, h2, h3, h4, h5, h6, a { font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif; color:#666666;}
h1{
	margin:10px 0;
	font-size:1.5em;
}
h2{
	margin:10px 0;
	font-size:1.3em;
}
h3{
	margin:10px 0;
	font-size:1.1em;
}
h4{
	text-align:center;
	font-size:1.0em;
}
a{
	color:#438728;
	-webkit-transition: all 700ms; /* Safari */
	-moz-transition: all 700ms; /* Safari */
	-o-transition: all 700ms; /* Safari */
	transition: all 700ms;
}
a:hover{
	color:#745326;
	-webkit-transition: all 700ms; /* Safari */
	-moz-transition: all 700ms; /* Safari */
	-o-transition: all 700ms; /* Safari */
	transition: all 700ms;
}

em{
	font-style:italic;
}

p{
	padding:20px 5%;
	margin:10px 0;
	text-align: justify;
}
p.center{
	text-align: center;
}
p.med-space{
	padding:10 2.5%;
	margin:5px;
}
p.no-space{
	padding:0;
	margin:0;
}
input,button,select,textarea {
	font-size: 16px;
}
div.right{
	float:right;
}
div.left{
	float:left;
}
div.groupinline{
	display:inline-block;
}
.nav li.cart{
	display:none;
	color:#666666;
	text-align:center;
	line-height: 50px;
	padding: 0 15px;
	position:relative;
	-webkit-transition: .15s background-color linear;
	-moz-transition: .15s background-color linear;
	-o-transition: .15s background-color linear;
	transition: .15s background-color linear;
	border-left: 1px solid #666666;
	vertical-align: top;
	cursor:pointer;
}
.nav li.cart > div {
	position: relative;
	box-sizing: border-box;
	height:50px;
	padding-top: 10px;
}
.nav li.cart.visible{
	display:inline-block;
}
.#cartMobile.visible{
	display:none;
}
#cartMobile {
	display:none;
    position: absolute;
    right: 53px;
    bottom: 0px;
    margin: 0;
    height: 28px;
    padding: 0px 8px 0px 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    background-color: rgb(232, 182, 45);
}
.container {
	margin: 0 auto;
	max-width: 960px;
	height: 100%;
	width:96%;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
	background-color: #fff;
}

.page{
	position: relative;
	margin: 0 1%;
}
.logo {
	position:relative;
	width: 100%;
	background: url(/images/NDFU-LOGO-320x115.jpg) no-repeat 0 0;
	background-size: contain;
	min-height: 65px;
	text-align: right;
	
}
.logo a{
	margin-top:10px;
	text-decoration: none;
	font-size:1.5em;
	color:#666666;
}
#navbars{
	display:none;
	position: absolute;
	line-height: normal;
	bottom:0px;
	right:0px;
}

.navbar{
	margin: 0;
	position: relative;
	padding: 0px 8px 4px 7px;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-appearance: button;
	cursor: pointer;
	background-color: rgb(232, 182, 45);
	
}
.sr-only {
	position: absolute;
	background-color:transparent;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	visibility: hidden;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.icon-bar {
	background-color: rgb(67, 135, 40);
	margin-top: 4px;
	height: 4px;
	width: 33px;
	display: block;
	border-radius: 2px;
	transition: all .25s linear;
	
}
button.navbar.close span.icon-bar:nth-child(2) {
	transform: translate(0px, 9px) rotate(45deg);
}
button.navbar.close span.icon-bar:nth-child(3) {
	background-color: transparent;
}
button.navbar.close span.icon-bar:nth-child(4) {
	transform: rotate(-45deg) translate(5px, -5px);
}

footer{
	margin-top:10px;
	color:#666666;
	clear:both;
}
footer h4.title{
	font-family: 'Oswald','Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-size: 1.4em;
	text-align: center;
	border-bottom: 1px solid #666666;
}
footer div.cnt{
	text-align:center;
	/*margin:0 1.5em;*/
}
footer div.cnt div{
	font-size:.8em;
}
nav {
	display:block;
	text-align:right;
	background-color: rgb(232, 182, 45);
	margin-top:10px;
}
.nav {
	font-size:0;
}
.nav li{
	font-size:16px;
	position:relative;
	background-color: rgb(232, 182, 45);
}
.nav li{
	display:inline-block;
}
.nav > li > a {
	border-left: 1px solid #666666;
}
.nav > li.goleft > a {
	border-left: none;
	border-right: 1px solid #666666;
}

nav li > a:focus,
nav li > a:hover,
nav li > a.active,
.nav li.cart:hover{
	background-color: rgba(0,0,0,.6);
	color: #438728;
}



.nav li a{
	display:inline-block;
	text-transform:uppercase;
	font-family: 'Oswald','Open Sans', Helvetica, Arial, Lucida, sans-serif;
	color:#666666;
	font-size:1.5em;
	text-align:center;
	text-decoration: none;
	line-height: 50px;
	padding: 0 15px;
	position:relative;
	-webkit-transition: .15s background-color linear;
	-moz-transition: .15s background-color linear;
	-o-transition: .15s background-color linear;
	transition: .15s background-color linear;
}
.nav li a.icon{
	font-size:.9em;
}
.nav li.goleft{
	float:left;
}
li.submenu ul{
	display:none;
	position:absolute;
	right:0;
}
li.submenu li > a{
	width: auto;
	min-width: 200px;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	border-left: solid 1px #666;
}
li.submenu:hover ul{
	display:block;
}

/* THIS is for Drawing Arrows
nav > ul > li > a[aria-haspopup='true']::after{
	content:'';
	display:block; width:0px; height:0px;
	position:absolute;
	top:26px;
	right:10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #666;
}*/

.inner-form-div {
	margin: 20px;
	text-align: center;
	line-height: 2;
}

span.inputlabel{
	display:inline-block;
	width:48%;
	text-align:right;
	vertical-align:top;
}
span.input{
	display:inline-block;
	width:48%;
	text-align:left;
}
.YouthCaption textarea{
	width:90%;
}
span.input img{
	vertical-align:middle;
}

span.helpinfo{
	font-style: italic;
	font-size: .9em;
}
span.errormessage{
	color:red;
}


.popupwindow {
	display: none;
	position: absolute;
	margin-left: 50%;
	padding: 1% 1%;
	left: -45%;
	width: 90%;
	height: auto;
	background-color: white;
	box-shadow: 5px 5px 10px;
	border: 1px solid #477027;
	border-radius: 5px;
}
.popupwindow p{
	padding:5px;
	margin:0;
	text-align:center;
}
p.errormessage{
	color:red;
	font-size:1.2em;
	text-align:center;
}
a.icon{
	display:inline-block;
	text-align:center;
	padding: 5px 0 0 5px;
	vertical-align: top;
}
a.icon::after{
	content:'';
	display:block;
	clear:both;
}

.svg-icons{
	width: 30px;
	height:30px;
	fill: currentColor;
	stroke: currentColor;
}
.svg-icons text{
	font-size: .9em;
	text-anchor: end;
}
div.membersList{
	color: #452a01;
	background-color: rgba(232, 182, 45, 0.52);
	padding:4px 6px;
	margin: 10px;
	clear:both;
	text-align: left;
}
div.membersList::after{
	content:'';
	display:block;
	clear:both;
}

div.membersList div.svg-button-holder{
	text-align: right;
	float: right;
	vertical-align: top;
	width: 50%;
}

div.delegateList{
	color: #452a01;
	padding:4px 6px;
	margin: 10px;
	clear:both;
	text-align: left;
}
div.delegateList::after{
	content:'';
	display:block;
	clear:both;
}

div.delegateList div.svg-button-holder{
	text-align: right;
	float: right;
	vertical-align: top;
	width: 30%;
}

span.delegatelabel{
	display:inline-block;
	width:25%;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	margin-right:3px;
}
span.delegateinput{
	display:inline-block;
	width:40%;
	text-align:left;
}

span.hidewhenwide{
	display:none;
}
span.hidewhensmall{
	display:inline;
}
span.svglabel{
	font-size: .9em;
	display: block;
	line-height: 1.1em;
}
span.svglabel:hover{
	color:#745326;
}
span.svglabel:hover ~ svg{
	fill:#745326;
	stroke:#745326;
}

div.total{
	text-align:right;
	border-top:3px solid #666;
	clear:both;
}
.imp-notice{
	font-style: italic;
	color: red;
}

.smalltext{
	text-align:center;
	font-size:.7em%;
}
.column-block{
	box-sizing:border-box;
	float:left;
}
.column-block.twocol{
	width:50%;
}
input.right{
	float:right;
}
input.left{
	float:left;
}

#cart{
	margin: 5px 0;
	display:none;
	padding:5px;
	background-color: rgb(232, 182, 45);
}
#cart::after {
    content:'';
    clear: both;
    display: block;
}
#cart div{
	text-align:left;
}
#cart ul.eventsUL {
	margin-left: 10px;
}
#cart .eventsUL li {
	background-color: rgba(255, 255, 255, .2);
	border-radius: 5px;
	margin: 5px 0;
	padding: 5px;
}
/*#cart ul.eventsUL li:nth-child(even) {
	background-color:rgba(255,255,255,.3);
}*/
#cart li::after {
	content:'';
	display:block;
	clear:both;
}
#cart div.cartevent {
	float: left;
}
#cart li{
	clear:both;
}
#cart div#cartTotal {
	clear: both;
	text-align: right;
	border-top: solid 3px #666;
}
#cart div#cartDues {
	clear: both;
	text-align: right;
}
#cart div#cartDues {
	clear: both;
	text-align: right;
}
span.label, span.dollar{
	display:inline-block;
}
span.label{
	margin-right:10px;
}
span.dollar{
	min-width:60px;
	text-align:right;
}
span.header{
	font-weight: bold;
}
span.value{
	margin-left:5px;
}
#cartMobile .cartnum{
	top: 0px;
	right: 24%;
}
li .cartnum{
	top: 6px;
	right: 31%;
}
#cart ul div.cost{
	text-align:right;
}
.cartnum{
	position: absolute;
	font-size: .9em;
	color: red;
	background-color: white;
	border-radius: 10px;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	z-index: 2;
}
#infoBox {
	text-align: center;
	margin-left: 50%;
	left: -100px;
	margin-top: 50%;
	top: -87px;
	position: absolute;
	display: none;
	padding: 10px;
	background-color: rgb(203,203,203);
	width: 200px;
	text-align: center;
	height: auto;
	top: 0px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px;
	box-shadow: 5px 5px 10px #000;
}
.infoBoxWideFormat {
	text-align: center;
	margin-left: 50%;
	left: -150px;
	margin-top: 20%;
	top: -87px;
	position: absolute;
	display: none;
	padding: 10px;
	background-color: rgb(203,203,203);
	width: 350px;
	text-align: center;
	height: auto;
	top: 0px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px;
	box-shadow: 5px 5px 10px #000;
}
div.infoSpan {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-left: 3px;
	font: italic normal bold 14px Times;
	color: black;
	background-color: white;
	border: 1px solid #999;
	padding: 0px;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	line-height: 14px;
	cursor: pointer;
}
label.error{
	color: red;
}
input.error{
	box-shadow: 0px 0px 5px red;
	border:solid 1px red;
}
@media screen and (max-width: 650px) {
	.column-block{
		float:none;
		margin: 0 auto;
	}
	.column-block.twocol{
		width:auto;
	}
	nav{
		display:block;
	}
}
@media screen and (max-width: 470px) {
	nav{
		display:none;
	}
	#navbars{
		display:block;
	}
	div.membersList div.svg-button-holder{
		text-align:center;
		width:65px;
	}
	.nav li{
		width:100%;
		
	}
	.nav li a {
		width:100%;
		border:none;
		box-sizing: border-box;
		border-bottom:1px solid #666666;
	}
	.logo a{
		font-size:1.3em;
	}
	span.inputlabel{
		text-align:center;
		display:block;
		width:100%;
	}
	span.inputlabel.oneline{
		width:32%;
		display:inline;
	}
	span.input{
		width:100%;
		text-align:center;
	}
	span.input.oneline{
		width:60%;
	}
	.nav li ul {
		display:block;
		position: relative;
		left:auto;
		min-width:0;
		width:100%;
	}
	.nav li > ul {
		border:none;
	}
	li.submenu li > a{
		width:100%;
		border:none;
		text-align: right;
		font-size:1.2em;
		box-sizing: border-box;
		border-bottom:1px solid #666666;
	}
	label.error{
		display: block;
		color: red;
	}
	input.error{
		box-shadow: 0px 0px 5px red;
		border:solid 1px red;
	}
	.column-block.twocol{
		width:100%;
	}
	input.memberenroll{
		width:100%;
	}
	.centerMobile{
		text-align: center;
	}
	#cartMobile.visible{
		display:block;
	}
	.nav li.cart{
		display:none;
	}
	.nav li.cart.visible{
		display:none;
	}
	span.breakMobile::before{
		content:'';
		display:block;
	}
	div.groupinline{
		display:block;
	}
	a.blockcenter{
		display:block;
		text-align:center;
		margin-top:10px;
	}
}
@media screen and (max-width: 320px) {
	.logo {
		background-size:35%;
	}
	.logo a{
		font-size:1.3em;
	}
}