/****************************
FONTS
****************************/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';
@import 'flaticon.css';


@-webkit-keyframes imageAnimation {
	0% {
		opacity:0;
		-webkit-animation-timing-function:ease-in;
	}
	2% {
		opacity:1;
		-webkit-animation-timing-function:ease-out;
	}
	17% {
		opacity:1;
	}
	25% {
		opacity:0;
	}
	100% {
		opacity:0;
	}
}
@-moz-keyframes imageAnimation {
	0% {
		opacity:0;
		-moz-animation-timing-function:ease-in;
	}
	8% {
		opacity:1;
		-moz-animation-timing-function:ease-out;
	}
	17% {
		opacity:1;
	}
	25% {
		opacity:0;
	}
	100% {
		opacity:0;
	}
}
@-ms-keyframes imageAnimation {
	0% {
		opacity:0;
		-ms-animation-timing-function:ease-in;
	}
	8% {
		opacity:1;
		-ms-animation-timing-function:ease-out;
	}
	17% {
		opacity:1;
	}
	25% {
		opacity:0;
	}
	100% {
		opacity:0;
	}
}
@-o-keyframes imageAnimation {
	0% {
		opacity:0;
		-o-animation-timing-function:ease-in;
	}
	8% {
		opacity:1;
		-o-animation-timing-function:ease-out;
	}
	17% {
		opacity:1;
	}
	25% {
		opacity:0;
	}
	100% {
		opacity:0;
	}
}
@keyframes imageAnimation {
	0% {
		opacity:0;
		animation-timing-function:ease-in;
	}
	8% {
		opacity:1;
		animation-timing-function:ease-out;
	}
	17% {
		opacity:1;
	}
	25% {
		opacity:0;
	}
	100% {
		opacity:0;
	}
}

/****************************
BOOTSTRAP RESETS
****************************/
body {
	font-family:'Open Sans', sans-serif;
}
body:before {
	content:"smartphone";
	display:none;
}
a:focus,
a:hover {
	text-decoration:none;
}
.email2 {
	display: none !important;
}
.navbar {
	border:none;
}
.navbar-default {
	-webkit-border-radius:0;
			border-radius:0;
	margin-bottom:0;
}
.navbar-header {
	border-bottom:1px solid transparent;
	display:block;
	margin:0;
	position:relative;
	width:100%;
}
.navbar-toggle {
	float:none;
	margin-right:0;
}
.navbar-collapse {
	border-top:none;
	-webkit-box-shadow:none;
			box-shadow:none;
}
.navbar-nav>li>a {
	text-shadow:none;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
	-webkit-box-shadow:none;
			box-shadow:none;
	filter:none;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
	background:none;
}
.flaticon:before {
	margin-left:0;
}

