  /*-----------------------------------*\
  RESET/BASIC
\*-----------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0; padding:0; border:0; outline:0; 
	vertical-align:baseline; background:transparent;
}

* { box-sizing: border-box; }

html {
    font-size: 62.5%;
}

body {
	font-family: adelle, serif;
	font-weight: 400; font-size: 1.4rem; line-height: 1.5;
	color: #000; min-height: 100vh;
    display: flex; flex-direction: column;
    background: #fff;
}

img {
    width: 100%; height: auto;
    display: block;
}

a {
	transition: all 0.25s linear;
	text-decoration: none;
}

.btn {
	display: inline-block; color: #fff;
	background: #115740; font-weight: 600;
	padding: 0 20px; line-height: 48px;
	border-radius: 3px; font-size: 1.6rem;
}

.btn:hover {
	color: #FFCD00;
}

.btn.btn-light {
	background: #FFCD00;
	color: #115740;
}

.basic {
	padding: 0 20px; margin: 0 auto; 
	max-width: 1320px;
}

h2 {
	font-family: acumin-pro-wide, sans-serif;
	color: #115740; font-size: 2.4rem;
	line-height: 1.1; font-weight: 800;
	text-transform: uppercase;
}

button, input[type="submit"] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
	font-family: adelle, serif;
    background: #115740; border: 0;
    color: #fff; cursor: pointer;
    line-height: 50px; border-radius: 3px;
    overflow: visible; padding: 0 60px;
    display: inline-block; font-size: 1.8rem;
    transition: all 0.25s linear;
}

input[type="text"], 
input[type="tel"], 
input[type="email"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: adelle, serif;
    border: 1px solid #A7A7A7; 
    border-radius: 4px; outline: 0; 
    box-shadow: none; display: block; width: 100%;
    font-size: 1.4rem; line-height: 44px; 
    height: 46px; background: none;
	padding: 0 14px; 
}

select {
	background: #fff url(../images/select.png) no-repeat right center;
  	background-size: 44px;
}

.form_address select {
	margin: 0 0 17px !important;
}

textarea {
	margin: 0 0 17px !important;
}

div.form_question {
	margin-bottom: 10px !important;
}

.address-row {
	margin-top: 17px;
}

label, .form_label {
	display: block; margin-bottom: 8px;
	font-size: 1.4rem; line-height: 1.5;
	font-weight: 600;
}

.form_birthdate .form_responses {
	display: flex;
	justify-content: space-between;
}

.form_birthdate .form_responses select {
	width: 30%; margin-left: 0 !important;
}

.form_birthdate .form_responses select:first-of-type {
	width: 37%;
}

.green {
	color: #fff; 
	background: linear-gradient(180deg, #115740 0%, #0D402F 100%);
	padding-bottom: 120px;
}

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

	.basic {
		padding: 0 30px;
	}

	h2 {
		font-size: 3rem;
	}

	.green {
		padding-bottom: 200px;
	}

}

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

	body {
		font-size: 1.6rem;
	}

	.basic {
		padding: 0 40px;
	}

	h2 {
		font-size: 4rem;
	}

	.green {
		padding-bottom: 300px;
	}

	.btn {
		font-size: 1.8rem;
	}

	#form_page_1 {
		display: flex; flex-wrap: wrap;
		justify-content: space-between;
	}

	.form_question {
		width: 100%;
	}

	.form_question:first-of-type,
	.form_question:nth-of-type(2),
	.form_question:nth-of-type(3),
	.form_question:nth-of-type(4) {
		width: 49%;
	}

	.form_address fieldset {
		display: flex; flex-wrap: wrap;
		justify-content: space-between;
	}

	.form_address fieldset div {
		width: 100%;
	}

	.form_address fieldset div.address-row,
	.form_address fieldset div.address-row + div {
		width: 49%;
	}

	.form_address fieldset div.address-row + div {
		margin-top: 17px;
	}

	.action.form_action {
		padding-top: 12px;
	}

}

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

	h2 {
		font-size: 4.8rem;
	}

	.green {
		padding-bottom: 380px;
	}

}

/*-----------------------------------*\
  HEADER
\*-----------------------------------*/

