@charset "UTF-8";

/*-- Reset --*/

* {
	padding:0;
	margin:0;
	outline:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* > :last-child { 
	margin-bottom:0;
}

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

.clearfix::after {
	content:"";
	clear:both;
	display:table;
}

.nowrap {
	white-space:nowrap;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, 
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav,
object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var, a img {
    background:transparent;
	border:0 none;
	outline:none;
	vertical-align:baseline;
	padding:0;
	margin:0;    
}


/*-- General --*/

html {
	background:#fff;
	max-width:100%;
	max-height:100%;
	overflow-x:hidden;
}

body {
	background:#fff;
	max-width:100%;
	max-height:100%;
	overflow-x:hidden;
	text-rendering:optimizeLegibility;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

h1 {
	font:400 45px/52px "utopia-std", serif;
	color:#636363;
	margin:0 0 40px;
	position:relative;
	z-index:2;
}

h2 {
	font:400 40px/46px "utopia-std", serif;
	color:#636363;
	margin:0 0 40px;
	position:relative;
	z-index:2;
}

h3 {
	font:400 28px/32px "utopia-std", serif;
	color:#636363;
	margin:0 0 20px;
	position:relative;
	z-index:2;
}

h4 {
	font:600 15px/15px helvetica, sans-serif;
	color:#82bc00;
	text-transform:uppercase;
	letter-spacing:0.15em;
	margin:0 0 20px;
	position:relative;
	z-index:2;
}

h5 {
	font:20px/30px helvetica, sans-serif;
	color:#636363;
	margin:0 0 20px;
	position:relative;
	z-index:2;
}

h5.italic {
	font:400 23px/38px "utopia-std", serif;
	font-style:italic;
}

h6 {
	font:600 15px/15px helvetica, sans-serif;
	color:#82bc00;
	text-transform:uppercase;
	letter-spacing:0.15em;
	margin:0 0 10px;
	position:relative;
	z-index:2;
}

p {
	font:18px/26px helvetica, sans-serif;
	color:#636363;
	margin:0 0 20px;
	position:relative;
	z-index:2;
}

p.italic {
	font:400 21px/35px "utopia-std", serif;
	font-style:italic;
}

a {
	text-decoration:none;
	color:#636363;
	transition:all 0.3s ease;
}

a:hover {
	color:#000;
}

a.link {
	font:600 15px/15px helvetica, sans-serif;
	color:#fff !important;
	text-transform:uppercase;
	letter-spacing:0.15em;
	color:#82bc00 !important;
	margin:20px 0 0;
	display:inline-block;
}

a.link.arrow {
	border-bottom:3px solid #82bc00;
	padding:0 0 2px;
}

a.link.arrow:hover {
	border-bottom:3px solid #000;
}

a.link.arrow::after {
	content:"";
	background:url("../images/icon-arrow.svg") 0 0 no-repeat;
	background-size:17px;
	width:17px;
	height:13px;
	margin:0 0 0 5px;
	display:inline-block;
	transition:all 0.3s ease;
}

a.link.arrow:hover::after {
	margin:0 0 0 9px;
}

a.button {
	font:600 15px/15px helvetica, sans-serif;
	color:#fff !important;
	text-transform:uppercase;
	letter-spacing:0.15em;
	background:#82bc00;
	margin:20px 0 0;
	padding:25px 30px 23px;
	display:inline-block;
	position:relative;
	transition:all 0.3s ease;
}

a.button:hover {
	background:#000 !important;
}

a.button.arrow::after {
	content:"";
	background:url("../images/icon-arrow-white.svg") 0 0 no-repeat;
	background-size:17px;
	width:17px;
	height:13px;
	margin:0 0 0 5px;
	display:inline-block;
	transition:all 0.3s ease;
}

a.button.arrow:hover::after {
	margin:0 0 0 10px;
}

a.button.search {
	padding-right:25px;
}

a.button.search::after {
	content:"";
	background:url("../images/icon-search-white.svg") 0 0 no-repeat;
	background-size:16px;
	width:16px;
	height:16px;
	margin:0 0 0 10px;
	position:relative;
	top:1px;
	display:inline-block;
	transition:all 0.3s ease;
}

a.button-block {
	font:600 15px/15px helvetica, sans-serif;
	color:#fff !important;
	letter-spacing:0.15em;
	text-transform:uppercase;
	text-align:center;
	background:#333;
	width:96%;
	margin:30px auto;
	padding:50px 30px;
	position:relative;
	top:0;
	left:2%;
	transition:all 0.3s ease;
}

a.button-block.arrow::after {
	content:"";
	background:url("../images/icon-arrow-white.svg") 0 0 no-repeat;
	background-size:17px;
	width:17px;
	height:13px;
	margin:0 0 0 10px;
	position:relative;
	bottom:0;
	left:0;
	display:inline-block;
	transition:all 0.3s ease;
}

a.button-block.arrow:hover::after {
	margin:0 0 0 20px;
}

.button-block-bg {
	background-image:linear-gradient(to top, #f2f2f2, #f2f2f2 50%, #fff 50%, #fff 50%);
}

.list li {
	font:18px/26px helvetica, sans-serif;
	color:#636363;
	margin:0 0 5px;
	position:relative;
	z-index:2;
}

section {
	position:relative;
}

.container-full {
	width:100%;
	padding:120px 50px;
	position:relative;
}

.container {
	width:1500px;
	margin:0 auto;
	padding:120px 5%;
	position:relative;
}

.container-small {
	width:1050px;
	margin:0 auto;
	padding:120px 5%;
	position:relative;
}

.no-pad-bottom {
	padding-bottom:0;
}

.center {
	text-align:center;
}

.flex {
	display:flex;
	flex-wrap:wrap;
}

.col2 {
	width:50%;
	position:relative;
	overflow:hidden;
}

.col2:nth-child(odd) {
	padding:0 5% 0 0;
}

.col2:nth-child(odd) .container {
	width:100%;
	padding-right:0;
	padding-left:10%;
}

.col2:nth-child(even) {
	padding:0 0 0 5%;
}

.col2:nth-child(even) .container {
	width:100%;
	padding-right:10%;
	padding-left:0;
}

.col3 {
	width:33.3333%;
	position:relative;
}

.col3:first-child {
	padding:0 5% 0 0;
}

.col3:nth-child(even) {
	padding:0 2.5%;
}

.col3:nth-child(3n) {
	padding:0 0 0 5%;
}


footer h3 {
	display: inline-block;
}


.social {
	display: inline-block;
	margin-right: 5px;
}

.social img {
	width: 20px;
	display: inline-block;
}

/*-- Step1 Button --*/

.step1 a {
	font:600 13px/13px helvetica, sans-serif;
	color:#333 !important;
	text-transform:uppercase;
	letter-spacing:0.05em;
	text-align:center;
	border:3px solid #333;
	border-radius:100px;
	padding:23px 14px 23px 112px;
	margin:20px 0 0;
	width:350px;
	display:inline-block;
	position:relative;
	z-index:2;
	transition:all 0.3s ease;
}

.step1 a img {
	width:60px;
	height:auto;
	position:absolute;
	top:18px;
	left:25px;
	margin:0;
}

.step1 a hr {
	background:#333;
	border:0;
	width:3px;
	height:100%;
	position:absolute;
	top:0;
	left:102px;
	transition:all 0.3s ease;
}

.step1 a:hover {
	color:#333 !important;
	border:3px solid #333 !important;
}

.step1 a:hover hr {
	background:#333 !important;
}


/*-- Background Colors --*/

.color-1 {
	background:#82bc00;
}

.color-1 h3,
.color-1 p {
	color:#fff;
}

.color-2 {
	background:url("../images/bg-pattern.jpg") center center repeat #79af00;
}

.color-2 .button {
	background:#333;
}

.color-2 h2,
.color-2 h3,
.color-2 h5,
.color-2 p,
.color-2 a {
	color:#fff;
}

.color-grey {
	background:#f2f2f2;
}


/*-- Load Animations --*/

.fade-1 {
	opacity:0;
	position:relative;
	top:25px;
	transition:all 0.5s ease;
}

.fade-2 {
	opacity:0;
	position:relative;
	top:25px;
	transition:all 0.5s ease 0.1s;
}

.fade-3 {
	opacity:0;
	position:relative;
	top:25px;
	transition:all 0.5s ease 0.2s;
}

.fade-1.active,
.fade-2.active,
.fade-3.active {
	opacity:1;
	top:0;
}

.reveal {
	background:#82bc00;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	transition:all 1s cubic-bezier(0.8, 0, 0.05, 1) 0.1s;
	z-index:10;
}

.reveal.active {
	top:-100%;
}


/*-- Nav --*/

nav {
	background:#fff;
	width:100%;
	height:120px;
	padding:0 0 0 5%;
	position:relative;
	z-index:100;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}

nav .logo {
	width:270px;
	position:absolute;
	top:22px;
	left:30px;
}

nav ul {
	list-style:none;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:2px 25px 0 0;
}

nav ul li {
	margin:0 0 0 40px;
}

nav ul li:first-child {
	margin:0;
}

nav ul li a {
	font:600 14px/14px helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.08em;
	text-decoration:none;
	color:#636363;
	transition:all 0.3s ease;
}

nav ul li a:hover {
	color:#82bc00;
}

nav ul li.phone a {
	background:url("../images/icon-phone.svg") 0 center no-repeat;
	background-size:18px 18px;
	padding:0 0 0 20px;
}

nav ul li a.schedule {
	font:600 13px/13px helvetica, sans-serif;
	color:#fff;
	background:#82bc00;
	height:60px;
	padding:24px 20px 0;
	display:inline-block;
	position:relative;
	top:-2px;
	transition:all 0.3s ease;
}

nav ul li a.schedule:hover {
	background:#000;
}


/*-- Nav - Mobile --*/

#mobile-menu {
	width:80px;
	height:100px;
	padding:36px 0 0 22px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	z-index:800;
	display:none;
}

#mobile-menu .bar {
	background:#82bc00;
	width:36px;
	height:5px;
	margin:0 0 7px;
}

#mobile-nav {
	background:#82bc00;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	display:none;
}

#mobile-nav ul {
	list-style:none;
	padding:30px 40px;
}

