@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* = DEFAULT STYLES = */
.popup .gform_footer .button {
  margin-bottom: 10px!important;
}
.contact-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact-icons .link {
  margin: 0 .25em;
  font-size: 21px;
}
#banner img {
  width: 100%;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.pull-right,
.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.pull-left,
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
html, body {
	margin: 0;
	font-size: 17px;
	font-family: 'Quicksand', sans-serif;
}
/* = DEFAULT - LINKS = */
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus {
	text-decoration: underline;
}
/* = DEFAULT - TEXT ITEMS = */
p {
	margin: 20px 0;
	line-height: 1.75em;
}
.flex-align {
	display: flex;
	align-items: center;
}
/* = DEFAULT - HEADINGS = */
h1 {
	font-size: 32px;
	margin: 0;
	padding-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#main h1 {
	padding: 30px 0;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 38px;
}
#main h1:after {
	content: '';
	width: 50px;
	height: 2px;
	background: #000;
	display: block;
	margin: 20px auto 0;
}
h2 {
	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Futura', sans-serif;
}
h3 {
	font-size: 20px;
	margin: 0;
	font-family: 'Futura', sans-serif;
}
.navbar-default .navbar-nav>li>a, #contact-info a, .header-phone {
	font-family: 'Futura', sans-serif;
}
/* Buttons */
.btn, .btn:hover, .btn:focus {
	color: #fff;
}
a.modal-wrapper {
	text-decoration: none;
}
/* = HEADER = */
.logo {
	flex-basis: 30%;
	-webkit-flex-basis: 30%;
}
#top-wrapper {
	background: #eee;
}
.header-phone a:hover, .header-phone a:focus, .header-phone a:active {
	text-decoration: none;
}
#header {
	position: fixed;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 1.0);
	border-bottom: solid 2px #214859;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	top: 0;
}
/* HEADER - LOGO */
#header {
	padding: 15px 0;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.logo img {
	margin: 0 auto;
	max-height: 80px;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.logo img:hover, .logo img:focus {
	opacity: .8;
}
/* Sticky */
#header.sticky .logo img {
	max-height: 40px;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#header.sticky {
	background-image: none;
	padding: 15px;
	border-bottom: 2px solid #fff;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.6);
}
#header.sticky .navbar-default .navbar-nav>li>a {
	color: #fff;
}
#header.sticky .navbar-default .navbar-nav>li>a:hover {
	color: #0294d6;
}
.navbar-nav>li>a {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar {
	min-height: inherit;
}
#header.sticky #menu-main-menu li a:after {
	color: #fff;
}
#header.sticky #menu-main-menu li a:hover, #header.sticky #menu-main-menu li a:focus, #header.sticky #menu-main-menu li a:active {
	border: 2px solid white;
}
#header.sticky #menu-main-menu li a {
	color: white;
	font-weight: bold;
}
#header.sticky #menu-main-menu .dropdown-menu li a:hover, #header.sticky #menu-main-menu .dropdown-menu li a:active, #header.sticky #menu-main-menu .dropdown-menu li a:focus {
	color: black;
}
#header.sticky .header-c2a a:hover {
	color: #fff;
}
/* = CALL TO ACTION = */
.header-c2a {
	order: 3;
	flex-basis: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-address {
	padding: 0 10px;
}
.header-email {
	padding: 0 20px 0 10px;
}
.header-phone, .header-email, .header-address {
	font-size: 25px;
}
/* = NAVIGATION = */
nav {
	flex-basis: 60%;
}
.navbar-default {
	border-radius: 0px;
	border: 0;
	background: transparent;
	text-align: center;
	margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
	padding: 5px;
}
.navbar-default .navbar-nav>li a:hover {
	border: 2px solid black;
	color: #fff;
	border-radius: 4px;
}
.navbar-default .navbar-nav>li a:hover {
	border: 2px solid black;
	color: #fff;
	border-radius: 4px;
}
.dropdown-menu {
	background: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0px;
	padding: 5px;
	border-top: 2px solid #fff;
	background-color: rgba(0, 0, 0, .8);
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {}
.navbar-default .dropdown-menu>li>a {
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
}
.navbar-default .dropdown-menu>li>a:hover, .navbar-default .dropdown-menu>li>a:focus {
	color: black;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {}
#menu-main-menu {
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu-main-menu li:last-of-type:after, #menu-main-menu .dropdown-menu li:after {
	content: '';
	margin: 0;
}
.navbar-default .navbar-nav>li {
	margin: 0 5px;
}
.navbar-default .navbar-nav>li>a {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid transparent;
	padding: 10px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: black;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	border: 2px solid black;
	color: black;
	border-radius: 4px;
}
.navbar-collapse.in {
	overflow-y: hidden;
}
/* Centering Nav */
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	margin-bottom: -5px;
}
.navbar .navbar-collapse {
	text-align: center;
}
.carousel-caption {
	top: 35%;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
}
.carousel-caption .btn {
	font-size: 26px;
	letter-spacing: 3px;
	padding: 10px 40px;
	display: block;
	width: 300px;
	margin: 0 auto;
}
/* Secondary Dropdown Menu */
.dropdown-menu .dropdown-menu {
	position: absolute;
	left: 105%;
	top: 0;
	opacity: 0;
}
.remodeling-dropdown:hover .dropdown-menu {
	opacity: 1;
}
.restoration-dropdown:hover .dropdown-menu {
	opacity: 1;
}
.exteriors-dropdown:hover .dropdown-menu {
	opacity: 1;
}
/* = MOBILE HEADER = */
.top-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
}
.top-c2a {
	height: 50px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
	background: #fff;
	color: #000;
}
.top-fixed {
	background: #fff;
	color: #000;
}
.c2a-left {
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #525252;
	border-left: 1px solid transparent;
}
.c2a-middle {
	width: calc(100% - 50px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.c2a-middle img {
	max-height: 45px;
}
.c2a-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.top-c2a a {
	color: #000;
	font-size: 22px;
	font-weight: 500;
}
.top-c2a .fas {
	color: #000;
	margin: 0 5px;
}
.bottom-fixed {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 12;
	background: #0294d6;
	height: 50px;
	box-shadow: 0 0 15px #000;
}
.bottom-fixed a {
	color: #fff;
	font-weight: bold;
}
.menu-main-mobile-menu-container {
	height: 100%;
}
.mobile-list {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100%;
}
.home-icon {
	flex-grow: 1;
	text-align: center;
	border-right: 1px solid #f1f1f1;
}
.home-icon a {
	font-size: 22px;
}
.nav-toggler {
	text-align: center;
	color: #fff;
	width: 55px;
	transition: all ease-in-out .3s;
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	font-weight: bold;
}
.nav-toggler .fas {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin-left: 5px;
	float: right;
}
.nav-toggler .toggle-text, .nav-toggler .fas {
	transition: all ease-in-out .3s;
}
.nav-toggler .toggle-text {
	width: 40px;
}
.nav-toggler {
	position: relative;
}
.toggle-more, .toggle-less {
	position: absolute;
	left: 0;
}
.nav-toggler .toggle-less {
	opacity: 0;
}
.nav-toggler .toggle-more {
	opacity: 1;
}
.nav-toggler.active .toggle-less {
	opacity: 1;
}
.nav-toggler.active .toggle-more {
	opacity: 0;
}
.nav-toggler .toggle-less {
	transform: rotate3d(1, 0, 0, 180deg);
	float: left;
}
.nav-toggler.active .toggle-less {
	transform: rotate3d(1, 0, 0, 0deg);
	float: left;
}
.nav-toggler .toggle-more {
	transform: rotate3d(1, 0, 0, 0deg);
	float: left;
}
.nav-toggler.active .toggle-more {
	transform: rotate3d(1, 0, 0, -180deg);
	float: left;
}
.nav-toggler .fas {
	transform: translateX(-4px);
}
.nav-toggler.active .fas {
	transform: rotate3d(0, 0, 1, -180deg) translateX(6px);
}
#menu-secondary-mobile-menu {
	list-style: none;
	padding: 10px 0;
	margin: 0;
}
.main-nav {
	position: fixed;
	top: 50px;
	right: 0;
	left: auto;
	background: #0294d6;
	height: auto;
	z-index: 11;
	width: auto;
	transition: all ease .5s;
	transform: translateY(calc(-100% + 50px));
}
.main-nav.active {
	transform: translateY(50px);
}
.main-nav a {
	display: block;
	text-align: center;
	padding: 7px 30px;
	color: #fff;
}
#mobile-logo {
	background: #fff;
	padding: 10px 0;
}
#mobile-logo img {
	margin: 0 auto;
}
/* = BANNER = */
#banner {
	position: relative;
}
.banner-inner {}
.carousel-inner {
	border: none;
	box-shadow: none;
}
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index: 2;
}
/* Scaling HP Banner Styles */
.service.flex-item:nth-of-type(1) {
	border-right: 13px solid white;
	background-position: right !important;
}
.service.flex-item:nth-of-type(3) {
	border-left: 13px solid white;
	background-position: center !important;
}
#service-repeater .service-repeater-heading {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	padding: 20px;
	border: 2px solid #214859;
	background: rgba(255, 255, 255, .7);
}
.flex-row {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
.flex-item {
	position: relative;
	text-align: center;
	background-repeat: no-repeat !important;
	height: 545px;
	background-size: cover !important;
	overflow: hidden;
}
.service-repeater-inner {
	border-top: 10px solid #fff;
}
.service-repeater-inner .flex-row {
	border-right: solid 10px #fff;
	border-left: solid 10px #fff;
}
.image-wrapper a {
	line-height: 0;
	display: block;
	overflow: hidden;
	position: relative;
}
#service-repeater {
	position: relative;
	font-size: 18px;
	text-align: center;
	border-bottom: solid 10px #fff;
	padding-top: 110px;
	height: 675px;
}
#service-repeater a:hover {
	text-decoration: none;
	outline: none;
}
#service-repeater a img {
	-webkit-transition: all .80s ease;
	-o-transition: all .80s ease;
	transition: all .80s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	width: 100%;
	background-size: cover;
	background-position: center;
	height: 600px;
}
#service-repeater a:hover img {
	transform: scale(1.05);
}
#service-repeater a:before {
	-webkit-transition: all 0.40s ease;
	-o-transition: all 0.40s ease;
	transition: all 0.40s ease;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*-webkit-box-shadow: 0px 0px 70px 200px rgba(92, 135, 199, 0.4);box-shadow: inset 0px 0px 70px 200px rgba(0, 0, 0, 0.7);*/
	border: 13px solid #012a3d;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
