* {
	font-variant-ligatures: none;
}

body {
    font-size: 19px;
    font-family: "proxima-nova",sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "goldenbook", sans-serif;
	text-transform: none;
}

h1 {
	font-size:70px;
	line-height:75px;
	font-weight:600;
	color:#293439;
	margin:0 0 30px 0;
}

h1 span {
	font-style: italic;
    color: #2491eb;
}

h2 {
	font-size:55px;
	line-height:50px;
	font-weight:700;
	color:#293439;
	margin:0 0 30px 0;
}

h3 {
	font-size:25px;
	line-height:30px;
	font-family:"proxima-nova",sans-serif;
	font-weight:700;
	text-transform:none;
	color:#293439;
    margin:0 0 20px 0;
}

h4 {
	font:700 15px/15px "proxima-nova", sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
    color:#B0C4DC;
    margin:0 0 15px 0;
}

h5 {
	font: 800 15px / 15px "proxima-nova", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #196bb3;
    margin: 0 0 20px;
}

h6 {
	font:400 25px/32px "proxima-nova", sans-serif;
    color:#576078;
    margin:0 0 40px 0;
}

h6 a {
	color:#2491eb;
}

p {
	font:400 18px/26px "proxima-nova", sans-serif;
    color:#576078;
    margin:0 0 40px;
}

.c-section-boxes__inner-box .c-box__paragraph>p {
	margin:0 0 30px 0;
}

p:last-child {
	margin-bottom: 0 !important;
}

a {
	color: #4e4e4e;
}

p a {
	text-decoration: underline;
}

hr {
	width: 100%;
	height: 1px;
	border: 0;
	background: #eee;
	margin: 0 0 40px 0;
}


ul.bullets {
	list-style:none;
	padding-inline-start: 0 !important;
	margin:0;
}

ul.bullets li {
	font:400 20px/24px "sofia-pro", sans-serif;
	color:#17365b;
	margin:0 0 15px;
	padding:0 0 0 15px;
	position:relative;
}

ul.bullets li::before {
	content:"";
	background:#2491eb;
	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:1250px;
}

.section_Boxes.c-box__count--2 .c-grid__item {
	padding-left:30px;
	padding-right:30px;
}

.section_Boxes.c-box__count--2 .c-grid__item:nth-child(1) {
	padding-left:0;
}

.section_Boxes.c-box__count--2 .c-grid__item:nth-child(2) {
	padding-right:0;
}

.o-container,
.homepage .c-customsection__container,
.subpage .c-customsection__container {
	padding-top:80px;
	padding-bottom:80px;
}

.homepage .o-content__container section.section:nth-child(even) {
	background:#fff;
}

.photo {
	display:block;
	width:100%;
}

.dev-bg-blue {
	background:#ddeefc !important;
}

.c-grid__collapse--SideBySide {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}    

.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,
header.c-header {
	background-image:linear-gradient(270deg, #4D5770 0%, #2A3439 100%);
	position:relative !important;
	box-shadow:none;
}

.homepage .c-header {
	background:#fff;
}

.c-header__container {
	width:100%;
	padding:0 80px;
}

.dev-imgText-small #box1-text {
	padding-top: 0;
}

.dev-imgText-small h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 500;
	margin-bottom: 30px;
}


.dev-intro {
	border-bottom: 13px solid #dddddd;
}

.dev-intro .section_Form h2,
.dev-intro .section_SimpleText h2,
.dev-intro h2 {
	font-size: 57px;
	line-height: 70px;
	color: #fff;
	font-weight: 400;
	margin: 0 0 20px 0;
}

.dev-imgText-fullsize .o-container .c-grid__collapse--SideBySide .c-btn {
	color: #1c7ec2;
}

.c-btn, 
.submit,
.c-popup__submit {
	font:700 17px/17px "goldenbook", sans-serif;
    letter-spacing:0.03em;
    text-transform:uppercase;
    text-decoration:none;
    color:#17365b;
    background:#B0C4DC;
    border:0;
    padding:25px 40px;
    margin:0 30px 30px 0;
    display: inline-block;
    transition: all 0.3s ease;
}

