

/*********************************************************************************************************************/
/* 																						  		SHARED STYLES	     */
/*********************************************************************************************************************/

	.screen-reader-text {
		display:block;
		overflow:hidden;
		text-indent: 9999;
	}
	.modal {
		display:none;
	}
	
/*********************************************************************************************************************/
/* 																						  		TAGS			     */
/*********************************************************************************************************************/
	
	html {
	   /* overflow: -moz-scrollbars-vertical !important; */
	}
	
	body {
		background:#ededed url(../images/bg_paper.png) center center repeat;
		margin:0;
		padding:0;
		line-height: 1.5;	   
		font-family: "proxima-soft",sans-serif;
		font-style: normal;
		font-weight: 400;		
	}
	
/* BASIC ELEMENTS */	
	
	:focus { outline: none; }
	
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }	
	p  {
		line-height: 1.5em;
		font-size:1em;
		text-shadow: none;
	}
	h1, h2, h3, h4, h5, h6 { 
		margin:0;
		line-height: 1;
		font-family: "adelle-n4", "adelle", georgia, serif;
		font-weight:400;
		text-shadow: 1px 1px #fff;
		color: #333;
		border: none !important;
	}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
		margin:0;
		line-height: 1;
		font-family: "adelle-n4", "adelle", georgia, serif;
		font-weight:400;
		text-shadow: 1px 2px 2px #fff;
		color: #333;
		border: none !important;
	}
	h1 {
		font-style: normal;
		font-family: "adelle-n4", "adelle", georgia, serif;
		font-weight: 700;
		font-size:1.25em;
		margin-bottom:20px;
	}	
	h2 {
		font-style: normal;
		font-family: "adelle-n4", "adelle", georgia, serif;
		font-weight: 400;
		font-size:1em;
	}
	h3 {
		font-family: "adelle",serif;
		font-weight:700;	
		font-size:2em;
		color: #333;
		margin-bottom: 0px;
		padding: 0px;
	}
	
	#sub h3 {
		font-weight:700;	
		font-size:2em;
		color: #515392;
		margin-bottom: 3px;
	}
	h4 {
		font-weight:700;
		font-family: "proxima-soft",sans-serif;
		text-transform: uppercase;
		font-size: 1.3em;
		margin-bottom: 5px;
		
	}
	img { 
		border: none; 
		color:transparent;
	}
	a {
		color:#515392;
	}
	p a {
		font-size:1em;
	}
	a:hover, a:focus {
	}
	
	p.pdf_download {
		font-family: "adelle",serif;
		font-weight:700;	
		font-size:2em;
		color: #333;
		text-decoration: none;
  		display:inline-block;
  		line-height:1.7;
		clear:both;
		margin:10px;		
	}
	p.pdf_download span {
		background:url(http://caregivers.headspacedesign.ca/assets/images/pdf.png);
		float:left;
		margin-right:10px;
		margin-top:5px;
		width:17px;
		height:22px;
		
	}
	
	
	
/* NAVIGATION */	
		
	header.site nav .shownav {
		display:none;
		text-align:center;
		width:100%;
		float:left;
		clear:both;
		color:#fff;
		text-decoration:none;
		font-size:1.5em;
		text-transform:uppercase;
		margin-bottom:20px;
	}
	nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		font-family: "proxima-soft",sans-serif;
		font-weight: 700;
	}
	nav ul li { 
		float:left;
		font-size: 2em;
	}
	nav ul li a { 
		text-decoration: none; 
	}

/* FIELDS / INPUTS / BUTTONS */	
	
	fieldset {
	   border: none;
	   padding:0;
	   margin: 0;
	}
	button {
		cursor:pointer;
	}
	button:hover {
		background:#064174;
	}
	input[type="text"],
	input[type="email"],
	input[type="password"],
	select,
	textarea {
		border:1px solid #e1e1e1;
		padding:6px 8px;
		font-style: normal;
		font-weight: 400;
		font-size: .8em;
		margin-bottom:20px;
		font-family: "proxima-soft",sans-serif;		
		line-height:1;
		resize:none;
		width:100%;		
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
		border-radius:2px;
		-webkit-appearance: none;
	}
	textarea {
		min-height:120px;
	}	
	label {
		display:block;
		font-size:1.3em;
		margin-bottom:10px;
	}
	label.error {
		color:red;
		margin-top:-20px;
		margin-bottom:-10px;
		font-size:.7em;
	}
	textarea + label.error {
		margin-top:-27px;
	}
	input.error,
	textarea.error {
		border:1px solid red !important;
	}
	input[type="submit"], .btn{
		display:block;
		color:#fff;
		font-size:.8em;
		font-family: "proxima-soft",sans-serif;
		font-weight:400;
		text-decoration:none;
		padding:6px 16px;
		border:1px solid #18658f;		
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
		border-radius:20px;
	}

	a.btn{padding:4px 20px;}

	input[type="submit"]:hover, .btn:hover {
		background:#666666;		
	}
	
	input[type="submit"]:focus,
	input[type="submit"]:hover {
	}

