/* ==== Colors Used: #ba1e0e, #0a54a2, #e0e0e0 ==== */
/* ======== GENERAL RULES ======== */
html {height: 101%;
}

header, figure, figcaption, footer, nav, article, section, aside {
	display: block;
}

body {
	background: #ffffff;
	font-family: Lato, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	height: 100%;
}

hr {
	background-color: #ccc;
	border: none;
	color: #ccc;
	height: 1px;
}

hr.fancy {
	background: transparent url('../images/horizontalrule.png') center center no-repeat;
	color: #eee;
	border: none;
	height: 25px;
}

ul {
	margin: 10px 0 20px 10px;
	padding: 0 0 0 10px;
}

ul li a {
	color: #0a54a2;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
}

ul li a:hover {
	color: #919191;
	text-decoration: underline;
}

hr.noshow {
	background-color: transparent;
	border: none;
	color: #fff;
	height: 1px;
	clear: both;
	visibility: hidden;
}

table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
}

iframe {
	max-width: 95%;
}

/* ============================ */
/* ======== TYPOGRAPHY ======== */
/* ============================ */
a {
	color: #0a54a2;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}

a:hover {
	color: #919191;
	text-decoration: underline;
	font-weight: bold;
}

h2 {
	font: 34px 'Cinzel', Verdana, Helvetica, sans-serif;
	color: #f58026;
	/*color: #ba1e0e;*/
	border-bottom: 1px solid #f58026;
	/*border-bottom: 1px solid #ba1e0e;*/
	margin: 0 0 20px 0;
	padding: 1px 3px 8px;
	/*text-align: center;*/
}

h2 .spanh2 {
	background: none repeat scroll 0 0 #ffffff;
	padding: 0 10px;
	position: relative;
	bottom: -30px;
}

h3 {
	color: #000000;
	font-size: 24px;
	font-family: 'Cinzel', Verdana, Helvetica, sans-serif;
	margin: 25px 0 0.5em 0;
	padding: 1px 3px 8px;
}

h3.spanh3 {
	color: #ffffff;
	font-size: 24px;
	font-family: Lato, Verdana, Helvetica, sans-serif;;
	letter-spacing: -1px;
	margin: 25px 0 0.5em 0;
	padding: 1px 3px 8px;
	text-align: center;
	background: rgb(0,103,177);
	background: rgba(0,103,177,0.6);
}

h4 {
	font: 28px 'Oswald', Verdana, Helvetica, sans-serif;
	color: #000000;
	margin: 0.4em 0;
}

h5 {
	font: 24px 'Oswald', Verdana, Helvetica, sans-serif;
	color: #000000;
	margin: 0.4em 0;
}

h6 {
	font: 18px 'Oswald', Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #303030;
	margin: 0.4em 0;
	border-bottom: 1px #303030 solid;
}

label {
	width: 99%;
	text-align: right;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
	color: #0067b1;
}

.button {
	font: 16px 'Oswald', Verdana, Helvetica, sans-serif;
	color: #eee;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 13px;
	background-color: #666;
	background-image: linear-gradient(top, #666, #222);
	background-image: -webkit-linear-gradient(top, #666, #222);
	background-image: -moz-linear-gradient(top, #666, #222);
	background-image: -ms-linear-gradient(top, #666, #222);
	background-image: -o-linear-gradient(top, #666, #222);
	border: solid 1px #222;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}

.button:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background-color: #222;
	background-image: linear-gradient(top, #222, #222);
	background-image: -webkit-linear-gradient(top, #222, #222);
	background-image: -moz-linear-gradient(top, #222, #222);
	background-image: -ms-linear-gradient(top, #222, #222);
	background-image: -o-linear-gradient(top, #222, #222);
	border: solid 1px #222;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}

a.button:hover {
	color: #fff;
}

.number {
	text-align: right;
}

ul.list1 li {
	list-style-type: none;
	background: url(../images/bullet01.png) no-repeat 0 6px;
	margin: 0 0 0 -15px;
	padding: 1px 0 0 18px;
}

ul.list2 li {
	list-style-type: none;
	background: url(../images/bullet02.png) no-repeat 0 6px;
	margin: 0 0 0 -15px;
	padding: 1px 0 0 18px;
}

ul.list3 li {
	list-style-type: none;
	background: url(../images/bullet03.png) no-repeat 0 6px;
	margin: 0 0 0 -15px;
	padding: 1px 0 0 18px;
}

ol.leadingzero {
	background: none;
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
}

blockquote {
	font-size: .95em;
	color: #555;
	margin: 2px 40px;
	padding: 12px;
	text-align: left;
	background-color: #e0e0e0;
	border-radius: 10px;
	line-height: 1.3em;
}

blockquote p {padding: 0; margin: 0;}

blockquote strong {
	color: #222;
	font-weight: bold;
	letter-spacing: -1px;
}

blockquote.calendar {
	color: #555;
	margin: 0px 40px;
	padding: 0px 12px;
	text-align: left;
	background-color: inherit;
	font-size: 90%;
}

blockquote.leftside {
	float: left; 
	display: block; 
	margin: 5px 2% 10px 0;
	border-left: none;
	background: url('../images/blockquote.png') no-repeat 5px 12px;
	padding: 12px 12px 12px 40px;
}

blockquote.rightside {
	float: right;
	display: block;
	width: 30%;
	margin: 5px 0.5% 10px 2%;
}

p.comment {
	background: transparent url('../images/comment.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;
}

p.home {
	background: transparent url('../images/home.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;
}

p.phone {
	background: transparent url('../images/phone.png') 0 1px no-repeat;
	padding: 0 0 5px 35px;
}

p.email {
	background: transparent url('../images/email.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;
}

p.hours {
	background: transparent url('../images/clock.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;
}

p.authorDate {color: #888;font-size: 0.95em;text-transform: uppercase;
	border-bottom: 1px #888 solid;font-weight: lighter;letter-spacing: 2px;
	margin: 0; padding: 0;
}

	
p.breadcrumbs {color: #000;text-transform: uppercase;letter-spacing: 2px; margin: 0; padding: 5px 0 5px 0;text-align: left; border-bottom: 1px dashed #aaa;font-size: 0.95em;}

p.breadcrumbs a {font-weight: bold;text-decoration: none;}

p.breadcrumbs a:hover {text-decoration: underline;}

p.breadcrumbsRight {color: #000;text-transform: uppercase;letter-spacing: 2px; margin: 0; padding: 5px 0 5px 0;text-align: right; border-bottom: 1px dashed #aaa;font-size: 0.95em;}

p.breadcrumbsRight a {font-weight: bold;text-decoration: none;}

p.breadcrumbsRight a:hover {text-decoration: underline;}

.center {text-align: center;}

.right {text-align: right;}

.left {text-align: left;}

.small {font-size: 0.85em;}


/* ============================== */
/* ======== LAYOUT RULES ======== */
/* ============================== */
.wrapper {
	width: 1200px;
	background-color: transparent;
	color: #000000;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.inside {
	width: 96%;
	padding: 0 2%;
}

/* ======== HEADER AREA ======== */
header {
	color: #000000;
	background-color: #ffffff;
	padding: 20px 0;
}

/* ======== LOGO/SITE NAME AREA ======== */
#logo img {max-width: 100%;}

#logoprint {visibility: hidden; display: none;}

#logoprint img {max-height: 100px;}

/* ======== MAIN NAVIGATION AREA ======== */
#nav-members-login a, #nav-joinnow a, #nav-directory a, #nav-calendar a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#mainnav {
	float: left;
	color: #ffffff;
	height: 50px;
	margin: 10px 0 0 15px;
	padding: 0;
	font-size: 0.90em;
}

#nav {
	margin: 0; padding: 0;
	list-style: none;
	text-align: right;
}

#nav li {
	display: inline-block;
	position: relative;
	z-index: 500;
	margin: 0 -2px 0 -2px;
	padding: 0;
	text-align: left;
	font-weight: normal;
	border-right: 1px solid #0a54a2;
}

/* this is the parent menu */
#nav li a {
	display: block;
	padding: 12px 13px;
	text-decoration: none;
	font-weight: normal;
	color: #0a54a2;
	text-align: left;
	transition: all 0.3s ease 0.0s;
	-webkit-transition: all 0.3s ease 0.0s;
}

#nav li a:hover {
	font-weight: normal;
	padding: 12px 13px;
	background-color: #0a54a2;
	color: #ffffff;
	transition: all 0.3s ease 0.0s;
	-webkit-transition: all 0.3s ease 0.0s;
}

/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 0;
	display: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	box-shadow: 0 3px 3px rgba(0,0,0,0.6);
}

#nav ul li {
	width: 245px;/* you can increase or decrease width of submenu */
	float: left;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-size: 0.90em;
}

#nav ul a {
	display: block;
	height: 22px;
	font-weight: normal;
	text-transform: none;
	padding: 5px 3px 5px 15px;
	color: #ffffff;
	background: #0a54a2;
	border-bottom: 1px #ffffff solid;
}

#nav ul a:hover {
	font-weight: normal;
	color: #0a54a2;
	background: #ffffff;
	padding: 5px 3px 5px 15px;
	text-transform: none;
	text-decoration: none;
	border-bottom: 1px #ffffff solid;
}

.selectnav {
	display: none;
	cursor: pointer;
}

.selectnav select {
	border: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('../images/menu.png') no-repeat;
	background-position: 82px 7px;
	background-position: right 24px center;
	width: 220px;
	text-indent: 0.01px;
	text-overflow: "";
	cursor: pointer;
}


/* ======== SECTION BLOCKS ======== */
#mainRight {float: right; padding: 10px; background-color: #ffffff;}

#social {float: right; padding: 5px 20px 0px 0px;}

.homeFeature {
	height: 290px;
	max-width: 290px;
	border: 1px solid #6d6e71;
}

.resourceBox1a {float: left; width: 29.33333%; padding: 3px 1% 20px; margin: 0 2% 5px 0;}
.resourceBox1b {float: left; width: 29.33333%; padding: 3px 1% 20px; margin: 0 1% 5px 1%;}
.resourceBox1c {float: left; width: 29.33333%; padding: 3px 1% 20px; margin: 0 0 5px 2%;}

.topBox3a {float: left; width: 29.33333%; padding: 3px 1%; margin: 0 2% 5px 0;}
.topBox3b {float: left; width: 29.33333%; padding: 3px 1%; margin: 0 1% 5px 1%;}
.topBox3c {float: left; width: 29.33333%; padding: 3px 1%; margin: 0 0 5px 2%;}

.topBox4a {float: left; width: 20%; padding: 20px 1%; margin: 0 2% 5px 0;}
.topBox4b {float: left; width: 42%; padding: 3px 10px; margin: 0 10px 5px 10px;}
.topBox4c {float: right; width: 30%; padding: 3px 10px; margin: 0 10px 5px 10px;}

.topBox4cCalendar {
	float: left;
	width: 260px;
	height: 175px;
	padding: 20px 10px;
	margin: 0 0 5px 3.5%;
	background-image: url(../images/home-Calendar.png);
	background-position: center;
	background-repeat: no-repeat;
}

.topBox5a {float: left; width: 18%; padding: 20px 1%; margin: 0 2% 5px 0;}
.topBox5b {float: left; width: 74%; padding: 3px 1%; margin: 0 1% 5px 1%;}

.homeHeader {
	font: 4em "Times New Roman", Times, serif;
	color: #0067b1;
	border-right: dashed 1px #0067b1;
	padding-right: 10px;
}

.homeHeaderRight {
	font: 4em "Times New Roman", Times, serif;
	color: #0067b1;
	border-left: dashed 1px #0067b1;
	padding-left: 10px;
}

.homeAbout {
	color: #6d6e71;
	font-size: 1em;
	padding-top: 10px;
}

.calendarYear {
	font-size: 5em;
	color: #0067b1;
	text-align: center;
	padding-top: 20px;
}

.contentBox2a {float: left; width: 48%; padding: 0; margin: 0 2% 0 0;}
.contentBox2b {float: left; width: 48%; padding: 0; margin: 0 0 0 2%;}

.contentBox3a {float: left; width: 31.33333%; padding: 0; margin: 0 2% 0 0;}
.contentBox3b {float: left; width: 31.33333%; padding: 0; margin: 0 1% 0 1%;}
.contentBox3c {float: left; width: 31.33333%; padding: 0; margin: 0 0 0 2%;}

.contentBox4a {float: left; width: 23%; padding: 0; margin: 0 2% 0 0;}
.contentBox4b {float: left; width: 23%; padding: 0; margin: 0 1% 0 1%;}
.contentBox4c {float: left; width: 23%; padding: 0; margin: 0 1% 0 1%;}
.contentBox4d {float: left; width: 23%; padding: 0; margin: 0 0 0 2%;}

.callbox1 {color: #ffffff;text-align: center; padding: 2px 3%; margin: 12px 0; background-color: #0a54a2; border-radius: 10px;
	box-shadow: 0 0 0 5px #0a54a2 inset, 0 0 0 6px rgba(255, 255, 255, 0.6) inset, 0 0 40px #ba1e0e inset, 0 10px 15px -10px rgba(0,0,0,0.6);
}

.callbox2 {color: #ffffff;text-align: center; padding: 2px 3%; margin: 12px 0; background-color: #555; border-radius: 10px;
	box-shadow: 0 0 0 5px #555 inset, 0 0 0 6px rgba(255, 255, 255, 0.6) inset, 0 0 40px #000000 inset, 0 10px 15px -10px rgba(0,0,0,0.6);
}

.callbox1 p:first-of-type, 
.callbox2 p:first-of-type {font: 24px 'Oswald', Verdana, Helvetica, sans-serif;}


.shadow {background-color: #f0f0f0; box-shadow: 0 0 10px rgba(0,0,0,0.4); margin-top: 20px; margin-bottom: 20px; border-radius: 5px;min-height: 230px;}

.announcements {color: #000000; margin: 5px auto;}

#dividerOrange {
	background-image: url(../images/divider-orange-dashes.png);
	background-repeat: repeat-x;
	background-position: center;
	width: 98%;
	padding: 10px 0 10px 0;
}


/* ======== SIDEBAR AREAS ======== */
#sidebarLeft  {float: left; width: 26%; padding: 0; margin: 0 2% 0 0;}

#sidebarRight {float: right;width: 26%; padding: 0; margin: 0 0 0 2%;}

/* ======== CONTENT AREA ======== */
#contentRight  {float: right;width: 70%; padding: 0; margin: 0 0 0 2%;}

#contentLeft   {float: left; width: 70%; padding: 0; margin: 0 2% 0 0;}

/* ======== FOOTER AREA ======== */
.socialmedia {letter-spacing: 5px;}

/* ======== FORMS ======== */
.inside input {
	border: 1px #c0c0c0 solid;
	background-color: #efefef;
	padding: 5px;
	margin-bottom: 10px;
	color: #000000;
}

.inside textarea {
	width: 75%;
	border: 1px #c0c0c0 solid;
	background-color: #efefef;
	padding: 5px;
	resize: none;
	color: #000000;
}

.contactform .submit {
	width: 100px;
	margin: 10px 0 0 0;
	cursor: pointer;
	color: #444;
	font: 16px 'Oswald', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	padding: 1px 14px;
	text-decoration: none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	border: solid 1px #ccc;	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.3);
}

.contactform .submit:hover {
	text-decoration: none;
	color: #eee;
	background-color: #0a54a2;
	background-image: linear-gradient(top, #0a54a2, #ba1e0e);
	background-image: -webkit-linear-gradient(top, #0a54a2, #ba1e0e);
	background-image: -moz-linear-gradient(top, #0a54a2, #ba1e0e);
	background-image: -ms-linear-gradient(top, #0a54a2, #ba1e0e);
	background-image: -o-linear-gradient(top, #0a54a2, #ba1e0e);
	border: solid 1px #ba1e0e;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}


/* ======== CATALOG PAGE ======== */
.catalog {/* adds a border to the bottom of a div */
	max-width: 100%;
	border-bottom: 1px #c0c0c0 solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.catalog h6 {
	text-align: center;
	font: normal 20px Georgia, Garamond, serif;
}

.catalog img {
	background: #ffffff;
	border: 1px #aaa solid;
	padding: 3px;
	margin: 5px auto;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}


/* ======= TICKER HOME PAGE ======== */
#ticker {list-style: none outside none;width: 80%; margin: 0 10%; padding: 10px 0 0 0;min-height: 230px;}

#ticker li {margin: 0; background: none; padding: 0;}

#ticker p {margin-top: 0; padding-top: 0;}

#ticker .testimonial {margin-bottom: 10px;}

#ticker .content {color: #000000; padding-bottom: 20px;}

#ticker .content p {color: #000000;}

#ticker .authorDate {color: #444444;text-transform: uppercase; border-bottom: 1px #444444 dashed;letter-spacing: 2px; margin: 0 0 10px; padding: 0;}

#ticker .author {color: #888888;text-align: center;font-size: 0.90em;letter-spacing: 2px;}

/* ======= Ticker on Inside Pages ======== */
#ticker2      {list-style: none outside none; margin: 0; padding: 10px 0 0 0;}

#ticker2 li   {margin: 0; background: none; padding: 0;}

#ticker2 p    {margin-top: 0; padding-top: 0;}

#ticker2 .content {position: relative;color: #000; padding: 15px; background-color: #e0e0e0; border-radius: 10px; margin-bottom: 15px;}

#ticker2 .content:after {content: '';position: absolute; border-style: solid; border-width: 15px 15px 0; border-color: #e0e0e0 transparent;
		                display: block;width: 0;z-index: 1; margin-left: -15px;bottom: -15px;left: 50%;
}

#ticker2 .content p {color: #000000;}

#ticker2 .author {color: #888;text-align: center;font-size: 0.90em;letter-spacing: 2px;}

/* ======= ACCORDION CONTENT ======== */
#acc dl {
	position: relative;
	width:100%;
	color:#000;
	padding: 0;
	margin: 0 auto;
}

#acc dt {
	margin: 0 0 3px 0;
	padding: 4px 4px 4px 20px;
	text-align: left;
	font: 22px 'Oswald', Verdana, Helvetica, sans-serif;
	color: #000000;
	cursor: pointer;
	background: #ffffff url('../images/expand-gray.png') no-repeat right 10px center;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

#acc dt:hover {
	color: #ffffff;
	background: #0a54a2 url('../images/expand-white.png') no-repeat right 10px center;
	box-shadow: 0 0 15px #ba1e0e inset;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	transition: all 0.4s ease 0.0s;
	-webkit-transition: all 0.4s ease 0.0s;
}

#acc dd {
	width: 94%;
	padding: 5px 2% 10px;
	margin: 0 auto;
	border-top: none;
}

/* ======== IMAGES ======== */
img {border: none;max-width: 100%; box-sizing: border-box;-moz-box-sizing: border-box;}

.image-Curved {
	border-radius: 10px; 
	margin: 4px 2px; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}

.image-leftCurved {
	margin: 5px 10px 0 0; 
	float: left; 
	border-radius: 10px; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}

.image-rightCurved {
	margin: 5px 0 0 10px; 
	float: right; 
	border-radius: 10px; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}

.imageleft  {margin: 5px 10px 0 0; float: left;}

.imageright {margin: 5px 0 0 10px; float: right;}

.image-border {margin: 2px 0; border: 1px #c0c0c0 solid;}

.imageleft-border  {margin: 5px 10px 0 0; float: left; border: 1px #c0c0c0 solid;}

.imageright-border {margin: 5px 0 0 10px; float: right; border: 1px #c0c0c0 solid;}

.image-catalog {background: #ffffff; border: 1px #aaa solid; padding: 3px; margin: 4px 1px; box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);}

.image-catalog-left {float: left; background: #ffffff; border: 1px #aaa solid; padding: 3px; margin: 4px 15px 4px 2px; box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);}

.image-catalog-right {float: right; background: #ffffff; border: 1px #aaa solid; padding: 3px; margin: 4px 2px 4px 15px; box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);}

.image-round {border-radius: 50%; border: 1px #c0c0c0 solid;}

 /* makes the home page top images appear round */
.image-mini {max-width: 180px;height: auto;}

.image-topMain {border: 5px solid #ffffff; margin: 10px auto 5px; padding: 0; box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); border-radius: 10px;}


/* ======== ANIMATION EFFECTS ======== 
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
====================================== */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {0% {opacity: 0;} 100% {opacity: 1;} }

@keyframes fadeIn {0% {opacity: 0;} 100% {opacity: 1;} }

.fadeIn {-webkit-animation-name: fadeIn;animation-name: fadeIn;}

@-webkit-keyframes fadeInLeft {
  0% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}

@keyframes fadeInLeft {
	0% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
	100% {opacity: 1;-webkit-transform: none;transform: none;}
}

.fadeInLeft {-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;}

@-webkit-keyframes fadeInRight {
  0% {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}

@keyframes fadeInRight {
  0% {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}

.fadeInRight {-webkit-animation-name: fadeInRight;animation-name: fadeInRight;}

@-webkit-keyframes fadeInDown {
  0% {opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}

@keyframes fadeInDown {
  0% {opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}

.fadeInDown {-webkit-animation-name: fadeInDown;animation-name: fadeInDown;}

@-webkit-keyframes zoomIn {
  0% {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);transform: scale3d(.3, .3, .3); }
  50% {opacity: 1;}
}

@keyframes zoomIn {
  0% {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);transform: scale3d(.3, .3, .3);}
  50% {opacity: 1;}
}

.zoomIn {-webkit-animation-name: zoomIn;animation-name: zoomIn;}


/* ======== MISC. CLASSES ======== */
.clearsmall {height: 0;line-height: 0; margin: 0; padding: 0;clear: both;}

.clearfix {display: block;}

.clearfix::after {content: " ";display: table;height: 0;clear: both;}


/* ======================================= MEDIA QUERIES ==================================================== */

/* =============================================== */
/* ========= MENU/NAVIGATION BAR ONLY ============ */
/* =============================================== */
@media screen and (max-width: 669px) {
	.js #nav {display: none;}

	#mainnav {
		height: 30px;
		padding: 4px 4px 5px 4px;
		float: none;
		width: 250px;
		margin: 0 auto;
		border-top: 1px solid #0a54a2;
		border-bottom: 1px solid #0a54a2;
		overflow: hidden;
	}

	.js .selectnav {
		display: block;
		margin: 0;
	}
	   
	select#selectnav1 {
		color: #0a54a2;
		background: transparent;
		margin: 0 auto 0 auto;
		padding: 5px 0;
		font-size: 1.0em;
		letter-spacing: 1px;
		border: 0 !important;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		background: url('../images/menu.png') no-repeat;
		background-position: right 24px center;
		width: 272px;
	}

	select#selectnav1 option {background-color: #333;color: #fff;font-size: 0.90em; padding: 3px 10px;}

}

@media screen and (min-width: 670px) and (max-width: 800px) {
	.js #nav {display: none;}

	#mainnav {
		height: 30px;
		padding: 4px 4px 5px 4px;
		float: none;
		width: 250px;
		margin: 0 auto;
		border-top: 1px solid #0a54a2;
		border-bottom: 1px solid #0a54a2;
		overflow: hidden;
		}

	.js .selectnav {
		display: block;
		margin: 0;
	}

	select#selectnav1 {
		color: #0a54a2;
		background: transparent;
		margin: 0 auto 0 auto;
		padding: 5px 0;
		font-size: 1.0em;
		letter-spacing: 1px;
		border: 0 !important;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		background: url('../images/menu.png') no-repeat;
		background-position: right 24px center;
		width: 272px;
	}

	select#selectnav1 option {background-color: #333;color: #fff;font-size: 0.90em; padding: 3px 10px;}
	h2 {font-size: 14px;}

}


@media screen and (min-width: 801px) and (max-width: 1024px) {

	h2 {font-size: 14px;}

}


/* =============================================== */
/* ================== SMALL DEVICE 01 ============ */
/* =============================================== */
@media screen and (max-width: 320px) {
	#body-home {background: none;}
	.homeAbout {padding-top: 0px;}
	.homeHeader, .homeHeaderRight {font-size: 1.8em;}
	.topBox4a {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4b {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4c {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4cCalendar {
		/*float: left;*/
		width: 98%;
		height: 175px;
		padding: 20px 10px;
		margin: 0 0 5px 3.5%;
		background-image: url(../images/home-Calendar.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	.topBox5a {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox5b {float: left; width: 74%; padding: 0; margin: 0;}
	#homeSpacer {visibility: hidden;display: none;}
	.wrapper {width: 98%; margin: 0 1%;}

	#logo {float: none;width: 100%; margin: 0px; padding: 0px;}
	h1 {
		font: 2em "Times New Roman", Times, serif;
		color: #0067b1;
		margin: 0.4em 0;
		text-align: left;
	}
	h2 {font-size: 1.6em;}
	label {text-align: left;}

	/* ============================ */
	.stack {float: none;width: 90%; margin: 2% 5%;}

	/* ============================ */
	.announcements h2 {font-size: 26px;}

	.announcements .spanh2 {bottom: -25px;}

	.resourceBox1a, .resourceBox1b, .resourceBox1c {float: left; width: 96%; padding: 5px 1% 10px; margin: 5px 1% 10px 1%;}
	
	.topBox3a, .topBox3b, .topBox3c {float: left; width: 96%; padding: 5px 1%; margin: 5px 1% 20px 1%;}
	
	blockquote.leftside, blockquote.rightside {visibility: hidden;display: none;}

	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d,
	#sidebarLeft, #sidebarRight, #contentRight, #contentLeft {width: 98%; margin: 1%; padding: 0;}
	#mainRight {visibility: hidden;display: none;}

	.catalog {margin-bottom: 20px;}
	
	#social {visibility: hidden;display: none;}
	#social2 {float: left;}
	
	#footer {
		color: #fff;
		width: 98%;
		font-family: Lato, Verdana, Helvetica, sans-serif;
		font-size: 0.90em;
		min-height: 70px;
		padding: 10px 0;
		margin: 20px 0 0 0;
		background-color: #0a54a2;
	}
	
	.footerContact {
		font-size: 1.2em;
		float: left;
	}
	
	.footerContact a {
		color: #ffffff;
		text-decoration: none;
		padding-left: 10px;
	}

	.footerContactInfo {
		float: right;
		padding: 0 10px 0 20px;
	}
	
	#footer2 {
		font-family: Lato, Verdana, Helvetica, sans-serif;
		color: #6d6e71;
		font-size: 0.80em;
		float: right;
		text-decoration: none;
	}
	
	#footer2 a, #footer2 a:hover {
		font-family: Lato, Verdana, Helvetica, sans-serif;
		color: #6d6e71;
		line-height: 40px;
		text-decoration: none;
		font-weight: normal;
	}
	
	#topnav {
		width: 98%;
		float: none;
		color: #ffffff;
		/*height: 127px;*/
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 1em;
		text-align: center;
		vertical-align: middle;
		display: inline-block;
	}

	#nav-members-login {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #0068b3;
		line-height: 40px;
		float: none;
		width: 98%;
		margin: 0px 0px 1px 0px;
	}

	#nav-joinnow {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #f58026;
		line-height: 40px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-directory {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #006c68;
		line-height: 40px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-calendar {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #a8ce45;
		line-height: 40px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 0px 0 0;
	}

}


/* =============================================== */
/* ================== SMALL DEVICE 02 ============ */
/* =============================================== */
@media screen and (min-width: 321px) and (max-width: 480px) {
	#body-home {background: none;}
	.homeAbout {padding-top: 0px;}
	.homeHeader, .homeHeaderRight {font-size: 1.8em;}
	.topBox4a {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4b {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4c {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4cCalendar {
		/*float: left;*/
		width: 98%;
		height: 175px;
		padding: 20px 10px;
		margin: 0 0 5px 3.5%;
		background-image: url(../images/home-Calendar.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	.topBox5a {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox5b {float: left; width: 74%; padding: 0; margin: 0;}
	#homeSpacer {visibility: hidden;display: none;}
	.wrapper {width: 98%; margin: 0 1%;}

	#logo {float: none;width: 100%; margin: 0px; padding: 0px;}
	h1 {
		font: 2em "Times New Roman", Times, serif;
		color: #0067b1;
		margin: 0.4em 0;
		text-align: left;
	}
	h2 {font-size: 1.6em;}
	label {text-align: left;}

	.stack {float: none;width: 60%; margin: 2% 20%;}

	blockquote.leftside, blockquote.rightside {visibility: hidden;display: none;}

	.resourceBox1a, .resourceBox1b, .resourceBox1c {float: left; width: 96%; padding: 5px 1% 10px; margin: 5px 1% 10px 1%;}
	
	.topBox3a, .topBox3b, .topBox3c {float: left; width: 96%; padding: 5px 1%; margin: 5px 1% 20px 1%;}
	
	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d,
	#sidebarLeft, #sidebarRight, #contentRight, #contentLeft {width: 98%; margin: 1%; padding: 0;}

	#mainRight {visibility: hidden;display: none;}

	.catalog {margin-bottom: 20px;}
	
	#social {visibility: hidden;display: none;}
	#social2 {float: left;}
	
	#footer {
		color: #fff;
		width: 100%;
		font-family: Lato, Verdana, Helvetica, sans-serif;
		font-size: 0.90em;
		min-height: 70px;
		padding: 10px 0;
		margin: 20px 0 0 0;
		background-color: #0a54a2;
	}
	
	.footerContact {
		font-size: 1.2em;
		float: left;
	}

	.footerContact a {
		color: #ffffff;
		text-decoration: none;
		padding-left: 10px;
	}

	.footerContactInfo {
		float: left;
		padding: 10px;
	}
	
	#footer2 {
		font-family: Lato, Verdana, Helvetica, sans-serif;
		color: #6d6e71;
		font-size: 0.80em;
		float: right;
		text-decoration: none;
	}
	
	#footer2 a, #footer2 a:hover {
		font-family: Lato, Verdana, Helvetica, sans-serif;
		color: #6d6e71;
		line-height: 40px;
		text-decoration: none;
		font-weight: normal;
	}
	
	#topnav {
		width: 98%;
		float: none;
		color: #ffffff;
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 1em;
		text-align: center;
		vertical-align: middle;
		display: inline-block;
	}

	#nav-members-login {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #0068b3;
		line-height: 40px;
		float: none;
		width: 98%;
		margin: 0px 0px 1px 0px;
	}

	#nav-joinnow {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #f58026;
		line-height: 40px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-directory {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #006c68;
		line-height: 40px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-calendar {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #a8ce45;
		line-height: 40px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 0px 0 0;
	}

}


/* =============================================== */
/* ================== SMALL DEVICE 03 ============ */
/* =============================================== */
@media screen and (min-width: 481px) and (max-width: 623px) {
	#body-home {background: none;}
	.homeAbout {padding-top: 0px;}
	.homeHeader, .homeHeaderRight {font-size: 2em;}
	.topBox4a {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4b {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4c {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4cCalendar {
		/*float: left;*/
		width: 98%;
		height: 175px;
		padding: 20px 10px;
		margin: 0 0 5px 3.5%;
		background-image: url(../images/home-Calendar.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	#homeSpacer {visibility: hidden;display: none;}
	.wrapper {width: 98%; margin: 0 1%;}

	#logo {float: none;width: 60%; margin: 0 auto 30px;}
	h1 {
		font: 2em "Times New Roman", Times, serif;
		color: #0067b1;
		margin: 0.4em 0;
		text-align: left;
	}
	h2 {font-size: 1.6em;}
	label {text-align: left;}

	.resourceBox1a, .resourceBox1b, .resourceBox1c {float: left; width: 96%; padding: 5px 1% 10px; margin: 5px 1% 10px 1%;}
	
	.topBox3a, .topBox3b, .topBox3c {float: left; width: 96%; padding: 5px 1%; margin: 5px 1% 20px 1%;}
	
	blockquote.leftside, blockquote.rightside {visibility: hidden;display: none;}

	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d,
	#sidebarLeft, #sidebarRight, #contentRight, #contentLeft {width: 98%; margin: 1%; padding: 0;}
	
	#mainRight {visibility: hidden;display: none;}
	
	#social {visibility: hidden;display: none;}
	#social2 {float: left;}
	
	#footer {
		color: #fff;
		width: 98%;
		font-family: Lato, Verdana, Helvetica, sans-serif;
		font-size: 0.90em;
		min-height: 70px;
		padding: 10px 0;
		margin: 20px 0 0 0;
		background-color: #0a54a2;
	}
	
	.footerContact {
		font-size: 1.2em;
		float: left;
	}

	.footerContact a {
		color: #ffffff;
		text-decoration: none;
		padding-left: 10px;
	}

	.footerContactInfo {
		float: right;
		padding: 0 10px 0 20px;
	}
	
	#footer2 {
		font-family: Lato, Verdana, Helvetica, sans-serif;
		color: #6d6e71;
		font-size: 0.80em;
		float: right;
		text-decoration: none;
	}
	
	#footer2 a, #footer2 a:hover {
		font-family: Lato, Verdana, Helvetica, sans-serif;
		color: #6d6e71;
		line-height: 40px;
		text-decoration: none;
		font-weight: normal;
	}
	
	#topnav {
		width: 98%;
		float: none;
		color: #ffffff;
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 1em;
		text-align: center;
		vertical-align: middle;
		display: inline-block;
	}

	#nav-members-login {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #0068b3;
		line-height: 40px;
		float: none;
		width: 98%;
		margin: 0px 0px 1px 0px;
	}

	#nav-joinnow {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #f58026;
		line-height: 40px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-directory {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #006c68;
		line-height: 40px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-calendar {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #a8ce45;
		line-height: 40px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 0px 0 0;
	}

}

/* =============================================== */
/* ================== MID - LARGE DEVICES ============== */
/* =============================================== */
@media screen and (min-width: 624px) {
	h1 {
		font: 3em "Times New Roman", Times, serif;
		color: #0067b1;
		margin: 0.4em 0;
		text-align: left;
	}
	h2 {font-size: 2em;}
	
	#social2 {visibility: hidden;display: none;}
	
	#footer {
		color: #fff;
		width: 98%;
		font-family: Lato, Verdana, Helvetica, sans-serif;
		font-size: 1em;
		min-height: 70px;
		padding: 10px 0 5px 30px;
		margin: 20px 0 0 0;
		background-color: #0a54a2;
	}
	
	.footerContact {
		font-size: 1.4em;
		float: left;
	}

	.footerContact a {
		color: #ffffff;
		text-decoration: none;
	}

	.footerContactInfo {
		float: left;
		padding: 2px 0 0 20px;
	}
	
	#footer2 {
		font-family: Lato, Verdana, Helvetica, sans-serif;
		color: #6d6e71;
		font-size: 0.80em;
		float: right;
		text-decoration: none;
	}
	
	#footer2 a, #footer2 a:hover {
		font-family: Lato, Verdana, Helvetica, sans-serif;
		color: #6d6e71;
		line-height: 30px;
		text-decoration: none;
		font-weight: normal;
		outline: none;
	}
	
}

/* =============================================== */
/* ================== MID DEVICE 01 ============== */
/* =============================================== */
@media screen and (min-width: 624px) and (max-width: 669px) {
	#body-home {
		background-image: url(../images/home-header-mid.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
	.homeAbout {padding-top: 0px;}
	.homeHeader, .homeHeaderRight {font-size: 2.6em;}
	.topBox4a {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4b {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4c {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4cCalendar {
		/*float: left;*/
		width: 98%;
		height: 175px;
		padding: 20px 10px;
		margin: 0 0 5px 3.5%;
		background-image: url(../images/home-Calendar.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	#homeSpacer {width: 98%;height: 290px;}
	.wrapper {width: 98%; margin: 0 1%;}

	#logo {float: left; width: 360px;}

	.resourceBox1a, .resourceBox1b {float: left; width: 46%; padding: 5px 1% 20px; margin: 5px 1% 20px 1%;}
	.resourceBox1c {float: left; width: 96%; padding: 5px 1% 20px; margin: 5px 1% 20px 1%;}
	
	.topBox3a {float: left; width: 46%; padding: 5px 1%; margin: 5px 1% 20px 1%;}
	.topBox3b {float: left; width: 46%; padding: 5px 1%; margin: 5px 1% 20px 1%;}
	.topBox3c {float: left; width: 96%; padding: 5px 1%; margin: 5px 1% 20px 1%;}
	
	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d,
	#sidebarLeft, #sidebarRight, #contentRight, #contentLeft {width: 98%; margin: 1%; padding: 0;}
	#mainRight {visibility: hidden;display: none;}

	#topnav {
		width: 35%;
		float: right;
		color: #ffffff;
		height: 127px;
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 0.90em;
		text-align: center;
		vertical-align: middle;
		display: inline-block;
	}

	#nav-members-login {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #0068b3;
		line-height: 50px;
		float: left;
		width: 99.2%;
		margin: 0px 0px 1px 0px;
	}

	#nav-joinnow {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #f58026;
		line-height: 50px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-directory {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #006c68;
		line-height: 50px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-calendar {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #a8ce45;
		line-height: 50px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 0px 0 0;
	}

}


/* =============================================== */
/* ================== MID DEVICE 02 ============== */
/* =============================================== */
@media screen and (min-width: 670px) and (max-width: 768px) {
	#body-home {
		background-image: url(../images/home-header-mid.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
	.homeAbout {padding-top: 0px;}
	.homeHeader, .homeHeaderRight {font-size: 2.6em;}
	.topBox4a {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4b {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4c {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4cCalendar {
		/*float: left;*/
		width: 98%;
		height: 175px;
		padding: 20px 10px;
		margin: 0 0 5px 3.5%;
		background-image: url(../images/home-Calendar.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	#homeSpacer {width: 98%;height: 260px;}
	.wrapper {width: 98%; margin: 0 1%;}

	#logo {
		width: 50%;
		float: left;
		padding: 0 0 0 50px;
		text-align: left;
	}

	.resourceBox1a, .resourceBox1b {float: left; width: 46%; padding: 5px 1% 20px; margin: 5px 1% 20px 1%;}
	.resourceBox1c {float: left; width: 96%; padding: 5px 1% 20px; margin: 5px 1% 20px 1%;}
	
	.topBox3a {float: left; width: 46%; padding: 5px 1%; margin: 5px 1% 20px 1%;}
	.topBox3b {float: left; width: 46%; padding: 5px 1%; margin: 5px 1% 20px 1%;}
	.topBox3c {float: left; width: 96%; padding: 5px 1%; margin: 5px 1% 20px 1%;}
	
	.contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 1%; padding: 0;}

	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%; margin: 0 1%; padding: 0;}

	#sidebarLeft, #sidebarRight, #contentRight, #contentLeft {width: 98%; margin: 1%; padding: 0;}
	#mainRight {visibility: hidden;display: none;}

	#topnav {
		width: 35%;
		float: right;
		color: #ffffff;
		height: 127px;
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 0.90em;
		text-align: center;
		vertical-align: middle;
		display: inline-block;
	}

	#nav-members-login {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #0068b3;
		line-height: 50px;
		float: left;
		width: 99.2%;
		margin: 0px 0px 1px 0px;
	}

	#nav-joinnow {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #f58026;
		line-height: 50px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-directory {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #006c68;
		line-height: 50px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-calendar {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #a8ce45;
		line-height: 50px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 0px 0 0;
	}

}


/* =============================================== */
/* ================== MID DEVICE 03 ============== */
/* =============================================== */
@media screen and (min-width: 769px) and (max-width: 800px) {
	#body-home {
		background-image: url(../images/home-header-mid.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
	.homeAbout {padding-top: 0px;}
	.homeHeader, .homeHeaderRight {font-size: 2.6em;}
	.topBox4a {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4b {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4c {float: left; width: 98%; padding: 0; margin: 0;}
	.topBox4cCalendar {
		/*float: left;*/
		width: 98%;
		height: 175px;
		padding: 20px 10px;
		margin: 0 0 5px 3.5%;
		background-image: url(../images/home-Calendar.png);
		background-position: center;
		background-repeat: no-repeat;
	}

	#homeSpacer {width: 98%;height: 270px;}
	.wrapper {width: 98%; margin: 0 1%;}

	#logo {
		width: 50%;
		float: left;
		padding: 0 0 0 50px;
		text-align: left;
	}

	/* ============================ */
	.bubble {min-height: 200px;}

	.resourceBox1a, .resourceBox1b {float: left; width: 46%; padding: 5px 1% 20px; margin: 5px 1% 20px 1%;}
	.resourceBox1c {float: left; width: 96%; padding: 5px 1% 20px; margin: 5px 1% 20px 1%;}
	
	.topBox3a {float: left; width: 46%; padding: 5px 1%; margin: 5px 1% 20px 1%;}
	.topBox3b {float: left; width: 46%; padding: 5px 1%; margin: 5px 1% 20px 1%;}
	.topBox3c {float: left; width: 96%; padding: 5px 1%; margin: 5px 1% 20px 1%;}

	.contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 1%; padding: 0;}

	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%; margin: 0 1%; padding: 0;}

	#contentLeft .contentBox2a, #contentLeft .contentBox2b {width: 98%; margin: 1%; padding: 0;}

	#sidebarLeft, #sidebarRight, #contentRight, #contentLeft {width: 98%; margin: 1%; padding: 0;}

	#topnav {
		width: 35%;
		float: right;
		color: #ffffff;
		height: 127px;
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 1em;
		text-align: center;
		vertical-align: middle;
		display: inline-block;
	}

	#nav-members-login {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #0068b3;
		line-height: 49px;
		float: left;
		width: 99.2%;
		margin: 0px 0px 1px 0px;
	}

	#nav-joinnow {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #f58026;
		line-height: 50px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-directory {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #006c68;
		line-height: 50px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-calendar {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #a8ce45;
		line-height: 50px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 0px 0 0;
	}

}

/* =============================================== */
/* ================== LARGE DEVICE 01 ============ */
/* =============================================== */
@media screen and (min-width: 801px) and (max-width: 1024px) {
	.inside {min-height: 360px;}
	#body-home {
		background-image: url(../images/home-header-mid-large.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
	.homeHeader, .homeHeaderRight {font-size: 2.6em;}
	#homeSpacer {width: 98%;height: 340px;}
	.wrapper {width: 98%; margin: 0 1%;}

	#logo {
		width: 50%;
		float: left;
		padding: 0 0 0 50px;
		text-align: left;
	}

	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%; margin: 0 1%; padding: 0;}
	.topBox4b {float: left; width: 29%; padding: 3px 10px; margin: 0 10px 5px 10px;}
	
	#topnav {
		width: 35%;
		float: right;
		color: #ffffff;
		height: 127px;
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 1.2em;
		text-align: center;
		vertical-align: middle;
		display: inline-block;
	}

	#nav-members-login {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #0068b3;
		line-height: 49px;
		float: left;
		width: 99.2%;
		margin: 0px 0px 1px 0px;
	}

	#nav-joinnow {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #f58026;
		line-height: 48px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-directory {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #006c68;
		line-height: 48px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-calendar {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #a8ce45;
		line-height: 48px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 0px 0 0;
	}

}


/* =============================================== */
/* ================== LARGE DEVICE 02 ============ */
/* =============================================== */
@media screen and (min-width: 1025px) and (max-width: 1199px) {
	.inside {min-height: 360px;}
	#body-home {
		background-image: url(../images/home-header.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
	.homeHeader, .homeHeaderRight {font-size: 3em;}
	#homeSpacer {width: 98%;height: 440px;}
	.wrapper {width: 98%; margin: 0 1%;}

	#logo {
		width: 50%;
		float: left;
		padding: 0 0 0 50px;
		text-align: left;
	}

	#mainnav {margin-right: 20px;}

	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%; margin: 0 1%; padding: 0;}
		.topBox4b {float: left; width: 38%; padding: 3px 10px; margin: 0 10px 5px 10px;}

	#topnav {
		width: 35%;
		float: right;
		color: #ffffff;
		height: 127px;
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 1.5em;
		text-align: center;
		vertical-align: middle;
		display: inline-block;
	}

	#nav-members-login {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #0068b3;
		line-height: 49px;
		float: left;
		width: 99.2%;
		margin: 0px 0px 1px 0px;
	}

	#nav-joinnow {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #f58026;
		line-height: 78px;
		float: left;
		width: 33%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-directory {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #006c68;
		line-height: 78px;
		float: left;
		width: 32.5%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-calendar {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #a8ce45;
		line-height: 78px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 0px 0 0;
	}

}


/* =============================================== */
/* ================== LARGE DEVICE 03 ============ */
/* =============================================== */
@media screen and (min-width: 1200px) {
	.inside {min-height: 360px;}
	#body-home {
		background-image: url(../images/home-header.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
	#homeSpacer {width: 98%;height: 440px;}
	#logo {
		width: 50%;
		float: left;
		padding: 0 0 0 50px;
		text-align: left;
	}
	
	#topnav {
		width: 35%;
		float: right;
		color: #ffffff;
		height: 127px;
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 1.5em;
		text-align: center;
		vertical-align: middle;
		display: inline-block;
	}

	#nav-members-login {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #0068b3;
		line-height: 49px;
		float: left;
		width: 99.2%;
		margin: 0px 0px 1px 0px;
	}

	#nav-joinnow {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #f58026;
		line-height: 78px;
		float: left;
		width: 33%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-directory {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #006c68;
		line-height: 78px;
		float: left;
		width: 32.5%;
		padding: 1px;
		margin: 0 1px 0 0;
	}

	#nav-calendar {
		font: normal Lato, Verdana, Helvetica, sans-serif;
		background-color: #a8ce45;
		line-height: 78px;
		float: left;
		width: 32%;
		padding: 1px;
		margin: 0 0px 0 0;
	}

}

/* Response Form Styles */
/* Based upon http://codepen.io/chriscoyier/pen/DmnlJ */

form > div {
	clear: both;
	overflow: hidden;
	padding: 1px;
	margin: 0 0 10px 0;
}


form > div > fieldset > div > div {
	margin: 0 0 5px 0;
}


td > label {
	float: left;
	padding-right: 10px;
	font-weight: bold;

}

form > div > label, legend {
	width: 25%;
	float: left;
	padding-right: 10px;
	font-weight: bold;
}

form > div > div, form > div > fieldset > div {
	width: 75%;
	float: right;
}


form > div > fieldset label {
	font-size: 90%;
}


fieldset {
	border: 0;
	padding: 0;
}


input[type=text], input[type=email], input[type=url], input[type=password], textarea {
	/*width: 100%;*/
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


input[type=text], input[type=email], input[type=url], input[type=password] {
	/*width: 50%;*/
}


input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, textarea:focus {
	outline: 0;
	border-color: #4697e4;
}


@media (max-width: 600px) {
	form > div {
		margin: 0 0 15px 0;
	}


	form > div > label, legend {
		width: 100%;
		float: none;
		margin: 0 0 5px 0;
	}


	form > div > div, form > div > fieldset > div {
		width: 100%;
		float: none;
	}


	input[type=text], input[type=email], input[type=url], input[type=password], textarea, select {
		width: 100%;
	}


}

/* Don's Fields */
.desc {
	text-align: left;
}

.error {
	font-size: 15px;
	color: #ff0000;
	font-weight: bold;
}

.formInstruct {
	font-style: italic;
}

.formLabelRight {
	color: #0067b1;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.formLabelRightRequired {
	color: #ba1e0e;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.formLabelLeft {
	color: #0067b1;
	font-weight: bold;
	vertical-align: top;
}

.formLabelLeftRequired {
	color: #ba1e0e;
	font-weight: bold;
	vertical-align: top;
}

.row1 {
	background-color: #aaa;
	vertical-align: top;
}

.row2 {
	background-color: #ccc;
	vertical-align: top;
}

.row1Header {
	background-color: #eeeff2;
	font-weight: bold;
}

.row2Header {
	background-color: #f4f5f7;
	font-weight: bold;
}

.tableHeader {
	background-color: #ba1e0e;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.tableHeader2 {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.linkSmall {
	font-size: 9pt;
}

table.fulllist {
	font-size: 10pt;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
}

a.btnMoreInfo {
	padding: 10px;
	background-color: #0a54a2;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

a.btnMoreInfo:hover {
	background-color: #919191;
	color: #ffffff;
}

a.btnMoreInfo2 {
	padding: 10px;
	background-color: #ba1e0e;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

a.btnMoreInfo2:hover {
	background-color: #919191;
	color: #ffffff;
}

/* =========================== */
/* ===== PRINT ===== */
@media print {
	body {
		background: #ffffff;
		background-image: none;
		font-size: 10pt;
		color: #000000;
		margin: 0;
		padding: 0;
		height: 100%;
		max-width: 98%;
	}

	header, #nav, #footer, #social2, .footerContact, .footerContactInfo, #footer2 {
		visibility: hidden;
		display: none;
	}
	
	.wrapper {width: 98%; margin: 0 1%; box-shadow: none;}
	
	table {border: none;}
	
	.pageTitle {padding: 0px;}
	
	#logoprint {visibility: visible; display: block;}
	
	#mainRight img {max-width: 150px;}

}