@import url('nav.css');
@import url('header.css');
@import url('footer.css');
@import url('forms.css');
@import url('search.css');
@import url('breadcrumbs.css');
@import url('aside.css');
@import url('SectionAfterBlock.css');
@import url('associations.css');
@import url('custom.css');

body,
html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "adelle-sans", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
}

/*---------- LAYOUT ----------*/
#HeaderBlock,
#section,
#content,
#header,
#footer,
#NavSectionAfter {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}

#wrapper {
	overflow: hidden;
	padding: 0 1em;
	position: relative;
}

#wrapper:before {
	content: "";
	height: 60px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #2a99f0;
	background-image: url(/images/src/Branding/blue_strip.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

#article,
#aside {
	width: 100%;
}

#pagecopy {
	padding-top: 60px;
}

#pagemenu {
    display: none;
}

/*---------- END LAYOUT ----------*/

/*---------- FONTS ----------*/

a {
	text-decoration: none;
	color: #2a99f0;
	outline-style: none;
}

a:hover {
	text-decoration: underline;
}

a > img {
	border: 0;
}

p,
li {
	font-size: 0.875em;
	color: #666;
}

p {
	line-height: 2em;
}

li strong,
p strong {
	color: #333;
}

#block ul,
#pagecopy ul {
	padding: 10px;
	margin: 0;
}

#block li,
#pagecopy li {
	list-style: none;
	padding: 10px 0 10px 20px;
	margin: 0;
	position: relative;
}

#block li:before,
#pagecopy li:before {
	content: "";
	height: 6px;
	width: 6px;
	position: absolute;
	top: 17px;
	left: 0;
	display: block;
	background-color: #2a99f0;
	border-radius: 100%;
}

h1 {
	font-size: 1.5em;
	color: #2a99f0;
	font-weight: 300;
}

h1.title,
h1#pageTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	text-align: left;
	color: #fff;
	text-shadow: 0 1px 1px #714400;
}

h2 {
	font-size: 1.5em;
	color: #333;
	font-weight: 300;
}

h3,
h4,
h5,
h6 {
	color: #333;
}

hr {
	border: none;
	height: 2px;
	display: block;
	background-color: #e5e5e5;
	margin: 30px 0;
}

img {
	width: 100%;
	height: auto;
}

/*---------- END FONTS ----------*/

/*---------- TABLES ----------*/

table {
	text-align: center;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 20px 0;
	border: none;
	width: 100%;
}

table th,
table td {
	border: none;
	padding: 20px 0;
	font-size: 0.75em;
	color: #666;
}

table th {
	background-color: #2096F3;
	color: #fff;
}

table tr:nth-child(odd) {
	background-color: #f5f5f5;
}

/*---------- END TABLES ----------*/

/*---------- TWO COLS ----------*/
div.two-cols {
	overflow: hidden;
}

div.two-cols .column {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

#pagecopy .two-cols .column p {
	max-width: 100%;
}

div.two-cols .left {
}

div.two-cols .right {
}

/*---------- END TWO COLS ----------*/

/*---------- THREE COLS ----------*/
div.three-cols {
	overflow: hidden;
}

div.three-cols .column {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

#pagecopy .three-cols .column p {
	max-width: 100%;
}

div.three-cols .left {
}

div.three-cols .right {
}

/*---------- END THREE COLS ----------*/

/*---------- IMAGE WITH CAPTION ----------*/
.imageWithCaption .caption {
	font-style: italic;
	font-size: 0.875em;
}

.imageWithCaption .image p {
	margin-bottom: 0;
}

.imageWithCaption .caption p {
	margin-top: 0;
	color: #999;
}

/*---------- END IMAGE WITH CAPTION ----------*/

/*---------- BLOCKQUOTES ----------*/
blockquote {
	margin: 0;
	padding: 0;
	font-style: italic;
}

blockquote p {
	color: #2a99f0;
	font-size: 1.375em;
	line-height: 1.5em;
}

/*---------- END BLOCKQUOTES ----------*/

/*---------- iFrames ----------*/
iframe {
	max-width: 100% !important;
}

.mc--iframe-responsive-wrapper .mc--iframe {

}

/*---------- END iFrames ----------*/

/*---------- DISPLAY NONE ----------*/
.HideFromScreen {
	display: none;
}

/*---------- END DISPLAY NONE ----------*/
@media (min-width:600px) {
	#wrapper:before {
		height: 100px;
	}

	h1.title,
	h1#pageTitle {
		line-height: 100px;
		height: 100px;
		text-align: center;
		font-size: 1.75em;
	}

	#aside,
	#pagecopy {
		padding-top: 100px;
	}

	h1 {
		font-size: 2.25em;
	}

	h2 {
		font-size: 1.75em;
	}

	#block p,
	#block li,
	#associated_form,
	#pagecopy p,
	#pagecopy li,
	#resources {
		max-width: 70%;
	}

	#aside {
		max-width: 30%;
		float: right;
	}

	table th,
	table td {
		padding: 20px 5px;
		font-size: 0.875em;
	}

	/*---------- TWO COLS ----------*/
	div.two-cols {
		max-width: 70%;
	}

	div.two-cols .column {
		width: 49%;
	}

	div.two-cols .left {
		float: left;
		margin-right: 1%;
	}

	div.two-cols .right {
		float: right;
		margin-left: 1%;
	}

	/*---------- END TWO COLS ----------*/

	/*---------- THREE COLS ----------*/

	div.three-cols {
		max-width: 70%;
	}

	div.three-cols .column {
		width: 32.33%;
	}

	div.three-cols .left {
		float: left;
		margin-right: 1%;
	}

	div.three-cols .middle {
		float: right;
		margin-left: 1%;
	}

	/*---------- END THREE COLS ----------*/
}

@media (min-width:960px) {

}