/****************************
COLOURS
****************************/
/*.navbar-header,*/
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle .icon-bar,
.buttons,
.buttons-xs .smart-wrap,
.buttons-sm .smart-wrap,
.modal-header,
.btn-blue,
.smart-forms .radio:before,
.smart-forms input:focus + .radio:before,
.dropdown-menu,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color:#112c50;
}
/*.contact h2,
.contact .email,*/
.navbar-default .navbar-nav>li>a,
.background p,
.slideshow p,
.btn-white,
.btn-white:focus,
.btn-white:hover,
.button-blue,
.button-blue:focus,
.button-blue:hover,
.products-xs .product,
.products-xs .product:focus,
.products-xs .product:hover,
.products-sm .product,
.products-sm .product:focus,
.products-sm .product:hover,
.footer p,
.hexagon:focus .text,
.hexagon:hover .text,
.modal-title,
.close,
.close:focus,
.close:hover,
.smart-forms button.btn-blue,
.btn-blue:focus,
.btn-blue:hover,
.collapse .smart-forms label,
.footer a,
.footer a:focus,
.footer a:hover,
.dropdown-menu>li>a,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color:#fff;
}
.contact .email:focus,
.contact .email:hover,
.collapse .smart-forms .gui-input:focus ~ .field-icon i,
.main h2,
.products h2,
.main h1,
blockquote p b,
.forms-box .fa,
.forms-box h4,
a {
	color:#2eb099;
}
.navbar-default,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background:#2eb099;
}
.navbar-green,
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar,
.products-xs,
.products-sm,
.footer,
.btn-green {
	background-color:#2eb099;
}
.navbar-default .navbar-toggle,
.smart-forms .gui-input:focus,
.smart-forms .gui-input:hover,
.smart-forms input:checked + .radio,
.smart-forms input:hover + .radio {
	border-color:#112c50;
}
.contact h2,
.contact .email,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.smart-forms button.btn-green,
.btn-green:focus,
.btn-green:hover,
.smart-forms .gui-input:focus ~ .field-icon i,
blockquote p,
.forms-box:focus .fa,
.forms-box:hover .fa,
.forms-box:focus h4,
.forms-box:hover h4 {
	color:#112c50;
}
.btn-white,
.btn-white:after,
.btn-white:before {
	border-color:#fff;
}
.collapse .smart-forms .gui-input:focus,
.collapse .smart-forms input:checked + .radio,
.collapse .smart-forms input:hover + .radio {
	border-color:#2eb099;
}
body {
	color:#6d6e70;
}
.btn-grey,
.btn-grey:before,
.btn-grey:after {
	border-color:#e3e4e0;
}
.btn-grey,
.btn-grey:focus,
.btn-grey:hover {
	color:#6d6662;
}
.navbar-header,
.footer .border span,
.hexagon {
	background-color:#fff;
}
.products-md {
	background-color:#e3e4e0;
}
.hexagon:before {
	border-bottom-color:#fff;
}
.hexagon:after {
	border-top-color:#fff;
}
.hexagon:hover {
	background-color:#d7d8d4;
}
.hexagon:hover:after {
	border-top-color:#d7d8d4;
}
.hexagon:hover:before {
	border-bottom-color:#d7d8d4
}
.hexagon .text {
	color:#d7d8d4;
}
.nav>li>a {
	border-color:#73c1af;
}
blockquote {
	border-color:#2eb099;
}
.forms-box {
	border-color:#ccc;
}