/* CHECKBOXES */	
	
	label.checkbox {
		padding-left:20px;
	}
	label.checkbox span {
		display:inline-block;
		width:16px;
		height:16px;
		background:url(../images/sprite.png) -250px -25px no-repeat;
		margin-right:10px;
		line-height:1.2;
	}
	input[type=checkbox]:checked ~ span {
		background:url(../images/sprite.png) -275px -25px no-repeat;
	}
	label.checkbox input {
		opacity:0;
	}
	
	a.more {
		border-bottom: 2px solid #515392;
		display: block;
		overflow: hidden;
		padding: 12px;
		text-align: right;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 1em;
		font-family: "proxima-soft",sans-serif;
		font-weight: 700;
		letter-spacing: .1em;
		color: #515392 !important;
		background:url(../images/arrow.png) right center no-repeat;
		padding-right: 20px;
	}
	
	
/*********************************************************************************************************************/
/* 																						  		LAYOUT			     */
/*********************************************************************************************************************/

	.bg_wrap {
		background: url(../images/bg_big_bird.png) no-repeat 50% 0;
		background: 
			url(../images/bg_big_bird.png) no-repeat 50% 5%,
			url(../images/bg_flower_small_vert.png) no-repeat 0% 5%,
			url(../images/bg_flower_small_horz.png) no-repeat 102% 10%,
			url(../images/bg_big_flowers_left.png) no-repeat -200px 1000px,
			url(../images/bg_big_flowers_right.png) no-repeat 200% 1000px;
	}

	.wrap {
		display:block;
 		overflow:hidden;
		width: 90%;	
		padding:0 2.5%;
		margin: 0 auto;
	}

	
/*********************************************************************************************************************/
/* 																						  				HEADER 	     */
/*********************************************************************************************************************/

/* LOGO AND TAGLINE */
	
	div#logo {
		width: 20%;
		display: block;
		
	}
	
	a.logo {
		
	background: url("../images/caregivers_logo.png") no-repeat scroll 0 0 transparent;
    	display: block;
    	float: left;
    	
    	margin: 25px 0 0;
    	overflow: hidden;
    	text-indent: -999px;
    	width: 200px !important;
		height: 100px;
		background-size:contain;
	}	
	
	header.site {
		background-color: #515392;
		overflow: hidden;
	}
	
	header.site nav {
		
	display: block;
	margin: 0, auto;
	
		
	}
	
	header.site nav ul {
		 
    
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
	margin-top: 0px;
	float:left;
	
	
	}
	
	header.site nav ul li {
		letter-spacing: 0.1em;
		text-transform: uppercase;
		margin: 0 7px;
		width: auto ;
		padding: 0px 0 0 0;
	}
	
	header.site nav ul li a {
		color: #fff;
		border-right: 1px solid #515392;
		border-bottom: 1px solid #515392;
		padding: 12px 10px;
		margin-bottom:5px;
		border-radius: 7px;
		text-shadow: 1px 1px 1px #000;
		-webkit-transition: background 0.3s ease, color 0.3s linear;
		-moz-transition: background 0.3s ease, color 0.3s linear;
		transition: background 0.3s ease, color 0.3s linear;
		font-size: 18px;	
	}
		
	header.site nav ul li:last-child a {
		margin: 0;
	}
	
	header.site nav ul li a:hover {
		background-color: #7072a5;
		border-radius: 7px;
		text-shadow: none;
		border-right: 1px solid #363761;
		border-bottom: 1px solid #363761;
	}
	
	header.site nav ul li a:active, 
	header.site nav ul li.here a,
	header.site nav ul li.parent-here a {
		background-color: #07b3c0;
		border:none;
		color: #fff;
	}
	
	header.site #search {
		float: right;
		width: 20%;
		color: #fff;
		border-radius: 7px;
		margin: 75px 0 0 0;
		
	}
	header.site #search input {
		background: #7072a5 url(../images/mag_glass.png) center right no-repeat;
		color: #fff;
		border: none;
	}
