html {
	overflow-x:hidden;
}

body {
    font-size: 19px;
    font-family: "arboria",sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "bely", sans-serif;
	text-transform: none;
}

h1 {
	font-size: 70px;
	line-height:72px;
	font-weight:500;
	color:#fff;
	margin: 0;
}

h2 {
	font-size:50px;
	line-height:47px;
	font-weight:500;
	letter-spacing:0;
	color: #213e60;
	margin: 0 0 40px 0;
}

h3 {
	font-size:25px;
	line-height:30px;
	font-family:"arboria", sans-serif;
	font-weight:500;
	color:#acaa54;
    margin: 0 0 20px;
}

h4 {
	font-family: "arboria", sans-serif;
	font-size: 23px;
	line-height: 30px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	color: #75ac42;
	margin: 0 0 20px 0;
}

h5 {
	font-family:"arboria",sans-serif;
	font-size:16px;
	line-height:26px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:0.05em;
	color:#a9c0c4;
	margin: 0 0 10px 0;
}

h6 {
	font-family: "arboria",sans-serif;
	font-size:24px;
	line-height:30px;
	font-weight:500;
    color:#231f20;
	margin:0 0 40px 0;
}

p {
	font-family: "arboria",sans-serif;
	font-size:20px;
	line-height:26px;
	font-weight:400;
    color:#231f20;
	margin:0 0 40px 0;
}

.c-section-boxes__inner-box .c-box__paragraph>p {
	margin:0 0 30px 0;
}

p:last-child {
	margin-bottom: 0;
}

.small {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 30px;
}

a, .c-team-member__info a {
	color:#141414;
}

a:hover {
	color:#77c043;
}

p a {
	text-decoration: none;
}

img {
	border-radius:0;
}

hr {
	width: 100%;
	height: 1px;
	border: 0;
	background:none;
	margin: 0 0 40px 0;
}

.inline-image {
	border-radius:0;
}


.o-container {
	width:1300px;
}

.body-container {
	background:#f5f6f3;
}

.homepage .o-content__container section.section:nth-child(odd),
.homepage .o-content__container section.section:nth-child(even) {
	background:#f5f6f3;
}

.homepage .c-customsection__container,
.subpage .c-customsection__container {
	padding-top:100px;
	padding-bottom:100px;
}

.dev-head .c-customsection__container {
	padding-top:160px;
	padding-bottom:70px;
}

.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;
}    

.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-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;
}



.dev-imgText-fullsize .o-container .c-grid__collapse--SideBySide .c-btn {
	color: #1c7ec2;
}


.c-btn, 
.submit,
.c-popup__submit {
	font-family: "arboria", sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border:0;
    border-radius:50px;
background:#acaa54;
    margin:20px 20px 0 0;
    padding: 20px 35px 20px;
    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:#bdbb52;
}

.c-btn-outline {
	border: 2px solid #77c043;
	color: #77c043;
	font-family: "arboria", 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;
}

a.link {
    font:600 15px/20px "arboria", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration:none;
    color: #b8b650 !important;
    display: inline-block;
}

a.link:hover {
	color:#bdbb52;
}

a.link:after {
    content:"";
    background:url("https://rfgadvisory.com/fmg-images/grounded-arrow.svg") top center no-repeat;
    width:20px;
    height:20px;
    margin:0 0 0 12px;
    display:inline-block;
    transition:all 0.3s ease;
    position:relative;
    top:4px;
}

a.link:hover:after {
	margin:0 0 0 18px;
}

.dev-button-block {
	width:100%;
	display:block;
    background:#77c043 url(https://rfgadvisory.com/fmg-images/bg-pattern-light-green.gif) center center repeat !important;
    width:100%;
    text-align:center;
    margin:0;
    padding:40px 30px;
    transition:all 0.3s ease;
}

.dev-button-block p a {
	font:700 18px/18px "arboria", sans-serif;
    letter-spacing:0.05em;
    text-transform:uppercase;
    text-align:center;
    text-decoration:none;
    color:#fff;
}

.dev-button-block p a::after {
    content: "";
    background:url("https://rfgadvisory.com/fmg-images/icon-arrow-white.svg") 0 0 no-repeat;
    background-size: 22px;
    width: 22px;
    height: 15px;
    margin: 0 0 0 10px;
    display: inline-block;
    transition: all 0.3s ease;
}

.dev-button-block p a:hover::after {
	margin:0 0 0 20px;
}

.dev-get-started .c-btn {
	margin-right:0;
}

.back-to-top {
	border-radius:50%;
	background: #acaa54;
}

.floating-broker-check {
	bottom:30px;
}

.photo {
	border-radius:15px;
}

/*-- Nav --*/

.c-header--overylay, 
.c-header__container o-container, 
.c-header {
    box-shadow: none !important;
    background:transparent !important;
}



.c-header-modern .c-header__container {
	width:100%;
	max-width:none;
	padding-left: 0;
    padding-right: 40px;
    margin:0;
}

