/* --------------------- sign up --------------------- */

.sign-up {
	background: url(img/bg-signup.jpg) no-repeat bottom right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.sign-up .content {
	background: rgba(126,123,118,.9);
	color: #ffffff;
	border-radius: 10px;
	padding: 60px 30px;
	text-align: center;
	font-size: 20px;
}
.sign-up h1 {
	margin-top: 5px;
	font-size: 30px;
}
.sign-up h1:after {
	border-top: 2px solid #fa8a68;
}
.sign-up a.cta-button {
	margin: 20px 20px 0;
	background: #fa8a68;
	color: #ffffff;
}
a.cta-button {
	padding: 15px;
	width: 350px;
	max-width: 100%;
	display: inline-block;
	border-radius: 5px;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.sign-up form {
	margin-top: 40px;
}
.sign-up input {
	margin: 10px;
}
.sign-up input[type=text], .sign-up input[type=email] {
	width: 40%;
	padding: 15px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
	font-family: 'Source Sans Pro', sans-serif;
}
.sign-up input[type=submit] {
	border: none;
	padding: 15px;
	background: #fa8a68;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Source Sans Pro', sans-serif;
	border-radius: 5px;
	width: 50%;
	cursor: pointer;
}
.sign-up-img {
	margin-top: -173px;
	margin-bottom: 20px;
}
.sign-up-list section {
	padding-top: 200px;
}
/* Advanced Sign Up Page */
.sign-up-page section {
	padding-top: 50px;
	padding-bottom: 50px;
}
/* Checkboxes */
.checkboxes {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}
.checkboxes li {
	margin: 0 10px;
	display: inline;
}
.styled-checkbox {
	position: absolute;
	opacity: 0;
}
.styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
}
.styled-checkbox + label:before {
	content: '';
	margin-right: 10px;
	margin-top: 3px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: white;
	border-radius: 3px;
}
.styled-checkbox:hover + label:before {
	background: white;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
	background: #fa8a68;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 9px;
	margin-top: 3px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* --------------------- CCE --------------------- */

.cce {
	text-align: center;
	max-width: 70%;
	margin: 50px auto 0 auto;
	font-size: 14px;
	line-height: 18px;
}
.cce img {
	display: block;
	text-align: center;
	margin: 0 auto 20px auto;
	max-width: 150px;
}
.cce.curriculum {
	margin-top: 0px;
	border: none;
}
/* --------------------- navigation --------------------- */



.nav-bar {
	background: #fbfaf8;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	/*height: 50px;*/
	font-weight: 600;
	line-height: 50px;
}
.nav-bar a {
	text-decoration: none;
	margin: 0 10px;
	color: #585858;
	display: inline-block;
}
.nav-bar-fixed {
	width: 100%;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 99;
	background: #fa8a68;
}
.nav-bar-fixed a {
	color: #ffffff;
}
/* --------------------- letter --------------------- */
.letter-tara img {
	border-radius: 25px;
}
.letter-tara {
	background: #ffffff;
	font-size: 16px;
	line-height: 28px;
	font-family: 'Droid Serif', serif;
	border: 2px solid #f7f5f1;
}
.letter-tara h1 {
	text-align: left;
	max-width: 100%;
	margin: 30px 0 0;
}
.letter-tara h1:after {
	border-top: none;
}
/* --------------------- intro --------------------- */
.intro .content-box {
	background: #fff4f0;
	margin: 20px 0 0;
	text-align: center;
}
.intro strong {
	border-bottom: 1px dashed;
}
.intro .content-box h2 {
	border-bottom: 1px dashed;
	padding-bottom: 20px;
}
.intro .layer {
	display: table;
	position: absolute;
	background: #ffffff;
}
.video {
	border: 10px solid #f7f5f1;
	margin: 30px 0 50px;
}
/* --------------------- proven model --------------------- */
.proven-model {
	margin-bottom: 5px;
}
.proven-model img {
	margin: 28px 0 10px;
}
.proven-model img:last-of-type {
	margin: 10px 0 0;
}
.proven-model .content-box {
	background: #ffffff;
	border: 2px solid #f7f5f1;
}
.proven-model ul {
	margin: 30px 0;
}
.proven-model ul strong {
	border-bottom: 1px dashed;
}
.proven-model h2 {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 39px;
	margin-top: 42px;
}
/* --------------------- curriculum --------------------- */

.curriculum {
	border-top: 2px solid #f7f5f1;
	border-bottom: 2px solid #f7f5f1;
}
.curriculum h1 {
	margin-bottom: 0px;
}
.curriculum h1:after {
	margin-bottom: 20px;
}
.curriculum p.small {
	text-align: center;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 70px;
}
.module {
	display: table;
	margin-bottom: 100px;
}
.module:last-of-type {
	margin-bottom: 0;
}
.module-title {
	background: #fff4f0;
	text-align: center;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	display: table;
	width: 100%;
}
.module .number {
	background: #fa8a68;
	border: 3px solid #ffffff;
	color: #ffffff;
	display: block;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	margin-top: -40px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	padding: 10px;
	border-radius: 50%;
	line-height: 56px;
	left: 50%;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
}
.module-title h3 {
	color: #fa8a68;
	font-weight: 500;
	font-size: 26px;
	padding: 0 20px;
	display: block;
	margin-top: 60px;
}
.module-title .small-caps {
	color: #bdb8ad;
}
.module-content {
	background: #fff;
	padding: 40px;
	border-left: 2px solid #f7f5f1;
	border-right: 2px solid #f7f5f1;
	border-bottom: 2px solid #f7f5f1;
}
.module-content p:first-of-type {
	margin-top: 0;
}
.module-content p:last-of-type {
	margin-bottom: 0;
}
.module-date {
	background: #f7f5f1;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
}
.module-date p {
	margin: 0;
	padding: 20px 40px;
}
.module-date p .fa {
	margin-right: 10px;
}
/* --------------------- how it works --------------------- */
.how-it-works {
	background: url(img/bg-calendar.jpg) no-repeat bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
section.how-it-works {
	text-align: center;
	margin: 0 auto;
}
.how-it-works .content {
	background: rgba(224,248,240,.9);
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.how-it-works h1 {
	margin-top: 0;
}
.how-it-works .small-caps {
	font-size: 16px;
	font-weight: 600;
}
.how-it-works p {
	margin-bottom: 40px;
}
/* --------------------- calendar --------------------- */

.calendar {
	background: url(img/bg-calendar.jpg) no-repeat bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 10px;
}
.calendar .content {
	border-collapse: separate;
	border-spacing: 20px 10px;
	width: 100%;
	display: table;
}
.calendar .month {
	background: rgba(255, 255, 255,.8);
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	margin: 0 auto;
	display: table-cell;
	width: 33.3%;
	font-weight: 600;
	line-height: 22px;
}
.calendar .highlight {
	background: rgba(224, 248,240,.7);
}
.calendar .month .date {
	font-size: 15px;
	font-weight: 500;
	color: #fa8a68;
	display: block;
	margin-bottom: 5px;
}
/* --------------------- join us --------------------- */

.join-us {
	margin-bottom: 5px;
}
.join-us h1 {
	margin-bottom: 0;
	margin-top: 30px;
}
.join-us h1:after {
	border-top: none;
	margin: 0;
}
.join-us p {
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	text-align: center;
	width: 70%;
	margin: 0 auto 60px;
	color: #78958b;
}
/* --------------------- model overview --------------------- */
.model-overview {
	background: url(img/bg-model-overview.jpg) no-repeat bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.model-overview .content {
	background: rgba(224,248,240,.9);
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.model-overview h1 {
	margin-top: 0;
}
.model-overview p {
	margin-bottom: 40px;
}
.model-overview p:last-of-type {
	margin-bottom: 0;
}
.model-overview .small-caps {
	font-size: 16px;
	font-weight: 600;
}
/* --------------------- testimonials --------------------- */
.testimonials h1 {
	margin-bottom: 80px;
}
.testimonial-icon {
	background: #fa8a68;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	height: 80px;
	color: #ffffff;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	vertical-align: middle;
	line-height: 80px;
	font-size: 30px;
}
section.testimonials {
	padding-top: 60px;
}
.testimonial {
	margin: 0 auto 42px;
	display: inline-block;
	border-bottom: 4px solid #f7f5f1;
	font-size: 19px;
	line-height: 30px;
	font-weight: 300;
	padding: 0 0 50px;
}
.testimonial:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.testimonial p {
	margin-top: 0;
}
.testimonial .content {
	display: table;
}
.testimonial img {
	border-radius: 25px;
	margin-bottom: 0!important;
	max-width: 180px;
}
.testimonial .name {
	font-size: 15px;
	line-height: 21px;
	font-weight: 500;
	color: #fa8a68;
}
/* Expandable Testimonials */
.testimonials-category .title {
	cursor: pointer;
	padding: 28px;
	margin-bottom: 5px;
	margin-top: 30px;
	background: #fa8a68;
	/*border-radius: 10px;*/
	color: #ffffff;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
}
.testimonials-category .title .large {
	font-size: 29px;
	font-weight: 400;
}

.testimonials-category .title .large-two {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.testimonials-category .title:after {
	content: "\f067";
	font-family: 'FontAwesome';
	color: #ffffff;
	padding-left: 10px;
}

.testimonials-category .title:hover {
	background-color: #bdb8ad;
	color: #ffffff;
	transition: all 0.5s ease;
}
.testimonial-content {
	margin: 60px 0 50px 0;
}
.testimonials-category .title-active {
	background-color: #bdb8ad;
	color: #ffffff;
}
/* --------------------- backgrounds --------------------- */

.bg-beige {
	background-color: #fbfaf8;
}
.bg-med-beige {
	background: #f7f5f1;
}
.bg-dark-beige {
	background: #bdb8ad;
}
.bg-orange {
	background-color: #fa8a68;
}
.bg-peach {
	background-color: #fff4f0;
}
.bg-mint {
	background-color: #e0f8f0;
}
.bg-snow {
	background: url(img/tile-snow.png);/* Background pattern from subtlepatterns.com */
}
.bg-snow-mint {
	background: url(img/tile-snow-mint.png);/* Background pattern from subtlepatterns.com */
}
.bg-snow-peach {
	background: url(img/tile-snow-peach.png);/* Background pattern from subtlepatterns.com */
}
/* --------------------- headers --------------------- */
h1, h2, h3, h4 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}
h1 {
	font-size: 26px;
	line-height: 31px;
	font-weight: 400;
	text-align: center;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
h1:after {
	border-top: 2px solid #585858;
	content: '';
	display: block;
	width: 150px;
	text-align: center;
	margin: 15px auto 35px;
}
.bg-orange h1 {
	color: #ffffff;
}
.bg-orange h1:after {
	border-top: 2px solid #ffffff;
}
section > h1 {
	margin-top: 0;
}
h2 {
	font-size: 24px;
	font-weight: 600;
}
/* --------------------- hero --------------------- */

#hero {
	background: url(img/hero-tara-couch.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 60%;
}
/* --------------------- general --------------------- */
strong {
	font-weight: 600;
}
.center {
	text-align: center;
}
.large-text {
	font-size: 20px;
}
.serif {
	font-family: 'Droid Serif', serif;
}
.uppercase {
	text-transform: uppercase;
}
a {
	color: #78958b;
}
p.medium {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.small-caps {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
}
.text-orange {
	color: #fa8a68;
}
.content-box {
	padding: 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
}
.content-box h2 {
	margin-top: 0
}
/* --------------------- images --------------------- */
img {
	height: auto;
	max-width: 100%;
}
.img-right {
	float: right;
	margin: 0 0 40px 40px;
}
.img-left {
	float: left;
	margin: 0 40px 0 0;
}
/* --------------------- faqs --------------------- */


.faq-title {
	cursor: pointer;
	/*border-bottom: 1px solid #bdb8ad;*/
	padding: 15px 30px;
	margin-top: 20px;
	background: #ffffff;
	font-weight: 600;
	border-radius: 10px;
}
.faqs .faq-title:first-of-type {
	margin-top: 60px;
}
.faq-title:hover {
	background-color: #bdb8ad;
	transition: all 0.5s ease;
}
.faq-title:before {
	content: "\f067";
	font-family: 'FontAwesome';
	float: right;
	color: #fa8a68;
}
.faq-title:hover:before {
	color: #ffffff;
}
.faq-content {
	padding: 30px;
	position: relative;
}
.faq-content p:first-child {
	margin-top: 0;
}
.faq-content p:last-child {
	margin-bottom: 0;
}
/* --------------------- about tara --------------------- */

.about {
	border-top: 2px solid #f7f5f1;
	border-bottom: 2px solid #f7f5f1;
}
.about-tara {
	background: #ffffff;
	border: 2px solid #f7f5f1;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
.about-tara img {
	margin-top: 15px;
	margin-bottom: 15px;
}
.bio-tara {
	background: #f7f5f1;
	display: inline-block;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
.bio-tara img {
	border-radius: 10px;
}
.bio-tara p:first-of-type {
	margin-top: 0;
	font-size: 20px;
}
.bio-tara p:last-of-type {
	margin-bottom: 0;
}
/* --------------------- press --------------------- */

.press p {
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
	color: #bebbb4;
}
/* --------------------- footer --------------------- */

.footer {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.footer a {
	color: #bdb8ad;
}
.footer section {
	padding: 50px 0;
}
/* --------------------- structure --------------------- */

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	line-height: 28px;
	color: #585858;
	margin: 0 auto;
	height: 100%; /*needed for hero images */
}
html {
	height: 100%; /*needed for hero images */
}
section {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	padding: 100px 0;
}
section.no-top-pad {
	padding-top: 0;
}
section:before, section:after {
	content: " ";
	display: table;
}
section:after {
	clear: both;
}
/* --------------------- lists --------------------- */
ul.no-bullets {
	list-style: none;
}
ul.no-pad {
	padding-left: 0px;
}
ul.space li {
	margin-bottom: 10px;
}
ul.chevron, ul.check {
	padding-left: 30px;
}
ul.chevron li:before {
	content: "\f054";
	font-family: 'FontAwesome';
	float: left;
	margin-left: -30px;
	color: #fa8a68;
	font-size: 12px;
}
ul.check li:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	float: left;
	margin-left: -30px;
	color: #fa8a68;
	font-size: 16px;
}

/* --------------------- responsive --------------------- */

@media screen and (max-width: 1024px) { /* Need for 1st sign-up box so checkboxes don't wrap */
.sign-up-page:first-child input[type=text], .sign-up-page:first-child input[type=email], .sign-up-page:first-child input[type=submit] {
	width: 100%;
	margin: 0 0 10px 0;
}
.sign-up-page:first-child .checkboxes {
	margin: 0 0 20px 0;
}
.sign-up-page:first-child .checkboxes li {
	margin: 10px 0;
	display: block;
	text-align: left;
}
}

@media screen and (max-width: 900px) {
.sign-up input[type=text], .sign-up input[type=email], .sign-up input[type=submit] {
	width: 100%;
	margin: 0 0 10px 0;
}
.checkboxes {
	margin: 0 0 20px 0;
}
.checkboxes li {
	margin: 10px 0;
	display: block;
	text-align: left;
}
.sign-up a.cta-button {
	margin-left: 0;
	margin-right: 0;
}
}

@media screen and (max-width: 700px) {
.img-right, .img-left {
	float: none;
	margin: 0 auto 40px;
	text-align: center;
	display: block;
}
.testimonial {
	text-align: center;
}
.testimonial img {
	margin-bottom: 40px!important;
}
.testimonials-category .testimonial img {
	max-width: 110px;
	margin-bottom: 20px!important;
}
.testimonials-category .testimonial {
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
}
	
	#hero {
	background: url(img/hero-tara-couch.jpg) no-repeat left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 25%;
}
}

@media screen and (max-width: 600px) {
.content-box, .module-content {
	padding: 25px;
}
h1, h2 {
	max-width: 100%!important;
}
p.medium {
	width: 100%;
}
.nav-bar {
	line-height: 30px;
	padding: 10px 0;
}
.nav-bar .nav-mobile { /* drop last two links to next line */
	display: block;
}
}