::placeholder { color:#a5a7d4; }
	header.site ul {
		list-style: none outside none;
		padding: 0px;
		
    	margin: 0;
		
    	margin: 1% 0 0;
    	
    	
	}
	
	header.site ul li {
		 margin: 0 4px;
    	padding: 0;
		float: left;
		
	}
	
	header.site .social {
/* 		width: 100px; */
		float:right;
		margin-top: 57px;
		 margin-right: 10px;
		
	}
	header.site #facebook img {
		width:40px;
		height:auto;
	}
	#facebook {
/* 		margin-left:-5px */
	}

/*********************************************************************************************************************/
/* 																						  				FOOTER 	     */
/*********************************************************************************************************************/

footer.site {
	background-color: rgba(81,83,146,0.30);
	padding: 4% 0;
	margin: 3% 0 0 0;
}

footer.site h4 {
	font-size: 1em;
	margin: 15px 0 0 0;
}

footer.site div section {
	width: 30%;
	float: left;
	text-align: center;
}
#home div section > div { width:25%; float:left; text-align: center; padding-bottom: 50px; min-height: 310px; }

#home div section > div:last-child, footer.site div section:last-child {
	float: right;
}
footer.site div section:first-child {
	margin-right: 4.6%;
}
#home div section > div:first-child { margin-right:0; }

#home div section > div:nth-child(3) { float: left; }
#home div section > div:nth-child(4) {
	margin-right: 0;
}

footer.site div section {
	text-align: left;
}

footer.site nav {
	display: block;
	overflow: hidden;
	margin:30px 0;
	width: auto;
	float:left;
	clear:both;
	font-size: 18px;
}

footer.site a:not(.btn) {
	color:#515392;
  font-weight:700;
  text-decoration:none;
	
}
footer.site nav a {
	font-size:.8em;
}

footer.site  ul  {
	
	list-style: none outside none;
	padding: 0px;
	
}

footer.site ul li {
	font-weight: 400;
	font-size: 1em;
	margin-right:20px;
/* 	margin: 0 10px; */
}
footer.site ul li:last-child {
	margin-right:0;
}
footer.site section.contact p{
	font-size: 14px;
	
}

footer section.about {
	margin-right:4.6%;
	
	
}

footer section.contact{
	margin-right:4.6%;
	
	
}
footer .social {
	margin-top:15px;
	float:left;
	clear:right;
}

footer .social ul#social-media li{
	display: inline-block;
	width:40px; height: 40px;
}
footer .social ul#social-media li a { width:40px; height: 40px; float:left; }

footer .social ul#social-media li a.facebook { 
	background-image:url(/assets/images/facebook-icon.png);
	background-size: 100%;
}
footer .social ul#social-media li a.twitter { 
	background-image:url(/assets/images/twitter-icon.png);
	background-size: 100%;
}
footer .social ul#social-media li a.youtube { 
	background-image:url(/assets/images/youtube-icon.png);
	background-size: 100%;
}
footer .social h3 {
	font-size:1.25em;
	margin-top:20px;
}
footer .social p {
	float:left;
	clear:both;
}

#Contact {
	margin-top:50px;
}
#Contact label {
	font-size:1em;
	margin-bottom:0;
}

#sub {
	padding:20px 0 40px;
}

#sub #sitemap ul,
#sub #sitemap {
	font-size: 1em;
    line-height: 2.2em;
    list-style-type: none;
}
#sub #sitemap li,
#sub #sitemap a {
    line-height: 2.2em;
	font-size: 1em;
}

a.tweet_avatar {
	margin-right: 20px;
	margin-left: 10px;
	display: none;
	
}

.tweet_time {
	
	margin-right: 20px;
	display:none;
	
	
}

.tweet_join {
	
	margin-right: 20px;
	display:none;
	
	
}

.tweet_text {
	margin-top: 20px;
	margin-bottom: 20px;
	
}
	
span#bird {
	background: url("../images/twitter-bird2.png")  no-repeat;
	background-position: bottom center;
	height: 200px;
	
	
	
}

div.tweet li {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	border-bottom: 2px solid #515392;
	padding-bottom: 20px;
	
}

div.tweet li.tweet_first {
	
	border-bottom: 2px solid #515392 !important;
	
	
}

