@font-face {
    font-family: SourceSansPro;
    src: url(../fonts/SourceSansPro-Regular.ttf);
	font-weight:400;
	font-style:normal;
}

@font-face {
    font-family: SourceSansPro-black;
    src: url(../fonts/SourceSansPro-Black.ttf);
	font-weight:400;
	font-style:normal;
}

@font-face {
    font-family: SourceSansPro-bold;
    src: url(../fonts/SourceSansPro-Bold.ttf);
	font-weight:bold;
	font-style:normal;
}

@font-face {
    font-family: SourceSansPro-semibold;
    src: url(../fonts/SourceSansPro-SemiBold.ttf);
	font-weight:bold;
	font-style:normal;
}

@font-face {
    font-family: SourceSansPro-light;
    src: url(../fonts/SourceSansPro-Light.ttf);
	font-weight:400;
	font-style:normal;
}


*,
h1, h2, h3 {
	font-family: SourceSansPro-bold, arial;
}

textarea,
input,
a,
p {
	font-family: SourceSansPro, arial;
}

p {
	padding: 5px;
}

body{
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.popup-div *{
	font-family: arial;
}


/*---------------------------------------------------------------*/
.page-margin-wrapper {
	max-width: 1200px;
	margin: auto;
}

#header{
	/*background:url('../images/fs/banner1.png') no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;	
	background-size: cover;
	width: 100%;
	min-height: 100vh;

	text-align:center;
	color: #fff;

	position: relative;
	height: auto;

	padding-bottom: 20px;	
}


#header .page-margin-wrapper {
	max-width: 1400px;
}

#header.section {
}

#header .nav-wrapper {
	background-color: #fff;
}

#header nav.navbar.navbar-default {
	width: 100%;
	margin-bottom: 0;
}

#header ul.nav.navbar-nav {
	display: flex;
}

#header nav {
	font-size: 16px;
	display: inline-block;
}
#header nav a {
	font-family: arial, SourceSansPro-light;
	font-weight: bold;
}
#header .navbar-brand {
	width: 250px;
}

#header .navbar-default {
	background-color: transparent;
	border-color: transparent;
	text-align: center;
}

#header .navbar-default > div.container-fluid {
	display: flex;
}

#header .navbar-default > div.container-fluid .logo-wrapper
{
	display:inline-block;
}

#header .navbar-default ul.navbar-nav {
	margin-left: 20px;
	margin-top: 15px;
	float: right;
}

#header ul.nav.navbar-nav li a.phone-no{
	white-space: nowrap;
}

#header .navbar-default .navbar-nav > li a {
	color: #555;
}
#header .navbar-default .navbar-nav > li div {
	margin: 10px 15px;
}

#header .navbar-default .navbar-nav > li div:hover {
	color: #fff;
	font-weight:bold;
}

#header .navbar-default .navbar-nav > .active a {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}

#header .navbar-default .navbar-nav > .active > div:nth-child(1) {
	border-bottom: 2px solid #000;
	padding-bottom: 1px;
}

#header ul.nav.navbar-nav > li{
	position: relative;
}

#header ul.nav.navbar-nav li .sub-menu{
	display:none;
	padding:0; /*0 20px 20px 20px;*/
	margin:0; /*0 0 0 30px;*/
	text-align: left;
	position: absolute;
	width: 200px;
	background-color: #f1f1f1;
	left: 20px;
}

#header ul.nav.navbar-nav li:hover .sub-menu {
	display: block;
}
#header ul.nav.navbar-nav li .sub-menu ul {
	padding-left: 0px;
}
#header ul.nav.navbar-nav li .sub-menu ul > li {
	padding: 5px 10px;
	list-style-type: none;
}
#header ul.nav.navbar-nav li .sub-menu ul > li:hover {
	background-color: #aaa;
	color: #fff;
}
#header ul.nav.navbar-nav li .sub-menu ul > li:hover a {
	color: #fff;
}


#header .navbar-nav {

}

#header a.button {
	text-decoration: none;
	color: #fff;	
}

#header form .input-group {
	left:-200px;	
}

#header form .input-group input.form-control {
	/*visibility: hidden;*/
	display:none;
	border-radius:0;
	width:200px;
}

#header form .input-group .input-group-btn {
	left: 200px;
}

#header form .input-group .input-group-btn > button.btn.btn-default {
	background-color:transparent;
	border-color:transparent; 
	height:34px;
	color:#222;
}

#header #our-financial-services-guide:hover {
	cursor: pointer;
}

#header {
	text-align: center;
}

#header .inner-space{
	font-family: arial;
	width: 800px;
	max-width: 80%;
	margin: auto;
	position: relative;
	top: 25vh;
}

#header .inner-space h1{
	font-size: 48px;
	text-shadow: 0 0 60px rgba(0,0,0,0.8);
}

#header .inner-space p{
	font-size: 16px;
	margin:30px;
	text-shadow: 0 0 60px rgba(0,0,0,0.8);	
}

#header #our-financial-services-guide{

-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: right bottom 0;
	white-space:nowrap;
	display:block;
	position:absolute;
	right:0;
	top:30%;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 10px 10px 0 0;
	
	font-family: SourceSansPro-black, arial;
}
.fs-ul {
	padding-inline-start:0px;
}
.fs-ul li {
	margin: 0;
	padding: 0px 0 0 50px; 
	list-style: none;
	background-image: url("../images/fs/FFS-Download-Arrow.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px;
	font-weight:normal;
	font-family: SourceSansPro, arial;
	
}


@media only screen and (max-width: 1200px) {

	#header .navbar-default > div.container-fluid {
		display: block;
	}
	
	#header .navbar-default > div.container-fluid .navbar-header{
		text-align: center;
		width: 100%;
		display: block;
	}
	
	#header .navbar-default > div.container-fluid div.navbar-brand {
		margin: auto;
		float: none;
		height: 60px;
	}
	
} /* @media only screen and (max-width: 1200px) */

/* change bootstrap mobile menu breakpoint */
@media only screen and (max-width: 827px) {
	
    .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;
    }
	

	/* move logo */
	
	#header .navbar {
    	min-height: 0;
	}
	#header .navbar-default > div.container-fluid {
		padding: 0;
	}
	#header .navbar-default > div.container-fluid .navbar-header{
		margin: 0;	
	}
	#header .navbar-default > div.container-fluid div.navbar-brand {
		float: left;
		height: 50px;
	}

} /* @media only screen and (max-width: 827px) { */


