* {
	font-variant-ligatures: none;
}

body {
    font-size: 19px;
    font-family: "montserrat",sans-serif;
    font-weight: 300;
    background:#fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "spectral", sans-serif;
	text-transform: none;
}

h1 {
	font-size: 60px;
	line-height: 70px;
	font-weight:400;
	text-transform:uppercase;
	color: #002e1c;
	margin: 0 0 30px 0;
}

h1 span {
	font-style: italic;
    color: #C69E66;
}

h2 {
	font-size:42px;
	line-height:48px;
	font-weight:400;
	text-transform:uppercase;
	color: #002e1c;
	margin: 0 0 30px 0;
}

h3 {
	font:600 25px/32px "montserrat", sans-serif;
    color:#002e1c;
    margin:0 0 30px 0;
}

h4 {
    font:700 15px/25px "montserrat", sans-serif;
    letter-spacing:0.1em;
    text-transform:uppercase;
    color: #acd0ef;
    color:#269142;
    margin:0 0 20px 0;
}

h5 {
	font: 700 17px / 17px "montserrat", sans-serif;
    letter-spacing: 0.06em;
    text-transform: none;
    color: #005c72;
    margin: 0 0 20px;
}

h6 {
	font:700 13px/20px "montserrat", sans-serif;
    letter-spacing:0.1em;
    text-transform:uppercase;
    color: #269142;
    margin:0 0 8px 0;
}

h6 a {
	color:#C69E66;
}

p {
	font:400 18px/26px "montserrat", sans-serif;
    color:#002e1c;
    margin:0 0 30px;
}

.c-section-boxes__inner-box .c-box__paragraph>p {
	margin:0 0 30px 0;
}

p:last-child {
	margin-bottom: 0 !important;
}

/*
.small {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
}*/

a {
	color: #4e4e4e;
}

p a {
	text-decoration: underline;
}

hr {
	width: 100%;
	height: 1px;
	border: 0;
	background:none;
	margin: 0 0 40px 0;
}

.section ul {
	color:#002e1c;
}

.section ul li {
	font:400 20px/28px "montserrat", sans-serif;
    color:#002e1c;
    margin:0 0 8px;
}

ul.bullets {
	list-style:none;
	padding-inline-start: 0 !important;
	margin:0;
}

ul.bullets li {
	font:500 20px/24px "montserrat", sans-serif;
	color:#58595b;
	margin:0 0 15px;
	padding:0 0 0 15px;
	position:relative;
}

ul.bullets li::before {
	content:"";
	background:#C69E66;
	width:8px;
	height:8px;
	border-radius:8px;
	position:absolute;
	top:10px;
	left:0;
}

ul.bullets.flex li {
	width:50%;
}

.flex {
	display:flex;
	flex-wrap:wrap;
}

.o-container {
	width:1400px;
}

.o-container,
.homepage .c-customsection__container,
.subpage .c-customsection__container {
	padding-top:100px;
	padding-bottom:100px;
}

.photo {
	display:block;
	width:100%;
}

.dev-bg-blue {
	background:#ddeefc !important;
}

.dev-grey {
	background:#f3f3f3;
}

#border {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}

#border div {
	width:20%;
	height:20px;
	display:inline-block;
}

#border div:nth-child(1) {
	background:#269142;
}

#border div:nth-child(2) {
	background:#002e1c;
}

#border div:nth-child(3) {
	background:#c69e67;
}

#border div:nth-child(4) {
	background:#00264f;
}

#border div:nth-child(5) {
	background:#e1eef9;
}

.c-grid__collapse--SideBySide {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}    

.dev-two-columns-photo-left #box1 {
	padding-right:15px;
}

.dev-two-columns-photo-left #box2 {
	padding-left:15px;
}

.section_Boxes .c-section-boxes__inner-box>* {
	overflow:visible;
}

.section ul {
	margin: 0 0 40px 0;
}

.section ul li a {
	text-decoration: underline;
}

section.ScaleToFit:not(.parallax) {
	background-position: top center !important;
}

.c-header,
.c-header-modern {
	background:#002E1C !important;
}

.c-header__container {
	width:100%;
	padding:0 40px;
}

.c-header-modern {
	background: #fff;
}

.dev-imgText-small #box1-text {
	padding-top: 0;
}

.dev-imgText-small h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 500;
	margin-bottom: 30px;
}

.section_Form h2,
.section_SimpleText h2 {
	font-size:44px;
	line-height:50px;
	font-weight:400;
	text-transform:uppercase;
	color: #002e1c;
	margin-bottom: 30px;
}

.dev-imgText-fullsize .o-container .c-grid__collapse--SideBySide .c-btn {
	color: #1c7ec2;
}

.c-btn, 
.submit,
.c-popup__submit {
	font:700 17px/17px "montserrat", sans-serif;
    text-align: center;
    text-transform: none;
    text-decoration:none;
    color: #fff;
    border:0;
    background: #C69E66;
    /*border-radius: 40px;*/
    padding: 24px 35px;
    margin: 0 30px 30px 0;
    display: inline-block;
    transition: all 0.3s ease;
}

.c-btn2 {
	background:#068693;
}

.c-btn:after {
	content: "";
    background: url("https://rfgadvisory.com/fmg-images/afia-arrow.svg") no-repeat center center / cover;
    background-size: 26px 14px;
    width: 26px;
    height: 14px;
    margin: 0 0 0 15px;
    position: relative;
    top: 1px;
    display: inline-block;
    transition: all 0.3s ease;
}

.c-btn:hover, 
.submit:hover,
.c-popup__submit:hover,
.c-btn:focus, 
.submit:focus,
.c-popup__submit:focus {
	background: #259143;
}

.c-btn:hover::after {
	margin:0 0 0 23px;
}

.link {
	font:700 18px/18px "montserrat", sans-serif;
    letter-spacing: 0;
    text-transform: none;
    text-decoration:none;
    color: #C69E66;
    margin: 0 15px 15px 0;
    display: inline-block;
    transition: all 0.3s ease;
}

.link:after {
	content: "";
    background: url("https://rfgadvisory.com/fmg-images/cheaha-arrow-gold.svg") no-repeat center center / cover;
    background-size: 26px 14px;
    width: 26px;
    height: 14px;
    margin: 0 0 0 15px;
    position: relative;
    top: 1px;
    display: inline-block;
    transition: all 0.3s ease;
}

.link:hover::after {
	margin:0 0 0 23px;
}

.c-btn-outline {
	border: 2px solid #1c7ec2;
	color: #1c7ec2;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 7px;
	display: inline-block;
	transition: all 0s ease 0s;
	text-decoration: none;
	padding: 16px 36px;
	margin-right: 20px;
}

.dev-get-started-button .c-btn {
	margin-top: 0;
}

.dev-services-list,
.dev-services-list .o-container {
	width:100%;
	padding:0;
}

.dev-services-list .c-rich-text__section {
    width:100%;
    float:none;
    margin-left:0;
}

.dev-services h4 {
	font:600 22px/28px "montserrat", sans-serif;
    color: #002e1c;
    text-transform:none;
    letter-spacing:0;
    margin: 0 0 20px;
}

.button-block {
	font:600 22px/22px "spectral", sans-serif;
	letter-spacing:0.01em;
	text-align:center;
	background:#C69E66;
	color:#fff;
	display:block;
	width:100%;
	margin:0;
	padding:30px 30px;
	transition:all 0.3s ease;
}

.button-block:hover {
	background:#C69E66;
}

.button-block.arrow::after {
	content: "";
    background: url("https://rfgadvisory.com/fmg-images/afia-arrow.svg") no-repeat center center / cover;
    background-size: 26px 14px;
    width: 26px;
    height: 14px;
    margin: 0 0 0 15px;
    position: relative;
    top: 1px;
    display: inline-block;
    transition: all 0.3s ease;
}