div.tweet li.tweet_odd {
	
	border-bottom: 0px solid #515392;
	
	
}

section.twitter a.more  {
	
	background: url()  no-repeat;
	padding-bottom: 12px;
	background-size: 100%;
	background-position: 0px -65px;
	text-shadow: 1px 1px #fff;
	border-bottom: 2px solid #515392;
	
	
}

	
/*
 .searchresults article a {
	  border-bottom-color:#000000;
  border-bottom-style:solid;
  line-height:40px;
  margin-bottom:10px;
  padding-bottom:10px;
 }
*/
 
.no-results {
	padding-bottom: 80px;
}
.team-link {
	margin-top:-30px;	
}


/*********************************************************************************************************************/
/* 																						  				SUBPAGE	    */
/*********************************************************************************************************************/

#sub .content {
	width: 60%;
	float: left;
	margin-top: 50px;
}
#sub .content p mark { background-color: rgba(81,83,146,0.30); border-radius: 3px; }
mark { background-color: rgba(81,83,146,0.30); border-radius: 3px; }
#sub .content p img {
	margin-right:20px;
}

#sub aside.sidebar {
	width: 30%;
	float: right;
	
}

#sub h3 {

	
	
}

nav.sub {
	margin: 50px 0px;
	padding: 0;
}

nav.sub h1 {
	float: left;
	padding: 20px 0 0 0;
	font-family: "proxima-soft",sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	color: #515392;
}

#sub nav.sub ul {
	padding: 10px 0;
	width: 80%;
	float: right;
}

#sub nav.sub ul li {
	font-family: "adelle", georgia, serif;
	font-size: 1em;
	letter-spacing: 0.2em;
}

#sub .content h2 {
	font-family: "proxima-soft",sans-serif;
	font-size: 2.2em;
	font-weight: 700;
	line-height:1.2em;
  	padding:0 0 20px 0;
}

#sub .content p + article h2 {
	padding-top:0;
}

#sub .content h3 {
	padding: 20px 0 0 0;
	margin: 0;
	
	
	font-family: "adelle",serif;
		font-weight:700;	
		font-size:1.5em;
		color: #333;
		margin-bottom: 3px;
}

#sub p, #sub .content li {
	font-size: 1.1em;
}
#sub .content .tip { background: #BBBCDA; padding:25px 35px; color:#000; -webkit-border-radius:7px; -moz-border-radius:7px; border-radius: 7px; }
#sub .content .tip h4 { color:#000; text-shadow: none; padding: 20px 0 0 0; }
#sub .content .related_research { background: #99C4D9; padding:25px 35px; color:#000; -webkit-border-radius:7px; -moz-border-radius:7px; border-radius: 7px; margin: 20px 0 0 0; }
#sub .content .related_research h4 { color:#000; text-shadow: none; padding: 20px 0 0 0; }

#sub .content a:link {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #515392;
}

#sub .content a:hover, #sub .sidebar a:hover {
	color: #333;
	border-color: #333;
}

#sub .content a:active, #sub .sidebar a:active {
	color: #000;
	border: none;
}

#sub .content a:visited, #sub .sidebar a:visited {
	color: #7f81ba;
}
#sub .content .date {
	font-size:.65em;
	font-weight:400;
}
#sub .content h2 .date {
	font-size:.5em;
	font-weight:700;
}

/* NEWS & EVENTS */

#sub .content #pagination {
	font-size:.8em;
	margin-top:30px;
}
#sub .content #pagination a {
	text-decoration:none;
	border-bottom:none;
}
#sub .content #pagination a:hover {
	text-decoration:underline;
	border-bottom:none;
}
#sub .content #archive-link {
	border-bottom:none;	
	text-decoration:none;
	margin-top:30px;
	float: left;
	clear:both;
}
#sub .content #archive-link:hover {
	text-decoration:underline;
}

#nav-sub {
	background-color: #07B3C0;
	border-radius: 7px;
	padding: 20px;
	list-style-type: none;
	margin-top:50px;
}

#nav_categories li a,
#nav-sub li a, 
#nav-sub li a:visited, 
#nav-sub li a:link {
	color: #fff !important;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 5px;
	margin-bottom:3px;
}

#nav_categories li.here > a,
#nav-sub li.here > a,
#nav-sub li a:hover {
	background-color: #333;
	color: #fff !important;
	border-radius: 7px;
}

#nav_categories li.here > a,
#nav-sub li.here > a {
	background:#38c2cc;
}

