html{color:#383838;background:#fff}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#383838}
/* === end Yahoo! reset ===*/

html, body {
	height: 100%;
}

body {
	background-color: #fff;
}
* {
	border: none;
	color: #383838;
	margin: 0;
	padding: 0;
}
body, div, td, p, b, li, input, textarea, select, a, h1, h2, h3, h4, h5, h6, fieldset {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 2em;
}
td, p, li, input, textarea, select, label, fieldset, address {
	line-height: 2em;
}
p {
	padding-bottom: 1.5em;
}
ul {
	margin-left: 30px;
	list-style-type: none;
}
li {
	margin-bottom: 1.0em;
	line-height: 1.75em;
}

li::before {
	content: "\25AA"; 
        color: #62aae5;
        display: inline-block; 
	width: 1em;
        margin-left: -1em;
}

ul li {
/*
	background-image: url('/img/bullet.gif');
	background-repeat: no-repeat;
	background-position: 10px 13px;
	padding-left: 25px;
	padding-bottom: 15px;
*/
}
img.round {
	border-radius: 50%;
	border: 8px #cbe1ee solid;
        width: 300px;
        margin-left: 20px;
        margin-bottom: 20px;
}
.clearboth {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.textaligncenter {
	text-align: center;
}
.textalignright {
	text-align: right;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #580E6C;
}
a img {
	border: 0;
}
b {
	font-weight: 700;
}
hr {
	clear: both;
	border-top: 1px #e4e4e4 solid;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	color: #e4e4e4;
	margin: 20px 0;
	height: 1px;
}
h1 {
	color: #580e6c;
	font-size: 24px;
	font-weight: 400;
	padding-bottom: 10px;
	text-decoration: none;
}
body#home h1 {
	text-align: center;
	line-height: 1.2em;
	padding-bottom: 0;
}
h1.pagetitle {
	font-family: 'Montserrat';
	text-transform: uppercase;
	padding-top: 100px;
	font-size: 60px;
	text-align: center;
	color: #fff;
	line-height: 1em;
        text-shadow: 0px 2px 2px rgba(50, 50, 50, 0.5);
}

h1.pagetitlehome{
	font-family: 'Montserrat';
	text-transform: uppercase;
	padding-top: 40px;
	font-size: 60px;
	text-align: center;
	color: #fff;
	line-height: 1em;
        text-shadow: 0px 2px 2px rgba(50, 50, 50, 0.5);
}

h1.sitetitle {
	font-family: 'Montserrat';
	text-transform: uppercase;
	padding-top: 50px;
        padding-bottom: 50px;
	font-size: 60px;
	text-align: center;
	color: #1573af;
	line-height: 1em;
}
div#titlebanner {
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: center;
	height: 300px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.25);}
h2 {
	font-family: 'Montserrat';
	color: #1573af;
	text-transform: none;
	font-size: 30px;
	line-height: 1.25em;
	text-transform: none;
	margin: 0 0 15px 0;
}
div#youtubeiframe {
	margin:0 auto; height:315px;width:560px
}
iframe#resourcesyoutube {
	/* width="560" height="315" */
	width: 560px;
	height: 315px;
	margin: 0 auto;
}
div.container {
	max-width: 1020px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
div#topbar:after,
div#titlebanner:after {
	content: "";
	clear: both;
	display: table;
}
div#internal {
	padding-top: 45px;
}
div#internalcontent {
	padding-top: 5px;
	width: 76%;
	float: right;
}
div#internalcontent:after,
div.container:after {
	content: "";
	display: table;
	clear: both;
}
div#widecontent {
	padding: 0 5% 0 7%;
}
div#sidebar {
	float: left;
	width: 22%
}
img#logokatyskids {
	margin: 0 auto;
	display: block;
	clear: both;
}
img#logo {
	max-width: 440px;
	width: 65%;
	margin: 20px auto 0;
	display: block;
	clear: both;
}
body#home img#logo {
	margin: 60px auto 0;
	max-width: 680px;
	width: 66%;
}
div#homecentral {
	max-width: 725px;
	margin: 0 auto;
}

