@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300,900,400italic,700italic,300italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
body, body.webprogram {
	background-color: #FFFFFF;
	font-family: "Lato","Arial","Helvetica","Verdana",sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 125%;
	margin: 0;
	}
a, a:link, a:visited, a:focus {
    color: #0079c2;
    margin-bottom: 3px;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.button {
	background-color: #0E79BF;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Oswald",san-serif;
	padding: .25em;
	}
	
a.redbutton, .redbutton {
	background-color: #C41230;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Oswald",san-serif;
	padding: .25em;
	}
	
.error {
	border: 1px solid red;
	padding: 0px 5px;
	background-color: #FDDCE0;
	border-radius: 4px;
	
}

p.error {
	margin: 0 0 10px 0;
	}


.error li {
	list-style-type: disc;
	margin-left: 20px;
	}
	
.header, .content, .main, .aside, .footer {
	clear: both;
	float: none;
	}
	
aside.rightside{
	width: 20%;
	float: right;
	}
main.leftside{
	width: 80%;
	float: left;
	}
	
aside.leftside {
	width: 20%;
	float: left;
	}
	
main.rightside {
	width: 80%;
	float: right;
	}
	
h1, h2, h3, h4, h5, h6 {
    font-family:  "Lato","Arial","Helvetica","Verdana",sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
		line-height: 125%;
}
h1 {
    font-size: 2.3125rem;
}
h2 {
    font-size: 1.6875rem;
		color: #77b84a;
		font-weight: 400;
}
h3 {
    font-size: 1.4375rem;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1.0rem;
}

	
.dropdown {
	display: none;
	}
	
.container {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	}
	
.logo img{
	padding: 10px 10px 35px 15px;
	}
	
.memberMenu.wrapper ul li, .clientMenu.wrapper ul li{
	display: inline-block;
	float: left;
	text-align: left;
	}
.memberMenu.wrapper {
	border-top: 7px solid #f8f7f5;
	}

.memberMenu.wrapper div.orgMenu {
	width: 58%;
	float: right;
	}
.memberMenu.wrapper div.orgMenu ul {
	padding: 10px 15px 40px 15px;
	background-color: #f8f7f5;
	margin: 0;
	font-size: 12px;
	margin-left: 40px;
	display: block;
	}
	.memberMenu.wrapper div.orgMenu ul:after {
		clear: both;
		}
	.memberMenu.wrapper div.orgMenu ul li {
		font-size: 13px;
		font-weight: 700;
		}
		.memberMenu.wrapper div.orgMenu ul li:after {
			color: #7e7e7e;
			content: "|";
			padding: 0 11px;
			}
			.memberMenu.wrapper div.orgMenu ul li:last-child:after {
				content: "";
				}
				.memberMenu.wrapper div.orgMenu ul li a {
					font-size: .75rem;
					color: #0079c2;
					text-decoration: none;
					}
					
.clientMenu.wrapper {
	clear:both;
	float: none;
	width: 100%;
	border-bottom: 2px solid #0079c2;
	min-width: 1120px;
	padding-bottom: 0;
	}
	.clientMenu.wrapper:after, .clientMenu.wrapper:before {
		content: ".";
		display: block;
		font-size: 0;
		height: 0;
		line-height: 0;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		}
		.clientMenu.wrapper:after {
			clear: both;
			}
					
.clientMenu.wrapper ul.siteMenu {
	width: 100%;
	font-size: 16px;
	font-family: "Oswald", san-serif;
	margin: 0;
	margin-left: -8px;
	}
	.clientMenu.wrapper ul.siteMenu li {
		margin-top: 5px;
		position: relative;
		padding-bottom: 15px;
		}
	.clientMenu.wrapper ul.siteMenu li a{
		padding: 0 35px 0 15px;
		text-decoration: none;
		color: #333;
		display: block;
		}
		.clientMenu.wrapper ul.siteMenu li a p {
			color: #333;
			font-weight: 700;
			margin: 0;
			}
			.clientMenu.wrapper ul.siteMenu li a p.menu-link-top {
				font-weight: 300;
				margin-bottom: 4px;
				}
		.clientMenu.wrapper ul.siteMenu li.has-dropdown:hover {
			border-bottom: 4px solid #0079c2;
			padding-bottom: 11px;
			}
		.clientMenu.wrapper ul.siteMenu li.has-dropdown:hover ul.dropdown {
			display:block;
			width: auto;
			position: absolute;
			padding: 0;
			margin: 0;
			top:62px;
			left:0;
			background-color: #f8f7f5;
			z-index: 9999;
			text-align: left;
			}
			.clientMenu.wrapper ul.siteMenu ul.dropdown li {
				display: block;
				font-size: 1em;
				background: #f8f7f5;
				padding: 0 0.9375rem 0 1.0625rem;
				min-width: 180px;
				}
				.clientMenu.wrapper ul.siteMenu ul.dropdown li a {
					font-size: 16px;
					font-family: "Oswald",san-serif;
					font-weight: 300;
					color: #0079c2;
					line-height: 20px;
					background: #f8f7f5;
					padding: 5px 0 7px 0;
					border-bottom: solid 1px #a9a8a7;
					}
					.clientMenu.wrapper ul.siteMenu ul.dropdown li a:hover {
						color: #333;
						background: #f8f7f5;
					}
				
/* Footer */
.footer.wrapper {
	clear: both;
	float: none;
	width: 100%;
}
.socialWrapper {
	background-color: #0065A1;
	color: #FFFFFF;
	width: 100%;
	height: 57px;
	position:relative;
	box-shadow: 0 -3px 14px 0 #a3a3a3;
	}

	
.socialWrapper li {
	display: inline;
	float: left;
	}
	
.socialWrapper a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Oswald",san-serif;
	font-size: 18px;
	display: block;
	padding: 19px 145px 18px 25px;
	}
	.socialWrapper a:hover {
		background-color: #004671;
		}
	.socialWrapper ul li a {
  color: white;
}
		