#mobile-nav ul li {
	margin:0 0 20px;
}

#mobile-nav ul li a {
	font:400 40px/42px "utopia-std", serif;
	color:#fff;
	display:inline-block;
}

#mobile-nav ul li.phone {
	text-align:left;
}

#mobile-nav ul li.phone a {
	font:600 14px/14px helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.08em;
	background:url("../images/icon-phone-white.svg") 0 center no-repeat;
	background-size:18px 18px;
	padding:0 0 0 24px;
	margin:0 0 20px;
}

#mobile-nav ul li a.schedule {
	font:600 15px/15px helvetica, sans-serif;
	color:#fff !important;
	letter-spacing:0.15em;
	text-align:center;
	text-transform:uppercase;
	background:#333;
	width:120%;
	margin:0;
	padding:40px 0;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}

#mobile-nav ul li a.schedule::after {
	content:"";
	background:url("../images/icon-arrow-white.svg") 0 0 no-repeat;
	background-size:17px;
	width:17px;
	height:13px;
	margin:0 0 0 10px;
	position:relative;
	bottom:0;
	left:0;
	display:inline-block;
	transition:all 0.3s ease;
}

#mobile-nav .close {
	width:40px;
	height:40px;
	position:absolute;
	top:18px;
	right:18px;
	z-index:999;
	cursor:pointer;
}