.link {
	font:800 15px/15px "sofia-pro", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #2491eb;
    margin: 0 15px 15px 0;
    display: inline-block;
    transition: all 0.3s ease;
}

.link:after {
	content: "";
    background: url("https://rfgadvisory.com/fmg-images/navipath-arrow-blue.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;
}

.c-btn:hover, 
.submit:hover,
.c-popup__submit:hover,
.c-btn:focus, 
.submit:focus,
.c-popup__submit:focus {
	background: #17365b;
}

.c-btn:hover::after {
	margin:0 0 0 23px;
}

.back-to-top {
	background:#576078;
	bottom:0;
	border-radius-top-left:5px;
}


/* NAV */

.c-header-modern .c-topbar {
	background-image: linear-gradient(270deg, #4D5770 0%, #2A3439 100%);
}

.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,
.c-header-modern .c-topbar-email a {
	font:500 15px/15px "proxmia-nova", sans-serif;
}

.c-header-modern .c-topbar-phone a,
.c-header-modern .c-topbar-email a {
	color:#fff;
}

.c-header-modern .c-social-media .c-social-media--link {
	color:#fff;
}

.c-header-modern .c-topbar__inner {
	height:45px;
}

.c-header-modern .c-topbar__inner .c-header-btn--link {
	font:800 16px/16px "sofia-pro", sans-serif;
	text-transform:uppercase;
	color:#2491eb;
	background:none;
	padding:0;
}

.c-header-modern .c-topbar-phone a .fa {
	font-size:17px;
}

.c-template__logo a {
	width:250px;
	height:167px;
	background:url("https://rfgadvisory.com/fmg-images/confidence-logo-white.svg") no-repeat;
	display:block;
	position:absolute;
	top:20px;
	left:80px;
}

.homepage .c-template__logo a {
	background:url("https://rfgadvisory.com/fmg-images/confidence-logo.svg") no-repeat;
	top:60px;
}

#waspBody .c-template__logo {
	display:none !important;
}

.c-template__logo a {
	text-indent:-999999px;
}

.c-header-modern .c-header__inner {
	padding:0 0 0 0;
}

.c-topnav__outer-wrapper {
	padding:30px 0;
}
.c-topbar-location--primary {
	margin-right:30px;
}

.c-header-modern .c-social-media .c-social-media--link {
	width:15px;
	position:relative;
	top:-3px;
	background:transparent;
}

#mainNav .c-topnav__menu-item .c-topnav__menu-text {
	/*font:500 18px/18px "proxima-nova", sans-serif;*/
	font:700 16px/16px "goldenbook", sans-serif;
    letter-spacing:0.03em;
    text-transform:uppercase;
    color:#fff;
    transition:all 0.3s ease;
}

.homepage #mainNav .c-topnav__menu-item .c-topnav__menu-text {
	color:#293439;
}

#mainNav .c-topnav__menu-item .c-topnav__menu-text:hover {
	color:#B0C4DC;
	opacity:1;
}

.homepage #mainNav .c-topnav__menu-item .c-topnav__menu-text:hover {
	color:#B0C4DC;
	opacity:1;
}

.c-header-modern .c-topnav__menu-item .c-topnav__menu-text span:after {
	background: #B0C4DC !important;
}

.c-header-modern .c-topnav__menu-item .c-topnav__menu-text span {
	padding-bottom: 3px;
}

#mainNav .c-topnav__menu-item .c-topnav__menu-text.selected span::after {
	background:none;
}

#mainNav .c-topnav__menu-item:nth-child(1) {
	display: none;
}

#mainNav .c-topnav__menu-item:last-child {
	margin-left: 10px;
}

/*
#mainNav .c-topnav__menu-item:nth-child(5) {
	margin-right: 35px;
}*/