@media only screen and (max-width: 827px) {
	
	#header ul.nav.navbar-nav li a.phone-no{
		white-space: normal;
	}
	
} /* @media only screen and (max-width: 827px) { */

@media only screen and (max-width: 767px) {
	
	#header ul.nav.navbar-nav {
		display: block;
	}
	
	#header nav {
		display: block;
	}
	
	#header .navbar {
		min-height: 0;
	}
	
	#header .navbar-default > div.container-fluid {
		padding: 0;
	}
	#header .navbar-default > div.container-fluid .navbar-header{
		margin: 0;	
	}
	#header .navbar-default > div.container-fluid div.navbar-brand {
		float: left;
		height: 50px;
	}
	
	#header .navbar-default ul.navbar-nav {
		margin-left: 0px;
		float:none;
		width:100%;
	}	
	#header .navbar-default .navbar-nav > li > a {
		color: #444;
	}

	#header ul.nav.navbar-nav li .sub-menu{
		position: relative;
		width: 100%;
		text-align: center;
		left:0;
	}
	
	#header .collapse.in {
		background-color: rgba(255,255,255,0.1);
	}
	
	#header #our-financial-services-guide {
		display:none;
	}
	
	#header .inner-space{
		top: 5px;
		min-height: 250px; 
	}
	
} /* @media only screen and (max-width: 767px) */

@media only screen and (max-width: 575px) {
	#header .inner-space{
		top: 5px;
		min-height: 300px; 
	}
} /* @media only screen and (max-width: 575px) */
/*---------------------------------------------------------------*/

#insurance-services.section {
	background-color:#a5a8ab;
}
#insurance-services.section .section-title-small,
#insurance-services.section .section-title-large {
	color: #fff;
	/*max-width: 400px;*/
}
/*
#insurance-services .section-title-small {
	font-weight: 600;
	color: #fff;
}	
*/

#insurance-services .insurance-types {
/*	
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: space-between;	
*/	
	margin: 30px 0;
	min-height:400px;	
}
/*
#insurance-services .insurance-types > div {
	flex: calc(50% - 20px);
	min-width: 350px;
	margin: 10px;
}
*/
#insurance-services .insurance-types.row > .bootstrap-grid-left {
	padding-left:0;
}
#insurance-services .insurance-types.row > .bootstrap-grid-right {
	padding-right:0;
}

#insurance-services .insurance-types.row > .bootstrap-grid-left > div,
#insurance-services .insurance-types.row > .bootstrap-grid-right > div{
	max-width: 585px;
}

#insurance-services.section .insurance-tile {
	padding: 20px;
	width:100%;
	min-height:400px;
	margin-bottom: 10px;
}

#insurance-services .insurance-tile:hover {
	cursor: pointer;
}


@media only screen and (max-width: 991px) {
	
	#insurance-services .insurance-types.row > .bootstrap-grid-left {
		padding-left: 15px;
	}
	#insurance-services .insurance-types.row > .bootstrap-grid-right {
		padding-right: 15px;
	}
	
	#insurance-services .insurance-types.row > .bootstrap-grid-left > div,
	#insurance-services .insurance-types.row > .bootstrap-grid-right > div{
		margin-left:auto;
		margin-right:auto;
	}
	
	#insurance-services .view-services.row {
		margin: 30px 0;
	}
	#insurance-services .view-services.row > .view-services-wrapper > div {
		max-width: 585px;
		margin-left:auto;
		margin-right:auto;
	}
	
} /* @media only screen and (max-width: 991px) */

/*---------------------------------------------------------------*/

#insurance-services.page {
}

#insurance-services.page #personal-services > div,
#insurance-services.page #business-services > div {
	display: flex;
	flex-wrap: wrap;
}

#insurance-services.page .left-panel,
#insurance-services.page .right-panel {
	flex: 50%;
}

#insurance-services.page .left-panel {
	padding-right: 20px;
}
#insurance-services.page .right-panel {
	padding-left: 20px;
}

#insurance-services.page .top-section,
#insurance-services.page .bottom-section {
	padding: 30px;
	margin-bottom: 30px;
}

#insurance-services.page .top-section {
	min-height: 400px;
	padding-top: 0;
}

#insurance-services.page .top-section .fancy-image-title-wrapper {
	position: relative;
	height: 400px;
}
#insurance-services.page .top-section .fancy-image-title-wrapper > div {
	position: absolute;
	padding: 20px;
}

#insurance-services.page .top-section .insurance-tile{
	width:100%;
	height:250px;
	max-width: 250px;
	max-height: 250px;
	min-height: 250px;
	padding: 10px;
	text-align: center;
	right: 0;
	top: 0;
	z-index: 1;
}
#insurance-services.page .top-section .insurance-tile img{
	width:100%;
}
#insurance-services.page .top-section .the-building-image-wrapper {
	left: 0;
	bottom: 0;
	width: 80%;
	z-index: 0;
}

#insurance-services.page .left-panel .bottom-section {
	background-color: #ddd;
}

/*
#insurance-services.page h2 {
	text-decoration: underline;
}
#insurance-services.page #personal-services,
#insurance-services.page #business-services {
	padding-bottom: 20px;
}
*/

/*
@media only screen and (max-width: 575px) {
*/

@media only screen and (max-width: 767px) {
	#insurance-services.page .left-panel,
	#insurance-services.page .right-panel {
		flex: 100%;
	}
	
	#insurance-services.page .top-section,
	#insurance-services.page .bottom-section {
		padding: 0;
	}
	
	
} /* @media only screen and (max-width: 575px) */

/*---------------------------------------------------------------*/

#about-us.section {
	background-color:#fff;
	color: #000;
}
/*
#about-us .section-title-large {
	max-width: 770px;	
}
*/
#about-us.section .about-us-content{
	
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}	

#about-us.section .about-us-content > .about-us-tile {
}

#about-us.section .about-us-content > .about-us-tile.left-panel {
	flex: 550px;
	padding-right: 10px;
}
#about-us.section .about-us-content > .about-us-tile.right-panel {
	flex: calc(100% - 550px);
	padding-left: 10px;
	position:relative;
}

#about-us.section .about-us-tile > div.orange-bg {
	min-width: 220px;
}

#about-us .orange-title-small {
	font-family: SourceSansPro-semibold, arial; 
	font-size:20px;	
	line-height:1em;
}

#about-us .orange-title-large {
	padding: 30px 0; 
	font-family: SourceSansPro-semibold, arial; 
	font-size:40px;
	line-height: 1em;
}