.button-block.arrow:hover::after {
	margin:0 0 0 23px;
}

.back-to-top {
	background:#C69E66;
	bottom:0;
	border-radius-top-left:5px;
}

.c-header-modern .c-topbar {
	background:none;
}

.c-header-modern .c-topbar-phone a,
.c-header-modern .c-topbar-email a {
	color:#C69E66;
}

.c-header-modern .c-social-media .c-social-media--link {
	color:#C69E66;
}

.c-header-modern .c-social-media .c-social-media--link .fa {
	font-size:17px;
}

.c-header-modern .c-topbar__container {
	width:100%;
	padding:0 80px;
}

.c-header-modern .c-topbar-phone a {
	font:800 16px/16px "montserrat", sans-serif;
}

.c-header-modern .c-topbar__inner .c-header-btn--link {
	font:800 16px/16px "montserrat", sans-serif;
	text-transform:uppercase;
	color:#C69E66;
	background:none;
	padding:0;
}

.c-header-modern .c-topbar-phone a .fa {
	font-size:17px;
}

.c-header-modern .c-header__inner {
	padding:0 0;
}

.c-topnav__outer-wrapper {
	padding:0;
}

.c-header__container,
.c-header-modern .c-topnav__navbar,
.c-header-modern .c-header-content {
	height:100px;
}

.c-logo--image {
	max-width:325px;
	position:relative;
	top:20px;
	z-index:999;
}


/*-- Nav --*/

.c-topbar-location--primary {
	
	margin-right:0;
}

.c-header-modern .c-social-media .c-social-media--link {
	width:15px;
}

#mainNav .c-topnav__menu-item .c-topnav__menu-text {
	font:600 18px/18px "montserrat", sans-serif;
    color: #fff !important;
    letter-spacing:0.03em;
    text-transform: none;
    transition: all 0.3s ease;
}

#mainNav .c-topnav__menu-item .c-topnav__menu-text:hover {
	color: #C69E66 !important;
	opacity:1;
}

#mainNav .c-topnav__menu-item:last-child .c-topnav__menu-text:hover {
	color:#fff !important;
}

.c-header-modern .c-topnav__menu-item .c-topnav__menu-text span:after {
	background: #C69E66 !important;
}

.c-header-modern .c-topnav__menu-item .c-topnav__menu-text span {
	padding-bottom:0;
}


#mainNav .c-topnav__menu-item .c-topnav__menu-text.selected span::after {
	background: #C69E66;
}

#mainNav .c-topnav__menu-item:nth-child(1) {
	display: none;
}

.c-header-modern .c-topnav__menu-item:last-child .c-topnav__menu-text span:after {
	display:none !important;
}

/*
#mainNav .c-topnav__menu-item:last-child {
	margin-left: 10px;
}*/

#mainNav .c-topnav__menu-item:last-child a {
	font:700 18px/18px "montserrat", sans-serif;
	letter-spacing: 0.03em;
	/*height:100%;*/
    color: #fff !important;
    background:#138241;
    display:inline-block;
    
    padding:20px 32px;
    transition: all 0.3s ease;
}

#mainNav .c-topnav__menu-item:last-child a:after {
	content: "";
    background: url("https://rfgadvisory.com/fmg-images/afia-arrow.svg") no-repeat center center / cover;
    background-size: 26px 14px;
    width: 26px;
    height: 14px;
    margin: 0 0 0 15px;
    position: relative;
    top:0px;
    display: inline-block;
    transition: all 0.3s ease;
}

/*
#mainNav .c-topnav__menu-item:last-child {
	height:100%;
}*/

#mainNav .c-topnav__menu-item:last-child a {
	background:#C69E66;
	height:100%;
	display:flex;
	align-items:center;
}


#mainNav .c-topnav__menu-item:last-child a:hover {
	background:#259143;
	color: #fff !important;
	border:0 !important;
	padding:20px 32px;
}

/* QUICKLINKS */

.dev-quicklinks .o-container {
	width:100%;
	padding:0;
}

.dev-quicklinks .c-rich-text__section {
	width:100%;
	float:none;
	margin:0;
}

#quicklinks {
	width:100%;
	background:#068693;
	text-align:center;
	position:relative;
	padding:25px 0;
}

#quicklinks .container {
	padding:30px 0;
}

#quicklinks p {
	font:400 17px/21px "spectral", sans-serif;
	text-transform:uppercase;
	letter-spacing:0.01em;
	display:inline-block;
	color:#fff;
	margin:0 25px 0 0;
}

#quicklinks a {
	font:500 19px/20px "spectral", sans-serif;
	letter-spacing:0.01em;
	color:#fff;
	display:inline-block;
}

#quicklinks span {
	height:20px;
	width:1px;
	background:#fff;
	display:inline-block;
	position:relative;
	top:3px;
	margin:0 25px;
}

#quicklinks .button {
	height:100%;
	background:#005c72;
	position:absolute;
	top:0;
	right:0;
	margin:0;
	display:flex;
	justify-content:center;
	flex-direction:column;
	text-align:center;
	padding:0 30px;
}

/*-- Flipcards --*/

.dev-flipCards .box .c-section-boxes__inner-box .flipCardFront {
	background: #1c7ec2;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.dev-flipCards .box .c-section-boxes__inner-box .flipCardBack {
	background: #1c7ec2;
	background: linear-gradient(90deg, rgba(20,77,142,1) 0%, rgba(80,152,206,1) 100%);
}

.dev-flipCards .box .c-section-boxes__inner-box .c-box__btn {
	color: #1c7ec2;
}

.dev-flipCards .box .c-section-boxes__inner-box .c-box__btn:hover {
	color: #1c7ec2;
	background: #fff;
}

.dev-flipCards .box .c-section-boxes__inner-box .flipCardFront, .dev-flipCards .box .c-section-boxes__inner-box .flipCardBack {
	box-shadow: none;
}

.dev-flipCards .box .c-section-boxes__inner-box .flipCardBack .c-box__title {
    font-size: 30px;
    line-height: 35px;
    font-weight: normal;
    margin: 0 0 15px 0;
}

.dev-flipCards .box .c-section-boxes__inner-box .flipCardBack .c-box__paragraph {
	font-size: 18px;
	margin: 0 0 20px 0;
}


/*-- Homepage --*/

.homepage .o-content__container section.section:nth-child(odd),
.homepage .o-content__container section.section:nth-child(even) {
	background:#fff;
}

.dev-home-intro {
	margin-top:-50px;
}
/*
.homepage .c-header-modern {
	background:#fff !important;
}*/

.homepage .dev-imgText-fullsize .o-container .c-grid__collapse--SideBySide .sideBySideTitle {
	font-size: 70px;
	line-height: 75px;
	font-weight: 700;
	margin-bottom: 50px;
	color: #fff;
}

.homepage .dev-imgText-fullsize .o-container .c-grid__collapse--SideBySide .c-sxs--description {
	color: #fff;
}

.homepage .dev-imgText-fullsize .o-container .c-grid__collapse--SideBySide .c-sxs--description {
	color: #fff;
}

.homepage .dev-imgText-fullsize .o-container .c-grid__collapse--SideBySide .c-btn {
	background: #fff;
	color: #001641;
}

/*-- Subpage --*/

.dev-sub-header h1 {
	margin:0;
}

.dev-sub-header .o-container {
	width:100%;
	padding:60px 80px 60px 80px;
}

.dev-sub-header-intro .o-container {
	width:100%;
	padding:0 80px 0 80px;
}

.dev-sub-header-intro .two-columns {
	display:flex;
	flex-wrap:wrap;
	padding:0;
}

.dev-sub-header-intro .col {
	width:50%;
}