/*-- Headers --*/

header {
	position:relative;
}

header .container {
	padding-top:90px;
}

header.header-photo {
	background-image:linear-gradient(to top, #f2f2f2, #f2f2f2 12%, #fff 12%, #fff 12%);
	height:70vh;
	min-height:600px;
	position:relative;
	z-index:9;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

header.header-photo a.link {
	margin:0;
}

header.header-photo .container {
	width:40%;
	padding-top:0;
	padding-bottom:60px;
}

header.header-photo .photo {
	background:url("../images/homepage-photo.jpg") no-repeat left center / cover;
	width:60%;
	height:100%;
	position:relative;
	overflow:hidden;
}

header.header-photo .video {
	background:#000;
	width:50%;
	height:100%;
	position:relative;
	overflow:hidden;
}

header.header-photo .video iframe {
	width:200%;
	height:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

header.header-photo .video a {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

header.header-photo .video .play img {
	width: 40px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -20px;
}








header.header-video h1 {
	color: #fff;
}

header.header-video {
	height:50vh;
	min-height:500px;
	position:relative;
	z-index:9;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

header.header-video .video {
	background:#79af00;
	width:50%;
	height:100%;
	position:relative;
	overflow:hidden;
}

header.header-video .container {
	width:50%;
	padding-top:0;
	padding-bottom:60px;
}

header.header-video .video iframe {
	width:200%;
	height:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

header.header-video .video a {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

header.header-video .video .play img {
	width: 40px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -20px;
}












header.header-photo .scroll {
	width:25px;
	height:auto;
	padding-bottom:50px;
	position:absolute;
	bottom:8%;
	left:55%;
	cursor:pointer;
	opacity:0;
	transition:all 0.5s ease 0.3s;
}

header.header-photo .scroll.active {
	padding-bottom:0;
	opacity:1;
}

header.header-photo .scroll img {
	width:100%;
	height:auto;
	position:relative;
	top:0;
}

.play {
	background:url("../images/icon-play-white.svg") top 24px left 28px no-repeat #82bc00;
	background-size:40px;
	width:90px;
	height:90px;
	position:absolute;
	bottom:0;
	left:0;
	transition:all 0.3s ease;
}

.play:hover {
	background:url("../images/icon-play-white.svg") top 24px left 28px no-repeat #000;
	background-size:40px;
}

.header-headline .container {
	padding-top:80px;
	padding-bottom:110px;
}


/*-- Step 1 and Newsletter --*/

#step1-newsletter {
	background-image:linear-gradient(to bottom, #f2f2f2, #f2f2f2 50%, #fff 50%, #fff 50%);
	padding:30px 30px 0 30px;
	display:flex;
	flex-wrap:wrap;
	position:relative;
	overflow:hidden;
}

#step1-newsletter .col2 {
	padding:90px 5%;
}


/*-- Get Started --*/

#get-started .col3 {
	margin:0 0 50px;
}

#get-started .icon {
	border:5px solid #636363;
	width:140px;
	height:140px;
	margin:15px auto;
	position:relative;
}

#get-started .icon h4 {
	color:#fff;
	background:#82bc00;
	width:36px;
	height:36px;
	padding:11px 0 0 3px;
	margin:0;
	position:absolute;
	top:-5px;
	left:-5px;
}

#get-started .icon img {
	width:70px;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

#get-started .button {
	margin:0;
}


/*-- Contact --*/

#contact .container-full {
	display:flex;
	flex-wrap:wrap;
}

#contact .col2:nth-child(1) {
	width:450px;
}