div#botbar {
	text-align: center;
	margin-top: 50px;
	padding-top: 25px;
	border-top: 1px #e5e5e5 solid;
}
body#home div#botbar {
	border: 0;
}
div#botbar p {
	font-size: 18px;
	line-height: 1.4em;
	color: #580e6c;
	font-weight: 400;
        letter-spacing: 1px;
}
body#home div#botbar a {
	color: #fff;
        text-decoration: underline;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.45);

}
body#home div#botbar p {
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.45);
}
div#botlogos {
	text-align: center;
}
img#couragelogo {
	max-width: 120px;
	margin-right: 8px;
}
img#nagclogo {
	max-width: 150px;
	margin-left: 8px;
}

img#dclogo {
	max-width: 250px;
}
div#botbar p.copyright {
	font-size: 12px;
        font-weight: 400;
	color: #666;
	padding-top: 10px;
	padding-bottom: 2.5em;
}
div#homecontent {
	max-width: 780px;
	margin: 0 auto;
	margin-bottom: 320px;
}
div#homepageimage {
	background-image: url('/img/bc_main_bkgd.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	min-height: 100%;
}
/* ============ UNAV ============== */
div#unav {
	display: block;
	text-align: center;
	margin: 0;
	padding: 1px 0 15px;
	line-height: 1.4em;
}
body#home div#unav {
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 100px;
}
div#unav a {
	text-decoration: none;
	font-family: 'Montserrat';;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4em;
	color: #580E6C;
	text-transform: uppercase;
	margin-left: 25px;
	margin-right: 23px;
	padding-bottom: 2px;
}
div#unav a:last-child {
	margin-right: 0;
}
div#unav a.unavon {
	color: #2D92D2;
} /* :hover only applied when screen larger than all mobile -- send bottom of file */
div#navindicator {
	display: none;
	cursor: pointer;
	text-align: center;
	margin-top: 15px;
	line-height: 3em;
}
div#navindicator span {
	line-height: 3em;
	text-transform: uppercase;
	padding-left: 29px;
	background-image: url('/img/icon_menu.svg');
	background-repeat: no-repeat;
	background-position: 0 6px;
	background-size: 20px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
}
/* ========== END UNAV ============ */


/* ========== LNAV ============ */
div#lnav {
	margin-left: 0px;
	line-height: 1em;
}
div#lnav a {
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 10px;
}
div#lnav a.lnav,
div#lnav a.lnavon {
}
div#lnav a.lnavon {
	color: #580e6c;
}
/* ============ END LNAV ============== */


/* ============ BUTTON ============== */
div#social {
	float: left;
	padding-top: 10px;
	margin-left: 20px;
}
div#social img {
	width: auto;
	height: 20px;
	border-radius: 50%;
	background-color: #580E6C;
	padding: 8px;
}
a.button,
div.button,
input.button {
	background-color: #580E6C; /* donate color */
        font-family: 'Montserrat';
	padding: 9px 25px 9px 25px;
	min-width: 75px;
	display: inline-block;
	margin-top: 0px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border: 0;
	outline: 0;
	text-decoration: none;
}
div#topbuttons {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}
div#topbarbuttonicons {
	display: none;
}
div#topbarbuttonicons:after {
	content: "";
	display: table;
	clear: both;
}
div#topbarbuttonicons div {
	width: 20px;
	height: 20px;
	padding: 14px;
	display: inline-block;
	float: right;
	margin-left: 2px;
	cursor: pointer;
}
div#topbarbuttonicons div#icondonate, div#topbarbuttonicons div#iconcontact, div#topbarbuttonicons div#iconvolunteer {
	padding: 6px 14px 14px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
div#icondonate {
	background-color: #580E6C; /* donate color */
}
div#iconcontact, div#iconvolunteer {
	background-color: #580E6C; /* volunteer color */
}