.dev-sub-header-intro p {
	color:#fff;
}

.dev-sub-header-intro h4 {
	margin:0;
}

.dev-sub-header-intro .col:nth-child(1) {
	border-top-left-radius:70px;
	background:#005c72;
	padding:80px 80px;
	border-right:7px solid #fff;
}

.dev-sub-header-intro .col:nth-child(2) {
	background:#069547;
	padding:80px 80px;
	border-left:8px solid #fff;
	border-bottom-right-radius:70px;
}

.subpage .dev-imgText-fullsize .o-container .c-grid__collapse--SideBySide .c-sxs__image,
.subpage .dev-imgText-fullsize .o-container .c-grid__collapse--SideBySide .c-sxs__text {
	min-height: 50vh;	
}

.dev-imgText-fullsize .o-container .c-grid__collapse--SideBySide .sideBySideTitle {
	font-size: 45px;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 40px;
}

.dev-imgText-fullsize .o-container .c-grid__collapse--SideBySide .sideBySideTitle {
	color: #001641;
}

.dev-imgText-fullsize .o-container .c-grid__collapse--SideBySide .c-sxs--description {
	color: #333334;
}

.dev-imgText-fullsize .o-container .c-grid__collapse--SideBySide .c-btn {
	background: #1c7ec2;
	background: linear-gradient(90deg, rgba(20,77,142,1) 0%, rgba(80,152,206,1) 100%);
	color: #fff;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.05em;
	border-radius: 7px;
	padding: 17px 37px;
}

.section_SideBySide .Rectangle .c-image__crop img {
	
}

.section_Boxes .c-section-boxes__inner-box {
	text-align:left;
}





/*-- About --*/

.dev-intro {
	width:100%;
	background:#002E1C url("https://rfgadvisory.com/fmg-images/cheaha-header-background.svg") no-repeat top center;
	background-size:900px 1087px;
	padding:0;
}

.dev-intro .o-container {
	width:100%;
	padding:0;
}

.dev-intro h1,
.dev-intro p {
	color:#fff;
}

.dev-intro .c-rich-text__section {
	width:100%;
    float:none;
    margin-left:0;
}

.flex {
	display:flex;
	flex-wrap:wrap;
}

#intro .col {
	width:50%;
	padding:100px;
}

.page-about-us #intro .col:nth-child(2) {
	background:url("https://rfgadvisory.com/fmg-images/cheaha-about-header.webp") no-repeat top center / cover;
}

.page-our-process #intro .col:nth-child(2) {
	background:url("https://rfgadvisory.com/fmg-images/cheaha-process-header.webp") no-repeat top center / cover;
}

.page-services #intro .col:nth-child(2) {
	background:url("https://rfgadvisory.com/fmg-images/cheaha-services-header.webp") no-repeat center center / cover;
}

.page-contact-us #intro .col:nth-child(2) {
	background:url("https://rfgadvisory.com/fmg-images/cheaha-contact-header.webp") no-repeat center center / cover;
}



.dev-message {
	background:transparent !important;
}

.dev-message .c-grid__collapse--Boxes {
    width: 100%;
    margin: 0;
}

.dev-message .c-grid__item.box {
	width:625px !important;
	border-radius:20px;
    padding:50px 50px;
}

.dev-message .c-grid__item.box:nth-child(1) {
	margin-right:25px !important;
}

.dev-message .c-grid__item.box:nth-child(2) {
	margin-left:25px !important;
}

.dev-message h3 {
	font-size:32px;
	line-height:40px;
	font-weight:600;
	margin-bottom: 30px;
}

.dev-message .box {
    background: #f3f3f3;
}

.dev-message .c-grid__item {
    width: 50% !important;
    margin: 0 !important;
}

.dev-message .c-section-boxes__inner-box {
	padding:0 !important;
}

.dev-message h4 {
	font: 500 italic 22px / 28px "spectral", sans-serif;
	letter-spacing:0;
	text-transform:none;
	color:#005c72;
    margin: 0 0 30px 0;
}

.byline {
	font:600 22px/30px "spectral", sans-serif;
	position:relative;
	padding-left:30px;
}

.byline:before {
    content: "—";
    position: absolute;
    left: 0;
}

.c-team-info__icons {
	color: #C69E66;
	font-size:15px;
}

.c-team-list__section--developer {
	border-top:2px solid #fff;
	padding-top:50px;
	padding-bottom:50px;
}

.c-team-list__section--developer:first-child {
	border:0 !important;
	padding-top:0;
}

.c-team-list__section--developer .c-team-member__portrait {
	width:250px;
}

.c-team-list__section--developer .c-team-member__portrait a img {
	width:250px;
	max-width:250px;
	height:250px;
	border-radius:50%;
	display:block;
	background:#C69E66;
}

.c-team-list__section--developer .c-team-member__info {
	width:calc(100% - 300px);
	padding-left:30px;
}

.c-team-member__info a {
	font:700 18px / 18px "montserrat", sans-serif;
    letter-spacing: 0.04em;
    color: #C69E66;
    text-transform: none;
    margin: 0 15px 15px 0;
	text-decoration:none;
}

.c-team-member__info p:nth-child(2) {
	font:700 15px / 20px "montserrat", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #269142;
    margin:0 0 20px 0;
}

.c-team-member__info p:nth-child(3),
.c-team-member__info p:nth-child(4),
.c-team-info__social {
	display:inline-block;
}

.c-team-member__info a:nth-child(5),
.c-team-member__info a:nth-child(6) {
	font:700 18px / 18px "montserrat", sans-serif;
    letter-spacing: 0;
    text-transform:capitalize;
    text-decoration: none;
    color: #C69E66;
    margin: 0 15px 15px 0;
    display: inline-block;
}

.c-team-member__info a:nth-child(5):after,
.c-team-member__info a:nth-child(6):after {
	    content: "";
    background: url(https://rfgadvisory.com/fmg-images/cheaha-arrow-gold.svg) no-repeat center center / cover;
    background-size: 26px 14px;

    width: 26px;
    height: 14px;
    margin: 0 0 0 15px;
    position: relative;
    top: 1px;
    display: inline-block;
    transition: all 0.3s ease;
}


.c-team-member__info a:nth-child(7) {
	font:800 15px/15px "montserrat", sans-serif;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border:0;
    background: #C69E66;
    border-radius: 40px;
    padding: 24px 44px;
    margin: 0 30px 30px 0;
    display: inline-block;
    transition: all 0.3s ease;
}

.c-team-list__section--developer .c-team-member__info h4,
.c-team-list__section--developer .c-team-member__info h4 a,
.c-team-list__section--developer .c-team-member__info h4 a p {
	font-family: "spectral", sans-serif;
	text-transform:uppercase;
	font-size: 50px;
    line-height: 50px;
    font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	color:#002e1c;
	margin: 0 0 10px 0;
}

.c-team-list__summary {
	font: 500 18px / 26px "montserrat", sans-serif;
    color: #58595b;
    margin:10px 0 30px 0;
}

.dev-powered .c-btn {
	text-align: center;
}

.c-social-media--icon {
	width:19px;
	height:19px;
	font-size:19px;
	background:#fff;
	color:#C69E66;
}

.c-team-member__info p:last-of-type {
	margin:0 0 5px 0;
}

/*-- Bio Pages --*/

.team-img img {
	border-radius:50%;
}

.team-img {
	margin-bottom: 20px;
}

.c-team-detail__h1--developer {
	font-family: "spectral", sans-serif;
	font-size: 50px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    line-height:55px;
    color:#002e1c;
    margin: 0 0 10px 0;
}

.c-team-detail__h2--developer {

	font: 700 15px / 20px "montserrat", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #269142;
    margin: 0 0 20px 0;
}

.c-team-detail__h3--developer  {
	font:800 18px / 18px "montserrat", sans-serif;
    letter-spacing: 0.04em;
    color: #C69E66;
    text-transform: none;
    margin: 0 15px 15px 0;
	text-decoration:none;
}

.team-contact a {
	font: 700 18px / 18px "montserrat", sans-serif;
    letter-spacing: 0.04em;
    color: #C69E66;
    text-transform: none;
    margin: 0 15px 15px 0;
    text-decoration: none;
}

.c-vcard-download--link {
	font: 700 18px / 18px "montserrat", sans-serif;
    letter-spacing: 0.04em;
    color: #C69E66;
    text-transform: none;
    margin: 0 ;
    text-decoration: none;
}

.page-team-vester-m-martin-iii-cfp .c-logo--image,
.page-team-sharon-martin .c-logo--image,
.page-team-jacy-dopson .c-logo--image,
.page-team-rick-wedell .c-logo--image {
	max-width:280px;
	top:0;
}

.page-team-vester-m-martin-iii-cfp #content .o-container,
.page-team-sharon-martin #content .o-container,
.page-team-jacy-dopson #content .o-container,
.page-team-rick-wedell #content .o-container {
	padding-top:60px;
}