/****************************
STYLES
****************************/
::-moz-selection {
	background:#112c50;
	color:#fff;
}
::selection {
	background:#112c50;
	color:#fff;
}
.logo::-moz-selection,
.contact h2::-moz-selection,
.contact a.email::-moz-selection {
	background:#2eb099;
	color:#112c50;
}
.logo::selection,
.contact h2::selection,
.contact a.email::selection {
	background:#2eb099;
	color:#112c50;
}
a:not(.hexagon),
.forms-box h4,
.forms-box .fa {
	-webkit-transition:all .4s ease-in-out;
			transition:all .4s ease-in-out;
}
.pb-20 {
	padding-bottom:20px;
}
.pt-20 {
	padding-top:20px;
}
.mr-20 {
	margin-right:20px;
}
.contact h2 {
	font-size:26px;
	margin-bottom:5px;
}
.contact .email {
	font-size:14px;
	font-weight:300;
}
.contact .fa {
	font-size:24px;
}
.navbar-green {
	border-top:1px solid #fff;
	overflow:hidden;
	text-align:center;
}
.background {
	height:300px;
	position:relative;
	width:100%;
}
.crossfade > div {
	-webkit-animation: imageAnimation 30s linear infinite 0s;
	   -moz-animation: imageAnimation 30s linear infinite 0s;
		 -o-animation: imageAnimation 30s linear infinite 0s;
		-ms-animation: imageAnimation 30s linear infinite 0s;
			animation: imageAnimation 30s linear infinite 0s;
	-webkit-backface-visibility: hidden;
			backface-visibility:hidden;
	background-position:-420px;
	background-repeat: no-repeat;
	background-size: cover;
	height:300px;
	left:0;
	opacity: 0;
	position: absolute;
	top:0;
	width:100%;
}
.crossfade > div:nth-child(1) {
	background-image:url(../img/slides/5.jpg);
}
.crossfade > div:nth-child(2) {
	-webkit-animation-delay: 6s;
	   -moz-animation-delay: 6s;
		 -o-animation-delay: 6s;
		-ms-animation-delay: 6s;
			animation-delay: 6s;
	background-image:url(../img/slides/1.jpg);
}
.crossfade > div:nth-child(3) {
	-webkit-animation-delay: 12s;
	   -moz-animation-delay: 12s;
		 -o-animation-delay: 12s;
		-ms-animation-delay: 12s;
			animation-delay: 12s;
	background-image:url(../img/slides/2.jpg);
}
.crossfade > div:nth-child(4) {
	-webkit-animation-delay: 18s;
	   -moz-animation-delay: 18s;
		 -o-animation-delay: 18s;
		-ms-animation-delay: 18s;
			animation-delay: 18s;
	background-image:url(../img/slides/3.jpg);
}
.crossfade > div:nth-child(5) {
	-webkit-animation-delay: 24s;
	   -moz-animation-delay: 24s;
		 -o-animation-delay: 24s;
		-ms-animation-delay: 24s;
			animation-delay: 24s;
	background-image:url(../img/slides/4.jpg);
}
.slideshow {
	height:300px;
	width:100%;
}
.opacity {
	background:rgba(196, 197, 198, 0.7);
	margin-top:70px;
	padding:10px;
}
.background p,
.slideshow p {
	font-size:20px;
	font-weight:300;
	margin-bottom:20px;
}
.btn-box {
	-webkit-border-radius:0;
			border-radius:0;
	border-style:solid;
	border-width:2px;
	font-weight:300;
	padding:10px 12px;
	position:relative;
}
.btn-box:after {
	content:"";
	position: absolute;
	top: 12px;
	left: 97px;
	right: 0;
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	border-right-width:2px;
	border-right-style:solid;
	border-bottom-width:2px;
	border-bottom-style:solid;
}
.btn-box:before {
	content:"";
	position:absolute;
	width:17px;
	height:13px;
	border-left-width:2px;
	border-left-style:solid;
	left:100px;
}
.buttons-xs .button-blue,
.buttons-sm .button-blue {
	display:block;
	width:100%;
}
.buttons-md {
	display:none;
}
.buttons .button-blue {
	overflow:hidden;
	padding:10px 20px;
}
.buttons .button-blue {
	border-top:1px solid #fff;
}
.buttons .button-blue:first-child,
.products .productRow:first-child {
	border-top:none;
}
.buttons .button-blue h3 {
	font-size:22px;
	font-weight:300;
}
.buttons .button-blue .fa {
	font-size:60px;
}
.buttons-sm {
	display:none;
}
.products-xs,
.products-sm {
	margin-top:1px;
}
.products-xs .product,
.products-sm .product {
	display:block;
	width:100%;
}
.products-xs .productRow,
.products-sm .productRow {
	border-top:1px solid #fff;
	overflow:hidden;
}
.product .flaticon:before {
	font-size:30px;
	line-height:1;
}
.product h4 {
	font-weight:300;
	margin-top:5px;
}
.products-xs .productColm,
.products-sm .productColm {
	border-left:1px solid #fff;
	padding-bottom:10px;
	padding-top:10px;
}
.products-xs .productColm:first-child,
.products-sm .productColm:first-child {
	border-left:none;
	padding-right:14px;
}
.products-md {
	display:none;
}
.main,
.footer {
	padding:30px 0;
}
.main h1 {
	font-weight:300;
}
.main h2 {
	font-weight:300;
	margin-bottom:30px;
}
.main h2.first {
	margin-top:0;
}
.footer {
	position:relative;
}
.footer .border span {
	display:block;
	height:2px;
	margin:30px 0;
	width:100%;
}
.footer p {
	font-size:12px;
	font-weight:300;
}