#contact .col2:nth-child(2) {
	width:-webkit-calc(100% - 450px);
	width:-moz-calc(100% - 450px);
	width:calc(100% - 450px);
	padding:0;
}


/*-- Subpage - About --*/

#about-intro {
	position:relative;
}

#about-intro .col2:nth-child(1) {
	background:url("../images/about-gfg.jpg") no-repeat center center / cover;
}

#team ul {
	text-align:center;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

#team ul li {
	width:33.3%;
	margin:0 0 90px;
	position:relative;
}

#team ul li h2 {
	font:400 35px/40px "utopia-std", serif;
	margin:0 0 10px;
}

#team ul li p {
	margin:0;
}

#team ul li a.link {
	margin:20px 0 0;
}

#team .portrait {
	width:350px;
	height:auto;
	margin:0 auto 40px;
	position:relative;
}

#team .portrait img {
	width: 300px;
}

#team .portrait::after {
	content:"";
	background-image:linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
	width:100%;
	height:40%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}

#team .portrait img {
	width:100%;
	height:auto;
}

#team .portrait a.button {
	font:600 13px/13px helvetica, sans-serif;
	letter-spacing:0.08em;
	width:190px;
	padding-left:0;
	padding-right:0;
	position:absolute;
	bottom:-20px;
	left:50%;
	z-index:3;
	transform:translateX(-50%);
}

#team .container-full {
	padding-bottom:30px;
}

#team .step1 a {
	border-color:#636363;
	font-size:12px;
	line-height:12px;
	padding:22px 15px 18px 100px;
	margin:30px 0 0;
	width:300px;
}

#team .step1 a img {
	width:50px;
	top:18px;
	left:23px;
}

#team .step1 a hr {
	background:#636363;
	left:88px;
}

#meet-rick-wedell .container {
	padding-right:450px;
}

#meet-rick-wedell img.rick {
	width:400px;
	height:auto;
	position:absolute;
	bottom:0;
	right:5%;
}

#meet-rick-wedell .button-bluemonte {
	width:250px;
	margin:0 0 0 40px;
	display:inline-block;
	position:relative;
	top:20px;
}

#meet-rick-wedell .button-bluemonte img {
	width:100%;
	height:auto;
}

#powered .col2:nth-child(1) {
	width:200px;
	padding:10px 0 0;
}

#powered .col2:nth-child(2) {
	width:-webkit-calc(100% - 200px);
	width:-moz-calc(100% - 200px);
	width:calc(100% - 200px);
	padding:0 0 0 40px;
}

#powered ul {
	list-style:none;
	margin:40px 0 30px;
}

#powered ul li {
	width:16.666%;
}


/*-- Subpage - Our Advisors --*/

#all-advisors ul {
	text-align:center;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#all-advisors ul li {
	width:31%;
	margin:0 0 50px;
	position:relative;
}

#all-advisors article {
	background:#82bc00;
	padding:15px 15px 20px;
	cursor:pointer;
	transition:all 0.3s ease;
}

#all-advisors article:hover,
#all-advisors article.active {
	background:#000;
}

#all-advisors article h3 {
	color:#fff;
	margin:0 0 10px;
}

#all-advisors article h4 {
	color:#fff;
	opacity:0.75;
}

#all-advisors ul li ul {
	background:#82bc00;
	padding:15px 15px 20px;
	display:none;
}

#all-advisors ul li ul li {
	width:100%;
	margin:0;
}