#service-repeater a:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.flex-item {
	-webkit-transition: width .50s ease-out;
	-o-transition: width .50s ease-out;
	transition: width .50s ease-out;
	width: 33.33%;
}
.flex-item.active {
	width: 100%;
}
#service-repeater .service-repeater-heading:hover {
	transition: all ease 1.5s;
	transform: scale(1.3) translate(-50%, -50%);
	-webkit-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	border-color: #fff;
	color: #fff;
	background-color: rgba(51, 51, 51, .7)
}
#service-repeater .service-repeater-heading {
	transition: all ease 3s;
	-webkit-transition: all 3s ease;
}
.flex-item.active .image-wrapper img {
	width: 100%;
	height: 545px;
	;
}
#service-repeater .image-wrapper a:last-of-type {
	border-left: solid 10px #fff;
}
.service.flex-item:nth-child(2) {
	background-position-x: 71% !important;
}
.service.flex-item .image-wrapper img {
	opacity: 0;
}
/* HP Main Styles */
div.panel_heading {
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Futura', sans-serif;
	transition: all ease .2s;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	margin: 0;
	letter-spacing: 3px;
	padding: 25px;
	display: block;
	font-size: 22px;
}
.panel_heading a {
	color: #fff;
	text-decoration: none
}
.panel_heading:hover {
	font-size: 25px;
	text-decoration: none;
	transition: all ease .5s;
}
.panel_heading:before, .panel_heading:after {
	background-color: rgba(255, 255, 255, .5);
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 40%;
	transition: all ease .5s;
}
.panel_heading:before {
	right: .75em;
	transition: all ease .5s;
}
.panel_heading:after {
	left: .75em;
	transition: all ease .5s;
}
.panel_heading:hover:after {
	left: 1.75em;
	margin-right: -50%;
	transition: all ease .5s;
}
.panel_heading:hover:before {
	right: 1.75em;
	margin-left: -50%;
	transition: all ease .5s;
}
div#icon-feature {
	padding: 30px 0;
}
.feature img {
	margin-bottom: 15px;
	transition: all ease .5s;
}
.feature {
	padding: 20px 0;
}
.feature a:hover img,
.feature a:hover .icons {
	transform: scale(1.2);
	transition: all ease .5s;
}
.feature-icons:before, .feature-icons:after {
	background-color: rgba(0, 0, 0, .5);
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 40%;
	transition: all ease .5s;
}
.feature-icons:after {
	left: 60%;
	transition: all ease .5s;
	position: absolute;
	bottom: 50%;
}
.feature-icons:before {
	right: 60%;
	transition: all ease .5s;
	position: absolute;
	top: 50%;
}
.feature-icons .icons {
  font-size: 80px;
  display: block;
  color: var(--color-1);
}
#main {
	text-align: center;
	padding: 40px 0;
	background-color: #fff;
	background-image: url("../images/bright-grey-background.png");
	background-size: cover;
	background-repeat: round;
	background-attachment: fixed;
}
main, .main {
	text-align: center;
	padding: 40px 0;
	background-color: #fff;
	background-image: url("../images/bright-grey-background.png");
	background-size: cover;
	background-repeat: round;
	background-attachment: fixed;
}
#about-main, #gallery-section, #services-section, #sub-main, #gallery, #team-section, #process {
	background-image: url("../images/bright-grey-background.png");
	background-size: cover;
	background-attachment: fixed;
}
.gallery-img-wrapper img {
	margin: 10px auto;
	padding: 10px;
}
/* Modal */
.modal-heading {
	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Futura', sans-serif;
}
.popup {
	text-align: center;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.75);
	z-index: 9999;
}
.popup-inner {
	max-width: 1000px;
	width: 90%;
	padding: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
	border-radius: 3px;
	background: #fff;
	max-height: 90%;
	overflow: scroll;
}
.popup-close::before {
	content: '\00D7';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 400;
	font-size: 24px;
	line-height: 0;
	padding-top: 2px;
}
.popup-close {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 25px;
	right: 25px;
	transition: ease 0.25s all;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	border-radius: 1000px;
	background: #454955;
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	color: #F3EFF5;
}
.popup-close:hover {
	-webkit-transform: translate(50%, -50%) rotate(180deg);
	transform: translate(50%, -50%) rotate(180deg);
	text-decoration: none;
	color: #80C514;
}
input {
	border-style: solid;
}
.gfield_label {
	display: none !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 100%
}
textarea {
	border-style: solid;
	border-width: 2px;
	border-color: #000
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	display: block !important;
	width: 100% !important;
	background-color: #0294d6;
	border-style: solid;
	border-width: 2px;
	color: #fff;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background-color: #000;
	color: #fff
}
/* = CONTACT INFO = */
#contact-info {
	padding: 10px 0px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	color: #f1f1f1
}
#contact-info h3 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#contact-info .business-name {}
.contact-info {
	display: block;
}
.spacer {
	margin: 0px 5px;
}
#contact-info a {
	color: #f1f1f1;
	font-weight: normal;
	letter-spacing: 1px;
}
#contact-info a:hover, #contact-info a:focus {
	color: #0294d6;
	text-decoration: none;
}
#contact-info .list-inline a:hover, #contact-info a:focus {
	color: #49c6ff;
	text-decoration: none;
}
.contact-social .fas {
	font-size: 32px;
	padding-top: 10px
}
#contact-info .btn {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#contact-info .btn:hover {
	color: #fff;
}
.contact-info-row {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
#contact-info img {
	max-height: 100px;
  width: auto;
}
.contact-info-inner .fab {
	font-size: 2em;
	;
	vertical-align: -55%;
	padding: 6px 12px;
}
/* = FOOTER = */
.footer-contact-info {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-feature hr {
	margin-top: 0;
	margin-bottom: 10px;
}
footer {
	text-align: center;
	padding: 15px 0;
	color: #f1f1f1
}
.sitemap .list-inline {
	margin-bottom: 15px;
}
.sitemap a {
	font-size: 18px;
	padding: 15px 20px;
}
/* = FOOTER - LINKS = */
footer a {
	color: #fff;
}
footer a:hover, footer a:focus {
	text-decoration: none;
}
div#interior-main {
	margin-top: 75px;
	text-align: center;
	padding: 40px 0;
	background-color: #fff;
	background-image: url("../images/bright-grey-background.png");
	background-size: cover;
	background-repeat: round;
	background-attachment: fixed;
}
.list-inline>li {
	padding: 2px 0;
	display: inline-block;
	padding: 2px 5px;
	border-right: 2px solid #fff;
	font-size: 12px;
}
.list-inline>li:last-child {
	border: none;
}
/* ACCREDITATION */
#accredation {
	padding: 20px;
	background-image: url("../images/bright-grey-background.png");
	background-attachment: fixed;
	background-size: cover;
}
.accredation-inner {
	border: 6px double #214859;
	padding: 20px;
	background: #fff;
}
.accredation-inner h2 {
	border: 2px solid #214859;
	border-radius: 50px;
	padding: 10px 0;
	width: 35%;
	margin: -50px auto 0;
	background: #fff;
}
.accredation-inner .img-blocks {
	display: inline-flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* About Page */
.team-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	opacity: 0;
	transition: all ease 1s;
	margin: 0 10px;
}
.team-box:hover .team-content {
	opacity: 1;
	transition: all ease 1s;
}
.agent img {
	width: 100%;
}
.team-box {
	position: relative;
	padding: 0 10px;
}
#sub-main {
	padding: 50px 0;
}
#sub-main h2:after {
	content: '';
	width: 50px;
	height: 2px;
	background: #000;
	display: block;
	margin-top: 20px;
}
#about-main {
	padding: 30px 0;
}
#about-main h1 {
	padding: 0;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 38px;
}
#about-main h1:after {
	content: '';
	width: 50px;
	height: 2px;
	background: #000;
	display: block;
	margin-top: 20px;
}
.team-section-heading {
	text-align: center;
	display: block;
	padding-bottom: 30px;
}
.team-section-heading:not(:nth-of-type(1)) {
	padding-top: 30px;
}
.team-name {
	font-size: 20px;
	margin: 0;
	font-family: 'Futura', sans-serif;
}
.team-title {
	font-size: 18px;
	margin: 10px 0;
}
/* Gallery Page */
#gallery {
	padding-bottom: 50px;
}
.gallery-box {
	text-align: center;
	padding: 15px;
	text-transform: uppercase;
}
.gallery-box .gallery-caption {
	font-weight: 900;
	padding-top: 10px;
	font-size: 24px;
	font-family: 'Futura', sans-serif;
}
.container-img {
	position: relative
}
img.gallery-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.passive-img {
	opacity: 0;
	z-index: -1
}
.active-img {
	opacity: 1;
	z-index: 1
}
#gallery-section {
	padding-bottom: 50px;
}
#gallery-section h2 {
	padding-bottom: 30px;
	display: block;
	text-align: center;
}
.gallery img.img-thumb {
	margin: 0;
	border: 0;
}
/* Services Page */
#services-section {
	padding-bottom: 30px;
}
#process h1 {
	padding: 30px 0;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 38px;
}
#process h1:after {
	content: '';
	width: 50px;
	height: 2px;
	background: #000;
	display: block;
	margin-top: 20px;
}
#process {
	padding: 0 0 50px;
}
#services-section .service {
	padding: 0 0 20px;
}
.process-container:nth-of-type(even) .process-icon {
	order: 2;
}
.process-line {
	padding: 20px 14%;
}
.process-content {
	padding: 35px;
}
.process-content h2 {
	font-family: 'Open Sans', sans-serif;
	display: flex;
	align-items: center;
	position: relative;
}
span.process-number {
	position: relative;
	padding-right: 10px;
	font-size: 34px;
}
.process-content .process-number:before {
	content: '';
	width: 2px;
	height: 55px;
	background: #000;
	display: inline-block;
	position: absolute;
	top: -45%;
	right: 0;
}
span.process-title {
	margin-left: 15px;
}
/* Contact Page */
#contact h1 {
	padding: 30px 0 0;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 38px;
}
.contact-page-info h3 {
	margin-top: 10px;
}
#contact h1:after {
	content: '';
	width: 50px;
	height: 2px;
	background: #000;
	display: block;
	margin-top: 20px;
}
div#contact {
	padding: 0 0 50px;
	background-color: #fff;
	background-image: url("../images/bright-grey-background.png");
	background-size: cover;
	background-repeat: round;
	background-attachment: fixed;
}
legend {
	font-size: 31px
}
span.company-address, span.company-heading {
	font-size: 21px;
	display: block;
}
h2.message {
	font-size: 50px;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
legend {
	text-align: center
}
.contact-page-info {
	text-align: center;
}
/* Gravity Forms Styles */
#gform_1 label {
	display: none;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px !important;
	margin-top: 0 !important;
}
#gform_1 textarea, #gform_1 input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#gform_1 textarea {
	height: 88px;
}
#gform_1 input#gform_submit_button_1 {
	border: none;
	background: #0294d6;
	color: #fff;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}