/****************************
SUB PAGE STYLES
****************************/
.products-page .background {
	height:250px;
}
.products-page .background .container {
	display:none;
}
.residential .background {
	background-image:url(../img/backgrounds/resi.jpg);
	height:200px;
}
.btl .background {
	background-image:url(../img/backgrounds/btl.jpg);
	height:200px;
}
.specfin .background {
	background-image:url(../img/backgrounds/specfin.jpg);
	height:200px;
}
.protection .background {
	background-image:url(../img/backgrounds/protection.jpg);
	height:200px;
}
.work-with .background {
	background-image:url(../img/backgrounds/work-with.jpg);
	height:200px;
}
.forms .background {
	background-image:url(../img/backgrounds/forms.jpg);
	height:200px;
}
.about .background {
	background-image:url(../img/backgrounds/about.jpg);
	height:200px;
}
.contact .background {
	background-image:url(../img/backgrounds/contact.jpg);
	height:200px;
}
.products-page h1 {
	margin-top:0;
	margin-bottom:30px;
}
.logos {
	display:inline-block;
	margin-top:40px;
	overflow:hidden;
}
.logos li {
	display:inline-block;
	margin-right:15px;
	width:15%;
}
.logos li img {
	width:100%;
}
.iep .smart-forms .field-label {
	display:inline-block;
	margin-bottom:0;
	margin-top:14px;
	width:32%;
}
.iep .smart-forms .field-label.two {
	margin-top:7px;
}
.iep .smart-forms .prepend-icon {
	margin-left:10px;
	width:60%;
}
#map {
	height:300px;
	margin-top:30px;
	width:100%;
}
body.forms {
	margin-bottom:0;
	margin-top:0;
}
.forms {
	margin-bottom:50px;
	margin-top:30px;
}
.forms>li {
	float:none;
	margin-bottom:20px;
}
.forms-box {
	display:block;
	padding:10px 20px 10px 0;
	text-align:left;
	width:100%;
}
.forms-box .fa {
	font-size:40px;
	margin-right:10px;
}
.forms-box h4 {
	display:inline-block;
	margin-top:0;
	vertical-align:bottom;
}
.btn-more {
	margin-top:20px;
	padding:15px 20px;
}
.btn-more:focus {
	color:#fff;
}
.btn-more.collapsed:before {
	content:'Click here to prepare for your protection insurance meeting';
}
.btn-more:before {
	content:'Close';
}
.wiseCollapse {
	margin-top:40px;
}