.c-template__logo a {
	width:250px;
	height:70px;
	background:url("https://rfgadvisory.com/fmg-images/grounded-logo.svg") no-repeat;
	display:block;
	position:absolute;
	top:30px;
	left:60px;
}

#agentLogo {
	width:250px;
	position:absolute;
	top:80px;
	left:30px;
	display:none;
}

.c-logo--image {
	max-height:none !important;
}

.c-header.scrolled #agentLogo {
	width:200px;
}

header.c-header {
	width:100%;
	position:absolute;
	background:transparent !important;
	z-index:10;
}

.c-header-modern .c-header__inner {
	padding:18px 0;
}

#mainNav .c-topnav__menu-item .c-topnav__menu-text {
	font-family:"arboria", sans-serif;
	text-transform:uppercase;
	font-weight:500;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #fff;
    transition: all 0.3s ease;
}

#mainNav .c-topnav__menu-item .c-topnav__menu-text:hover {
	color:#acaa54 !important;
}

.c-header-modern .c-topnav__menu-item .c-topnav__menu-text span:after {
	background:transparent !important;
}

.c-header-modern .c-topnav__menu-item .c-topnav__menu-text span {
	padding-bottom: 3px;
}

#mainNav .c-topnav__menu-item {
	margin-right: 17px;
}

#mainNav .c-topnav__menu-item .c-topnav__menu-text.selected span::after {
	background:transparent;
}

#mainNav .c-topnav__menu-item .c-topnav__menu-text.selected {
	color:#fff;
}

#mainNav .c-topnav__menu-item .c-topnav__menu-text.selected span {
	border-bottom:2px solid #fff;
}

#mainNav .c-topnav__menu-item:nth-child(1) {
	display: none;
}

#mainNav .c-topnav__menu-item:last-child {
	margin-left: 10px;
	margin-right:0;
}

#mainNav .c-topnav__menu-item:last-child .c-topnav__menu-text.selected span {
	border-bottom:0;
}

/*
#mainNav .c-topnav__menu-item:nth-child(5) {
	margin-right: 35px;
}*/

#mainNav .c-topnav__menu-item:last-child a {
	font-family: "arboria", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    border:0 !important;
    border-radius:50px;
    background:#acaa54;
    padding:14px 30px 20px 30px;
    display: inline-block;
    transition: all 0.3s ease;
}

#mainNav .c-topnav__menu-item:last-child a:hover {
	color:#fff !important;
	background:#acaa54 !important;
	opacity:1 !important;
}

.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;
}


/*-- 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 --*/

.lines-middle {
	width:414px;
	height:480px;
	background:url("https://rfgadvisory.com/fmg-images/cmc-lines-middle.png") no-repeat center center;
	position:absolute;
	top:290px;
	left:50%;
	margin-left:-170px;
}

.lines-bottom {
	width:369px;
	height:289px;
	background:url("https://rfgadvisory.com/fmg-images/cmc-lines-bottom.png") no-repeat center center;
	position:absolute;
	bottom:0;
	left:0;
}

.about-header-lines {
	width:929px;
	height:506px;
	background:url("https://rfgadvisory.com/fmg-images/cmc-about-header-lines.png") no-repeat center center;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-400px;
}

.process-header-lines {
	width:929px;
	height:506px;
	background:url("https://rfgadvisory.com/fmg-images/cmc-process-header-lines.png") no-repeat center center;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-380px;
}

.services-header-lines {
	width:782px;
	height:506px;
	background:url("https://rfgadvisory.com/fmg-images/cmc-services-header-lines.png") no-repeat center center;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-540px;
}

.community-header-lines {
	width:782px;
	height:506px;
	background:url("https://rfgadvisory.com/fmg-images/cmc-community-header-lines.png") no-repeat center center;
	position:absolute;
	bottom:0;
	left:0;
}

.contact-header-lines {
	width:514px;
	height:264px;
	background:url("https://rfgadvisory.com/fmg-images/cmc-contact-header-lines.png") no-repeat center center;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-350px;
}

.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: #138241;
}


.video {
	width:100%;
	height:600px;
	position:relative;
	background:#ccc;
}