header {
	background: #fff; position: fixed;
	left: 0; right: 0; top: 0; z-index: 3;
	box-shadow: 0 3px 20px -20px rgba(0,0,0,0.85);
}

header .basic {
	display: flex; justify-content: space-between;
	align-items: center; height: 60px;
}

.logo {
	width: 148px;
}

nav {
	margin-left: auto;
}

.btn-nav {
	display: inline-block; color: #fff;
	background: #115740; font-weight: 600;
	padding: 0 16px; line-height: 36px;
	border-radius: 3px;
}

.btn-nav:hover {
	color: #FFCD00;
}

.navlinks {
	display: none;
}

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

	.navlinks {
		display: inline-block;
	}

	.navlinks a {
		display: inline-block; color: #000;
		margin-right: 30px; line-height: 36px;
	}

}

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

	header .basic {
		height: 92px;
	}

	.logo {
		width: 186px;
	}

	.navlinks a {
		margin-right: 60px;
		line-height: 48px;
	}

	.btn-nav {
		padding: 0 20px; line-height: 48px;
	}

}

/*-----------------------------------*\
  BANNER
\*-----------------------------------*/

#banner {
	margin: 60px 0 0;
	position: relative;
}

.banner-inner {
	position: absolute; right: 0;
	left: 0; bottom: 19.2vw;
}

#banner .basic {
	padding: 0 16px;
}

.banner-content {
	text-align: center;
	color: #fff; max-width: 1036px;
	margin: 0 auto;
}

.bc-script {
	margin-bottom: 24px;
}

.bc-copy p {
	font-size: 1.8rem;
	margin-bottom: 30px;
	letter-spacing: 0.036em;
}

.bc-copy .btn {
	display: block;
	font-size: 1.8rem;
}

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

	.banner-inner {
		bottom: 4vw;
	}

	#banner .basic {
		padding: 0 30px; 
	}

	.banner-content {
		text-align: left;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.bc-script {
		margin-bottom: 0;
		width: 49%;
	}

	.bc-copy {
		width: 48%;
	}

	.bc-copy .btn {
		display: inline-block;
	}

	.bc-copy p {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}

}

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

	#banner {
		margin: 92px 0 0;
	}

	.banner-inner {
		bottom: 6.94vw;
	}

	.bc-copy p {
		font-size: 1.6rem;
	}

}

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

	.bc-copy p {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

}

/*-----------------------------------*\
  CONTACT
\*-----------------------------------*/

#contact {
	padding: 60px 0;
}

#contact h2 {
	margin-bottom: 16px;
}

.contact-info {
	margin-bottom: 30px;
}

.contact-info p {
	margin-bottom: 20px;
}

.cmethod {
	position: relative; 
	padding-left: 36px;
	min-height: 20px;
	margin-bottom: 16px;
}

.cm-icon {
	position: absolute; top: 1px;
	left: 0; width: 20px;
}

.cm-label {
	color: rgba(0, 0, 0, 0.70);
}

.cmethod a {
	color: #000;
}



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

	#contact {
		padding: 96px 0;
	}

	#contact .basic {
		display: flex;
		justify-content: space-between;
	}

	.contact-info {
		margin-bottom: 0;
		width: 46%;
	}

	.contact-form {
		width: 50.3%;
	}

	.contact-info p {
		margin-bottom: 30px;
	}

}

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

	#contact {
		padding: 120px 0;
	}

	#contact h2 {
		margin-bottom: 20px;
	}

	.contact-info p {
		margin-bottom: 40px;
	}

	.cmethod {
		padding-left: 40px;
		min-height: 25px;
	}

	.cm-icon {
		top: 1px;
		width: 24px;
	}

}

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

	#contact h2 {
		margin-bottom: 24px;
	}

}