/****************************
MEDIA QUERIES
****************************/
@media (max-width:767px) {
	.ta-center-xs {
		text-align:center;
	}
}
@media (min-width:768px) {
	body:before {
		content:"tablet";
		display:none;
	}
	.ta-right {
		text-align:right;
	}
	.nav>li>a {
		border-right-style:solid;
		border-right-width:1px;
	}
	.nav>li:last-child>a {
		border:none;
	}
	.buttons-xs,
	.products-xs {
		display:none;
	}
	.logos li {
		margin-right:30px;
		width:8%;
	}
}
@media (max-width:805px) and (min-width:768px) {
	.nav>li>a {
		padding:15px 6px;
	}
}
@media (max-width:991px) and (min-width:806px) {
	.nav>li>a {
		padding:15px 9px;
	}
}
@media (max-width:991px) and (min-width:768px) {
	.navbar .container {
		margin-right:0;
		margin-left:0;
		width:auto;
	}
	.navbar-collapse {
		padding:0;
	}
	.buttons-sm {
		display:block;
	}
}
@media (min-width:992px) {
	body:before {
		content:"small_desktop";
		display:none;
	}
	.wrapper {
		min-height:calc(100vh - 270px);
	}
	.no-padd-md {
		padding-left:0;
		padding-right:0;
	}
	.navbar-left>li:first-child>a {
		padding-left:0;
	}
	.navbar-right>li:last-child>a {
		padding-right:0;
	}
	.navbar-collapse {
		padding-left:0;
		padding-right:0;
	}
	.crossfade > div {
		background-position:center;
	}
	.background,
	.crossfade > div {
		height:450px;
	}
	.background p,
	.slideshow p {
		font-size:28px;
	}
	.opacity {
		background-color:transparent;
		margin-top:100px;
	}
	.products-md {
		display:block;
		min-height:400px;
		padding:30px 0 0;
	}
	.products-md .container {
		background-image:url(../img/houses.png);
		background-position:right 187px;
		background-repeat:no-repeat;
		height:370px;
	}
	.products-md h2 {
		display:inline-block;
		font-weight:300;
		margin-bottom:30px;
		margin-top:0;
		position:relative;
		top:-120px;
	}
	.hexagon {
		display:inline-block;
		width: 150px;
		height: 111px;
		position: relative;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	.hexagon .text {
		display:inline-block;
		left:30px;
		position:absolute;
		top:10px;
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		z-index:8;
	}
	.hexagon .text .flaticon:before {
		font-size:60px;
		line-height:1.1;
	}
	.hexagon .text h4 {
		font-size:16px;
		margin-bottom:0;
		margin-top:10px;
	}
	.hexagon:before {
		content: "";
		position: absolute;
		top: -32px;
		left: 0;
		width: 0;
		height: 0;
		border-left: 75px solid transparent;
		border-right: 75px solid transparent;
		border-bottom-style:solid;
		border-bottom-width:33px;
	}
	.hexagon:after {
		content: "";
		position: absolute;
		bottom: -32px;
		left: 0;
		width: 0;
		height: 0;
		border-left: 75px solid transparent;
		border-right: 75px solid transparent;
		border-top-style:solid;
		border-top-width:33px;
	}
	.hex1 {
		left:-61px;
		top:79px;
	}
	.hex2 {
		left:-70px;
		top:0;
	}
	.hex3 {
		left:-221px;
		top:153px;
	}
	.hex3 .text {
		left:0;
	}
	.hex4 {
		left:-231px;
		top:75px;
	}
	.hex5 {
		left:-216px;
		top:-40px;
	}
	.hex6 {
		left:-371px;
		top:113px;
	}
	.buttons-md {
		display:block;
		margin-top:269px;
	}
	.button-blue {
		cursor:pointer;
		display:block;
	}
	.modal-open .site-wrapper {
		-webkit-filter:blur(5px);
		   -moz-filter:blur(5px);
		   	-ms-filter:blur(5px);
		   	 -o-filter:blur(5px);
		   	 	filter:blur(5px);
	}
	.modal-body .smart-forms .form-body {
		padding:40px 0;
	}
	.modal-body .smart-wrap {
		padding:0 9px;
	}
	blockquote {
		margin-top:50px;
	}
	blockquote p {
		font-size:32px;
		font-weight:300;
	}
}
@media (min-width:1200px) {
	body:before {
		content:"desktop";
		display:none;
	}
	.background,
	.crossfade > div {
		height:500px;
	}
	.background p,
	.slideshow p {
		font-size:32px;
	}
	.buttons-md {
		margin-top:339px;
	}
}

a.facebook{
display:inline-block;
padding:0.55em 1.2em;
border:0.1em solid #4267B2;
margin:0 0.3em 0.3em 0;
border-radius:0.12em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:600;
color:#4267B2;
text-align:center;
transition: all 0.2s;
}
a.facebook:hover{
color:#4267B2;
font-family:'Roboto',sans-serif;
font-weight:600;
color:#FFF;
background-color:#4267B2;
}
@media all and (max-width:30em){
a.facebook{
display:block;
margin:0.4em auto;