/* CSS */

/* BLUE: #87C6CA | rgba(135,198,202,1.00) */
/* BLUE-SECONDARY: #629397 | rgba(98,147,151,1.00) */
/* BLUE-TERTIARY: #E4F2F3 | rgba(228,242,243,1.00) */
/* SALMON: #F7A18E | rgba(247,161,142,1.00) */

@import url("menu.css");

html, body {
	height: 100% !important;
	position: relative
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	background: #87C6CA;
    margin: 0;
    padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

#home {
		background-image:url(../img/butterfly-nicole-johns-therapy-sm.jpg);
		background-position-y: 100px;
	
	}
#resources {
		background-image:url(../img/sea-nicole-johns-therapy-sm.jpg);
		background-position-y: 100px;
	}
#contact {
		background-image:url(../img/explore-nicole-johns-therapy-sm.jpg);
		background-position-y: 100px;
	}
#individuals {
		background-image:url(../img/zen-person-nicole-johns-therapy-sm.jpg);
		background-position-y: 100px;
	}
#couples {
		background-image:url(../img/couples-nicole-johns-therapy-sm.jpg);
		background-position-y: 100px;
	}
a,
a:visited {color:rgba(13,72,152,1.00);}

a.largeButton {
	display: block;
	background-color:rgba(247,161,142,1.00);
	text-align: center;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	color: rgba(255,255,255,1.00);
	font-size: 1.75em;
	font-weight: 700;
	text-decoration: none;
	border: 2px solid rgba(255,255,255,0.50);
}
a.portalButton {
	display: block;
	background-color:rgba(98,147,151,1.00);
	text-align: center;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	color: rgba(255,255,255,1.00);
	font-size: 1.75em;
	font-weight: 700;
	text-decoration: none;
	border: 2px solid rgba(255,255,255,0.50);
}
a.halfButton {
	display: block;
	background-color:rgba(247,161,142,1.00);
	text-align: center;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: rgba(255,255,255,0.80);
	font-size: 1.125em;
	font-weight: 700;
	text-decoration: none;
	width: 49%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 2px solid rgba(255,255,255,0.50);
}
a.halfButton:nth-of-type(2) {
	margin-right: 1%;
}
a.halfButton:nth-of-type(3) {
	margin-left: 1%;
}

a.largeButton:hover,
a.halfButton:hover {
	background-color:rgba(98,147,151,1.00);
	color: rgba(255,255,255,1.00);
}
a.portalButton:hover {
	background-color:rgba(247,161,142,1.00);
	color: rgba(255,255,255,1.00);
}
/*.wrap {
	display: block;
	background: rgba(89,8,182,1.00);
	position: relative;
}*/

h1, h2, h3, h4, h5, h5 {
	font-family: 'Noto Serif KR', sans-serif;
}
p {
	font-family: 'Noto Serif KR', sans-serif;
	line-height: 1.75em;
	font-size: 1.5em;
}
#stickyNav {
	position: fixed;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
}
#stickyNav ul {
	display: block;
	border-top: rgba(255,255,255,1.00) 2px solid;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#stickyNav ul li {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
#stickyNav ul li a {
	display: block;
	float: left;
	width: 100%;
	background:rgba(98,147,151,1.00);
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	font-weight: 700;
	font-size: 1.25em;
}
	#stickyNav a.patients {
	background:rgba(247,161,142,1.00);
		border-top: rgba(255,255,255,1.00) 2px solid;
}
#stickyNav ul li a:hover {
	background:rgba(255,255,255,1.00);
	color: rgba(247,161,142,1.00);
}
.masthead {
	background-color: #FFFFFF;
}

.largeBrand {display: none;}

