/*
	Theme Name: Homegrown Talent Coalition
	Theme URI: http://homegrowntalentcoalition.com
	Description: Custom Wordpress theme for Homegrown Talent Coalition
	Version: 1.0
	Author: Eric Richards
	Tags: HTML5, CSS3, jQuery, custom, mobile, responsive

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/* -------------------------------------------------------------------------------------------------------------- */
/* css for site basics ------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------- */

html,body {
	width: 100%;
	height: 100%;
    }
body {
	position: relative;
	padding: 0;
	margin: 0;
	min-width: 100%;
	background: #faf0de;
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 40px;
	color: #22263e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;	
	}
img {
	padding: 0; 
	margin: 0;
	border: 0;
	}
a {
	color: #22263e;
    transition: color 0.2s linear;
 	text-decoration: underline;
	}
	a.no-line {
		color: #710f11;
		text-decoration: none;
		}
a:hover {
	color: #710f11;
	outline: none;
    transition: color 0.2s linear;
 	text-decoration: underline;
   	}
ul {
	padding: 0 0 25px 25px;
	margin: 0;
	list-style: disc;
	}
	ul li::marker {
		color: #22263e;
		}
	ul li {
		padding: 5px 0 0px 0px;
		margin: 0;
		}
ol {
	padding: 0 0 25px 29px;
	margin: 0;
	}
	ol li {
		padding: 0 0 5px 0px;
		margin: 0;
		}
	ol li::marker {
    	color: #22263e;
		font-size: 18px;
		font-weight: 500;
		}
p {
	padding: 0 0 25px 0;
	margin: 0;
	}
sup {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	font-size: 14px; 
	line-height: 14px;
	}	
strong,
b {
	font-weight: 600;
	}
h1 {
 	padding: 0 0 30px 0;
	margin: 0 0 0 0;
	font-family: "Lato", sans-serif;
	font-size: 55px;
	line-height: 60px;
	color: #22263e;
	font-weight: 900;
	width: 75%;
	}
h2 {
 	padding: 0 0 30px 0;
	margin: 0 0 0 0;
	font-family: "Lato", sans-serif;
	font-size: 35px;
	line-height: 36px;
	color: #22263e;
	font-weight: 900;
	}
.intro h2,
h3 {
 	padding: 0 0 30px 0;
	margin: 0 0 0 0;
	font-family: "Lato", sans-serif;
	font-size: 30px;
	line-height: 35px;
	color: #22263e;
	font-weight: 900;
	}
h4 {
 	padding: 0 0 30px 0;
	margin: 0 0 0 0;
	font-family: "Lato", sans-serif;
	font-size: 25px;
	line-height: 30px;
	color: #22263e;
	font-weight: 900;
	}
hr {
	padding: 0 0 0 0;
	margin: 10px 0 45px 0;
	height: 1px;
	border: none;
	border-bottom: 1px solid #22263e
	}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for colors ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.swatches .col {
	min-height: 100px;
	margin: 20px;
	color: #fff;
	}	
.bg-darkblue {
	background: #22263e;
	color: #fff;
	}
	.bg-darkblue h2,
	.bg-darkblue h3,
	.bg-darkblue a {
		color: #fff;
		}
.bg-blue {
	background: #4a4da0;
	color: #fff;
	}
	.bg-blue h2,
	.bg-blue h3,
	.bg-blue a {
		color: #fff;
		}
.bg-red {
	background: #710f11;
	color: #fff;
	}
	.bg-red h2,
	.bg-red h3,
	.bg-red h4,
	.bg-red a {
		color: #fff;
		}
	.bg-red ul li::marker {
		color: #faf0de;
		}
	.bg-red a:hover {
		color: #faf0de;
		}	
.bg-orange {
	background: #eea220;
	color: #22263e;
	}
	.bg-orange h2,
	.bg-orange h3,
	.bg-orange h4,
	.bg-orange a {
		color: #22263e;
		}
.bg-yellow {
	background: #f7d394;
	color: #fff;
	}
	.bg-yellow h2,
	.bg-yellow h3,
	.bg-yellow h4,
	.bg-yellow a {
		color: #fff;
		}
.bg-brown {
	background: #bd7f22;
	color: #fff;
	}
	.bg-brown h2,
	.bg-brown h3,
	.bg-brown h4,
	.bg-brown a {
		color: #fff;
		}
.bg-violet {
	background: #9fa5c8;
	color: #fff;
	}
	.bg-violet h2,
	.bg-violet h3,
	.bg-violet h4,
	.bg-violet a {
		color: #fff;
		}