.video .iframe {
	width:300%;
	height:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.play {
	background:url("https://rfgadvisory.com/fmg-images/icon-play-white.svg") top 24px left 30px no-repeat #acaa54;
	background-size:40px;
	width:90px;
	height:90px;
	position:absolute;
	bottom:0;
	right:0;
	z-index: 998;
	transition:all 0.3s ease;
}

.play:hover {
	background:url("https://rfgadvisory.com/fmg-images/icon-play-white.svg") top 24px left 30px no-repeat #ecb828;
	background-size:40px;
}


.popup {
	background:#fff;
	width:1250px;
	padding:45px 5% 60px !important;
	display:none;
}

.popup .close {
	text-indent:-999999px;
	background:url("https://rfgadvisory.com/fmg-images/balance-point-popup-close.png") center center no-repeat;
	background-size:40px;
	border:0;
	width:60px !important;
	height:60px !important;
    position:absolute;
    top:5px;
	right:5px;
	cursor:pointer;
}

.fancybox-content {
	border-radius:5px !important;
	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;
}

.fancybox-slide--iframe .fancybox-content {
    max-width:none !important;
    max-height:none !important;
}

.fancybox-button--share,
.fancybox-button--fullscreen {
	display:none;
}

.fancybox-slide {
	padding:0;
}



/*-- Subpage --*/

.dev-sub-header {
	width:100%;
	background:#213e60 url("https://rfgadvisory.com/fmg-images/grounded-background-noise.jpg") center center !important;
	position: relative;
	padding:30px 20px 0 20px;
}

.dev-sub-header h1 {
	color:#fff;
}

.dev-two-columns-photo-right #box2 {
	padding-left:50px;
}

.page-services .section_Boxes .c-grid__item.box {
	margin-bottom:0;
}

.page-services .c-section-boxes__inner-box .c-box__paragraph>p {
	margin:0;
}

.icon {
	width:100px;
	height:100px;
	border-radius:50%;
	background:#fff;
	margin:0 0 10px 0;
}

.financial-planning {
	background:#fff url("https://rfgadvisory.com/fmg-images/grounded-financial-planning.svg") no-repeat center center / 70px 70px;
}

.investments {
	background:#fff url("https://rfgadvisory.com/fmg-images/grounded-investments.svg") no-repeat center center / 70px 70px;
}

.insurance {
	background:#fff url("https://rfgadvisory.com/fmg-images/grounded-insurance.svg") no-repeat center center / 70px 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: #138241;
}

.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: "arboria", 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: 0;
}

.section_Boxes .c-section-boxes__inner-box:nth-child(2) {
	padding: 0;
}

.dev-text-centered .c-section-boxes__inner-box {
	text-align:center;
}


/* Subpage Intros */


.dev-intro .o-container {
	width:900px;
	padding-right:0;
}


.flex {
	display:flex;
    flex-wrap:wrap;
}

.col2:nth-child(1) {
    overflow: hidden;
    position: relative;
}

.col2 {
    width:50%;
    position:relative;
    padding:80px 60px;
}

.dev-heading-two-columns h2 {
	margin:20px;
}

.dev-two-columns #box1 {
	padding-right:30px;
}

.dev-two-columns #box2 {
	padding-left:30px;
}


.dev-two-columns-fullwidth-photo-left {
	background:#fff;
	padding:0;
}

.dev-two-columns-fullwidth-photo-left .o-container {
    width:100%;
}

.dev-two-columns-fullwidth-photo-left .c-customsection__container {
	padding:0;
}

.dev-two-columns-fullwidth-photo-left .c-grid__collapse--Boxes {
    width: 100%;
    margin: 0;
}

.dev-two-columns-fullwidth-photo-left .c-grid__item.box {
    padding:80px 70px;
    margin-bottom: 0;
}

.dev-two-columns-fullwidth-photo-left .box:nth-child(1) {
    background:url("https://rfgadvisory.com/fmg-images/grounded-about-photo.jpg") no-repeat center center / cover;
}

.dev-two-columns-fullwidth-photo-left .c-grid__item {
    width: 50% !important;
    margin: 0 !important;
}

/* 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 70px;
    margin-bottom: 0;
}

.dev-two-columns-rfg h3 {
	font-size: 30px;
	line-height: 38px;
	font-weight:700;
	margin-bottom: 30px;
}

.dev-two-columns-rfg .box:nth-child(1) {
    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;
}



/*-- About --*/

.c-team-list__img--developer {
	background:#f6f6f6;
	border-radius:50%;
}

.c-team-section__container .fa {
	color:#acaa54;
}
.c-team-member__info a {
	color:#141414;
	text-decoration:none;
}

.c-team-info__icons {
	color: #ae132a;
	margin-right:10px;
}

.c-team-member__info p:nth-child(2) {
	font-family: "arboria",sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #a9c0c4;
    margin: 0 0 20px 0;
}

.c-team-member__info a:nth-child(5),
.c-team-member__info a:nth-child(6) {
	font: 600 15px/20px "arboria", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #b8b650 !important;
    display: inline-block;
}