a.smallBrand {
	display: block;
	text-align: center;
	width: 60%;
	margin: 0 auto;
	padding: 15px 0;
}
a.smallBrand img {
	width: 100% ;
}
.content {
	width: 80%;
	margin: 0 auto;
}
#resources blockquote {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
blockquote {
	color: rgba(255,255,255,1.00);
	padding: 0;
	margin: 40px 0;
	font-family: 'Noto Serif KR', sans-serif;
	font-size: 3em;
	font-weight: 600;
}
blockquote:nth-of-type(2) {
	color: rgba(255,255,255,1.00);
	padding: 0;
	margin: 40px 0;
	font-family: 'Noto Serif KR', sans-serif;
	font-size: 1.75em;
	font-weight: 600;
}
blockquote:nth-of-type(2) span {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: .75em;
	display: block;
    text-align: right;
	padding: 20px 0;
}
blockquote span {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: .5em;
	display: block;
    text-align: right;
	padding: 20px 0;
}
.col2inner {
		box-sizing: border-box;
		padding-bottom: 200px;
	}
label {
	display: block;
	width: 100%;
	padding-bottom: 5px;
}
form span {
	width: 100%;
	display: block;
	padding-bottom: 20px;
}
input[type=text], select, textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: rgba(247,161,142,1.00);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-weight: 700;
}
textarea {height: 150px;}
input[type=submit]:hover {
    background-color: rgba(98,147,151,1.00);
}
.requiredLabel {
	display: block;
	width: 100% !important;
	text-align: right;
	color: rgba(247,161,142,1.00);
}
span.requiredStar {
	color: rgba(247,161,142,1.00);
	display: inline;
	float: none;
}
.licensed {
	font-style: italic;
	font-size: 1em;
	display: block;
	padding: 0;
	margin: -10px 0 20px 0;
}

@media (min-width: 480px) {
		a.smallBrand {
		width: 35%;
		padding: 20px 0;
	}
	.resourcesContainer {
	background-color: rgba(228,242,243,0.80);
	padding: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;}
}


@media (min-width: 640px) {
	.resourcesContainer div {
		width: 33.3333%;
		float: left;
	}
}



@media (min-width: 967px) {
#home {
		background-image:url(../img/butterfly-nicole-johns-therapy.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
#resources {
		background-image:url(../img/sea-nicole-johns-therapy.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
#contact {
		background-image:url(../img/explore-nicole-johns-therapy.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
#individuals {
		background-image:url(../img/zen-person-nicole-johns-therapy.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
#couples {
		background-image:url(../img/couples-nicole-johns-therapy.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	#stickyNav ul li {
		float: left;
		width: 50%;
	}
	#stickyNav ul li a {
		text-align: center;
	}
	#stickyNav a i {
		padding-right: 10px;
	}
	#stickyNav ul li a {
		font-size: 1.5em;
		padding: 20px;
	}
	#stickyNav a.patients {
		border-left: rgba(255,255,255,1.00) 2px solid;
		border-top: none;
}
	.col1 nav {
		display: block;
		width: 225px;
		float: left;
		padding-top: 30px;
	}
	.col2 {
		display: block;
		float: left;
		width: 75%;
		min-height: 100vh;
		border-left: 2px #FFFFFF solid;
	}
	
	.largeBrand {
		display: block;
		padding: 0;
		margin: 0;
		}
	.largeBrand li {
		display: block;
		float: left;
	}

	.largeBrand li a.njMark {
		display: block;
		width: 220px;
		height: 100px;
		margin-right: 5px;
		background-image:url(../img/nj-mark.png);
		background-repeat: no-repeat;
		background-position: center right;
		background-size: 90px;
		
	} 
	.largeBrand li a.njText {
		display: block;
		width: 500px;
		height: 100px;
		background-image:url(../img/nj-text-horizontal.png);
		background-repeat: no-repeat;
		background-position: 20px center;
		background-size: 400px;
	} 
	a.smallBrand {display:none;}
}


@media (min-width: 1200px) {
	.col2 {
		display: block;
		float: left;
		width: 850;
		min-height: 100vh;
		border-left: 2px #FFFFFF solid;
	}
}