.bg-pink {
	background: #ef9293;
	color: #000;
	}
	.bg-pink h2,
	.bg-pink h3,
	.bg-pink h4,
	.bg-pink a {
		color: #22263e;
		}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for site structure --------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */


#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 122px;
	z-index: 999;
    transition: all 0.2s linear;
	background: #faf0de;
    }
   .dropshadow { 	
		box-shadow: 1px 1px 5px rgba(0,0,0,.35);
	}	
.container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 96%;
	padding: 40px 2% 10px 2%;
	max-width: 1146px; 
	}
   #header .container {
   		padding: 0px 2% 0px 2%;
   		max-width: 96%;
   		}
.desktop {
	display: inherit;
	}
.mobile {
	display: none;
	}
.mobile-nav {
	display: none !important;
	}	


/* -------------------------------------------------------------------------------------------------------------- */
/* css for cta buttons -------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

a.cta {
	display: inline-block;
	padding: 18px 35px 19px 35px;
	margin: 0 0 35px 0;
	background: #f7d394;
	border-radius: 22px;
	font-size: 26px;
	line-height: 26px;
	font-weight: 700;
	color: #710f11;
    text-decoration: none;
    transition: all 0.2s linear;
	}
	a.cta:hover {
		background: #710f11;
		color: #f7d394;
		transition: all 0.2s linear;
		text-decoration: none;
		}	


/* -------------------------------------------------------------------------------------------------------------- */
/* css for box nav -----------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

.box-nav-container {
	margin: 0 0 30px 0;
	}
	.box-nav-container a {
		text-decoration: none;
		}
.box-nav {
	position: relative;
	padding: 30px 30px 0 30px;
	border-radius: 10px;
	font-size: 36px;
	line-height: 43px;
	font-weight: 900;
	color: #22263e;
	transition: all 0.2s linear;
	text-decoration: none;
	background-color: #eea220;
	}
.box-nav-title h4 {
	margin-top: 10px;
	color: #4a4da0;
	width: 95%;
	}	
.box-nav-photo {
	position: relative;
	width: 100%;
	height: 454px;
	}	
	.box-nav-photo img {
		width: 100%;
		max-height: 454px;
		height: auto;
		border-radius: 10px;
		}	
.box-nav-flip {
	display: none;
	height: 424px;
	background-color: #eea220;
	}
	.box-nav-flip h3 {
		font-size: 36px;
		line-height: 43px;
		}
.flip-on {
	position: absolute;
	width: 45px;
	height: 45px;
	bottom: 15px;
	right: 15px;
	background-image: url(images/open-icon-default.svg);
	background-repeat: no-repeat;
	background-size: 45px 45px;
	transition: opacity 0.5s ease-in-out; 
	cursor: pointer;
	}
	.flip-on::before {
		content: "";
		position: absolute;
		inset: 0;
		background-image: url(images/open-icon-hover.svg);
		background-size: 45px 45px;
		opacity: 0;
		transition: opacity 0.5s ease-in-out; 
		z-index: 1; 
		}
		.flip-on:hover::before {
			opacity: 1;
			}

.flip-off {
	position: absolute;
	width: 45px;
	height: 45px;
	bottom: 15px;
	right: 15px;
	background-image: url(images/close-icon-default.svg);
	background-repeat: no-repeat;
	background-size: 45px 45px;
	transition: opacity 0.5s ease-in-out; 
	cursor: pointer;
	}



/* -------------------------------------------------------------------------------------------------------------- */
/* css for slides ------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

.slides {
	padding-bottom: 100px;
	border-radius: 10px;
	margin-bottom: 50px;
	}
	.slide {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		}
	.slide-text {
		padding: 65px 40px 0 40px;
		min-height: 420px;
		}
	.slide img {
		width: 100%;
		height: auto;
		}	


/* -------------------------------------------------------------------------------------------------------------- */
/* contact form ------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

input[type='password'],
input[type='tel'],
input[type='email'],
input[type='text'] {
	display: inherit !important;
	vertical-align: top !important;
	padding: 12px 10px 12px 10px !important;
	margin: 0 0 10px 0 !important;
	height: 49px !important;
	width: 100% !important;
	border: none !important;
	border-radius: 0 !important;
	background: #fff !important;
	outline: none !important;
	font-family: "Lato", sans-serif !important;
	font-size: 16px !important;
	line-height: 16px !important;
	color: #000 !important;
	font-weight: 400 !important;
	transition: all 0.2s linear !important;
	}
	.wpforms-recaptcha-container input[type='text'].wpforms-recaptcha-hidden  {
		visibility: hidden !important; 
		display: none !important;
		}
textarea {
	background: #fff !important;
	border-color: #fff !important;
	}
#pre-footer input[type='password'],
#pre-footer input[type='tel'],
#pre-footer input[type='email'],
#pre-footer input[type='text'] {
	background: #faf0de !important;
		}
#pre-footer textarea {
	background: #faf0de !important;
	border-color: #faf0de !important;
	}
	
button[type='submit'],
input[type='submit'] {
	display: inherit !important;
	padding: 10px 35px 10px 35px !important;
	height: 45px !important;
	margin: 25px 0 0 0 !important;
	border: none !important;
	background: #f7d394 !important;
	border-radius: 22px !important;
	font-family: "Lato", sans-serif !important;
	font-size: 26px !important;
	line-height: 26px !important;
	font-weight: 700 !important;
	color: #710f11 !important;
	text-align: center !important;
	cursor: pointer !important;
    transition: all 0.2s linear;
    text-decoration: none !important;
	}
	button[type='submit']:hover,
	input[type='submit']:hover {
		background: #710f11 !important;
		color: #f7d394 !important;
	    transition: all 0.2s linear;
	    text-decoration: none;
		}
	::placeholder {
		font-family: "Lato", sans-serif !important;
		font-size: 16px !important;
		line-height: 16px !important;
		color: #000 !important;
		font-weight: 400 !important;
		opacity: 1 !important;
		}
	.policy {
		display: inline-block;
		padding: 0 0 0px 0 !important;
		font-size: 16px !important;
		line-height: 19px !important;
		}
	.wpforms-field-label-inline {
		margin-top: -2px !important;
		font-size: 21px !important;
		line-height: 24px !important;
		}
	
		
/* -------------------------------------------------------------------------------------------------------------- */
/* css for header ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.logo  {
	position: absolute;
	top: 20px;
	left: 2%;
	width: 280px;
    transition: all 0.2s linear;
    z-index: 999;
	}
	.logo img {
		width: 100%;
		max-width: 380px;
		height: auto;
		}
	
#mainnav {
	display: block;
	position: absolute;
	top: 40px;
	right: 195px;
	z-index: 997;
    transition: all 0.2s linear;
	}
	#mainnav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	#mainnav ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
		}
		#mainnav ul li::before {
			display: none; 
			}
		#mainnav ul li a {
			margin: 0;
			padding: 0 6px 0 14px;
			font-size: 21px;
			line-height: 21px;
			color: #710f11;
			text-decoration: none;
			font-weight: 900;
			}
		#mainnav ul li a:hover {
			color: #4a4da0;
			}
		#mainnav .current-menu-item a {
			color: #4a4da0;
			}
	#mainnav ul li ul {
		display: block;
		}

.work-with-us {
	position: absolute;
	display: block;
	padding: 30px 25px 0px 25px;
	top: 0;
	right: 0;
	background-color: #eea220;
	width: 112px;
	height: 92px;
	color: #22263e;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	text-decoration: none;
	z-index: 999;
    transition: all 0.2s linear;
    overflow: hidden;
	}
	.work-with-us:hover {
		color: #f7d394;
		background-color: #4a4da0;
		transition: all 0.2s linear;
		text-decoration: none;
		}	




/* -------------------------------------------------------------------------------------------------------------- */
/* css for heros ------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------- */