#about-us.section > div.about-us-tile{
	min-height:400px;
}

#about-us.section .about-us-content .fancy-image-title-wrapper {
	position: relative;
	height: 400px;
	width: 536px;
	color: #fff;
	
}
#about-us.section .about-us-content .fancy-image-title-wrapper > div {
	position: absolute;
	padding: 20px;
}


#about-us.section .about-us-content .fancy-image-title-wrapper > div.orange-bg {
	left:0; 
	top:0; 
	width:50%; 
	min-width: 200px;
	height:250px; 
	color:#fff;
	z-index:2;
}

#about-us.section .about-us-content .fancy-image-title-wrapper > div.the-building-image-wrapper {
	width: 80%;
	z-index:1;
	right:0;
	bottom:0;
}	

#about-us.section .button-wrapper{
	clear: both;
	margin-top: 20px;
	width: 100%;
}

#about-us.section .about-us-content input[type="button"].button {
	width: 150px; 
	margin-bottom: 5px;
}

@media only screen and (max-width: 933px) {

	#about-us.section .about-us-content > .about-us-tile.left-panel,
	#about-us.section .about-us-content > .about-us-tile.right-panel {
		flex: 100%;
	}
	
} /* @media only screen and (max-width: 933px) */

@media only screen and (max-width: 767px) {

} /* @media only screen and (max-width: 767px) */

@media only screen and (max-width: 540px) {
	
	#about-us.section .about-us-content .fancy-image-title-wrapper {
		width: 100%;
	}	
	
	#about-us.section .about-us-content .fancy-image-title-wrapper > div.the-building-image-wrapper {
		width: 90%;
	}
	
} /* @media only screen and (max-width: 540px) */

/*---------------------------------------------------------------*/

#about-us.page {
	background-color:#fff;
	color: #000;
}

#about-us.page .section-title-large {
	max-width: 700px; 
}

#about-us.page .page-margin-wrapper {
	display: flex;
	flex-wrap: wrap;
}
#about-us.page .left-panel{
	width: 70%;
	padding-right: 8px;
}
#about-us.page .right-panel{
	width: 30%;
	padding-left: 8px;
}

#about-us.page .right-panel .go-to-advice-process:hover,
#about-us.page .right-panel .insurance-tile:hover {
	cursor: pointer;
}
#about-us.page .right-panel .insurance-tile img {
	height: 90px;
	max-width:100%;
}


#about-us.page .financial-services.sub-section {
	background-color: #ddd;
	padding-top: 50px;
}

#about-us.page .financial-services .right-image {
	background-color: #0C3353;	
	padding: 60px 10px 10px 10px;
	text-align: center;
	height: calc(100% - 15px);
}

#about-us.page .meet-the-team .the-staff-members
{
	display: flex;
	flex-wrap: wrap;
}

#about-us.page .meet-the-team .the-image-col {
	flex: 250px;
	padding-top: 0px;
}
#about-us.page .meet-the-team .the-content-col {
	flex: calc(100% - 250px);
	margin-top: 5px;
	padding: 0px 0 20px 20px;
}

#about-us.page .meet-the-team .the-image-col.gray-background,
#about-us.page .meet-the-team .the-content-col.gray-background {
	/*background-color: #eee;*/
}

#about-us.page .meet-the-team .the-image-col img {
	width: 100%;
	max-width: 250px;
}

#about-us.page .meet-the-team .the-content-col h3,
#about-us.page .meet-the-team .the-content-col h2 {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	#about-us.page .meet-the-team .the-image-col,
	#about-us.page .meet-the-team .the-content-col {
		flex: 100%;
	}
} /* @media only screen and (max-width: 767px) */

/*---------------------------------------------------------------*/
#existing-clients {
	background-color: #f7f7f7;
	color: #000;
}
#insurance-review {
	color: #000;
}
/*
#existing-clients #blue-bar [class~="right-arrow-"] {
	visibility: hidden;	
}
*/
/*---------------------------------------------------------------------------*/


#about-us.page {
	/*font-size: 22px;*/
	margin: 30px 0;
	min-height: 75vh;
}

#about-us.page h2 {
	font-size: 38px;
	margin-bottom: 30px;
}

#about-us.page p {
	margin-bottom: 15px;
}

/*---------------------------------------------------------------------------*/
#existing-clients.section {
	min-height: 0px;
}

#existing-clients .tile-item{
	color: #0d3353;
	text-align: center;
	background-image: linear-gradient( #f1951f, #fa8044 );
	padding: 50px;
	font-size: 32px;
	height: 250px;
	margin-bottom: 5px;
	font-family: SourceSansPro-light, arial;
	font-weight: bold;
}

#existing-clients .tile-item:hover {
	cursor: pointer;
	border: 1px solid #777;
	font-family: SourceSansPro-black, arial;
}

#existing-clients #blue-bar{
	color: #fff;
	text-align: center;
	font-size: 48px;
}
#existing-clients #blue-bar:hover{
	cursor: pointer;
}

#existing-clients #blue-bar .row{
	max-width: 100%;
}
#existing-clients #blue-bar .arrow-row-non-boostrap-grid {
	display:none;
}

#existing-clients #blue-bar	.left-image,
#existing-clients #blue-bar	.right-image {
	padding-bottom: 15px;
}


@media only screen and (max-width: 1199px) {
	
	#existing-clients #blue-bar	.left-image,
	#existing-clients #blue-bar	.right-image {
		display:none;
	}
	
} /* @media only screen and (max-width: 991px) */

@media only screen and (max-width: 767px) {
	
	#existing-clients #blue-bar .arrow-row-boostrap-grid {
		display:none;
	}
	#existing-clients #blue-bar .arrow-row-non-boostrap-grid {	
		display:block;
	}
	
} /* @media only screen and (max-width: 767px) */

@media only screen and (max-width: 620px) {
	#existing-clients #blue-bar .arrow-row-non-boostrap-grid {
		display:none;
	}
} /* @media only screen and (max-width: 620px) */


#meet-the-team * {
	font-family: SourceSansPro;
}


#meet-the-team.section .section-title-small {
	font-family: SourceSansPro-semibold, arial; 
}
#meet-the-team.section .section-title-large {
	font-family: SourceSansPro-bold, arial; 
}


#meet-the-team {
	color: #fff;
	font-size: 22px;
}

#meet-the-team.section {
	min-height: 600px;
}

#meet-the-team img.team-member-image {
	max-width: 100%;
	/*padding: 30px; */
	display:block;
}