.c-team-member__info a:nth-child(6):after {
    content: "";
    background: url(https://rfgadvisory.com/fmg-images/grounded-arrow.svg) top center no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 0 0 12px;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    top: 4px;
}

/*
.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/balance-point-icon-arrow.svg) top center no-repeat;
    background-size: 15px;
    width: 15px;
    height: 11px;
    margin: 0 0 0 8px;
    display: inline-block;
    transition: all 0.3s ease;
}*/

.c-team-list__section--developer {
	/*border-top:3px solid #e8f1f2;*/
	padding:0 0 60px 0;
}

.c-team-list__section--developer .c-team-member__info h4 {
	font-family:"bely";
	font-size:50px;
	line-height:47px;
	font-weight:500;
	letter-spacing:0;
	color: #213e60;
    text-transform: none;
    letter-spacing: 0;
	margin: 0 0 10px 0;
}

.c-team-list__section--developer .c-team-member__info h4 a {
	color:#213e60;
}

.dev-powered .c-btn {
	text-align: center;
}

/*-- Bio Pages --*/

#agentContent {
	padding-top:70px;
	padding-bottom: 100px;
}

.u-margin-top--20 {
	margin-top:0;
}

#agentContent .team-img {
	border-radius:50%;
	background:#f6f6f6;
	overflow:hidden;
}

.team-img img {
	position:relative;
	top:0;
}


.team-img {
	margin-bottom:30px;
}

.c-team-detail__h1--developer {
	font-family: "bely", sans-serif;
	font-size:60px;
	line-height:63px;
    font-weight:500;
    color:#213e60;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 10px 0;
}

.c-team-detail__h2--developer {
	font-family: "arboria",sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #a9c0c4;
    margin: 0 0 20px 0;
}

#agentContent .team-img {
	float:left;
	padding:0;
	margin:0 60px 0 0;
}

.c-team-detail__h3--developer {
	margin:0;
}

#agentContent .fa {
	color:#acaa54;
}

.fa {
	color: #fff;
	position:relative;
	top:-2px;
}

.team-contact a {
	font-family: "arboria",sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-transform:none;
    letter-spacing:0;
    color: #231f20;
    margin-left: 7px;
}



/*-- Approach --*/

.approach-list {
	width:100%;
	background:#fff;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	border-radius:15px;
	padding:60px;
	margin:0 0 30px 0;
}


.approach-list h3 {
	width:350px;
	font-size:40px;
    line-height:42px;
    font-family:"bely", sans-serif;
    font-weight:500;
    text-transform:none;
    letter-spacing:0;
    color:#231f20;
	padding:0 30px 0 70px;
}

.approach-list h3 span {
	font:400 22px/22px "arboria", sans-serif;
	color:#fff;
	text-align:center;
	background:#a9c0c4;
	width:50px;
	height:50px;
	border-radius:50px;
	padding:12px 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,
.dev-service-icons h4 a {
	color: #77c043;
	padding-bottom:2px;
}

.dev-service-icons h4 a:hover {
	border-bottom:3px solid #77c043;
}

.dev-popup-html .o-container {
	padding:0 !important;
}


/*-- Contact Us --*/

.page-contact-us iframe {
	border-radius: 10px;
}

.page-contact-us .dev-get-started {
	background:#f6f6f6 !important;
}



.page-contact-us  .dev-get-started .icon {
	background:#fff;
}

.page-contact-us .dev-get-started h3 a {
	color:#231f20;
}

.page-contact-us .dev-get-started h3 a:hover {
	color:#138241;
}

.page-contact-us .dev-get-started h3 a:focus {
	color:#138241;
}


/*-- Footer --*/

.dev-bottom .c-customsection__container {
	width:100%;
	padding:0 !important;
}

footer {
	background:#d8d2c0;
	padding-top: 90px;
	position:relative;
	color:#231f20;
}

footer h4 {
	font:600 17px/24px "arboria", sans-serif;
	text-transform:uppercase;
	letter-spacing:0.05em;
	text-decoration:none;
	color:#213e60;
	margin:0 0 10px 0;
}

footer a {
	color: #231f20 !important;
	text-decoration:none;
}

footer .note a {
	text-decoration:none;
}

.moonlight-contact-information a {
	text-decoration:none;
}

.c-footer__quick-links {
	display: none;
}

.c-footer__disclosure .note {
	font-size: 15px;
	padding-left: 30px;
}

.c-footer__disclosure .note p {
	font-size: 14px;
	line-height: 20px;
	color: #231f20;
	margin-bottom: 20px;
}

.c-footer__contact p {
	color: #231f20;
}

.moonlight-address_block {
	font-size: 19px;
	font-weight: 300 !important;
}

.moonlight-city,
.moonlight-region,
.moonlight-postalcode {
	font-family: "arboria",sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}

.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:#213e60 url("https://rfgadvisory.com/fmg-images/grounded-background-noise.jpg") center center !important;
	text-align:center;
}

.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:100px 70px 80px 60px;
}

.subpage .dev-header .header-photo .container {
	padding-top:120px;
}

.dev-header h1 {
	font-family: "bely", sans-serif;
	font-size:90px;
	line-height: 85px;
	font-weight:500;
	color:#fff;
	margin-bottom: 30px;
}

.dev-header h1 span {
	display:block;
	font-weight:600;
}

.dev-header a.link {
	color:#92dbe8;
	position:absolute;
	bottom:40px;
	left:60px;
}