.hero {
	position: relative;
	width: 100%;
	height: 520px;
	margin-top: 122px;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    transition: all 0.2s linear;
	}
	.hero .container {
		height: 520px;
		}
	.hero-title-bar {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 110px;
		}
	.hero-text {
		position: absolute;
		bottom: 40px;
		left: 2%;
		}
		.hero-text h1 {
			color: #fff;
			white-space: nowrap;
			}

.hero-home {
	margin-top: 122px;
	margin-bottom: 50px;
	height: auto;
	}
.hero-slides {
	position: relative;
	}
	.hero-slide {
		position: relative;
		height: 610px;
		}	
	.hero-slide-text {
		position: relative;
		width: 50%;
		height: 610px;
		float: left;
		}
		.hero-slide-text h1 {
			color: #fff;
			width: 500px;
			}
.hero-photo {
	position: relative;
	width: 50%;
	float: right;
	}
	.hero-photo-inset {
		float: right;
		}
.vert-align {
	position: absolute;
	transform: translate(-50%,-50%);
	left: 45%;
	top: 50%;
	}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for about ------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------- */

.slide-photo {
	position: relative;
	}
.download-block-pad {
	padding: 120px 0 0 60px;
	}
.color-block-pad {
	padding: 70px 60px 40px 60px;
	}