#meet-the-team .staff-member-wrapper {
	position: relative;
	min-height: 100px;
	margin-bottom: 10px;
	padding: 5px; /*40px;*/
}

#meet-the-team .staff-image-wrapper {
	padding: 0;
	margin: 0 auto;
	position: relative;
}

#meet-the-team .staff-member-wrapper:hover .staff-image-wrapper:after {
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(to bottom, rgba(243,144,36,0) 0%,rgba(243,144,36,0.65) 100%);
}	


#meet-the-team .staff-name {
	position: absolute; 
	left: 10px; 
	bottom: 130px; 
	font-size: 22px; 
	font-weight: bold;
}

#meet-the-team .job-title {
	position: absolute; 
	left: 10px; 
	bottom: 105px; 
	font-size: 16px;
}

#meet-the-team .view-experience {
	position: absolute; 
	left: 10px; 
	bottom: 30px; 
	padding: 10px 20px; 
	border: 1px solid #fff;	
	background-color: #0d3353;
	border-color: #0d3353;
	z-index:100;
}


#meet-the-team .view-experience:hover {
	cursor: pointer;
}
/*
#meet-the-team .view-experience:hover{
	border:1px solid #000;	
	background-color: #fff;
	color: #000;
	
}
*/

@media only screen and (max-width: 1200px) {
	
	#meet-the-team .view-experience {
		bottom: 20px;
		font-size: 18px;
	}
	
	#meet-the-team .staff-name {
		bottom: 120px;
	}

	#meet-the-team .job-title {
		bottom: 80px;
	}
	
} /* @media only screen and (max-width: 1200px) */

@media only screen and (max-width: 991px) {
	#meet-the-team .staff-image-wrapper {
		max-width: 270px;
	}
	
} /* @media only screen and (max-width: 991px) */

@media only screen and (max-width: 768px) {

	#meet-the-team .view-experience {
		bottom: 30px;
		font-size: 22px;
	}

	#meet-the-team .staff-name {
		bottom: 130px;
	}

	#meet-the-team .job-title {
		bottom: 110px;
	}
	
	
} /* @media only screen and (max-width: 768px) */



/*-------------------------------------------------------------------------*/
#testimonials .testimonial-row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

#testimonials .left-panel {
	flex: 70%;
	/*height:100vh; */
	background-color:#a5a8ab; 
	color:#fff;
	padding:0;
	position: relative; 
	min-height:660px;
	box-sizing: border-box;
}
#testimonials .right-panel {
	flex: 30%;
	padding: 0;
	overflow: hidden;
	/*max-height: 750px;*/
	text-align: center;
	box-sizing: border-box;
	height: 0;
}

#testimonials .right-panel img {
	/*height: 100%;*/
	object-fit: cover;
}

#testimonials .right-panel .testimonial-quote-wrapper {
	width:100%; 
	text-align:center;
	padding-top: 5px;
}

#testimonials .testimonial-wrapper {
	position: relative;
}

#testimonials .testimonial-wrapper .arrow-left {
	position:absolute; 
	left: 15px; 
	top: 0px;
	line-height: 660px;
}
#testimonials .testimonial-wrapper .arrow-left:hover,
#testimonials .testimonial-wrapper .arrow-right:hover {
	cursor: pointer;
}
#testimonials .testimonial-wrapper .arrow-left i {
	opacity: 0.5;
}
#testimonials .testimonial-wrapper .arrow-left:hover i {
	opacity: 1;
}

#testimonials .testimonial-wrapper .arrow-right {
	position:absolute; 
	right: 15px; 
	top: 0px;
	line-height: 660px;
}
#testimonials .testimonial-wrapper .arrow-right i {
	opacity: 0.5;
}
#testimonials .testimonial-wrapper .arrow-right:hover i {
	opacity: 1;
}

#testimonials .theTestimonials {
	width: 100%; 
	padding: 30px 15% 90px 15%; 
	text-align: center;
	font-size: 32px;
}

#testimonials .testimonial-quote {
	border-radius:50%; 
	border:1px solid #fff; 
	width:70px;
	height:70px;
	margin: auto;
	text-align: center;
}

#testimonials .testimonial-quote i {
	margin-top: 12px;
}

#testimonials .theDots {
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
	
	position: absolute;
	bottom: 15px;
	
}
#testimonials .theDots .active {
	color: #f39126;
}

#testimonials .theDots i:hover {
	cursor: pointer;
}

@media only screen and (max-width: 767px) {

	#testimonials .left-panel,
	#testimonials .right-panel {
		flex: 100%;
	}

	#testimonials .right-panel > img {
		width: 100%;
		height: 100%;
	}
	
	#testimonials .right-panel .testimonial-quote-wrapper {
		padding-top: 40px !important;
	}
	
} /* @media only screen and (max-width: 620px) */

#book-appointment.section {
	color: #000;
	min-height: 400px;
	
}

#book-appointment .section-title-large {
	max-width: 500px;
}
#book-appointment .page-margin-wrapper{
	display: flex;
	flex-wrap: wrap;
}

#book-appointment .page-margin-wrapper > div{
	flex: 50%;
}

#book-appointment input[type='text'] {
	border: 1px solid #777;
	margin: 0 10px 10px 0;
	padding: 15px;
	max-width: 100%
}

#book-appointment input[type='text'].theName {
	width:415px;
}

#book-appointment input[type='text'].theEmail {
	width:415px;
}

#book-appointment input[type='text'].theContactNumber {
	width: 251px;
}


#book-appointment input[type='button'] {
	padding: 15px;
	border: 0;
	width: 150px;
	min-width: 150px;
	max-width: 100%;
}


#book-appointment .right-panel > div.right-panel-content {
	float: right;
	max-width: 100%;
	width: 480px;
	padding-top: 20px;
}
#book-appointment .right-panel > div.right-panel-content > div:nth-child(1){ width: 250px; }
#book-appointment .right-panel > div.right-panel-content > div:nth-child(1){ width: 150px; }

#book-appointment .right-panel input[type="checkbox"] + div {
	padding-left:10px;
	display:inline;
}

#book-appointment #captcha {
/*	width: 600px; */
}
#book-appointment #captcha input[type='text'].captcha-user-text {
	width: 170px;
	height: 60px;
}

#book-appointment #captcha > div.canvas-wrapper,
#book-appointment #captcha > div.controls {
	display: inline;
}

#book-appointment #captcha > div.canvas-wrapper {
	float:left;
	margin-right:15px;
}