/*-----------------------------------*\
  WHY
\*-----------------------------------*/

#why {
	padding-top: 60px;
	margin-bottom: 40px;
}

.why-intro {
	margin-bottom: 20px;
}

#why h2 {
	color: #FFCD00;
}

.why-copy p:first-of-type {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

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

	#why {
		padding-top: 96px;
		margin-bottom: 64px;
	}

	#why .basic {
		display: flex;
		justify-content: space-between;
	}

	.why-intro {
		width: 40%;
		margin-bottom: 0;
	}

	.why-copy {
		width: 58%;
		padding-top: 6px;
	}

}

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

	#why {
		padding-top: 114px;
		margin-bottom: 80px;
	}

	.why-copy p:first-of-type {
		font-size: 2.2rem;
		margin-bottom: 16px;
	}

}

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

	

}

/*-----------------------------------*\
  SLIDES
\*-----------------------------------*/

#reasons {
	margin-bottom: 40px;
}

.slidewrap {
	overflow: hidden;
	border-radius: 5px;
}

.sw-copy {
	background: #fff; color: #000;
	padding: 30px 24px;
}

h3 {
	font-family: acumin-pro-wide, sans-serif;
	font-weight: 800; 
	text-transform: uppercase;
	font-size: 1.8rem; line-height: 1.1;
	margin-bottom: 12px; position: relative;
}

.swc-inner p {
	margin-bottom: 20px;
}

.swc-inner ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

.swc-inner ul li {
	margin-bottom: 5px;
}

.owl-theme .owl-nav {
    margin: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background-color: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-image: url(/growbeyond/images/prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next:hover {
    background-image: url(/growbeyond/images/next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

.owl-prev {
    left: -10px;
}

.owl-next {
    right: -10px;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    visibility: hidden;
}

.owl-carousel button.owl-dot {
    transform: none;
    margin: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border-radius: 50%;
    width: 8px; height: 8px;
    margin: 5px 4px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FFCD00;
}

.owl-theme .owl-dots {
	margin-top: 30px;
}

.owl-carousel .owl-stage-outer {
	border-radius: 5px;
}

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

	#reasons {
		margin-bottom: 0;
	}

	.slidewrap {
		display: flex; 
	}

	.sw-img {
		width: 50%; order: 2;
		background: #fff;
	}

	.sw-copy {
		width: 50%; order: 1;
		display: flex; align-items: center;
	}

	.owl-prev {
	    left: -16px;
	}

	.owl-next {
	    right: -16px;
	}

}

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

	.sw-copy {
		padding: 0 30px;
	}

	h3 {
		font-size: 2.2rem; 
		margin-bottom: 16px; 
	}

	.owl-theme .owl-dots {
		margin-top: 50px;
	}

}

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

	.sw-copy {
		padding: 0 48px;
	}

	h3 {
		font-size: 2.8rem; 
		margin-bottom: 24px; 
	}

	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
	    width: 56px;
	    height: 56px;
	}

	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-prev:hover {
	    background-size: 56px;
	}

	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel .owl-nav button.owl-next:hover {
	    background-size: 56px;
	}

	.owl-prev {
	    left: -28px;
	}

	.owl-next {
	    right: -28px;
	}

	.swc-inner p {
		margin-bottom: 32px;
	}

	.swc-inner ul {
		margin-left: 24px;
		margin-bottom: 30px;
	}

	.swc-inner ul li {
		margin-bottom: 8px;
	}

}

/*-----------------------------------*\
  BIG PIC
\*-----------------------------------*/

#bigpic {
	position: relative; z-index: 2;
	margin: -96px 0 60px;
}

#bigpic img {
	border-radius: 5px;
}

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

	#bigpic {
		margin: -148px 0 80px;
	}

}

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

	#bigpic {
		margin: -200px 0 96px;
	}

}

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

	#bigpic {
		margin: -260px 0 120px;
	}

}

/*-----------------------------------*\
  FAQ
\*-----------------------------------*/

#faq {
	padding: 0 0 60px;
}