.download-pdf img {
	width: 100%;
	max-width: 419px;
	height: auto;
	}
.photo-col img {
	width: 100%;
	height: auto;
	}
.info-graphic {
	margin: 50px 0 50px 0;
	padding: 60px 0 60px 0;
	background-image: url(images/bg-info-graphic.webp);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	}
	.info-graphic img {
		width: 100%;
		max-width: 1234px;
		height: auto;
		}
	.info-graphic h3 {
		color: #fff;
		}

/* nav */
.yr-nav {
	position: fixed; 
	top: -1000px; 
	left: 0px;
	width: 178px; 
	padding: 25px 0 25px 15px;
	z-index: 9999;
    transition: top 1.1s linear;
	background: #710f11;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	}
	.yr-nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		.yr-nav ul li {
			padding: 8px 30px 9px 0px;
			font-size: 19px;
			line-height: 23px;
			font-weight: 900;
			border-bottom: 1px solid #fff;
			}
			.yr-nav ul li:last-of-type {
				border: none;
				}
	.yr-nav a {
		color: #fff;
		text-decoration: none;
		}

		
/* -------------------------------------------------------------------------------------------------------------- */
/* css for coaltion --------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.logos {
	margin: 0 0 70px 0;	
	}
.coalition-logo {
	height: 186px;
	max-width: 279px;
	background: url(images/bg-logo.png) no-repeat right bottom;
	}
	.coalition-logo:nth-child(4n) {
		background: url(images/bg-logo2.png) no-repeat;
		}
	.coalition-logo img {
		margin-top: 10px;
		width: 100%;
		max-width: 270px;
		height: auto;
		}
		
			
/* -------------------------------------------------------------------------------------------------------------- */
/* css for resources -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.resource {
	position: relative;
	margin-bottom: 70px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 900;
	color: #710f11;
	text-align: center;
	}
	.resource-plus {
		position: absolute;
		top: 240px;
		left: 95px;
		width: 45px;
		height: 45px;
		background-image: url(images/resources-open-icon-default.svg);
		background-repeat: no-repeat;
		background-size: 45px 45px;
		cursor: pointer;
		}
		.resource-plus:hover {
			background: url(images/resources-open-icon-hover.svg) no-repeat;
			background-size: 45px 45px;
			}
	.resource-image {
		max-width: 203px;
		}
	.resource-image img {
		max-width: 203px;
		width: 100%;
		height: auto;
		margin-bottom: 30px;
		}
	
/* -------------------------------------------------------------------------------------------------------------- */
/* css for video ------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------- */
	
.video-contain {
	margin: -50px 0 0 0;
	position: relative;
	overflow: hidden;
	width: 97%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	}

.video-contain iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	}
	