#nav-sub {
	background-color: #07B3C0;
	border-radius: 7px;
	padding: 20px;
	list-style-type: none;
	color:#fff;
	position: relative; 
}

#nav_categories {
	background-color: #07B3C0;
	border-radius: 7px;
	padding: 20px;
	list-style-type: none;
}

#nav_categories li a, #nav_categories li a:visited, #nav_categories li a:link {
	color: #fff !important;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 5px;
}

#nav_categories li a:hover {
	background-color: #333;
	color: #fff !important;
	border-radius: 7px;
}

#nav_categories {
	background-color: #07B3C0;
	border-radius: 7px;
	padding: 20px;
	list-style-type: none;
	margin-top:50px;
}



/*********************************************************************************************************************/
/* 																						  				HOME PAGE    */
/*********************************************************************************************************************/

#home header {
	border-top: 4px solid #515392;
	border-bottom: 6px double #00529b;
	text-align: center;
	font-size: 3em;
	margin: 5% 0;
	padding: 5% 0;
}

#home header h1 {
	color: #515392;
	font-size: 2em;
	letter-spacing: -0.05em;
	font-weight: 400;
}

#home header h1 em {
	font-style: normal;
	font-family: "adelle",serif;
	font-weight: 700;
}

#home header h2 {
	color: #515392;
	font-family: "proxima-soft",sans-serif;
	font-weight: 700;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 1px #fff;
	text-transform:lowercase;
}

nav.sub {
	border-top: 2px solid #515392;
	border-bottom: 2px solid #515392;
	overflow: hidden;
	display:none;
}

nav.sub ul {
	margin: 0px auto;
	overflow: hidden;
	width: 650px;
}

nav.sub ul li {
	text-align: center;
	font-size: 1.3em;
	text-transform: uppercase;
	padding: 20px;
}

nav.sub ul li a {
	padding: 20px;
	-webkit-transition: color 0.3s linear;
}

nav.sub ul li a:hover {
	color: #000;
}

#home div section#callouts {
	margin: 3% 0;
}
#home div section > div {
/* 	padding-top: 250px; */
}

#home div section > div .icon { width:205px; height: 205px; display: block; margin: 0 auto 25px auto; position: relative; }

#home div section > .where-to-begin .icon { background: url(/assets/images/map-icons.png); background-size: 100%; }
#home div section > .where-to-begin .icon::after { content: ""; background: url(/assets/images/map-icons.png) 0 -205px no-repeat; background-size: 100%;  opacity: 0; transition: opacity 0.5s; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#home div section > .where-to-begin .icon:hover::after { opacity: 1; transition: opacity 0.5s; }

#home div section > .handbook .icon { background: url(/assets/images/handbook-icons.png); background-size: 100%; }
#home div section > .handbook .icon::after { content: ""; background: url(/assets/images/handbook-icons.png) 0 -205px no-repeat; background-size: 100%;  opacity: 0; transition: opacity 0.5s; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#home div section > .handbook .icon:hover::after { opacity: 1; transition: opacity 0.5s; }

#home div section > .support .icon { background: url(/assets/images/support-icons.png); background-size: 100%; }
#home div section > .support .icon::after { content: ""; background: url(/assets/images/support-icons.png) 0 -205px no-repeat; background-size: 100%;  opacity: 0; transition: opacity 0.5s; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#home div section > .support .icon:hover::after { opacity: 1; transition: opacity 0.5s; }

#home div section > .workshops .icon { background: url(/assets/images/workshops-icons.png); background-size: 100%; }
#home div section > .workshops .icon::after { content: ""; background: url(/assets/images/workshops-icons.png) 0 -205px no-repeat; background-size: 100%;  opacity: 0; transition: opacity 0.5s; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#home div section > .workshops .icon:hover::after { opacity: 1; transition: opacity 0.5s; }

#home div section > .programs .icon { background: url(/assets/images/government-icons.png); background-size: 100%; }
#home div section > .programs .icon::after { content: ""; background: url(/assets/images/government-icons.png) 0 -205px no-repeat; background-size: 100%;  opacity: 0; transition: opacity 0.5s; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#home div section > .programs .icon:hover::after { opacity: 1; transition: opacity 0.5s; }

#home div section > .transitions .icon { background: url(/assets/images/transition-icons.png); background-size: 100%; }
#home div section > .transitions .icon::after { content: ""; background: url(/assets/images/transition-icons.png) 0 -205px no-repeat; background-size: 100%;  opacity: 0; transition: opacity 0.5s; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#home div section > .transitions .icon:hover::after { opacity: 1; transition: opacity 0.5s; }