#faq h2 {
	text-align: center; 
	margin-bottom: 36px;
}

.faq-tabs {
	max-width: 856px;
	margin: 0 auto;
}

.tab-ctrls {
	display: flex; margin-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}

.btn-tab {
	display: block; text-align: center;
	font-family: acumin-pro-wide, sans-serif;
	font-weight: 800; color: rgba(0, 0, 0, 0.50);
	text-transform: uppercase;
	font-size: 3.2vw; line-height: 1;
	padding: 6px 0 14px; position: relative;
}

.btn-tab.active {
	color: #115740;
}

.btn-tab.active:after {
	content: ""; position: absolute;
	left: 0; right: 0; bottom: -1px;
	height: 2px; background: #115740;
	transition: all 0.25s linear;
}

#bt1 {
	width: 29%;
}

#bt2 {
	width: 34%;
}

#bt3 {
	width: 37%;
}

.tab {
	display: none;
}

.tab.active {
	display: block;
}

.acc-row {
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.acc-row:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.acc-intro {
    cursor: pointer; position: relative;
    font-weight: 700; font-size: 1.6rem;
    padding-right: 30px; line-height: 1.2;
}

.acc-intro:after {
    content: ""; display: block;
    width: 20px; height: 10px;
    position: absolute; right: 0; top: 5px;
    background: url(/growbeyond/images/arrow.png) no-repeat left top;
    background-size: 20px;
    transition: all 0.25s linear;
}

.acc-intro.open:after {
    transform: rotate(180deg);
}

.acc-details {
    display: none;
    padding: 20px 0 0;
}

.acc-details a {
	color: #004FC5;
	text-decoration: underline;
}

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

	#faq {
		padding-bottom: 72px;
	}

	#faq h2 {
		margin-bottom: 48px;
	}

	.tab-ctrls {
		margin-bottom: 48px;
	}

	.btn-tab {
		font-size: 2.2rem; 
		padding: 8px 0 20px;
	}

}

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

	#faq {
		padding-bottom: 96px;
	}

	#faq h2 {
		margin-bottom: 60px;
	}

	.tab-ctrls {
		margin-bottom: 60px;
	}

	.acc-row {
	    padding-bottom: 40px;
	    margin-bottom: 40px;
	}

	.acc-intro {
	    font-size: 2rem;
	}

	.acc-intro:after {
	    top: 7px;
	}

	.acc-details {
	    padding: 30px 0 0;
	}

}

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

	#faq {
		padding-bottom: 120px;
	}

	#faq h2 {
		margin-bottom: 80px;
	}

}

/*-----------------------------------*\
  READY
\*-----------------------------------*/

#ready {
	background: linear-gradient(180deg, #115740 0%, #0D402F 100%);
	padding: 60px 0; text-align: center;
	color: #fff; 
}

#ready h2 {
	color: #FFCD00;
	margin-bottom: 16px;
}

#ready p {
	margin-bottom: 20px;
}

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

	#ready {
		padding: 96px 0;
	}

	#ready h2 {
		margin-bottom: 20px;
	}

	#ready p {
		margin-bottom: 24px;
	}

	#ready p br {
		display: none;
	}

}

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

	#ready {
		padding: 112px 0;
	}

	#ready h2 {
		margin-bottom: 24px;
	}

	#ready p {
		margin-bottom: 32px;
		font-size: 1.8rem;
	}

}

/*-----------------------------------*\
  CTA CARDS
\*-----------------------------------*/

.cta-card {
	display: block; position: relative;
	color: #fff; overflow: hidden;
}

.cc-copy {
	position: absolute; bottom: 0;
	left: 0; right: 0; padding: 0 20px 20px;
	z-index: 2; font-size: 1.4rem;
}

h4 {
	font-family: acumin-pro-wide, sans-serif;
	font-weight: 800; color: #FFCD00;
	text-transform: uppercase;
	font-size: 1.8rem; line-height: 1;
	margin-bottom: 8px; position: relative;
	display: inline-block;
}