/* -------------------------------------------------------------------------------------------------------------- */
/* css for window shade ----------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.winshade {
	position: relative;
	}
	.winshade-question {
		position: relative;
		padding: 30px 0 5px 0;
		width: 100%;
		border-bottom: 1px solid #f4a940;
		}
	.winshade-answer {
		text-align: left;
		width: 100%;
		padding: 25px 0 60px 0;
		display: none;
		font-size: 20px;
		line-height: 35px;
		color: #aaabab;
		}
	.plus {
		position: absolute;
		right: 0;
		top: 20px;
		width: 60px;
		height: 60px;
		background: url(images/open-info-button.svg) no-repeat center center;
		cursor: pointer;
		}
		.plus:hover {
			background: url(images/plus-hover.svg) no-repeat center center;
			text-decoration: none;
			}
	.minus {
		position: absolute;
		right: 0;
		bottom: 20px;
		width: 60px;
		height: 60px;
		background: url(images/close-info-button.svg) no-repeat center center;
		cursor: pointer;
		}
		.minus:hover {
			background: url(images/close-info-button-hover.svg) no-repeat center center;
			text-decoration: none;
			}



				
/* -------------------------------------------------------------------------------------------------------------- */
/* css for footer ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#pre-footer {
	position: relative;
	width: 100%;
	margin: 100px 0 0 0;
	padding: 0 0 0 0;
	background: #22263e;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	color: #fff;
	}
	#pre-footer .container {
		padding: 95px 0 50px 0;
		}
	#pre-footer a {
		color: #fff;
		}
		#pre-footer a:hover {
			color: #f7d394;
			}
	#pre-footer h2 {
		padding: 0;
		font-size: 28px;
		line-height: 37px;
		color: #fff;
		}	

#footer {
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #4a4da0;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	}
	#footer .container {
		padding: 85px 0 100px 0;
		}
	#footer .footer-logo {
		padding: 0;
		margin: 0 0 10px 0;
		width: 290px;
		}
		#footer .footer-logo img {
			width: 100%;
			height: auto;
			}
			
	#footer ul {
		margin: 20px 0 0 0;
		padding: 0;
		list-style: none;
		}
		#footer ul li {
			position: relative;
			display: inline-block;
			padding: 0 0 15px 5px;
			color: #fff;
			}
			#footer ul li::before {
				padding: 0 10px 0 0;
				content: "|";
				}
			#footer ul li::before {
				padding: 0 10px 0 0;
				content: "|";
				font-size: 16px;
				}
				#footer ul li:first-child {
					padding: 0 0 15px 0;
					}
				#footer ul li:first-child::before {
					padding: 0;
					content: "";
					}
		#footer ul li a,
		#footer ul li a:visited,
		#footer ul li a:active {
			font-size: 16px;
			line-height: 16px;
			font-weight: 600;
			color: #fff;
			text-decoration: none;
			transition: all 0.3s linear;
			}
			#footer ul li a:hover {
				text-decoration: none;
				color: #f7d394;
				transition: all 0.3s linear;
				}
		#footer .linkedin  {
			float: right;
			position: relative;
			overflow: hidden;
			text-indent: -9999px;
			color: #fff;
			text-decoration: underline;
			width: 67px;
			height: 67px;
			background-image: url(images/linked-in-icon-default.svg);
			background-repeat: no-repeat;
			background-size: 67px 67px;
			z-index: 1;
			}
			#footer .linkedin::before {
				content: "";
				position: absolute;
				inset: 0;
				background-image: url(images/linked-in-icon-hover.svg);
				background-size: 67px 67px;
				opacity: 0;
				transition: opacity 0.5s ease-in-out; 
				z-index: -1; 
				}
				#footer .linkedin:hover::before {
					opacity: 1;
					}

	#footer .copyright {
		font-size: 12px;
		line-height: 16px;
		font-weight: 400;
		}
		#footer .copyright .year,
		#footer .copyright p {
			display: inline-block;
			}
	#footer .copyright a {
		text-decoration: underline;
		color: #fff;
		}
	#footer .copyright a:hover {
		color: #f7d394;
		}

	
/* -------------------------------------------------------------------------------------------------------------- */
/* css for popups ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.popup-bck {
	display: none;
	background-color: rgba(0,0,0, .7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 99998;
	cursor: default;
	}
.popup-content {
	display: none;
	position: fixed;
	top: 48%;
	left: 50%;
	padding: 30px 90px 15px 30px;
	width: 480px;
	z-index: 99999;
	background: #fff;
	box-shadow: 1px 1px 15px #000;
	transform: translate(-50%,-50%);
	cursor: default;
	text-align: left; 
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	font-style: italic;
	}
.close-popup {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
	cursor: pointer;
	background: url(images/close-icon-default.svg) no-repeat;
	background-size: 45px 45px;
	}
	.close-popup:hover {
		text-decoration: none;
		background: url(images/close-icon-hover.svg) no-repeat;
		background-size: 45px 45px;
		}
.popup-content a.cta {
	margin: 0;
	padding: 13px 25px 14px 25px;
	box-shadow: 1px 1px 15px #000;
	font-size: 20px;
	line-height: 20px;
	font-style: normal;
	}

	
/* -------------------------------------------------------------------------------------------------------------- */
/* css for misc items ------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.spacer {
	height: 50px;
	}
.border-radius img,
.border-radius {
	border-radius: 10px;
	}
.border-radius-top img,
.border-radius-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
.content-photo {
	position: relative;
	}	
.wp-caption-text {
	font-size: 18px;
	line-height: 38px;
	font-weight: 300;
	text-align: left;
	}
.caption-btn {
	position: absolute;
	bottom: 30px;
	left: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	font-style: italic;
	cursor: pointer;
	}	
.photo-caption {
	display: none;
	position: absolute;
	padding: 10px 30px 10px 10px;
	bottom: 60px;
	left: 20px;
	max-width: 200px;
	font-size: 14px;
	line-height: 16px;
	color: #2060ad;
	font-weight: 700;
	background: #fff;
	}	
	.hero-caption-btn {
		left: auto;
		right: 2%;
		bottom: 30px;
		}
	.hero-photo-caption {
		left: auto;
		right: 2%;
		bottom: 60px;
		}
	.home-hero-caption-btn {
		left: auto;
		right: 2%;
		bottom: 30px;
		}
	.home-hero-photo-caption {
		left: auto;
		right: 2%;
		bottom: 60px;
		}
.screen-reader-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}			
.clear {
	width: 100%;
	display: block;
	flex: none;
	float: none;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	}
.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
	}
.alignnone {
	margin: 0 auto 20px auto;
	}	
.center-text {
	text-align: center;
	}		
.alignright {
	padding: 0;
	margin: 0 0 50px 4px;
	display: inline-block;
	}
.alignleft {
	float:left;
	margin: 7px 20px 20px 0;
	}
	img.alignleft {
		width: inherit;
		}

.hidden {
	display: none;
	}	
.mobile {
	display: none;
	}
.desktop {
	display: inherit;
	}
#wp-admin-bar { 
	position: absolute !important; 
	}
.admin-bar-search {
	display: none;
	}
.grecaptcha-badge { 
	visibility: hidden !important; 
	}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for animations ------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.animation-element {
	position: relative;
	transition: .6s all ease;
	}
.slow {
	transition: 1.2s all ease;
	}
.delay1 {
	-webkit-transition-delay: .1s; 
    transition-delay: .1s;
	}
.delay2 {
	-webkit-transition-delay: .2s; 
    transition-delay: .2s;
	}
.delay3 {
	-webkit-transition-delay: .3s; 
    transition-delay: .3s;
	}
.delay4 {
	-webkit-transition-delay: .4s; 
    transition-delay: .4s;
	}
.delay5 {
	-webkit-transition-delay: .5s; 
    transition-delay: .5s;
	}
.delay6 {
	-webkit-transition-delay: .6s; 
    transition-delay: .6s;
	}
.delay7 {
	-webkit-transition-delay: .7s; 
    transition-delay: .7s;
	}
.fade-in {
	opacity: 0;
	}
.fade-in.in-view {
	opacity: 1;
	}
.slide-left {
	opacity: 0;
	-webkit-transform: translateX(120px);
	-ms-transform: translateX(120px);
	transform: translateX(120px);
	}
.slide-right {
	opacity: 0;
	-webkit-transform: translateX(-120px);
	-ms-transform: translateX(-120px);
	transform: translateX(-120px);
	}
.slide-up {
	opacity: 0;
	-webkit-transform: translateY(120px);
	-ms-transform: translateY(120px);
	transform: translateY(120px);
	}
.slide-left.in-view,
.slide-right.in-view,
.slide-up.in-view {
	opacity: 1;
	-webkit-transform: translate3d(0, 0 , 0);
	-ms-transform: translate3d(0, 0 , 0);
	transform: translate3d(0, 0 , 0);
	}
.grow {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	}
.grow.in-view {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
.text-highlight {
	color: inherit;
	}
.text-highlight.in-view {
	color: #34a31f;
	}
.rotate {
	opacity: 0;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);   
	transform: rotateY(180deg);
	display: inline-block;
	}














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

	.hero-slide-text {
		width: 60%;
		}
	.hero-photo {
		width: 40%;
		}
	.hero-home .slick-dots {
		position: absolute;
		transform: translate(-50%,-50%);
		left: 27%;
		bottom: 2%;
		width: 500px;
		}

}


@media only screen 
and (max-width : 1900px) {

	.hero-home .slick-dots {
		position: absolute;
		transform: translate(-50%,-50%);
		left: 22.5%;
		bottom: 2%;
		width: 500px;
		}

}


@media only screen 
and (max-width : 1700px) {

	.hero-slide-text {
		width: 38%;
		}
		.vert-align {
			left: 55%;
			}
	.hero-photo {
		width: 62%;
		}
		.hero-photo img {
			width: 100%;
			height: auto;
			}
	.hero-home .slick-dots {
		left: 21%;
		}

}


@media only screen 
and (max-width : 1600px) {

	.hero-slide-text {
		width: 30%;
		}
	.hero-photo {
		width: 70%;
		}
	.hero-slide-text h1 {
		width: 370px;
		font-size: 44px;
		line-height: 50px; 
		}

}


@media only screen 
and (max-width : 1440px) {

	.hero-slide {
		height: auto;
		}		
	.hero-slide-text {
		position: relative;
		padding: 20px 0 0px 0;
		width: 100%;
		height: auto;
		float: none;
		background: #4a4da0;
		}
		.hero-slide-text h1 {
			width: auto;
			padding: 0 0 10px 0;
			font-size: 38px;
			line-height: 49px; 
			}
	.hero-photo {
		position: relative;
		float: none;
		width: 100%;
		height: 450px;
		overflow: hidden;
		}
		.hero-photo-inset {
			float: none;
			}
	.vert-align {
		position: relative;
		margin: 0 auto 0 auto;
		padding: 0 2% 0 2%;
		width: 96%;
		height: auto;
		max-width: 1146px; 
		transform: none;
		left: auto;
		top: auto;
		}
	.hero-home .slick-dots {
		position: relative;
		padding: 0 2% 30px 2%;
		width: 96%;
		margin: 0px auto 0 auto;
		max-width: 1146px; 
		transform: none;
		left: auto;
		bottom: auto;
		}


/* nav */
.yr-nav {
	position: fixed; 
	margin: 0 !important;
	top: 92px !important; 
	left: 0px !important;
	width: 100%; 
	padding: 15px 0 15px 15px;
    transition: none !important;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	}
		.yr-nav ul li {
			display: inline-block;
			padding: 8px 30px 9px 0px;
			border-bottom: none;
			}



}