.dev-header p {
	font-size:16px;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:0.05em;
	color:#a9c0c4;
	margin:0 0 20px 0;
}

.dev-header h4 {
	margin-bottom: 30px;
}



header.header-photo {
	height:750px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	/*padding-top:100px;*/
}

.subpage header.header-photo {
	height: 600px;
}


header.header-photo .container {
	width:50%;
	padding-top:0;
	padding-bottom:0;
}

header.header-photo .photo {
	width:50%;
	height:100%;
	background:url("https://rfgadvisory.com/fmg-images/grounded-homepage-header.jpg") no-repeat center center / cover;
	border-radius:0 !important;
	/*border-top-left-radius: 15px 15px;*/
	position:relative;
	overflow:hidden;
}

.page-about-us header.header-photo .photo {
	background:url("https://rfgadvisory.com/fmg-images/cmc-about-header.jpg") no-repeat top left / cover;
}

.page-process header.header-photo .photo {
	background:url("https://rfgadvisory.com/fmg-images/cmc-process-header.jpg") no-repeat top left / cover;
}

.page-services header.header-photo .photo {
	background:url("https://rfgadvisory.com/fmg-images/cmc-services-header.jpg") no-repeat top left / cover;
}

.page-community header.header-photo .photo {
	background:url("https://rfgadvisory.com/fmg-images/cmc-community-header.jpg") no-repeat top left / cover;
}

.page-contact-us header.header-photo .photo {
	background:url("https://rfgadvisory.com/fmg-images/cmc-contact-header.jpg") no-repeat top left / cover;
}

header.header-photo .video {
	background:url("https://rfgadvisory.com/fmg-images/balance-point-homepage-header.jpg") no-repeat top left / cover;
	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("https://rfgadvisory.com/fmg-images/icon-play-white.svg") top 24px left 30px no-repeat #acaa54;
	background-size:40px;
	width:90px;
	height:90px;
	position:absolute;
	bottom:0;
	right:0;
	z-index: 998;
	transition:all 0.3s ease;
}

.play:hover {
	background:url("https://rfgadvisory.com/fmg-images/icon-play-white.svg") top 24px left 30px no-repeat #acaa54;
	background-size:40px;
}

/*
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("https://rfgadvisory.com/fmg-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 .o-container {
    /*width:100%;*/
    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 10px 20px;
    margin-bottom: 0;
}

.dev-blocks-side-by-side h4 {
	font-family: "arboria",sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #a9c0c4;
    margin: 0 0 10px 0;
}

.dev-blocks-side-by-side h3 {
	font-family:"bely", sans-serif;
	font-size: 45px;
    line-height: 45px;
    font-weight: 500;
    text-transform:none;
    letter-spacing: 0;
    color: #213e60;
    margin: 0 0 30px 0;
}

.dev-blocks-side-by-side h3 {
	margin-bottom: 30px;
}

.dev-blocks-side-by-side h6 {
    margin: 0;
}

.dev-blocks-side-by-side p {
    margin: 0 !important;
}

.dev-blocks-side-by-side .box:nth-child(1) {
    background:#fff;
    border-top-left-radius:15px;
    border-bottom-left-radius:15px;
}

.dev-blocks-side-by-side .box:nth-child(2) {
    background:#fff;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
}

.dev-blocks-side-by-side .c-grid__item.box {
	padding:50px 0 60px 0;
}

.dev-blocks-side-by-side .c-section-boxes__inner-box .c-box__paragraph {
	margin:0;
}

.dev-blocks-side-by-side #box1 .c-section-boxes__inner-box .c-box__paragraph {
	border-right:1px solid #e8e9e6;
}

.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:4px solid #33b4be;
	padding:18px 35px;
}

.dev-blocks-side-by-side .c-btn:hover {
	background:#33b4be;
}


/*-- Get Started --*/

.dev-get-started {
	text-align:center;
}

.dev-get-started h2 {
	font-size:48px;
	margin:0 0 10px 0;
}

.dev-get-started .col3 {
	margin:0 0 0;
}

.dev-get-started .icon {
	background:#fff;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    margin: 15px auto;
    position: relative;
}

.dev-get-started .icon h5 {
	font-family: "arboria", sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: 600;
	color: #fff;
	text-align:center;
	background: #a9c0c4;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding: 8px 0 0;
	margin: 0;
	position: absolute;
	top:10px;
	left:-6px;
}

.dev-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;
}

.dev-get-started .icon img {
	width:60px;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	border-radius:0;
	transform:translate(-50%, -50%);
}

.dev-get-started #box1 .icon {
	background:#fff url(https://rfgadvisory.com/fmg-images/grounded-calendar.svg) no-repeat center center / 65px 65px;
}

.dev-get-started #box2 .icon {
	background:#fff url(https://rfgadvisory.com/fmg-images/grounded-chat.svg) no-repeat center center / 65px 65px;
}