#home div section > .palliative .icon { background: url(/assets/images/palliative-care.png); background-size: 100%; }
#home div section > .palliative .icon::after { content: ""; background: url(/assets/images/palliative-care.png) 0 -205px no-repeat; background-size: 100%;  opacity: 0; transition: opacity 0.5s; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#home div section > .palliative .icon:hover::after { opacity: 1; transition: opacity 0.5s; }

#home div section > .referral .icon { background: url(/assets/images/referral-form.png); background-size: 100%; }
#home div section > .referral .icon::after { content: ""; background: url(/assets/images/referral-form.png) 0 -205px no-repeat; background-size: 100%;  opacity: 0; transition: opacity 0.5s; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#home div section > .referral .icon:hover::after { opacity: 1; transition: opacity 0.5s; }


#home div section > div img {
	display: block;
	margin:0 auto 25px;
	max-width: 205px;
}
#home div section > div h3 {
	font-size: 1.4em;
	color: #333;
	margin-bottom: 10px;
	    line-height: 30px;
	padding: 0 50px;
	text-align: center;
}

#home div section > div > a {
	text-decoration: none;
	color: #000;
}

#home div section > div p {
	font-size: 1.2em;
	color: #333;
}

#home div section div a.more {
	color: #515392;
}

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/*
#home .where_to_begin { background: url(../images/icon_map.png) top center no-repeat; }
#home .careguide { background: url(../images/icon_support.png) top center no-repeat; }
#home .handbook { background: url(../images/icon_book.png) top center no-repeat; }
*/

#home .where_to_begin p{
	height: 205px;
	
}

#home .careguide p{
	height: 205px;
	
}

#home .handbook p{
	height: 205px;
	
}