#mainNav .c-topnav__menu-item:last-child a {
	font:700 16px/16px "goldenbook", sans-serif;
    letter-spacing:0.03em;
    text-transform:uppercase;
    color:#17365b;
    background-image: linear-gradient(270deg, #B0C4DC 0%, #B0C4DC 100%);
    padding:20px 30px;
    transition: all 0.3s ease;
}

#mainNav .c-topnav__menu-item:last-child a:hover {
	color:#fff;
	background-image: linear-gradient(270deg, #4D5770 0%, #2A3439 100%);
}

.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 a:after {
	display: none !important;
}

.c-topnav__navbar {
	background-image:linear-gradient(270deg, #4D5770 0%, #2A3439 100%);
	box-shadow:none;
}

.c-header #mainNav {
	box-shadow:none;
}

/* HOMEPAGE */

.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;
}

.dev-home-intro {
	background-image:url("https://rfgadvisory.com/fmg-images/confidence-intro.svg") !important;
	background-position:bottom center !important;
	background-repeat:no-repeat !important;
}

.dev-focus {
	background-color:#e8f1f9 !important;
}

.dev-focus .o-container {
	padding-top:40px;
	padding-bottom:10px;
}

.dev-why-choose-us h2 {
	margin:0 0 10px 0;
}

.dev-why-choose-us .icon {
    width:75px;
    height:75px;
    margin:0 0 0px 0;
    position:relative;
}