@media only screen 
and (max-width : 1200px) {

	.box-nav-container {
		margin: 0 0 0 0;
		}
	.box-nav {
		font-size: 32px;
		line-height: 40px;
		}	
	.box-nav-photo {
		max-width: 380px;
		}	
	.box-nav-flip {
		max-width: 320px;
		}





}


@media only screen 
and (max-width : 1150px) {

.coalition-logo {
	margin: 0 auto;
	background: none !important;
	}

}




@media only screen 
and (max-width : 992px) {


#header {
	height: 92px !important;
    }
.container {
	padding: 40px 5% 10px 5%;
	width: 90%;
	}
   #header .container {
	   padding: 0;
	   max-width: 100%;
	   width: 100%;
	   }
.logo  {
	left: 5%;
	width: 220px !important;
	}
#navbar {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url(images/resources-open-icon-default.svg) no-repeat;
	background-size: 40px 40px;
	cursor: pointer;
	z-index: 9999;
    transition: top 0.2s linear;
	}
#navbar-on {
	display: none;
	position: absolute;
	top: 30px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url(images/resources-open-icon-hover.svg) no-repeat;
	background-size: 40px 40px;
	cursor: pointer;
	z-index: 9999;
    transition: top 0.2s linear;
	}
#mainnav {
	display: none;
	position: absolute;
	top: 92px !important;
	right: 0;
	padding: 0 0 50px 0;
	margin: 0;
	width: 100%;
	height: auto;
	background: #faf0de;
	z-index: 9998;
    transition: none;
	}
	#mainnav ul {
		}
	#mainnav ul li {
		display: block;
		margin: 0;
		padding: 0;
		}
		#mainnav ul li a {
			display: block;
			margin: 0;
			padding: 10px 40px 10px 20px;
			font-size: 22px;
			line-height: 22px;
			}