#all-advisors ul li ul li p {
	margin:0;
}

#all-advisors ul li ul li p a {
	color:#fff;
}

#all-advisors .search {
	text-align:center;
	margin:0 0 30px;
}

#find-advisor ul {
	list-style: none;
	margin-bottom: 20px;
}

#find-advisor ul li {
	    font: 18px/26px helvetica, sans-serif;
    color: #636363;
    margin: 0 0 0px;
    position: relative;
    z-index: 2;
}


/*-- Subpage - Approach --*/

#approach-intro {
	position:relative;
}

#approach-intro .col2:nth-child(1) {
	background:url("../images/approach-gfg.jpg") no-repeat center center / cover;
}

#approach ul {
	list-style:none;
}

#approach ul li {
	width:100%;
	padding:0 0 100px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
}

#approach ul li:last-child {
	padding-bottom:0;
}

#approach ul li h3 {
	width:300px;
	padding:0 0 0 65px;
}

#approach ul li h3 span {
	font:600 15px/15px helvetica, sans-serif;
	color:#fff;
	text-align:center;
	background:#82bc00;
	width:40px;
	height:40px;
	padding:13px 0 0 0;
	display:inline-block;
	position:absolute;
	top:-5px;
	left:0;
}

#approach ul li hr {
	background:#f2f2f2;
	border:0;
	width:3px;
	height:100%;
	position:absolute;
	top:0;
	left:19px;
}

#approach ul li article {
	width:-webkit-calc(100% - 300px);
	width:-moz-calc(100% - 300px);
	width:calc(100% - 300px);
	padding:0 0 0 5%;
}


/*-- Subpage - Services --*/

#services-intro .col2:nth-child(1) {
	background:url("../images/services-gfg.jpg") no-repeat center center / cover;
}

#services {
	border-top:3px solid #fff;
}

#services h4 {
	margin:0 !important;
	padding:40px 0;
	position:relative;
	z-index:2;
}

#services p,
#services a {
	display:none;
	position:relative;
	z-index:2;
}

#services img {
	display:none;
	width:320px;
	height:auto;
	margin:30px 0 0;
	position:relative;
	z-index:2;
}

#services ul {
	list-style:none;
}

#services ul li {
	background:#f2f2f2;
	border-bottom:3px solid #fff;
	padding:0 5% 0 150px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	transition:all 0.3s ease;
}

#services ul li:last-child {
	border-bottom:0 !important;
}

#services ul li:hover {
	background:url("../images/bg-pattern.jpg") center center repeat #79af00;
}

#services ul li:hover h4 {
	color:#fff;
}

#services ul li::before {
	font:400 60px/60px arial, sans-serif;
	color:#82bc00;
	text-align:center;
	content:"+";
	width:100px;
	height:100%;
	padding:20px 0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	transition:all 0.3s ease;
}

#services ul li:hover::before {
	color:#fff;
}

#services ul li span {
	background:url("../images/bg-pattern.jpg") center center repeat #79af00;
	width:100px;
	height:0px;
	position:absolute;
	top:0;
	left:0;
}

#services ul li::after {
	content:"";
	width:-webkit-calc(100% - 100px);
	width:-moz-calc(100% - 100px);
	width:calc(100% - 100px);
	height:100%;
	position:absolute;
	top:0;
	right:0;
	opacity:0;
	filter:grayscale(1);
	transition:all 0.3s ease;
}

#services ul li.active {
	background:#fff;
	padding:100px 5% 150px 150px;
}

#services  ul li.active::before {
	content:"–";
	color:#fff;
	padding:130px 0 0;
}

#services ul li.active h4 {
	font:400 40px/46px "utopia-std", serif;
	color:#636363;
	padding-bottom:20px;
	letter-spacing:0;
	text-transform:none;
}

#services ul li.active p {
	display:block;
}

#services ul li.active a {
	display:inline-block;
}

#services ul li.active img {
	display:block;
}

#services ul li.active span {
	height:100%;
}

#services ul li.active::after {
	opacity:0.11;
}

#services .container-full {
	padding-top:0;
	padding-bottom:0;
}


/*-- Subpage - Contact --*/

#contact-intro {
	position:relative;
}

#contact-intro .col2:nth-child(1) {
	background:url("../images/contact-gfg.jpg") no-repeat top center / cover;
}

#contact-info p {
	font:400 20px/24px "utopia-std", serif;
}

#contact-info br {
	display:block !important;
}


#get-started .col3 {
	margin:0 0 50px;
}

#contact-info .icon {
	border:5px solid #636363;
	width:140px;
	height:140px;
	margin:0 auto 30px;
	position:relative;
}

#contact-info .icon img {
	width:70px;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