.c-svg path {
	    fill: #C69E66;
}


/* RFG Column */

.dev-two-columns-rfg {
	background:#fff;
	padding:0;
	margin-bottom:0;
}

.dev-two-columns-rfg a {
    text-decoration: none;
}

.dev-two-columns-rfg .o-container {
    width:100%;
}

.dev-two-columns-rfg .c-customsection__container {
	padding:0;
}

.dev-two-columns-rfg .c-grid__collapse--Boxes {
    width: 100%;
    margin: 0;
}

.dev-two-columns-rfg .c-grid__item.box {
    padding:100px 80px;
    margin-bottom: 0;
    background: #fff;
}



.dev-two-columns-rfg h3 {
	font-size: 30px;
	line-height: 38px;
	font-weight:700;
	margin-bottom: 30px;
}

.dev-two-columns-rfg .box:nth-child(2) {
    background:url("https://rfgadvisory.com/fmg-images/powered-by-rfg.jpg") no-repeat center center / cover;
}

.dev-two-columns-rfg .c-grid__item {
    width: 50% !important;
    margin: 0 !important;
}


/*-- Approach --

.page-approach h3 {
	position:relative;
}

.page-approach .one {
	padding-left:60px;
}

.page-approach .one:before {
	content:"1";
	color: #fff;
	background: #C69E66;
	display:flex;
	align-items:center;
	text-align:center;
	justify-content: center;
	width:44px;
	height:44px;
	border-radius: 50%;
	padding:0;
	margin: 0;
	font-size:25px;
	line-height:25px;
	font-weight:800;
	position: absolute;
	top: 4px;
	left: 0;
}

.page-approach .two {
	padding-left:60px;
}

.page-approach .two:before {
	content:"2";
	color: #fff;
	background: #C69E66;
	display:flex;
	align-items:center;
	text-align:center;
	justify-content: center;
	width:44px;
	height:44px;
	border-radius: 50%;
	padding:0;
	margin: 0;
	font-size:25px;
	line-height:25px;
	font-weight:800;
	position: absolute;
	top: 4px;
	left: 0;
}

.page-approach .three {
	padding-left:60px;
}

.page-approach .three:before {
	content:"3";
	color: #fff;
	background: #C69E66;
	display:flex;
	align-items:center;
	text-align:center;
	justify-content: center;
	width:44px;
	height:44px;
	border-radius: 50%;
	padding:0;
	margin: 0;
	font-size:25px;
	line-height:25px;
	font-weight:800;
	position: absolute;
	top: 4px;
	left: 0;
}

.page-approach .four {
	padding-left:60px;
}

.page-approach .four:before {
	content:"4";
	color: #fff;
	background: #C69E66;
	display:flex;
	align-items:center;
	text-align:center;
	justify-content: center;
	width:44px;
	height:44px;
	border-radius: 50%;
	padding:0;
	margin: 0;
	font-size:25px;
	line-height:25px;
	font-weight:800;
	position: absolute;
	top: 4px;
	left: 0;
}

.approach-list {
	width:100%;
	padding:0 ;
	position:relative;
	display:flex;
	flex-wrap:wrap;
}


.approach-list h3 {
	width:410px;
	font:800 30px/38px "spectral", serif;
    letter-spacing:0.01em;
    color:#005c72;
    margin:0 0 30px 0;
    padding: 0 0 0 75px;
}

.approach-list h3 span {
	font:800 24px/24px "spectral", sans-serif;
	color:#fff;
	text-align:center;
	background:#C69E66;
	width:50px;
	height:50px;
	border-radius:50px;
	padding:17px 0 0;
	display:inline-block;
	position:absolute;
	top:-10px;
	left:0;
}

.approach-list article {
	width:-webkit-calc(100% - 410px);
	width:-moz-calc(100% - 410px);
	width:calc(100% - 410px);
	padding:0;
}*/

/*-- Approach --*/


.approach-list {
	width:100%;
	background:#fff;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	border-radius:0;
	padding:60px;
	margin:0 0 30px 0;
}


.approach-list h3 {
	width:350px;
	font-family: "spectral", sans-serif;
    text-transform: uppercase;
    font-size:48px;
    line-height: 50px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #002e1c;
	padding:0 30px 0 70px;
}

.approach-list h3 span {
	font: 700 17px / 17px "montserrat", sans-serif;
    letter-spacing: 0.06em;
    text-transform: none;
	color:#fff;
	text-align:center;
	background:#C69E66;
	width:50px;
	height:50px;
	border-radius:50px;
	padding:17px 0 0;
	display:inline-block;
	position:absolute;
	top:55px;
	left:55px;
}

.approach-list article {
	width:-webkit-calc(100% - 350px);
	width:-moz-calc(100% - 350px);
	width:calc(100% - 350px);
	border-left:1px solid #e8e9e6;
	padding:0 0 0 50px;
}



/*-- Services --*/

.dev-service-icons h4,
.dev-service-icons .c-section-boxes__inner-box .c-box__paragraph {
	margin: 0;
}


.dev-service-icons h4 {
	color: #001641;
}


.page-our-process .accordion-header span {
    display:none;
}

.dev-accordion .c-rich-text__section {
    width:100%;
    float:none;
    margin-left:0;
}

.accordion {
  text-align:left;
  margin:0 0 40px 0;
}

.accordion-button {
    border:2px solid #ddeefc;
    border-radius: 20px;
    padding: 30px 60px;
    margin: 0 0 15px;
}

.accordion-header {
    height:auto;
    display:flex;
    align-items:center;
    cursor:pointer;
    position:relative;
    padding:0 75px 0 0;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.accordion-header span {
  width:54px;
  height:54px;
  display:block;
  position:absolute;
  top:50%;
  left:0;
  margin:-20px 0 0 0;
  border-radius: 50%;

  background:#C69E66;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.active.accordion-header span {
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.accordion-header span img {
    width:54px;
    height:54px;
}

.accordion-content {
  display:none;
}

.accordion-content.active {
  display:block;
}

.accordion-content .content {
  padding:30px 0px 0 90px;
}

.accordion h2 {
    font-size:45px;
    position:relative;
    padding:0 0 0 90px;
    margin:0;
}


.accordion .video,
.popup .video {
	width:40%;
	height:auto;
	padding:0 0 0 5%;
	float:right;
	position:relative;
	top:-30px;
	display:block;
}

.accordion .video img,
.popup .video img {
	width:100%;
	border-radius:10px;
	margin:0 auto;
}

.accordion .video .play,
.popup .video .play {
	background:#C69E66;
	width:74px;
	height:74px;
	border-radius:74px;
	position:absolute;
	bottom:-14px;
	right:-14px;
	z-index:10;
	transition:all 0.3s ease;
}

.accordion .video:hover .play,
.popup .video:hover .play {
	background:#58595b;
}

.accordion .video .play img,
.popup .video .play img {
	width:25px;
	border-radius:0;
	height:auto;
	float:none;
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

#one:before {
    content:"";
    width:60px;
    height:60px;
    background:url("https://rfgadvisory.com/fmg-images/crescent-one.svg") no-repeat center center;
    position:absolute;
    top:-10px;
    left:0;
}

#two:before {
    content:"";
    width:60px;
    height:60px;
    background:url("https://rfgadvisory.com/fmg-images/crescent-two.svg") no-repeat center center;
    position:absolute;
    top:-10px;
    left:0;
}

#three:before {
    content:"";
    width:60px;
    height:60px;
    background:url("https://rfgadvisory.com/fmg-images/crescent-three.svg") no-repeat center center;
    position:absolute;
    top:-10px;
    left:0;
}