.dev-why-choose-us .trusted-experience {
	background:url(https://rfgadvisory.com/fmg-images/confidence-trusted-experience.svg) no-repeat top left;
}

.dev-why-choose-us .personalized-approach {
	background:url(https://rfgadvisory.com/fmg-images/confidence-personalized-approach.svg) no-repeat top left;
}

.dev-why-choose-us .comprehensive-services {
	background:url(https://rfgadvisory.com/fmg-images/confidence-comprehensive-services.svg) no-repeat top left;
}

.dev-why-choose-us .client-centric-focus {
	background:url(https://rfgadvisory.com/fmg-images/confidence-client-centric-focus.svg) no-repeat top left;
}

.dev-faqs {
	background-image: linear-gradient(182deg, #B0C4DC 0%, #4D5973 100%);
}

.dev-learn-more h2 {
	font-size:40px;
	line-height:40px;
}

.dev-learn-more .two-columns {
	display:flex;
	flex-wrap:wrap;
}

.dev-learn-more .two-columns .col:nth-child(1) {
	width:230px;
}

.dev-learn-more .two-columns .col:nth-child(2) {
	width:-webkit-calc(100% - 230px);
	width:-moz-calc(100% - 230px);
	width:calc(100% - 230px);
	padding-left:50px;
}



/*-- Subpage --*/

.dev-sub-header {
	background-image:linear-gradient(280deg, #4D5770 0%, #2A3439 100%);;
}

.dev-sub-header .o-container {
	width:100%;
	padding:70px 80px 50px 80px;
	background:url(https://rfgadvisory.com/fmg-images/confidence-sub-header.svg) no-repeat bottom center / 1250px 300px;
}

.dev-sub-header h1 {
	font-size:80px;
	color:#fff;
}

.dev-sub-header h6 {
	color:#fff;
}


.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;
}

.section_Boxes .c-section-boxes__inner-box:nth-child(1) {
	padding-left: 0;
}

.section_Boxes .c-section-boxes__inner-box:nth-child(2) {
	padding-right: 0;
}


/* OUR TEAM */

.c-team-info__icons {
	color: #576078;
	font-size:15px;
}

.c-team-list__section--developer {
	/*border-top:2px solid #ddeefc;*/
	padding-top:60px;
}

.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:#2491eb;
}

.c-team-list__section--developer .c-team-member__info {
	width:calc(100% - 300px);
	padding-left:30px;
}

.c-team-member__info a {
	font:600 16px/16px "proxmia-nova", sans-serif;
    color:#576078;
    margin: 0 15px 15px 0;
	text-decoration:none;
}

.c-team-member__info p:nth-child(2) {
	font:700 16px/16px "proxima-nova", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color:#B0C4DC;
    margin-bottom:20px;
}

.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(6) {
	font: 700 17px / 17px "goldenbook", sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    color: #576078;
}

.c-team-member__info a:nth-child(6):after {
	content:"";
	width:8px;
	height:12px;
	display:inline-block;
	background:url("https://rfgadvisory.com/fmg-images/confidence-read-more-arrow.svg") no-repeat;
	margin:0 0 0 10px;
}


.c-team-member__info a:nth-child(7) {
	font:800 15px/15px "sofia-pro", sans-serif;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border:0;
    background: #2491eb;
    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: "goldenbook", sans-serif;
	font-size:55px;
	line-height:55px;
	font-weight:700;
	text-transform: none;
	letter-spacing: 0;
	color:#293439;
	margin:0 0 10px 0;
}

.c-team-list__summary {
	font: 400 18px / 26px "sofia-pro", sans-serif;
    color: #17365b;
    margin: 0 0 30px;
}

.dev-powered .c-btn {
	text-align: center;
}

.c-social-media--icon {
	width:19px;
	height:19px;
	font-size:19px;
	background:#fff;
	color:#2491eb;
}

.c-team-member__info p:last-of-type {
	margin:0 0 5px 0;
}

/*-- Bio Pages --*/

.page-team-chris-abeyta .c-header,
.page-team-dustin-west .c-header,
.page-team-mack-bekeza .c-header,
.page-team-ray-hart .c-header,
.page-team-susan-auer .c-header,
.page-team-stacy-hollingsworth .c-header,
.page-team-rashelle-garcia .c-header,
.page-team-brandy-bartlett .c-header,
.page-team-kathy-van-doorn .c-header,
.page-team-judy-marquez .c-header {
	padding-bottom:80px;
}

#agentContent {
	padding-bottom: 100px;
}

.team-img {
	border-radius:50%;
	margin-bottom: 20px;
}

.team-img img {
	max-width:300px;
	border-radius:50%;
}

.c-team-detail__h1--developer {
	font-family: "goldenbook", sans-serif;
	font-size:50px;
    font-weight:700;
    text-transform: none;
    letter-spacing: 0;
    line-height:55px;
    margin: 0 0 10px 0;
}

.c-team-detail__h2--developer {
	font: 700 16px / 16px "proxima-nova", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #B0C4DC;
    margin-bottom: 20px;
}

.c-team-detail__h3--developer {
	font: 600 16px / 16px "proxmia-nova", sans-serif;
    color: #576078;
    margin: 0 15px 15px 0;
    text-decoration: none;
}


.team-contact a {
	font: 600 16px / 16px "proxmia-nova", sans-serif;
    color: #576078;
    margin: 0 15px 15px 0;
    text-decoration: none;
}


/* ABOUT US */

.dev-about-intro {
	background-image:url("https://rfgadvisory.com/fmg-images/confidence-about-us.svg") !important;
	background-position:bottom center !important;
	background-repeat:no-repeat !important;
}

.dev-five-points {
	text-align:center;
	background-image: linear-gradient(182deg, #B0C4DC 0%, #4D5973 100%);
}

.dev-five-points h2 {
	margin:0 0 50px 0;
}

.three-columns {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	text-align:center;
}

.three-columns .col {
	width:33.3%;
	padding:0 20px;
	margin-bottom:30px;
}

.dev-five-points .three-columns .col a {
	width:350px;
	height:350px;
	display:block;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family:"goldenbook", sans-serif;
	font-size:40px;
	line-height:40px;
	font-weight:700;
	color:#fff;
	padding:0 20px;
}

#income-planning {
	background:url("https://rfgadvisory.com/fmg-images/confidence-income-planning.png") no-repeat center center / cover;
}

#tax-planning {
	background:url("https://rfgadvisory.com/fmg-images/confidence-tax-planning.png") no-repeat center center / cover;
}

#risk-management {
	background:url("https://rfgadvisory.com/fmg-images/confidence-risk-management.png") no-repeat center center / cover;
}

#healthcare {
	background:url("https://rfgadvisory.com/fmg-images/confidence-healthcare.png") no-repeat center center / cover;
}

#estate {
	background:url("https://rfgadvisory.com/fmg-images/confidence-estate.png") no-repeat center center / cover;
}