#get-started-steps {
	display:flex;
	flex-wrap:wrap;
}

#get-started-steps .col2:nth-child(2) {
	width:-webkit-calc(100% - 450px);
	width:-moz-calc(100% - 450px);
	width:calc(100% - 450px);
	padding:0 2%;
}

#get-started-steps .col2:nth-child(1) {
	text-align:center;
	width:450px;
	padding:0;
}

#get-started-steps .col2:nth-child(1) .container-full {
	padding-left:0;
	padding-right:0;
}

#get-started-steps .col2:nth-child(1) h4:nth-child(1) {
	margin:90px 0 0;
	position:relative;
}

#get-started-steps .col2:nth-child(1) h4:nth-child(1)::before {
	content:"";
	background:url("../images/icon-calendar-white.svg") center center no-repeat #bf6a1e;
	background-size:34px;
	width:70px;
	height:70px;
	border-radius:70px;
	position:absolute;
	top:-90px;
	left:50%;
	transform:translateX(-50%);
}

#get-started-steps .col2:nth-child(1) h4:nth-child(2) {
	margin:140px 0 0;
	position:relative;
}

#get-started-steps .col2:nth-child(1) h4:nth-child(2)::before {
	content:"";
	background:url("../images/icon-chat-white.svg") center center no-repeat #bf6a1e;
	background-size:34px;
	width:70px;
	height:70px;
	border-radius:70px;
	position:absolute;
	top:-90px;
	left:50%;
	transform:translateX(-50%);
}

#get-started-steps .col2:nth-child(1) h4:nth-child(3) {
	margin:140px 0 0;
	position:relative;
}

#get-started-steps .col2:nth-child(1) h4:nth-child(3)::before {
	content:"";
	background:url("../images/icon-map-white.svg") center center no-repeat #bf6a1e;
	background-size:34px;
	width:70px;
	height:70px;
	border-radius:70px;
	position:absolute;
	top:-90px;
	left:50%;
	transform:translateX(-50%);
}

#get-started-steps form#contact-form {
	margin:40px 0 0;
}

#get-started-steps form#contact-form input {
	color:#141414;
	border-bottom:2px solid #003a4a;
}

#get-started-steps form#contact-form textarea {
	color:#141414;
	border-bottom:2px solid #003a4a;
}

#get-started-steps form#contact-form input::-webkit-input-placeholder,
#get-started-steps form#contact-form textarea::-webkit-textarea-placeholder {
	color:#141414;
}

#get-started-steps form#contact-form input::-moz-placeholder,
#get-started-steps form#contact-form textarea::-moz-placeholder {
	color:#141414;
}

#get-started-steps form#contact-form input:-ms-input-placeholder,
#get-started-steps form#contact-form textarea:-ms-textarea-placeholder {
	color:#141414;
}

#get-started-steps form#contact-form input:-moz-placeholder,
#get-started-steps form#contact-form textarea:-moz-placeholder {
	color:#141414;
}

#get-started-steps form#contact-form input,
#get-started-steps form#contact-form input[type="text"],
#get-started-steps form#contact-form input[type="button"],
#get-started-steps form#contact-form input[type="submit"],
#get-started-steps form#contact-form textarea {
	color:#141414;
}

#get-started-steps form#contact-form button {
	color:#003a4a !important;
	background:#9bb4b6 !important;
}

#get-started-steps form#contact-form button:hover {
	color:#fff !important;
}

#get-started-steps form#contact-form button::after {
	background:#003a4a !important;
}


/*-- Fancybox --*/

.popup {
	background:#fff;
	width:1250px;
	padding:60px 5% !important;
	display:none;
}

.popup .close {
	text-indent:-999999px;
	background:url("../images/icon-close.svg") center center no-repeat;
	background-size:40px;
	border:0;
	width:60px !important;
	height:60px !important;
    position:absolute;
    top:0;
	right:0;
	cursor:pointer;
	transition:all 0.3s ease;
}

.fancybox-content {
	overflow:hidden !important;
}

.fancybox-button--close {
	background:url("../images/icon-close-white.svg") center center no-repeat !important;
	background-size:40px !important;
	border:0 !important;
	width:65px !important;
	height:65px !important;
    position:absolute !important;
    top:0 !important;
	right:0 !important;
	cursor:pointer !important;
}


/*-- Footer --*/

footer {
	background:#333;
}

footer h3 {
	color:#fff;
	margin:0 0 40px;
}

footer h3 a {
	color:#fff;
	text-decoration:none;
}

footer a:hover {
	color:#fff;
	text-decoration:underline;
}

footer h3 hr {
	background:#fff;
	border:0;
	width:2px;
	height:25px;
	margin:0 10px;
	position:relative;
	top:5px;
	display:inline-block;
}