.dev-services-intro {
	width:950px;
	margin:0 auto;
}

.columns {
	width:100%;
	display:flex;
	position:relative;
	flex-wrap:wrap;
	text-align:center;
	align-items:flex-start;
	margin-top:-80px;
}

.columns .col {
	width:33.3%;
	padding:0 40px;
	margin:0 0 60px 0;
}

.columns .icon {
	width:150px;
	height:150px;
	background:#f1f8fe;
	border-radius:150px;
	display:flex;
    align-items:center;
    justify-content:center;
	position:relative;
	margin:0 auto 20px auto;
}

.columns .icon img {
	width:70px;
}

.columns .icon:after {
	content:"+";
	width:30px;
    height:30px;
	font:600 23px/23px "Noto Sans", sans-serif;
    color:#fff;
    background:#C69E66;
    border-radius: 30px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    bottom:0;
    right:10px;
    padding:0;
    margin:0;
}



/*-- Contact Us --*/

.page-contact-us iframe {
	border-radius: 10px;
}


/*-- Footer --*/

footer {
	background: #00264F;
}

footer h4 {
	font-size:19px;
	text-decoration:none;
	margin:0 0 8px 0;
}

footer a {
	font:400 20px/28px "montserrat", sans-serif;
	color: #fff;
	text-decoration:none;
}

.c-footer__quick-links {
	display: none;
}

.c-footer__disclosure .note {
	font-size: 14px;
	padding-left: 30px;
}

.c-footer__disclosure .note p,
.c-footer__disclosure .note a {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 20px;
}

.c-footer__contact p {
	color: #fff;
}

.moonlight-address_block {
	font-size: 19px;
	font-weight: 300 !important;
}

.moonlight-city {
	font-style: normal;
	font-weight: 300;
}

.c-footer__disclosure {
	width: calc(75.333333% - 31.6666666667px);
}

.dev-no-padding .c-rich-text__section {
	margin-left: 0 !important;
}


/*-- Headers --*/


.dev-header {
	width: 100%;
	background: #002E1C url("https://rfgadvisory.com/fmg-images/cheaha-header-background.svg") no-repeat top center !important;
	background-size:965px 1166px;
}

.dev-header header {
	background: none;
}

.dev-header .o-container {
	width: 100% !important;
	padding: 0 !important;
}

.dev-header .c-rich-text__section {
	width: 100% !important;
    float: none;
    margin-left: 0;
}

.dev-header .header-photo .container {
	padding:80px 100px;
}

.dev-header h1 {
	font-family: "spectral", sans-serif;
	text-transform:uppercase;
	font-size:90px;
	line-height:90px;
	font-weight:400;
	color:#fff;
	margin-bottom:40px;
}

.dev-header p {
	font-family: "montserrat", sans-serif;
	font-size:22px;
	line-height:30px;
	font-weight:400;
	color:#fff;
	margin-bottom: 50px;
}

.dev-header h4 {
	margin-bottom: 30px;
}


header.header-photo {
	/*height: -webkit-calc(100vh - 160px);
    height: -moz-calc(100vh - 160px);
    height: calc(100vh - 160px);*/
    height:800px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding-right:0;
}



header.header-photo .container {
	width:50%;
	padding-top:0;
	padding-bottom:0;
}

header.header-photo .photo {
	width:50%;
	height:100%;
	position:relative;
	overflow:hidden;
}

header.header-photo .video {
	background:#fff url("https://rfgadvisory.com/fmg-images/cheaha-homepage-header.jpg") no-repeat center center / cover;
	width:50%;
	height:100%;
	position:relative;
	overflow:hidden;
}

header.header-photo .video iframe {
	width:200%;
	height:101%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	
}

header.header-photo .video a {
	width:100%;
	height:100%;
	display:block;
	position:relative;
	z-index:2;
}

.play {
	border-radius:50%;
	background:url("../images/icon-play-white.svg") top 24px left 30px no-repeat #C69E66;
	background-size:40px;
	width:90px;
	height:90px;
	position:absolute;
	bottom:25px;
	right:25px;
	z-index: 998;
	transition:all 0.3s ease;
}

.play:hover {
	background:url("../images/icon-play-white.svg") top 24px left 30px no-repeat #068693;
	background-size:40px;
}


header .scroll {
	width:30px;
	height:100px;
	position:absolute;
	bottom:0px;
	left:80px;
	overflow:hidden;
	cursor:pointer;
}

header .scroll img {
	width:100%;
	height:auto;
	position:relative;
	top:0;
}


/*
header.header-photo .video .play {
	background-image:linear-gradient(to top right, #282828, #6a6a6a 50%, #282828 100%);
	width:90px;
	height:90px;
    position:absolute !important;
	bottom:0 !important;
    right:0 !important;
    transition:all 0.3s ease;
	-webkit-box-shadow:0 2px 20px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 2px 20px rgba(0, 0, 0, 0.15);
	box-shadow:0 2px 20px rgba(0, 0, 0, 0.15);
}

header.header-photo .video .play img {
	width:40px;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-18px;
	margin-top:-20px;
}

header.header-photo .scroll {
	width:20px;
	height:auto;
	padding-bottom:50px;
	position:absolute;
	bottom:40px;
	left:55%;
	z-index:10;
	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;
}*/


header {
	background-image:url("../images/water-background.jpg");
	background-position:center center;
	background-size:cover;
}


/* ----- Tables ----- */
table th {
  background: #535353;
  color: #fff;
  border-color: #2d2d2d;
  /* new styles */
  color: #fff;
  padding:8px; }