#talk {
	background:#293439;
}


/* RFG Column */

.dev-two-columns-rfg {
	background:#fff;
	padding: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:80px 80px;
    margin-bottom: 0;
    background: #ddeefc;
}



.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: #2491eb;
	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: #2491eb;
	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: #2491eb;
	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: #2491eb;
	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:240px;
	padding:0 0 0 65px;
}

.approach-list h3 span {
	font:600 26px/26px "museo-sans", sans-serif;
	color:#fff;
	text-align:center;
	background:#2491eb;
	width:50px;
	height:50px;
	border-radius:50px;
	padding:14px 0 0;
	display:inline-block;
	position:absolute;
	top:-7px;
	left:0;
}

.approach-list article {
	width:-webkit-calc(100% - 240px);
	width:-moz-calc(100% - 240px);
	width:calc(100% - 240px);
	padding:0;
}


/*-- 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;
  box-shadow:none;
  margin:0 0 40px 0;
}

.accordion-button {
	background:#fff;
    /*border:2px solid #B0C4DC;*/
    border-radius:0;
    padding:40px 50px;
    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:50px;
  height:50px;
  display:block;
  position:absolute;
  top:0;
  right:0;
  margin:0 0 0 0;
  border-radius: 50%;
  background:#B0C4DC;
  -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:50px;
    height:50px;
}

.accordion-content {
  display:none;
}

.accordion-content.active {
  display:block;
}

.accordion-content .content {
  padding:30px 80px 0 0;
}

.accordion h2 {
    font-size:35px;
    line-height:35px;
    position:relative;
    padding:0 0 0 0;
    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:#2491eb;
	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:#17365b;
}

.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;
}



/*-- Contact Us --*/

.page-contact-us iframe {
	border-radius: 10px;
}


/*-- Footer --*/

footer {
	background: #293439;
}

footer a {
	color: #fff;
	text-decoration:none;
}

footer h4 {
	font-weight:600;
	text-decoration:none;
	margin:0 0 10px 0;
}

.c-footer__quick-links {
	display: none;
}

.c-footer__disclosure .note {
	font-size: 14px;
	padding-left: 30px;
}

.c-footer__disclosure .note p {
	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: #fff;
}

.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;
	margin-top:60px;
}

.dev-header h1 {
	font-family: "goldenbook", sans-serif;
	font-size:80px;
	line-height:70px;
	font-weight:700;
	margin-bottom:50px;
}

.dev-header h4 {
	margin-bottom: 30px;
}


header.header-photo {
    height:750px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}


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/confidence-home-header.jpg") no-repeat top center;
	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:relative;
	z-index:2;
}

.play {
	background:url("../images/icon-play-white.svg") top 24px left 30px no-repeat #2491eb;
	background-size:40px;
	width:90px;
	height:90px;
	position:absolute;
	bottom:0;
	right:0;
	z-index: 998;
	transition:all 0.3s ease;
	    border-top-left-radius: 10px;
}

.play:hover {
	background:url("../images/icon-play-white.svg") top 24px left 30px no-repeat #001641;
	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 {
	margin-top:-80px;
	background:transparent !important;
}

.dev-blocks-side-by-side .o-container {
    width:1300px;
}

.dev-blocks-side-by-side .c-grid__collapse--Boxes {
    width: 100%;
    margin: 0;
}

.dev-blocks-side-by-side .c-grid__item.box {
    padding:40px 20px;
    margin-bottom: 0;
}

.dev-blocks-side-by-side h3 {

	margin-bottom: 30px;
}

.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: "Lato", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.dev-blocks-side-by-side h6 {
    margin: 0;
}

.dev-blocks-side-by-side .box:nth-child(1) {
    background: #0e2d55;
        border-top-left-radius: 10px;
    border-bottom-left-radius: 30px;
}

.dev-blocks-side-by-side .box:nth-child(1) h5 {
	color:#6db7f2;
}

.dev-blocks-side-by-side .box:nth-child(2) {
    background: #2491eb;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 10px;
}

.dev-blocks-side-by-side .c-grid__item {
    width: 50% !important;
    margin: 0 !important;
}

.dev-blocks-side-by-side .c-btn {
	background: none;
	color: #fff;
	border: 2px solid #fff;
}

.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 h2 {
	margin:0 0 20px 0;
}

#get-started h3 {
	font-size:22px;
	line-height:30px;
}