@media only screen and (max-width: 1000px) {	
	
	#book-appointment #captcha {
		width: 100%;
	}
	#book-appointment .page-margin-wrapper > div{
		flex: 100%;
	}
	
	#book-appointment .right-panel > div.right-panel-content {
		float:none;
		margin: auto;
	}
	
} /* @media only screen and (max-width: 846px) */

@media only screen and (max-width: 640px) {
	
	#book-appointment .right-panel #captcha .canvas-wrapper,
	#book-appointment .right-panel #captcha .controls,
	#book-appointment .right-panel input[type="button"],
	#book-appointment .right-panel input[type='text'].theName,
	#book-appointment .right-panel input[type='text'].theEmail,
	#book-appointment .right-panel input[type='text'].theContactNumber,
	#book-appointment .right-panel {
		width: 100%;
		display:block;
	}
	
	#book-appointment .right-panel > div.right-panel-content {
		width: 100%;
	}

	#book-appointment .right-panel input{
		width: 100%;
	}
	
	#book-appointment .right-panel input[type="checkbox"] + div {
		width: 100%;
		text-align: center;
		display:block;
	}
	
} /* @media only screen and (max-width: 420px) */

/*---------------------------------------------------------------*/
#the-advice-process.page .page-margin-wrapper {
	margin-top: 50px;
}

#the-advice-process.page .section-title-large {
	max-width: 590px;
}

#the-advice-process .steps * {
	font-family: arial;
}

#the-advice-process .steps {
	color: #fff;
	min-height: 40px;
}


#the-advice-process .steps > div {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#the-advice-process .steps > div > .left-panel {
	flex: 80%;
	min-width: 300px;
	margin-bottom: 20px;
	padding: 10px 50px 10px 30px;
}
#the-advice-process .steps > div > .right-panel {
	flex: 20%;
	text-align: center;
	padding-left: 20px;
}

#the-advice-process .steps > div > .left-panel > .inner-panel {
	max-width: 580px;
}

#the-advice-process .steps > div:nth-child(n+2){
	visibility:hidden;	
	
}

#the-advice-process .steps h3 {
	font-size: 22px;
	font-weight: bold;
}
#the-advice-process .steps .step-title {
	font-size: 18px;
	font-weight: bold;
}
#the-advice-process .steps .step-content {
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
}

#the-advice-process .steps > div > .right-panel img {
	width: 100%;
}

#the-advice-process .orange-bg {
	background-color: #f39126;
	/*background-image: linear-gradient( #f1951f, #fa8044 );*/
    linear-gradient(to left top, #fa8044 0%,  #f1951f 100% );
    /*linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1))/*"faked" black background make sure to add last or it will appear before the transparent/colored layer*/;	*/
}

#the-advice-process .gray-bg {
	background-color: #787b7c;
	background-image: linear-gradient( #a5a8ab, #535656 );
}

#the-advice-process .steps img {
	max-width: 300px;
}

#send-us-message.section {
	width: 100%;
	min-height: 750px;	
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;	
}

#send-us-message .section-title-large {
	max-width: 600px;
}

#send-us-message div.fields-wrapper {
	display:flex;
	flex-wrap: wrap;
}

#send-us-message div.fields-wrapper > div{
/*	flex: 50%;*/
}

#send-us-message div.fields-wrapper > div.left-panel {
	min-width: 300px;
}

#send-us-message .fields-wrapper .button-wrapper,
#send-us-message textarea,
#send-us-message input[type="text"] {
	width: 100%;
	max-width:100%;
	min-width:680px;
	margin-bottom: 10px;
	padding: 10px 5px;	
	color: #000;
}
#send-us-message .fields-wrapper .button-wrapper {
	padding-right: 0;
}

#send-us-message textarea {
	height: 260px;
	min-height:100px;
	resize: vertical;
}

#send-us-message input[type="button"] {
	border: 0;
	width: 150px;
	padding: 10px 20px;
}

#send-us-message .captcha-wrapper,
#send-us-message .button-wrapper{
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: right;
}

#send-us-message .captcha-wrapper {
	height: 60px;
	margin-top: 0px;
	position: relative;
}
	
#send-us-message #captcha {
	width: 465px;
	max-width: 100%;
	/*float: right;*/
	position: absolute;
	top: 0;
	right: 0;
}

#send-us-message #captcha .canvas-wrapper {
	float:left;
}
#send-us-message #captcha .controls {
	float: right;
}

#send-us-message #captcha input {
	border: 1px solid #777;
    /*margin: 0 10px 10px 0;*/
    padding: 15px;	
}

#send-us-message #captcha input.captcha-user-text {
	width: 181px;
	min-width: 181px;
	color: #000;
}


#send-us-message #captcha div,
#send-us-message #captcha input,
#send-us-message #captcha button {
	display: inline-block;
	height: 60px;
}

@media only screen and (max-width: 720px) {
	
	#send-us-message div.fields-wrapper > div.left-panel{
		flex: 100%;
	}
	
	#send-us-message .fields-wrapper .button-wrapper,
	#send-us-message textarea,
	#send-us-message input[type="text"] {
		min-width:100%;
	}
	
} /* @media only screen and (max-width: 720px) */

#need-more-information.section {
	min-height: 250px;
	    background-color: #f7f7f7;
    color: #000;
}

#need-more-information .sub-section-title-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#need-more-information .sub-section-title-wrapper > div.section-title-large-wrapper {
	flex: calc(100% - 190px)
}
#need-more-information .sub-section-title-wrapper > div.button-wrapper {
	flex: 150px;
	padding-top: 30px;
}

#need-more-information input[type="button"] {
	border: 0;
	width: 150px;
	padding: 10px 20px;
}

@media only screen and (max-width: 720px) {
	
	#need-more-information .sub-section-title-wrapper > div.section-title-large-wrapper,
	#need-more-information .sub-section-title-wrapper > div.button-wrapper {
		flex:100%;
	}
	
} /* @media only screen and (max-width: 720px) */


@media only screen and (max-width: 500px) {
	#send-us-message  #captcha .canvas-wrapper,
	#send-us-message  #captcha .controls {
		clear: both;
		float: none;
		display: block;
		margin-bottom: 5px;
	}
	
	#send-us-message  .captcha-wrapper {
		height: auto;
	}
	#send-us-message #captcha {
		position:relative;
	}
	
} /* @media only screen and (max-width: 500px) */	

/*---------------------------------------------------------------*/

#staff-experience.page {
	color: #000;
	min-height: 600px;
	padding-top: 20px;
}