table.uses-accent th {
  background: #247ec2;
  color: #fff;
  border-color: #1c6297;
  /* new styles */
  color: #fff; }

table.uses-accent.is-framed {
  border-color: #247ec2;
  /* new styles */ }

table td {
	border: 1px solid #d9d9d9;
  border-color: #d9d9d9;
  padding:8px;
  /* new styles */ }

table td.is-highlighted {
    background: rgba(36, 126, 194, 0.3);
    /* new styles */ }

table.is-striped tbody tr:nth-child(even) {
  background: #f2f2f2;
  /* new styles */ }

table.is-dashed th,
table.is-dashed td {
  border-color: rgba(83, 83, 83, 0.4);
  /* new styles */ }

.accented,
.is-accent {
  color: #247ec2 !important;
  /* new styles */
  color: !important; }



.dev-blocks-side-by-side a {
    text-decoration: none;
}

.dev-blocks-side-by-side {
	background:transparent !important;
}

.dev-blocks-side-by-side .o-container {
    width:100%;
}

.dev-blocks-side-by-side .c-grid__collapse--Boxes {
    width: 100%;
    margin: 0;
}

.dev-blocks-side-by-side .c-grid__item.box {
    padding:50px 20px;
    margin-bottom: 0;
}

.dev-blocks-side-by-side h3 {
font-family: "spectral", sans-serif;
	text-transform:none;

	font-size:38px;
	line-height:44px;
	font-weight:400;
	margin-bottom: 40px;
}

.dev-blocks-side-by-side h5,
.dev-blocks-side-by-side h3,
.dev-blocks-side-by-side h6,
.dev-blocks-side-by-side h6 a {
    color: #fff;
}

.dev-blocks-side-by-side h5 {
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing:0.06em;
	margin-bottom: 10px;
}

.dev-blocks-side-by-side h6 {
    margin: 0;
}

.dev-blocks-side-by-side .box:nth-child(1) {
    background: #002E1C;
}

.dev-blocks-side-by-side .box:nth-child(2) {
    background: #144b35;
}

.dev-blocks-side-by-side .c-grid__item {
    width: 50% !important;
    margin: 0 !important;
}

.dev-blocks-side-by-side .c-btn {
	margin:0;
}

.dev-blocks-side-by-side .c-btn:hover {
	background:#C69E66;
}

.dev-centered.section_Boxes .c-grid__item.box, 
.dev-centered.section_Boxes .c-grid__collapse--Boxes {
	align-items:center;
}
.c-grid__collapse--SideBySide {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}


/*-- Get Started --*/


#get-started {
	text-align:center;
}

#get-started h4 {
	color:#C69E66;
	margin-bottom:10px;
}

#get-started h2 {
	font-size:50px;
	margin:0 0 20px 0;
}

.page-contact-us #get-started h3 {
	font: 600 22px /28px "montserrat", sans-serif;
    color: #002e1c;
    margin: 0 0 0 0;
}

#get-started h3 a {
	color: #212121;
}

#get-started .three-columns {
	display:flex;
	flex-wrap:wrap;
	margin:0 0 30px 0;
}

#get-started .three-columns .col {
	width:33.3%;
}

#get-started .icon {
	background: #f1f8fe;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    margin: 15px auto;
    position: relative;
}

#get-started .icon h5 {
	color: #fff;
    background: #C69E66;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    padding: 9px 0 0;
    margin: 0;
    position: absolute;
    top: 8px;
    left: -2px;
}

#get-started .icon h4 {
	font-size:22px;
	font-weight:700;
	color:#fff;
	background:#783a51;
	width:40px;
	height:40px;
	border-radius:40px;
	padding:6px 0 0;
	margin:0;
	position:absolute;
	top:7px;
	left:-2px;
}

#get-started .icon img {
	width:60px;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	border-radius:0;
	transform:translate(-50%, -50%);
}


#get-started .col:nth-child(1) .icon {
	background:#f1f8fe url(https://rfgadvisory.com/fmg-images/cheaha-calendar.svg) no-repeat center center / 70px 70px;
}

#get-started .col:nth-child(2) .icon {
	background:#f1f8fe url(https://rfgadvisory.com/fmg-images/cheaha-meet.svg) no-repeat center center / 70px 70px;
}

#get-started .col:nth-child(3) .icon {
	background:#f1f8fe url(https://rfgadvisory.com/fmg-images/cheaha-location.svg) no-repeat center center / 70px 70px;
}

.page-contact-us #get-started .col:nth-child(1) .icon {
	background:#f1f8fe url(https://rfgadvisory.com/fmg-images/cheaha-phone.svg) no-repeat center center / 70px 70px;
}

.page-contact-us #get-started .col:nth-child(2) .icon {
	background:#f1f8fe url(https://rfgadvisory.com/fmg-images/cheaha-email.svg) no-repeat center center / 70px 70px;
}

.page-contact-us #get-started .col:nth-child(3) .icon {
	background:#f1f8fe url(https://rfgadvisory.com/fmg-images/cheaha-location.svg) no-repeat center center / 70px 70px;
}

.dev-get-started .c-grid__item.box {
	margin-bottom:0;
}


.dev-get-started .button {
	margin:0;
}

.dev-locations {
	width:100%;
	background:#f3f3f3;
	padding:80px 0;
}

.dev-locations h2 {
	text-align:center;
}

.dev-locations .o-container {
	padding:0;
}


#locations .two-columns {
	display:flex;
	flex-wrap:wrap;
}

#locations .col {
	width:50%;
}

#locations .col h4 {
	font:500 21px / 30px "spectral", sans-serif;
	text-align:center;
	text-transform:none;
	letter-spacing:0;
	color:#212121;
}

#locations .col h5 {
	font:700 16px / 25px "montserrat", sans-serif;
	letter-spacing:0.1em;
	text-transform:uppercase;
	text-align:center;
	color:#8dc7d3;
	margin:0 0 10px 0;
}



/*-- Blog --*/

.page-blog .body-container {
	padding-top: 50px;
}

.page-blog h1 {
	text-align: center;
}

.page-blog h2 a {
	color: #001641 !important;
	text-transform: none !important;
}

.page-blog .o-ui-list,
.page-blog .c-post-header {
	margin-top: 0;
    padding-top: 10px;
}

.o-ui-list {
	border: 0;
}

.c-post-header {
	padding-top: 50px;
	border: 0;
}

.c-post {
	padding-bottom: 70px;
}

.c-post-author__text {
	text-transform: uppercase;
}

.c-post-header__date {
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
}

.c-post__content  a:last-child {
	text-transform: uppercase;
	color: #1c7ec2;
}

.page-blog .c-posts .c-post__image {
	display: none;
}

.page-blog .c-posts .c-post__content {
	width: 100%;
	float: none;
	margin-left: 0;
}

.page-blog .c-post {
	padding-bottom: 0;
}

.c-posts__expand {
	font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: #fff ;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.c-posts__expand a,
.page-blog .c-posts__expand a {
	background: #1c7ec2;
    background: linear-gradient(90deg, rgba(20,77,142,1) 0%, rgba(80,152,206,1) 100%);
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 7px;
    transition: all 0s ease 0s;
    padding: 17px 37px;
} 

.c-circle,
.c-topnav__navwrapper.c-circle__expanded {
	background: #0e2d55;
}



#mainNav .c-circle__expanded .c-topnav__menu-item .c-topnav__menu-text {
	color: #fff;
}

#mainNav .c-circle__expanded .c-topnav__menu-item:last-child {
	margin: 0;
}

#mainNav .c-circle__expanded .c-topnav__menu-item:last-child a {
	font: 700 14px / 14px "montserrat", sans-serif;
    color: #58595b !important;
    border: 2px solid #58595b;
    border-radius: 100px;
    padding: 8px 18px 10px;
    transition: all 0.3s ease;
}


/* Popups */

/*-- Fancybox --*/

.popup {
	background:#fff;
	width:1150px;
	padding:80px 80px !important;

	display:none;
}

.popup .close {
	text-indent:-999999px;
	background:url("https://rfgadvisory.com/fmg-images/cheaha-close.svg") center center no-repeat;
	background-size:30px;
	border:0;
	width:40px !important;
	height:40px !important;
    position:absolute;
    top:20px;
	right:20px;
	cursor:pointer;
}

.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;
}


@media (max-width: 1450px) {
	.c-header-modern .c-topnav__menu-item {
		margin-right:10px;
	}

	#mainNav .c-topnav__menu-item:nth-last-child(2) {
		margin-right:10px;
	}

	header.header-photo .video iframe {
		width:210%;
	}

	.dev-header h1 {
    	font-size:50px;
    	line-height:55px;
	}

	.approach-list {
		padding-left:40px;
		padding-right:40px;
	}

	.approach-list h3 {
		padding-left:70px;
	}

	.approach-list h3 span {
		left:40px;
	}

	.dev-triangles-background {
		background-image:none !important;
	}

	footer .o-container {
		padding-left:40px;
		padding-right:40px;
	}
}