footer p {
	font:400 15px/20px arial, sans-serif;
	color:#fff;
}

footer a {
	color:#fff;
	text-decoration:underline;
}

footer a.brokercheck {
    width:225px;
    display:inline-block;
    margin:0 0 20px 0;
}

footer a.brokercheck img {
	width:100%;
	height:auto;
}

footer .container {
	padding-top:70px;
	padding-bottom:70px;
}

#powered-by-rfg {
	position:absolute;
	top:15px;
	right:6%;
	margin:0;
	z-index:10;
}


/*-- Form --*/

#contact-columns .col2:nth-child(1) {
	width: 70%;
}

#contact-columns .col2:nth-child(2) {
	width: 30%;
}

form label {
	font: 18px/26px helvetica, sans-serif;
    color: #636363;
    margin: 0 0 20px;
    position: relative;
    z-index: 2;
}

form input[type="text"],
form input[type="email"],
form textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 15px;
	margin: 0 0 15px 0;
}

form textarea {
	height: 100px;
}

form button {
	font: 600 15px/15px helvetica, sans-serif;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    background: #82bc00;
    border: 0;
    margin: 20px 0 0;
    padding: 25px 30px 23px;
    display: inline-block;
    transition: all 0.3s ease;
}





/*-- Media Queries --*/

@media (max-width: 1600px) {

	#contact-team .col {
		width:50%;
	}
}

@media (max-width: 1500px) {
	
	.container {
		width:100%;
	}
	
	#team ul li {
		width:50%;
	}
	
}


@media (max-width: 1350px) {
	
	nav ul li {
		margin:0 0 0 30px;
	}
	
	nav ul li a.schedule {
		display:none;
	}
	
}


@media (max-width: 1200px) {
	
	h1 {
		font-size:46px;
		line-height:52px;
	}
	
	h2,
	#services ul li.active h4 {
		font-size:36px;
		line-height:42px;
	}
	
	h5 {
		font-size:18px;
		line-height:26px;
	}
	
	br {
		display:none;
	}
	
	.container-full,
	.container,
	.container-small {
		padding-top:90px;
		padding-bottom:90px;
	}
	
	header .container,
	header.header-video .container {
		width:100% !important;
		padding-top:60px !important;
		padding-bottom:90px !important;
	}
	
	header.header-photo {
		background:#fff;
		height:auto;
		min-height:auto;
		flex-direction:column;
	}

	header.header-video {
		height: auto;
		min-height: auto;
	}

	header.header-photo .photo,
	header.header-photo .video,
	header.header-video .video {
		width:100%;
		height:auto;
		padding:70% 0 0;
	}
	
	header.header-photo .photo::before {
		display:block;
	}
	
	header.header-photo .scroll {
		display:none;
	}
	
	#approach ul li {
		padding:0 0 90px;
	}
	
	#services  ul li.active::before {
		padding:126px 0 0;
	}
	
	#get-started-steps .col2:nth-child(1) {
		width:100%;
		padding:0;
	}

	#get-started-steps .col2:nth-child(2) {
		width:100%;
	}

	#meet-rick-wedell .container {
		padding-right: 0;
	}

	#meet-rick-wedell img.rick {
		display: none;
	}

	#contact-columns .col2:nth-child(1),
	#contact-columns .col2:nth-child(2) {
		width: 100%;
		padding: 0;
	}

	#contact-columns .col2:nth-child(1) {
		margin-bottom: 60px;
	}

	#contact-columns .col2:nth-child(2) br {
		display: block;
	}
	
	footer br {
		display:block;
	}
	
}


@media (max-width: 1150px) {
	
	nav ul li.phone {
		display:none;
	}
	
}


@media (max-width: 1100px) {
	
	#all-advisors ul li {
		width:48.5%;
	}
	
}


@media (max-width: 1050px) {
	
	.container-small {
		width:100%;
	}
	
}