.dev-get-started #box3 .icon {
	background:#fff url(https://rfgadvisory.com/fmg-images/grounded-map.svg) no-repeat center center / 65px 65px;
}

.dev-get-started .c-grid__item.box {
	margin-bottom:0;
}

.page-contact-us .dev-get-started #box1 .icon {
	background:#fff url(https://rfgadvisory.com/fmg-images/grounded-phone.svg) no-repeat center center / 65px 65px;
}

.page-contact-us .dev-get-started #box2 .icon {
	background:#fff url(https://rfgadvisory.com/fmg-images/grounded-email.svg) no-repeat center center / 65px 65px;
}

.page-contact-us .dev-get-started #box3 .icon {
	background:#fff url(https://rfgadvisory.com/fmg-images/grounded-location.svg) no-repeat center center / 65px 65px;
}

.dev-get-started .button {
	margin:0;
}

.dev-get-started h3 {
	font-size: 24px;
    line-height: 26px;
    font-family: "arboria", sans-serif;
    text-align:center;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color:#231f20;
	margin:0;
}

.dev-schedule-a-call-button a {
	margin-top:-40px;
}



/*-- Blog --*/

.page-blog .body-container {
	padding-top: 180px;
}

.page-blog h1 {
	text-align: center;
}

.page-blog h2 a {
	font-family:"bely", sans-serif !important;
	font-size: 42px !important;
    line-height: 50px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    color: #231f20 !important;
    margin: 0 0 30px 0;
	text-transform: none !important;
}

.c-post-author__image {
	height:60px;
    width:60px;
}

.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: 180px;
	border: 0;
}

.c-post {
	padding-bottom: 70px;
}

.c-posts .c-post-details,
.c-post__post .c-post-header .c-post-details {
	font-size:15px;
    line-height:18px;
    font-family:"arboria", sans-serif;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:0.05em;
    color:#231f20;
    margin:0 0 20px;
}

.c-post-author__text {
	text-transform: uppercase;
}

.c-post__content  a:last-child {
	font-family: "arboria", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #d23a8d;
    margin: 0 0 20px 0;
}

.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:#acaa54;
}

#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-family: "arboria", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.05em;
    padding: 1.25rem 1.5rem;
    border: 0;
}

#mainNav .c-topnav__menu-item .c-topnav__menu-text:hover {
	background:none !important;
}



/* Popups */

/*-- Fancybox --*/

.popup {
	background:#fff;
	width:1250px;
	padding:45px 5% 60px !important;
	display:none;
}

.popup .close {
	text-indent:-999999px;
	background:url("https://rfgadvisory.com/fmg-images/balance-point-popup-close.png") center center no-repeat;
	background-size:40px;
	border:0;
	width:60px !important;
	height:60px !important;
    position:absolute;
    top:5px;
	right:5px;
	cursor:pointer;
}

.fancybox-content {
	border-radius:5px !important;
	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;
}

.page-team-will-king .c-header-modern,
.page-team-jamie-king .c-header-modern,
.page-team-leigh-ann-espy .c-header-modern,
.page-awards-65d69 .c-header-modern {
	width:100%;
	height:120px;
    background:#213e60 url(https://rfgadvisory.com/fmg-images/grounded-background-noise.jpg) center center !important;
    position:relative;
}






/* Media Queries */

@media (max-width: 1350px) {

	.o-container {
		width:100%;
		padding-left:40px;
		padding-right:40px;
	}
	header.c-header {
		width:100% !important;
	}

	header.header-photo .container {
		width:100%;
	}
	
	header.header-photo {
		height:auto;
		min-height:auto;
		flex-direction:column;
	}

	#mainNav .c-topnav__menu-item:last-child {
		margin-right:0;
	}

	#mainNav .c-topnav__menu-item {
    	margin-right: 5px;
	}

	header.header-photo .photo,
	header.header-photo .video,
	#services-intro .col2 .video {
		width:100%;
		/*height:auto;
		padding:70% 0 0;*/
		height:500px;
	}
	
	header.header-photo .scroll {
		display:none;
	}

	.dev-header .header-photo .container {
		padding-top:130px;
		padding-left:40px;
		padding-right:40px;
	}

	.dev-header h1 {
		font-size:80px;
		line-height:82px;
		margin-bottom:20px;
	}

	.dev-header h1 br {
		display:none;
	}

	.lines-middle {
		left:auto;
		right:-170px;
		margin-left:0;
	}

	h2 br {
		display: none;
	}

	.popup {
		width:100%;
	}

	.subpage header.header-photo {
		height:auto;
	}

	.subpage .dev-header .header-photo .container {
		padding-bottom:40px;
	}

	.about-header-lines {
		left:auto;
		bottom:400px;
		right:-500px;
	}

	.subpage .c-customsection__container {
		padding-left:40px;
		padding-right:40px;
	}

	.homepage .c-customsection__container,
	.subpage .c-customsection__container {
		padding-left:40px;
		padding-right:40px;
	}

	.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: 1150px) {
	.dev-blocks-side-by-side .o-container {
		width:100%;
	}

	.dev-blocks-side-by-side .c-grid__item {
		width:100% !important;
	}

	.section_Boxes.c-box__count--2 .c-grid__item {
		float:none;
		margin-bottom:20px !important;
	}
	
	.dev-blocks-side-by-side .box {
		border-radius:15px !important;
	}

	.dev-blocks-side-by-side #box1 .c-section-boxes__inner-box .c-box__paragraph {
		border:0;
	}

	.dev-two-columns .box:nth-child(1) {
		width:100%;
		height:auto;
		margin-bottom:20px;
	}

	.dev-two-columns .c-grid__item {
		width:100% !important;
	}

	.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;
	}

	.page-services .dev-two-columns .o-container {
		padding-bottom:0 !important;
	}

	.dev-two-columns .c-grid__item.box {
		padding:20px 20px;
	}
}