/* GENERIC FORM	*/

	fieldset { 
		margin: 0;
		padding: 0;
		border: none;
	}
	input[type="text"], 
	input[type="tel"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		border: 1px solid #CCCCCC;
		background: #ffffff;
		color:#333333;
		line-height: 1;
		width: 100%;
		padding: 8px;
		font-size: .9em;
		margin-bottom:20px;
		
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-moz-transition-property: background, border, color;
  		-moz-transition-duration: 0.5s;
 		-moz-transition-timing-function: ease;
 		-webkit-transition-property: background, border, color;
  		-webkit-transition-duration: 0.5s;
 		-webkit-transition-timing-function: ease;
 		transition-property: background, border, color;
  		transition-duration: 0.5s;
 		transition-timing-function: ease;
	}
	textarea {
		min-height:100px;
	}
	select {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		max-width:300px;
		float:left;
	}
	input[type="text"]:focus, 
	input[type="tel"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border-color:yellow;
	}
	input[type="checkbox"],
	input[type="radio"] {
		margin: 0 5px 0 0;
	}
	input[type="submit"],
	.btn, button {
		background:#515392;
		color:#ffffff;
		border: none;
		padding: 8px 20px;
		display: block;
		float: left;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
		letter-spacing:.08em;		
		text-transform: uppercase;
		text-decoration: none;
		font-size: 1em;
/* 		font-family: "proxima-nova",sans-serif; */
		font-style: normal;
		font-weight: 400;	
		line-height:1.4;	
	}
	div.btn, button {
		cursor:default;
	}
	input[type="submit"]:hover,
	input[type="submit"]:focus,
	.btn:hover,
	.btn:focus, button:hover, button:focus {
		background:#07B3C0;
	}
	textarea {
		resize:none;
	}
	label {
		color:#333333;
		font-size:1.1em;
		display: block;
		font-weight: 600;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
.checkbox label  { font-weight:400; }

.callout.success { 
	background: #0c3;
    padding: 15px;
    color: #FFF;
    border-radius: 5px;
}

.callout.alert { 
	background-color: red;
    padding: 15px;
    color: #FFF;
    border-radius: 5px;
}

label.required:after {
  content: "*";
  color: #d00;
  margin-left: 5px;

  font-size: 12px;
  font-family: serif;
  font-weight: bold;
}

ul.errors {
  padding: 0;
  margin: 0;
  color: red;
	font-weight: 600;
    font-size: 13px;
	list-style: none;
	bottom: 10px;
    position: relative;
}
.help-text  {
	    font-size: 15px;
    margin-bottom: 20px;
}

.column, .columns {
    width: 100%;
    float: left;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right;
}
*, :after, :before {
    box-sizing: inherit;
}

@media screen and (min-width: 40em) {
.medium-6 {
    width: 47%;
}
}

	img {
		border:none;
	}
	
/* NEWSLETTER	*/
	footer.site form {
		float: right;
		width: 100%;
		color: #333;
		font-family: "proxima-nova-soft",arial,sans-serif;
		line-height: 1.8em;
    	text-shadow: 1px 1px 1px #FFFFFF;
/* 		margin-top: 40px; */
	}
	
	footer.site form.newsletter{
		position: relative;
	}
	
	footer.site form.newsletter li, .sign-up-page li{
		width: 100%;
		display: inline-block;
	}
	footer.site form.newsletter li input, .sign-up-page li input{
		margin-top: 7px;
	}
	footer.site form.newsletter li input,footer.site form.newsletter li label, .sign-up-page li input, .sign-up-page li label{
		float: left;
		text-shadow: none;
	}
	footer.site form.newsletter li label, .sign-up-page li label{
		font-size: 1em;
		margin: 0 0 0 0;
	}
	
	
	.sign-up-page ul{
		padding: 0!important;
	}
	
	.sign-up-page .input-group{
		display: inline-block;
		vertical-align: top;
	}
	
	@media screen and (max-width: 500px) {
		.sign-up-page .input-group{
			width: 48%;
		}	
	}
	@media screen and (min-width: 500px) {
		.sign-up-page .input-group{
			width: 48%;
		}
	}
	
	footer.site fieldset {
		float: left;
		width: 100%;
		max-width:480px;
		position: relative;
	}
	
	footer.site form:not(.newsletter) input[type="email"] {
		width: 64%;
/* 		margin-right:2%; */
/* 		float: left; */

		position: absolute;
		left:0;
		top:50px;
		max-width:320px;
		margin-bottom:10px;
		z-index:0;
		
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	footer.site input[type="submit"] {
		width: 38%;
/* 		float: left; */
		right:0;
		top:50px;
		z-index:1;

		font-size:.8em;
		
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;

	}
	footer.site form:not(.newsletter) input[type="submit"] {
		position: absolute;
	}

.sign-up-page .newsletter{
	float: left;
	width: 100%;
}
	
	/* TEAM	*/
	
	article.team img {
		float:left;		
	}
	
	#sub .content article.team h2 {
		padding-top:0;
		margin: 0;
		color: #515392;
	}
	
	#sub .content article.team h3 {
		padding-top:0;
		margin: 0;
	}
	article.team .team-image {
		width:194px;
		height:194px;
		margin:0 20px 20px 0;
		padding:0;
		overflow:hidden;
		float:left;
		/* border:1px dashed green; */
		
		-webkit-border-radius:100px;
		-moz-border-radius:100px;
		border-radius:100px;
	}
	
	
/*********************************************************************************************************************/
/* 																						  				S PAGE    */
/*********************************************************************************************************************/
/*********************************************************************************************************************/
/* 																						  				MEDIA QUERIES  */
/*********************************************************************************************************************/


@media screen and (min-width: 1024px) {
	.wrap {
		width: 80%;
	}
}

@media screen and (max-width: 1600px) {
		
		header.site nav ul li a {
		font-size: 14px;
		}
}

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

	.bg_wrap {
		background: 
			url(../images/bg_big_bird.png) no-repeat 50% 5%,
			url(../images/bg_flower_small_vert.png) no-repeat 0% 5%,
			url(../images/bg_big_flowers_right.png) no-repeat 200% 1000px;
	}
		
}


@media screen and (max-width: 1300px) {
	header.site nav ul {
/*		text-align:center;*/
	}
	header.site nav ul li  {
		float:none;
		display:inline-block;
		margin: 0;
		
	}	
}