a.button.donate {
	background-image: url('/img/icon_gift.svg');
	background-size: 19px;
	background-position: 16px 7px;
	padding: 9px 10px 13px 43px;
	float: left;
	margin-right: 3px;
}
a.button.volunteer {
	background-color: #580E6C; /* volunteer color */
	background-image: url('/img/icon_heart.svg');
	background-size: 15px;
	background-position: 16px 10px;
	padding: 9px 20px 13px 40px;
	float: right;
	margin-right: 3px;
}
a.button.contact {
	background-color: #580E6C; /* volunteer color */
	background-image: url('/img/icon_bubbles.svg');
	background-size: 17px;
	background-position: 16px 8px;
	padding: 9px 20px 13px 40px;
	float: right;
}
a.button.donate,
a.button.volunteer,
a.button.contact {
	background-repeat: no-repeat;
	font-weight: 400;
	font-family: 'Montserrat';
}
a.button,
input.button,
div.buttonsignup * {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	line-height: 1em;
	text-transform: uppercase;
}
a.button.tab {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	margin-top: 0px;
	display: inline;
}
/* ============ END BUTTON ============== */


/* ============ FORM FIELDS ============== */
input, textarea {
border: 1px solid #dedede;
border-radius: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
font-size: inherit;
letter-spacing: inherit;
padding: 8px;
width: 200px;
}
input[type="text"]:focus, textarea:focus {
border-color: #be0053;
}
div.formlabel {
clear: both;
float: left;
width: 12em;
margin-right: 15px;
margin-bottom: 15px;
}
div.formfield {
float: left;
display: inline-block;
margin-bottom: 15px;
}
/* ============ END FORM FIELDS ============== */

/* ============================= MOBILE ================================ */
@media only screen and (max-width: 1815px) {
	div#unav {
	}
}

@media only screen and (max-width: 1395px) {
	div#unav {
	}
}
/* SCREENS LESS THAN 1120px - remove top padding of unav when it wraps*/
@media only screen and (max-width: 1120px) {
	div#unav {
	}
}
@media only screen and (max-width: 883px) {
	img#logo { 
		width: 85%;
	}
	body#home img#logo {
		width: 70%;
	}
	body#home div#unav,
	div#unav {
		display: none;
		padding: 0;
		margin: 0;
		width: 100%;
		border-bottom: 1px #ebebeb solid;
	}
	div#unav a,
	div#unav a.unav,
	div#unav a.unavon {
		display: block;
		border-top: 1px #ebebeb solid;
		line-height: 2.4em;
		margin: 0;
	}
	div#unav a.parentnav span {
		font-size: 18px;
		line-height: 23px;
	}
	body#home div#unav {
		padding-top: 0;
		border: 0;
	}
	body#home div#unav a {
		border: 0;
	}
	div#navindicator {
		display: block;
		margin-top: 0;
	}
	div#internalcontent,
	div#sidebar {
		padding-top: 5px;
		float: none;
		width: auto;
	}
	div#titlebanner {
		height: auto;
	}
	h1.pagetitle {
		padding-top: 1em;
		padding-bottom: 1em;
		font-size: 48px;
	}
}
@media only screen and (max-width: 700px) {
	body#home img#logo {
		width: 80%;
	}
}
@media only screen and (max-width: 600px) {
	div#youtubeiframe {
		width: 80%;
	}
}
@media only screen and (max-width: 530px) {
	div#topbar {
		text-align: center;
	}
	div#topbuttons,
	div#social,
	a.button.donate, a.button.volunteer, a.button.contact {
		float: none;
	}
	div#social {
		padding-top: 20px;
	}
	a.button.donate {
		background-position: 16px 10px;
	}
	a.button.volunteer {
		background-position: 16px 12px;
	}
	a.button.contact {
		background-position: 16px 12px;
	}
	div#topbuttons:after {
		content: "";
		display: table;
		clear: both;
	}
	div#youtubeiframe {
		width: 100%;
	}
	div#titlebanner {
	}
	h1.pagetitle {
		font-size: 42px;
	}
}
@media only screen and (max-width: 480px) {
	body#home img#logo {
		width: 90%;
	}
	img#logo { 
		width: 100%;
	}
}
/* for screens LARGER than mobile - where hover won't mess up clicks */
@media only screen and (min-width: 769px) {
	div#unav a:hover {
		color: #580e6c;
	}
	div#footer a:hover {
		
	}
	div#lnav a:hover {
		
	}
}