@media (max-width: 1350px) {
	.o-container .c-text__section .box-copy {
		padding-left:40px;
		padding-right:40px;
	}

	.dev-blocks-side-by-side .c-grid__collapse--Boxes {
		padding:0 !important;
	}

	.dev-message {
		padding:0 20px;
	}

	.dev-message .c-grid__item.box {
		width:100% !important;
		margin:0 0 20px 0 !important;
	}

	.dev-message .c-grid__item.box:nth-child(1) {
		margin:0 0 20px 0 !important;
	}

	.dev-message .c-grid__item.box:nth-child(2) {
		margin:0 !important;
	}

	.section_Boxes .c-grid__collapse--Boxes {
		padding-left:40px;
		padding-right:40px;
	}
}

@media (max-width: 1300px) {


	header .container {
		width:100% !important;
		padding-top:60px !important;
	}

	header.header-photo .video iframe {
		width:150%;
		height:150%;
	}
	
	header.header-photo {
		height:auto;
		min-height:auto;
		flex-direction:column;
	}

	.dev-header .header-photo .container {
		padding:0 40px 20px 40px;
	}

	header.header-photo .photo,
	header.header-photo .video,
	#services-intro .col2 .video {
		width:100%;
		height:500px;
		/*padding:70% 0 0;*/
	}
	
	header.header-photo .scroll {
		display:none;
	}

	.dev-sub-header .o-container,
	.dev-sub-header-intro .o-container {
		padding-left:40px;
		padding-right:40px;
	}

	#intro .col {
		width:100%;
		padding:60px 40px;
	}

	#intro .col:nth-child(2) {
		height:450px;
	}

	.page-about-us #intro .col:nth-child(2) {
		background-position:top -60px center;
	}

	.page-why-work-with-us #intro .col:nth-child(2) {
		background-position:top -20px center;
	}

	.page-contact-us #intro .col:nth-child(2) {
		background-position:top -70px center;
	}

	h2 br {
		display: none;
	}

	.popup {
		width:100%;
	}

	.dev-two-columns-fullwidth-photo-left .o-container,
	.dev-two-columns-rfg .o-container {
		padding-left:0 !important;
		padding-right:0 !important;
	}

	.dev-two-columns-fullwidth-photo-left .c-grid__item.box,
	.dev-two-columns-rfg .c-grid__item.box {
		padding:60px 40px
	}

	.dev-two-columns-fullwidth-photo-left #box1,
	.dev-two-columns-fullwidth-photo-left #box2,
	.dev-two-columns-rfg #box1,
	.dev-two-columns-rfg #box2 {
		margin-bottom:0 !important;
	}
}

@media (max-width: 1240px) {
	#mainNav .c-topnav__menu-item:last-child {
		height:auto;
	}
}

@media (max-width: 1250px) {
	#mainNav .c-topnav__menu-item:nth-last-child(2) {
		margin:20px 20px 20px 0;
	}

	.c-topnav__navwrapper .c-topnav__menu-item:nth-of-type(6) {
		margin-right:0;
	}
}

@media (max-width: 1200px) {
	.accordion-button {
		padding:30px 30px;
	}

	.accordion-content .content {
		padding:30px 0 0 0;
	}

	.accordion .video, .popup .video {
		top:0;
	}

	.dev-sub-header .o-container,
	.dev-sub-header-intro .o-container {
		padding-left:20px;
		padding-right:20px;
	}
}

@media (max-width: 1100px) {
.dev-two-columns-fullwidth-photo-left .c-grid__item,
	.dev-two-columns-rfg .c-grid__item {
		width:100% !important;
	}

	.dev-two-columns-rfg .box:nth-child(2) {
		height:450px;
	}

	.dev-two-columns #box1 {
		padding-right:0;
	}
	.dev-two-columns #box2 {
		padding-left:0;
	}

	.dev-sub-header-intro .col:nth-child(1),
	.dev-sub-header-intro .col:nth-child(2) {
		width:100%;
		border:0;
	}

	.dev-sub-header-intro .col:nth-child(1) {
		margin-bottom:14px;
	}

	.dev-sub-header-intro .col:nth-child(2) {
		height:300px;
	}

	.dev-two-columns-rfg .box:nth-child(2) {
		height:350px;
	}
}

@media (max-width: 991px) {
	h1 {
		font-size: 60px;
    	line-height: 60px;
	}

	h1 br {
		display: none;
	}

	.floating-broker-check {
		display:none;
	}

	.c-template__logo--mobile .c-logo--image {
		max-height:60px;
	}

	.c-topnav__navbar {
		height:70px !important;
		background:#002E1C;
	}

	.c-logo--image {
		top:0px;
	}

	.c-navbar__toggle .c-center-bar,
	.c-navbar__toggle .c-center-bar:before,
	.c-navbar__toggle .c-center-bar:after {
		background:#C69E66;
	}

	#mainNav .c-topnav__menu-item .c-topnav__menu-text {
		color:#fff !important;
	}

	#mainNav .c-topnav__menu-item:last-child a {
		padding: 1.25rem 1.5rem
	}


	#mainNav .c-circle__expanded .c-topnav__menu-item:last-child a {
		font: 700 14px / 14px "montserrat", sans-serif;
		color: #fff !important;
		border:0 !important;
	}

	#mainNav .c-topnav__menu-item:nth-last-child(2) {
		margin:0;
	}

	#mainNav .c-topnav__menu-item:nth-last-child(2) a, #mainNav .c-topnav__menu-item:last-child a {
		background:none;
	}

	.c-header-modern .c-topnav__menu-item .c-topnav__menu-text {
		padding:20px 20px !important;
	}

	#mainNav .c-topnav__menu-item:nth-last-child(2) a,
	#mainNav .c-circle__expanded .c-topnav__menu-item:last-child a {
		font:600 18px/18px "montserrat", sans-serif !important;
	}

	#mainNav .c-circle__expanded .c-topnav__menu-item .c-topnav__menu-text:hover {
		background:none !important;
		color:#C69E66 !important;
	}

	.c-nav__expanded .c-topnav__navbar-btn .c-navbar__toggle .c-center-bar:before,
	.c-nav__expanded .c-topnav__navbar-btn .c-navbar__toggle .c-center-bar:after,
	.c-nav__expanded .c-topnav__navbar-btn .c-navbar__toggle .c-center-bar {
		background:#C69E66
	}

	header.header-photo {
		padding-left:0;
		padding-right:0;
	}

	.c-header__container {
		height:20px;
	}

	.c-header-modern .c-header-content {
		height:10px;
	}

	.dev-services-intro {
		width:100%;
		padding-left:25px;
		padding-right:25px;
	}

	.dev-services-intro .c-text__section {
		margin:0;
	}

	.dev-header .header-photo .container {
		padding:20px 25px 30px 25px !important;
	}

	.dev-sub-header .o-container {
		padding:40px 25px 60px 25px;
	}

	.c-team-list__section--developer .c-team-member__info {
		width:100%;
	}

	.dev-sub-header-intro .o-container {
		padding:0;
	}

	.dev-blocks-side-by-side .c-grid__item {
    	width: 100% !important;
	}

	.dev-blocks-side-by-side .c-grid__item br {
		display: none;
	}

	.dev-blocks-side-by-side .box:nth-child(1) {
		border-bottom-left-radius: 0;
		border-right:0;
	}

	.dev-blocks-side-by-side .box:nth-child(2) {
		border-top-right-radius:0;
		border-left:0;
	}

	.approach-list h3 {
		width: 100%;
	}

	.approach-list article {
		width: 100%;
		padding-left:0;
		border:0;
	}

	#get-started .three-columns .col {
		width:50%;
		margin-bottom:30px;
	}

	.dev-two-columns-fullwidth-photo-left #box1,
	.dev-two-columns-rfg #box1 {
		padding-left:20px;
		padding-right:20px;
	}

	.fancybox-slide {
		padding:0;
	}

	.popup {
		padding:50px 40px !important;
	}

	.accordion h2 {
		font-size:35px;
		line-height:37px;
	}

	.columns .col {
		width:50%;
	}

	.c-footer__disclosure {
		width:100%;
		margin:0;
	}

	.c-footer__disclosure .note {
		padding-left:0;
	}

	footer .contact, footer .quickLinks {
		text-align:center;
	}
}