#get-started h3 a {
	color:#293439;
}

#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:#e8f1f9;
    width:130px;
    height:130px;
    border-radius:50%;
    margin:0 auto 15px auto;
    position: relative;
}

#get-started .col:nth-child(1) .icon {
	background:#f2f7fb url(https://rfgadvisory.com/fmg-images/confidence-call.svg) no-repeat center center / 110px 110px;
}

#get-started .col:nth-child(2) .icon {
	background:#f2f7fb url(https://rfgadvisory.com/fmg-images/confidence-email.svg) no-repeat center center / 110px 110px;
}

#get-started .col:nth-child(3) .icon {
	background:#f2f7fb url(https://rfgadvisory.com/fmg-images/confidence-location.svg) no-repeat center center / 110px 110px;
}




.dev-get-started .c-grid__item.box {
	margin-bottom:0;
}


.dev-get-started .button {
	margin: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 "sofia-pro", sans-serif;
    color: #17365b !important;
    border: 2px solid #17365b;
    border-radius: 100px;
    padding: 8px 18px 10px;
    transition: all 0.3s ease;
}


/* Popups */

/*-- Fancybox --*/

.popup {
	background:#fff;
	width:1250px;
	padding:80px 80px !important;
	display:none;
}

.popup .strip {
	width:100%;
	height:20px;
	background-image: linear-gradient(270deg, #4D5770 0%, #2A3439 100%);
	position:absolute;
	top:0;
	left:0;
}

.popup-close {
	text-indent:-999999px;
	background:url("https://rfgadvisory.com/fmg-images/confidence-icon-close.svg") no-repeat center center;
	border:0;
	width:60px;
	height:60px;
	position:absolute;
	top:45px;
	right:30px;
	z-index:900;
	cursor:pointer;
}

.popup h2 {
	text-align:center;
	margin:0 0 20px 0;
}

.fancybox-content {
	border-radius:5px !important;
	overflow:hidden !important;
}

.popup .content-img {
	position:relative;
	top:-30px;
}

.popup ul {
	margin:30px 0 0;
	padding-inline-start:0;
	list-style:none;
}

.popup ul li {
	margin:0 0 50px;
	padding:0 0 0 58px;
	position:relative;
}

.popup ul li h3 {
	margin:0 0 20px;
}

.popup ul li h3 span {
	font:700 25px/25px "sofia-pro", sans-serif;
	text-align:center;
	color:#fff;
	background:#2491eb;
	width:44px;
	height:44px;
	padding:7px 0 0;
	border-radius:44px;
	position:absolute;
	top:2px;
	left:0;
}

.popup ul li h4 {
	margin:0 0 20px;
}

.popup ul li h4 span {
	font:700 20px/20px "sofia-pro", sans-serif;
	text-align:center;
	color:#fff;
	background:#2491eb;
	width:36px;
	height:36px;
	padding:6px 0 0;
	border-radius:44px;
	position:absolute;
	top:2px;
	left:0;
}

@media (max-width: 1300px) {

	.o-container {
		width:100%;
		padding-left:40px !important;
		padding-right:40px !important;
	}

		header .container {
		width:100% !important;
		padding-top:60px !important;
		padding-bottom:90px !important;
	}
	
	header.header-photo {
		height:auto;
		min-height:auto;
		flex-direction:column;
	}

	header.header-photo .photo,
	header.header-photo .video,
	#services-intro .col2 .video {
		width:100%;
		height:auto;
		padding:70% 0 0;
	}
	
	header.header-photo .scroll {
		display:none;
	}

	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: 1200px) {
	.dev-focus .c-grid__item {
		width:100% !important;
	}

	.dev-focus #box2 img {
		display:block;
		margin:0 auto;
	}

	.accordion-button {
		padding:30px 30px;
	}

	.accordion-content .content {
		padding:30px 0 0 0;
	}

	.accordion .video, .popup .video {
		top:0;
	}

	.dev-five-points .three-columns .col {
		width:50%;
		text-align:center;
		display:flex;
		justify-content: center;
	}
}