#staff-experience h2 {
	font-size: 28px;
	font-weight: bold;
}

#staff-experience p {
	/*font-size: 22px;*/
	font-weight: normal;
	margin: 10px 0 30px;
}


#staff-experience .button {
/*	
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #b6b6b6 100%);
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:15px 28px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
*/
	background-color: #0d3353;
	color: #fff;
	text-decoration: none;
	border: none;
	padding: 15px 28px;
	
}
#staff-experience .button:hover {
/*	
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color:#f6f6f6;
*/	
}
#staff-experience .button:active {
	position:relative;
	top:1px;
}

/*---------------------------------------------------------------*/
#existing-clients-form.page .page-margin-wrapper {
	margin: 50px auto;
	font-size: 16px;
}

#existing-clients-form.page .the-instructions {
	margin: 0 0 40px;
}

/*
#existing-clients-form.page .the-fields label {
	min-width: 200px;
	text-align: right;
	margin-right: 10px;
	display: inline-block;
}
*/
#existing-clients-form.page .the-fields {
	display: flex;
	flex-wrap: wrap;
}

#existing-clients-form.page .the-fields > div {
	flex: 50%;
}
#existing-clients-form.page .the-fields .left-column {
	padding-right: 10px;
}
#existing-clients-form.page .the-fields .right-column {
	padding-left: 10px;
}

#existing-clients-form.popup .the-fields input,
#existing-clients-form.page .the-fields input {
	width: 100%;
	min-width: 100%;
    max-width: 100%;	
    border: 1px solid #777;
    margin: 0 10px 10px 0;
    padding: 15px;
	display:block
}

#existing-clients-form.popup {
	height: 620px;
	overflow-y: auto;
	padding: 0 25px 20px 20px;
}

#existing-clients-form.popup .the-instructions {
	margin-bottom: 20px;
}

#existing-clients-form.popup .the-fields textarea,
#existing-clients-form.page .the-fields textarea{
	width: 100%;
    max-width: 100%;	
	min-height: calc(100% - 10px);
	resize: vertical;
	padding: 5px;
}
#existing-clients-form.popup .the-fields textarea {
	height: 200px;
}

#existing-clients-form.popup .button-wrapper,
#existing-clients-form.page .captcha-wrapper,
#existing-clients-form.page .button-wrapper{
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: right;
}

#existing-clients-form.page .captcha-wrapper {
	height: 60px;
	margin-top: 0px;
	position: relative;
}
	
#existing-clients-form.page #captcha {
	width: 465px;
	max-width: 100%;
	/*float: right;*/
	position: absolute;
	top: 0;
	right: 0;
}

#existing-clients-form.page #captcha .canvas-wrapper {
	float:left;
}
#existing-clients-form.page #captcha .controls {
	float: right;
}

#existing-clients-form.page #captcha input {
	border: 1px solid #777;
    /*margin: 0 10px 10px 0;*/
    padding: 15px;	
}

#existing-clients-form.page #captcha input.captcha-user-text {
	width: 181px
}


#existing-clients-form.page #captcha div,
#existing-clients-form.page #captcha input,
#existing-clients-form.page #captcha button {
	display: inline-block;
	height: 60px;
}
#existing-clients-form.popup .button-wrapper input,
#existing-clients-form.page .button-wrapper input{
	width: 120px;
	border: 0;
	color: #fff;
	padding: 10px 20px;
}

#existing-clients-form.popup .button-wrapper .button, 
#existing-clients-form.page .button-wrapper .button {
	text-decoration: none;
	color: #fff;
	font-family: SourceSansPro, arial;
	font-size: 16px;
	padding: 10px 20px;
}

@media only screen and (max-width: 500px) {
	
	#existing-clients-form.page .the-fields .left-column,
	#existing-clients-form.page .the-fields .right-column {
		padding: 0px;
	}
	
	#existing-clients-form.page .the-fields > div {
		flex: 100%;
	}

	#existing-clients-form.page .the-fields textarea{
		min-height: 248px;
	}
	
	#existing-clients-form.page #captcha .canvas-wrapper,
	#existing-clients-form.page #captcha .controls {
		clear: both;
		float: none;
		display: block;
		margin-bottom: 5px;
	}
	
	#existing-clients-form.page .captcha-wrapper {
		height: auto;
	}
	#existing-clients-form.page #captcha {
		position:relative;
	}
	
} /* @media only screen and (max-width: 500px) */

/*---------------------------------------------------------------*/
#referral-partners.page .page-margin-wrapper{
	margin-top: 50px;
	margin-bottom: 50px;
}

#referral-partners.page .the-form .form-field input,
#referral-partners.page .the-form .form-field textarea,
#referral-partners.page .the-form .form-field select {
	color: #000;
	width: 100%;
	padding: 10px 5px;
	border: 1px solid #999;
	margin-bottom: 10px;
}
#referral-partners.page .the-form .form-field textarea {
	min-height: 220px;
	resize: vertical;
}

#referral-partners.page .the-form .fifty-fifty {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#referral-partners.page .the-form .fifty-fifty > div.form-field {
	flex: 50%;
}
#referral-partners.page .the-form .fifty-fifty > div.form-field:nth-child(1){
	padding-right: 5px;
}
#referral-partners.page .the-form .fifty-fifty > div.form-field:nth-child(2){
	padding-left: 5px;
}


#referral-partners.page .captcha-wrapper,
#referral-partners.page .button-wrapper{
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: right;
}

#referral-partners.page .captcha-wrapper {
	height: 60px;
	margin-top: 0px;
	position: relative;
}
	
#referral-partners.page #captcha {
	width: 465px;
	max-width: 100%;
	/*float: right;*/
	position: absolute;
	top: 0;
	right: 0;
}

#referral-partners.page #captcha .canvas-wrapper {
	float:left;
}
#referral-partners.page #captcha .controls {
	float: right;
}

#referral-partners.page #captcha input {
	border: 1px solid #777;
    /*margin: 0 10px 10px 0;*/
    padding: 15px;	
}

#referral-partners.page #captcha input.captcha-user-text {
	width: 181px;
	color: #000;
}


#referral-partners.page #captcha div,
#referral-partners.page #captcha input,
#referral-partners.page #captcha button {
	display: inline-block;
	height: 60px;
}
#referral-partners.page .button-wrapper input{
	width: 120px;
	border: 0;
	color: #fff;
	padding: 10px 20px;
}

#referral-partners.page .button-wrapper .button {
	text-decoration: none;
	color: #fff;
	font-family: SourceSansPro, arial;
	font-size: 16px;
	padding: 10px 20px;
}