.socialWrapper img {
	display: inline-block;
	vertical-align: middle;
	}
	.socialWrapper img.facebook {
		height: 26px;
		width: 14px;
		}
		.socialWrapper img.twitter {
			height: 24px;
			width: 32px;
			}
		
.donate-top {
	font-family: "Lato","Arial","Helvetica","Verdana",sans-serif;
    font-size: 1rem;
    font-weight: 700;
	display: block;
	color: white;
	}
.donate-bottom {
	 font-family: "Lato","Arial","Helvetica","Verdana",sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
	display: block;
}

.donate {
	line-height: 2em;
	background-color: #008f8c;
	position:absolute;
	bottom: 0;
	right: 15%;
	text-align: center;
	padding: 0 0px 18px;
	height: 48px;
	margin: 0;
    width: 265px;
	text-transform: uppercase;
}

	
.donate:before {
    background-color: #008f8c;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    top: -12px;
    width: 265px;
}

.donate a {
	padding: 0px;
	}
	.donate a:hover {
		background-color: transparent;
		padding: 0;
		}
	
.footerLinks {
	padding: 40px 0 10px;
	}
	
.footerLinks ul {
	clear:both;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	}
	
	
.footerLinks li {
	display: inline-block;
	}
	
	
.footerLinks li a{
	display: inline-block;
	color: #0079c2;
	font-size: 15px;
	font-weight:bold;
	}
	
.footerLinks li:after {
		content: "|";
		color: #7e7e7e;
		padding: 0 11px;
		display: inline-block;
		}
		
.footerLinks p.copyright {
	display: block;
	clear:both;
	text-align: center;
	}
	


/* link section */

.wrapper.flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
    justify-content: space-around;
}

.leftSide {
	width: 75%;
	box-sizing: border-box;
}

.rightSide {
	width: 20%;
	box-sizing: border-box;
	margin-top: 5em
}

.rightSide > div {
	margin-bottom: 1em;
}


.cat-button, .right-nav .scfSubmitButton {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Lato","Arial","Helvetica","Verdana",sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    background-color: #0079c2;
    border-color: #00619b;
    color: #fff!important;
    width: 218px;
    font-family: "Oswald",san-serif;
    text-align: left;
    font-size: 18px;
    margin-top: 0.625rem 0 0 0;
}

.btn-arrow {
    position: absolute;
    font-size: 36px;
    bottom: 6px;
    right: 16px;
    font-family: "Lato","Arial","Helvetica","Verdana",sans-serif;
    font-weight: 400;
}

@media (max-width: 740px) {
	.wrapper.flexbox {
	-webkit-box-orient: column-reverse;
	-webkit-box-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	}

	.leftSide, .rightSide {
		width: 90%;
		margin: 0 auto;
	}
}

/* Staff Page Styles */
 
 .staffdate { 
            font-weight: bold;
            color: #A30017;
			font-family: "Lato","Arial","Helvetica","Verdana",sans-serif;
          }
		  
 .stafftitle { 
            font-weight: bold;
			font-family: "Lato","Arial","Helvetica","Verdana",sans-serif;
          }
			
fieldset.staff {
    margin: 5px;
    background-color: #F4F3F1;
    border: 1px solid #336699;
	width: 1300px;
	}

	img.small-banner {
		display: none;
	}

body.oasys .row, body.cfp .row, body.cfr .row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
	}
	body.oasys .row > div, body.cfp .row > div, body.cfr .row > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack:start;
			-ms-flex-pack:start;
				justify-content:flex-start;
		padding: 5px;
	}
	body.oasys .row h4, body.cfp .row h4, body.cfr .row h4 {
		margin: 0;
		padding: 0;
	}
	body.oasys .row .paperdate, body.cfp .row .paperdate, body.cfr .row .paperdate {
		padding-top: 5px;
		padding-left: 5px;
	}
	body.oasys .row p, body.cfp .row p, body.cfr .row p {
		margin: 0.5em  0;
	}