#gform_1 input#gform_submit_button_1:hover, #gform_1 input#gform_submit_button_1:active {
	background: #000;
	color: #fff;
}
.gform_wrapper .gform_footer {
	margin: 0 !important;
}
/* = Sitemap = */
#menu-main-menu-1.sitemap-page {
	display: block;
	text-align: center;
	list-style: none;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
#menu-main-menu-1.sitemap-page li a {
	font-size: 40px;
}
.page-template-page-sitemap #about-main h1 {
	text-align: center;
}
.page-template-page-sitemap #about-main h1:after {
	content: '';
	width: 0;
	height: 0;
	background: transparent;
	display: block;
	margin-top: 0;
}
.sitemap {
	padding: 20px 0;
}
/* = MEDIA QUERIES= */
@media screen and (max-width: 1200px) {
	.icons {
		font-size: 3em;
	}
	#menu-main-menu li a:after {
		margin-left: 10px;
	}
	.navbar-nav>li>a {
		padding: 0 5px;
	}
	.communities ul {
		column-count: 2;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}
	#service-repeater {
		padding-top: 80px;
	}
	.service-image img {
		padding: 0 20px;
	}
	.header-phone, .header-email, .header-address {
		font-size: 20px;
	}
}
@media screen and (max-width: 999px) {
	.header-phone, .header-email, .header-address {
		font-size: 18px;
	}
}
@media screen and (max-width: 991px) {
	div#contact, .main {
		background-repeat: round
	}
	.service.flex-item:nth-of-type(3) {
		border: none;
	}
	.service.flex-item:nth-of-type(1) {
		border: none;
	}
	.service-repeater-inner .flex-row {
		border: none;
	}
	#service-repeater {
		height: inherit;
	}
	.image-wrapper img {
		max-width: 100%;
		display: block;
		height: auto
	}
	.flex-item {
		overflow: visible;
	}
	.flex-item.active {
		width: 100%;
	}
	.flex-row {
		flex-wrap: wrap;
	}
	#service-repeater {
		padding-top: 235px;
	}
	.logo img {
		max-height: 100px
	}
	#main {
		padding: 40px 0 0 0;
	}
	.panel_heading:before, .panel_heading:after {
		width: 35%
	}
	nav {
		padding: 15px 0
	}
	.flex-item {
		width: 100%;
	}
	.flex-align {
		display: block !important;
	}
	nav {
		order: 3;
	}
	div#icon-feature {
		text-align: center
	}
	.icons {
		display: block;
		text-align: center
	}
	.feature img {
		margin-bottom: 10px;
	}
	.list-inline li {
		border: none;
		display: block;
	}
	.communities a img {
		margin: 35px auto 5px;
	}
	.accredation-inner h2 {
		width: 100%;
	}
	.process-line {
		display: none;
	}
	.process-container:nth-of-type(even) .process-icon {
		order: 1;
	}
	.process-container:nth-of-type(even) .process-content {
		order: 2;
	}
	.process-icon img {
		width: 300px;
	}
	.process-container {
		padding: 15px;
	}
	.process-icon {
		padding: 10px;
	}
	.team-box {
		padding-bottom: 10px;
	}
	.team-content {
		position: relative;
		color: #000;
		display: block;
		opacity: 1;
		background: transparent;
		padding: 10px 0;
	}
  img.pull-left,
  .alignleft {
    float: none !important;
    margin: 0;
  }
  img.pull-right,
  .alignright {
    float: none !important;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
	#banner {
		margin-top: 100px;
	}
	#menu-secondary-mobile-menu {
		padding: 5px 0;
	}
	.main-nav a {
		padding: 5px 30px;
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		align-items: center
	}
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
		background-color: #fff;
		color: #333
	}
	.dropdown .dropdown-menu {
		background: #ba4851;
		color: #fff;
		font-size: 12px;
	}
	.dropdown-menu>li>a {
		color: #fff
	}
	#service-repeater h2:hover {
		transform: scale(1.1) translate(-50%, -50%);
	}
	#service-repeater {
		padding-top: 0;
	}
	.panel_heading:before, .panel_heading:after {
		width: 30%;
	}
	#header .navbar-nav>li>a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.contact-info {
		display: block;
	}
	.spacer {
		display: none;
	}
	.list-inline>li {
		display: block;
		padding: 5px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}
	.navbar-nav li {
		float: none;
	}
	.navbar-nav li a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.service-content {
		text-align: center;
		padding-top: 10px;
	}
	.home .navbar {
		right: 5px;
		background-color: #212121;
	}
	.process-content {
		padding: 0;
		text-align: center;
	}
	.process-content h2 {
		font-size: 24px;
		justify-content: center;
		padding-top: 10px;
	}
	.process-content .process-number:before {
		top: -30%;
	}
	ul.sub-menu {
		display: block;
		opacity: 0;
		min-width: 0;
		top: 0;
		left: -20px;
		padding-bottom: 10px;
		width: 100%;
		padding: 10px;
		background: #1f1f1f;
		z-index: -1;
		position: absolute;
		list-style: none;
		padding: 0;
	}
	#main, main, .main, #about-main, #gallery-section, #services-section, #team-section, #gallery, #process, div#interior-main, #accredation, #sub-main, div#contact {
		background-attachment: scroll !important;
	}
	.sub-menu>li>ul {
		left: -10px;
		top: -5px;
	}
	ul.nav-list {
		padding: 0;
		list-style: none
	}
	ul.nav-list a {
		color: #fff;
		font-size: 16px;
	}
	.nav-list li {
		padding: 10px;
	}
	.caret {
		border: none;
		height: 15px;
		width: 15px;
		position: relative;
		margin-left: 10px;
		margin-top: -3px;
		font-size: 22px;
		-webkit-animation: move_fade_side 2.7s ease-in-out infinite;
		animation: move_fade_side 3.4s ease-in-out infinite
	}
	.back {
		text-align: center;
		font-size: 22px;
		position: relative;
		display: block;
		text-align: center;
		-webkit-animation: move_fade_down 2.4s ease-in-out infinite;
		animation: move_fade_down 2.7s ease-in-out infinite;
	}
	.caret::after {
		content: "\f054";
		font-family: 'FontAwesome';
		font-weight: 900;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 999;
		transform: translate(-50%, -50%);
		color: #fff;
	}
	.back::after {
		content: "\f077";
		cursor: pointer;
		font-family: 'FontAwesome';
		font-weight: 900;
		z-index: 999;
		color: #fff;
		left: 50%;
	}
	.navbar-nav>li a {
		padding: 15px 20px;
		position: relative
	}
	.caret {
		left: -15px;
		margin-left: 0;
		top: 3px
	}
	.caret:after {
		content: '\f053';
	}
	.dropdown:hover .dropdown-menu {
		display: none;
	}
}
@media screen and (max-width: 700px) {
	.feature-icons:after {
		left: 65%;
		width: 30%;
	}
	.feature-icons:before {
		right: 65%;
		width: 30%;
	}
	.contact-info-row {
		display: block;
	}
	.communities a img {
		margin: 20px auto;
	}
}
@media only screen and (min-width: 641px) {
	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
		width: 100%;
	}
	.gallery img.img-thumb:hover {
		transform: none !important;
		z-index: 1;
	}
}
@media screen and (max-width: 600px) {
	.panel_heading:before, .panel_heading:after {
		width: 15%;
	}
	.accredation-inner .img-blocks {
		flex-direction: column;
		align-items: center;
	}
}
@media screen and (max-width: 500px) {
	.feature-icons:after {
		left: 70%;
		width: 25%;
	}
	.feature-icons:before {
		right: 70%;
		width: 25%;
	}
	#service-repeater h2:hover {
		transform: scale(1) translate(-50%, -50%);
	}
	.communities ul {
		column-count: 1;
	}
	.communities ul li {
		margin: 5px auto;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 24px;
	}
}
@media screen and (max-width: 414px) {
	#banner {
		padding: 0
	}
	.communities ul {
		column-count: 1;
	}
	.accredation-inner h2 {
		font-size: 18px;
	}
}
@media screen and (max-width: 350px) {
	.feature-icons:after {
		left: 73%;
		width: 15%;
	}
	.feature-icons:before {
		right: 73%;
		width: 15%;
	}
}
/* = Safari Only Styling = */
/* Safari 6.1-10.0 (not 10.1, which is the latest version of Safari at this time) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.header-phone {
			font-size: 25px;
		}
		.header-phone a {
			font-weight: normal;
		}
	}
}
/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) {
	@media {
		.header-phone {
			font-size: 25px;
		}
		.header-phone a {
			font-weight: normal;
		}
	}
}
/* = IE Only Styling = */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.navbar.navbar-default {
		right: 20px
	}
	.slide-in-right {
		opacity: 1 !important;
		transition: all ease 1s
	}
	.slide-in-out {
		opacity: 0 !important;
		transition: all ease-out 1s;
	}
	.back {
		cursor: pointer
	}
	ul.sub-menu {
		transition: all ease 1s
	}
	.main {
		text-align: center;
		padding: 40px 0;
		background-color: #fff;
		background-image: url("../images/bright-grey-background.png");
		background-size: cover;
		background-repeat: round;
		background-attachment: fixed;
	}
	div#contact {
		background-color: #fff;
		background-image: url("../images/bright-grey-background.png");
		background-size: cover;
		background-repeat: round;
		background-attachment: fixed;
	}
	.flex-3-col {
		flex: 1 1 30%
	}
}
@supports (-ms-accelerator:true) {
	.navbar.navbar-default {
		right: 20px;
	}
	.slide-in-right {
		opacity: 1 !important;
		transition: all ease-in 1s
	}
	.slide-in-out {
		opacity: 0 !important;
		transition: all ease-out 1s;
	}
	.back {
		cursor: pointer
	}
	ul.sub-menu {
		transition: all ease 1s
	}
	main, .main {
		text-align: center;
		padding: 40px 0;
		background-color: #fff;
		background-image: url("../images/bright-grey-background.png");
		background-size: cover;
		background-repeat: round;
		background-attachment: fixed;
	}
	div#contact {
		background-color: #fff;
		background-image: url("../images/bright-grey-background.png");
		background-size: cover;
		background-repeat: round;
		background-attachment: fixed;
	}
	.flex-3-col {
		flex: 1 1 30%
	}
}
/*Animation Keyframes*/
@keyframes slide-in-right {
	0% {
		transform: translateX(100px) translateY(0px);
		opacity: 0;
	}
	100% {
		transform: translateX(0px) translateY(0px);
		opacity: 1;
	}
}
@keyframes slide-out-right {
	0% {
		transform: translateX(-20px) translateY(15px);
		opacity: 1;
	}
	100% {
		transform: translateX(100px) translateY(0px);
		opacity: 0;
	}
}
.slide-in-right {
	animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	z-index: 9999 !important;
	border: 1px solid #fff;
	display: block !important;
}
.slide-out-right {
	animation: slide-out-right 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	z-index: -1 !important;
	border: 1px solid #fff;
	display: block !important;
}
/* Colors */
#contact-info, #header.sticky, h2.panel_heading, div.panel_heading {
	background-color: var(--color-1);
}
#header.sticky .header-c2a .btn:hover,
#header.sticky .header-c2a .btn:focus,
.navbar-default .navbar-nav>li>a,
#service-repeater .service-repeater-heading {
	color: var(--color-1);
}
footer,
.btn:hover,
.btn:focus {
	background-color: var(--color-2);
}
a,
#contact-info a:hover,
#contact-info a:focus,
h1,
footer a:hover,
footer a:focus {
	color: var(--color-3);
}
.btn,
#gform_1 input#gform_submit_button_1 {
	background-color: var(--color-3);
}
a:hover,
a:focus,
.icon-feature-inner a,
.feature a {
	color: var(--color-4);
}
.btn:hover,
.btn:focus,
#gform_1 input#gform_submit_button_1:hover,
#gform_1 input#gform_submit_button_1:active,
#gform_1 input#gform_submit_button_1:focus {
	background-color: var(--color-4);
}