@media only screen and (max-width: 500px) {
	
	#referral-partners.page .the-form .fifty-fifty > div.form-field:nth-child(1),
	#referral-partners.page .the-form .fifty-fifty > div.form-field:nth-child(2){
		flex: 100%;
		padding: 0px;
	}

	#referral-partners.page #captcha .canvas-wrapper,
	#referral-partners.page #captcha .controls {
		clear: both;
		float: none;
		display: block;
		margin-bottom: 5px;
	}
	
	#referral-partners.page .captcha-wrapper {
		height: auto;
	}
	#referral-partners.page #captcha {
		position:relative;
	}
	
} /* @media only screen and (max-width: 500px) */

/*---------------------------------------------------------------*/
#contact-us.page .page-margin-wrapper{
	margin-top: 50px;
	margin-bottom: 50px;
}
#contact-us.page .content-wrapper {
	display: flex;
	flex-wrap: wrap;
	color: #000;
}
#contact-us.page .content-wrapper div {
	font-family: SourceSansPro, arial;
}

#contact-us.page .content-wrapper > .left-panel {
	flex: 500px;
	max-width:100%;
	padding-right: 50px;
	margin-bottom: 50px;
}

#contact-us.page .content-wrapper > .right-panel {
	flex: calc(100% - 500px);
	max-width:100%;
	padding-left: 10px;
}

#contact-us.page .content-wrapper .title,
#contact-us.page .content-wrapper .title * {
	width: 100%;
	font-size: 20px;
	text-align: left;
	font-weight: 500;
	font-family: SourceSansPro-semibold, arial;
}

#contact-us.page .content-wrapper .title > .orange-line {
	border-bottom: 2px solid #F05E23;
	width: 50px;
	height: 20px;
	
}

#contact-us.page .content-wrapper .sub-section {
	margin-top: 50px;
}

#contact-us.page .content-wrapper .big-phone-number-wrapper {
	width: 100%;
	margin-top: 30px;
}
#contact-us.page .content-wrapper .big-phone-number-wrapper:hover,
#contact-us.page .content-wrapper .email-us:hover {
	cursor: pointer;
}

#contact-us.page .content-wrapper .phone-icon {
	display: inline-block;
	background-color: #d1d1d1;
	border-radius: 50%;
	border: 0;
	text-align: center;
	width: 70px;
	height: 70px;
	margin-right: 20px;
}

#contact-us.page .content-wrapper .fa.fa-phone {
	color: #F05E23;
	line-height: 70px;
	vertical-align: text-top;
}
#contact-us.page .content-wrapper .theNumber {
	font-size: 44px;
	color: #000; /*555;*/
	display: inline-block;
	/*line-height: 70px;*/
	vertical-align: top;
	font-weight: 600;
}

#contact-us.page .content-wrapper .theNumber > div{
	line-height: 1.1em
}
#contact-us.page .content-wrapper .theNumber > div:nth-child(2) {
	font-family: SourceSansPro-light, arial;
	font-size: 16px;
	color: #555; /*999; */
}

#contact-us.page .content-wrapper .contact-details .fa {
	color: #F05E23;
	margin-right: 10px;
}

#contact-us.page .content-wrapper .locations {
	padding: 20px;
  	box-shadow: 
    	inset 	0 0  0 2px rgb(255,255,255),
             	0.3em 0.3em 1em rgba(0,0,0,0.3);	
}

#contact-us.page .content-wrapper .locations .title {
	color: #F05E23;
}

#contact-us.page #googleMap1 {
	margin-top: 20px;
}

#contact-us.page .the-form label {
	margin-top:5px;
}


#contact-us.page .the-form .form-field input,
#contact-us.page .the-form .form-field textarea,
#contact-us.page .the-form .form-field select {
	color: #000;
	width: 100%;
	padding: 10px 5px;
	border: 1px solid #999;
	margin-bottom: 10px;
}
#contact-us.page .the-form .form-field textarea {
	min-height: 220px;
	resize: vertical;
}

#contact-us.page .the-form .fifty-fifty {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contact-us.page .the-form .fifty-fifty > div.form-field {
	flex: 50%;
}
#contact-us.page .the-form .fifty-fifty > div.form-field:nth-child(1){
	padding-right: 5px;
}
#contact-us.page .the-form .fifty-fifty > div.form-field:nth-child(2){
	padding-left: 5px;
}

#contact-us.page .captcha-wrapper,
#contact-us.page .button-wrapper{
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: right;
}

#contact-us.page .captcha-wrapper {
	height: 60px;
	margin-top: 0px;
	position: relative;
}
	
#contact-us.page #captcha {
	width: 465px;
	max-width: 100%;
	/*float: right;*/
	position: absolute;
	top: 0;
	right: 0;
}

#contact-us.page #captcha .canvas-wrapper {
	float:left;
}
#contact-us.page #captcha .controls {
	float: right;
}

#contact-us.page #captcha input {
	border: 1px solid #777;
    /*margin: 0 10px 10px 0;*/
    padding: 15px;	
}

#contact-us.page #captcha input.captcha-user-text {
	width: 181px;
	color: #000;
}


#contact-us.page #captcha div,
#contact-us.page #captcha input,
#contact-us.page #captcha button {
	display: inline-block;
	height: 60px;
}
#contact-us.page .button-wrapper input{
	width: 120px;
	border: 0;
	color: #fff;
	padding: 10px 20px;
}

#contact-us.page .button-wrapper .button {
	text-decoration: none;
	color: #fff;
	font-family: SourceSansPro, arial;
	font-size: 16px;
	padding: 10px 20px;
}


@media only screen and (max-width: 1015px) {
	#contact-us.page .content-wrapper > .left-panel,
	#contact-us.page .content-wrapper > .right-panel {
		flex: 100%;
		padding: 0px;
		
	}

} /* @media only screen and (max-width: 767px) */

@media only screen and (max-width: 500px) {
	
	#contact-us.page .the-form .fifty-fifty > div.form-field:nth-child(1),
	#contact-us.page .the-form .fifty-fifty > div.form-field:nth-child(2){
		flex: 100%;
		padding: 0px;
	}

	#contact-us.page #captcha .canvas-wrapper,
	#contact-us.page #captcha .controls {
		clear: both;
		float: none;
		display: block;
		margin-bottom: 5px;
	}
	
	#contact-us.page .captcha-wrapper {
		height: auto;
	}
	#contact-us.page #captcha {
		position:relative;
	}
	
} /* @media only screen and (max-width: 500px) */