@media (max-width: 991px) {
	h1 {
		font-size: 70px;
    	line-height: 72px;
    	padding-top:0;
		margin-bottom: 20px;
	}

	h1 br {
		display: none;
	}

	header.c-header {
		z-index:2;
	}

	.c-navbar__toggle {
		position:absolute;
		top:-30px;
		right:0;
		z-index:999;
	}

	.c-header-modern .c-topnav__navbar {
		height:100px;
		background:transparent;
		position:absolute;
	}

	.c-header-modern.c-header--optimized .c-template__logo {
		display:block;
	}

	.c-template__logo a {
		width:250px;
		height:70px;
		top:30px;
		left:40px;
	}

	.c-logo--image {
		display:none;
		width:200px;
		position: absolute;
		top:60px;
		left:30px;
	}

	.floating-broker-check {
		display:none;
	}

	.c-topnav__navwrapper.c-circle__expanded {
		width:100%;
		top:0;
		z-index:1;
	}

	.c-header-modern .c-template__logo {
		margin-top:30px;
	}

	.c-header-modern .c-header__inner,
	.c-header-modern.c-header--legacy .c-template__logo,
	.c-template__logo a {
		display:block;
		margin:0 auto;
	}

	.c-header--overylay {
		margin-top:20px;
	}

	#agentLogo {
		
		position:relative;
		top:auto;
		left:50%;
		margin:0 0 0 -75px;
	}

	.c-topnav__navbar-btn {
		right:20px;
		left:auto;
	}

	.dev-header {
		text-align:center;
	}

	#mainNav .c-topnav__menu-item .c-topnav__menu-text:hover {
		color:#fff !important;
	}

	header.header-photo {
		display:block;
		    padding-top: 130px;
	}

	.dev-header .header-photo .container {
		padding:10px 20px 40px 20px;
	}

	.dev-head .c-customsection__container {
		padding-top:150px;
		padding-bottom:25px;
	}

	#mainNav .c-topnav__menu-item .c-topnav__menu-text,
	#mainNav .c-circle__expanded .c-topnav__menu-item:last-child a {
		font-family: "arboria", sans-serif;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 0.05em;
		text-decoration: none;
	}

	#mainNav .c-topnav__menu-item:last-child a {
		background: none !important;
		font-family: "arboria", sans-serif;
		font-weight: 500;
		font-size: 20px;
		line-height: 20px;
		text-transform: uppercase;
	}

	.dev-blocks-side-by-side .c-grid__item {
    	width: 100% !important;
	}

	.dev-blocks-side-by-side .c-grid__item br {
		display: none;
	}

	.approach-list h3 {
		width: 100%;
	}

	.approach-list article {
		width: 100%;
	}

	.page-about-balance-point .dev-intro .col2:nth-child(1) {
		height:300px;
	}

	.homepage .c-customsection__container,
	.subpage .c-customsection__container {
		padding-top:90px;
	}

	.dev-head .c-customsection__container {
		padding-top:160px;
	}

	.dev-intro .c-customsection__container {
		padding-top:60px;
		padding-bottom:70px;
	}

	.page-process .dev-intro .c-customsection__container {
		padding-top:90px;
	}

	.dev-two-columns-fullwidth-photo-left .o-container,
	.dev-two-columns-rfg .o-container {
		padding-top:0 !important;
	}

	.dev-heading-two-columns h2 {
		margin:0;
	}

	.dev-get-started:nth-child(1) {
		padding-top:90px;
	}

	.col2 {
		width:100%;
		padding:50px 20px;
	}

	.dev-two-columns .c-grid__item.box {
		padding:50px 20px;
	}

	.dev-two-columns-fullwidth-photo-left #box2,
	.dev-two-columns-rfg #box2 {
		padding-left:20px;
		padding-right:20px;
	}

	.dev-intro .col2:nth-child(1) {
		height:300px;
	}

	.homepage #section_1 #box2 {
		display:none;
	}

	.homepage #section_1 .c-customsection__container {
		padding-top:60px;
		padding-bottom:0;
	}

	.section_Boxes.c-box__count--2 .c-grid__item {
		width:100%;
		padding-left:0;
		padding-right:0;
	}

	.lines-bottom {
		bottom: -30px;
		left: -30px;
	}

	.c-footer__contact {
		width:100%;
		float:none;
		margin-left:0;
	}

	.c-footer__disclosure {
		width:100%;
		float:none;
		margin-left:0;
	}

	.c-footer__disclosure .note {
		padding:0;
	}

	.lines-middle {
		display:none;
	}

	.dev-header h1 {
		font-family: "bely", sans-serif;
		font-size: 70px;
		line-height: 70px;
		font-weight: 500;
	}

	.dev-header p {
		padding-right:0;
	}

	.dev-blocks-side-by-side h3 {
		font-size:35px;
		line-height:40px;
	}

	.dev-sub-header .o-container {
		padding-bottom:60px;
	}

	.subpage .dev-header .header-photo .container {
		padding-top:50px;
	}

	.about-header-lines {
		display:none;
	}

	.section_Boxes.c-box__count--2 .c-grid__item {
		margin-left:0;
	}

	.dev-blocks-side-by-side .c-section-boxes__inner-box {
		padding:0 25px !important;
	}

	.dev-two-columns-photo-right #box2 {
		padding-left:0;
	}

	.photo {
		display:block;
		margin:0 auto;
	}

	.dev-two-columns #box1 {
		padding-right:0;
	}

	.dev-two-columns #box2 {
		padding-left:0;
	}

	.c-team-member__info {
		padding:0;
	}

	.approach-list h3 {
		padding:0 30px 0 60px;
	}

	.approach-list article {
		border:0;
		padding:0;
	}

	.dev-approach .c-text__section {
		width:100% !important;
		float:none !important;
		margin-left:0 !important;
	}

	.page-services .dev-two-columns .c-grid__item.box {
		padding:0 0 20px 0;
	}

	footer {
		padding-top:60px;
	}
}