@media (max-width: 850px) {
	#quicklinks a {
		display:block;
		margin-bottom:10px;
	}

	#quicklinks span {
		display:none;
	}

	.page-about-us #intro .col:nth-child(2) {
		background-position:top 0 center;
	}

	.page-why-work-with-us #intro .col:nth-child(2) {
		background-position:top 0 center;
	}

	.page-contact-us #intro .col:nth-child(2) {
		background-position:top 0 center;
	}

	.section_Boxes .c-grid__collapse--Boxes {
		padding:0;
	}

	#locations {
		display:block;
	}

	#locations .col {
		width:100%;
		margin-bottom:30px;
	}
}


@media (max-width: 776px) {
	header.header-photo .video {
		height:320px;
        background:#fff url("https://rfgadvisory.com/fmg-images/cheaha-homepage-header.jpg") no-repeat center center / cover;
    }

    .o-container .c-text__section .box-copy {
		padding-left:0;
		padding-right:0;
	}

	.section_Boxes .c-section-boxes__inner-box {
		padding-left:0;
		padding-right:0;
	}

	.dev-sub-header-intro .col:nth-child(1) {
		padding:60px 40px;
	}

	.dev-approach .c-text__section {
		width:100%;
		margin-left:0;
	}
}

@media (max-width: 700px) {
	.dev-header h1,
	h1 {
		font-size: 45px;
		line-height: 48px;
		margin-bottom: 40px;
	}

	.dev-sub-header .o-container {
		padding-top:20px;
	}

	.dev-sub-header .o-container h1 {
		font-size:45px;
		line-height:47px;
	}

	.dev-header h1 br {
		display: none;
	}

	.c-team-list__section--developer .c-team-member__info {
		padding-left:0;
	}


	h2,
	.dev-intro .section_Form h2, 
	.dev-intro .section_SimpleText h2, 
	.dev-intro h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.dev-imgText-small h2,
	.section_Form h2, 
	.section_SimpleText h2 {
		font-size: 35px;
    	line-height: 40px;
	}

	h3 {
		font-size: 23px;
		line-height: 28px;
	}

	p {
		margin: 0 0 40px 0;
	}

	#intro .col {
		padding:30px 25px 50px 25px;
	}

	#get-started .three-columns .col {
		width:100%;
	}

	.dev-header .header-photo .container {
		padding-left:25px;
		padding-right:25px;
		padding-bottom:50px !important;
	}

	.dev-sub-header .o-container {
		padding-left:25px;
		padding-right:25px;
	}

	.dev-sub-header .o-container .c-text__section {
		margin-left:0 !important;
	}

	.popup {
		padding:50px 25px !important;
	}

	.c-btn, .submit, .c-popup__submit {
		margin:0 0 20px 0;
		padding:20px 30px;
	}

	.c-text__section {
		width:100%;
		float:none;
		padding-left:20px;
		padding-right:20px;
		margin:0;
	}

	.accordion .video {
		display:none;
	}

	ul.bullets.flex li {
		width:100%;
	}

	.c-footer__disclosure .note {
		padding-left:0;
	}

	.c-footer__disclosure {
		width:100%;
	}

	footer .o-container {
		padding-right:35px;
	}

	.dev-message .c-grid__item.box {
		padding:40px 25px;
	}

	.dev-message h4 {
		font-size:20px;
		line-height:26px;
	}
}

@media (max-width: 500px) {
	.columns .col {
		width:100%;
		padding:0;
		margin:0 0 40px 0;
	}
}


@media (max-width: 500px) {



	.dev-sub-header .o-container {
		padding:0 20px 30px 20px;
	}

	.approach-list {
		padding-left:20px;
		padding-right:20px;
	}

	.approach-list h3 span {
		width:40px;
		height:40px;
		top:60px;
		left:20px;
		padding-top:13px;
	}

	.approach-list h3 {
		padding-right:0;
		padding-left:55px;
	}

	.dev-sub-header-intro .col:nth-child(1) {
		padding:50px 30px;
	}

	.dev-sub-header-intro .c-rich-text__section {
		width:100%;
		margin:0;
		paddig:0;
	}
	.dev-sub-header .o-container h1 {
		font-size:38px;
        line-height:43px;
	}

	.dev-header h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.accordion-button {
		padding:30px 15px;
	}

	.accordion h2 {
		font-size:30px;
		line-height:32px;
		padding-left:60px;
	}

	.accordion-header span,
	.accordion-header span img {
		width:44px;
		height:44px;
	}

	#locations .col h4 {
		font:500 19px/28px "spectral", sans-serif;
	}

	footer {
		border:0;
	}

	footer .o-container {
		padding-left:20px;
		padding-right:20px;
	}
}

@media (max-width: 400px) {
	.dev-header h1, h1 {
		font-size:40px;
		line-height:45px;
	}

	.approach-list h3 {
		font-size:38px;
	}

	header.header-photo .video iframe {
		width:170%;
		height:170%;
	}
}


/* HOME LANDING PAGE 


body.homepage {
	height: 100%;
	background: #fafbef;
	position: relative;
	overflow-x: hidden;
}

.homepage .o-container {
	width:100% !important;
	padding:0 !important;
}

.homepage .c-rich-text__section {
	width:100%;
    float:none;
    margin-left:0;
}

.homepage header.c-header, 
.homepage .dev-sub-header header.c-header {
	display:none;
}

.homepage #landing-page {
	width:100%;
	height:1450px;
	background:url(https://rfgadvisory.com/fmg-images/cheaha-landing-page-background.jpg) no-repeat top center / cover;
	position:sticky;
	top:0;
	padding:0;
}

.homepage #landing-page .content {
	width:600px;
	height:100%;
	text-align:center;
	background:rgba(255, 255, 255, 0.95);
	position:absolute;
	top:0;
	left:0;
	padding:40px 0 0 0;
}

.homepage .logo {
	width:230px;
	height:166px;
	display:block;
	margin:0 auto 50px auto;
}

.homepage .vester-martin {
	width:230px;
	height:230px;
	border-radius:50%;
	display:block;
	margin:0 auto 20px auto;
}

.homepage #landing-page h1 {
	font-family:"spectral", sans-serif;
	text-transform:none;
	font-size:35px;
	line-height:40px;
	font-weight:600;
	color:#002e1c;
	margin:0 0 5px 0;
}

.homepage #landing-page h1 sup {
	font-size:25px;
	position:relative;
	top:13px;
}

.homepage #landing-page h2 {
	font-family:"montserrat", sans-serif;
	text-transform:uppercase;
	letter-spacing:0.05em;
	font-size:18px;
	line-height:24px;
	font-weight:600;
	color:#002e1c;
	margin:0 0 20px 0;
}

.homepage #landing-page p {
	font-family:"montserrat", sans-serif;
	font-size:20px;
	line-height:30px;
	font-weight:600;
	color:#002e1c;
	margin:0 0 50px 0;
}

.homepage #landing-page p a {
	color:#002e1c;
}

.homepage #landing-page .border {
	width:20px;
	position:absolute;
	top:0;
	left:0;
}*/