/*---------------------------------------------------------------*/

#faqs.page {
	background-color:#fff;
	color: #000;
}

#faqs.page .section-title-large {
	max-width: 700px; 
}

#faqs.page .page-margin-wrapper {
	display: flex;
	flex-wrap: wrap;
}
#faqs.page .left-panel{
	width: 70%;
	padding-right: 8px;
}
#faqs.page .right-panel{
	width: 30%;
	padding-left: 8px;
}

#faqs.page .left-panel *{
	font-family: SourceSansPro, arial;
}
#faqs.page .left-panel h4{
	font-family: SourceSansPro-bold, arial;
}
#faqs.page .right-panel .go-to-advice-process:hover,
#faqs.page .right-panel .insurance-tile:hover {
	cursor: pointer;
}
#faqs.page .right-panel .insurance-tile img {
	height: 90px;
	max-width:100%;
}

#faqs.page .right-image.go-to-advice-process {
	background-color: #0C3353;	
	padding: 60px 10px 10px 10px;
	text-align: center;
	min-height: 280px;
	margin-bottom: 20px;
}

#faqs.page a[data-parent='#accordion'] {
	font-family: SourceSansPro-bold, arial;
}

#faqs.page .left-panel ul {   
	list-style: none;
	padding-left: 10px;	
}
#faqs.page .left-panel li {
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 4px;
    padding-left: 1px;
    margin-top: 1px;
    margin-right: 2px;
    margin-bottom: 3px;
    margin-left: 4px;
	text-indent: 10px;
}

#faqs.page .left-panel li::before {
    background-color: #5691c7;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    left: -10px;
    width: 10px;
    margin-top: 1px;
    margin-right: 2px;
    margin-bottom: 3px;
    margin-left: 4px;
    padding-top: 1px;
    padding-right: 2px;
    padding-bottom: 3px;
    padding-left: 4px;
	position: relative;
}

/*---------------------------------------------------------------*/
#footer.section {
	color: #fff;
	background-color: #232729;
	min-height: 277px;
}

#footer .footer-column {
	margin-bottom: 30px;
	margin-top: 10px;
}

#footer .footer-column > div {
	font-size: 14px; 
	font-weight: normal;
}

#footer .footer-column .column-title {
	font-size: 22px; 
	font-weight: bold
}
#footer .footer-column .column-content {
	font-family: SourceSansPro-light, arial;
}

#footer .footer-column a.links{
	font-family: SourceSansPro-light, arial;
	font-size: 14px; 
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}

#footer .footer-column a.links:hover {
	font-weight: bold;
}

#copyright.section {
	
	background-color: #0d3353; /*#232729; */
	/*
	background: linear-gradient(to right, #232729, #232729 5%, #232729, #0d3353 80%, #0d3353);	
	*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#232729+10,232729+10,0d3353+10,0d3353+10,0d3353+10,0d3353+10,232729+10,232729+10,232729+10,232729+10,0d3353+10 */
	/*
	background: #232729; / * Old browsers * /
	background: -moz-linear-gradient(left,  #232729 10%, #0d3353 10%); / * FF3.6-15 * /
	background: -webkit-linear-gradient(left,  #232729 10%, #0d3353 10%); / * Chrome10-25,Safari5.1-6 * /
	background: linear-gradient(to right,  #232729 10%, #0d3353 10%); / * W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ * /
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232729', endColorstr='#0d3353',GradientType=1 ); / * IE6-9 * /
	*/
	height: 80px;
	min-height: 80px;
}

#copyright .page-margin-wrapper {
	font-family: SourceSansPro-light, arial;
	background-color:#0d3353; 
	width:100%;
	height:80px; 
	padding-top:20px
}


.section {
	/*min-height: 100vh;*/
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}

.section-title-small {
	color: #f39126;
	font-family: SourceSansPro-semibold, arial;
	font-size: 20px;	
	max-width:unset;
}

.section-title-large {
	font-family: SourceSansPro-bold, arial;
	font-size: 48px;	
	line-height: 1.1em;
	/*font-weight: 500px;*/
	margin-bottom: 30px;
	color: #000;
	max-width:925px;
}

.sub-section {
	margin-top: 50px;
}


.orange-bg {
	background-color: #f39126;
	background-image: linear-gradient( #f1951f, #fa8044 );
	    border-radius: 0px;
}
.orange-text {
	color: #f39126 !important;
}
.button {
	font-family: SourceSansPro-black, arial;
	font-size: 18px;
	background-color: #0d3353;
	color: #fff;
	border: none;
	padding: 15px;
}

.up-arrow {
	float:right; 
	border-radius:50%; 
	border:1px solid #fff; 
	width:50px;
	height:50px;
	margin: auto;
}

.up-arrow i {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	color:#fff;
	text-decoration:none;
}

.up-arrow:hover {
	cursor: pointer;
}

.up-arrow.black{
	border:1px solid #000; 
}
.up-arrow.black i{
	color:#000;
}

.social-media-icon a{
	width: 60px;
	height: 60px;
	background: transparent;
	color: #fff;
	display:inline;
	border-radius: 3px;
}

.social-media-icon.facebook a{
	background: #fff;
	color: #222;
	padding: 3px;
}

.view-experience {
	cursor: pointer;
}

.page .insurance-tile {
	padding: 10px;
	color: #fff;
	margin-bottom: 5px;
}
.page .right-image {
	width:100%;
	text-align:center;
}

sup {
	color: red;
}

.pdf-icon-text {
	display: inline-block;
	font-family: SourceSansPro, arial;	
	margin-left: 5px;
}

@media only screen and (max-width: 1199px) {
	
	.page-margin-wrapper {
		padding-left: 15px;
		padding-right:15px;
	}
	
} /* @media only screen and (max-width: 1199px) */


/*-----------------------------------------*/
#popup-div-mask-existing-client
{
	display: none;
	background: #ccc; 
	position: fixed; left: 0; top: 0; 
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 9999;
}





/* --------------------------------------- */
/* Captcha */
/* --------------------------------------- */

p.wrong {
	display: none;
}

p.wrong.shake {
	display: block;
}

p.wrong.shake {
	animation: shake .4s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

@keyframes shake {
	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}
	20%,
	80% {
		transform: translate3d(1px, 0, 0);
	}
	30%,
	50%,
	70% {
		transform: translate3d(-2px, 0, 0);
	}
	40%,
	60% {
		transform: translate3d(2px, 0, 0);
	}
}