@media (max-width: 700px) {

	.c-template__logo a {
		width:220px;
		height:62px;
	}

	.homepage .c-customsection__container, .subpage .c-customsection__container {
		padding-top:70px;
	}

	.dev-header h1,
	h1 {
		font-size: 55px;
		line-height: 55px;
	}

	.dev-header h1 br {
		display: none;
	}


	h2,
	.dev-intro .section_Form h2, 
	.dev-intro .section_SimpleText h2, 
	.dev-intro h2 {
		font-size:40px;
		line-height:42px;
	}

	.dev-imgText-small h2,
	.section_Form h2, 
	.section_SimpleText h2 {
		font-size:40px;
		line-height:42px;
	}

	h4 {
		font-size: 19px;
	}

	p {
		margin: 0 0 40px 0;
	}

	.dev-blocks-side-by-side .c-section-boxes__inner-box:nth-child(1) {
		padding-left:25px;
	}

	.dev-sub-header .o-container {
		padding-top:90px;
		padding-bottom:50px;
		padding-left:0;
		padding-right:0;
	}

	.lines-bottom {
		display:none;
	}

	.approach-list {
		padding:30px;
	}

	.approach-list h3 span {
		top:25px;
		left:25px;
	}

	.video {
		height:400px;
	}
}


@media (max-width: 500px) {
	.c-template__logo a {
		width:180px;
		height:50px;
		left:20px;
	}

	.c-navbar__toggle {
		right:-10px;
	}

	.dev-header h1 {
		font-size:50px;
		line-height:52px;
	}

	.dev-sub-header .o-container {
		padding-left:0 !important;
		padding-right:0 !important;
	}

	.c-logo--image {
		width:200px;
		position: absolute;
		top:60px;
		left:30px;
	}

	.o-container,
	.homepage .c-customsection__container,
	.subpage .c-customsection__container {
		padding-left:20px;
		padding-right:20px;
	}

	.dev-blocks-side-by-side .c-section-boxes__inner-box {
		padding:0 15px !important;
	}

	.dev-blocks-side-by-side h3 {
		font-size: 30px;
    line-height: 32px;
	}

	.approach-list h3 span {
		width:40px;
		height:40px;
		padding-top:7px;
		top:-15px;
    	left:-15px;
	}

	.approach-list h3 {
		font-size:35px;
    	line-height:37px;
    	padding:0 30px 0 0;
	}

	.approach-list {
		padding:40px 20px;
	}
}

@media (max-width: 400px) {
	.dev-get-started .icon {
		width:130px;
		height:130px;
		background-size:55px 55px !important;
	}

	.dev-header h1,
	h1 {
		font-size:45px;
		line-height:47px;
	}
}

@media (max-width: 374px) {
	.c-logo--image {
		width:180px;
		transform:none;
	}
}