.work-with-us {
	display: none;
	}

}





@media only screen 
and (max-width : 768px) {

/* -------------------------------------------------------------- */
/* css for site basics 768px ------------------------------------ */
/* -------------------------------------------------------------- */

body {
	font-size: 16px;
	line-height: 26px;
	}
p {
 	padding: 0 0 25px 0;
	margin: 0;
	}
h1 {
 	padding: 0 0 25px 0;
	font-size: 31px;
	line-height: 37px;
	width: 100%;
	}
h2 {
 	padding: 0 0 25px 0;
	font-size: 25px;
	line-height: 29px;
	}
.intro h2,
h3 {
 	padding: 0 0 25px 0;
	font-size: 20px;
	line-height: 24px;
	}
hr {
	padding: 20px 0 0 0;
	margin: 0 0 40px 0;
	}


/* -------------------------------------------------------------- */
/* css for site ctas -------------------------------------------- */
/* -------------------------------------------------------------- */

a.cta {
	padding: 15px 25px 14px 25px;
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 18px;
	}


/* -------------------------------------------------------------- */
/* css for hero 768px --------------------------------------------*/
/* -------------------------------------------------------------- */
	
.hero {
	height: 400px;
	margin-bottom: 10px;
	margin-top: 92px !important;
	}
	.hero .container {
		height: 400px;
		}
	.hero-title-bar {
		height: 70px;
		}
	.hero-text {
		left: 5%;
		}
	.hero-caption-btn {
		right: 2%;
		bottom: 20px;
		}
	.hero-photo-caption {
		right: 2%;
		bottom: 50px;
		}
		
.hero-home {
	margin-bottom: 10px;
	margin-top: 92px !important;
	}
	.hero-slide-text h1 {
		font-size: 24px;
		line-height: 28px;
		}
	.hero-photo {
		height: 250px;
		}
	.vert-align {
		padding: 0 2% 0 5%;
		width: 92%;
		}
	.hero-home .slick-dots {
		padding: 0 2% 30px 5%;
		width: 92%;
		}
	.home-hero-caption-btn {
		right: 2%;
		bottom: 20px;
		}
	.home-hero-photo-caption {
		right: 2%;
		bottom: 50px;
		}



/* -------------------------------------------------------------- */
/* css for slides 768px ------------------------------------------*/
/* -------------------------------------------------------------- */

.slides {
	padding-bottom: 60px;
	margin-top: -60px;
	margin-bottom: 10px;
	}
	.slide {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		}
	.slide-text {
		padding: 40px 20px 30px 20px;
		}
	.slide img {
		width: 100%;
		height: auto;
		}	


/* -------------------------------------------------------------- */
/* css for about ------------------------------------------------ */
/* -------------------------------------------------------------- */

.download-block-pad {
	padding: 60px 30px 0 30px;
	}
.color-block-pad {
	padding: 40px 30px 10px 30px;
	}
.info-graphic {
	margin: 30px 0 20px 0;
	padding: 20px 0 20px 0;
	}


/* -------------------------------------------------------------- */
/* css for coalition -------------------------------------------- */
/* -------------------------------------------------------------- */

.logos {
	margin: 0 0 10px 0;	
	}

/* -------------------------------------------------------------------------------------------------------------- */
/* css for resources -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */


.resources {
	width: 100%;
	}
	.resources .row {
		width: 60%;
		margin-bottom: 0 auto 0 auto;
		text-align: center;
		}
.popup-content {
	width: 70%;
	}

/* -------------------------------------------------------------- */
/* css for misc items ------------------------------------------- */
/* -------------------------------------------------------------- */

.content-photo {
	margin-bottom: 20px;
	}	
.mobile {
	display: inherit;
	}					
.desktop {
	display: none;
	}					
.spacer {
	height: 10px;
	}
.half {
	padding: 0;
	width: 100%;
	float: none;
	}
.one-third {
	float: none;
	width: 100%;
	max-width: 375px;
	margin: 0 0 40px 0;
	}
.alignright {
	margin: 0 0 20px 0;
	display: block;
	float: none;
	}
.alignleft {
	margin: 7px 20px 20px 0;
	display: block;
	float: none;
	}
	

.wpforms-one-fourth {
	padding-bottom: 0 !important;
	margin: 0 0 0 0 !important;
	width: 100% !important;
	float: none !important;
	clear: both !important;
	display: block !important;
	}
	.wpforms-field-label-inline {
		font-size: 16px !important;
		line-height: 20px !important;
		}

	
/* -------------------------------------------------------------- */
/* css for footer 758px ----------------------------------------- */
/* -------------------------------------------------------------- */

#pre-footer {
	margin: 50px 0 0 0;
	}
	#pre-footer .container {
		padding: 45px 0 30px 0;
		}

#footer {
	}
	#footer .container {
		padding: 35px 0 50px 0;
		}
	#footer .footer-logo {
		margin: 0 0 10px 0;
		width: 240px;
		}
	#footer .linkedin {
		width: 47px;
		height: 47px;
		background-size: 47px 47px;
		}
		#footer .linkedin::before {
			background-size: 47px 47px;
			}





@media only screen 
and (max-width : 480px) {

/* -------------------------------------------------------------- */
/* css for site basics 480px ------------------------------------ */
/* -------------------------------------------------------------- */

.box-nav {
	font-size: 26px;
	line-height: 32px;
	}
	.box-nav-flip h3 {
		font-size: 30px;
		line-height: 34px;
		}
	.box-nav-title h4 {
		width: 320px;
		margin-bottom: 20px;
		}
.box-nav-photo {
	width: 320px;
	height: auto;
	}	
.box-nav-flip {
	width: 260px;
	height: 367px;
	margin-bottom: 17px;
	}
.flip-on {
	bottom: 22px;
	}


	
}