@media screen and (max-width: 1125px) {
	
	header.site nav ul li {
		text-align: center;
		margin: 10px;
		
	}
	header.site nav ul li a{
		font-size: 12px;
	}
	.wrap {
		width: 90%;
	}

}
@media screen and (max-width: 1060px) {
header.site nav .shownav {
	display:block;
}
header.site nav ul {
	display:none;
}
header.site nav ul li {
    width: 100%;
}
}
@media screen and (max-width: 980px) {

	#sub .content {
		width: 100%;
		float: left;
		clear:both;

	}	

	#sub aside.sidebar {
		width: 100%;
		float: left;
		clear:both;
	}
	#home div section > div { text-align:center; }
	
	#home div section > div, footer.site div section {
		width: 100%;
		float: left;
		clear:both;
		text-align: left;
		margin: 30px 0;
		min-height: auto;
	}
	
	#home header h1 {
		font-size: 1.3em;
	}
	#home .where_to_begin p,
	#home .handbook p,
	#home .careguide p {
    	height:auto;
	}
	
	header.site nav ul li {	
		margin:5px 0;
	}
	header.site nav ul li a {
	    font-size:.4em;
	    padding: 10px 0px;
	    width:100%;
	    text-align:center;
	    float: left;
	    clear:both;
	}
	header.site nav .shownav {
		display:block;
	}
	header.site nav ul {
		display:none;
	}
	header.site nav ul li {
	    width: 100%;
	}
	header.site {
		padding-bottom:10px;
	}	
	header.site #search {    
	    float:left;
		width: 100%;
		margin:20px auto 0;
	}	
	header.site #social {
	    float: right;    
		width: 20%;
	}
	div#logo {
	    display: block;
	    float: none;
	    width: 100%;
		float:left;
	}
	a.logo {
		float: none;
		text-align:center;
		margin:20px  auto;		
	}
	.site-controls{
		display: none;
	}
}

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

	#home header h2 {
		font-size: .4em;
	}
	
	header.site nav {
		margin: 0, auto;
	}
	
	header.site nav ul {
		 margin: 0;
    padding: 0;
		
	}
	
	header.site nav ul li {
		margin-left: auto;
    margin-right: auto;
		
	}
	
	/*header.site #search {
    
    width: 150px;
    }*/
   	header + section {
		padding:40px 0;
	}
	
	footer.site input[type="submit"] {
		padding: 8px 0px;
		height:35px;

	}
	footer.site input[type="email"] {
		heighT:35px;
	}
}


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

	.wrap {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		width: 100%!important;
	}
	#sub p, #sub .content li {
		font-size:1em;
	}
	#sub .content ul {	
		padding-left:20px;
	}
	.content p img {
		clear:both;
	}
	#Contact input[type="submit"] {
		float:left;
		clear:both;
		width:100%;
		
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

/* NAVIGATION */

	
	
/* OTHER */
	
	#home header h1 {
    	font-size: 0.9em;
	}
	#sub {
		padding:20px 0 40px;
	}
	nav.sub ul li {
	    width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	nav.sub ul {
	    width: 100%;
	}
	
	#home div section > div h3 {
	    text-align: center;
	}
	
	#home div section > div { padding-bottom:0; }
	#home div section > div, 
	footer .social,
	footer.site div section {
	    text-align: center;
	}
	
	footer .social,
	footer.site nav {
		width:100%;
	    text-align: center;
	}
	input[type="submit"], .btn { display: inline-block; float:none; margin: 0 auto; }
	footer.site nav li {
		width:100%;
	}
/*
	footer.site input[type="email"],
	footer.site input[type="submit"] {
		width:240px;
		margin:0 auto;
		float:none;
	}
	footer.site input[type="submit"] {
		margin-top:10px;
	}
*/
	footer.site ul li:first-child {
	    font-size: .9em;
    }
}
.header-wrap{
	position: relative;
}


.site-controls{
	position: absolute;
	top: 35px;
	right: 30px;
}
.site-controls span{
	color: #fff;
}
.font-button
   {
       background-color: #07B3C0;
       display: inline-block;
       color: #fff;
       padding: 0 5px;
       margin:0 2px;
       text-align: center;
       font-size: 14px;
       cursor: pointer;
   }
 .print-button{
 	position: relative;
 	top: 5px;
 }

.print-number{
	display: none;
	width: 100%;
}

.print-logo{
	display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 10px;
  top: 15px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


.prom-popup{
	background: #000;
	max-width: 700px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	@include transform(translate(-50%,-50%));
	padding: 5%;
	z-index: 1000;
		&:after{
			content: '';
			border: 4px solid #fff;
			position: absolute;
			width: 97%;
			height: 95%;
			top: 50%;
			left: 50%;
			@include transform(translate(-50%,-50%));
		}
	h1{
		color: $primary;
		letter-spacing: 2px;
		margin: 0 0 2.5%;
		font-family: $display;
	}
	h2{
		color: #fff;
		text-align: center;
	}
	p{
		color: #fff;
	}
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