@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-fullwidth-photo-left #box1,
	.dev-two-columns-rfg #box1 {
		height:450px;
	}

	.dev-two-columns #box1 {
		padding-right:0;
	}
	.dev-two-columns #box2 {
		padding-left:0;
	}
}

@media (max-width: 991px) {
	h1 {
		font-size: 60px;
    	line-height: 60px;
	}

	h1 br {
		display: none;
	}

	#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 "sofia-pro", sans-serif;
		color: #fff !important;
		border:0 !important;
	}

	.dev-header .header-photo .container {
		padding:80px 40px 30px 40px;
	}

	.dev-sub-header .o-container {
		padding:40px 40px 60px 40px;
	}

	.c-team-list__section--developer .c-team-member__info {
		width:100%;
	}

	.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;
	}

	.dev-blocks-side-by-side .box:nth-child(2) {
		border-top-right-radius:0;
	}

	.approach-list h3 {
		width: 100%;
	}

	.approach-list article {
		width: 100%;
	}

	#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;
	}
}


@media (max-width: 850px) {
	.dev-five-points .three-columns .col {
		width:100%;
	}
}


@media (max-width: 800px) {
	.o-container {
		padding-left:15px !important;
		padding-right:15px !important;
	}

	.section_Boxes.c-box__count--2 .c-grid__item {
		padding-left:0 !important;
		padding-right:0 !important;
	}

	.dev-learn-more .two-columns .col:nth-child(1) {
		display:none;
	}

	.dev-learn-more .two-columns .col:nth-child(2) {
		width:100%;
		padding:0;
	}
}

@media (max-width: 700px) {
	.dev-header h1,
	h1 {
		font-size: 45px;
		line-height: 48px;
		margin-bottom: 40px;
	}

	.dev-sub-header .o-container h1 {
		font-size:35px;
		line-height:37px;
	}

	.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: 27px;
		line-height: 32px;
	}

	p {
		margin: 0 0 40px 0;
	}

	#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;
		padding:20px 30px;
	}

	.c-text__section {
		width:100%;
		float:none;
	}

	.accordion .video {
		display:none;
	}

	ul.bullets.flex li {
		width:100%;
	}

	.c-footer__disclosure .note {
		padding-left:0;
	}

	.c-footer__disclosure {
		width:100%;
		margin:0 !important;
	}

	footer .o-container {
		padding-right:35px;
	} 
}


@media (max-width: 500px) {
	.dev-header h1 {
		font-size: 40px;
		line-height: 42px;
	}

	.accordion-button {
		padding:30px 15px;
	}

	.accordion h2 {
		font-size:30px;
		line-height:32px;
	}

	.accordion-header {
		padding-right:45px;
	}

	.accordion-header span,
	.accordion-header span img {
		width:44px;
		height:44px;
	}

	.dev-focus #box2 img {
		width:100%;
		height:auto;
	}

	header.header-photo .photo, header.header-photo .video {
		height:350px;
		padding:0;
	}
}


@media (max-width: 450px) {
	.dev-five-points .three-columns .col a {
		width: 280px;
    	height: 280px;
	}

	.dev-five-points .o-container {
		padding-left:0 !important;
		padding-right:0 !important;
	}

	.three-columns .col {
		padding:0;
	}
}