/*
	Theme Name: DHS Starter Theme - Foster Goodness
	Description: HTML5 Blank WordPress Theme - Plugins used: AIO SEO, AIO WP Migration, Classic Editor, Responsive Menu, Wordfence Security
	Version: 1.4.3
	Author: Kimberly Sholl
	Author URI: http://www.kimberlyshollwebdesign.com
	Tags: Blank, HTML5, CSS3, Bootstrap
*/

/*------------------------------------*\
    GLOBAL STYLES
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {font-size:62.5%;}/* html element 62.5% font-size for REM use */
body {
	font:300 16px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#a3a6a6;
	height: 100%;
	position: relative;
}
.clear:before, .clear:after {content:' ';display:table;}
.clear:after {clear:both;}
.clear {*zoom:1;}
img {max-width:100%;vertical-align:bottom;}
a {color:#00817d;text-decoration:none;}
a:hover {color:#00817d;}
a:focus {outline:0;}
a:hover, a:active {outline:0;}
input:focus {outline:0;border:2px solid #554895;}
.nopadding {padding: 0 !important;}
.container-fluid {margin-top: 78px;}
.wrapper {width:100%;margin:0 auto;overflow: hidden;display: block;}
h2 {color: #00817d; font-size: 2.8em; text-align: left; margin: 120px 0 50px;}
h4 {font-size: 1em; color: #00817d;}
hr {color: #00817d; height: 1px; background-color: #00817d; border: none;}
.iframeContainer {overflow: hidden; padding-top: 56.25%; position: relative;}
.iframeContainer iframe {position: absolute; top: 0; left: 0; border: 0; width: 100%; height: 100%;}


/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
	margin-bottom: 20px;
	background-color: #00817d;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.logo {width: 41%;float: left;padding: 20px 0 20px 16px;}
.logo-img {float: left;margin: 5px 10px 0 0;}
.logo h1 {color: #ffffff;margin: 0;font-size: 2em;}

/* Navigation Menus */
.nav {
	float: right;
	padding: 20px 16px;
}
#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;     
}
#cssmenu {
	height: 37px;
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 5px;
	width: auto;
}
#cssmenu, #cssmenu > ul > li > ul > li a:hover {background-color: transparent;}
#cssmenu > ul {list-style: inside none;padding: 0;margin: 0;}
#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
}
#cssmenu > ul > li > a {
	outline: none;
	display: block;
	position: relative;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff; 
	cursor: pointer;
}
#cssmenu > ul > li > a:hover {background-color: transparent;color: #ffffff;}
#cssmenu > ul > li:first-child > a {border-radius: 5px 0 0 5px;padding-left: 0;}
#cssmenu ul li.has-sub:hover > a:after {top: 0;bottom: 0;}
#cssmenu > ul > li.has-sub > a:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 6px;
	border: 5px solid transparent;
	border-top: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub:hover > a:before {top: 19px;}
#cssmenu ul li.has-sub:hover > a {
	background: #00817d;
	border-color: #00817d;
	padding-bottom: 13px;
	padding-top: 13px;
	top: -1px;
	z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div {display: block;}
#cssmenu ul li.has-sub > a:hover {background: #00817d;border-color: #00817d;}
#cssmenu ul li > ul, #cssmenu ul li > div {
	display: none;
	width: auto;
	position: absolute;
	top: 38px;
	padding: 10px 0;
	background: #00817d;
	border-radius: 0 0 5px 5px;
	z-index: 999;
}
#cssmenu ul li > ul {width: 260px;}
#cssmenu ul li > ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
}
#cssmenu ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 8px 20px;
	font-size: 1.1em;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
#cssmenu ul ul a:hover {color: #ffffff;}
#cssmenu > ul > li.has-sub > a:hover:before {border-top: 5px solid #ffffff;}


/*------------------------------------*\
    HOMEPAGE TEMPLATE
\*------------------------------------*/

/* Hero Section */
.heroImg {
	background-image: url('img/heroImg.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 55px;
	padding-top: 50px;
	width: 100%;
}
.heroTxt {padding: 0 25px 0 0;float: right;}
.heroTxt h2 {color: #00817d; font-size: 3.2em; margin: .5rem;}
.heroTxt p {margin-bottom: 2vw;}
.heroTxt button {
	border-radius: 30px;
	background-color: #00817d;
	color: #ffffff;
	padding: 10px 20px;
	font-size: 1.8em;
	border: none;
}
.heroTxt i {margin-left: 10px;}

/* Introductions Section */
.intros {background-color: #f8f9f9; width: 100%; padding-bottom: 25px;}
.intros h2 {color: #00817d; font-size: 2.8em; text-align: center; margin: 50px auto;}
.introWrap {width: 1117px; margin: 0 auto;}
.introBoxCont {float: left; margin-bottom: 50px;}
.introBox {border: 2px solid #00817d; height: 268px; width: 359px;}
.box1 {background-image: url('img/meetTeens.jpg'); margin-right: 20px;}
.box2 {background-image: url('img/meetFamilies.jpg'); margin-right: 20px;}
.box3 {background-image: url('img/meetAgencies.jpg');}
.boxBottom {background-color: #a3a6a6; border: 2px solid #00817d; width: 359px; text-align: center;}
.boxBottom h3 {color: #ffffff; font-size: 28px; margin: 5px;}
.arrow {content: url('img/arrowLeft.png'); float: left; width: 35px; margin: 3px 0 0 5px;}
.bb1 h3 {margin: 5px 0 5px 200px;}
.bb2 h3 {margin: 5px 0 5px 170px;}
.bb3 h3 {margin: 5px 0 5px 155px;}

/* Your Questions Section */
.quest {background-color: #ffffff; width: 100%; padding-bottom: 25px;}
.quest h2 {color: #00817d; font-size: 2.8em; text-align: center; margin: 50px auto;}
.questWrap {width: 1117px; margin: 0 auto;}
.questBoxCont {float: left; margin-bottom: 50px;}
.questBox {border: 2px solid #00817d; height: 197px; width: 241px;}
.box4 {background-image: url('img/fgCamp.jpg'); margin-right: 51px;}
.box5 {background-image: url('img/aboutFC.jpg'); margin-right: 51px;}
.box6 {background-image: url('img/becomingFP.jpg'); margin-right: 51px;}
.box7 {background-image: url('img/fpResources.jpg');}
.questBoxBottom {background-color: #a3a6a6; border: 2px solid #00817d; width: 241px; text-align: center;}
.questBoxBottom h3 {color: #ffffff; font-size: 24px; margin: 5px; text-align: left; height: 65px;}
.questBoxBottom p {color: #ffffff; font-size: 1em; margin: 5px; text-align: left;}
.questBoxBottom p span a {color: #00817d; font-weight: bold; font-size: 13px; margin-left: 10px;}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.intContentWrap {max-width: 1117px; margin: 0 auto; padding: 0 25px 50px;}
.intContentWrap h3 {color: #00817d; font-size: 24px; margin: 30px 0 10px; text-align: left;}
.intContentWrap p strong {color: #00817d; font-weight: bold;}
.intContentWrap ul {list-style: none;}
.intContentWrap ul li:before {
	content: "\2022"; 
	color: #00817d; 
	font-weight: bold; 
	display: inline-block; 
	width: 1em; 
	margin-left: -1em;
}

/* FAQs Accordion */
.panel-group .panel+.panel{
	margin-top: 10px;
}
.panel-heading {
	padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
	color:#00817d;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:3px;
	text-decoration:none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.panel-heading  a:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f078";
	font-weight: 900;
	float: left;
	margin-right: 20px;
	transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.panel-body {
	margin-left: 50px;
}

/* About Section */
.about {background-color: #f8f9f9; width: 100%; padding-bottom: 50px;}
.about h2 {color: #00817d; font-size: 2.8em; text-align: center; margin: 50px auto;}
.aboutWrap {width: 100%; max-width: 1117px; margin: 0 auto; padding: 0 25px;}
.aboutImage {
	border: 2px solid #00817d; 
	height: 319px; 
	width: 359px; 
	background-image: url('img/fosterGCOrig.jpg'); 
	background-repeat: no-repeat;
	float: left;
	margin: 0 40px 0 0;
}
.aboutTxt h3 {color: #00817d; font-size: 24px; margin: 0 0 20px; text-align: left;}
.aboutTxt button {
	border-radius: 30px;
	background-color: #00817d;
	color: #ffffff;
	padding: 10px 20px;
	font-size: 1.8em;
	border: none;
}
.aboutTxt i {margin-left: 10px;}
.aboutTxt p {margin-bottom: 20px;}


/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/
.sidebar {margin-top: 30px;float: right;}
.sidebar-widget {margin-top: 50px;}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {background-color: #00817d;padding: 50px;width: 100%;}
.footTxt {height: 160px;}
.footerLogo {float: left;margin-right: 20px;}
.footer p {color: #ffffff;font-size: 1.1em;margin: 5px 0 20px;}
.footer p.copyright {font-size: .82em;}
.footerNav {width: auto;margin: 0 auto;float: right;}
#menu-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	display: inline-block;
}
#menu-footer-menu > li {float: right;clear: both;}
#menu-footer-menu > li > a {font-size: 1.1em;color: #ffffff;}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
	font-weight:normal;
	font-style:normal;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
@media only screen and (min-width:1280px) {

}
@media (max-width:1117px) {
	.introWrap {width: 100%;}
	.questWrap {width: 100%;}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (max-width:991px) {
	.heroImg {background-image: none;}
	.heroTxt {text-align: center; padding: 20px 20px; float: none; margin: 0 auto;}
	.heroTxt h2 {font-size: 3em; text-align: center;}
	#cssmenu > ul > li > a {font-size: 0.9em;}
	#cssmenu ul li > ul {width: 195px;}
	#cssmenu ul li > ul li a {font-size: 0.8em;}
}
@media only screen and (max-width:875px) {
	.questWrap {width: 533px ; margin: 0 auto;}
	.box5 {margin-right: 0 ;}
}
@media only screen and (max-width:767px) {
	.logo {width: 80%;}
	#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {left: 110px !important;}
	#responsive-menu-container {height: auto; bottom: auto !important;}
	.intros h2 {font-size: 40px;}
	.introWrap {width: 359px;}
	.introBox {margin-right: 0;}
	.aboutWrap {padding: 0;}
	.aboutImage {margin: 0 auto 40px; float: none;}
	.aboutTxt {max-width: 359px; margin: 0 auto; text-align: center;}
	.aboutTxt h3 {text-align: center;}
	.footer {text-align: center;}
	.footerNav {margin: 0 auto 50px; float: none;}
	#menu-footer-menu > li {float: none;}
	.footerLogo {float: none; margin: 0 auto;}
}
@media only screen and (max-width:540px) {
	.questWrap {width: 241px;}
	.questBox {margin-right: 0;}
}
@media only screen and (min-width:480px) {
	.sidebar {float: none;}
}
@media only screen and (min-width:320px) {
	.sidebar {float: none;}
}


/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {margin:5px 20px 20px 0;}
.aligncenter, div.aligncenter {display:block;margin:5px auto 5px auto;}
.alignright {float:right;margin:5px 0 20px 20px;}
.alignleft {float:left;margin:5px 20px 20px 0;}
a img.alignright {float:right;margin:5px 0 20px 20px;}
a img.alignnone {margin:5px 20px 20px 0;}
a img.alignleft {float:left;margin:5px 20px 20px 0;}
a img.aligncenter {display:block;margin-left:auto;margin-right:auto;}
.wp-caption {background:#FFF;border:1px solid #F0F0F0;max-width:96%;padding:5px 3px 10px;text-align:center;}
.wp-caption.alignnone {margin:5px 20px 20px 0;}
.wp-caption.alignleft {margin:5px 20px 20px 0;}
.wp-caption.alignright {margin:5px 0 20px 20px;}
.wp-caption img {border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto;}
.wp-caption .wp-caption-text, .gallery-caption {font-size:11px;line-height:17px;margin:0;padding:0 4px 5px;}
.sticky {}
.bypostauthor {}


/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