h4:after {
	content: ""; position: absolute;
	width: 13px; height: 13px;
	background: url(/growbeyond/images/linkout.png) no-repeat;
	background-size: 13px; top: 4px; right: -20px;
	transition: all 0.25s linear;
}

.cc-img {
	transition: all 0.25s linear;
}

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

	#cta-cards {
		display: flex;
	}

	.cc-copy p br {
		display: none;
	}

}

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

	.cc-copy {
		padding: 0 10px 30px 30px;
	}

}

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

	.cta-card:hover .cc-img {
		transform: scale(1.175);
	}

	.cc-copy {
		padding: 0 10px 40px 100px;
	}

	h4 {
		font-size: 2.2rem;
		margin-bottom: 10px;
	}

	h4:after {
		width: 16px; height: 16px;
		background-size: 16px; top: 4px; right: -23px;
	}

	.cta-card:hover h4:after {
		transform: translate(3px,-3px);
	}

}

/*-----------------------------------*\
  FOOTER
\*-----------------------------------*/

footer {
	padding: 30px 0 20px;
}

footer a:hover {
	text-decoration: underline;
}

.footerlogo {
	width: 96px;
	margin-bottom: 30px;
}

.fc-method {
	margin-bottom: 20px;
}

.fc-method ul {
	list-style: none;
}

.fc-method ul li {
	margin-bottom: 6px;
	color: rgba(0,0,0,0.5);
}

.fc-method a {
	color: #000;
}

h5 {
	color: #858585; margin-bottom: 12px;
	font-weight: 400; line-height: 1.2;
	font-size: 1.2rem;
}

.fs-icons {
	width: 136px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 16px;
}

.footer-social {
	margin-bottom: 32px;
}

.footer-legal {
	color: #858585;
	font-size: 1.2rem;
}

.fl-big {
	display: none;
}

.privacy {
	margin-top: 8px;
}

.privacy a {
	color: #858585;
}

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

	footer {
		padding: 50px 0 30px;
	}

	.footer-top {
		margin-bottom: 24px; display: flex;
	}

	.footerlogo {
		margin-bottom: 0;
	}

	.footer-contact {
		width: 76%; margin-left: auto;
	}

	.fc-inner {
		display: flex;
		justify-content: space-between;
	}

	.fc-method {
		width: 35%; margin-bottom: 0;
	}

	.fc-method.fc-campus {
		width: 30%;
	}

	.footer-legal {
		text-align: center;
	}

	.fl-big {
		display: block;
	}

	.fl-small {
		display: none;
	}

}

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

	.footer-top {
		margin-bottom: 34px;
	}

	.footerlogo {
		width: 148px;
	}

	.footer-contact {
		width: 67.25%;
	}

	h5 {
		font-size: 1.4rem;
		margin-bottom: 16px;
	}

	.footer-social {
		margin-bottom: 48px;
	}

	.footer-legal {
		text-align: left; display: flex;
	}

	.privacy {
		margin: 0 0 0 auto;
	}

}

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

	.fc-method {
		width: 38%;
	}

	.fc-method.fc-campus {
		width: 24%;
	}

}

/*-----------------------------------*\
  THANKS
\*-----------------------------------*/

#thanks {
    width: 100vw; height: 100vh;
    display: flex; align-items: center;
    justify-content: center;
}

.thanks-inner {
    text-align: center;
}

.tylogo {
    width: 120px; margin: 0 auto 20px;
}

.tymsg {
	color: #565656;
}

.thanks-intro {
	font-weight: 600; font-size: 2rem;
	margin-bottom: 12px; color: #000;
}

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

    .tylogo {
        width: 148px; margin: 0 auto 30px;
    }

    .thanks-intro {
		font-size: 3.2rem;
		margin-bottom: 16px; 
	}

    .tymsg {
        font-size: 1.6rem;
    }

    .tymsg p {
    	max-width: 520px;
    	margin: 0 auto;
    }

}