@media (max-width: 1000px) {
	
	nav ul {
		display:none;
	}
	
	#mobile-menu {
		display:block;
	}
	
	.col2 {
		width:100%;
	}
	
	.col2:nth-child(odd) {
		padding:0 5% 60px;
	}

	.col2:nth-child(even) {
		padding:0 5%;
	}

	.col2:nth-child(odd) .container {
		padding:90px 0 60px !important;
	}
	
	.col2:nth-child(even) .container {
		padding:90px 0 !important;
	}
	
	.col3 {
		width:100%;
	}

	.col3:first-child {
		padding:0 5% 60px;
	}

	.col3:nth-child(even) {
		padding:0 5% 60px;
	}

	.col3:nth-child(3n) {
		padding:0 5%;
	}
	
	#get-started .col3 {
		margin:0;
		padding-bottom:30px;
	}
	
	#get-started .button {
		margin-top:30px;
	}
	
	#contact .col2:nth-child(1),
	#contact .col2:nth-child(2) {
		width:100%;
		padding-left:0;
		padding:-right:0;
	}
	
	#about-intro .col2:nth-child(1),
	#approach-intro .col2:nth-child(1),
	#services-intro .col2:nth-child(1),
	#contact-intro .col2:nth-child(1),
	#why-apple-tree-lane .col2:nth-child(1) {
		padding:70% 0 0;
	}
	
	#team ul li {
		width:100%;
	}
	
	#approach ul li {
		padding:0 0 60px;
	}
	
	#approach ul li h3 {
		width:100%;
	}

	#approach ul li article {
		width:100%;
		padding:0 0 0 65px;
	}
	
	#contact-info .col3 {
		margin:0;
		padding-bottom:30px;
	}
	
	#contact-info .icon {
		width:110px;
		height:110px;
	}

	#contact-info .icon img {
		width:50px;
	}
	
	#powered-by-rfg {
		margin:0 0 20px !important;
		position:relative;
		top:0;
		right:0;
	}
	
}


@media (max-width: 800px) {
	
	#powered ul li {
		width:33.333%;
	}
	
	#powered .col2:nth-child(1) {
		display:none;
	}

	#powered .col2:nth-child(2) {
		width:100%;
		padding:0;
	}
	
	#powered .col2:nth-child(2) h2 {
		text-align:center;
	}
	
}


@media (max-width: 800px) {
	
	h1 {
		font-size:42px;
		line-height:48px;
	}
	
	h2,
	#services ul li.active h4 {
		font-size:32px;
		line-height:38px;
	}
	
	h3 {
		font-size:24px;
		line-height:28px;
	}
	
	h4 {
		font-size:13px;
		line-height:13px;
	}
	
	h5 {
		font-size:16px;
		line-height:24px;
	}
	
	h5.italic {
		font-size:19px;
		line-height:27px;
	}
	
	p {
		font-size:16px;
		line-height:24px;
	}
	
	p.italic {
		font-size:19px;
		line-height:27px;
	}
	
	a.link {
		font-size:13px;
		line-height:13px;
	}
	
	a.button,
	form#newsletter-form button,
	form#contact-form button {
		font-size:13px;
		line-height:13px;
	}
	
	nav {
		height:100px;
	}
	
	nav .logo {
		width:230px;
	}
	
	.container-full,
	.container,
	.container-small,
	#step1-newsletter .col2 {
		padding-top:60px;
		padding-bottom:60px;
	}
	
	.col2:nth-child(odd) .container {
		padding:60px 0 0 !important;
	}
	
	.col2:nth-child(even) .container {
		padding:60px 0 !important;
	}
	
	header .container {
		padding-bottom:60px !important;
	}
	
	#approach ul li h3 {
		width:100%;
		padding:0 0 0 55px;
	}

	#approach ul li article {
		padding:0 0 0 55px;
	}
	
	#services img {
		width:220px;
	}
	
	#services ul li {
		padding-left:100px;
	}
	
	#services ul li.active {
		padding:70px 5% 70px 100px;	
	}
	
	#services ul li::before {
		font:400 50px/50px arial, sans-serif;
		width:70px;
		padding:25px 0 0;
	}
	
	#services ul li.active::before {
		padding:100px 0 0;
	}
	
	#services ul li::after {
		width:-webkit-calc(100% - 70px);
		width:-moz-calc(100% - 70px);
		width:calc(100% - 70px);
	}
	
	#services ul li span {
		width:70px;
	}
	
	#step1-newsletter .col2 form#newsletter-form input {
		padding:10px 0;
	}
	
	form#contact-form #name,
	form#contact-form #email {
		width:100%;
	}
	
	footer p {
		font:400 13px/18px arial, sans-serif;
	}

	footer img {
		width:140px;
	}
	
	footer .container {
		padding-top:40px;
		padding-bottom:40px;
	}
	
}

@media (max-width: 700px) {
	
	#all-advisors ul li {
		width:100%;
	}
	
}


@media (max-width: 600px) {
	
	h1 {
		font-size:38px;
		line-height:44px;
	}
	
	.step1 a {
		font-size:12px;
		line-height:12px;
		padding:22px 15px 18px 100px;
		width:300px;
	}

	.step1 a img {
		width:50px;
		top:18px;
		left:23px;
	}

	.step1 a hr {
		left:88px;
	}
	
	#team .portrait {
		width:250px;
	}
	
	#powered ul li {
		width:50%;
	}
	
}