 @import url("https://use.typekit.net/lop3alj.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	position: relative;
}
body {
	font-family: "semplicitapro", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:21px;
	color:#676767;
}
img {
	max-width:100%;
	height:auto;
}
.container {
	max-width: 1460px;
	margin:0px auto;
	padding:0px 30px;
}
.clear:after {
	content:'';
	display:block;
	clear:both;
}
.mobile {
	display: none;
}
.nomobile {
	display: block;
}
body.home {
	background: #fff url("../../Assets/Images/seacoast-background.jpg") 0 1300px no-repeat;
	background-size: 100% auto;
}
/* ERRORS & ALERTS */
	.Alert {
		background-color: #F7D3A5;
	}
	.alert {
		background-color: #F7D3A5;
		padding: 20px;
	}

	.alert.bad {
		color: red;
		font-weight: bold;
	}

	.alert.good {
		color: green;
		font-weight: bold;
	}

	div.Errors,
	.BadAlert {
		border: 1px solid red;
		height: auto;
		background: #EFE0E0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 10px;
		margin-bottom: 10px;
	} 

	.BadNews {
		color: red;
	}
	.GoodNews {
		color: green;
	}

	.GoodAlert {
		padding: 10px;
		border: 1px solid green;
		height: auto;
		background: #E2EFE0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		margin-bottom: 10px;
	}
/* ^ ERRORS & ALERTS */
/* HEADER */
	header {
		position:fixed;
		top:0px;
		z-index:4;
		width:100%;
		background:transparent;
		border-bottom:0px solid #ff7200;
		padding-top: 10px;
	}
	.scroll header {
		background: #fff;
		border-bottom:1px solid #ff7200;
	}
	#header:after {
		content:'';
		display:block;
		clear:both;
	}
	header #bg {
		padding: 15px 0;
		background: rgba(255,255,255,.8);
	}
	header #bg #left {
		float:left;
		width:50%;
	}

	header #bg #right {
		float:right;
		width:50%;
		padding-top: 5px;
	}
	header #bg #right span {
		margin-left: 30px;
		font-weight: bold;
		line-height: 32px;
		color: #000;
	}
	header #bg #right span a {
		color: #000;
	}
	header #bg #right span img {
		vertical-align:middle;
	}
	header #bg #right span.concord {
		padding-left: 30px;
		border-left: 1px solid #000;
	}
	header #mobile-logo {
		padding: 10px 0;
		text-align: center;
	}
	header #mobile-logo .whatsapp,
	header #mobile-logo .concord,
	header #mobile-logo .phone,
	header #mobile-logo .logo {
		padding: 5px 0;
	}
	header #mobile-logo .phone img,
	header #mobile-logo .whatsapp img {
		vertical-align:middle;
	}
	header #mobile-logo .logo img{
		max-width: 300px;
	}
/* ^ HEADER */
/* NAVIGATION */
	header nav.mainmenu {
		text-align:right;
		background: #ff7200;
		color: #000;
		margin-top: 15px;
		float: right;
		z-index: 99;
	}
	
	header .nav > ul {
		list-style:none;
		width:100%;
		display:block;
		margin:0px auto;
		font-size: 0px; /*elimiates spacing between li*/
	}
	header .nav ul li {
		margin-bottom:0px;
	}
	header .nav > ul > li {
		display:inline-block;
	}
	header .nav ul li a {
		text-decoration:none;
		display:block;
		padding:10px 0px;
		font-size:20px;
		color: #000;
	}
	header .nav > ul > li > a {
		border-right:1px solid #fff;
		padding:0px 30px;
		margin:10px 0px;
		text-transform: uppercase;
		color: #fff;
	}
	header .nav ul li:last-of-type a {
		border-right:0px;
	}
	header .nav > ul > li:hover {
		background: #b5570b;
	}
	header .nav > ul > li:hover > a {
	}
	header .nav > ul > li ul  {
		display:none;
		position:absolute;
		text-align:left;
		margin-left:0px;
		background-color:#fff;
		min-width: 250px;
		border-right: 1px solid #dedede;
		border-left: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
	}
	header .nav > ul > li ul li {
		display:block;
	}
	header .nav > ul > li ul li a {
		font-weight:300;
		padding:10px 20px;
		display:block;
		white-space: nowrap;
		color: #000;
		text-transform: none;
	}
	header .nav > ul > li > ul > li a:hover {
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
		background: #676767;
		color: #fff;
	}
/* ^ NAVIGATION */
/* CONTENT */
	main {
	}
	#main {
		position: relative;
		z-index:2;
		padding-top:0px;
		padding-bottom:0px;
	}
	#default #main {
		padding-top: 0;
	}
	#main:after {
		content:'';
		display: block;
		clear:both;
	}
	h1 {
		font-size:44px;
		color:#676767;
		margin-bottom:15px;
		font-weight: bold;
	}
	h2 {
		font-size:34px;
		color:#ff7200;
		margin-bottom:15px;
		font-weight: bold;
	}
	h3 {
		font-size:21px;
		color:#676767;
		margin-bottom:15px;
		font-weight: bold;
	}
	p {
	  margin-bottom:15px;
	}
	a {
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
		color:#ff7200;
		text-decoration:none;
	}
	a:hover {
		color:#ff7200;
		text-decoration: underline;
	}

	.form .submit,
	.button,
	a.button {
		background-color:#ff7200;
		display:inline-block;
		padding:7px 25px;
		color:#fff;
		font-size:20px;
		text-decoration: none;
		border-radius: 0px;
		border: 0px;
		border: 1px solid #fff;
		text-transform: uppercase;
	}
	.form .submit:hover,
	a.button:hover {
		background-color:#b5570b;
	}
	#tinymce ol, 
	#tinymce ul, 
	main ol, 
	main ul {
		list-style-position: outside;
		margin-left: 25px;
	}	
	#tinymce ol li, 
	#tinymce ul li, 
	main ol li, 
	main ul li {
		margin-bottom: 5px;
	}	
	
	.left {
		float:left;
		width:80%;
		padding-right:50px;
	}
	.right {
		float:left;
		width:20%;
	}
	.hidden {
		display: none;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
/* ^ CONTENT */
/* BLOCKS */
	.block {}
	.block:after {
		content:'';
		display: block;
		clear:both;
	}
	.block .left {
		width: 60%;
		margin-right: 5%;
		padding: 0;
	}
	.block .right {
		width: 35%;
		margin: 0;
		padding: 0;
	}
	.block .singlecolumn {}
	.block .singlecolumn.withbg {
		padding: 40px 0;
		color: #fff;
	}
	.block .singlecolumn.withbg h2 {
		color: #fff;
	}
	.block .doublecolumn {}
	.block .doublecolumn h2 {
		margin-top: 60px;
	}
	.block .doublecolumn.wideright .left {
		width: 35%;
		margin-right: 5%;
		padding: 0;
	}
	.block .doublecolumn.wideright .right {
		width: 60%;
		margin: 0;
		padding: 0;
	}
	.block .doublecolumn.equal .left {
		width: 48%;
		margin: 0 2% 0 0;
		padding: 0;
	}
	.block .doublecolumn.equal .right {
		width: 48%;
		margin: 0 0 0 2%;
		padding: 0;
	}
	.block .doublecolumn.equal.withbg .right {
		padding-left: 25px;
	}
	.block.small-bottom-padding {
		padding-bottom: 20px;
	}
	.block.large-bottom-padding {
		padding-bottom: 40px;
	}
	.small-top-padding,
	.block.small-top-padding {
		padding-top: 20px;
	}
	.block.large-top-padding {
		padding-top: 40px;
	}
	.block .doublecolumn.withbg {
		background-size: cover;
		background-repeat: no-repeat;
		padding: 100px 0;
		color:#676767;
		min-height: 500px;
	}
	.block .doublecolumn.withbg h3 { 
		color:#676767;
		font-size: 36px;
	}
	.block .doublecolumn.withbg p { 
		color:#676767;
	}
	.block .doublecolumn.white-text p { 
		color:#fff;
	}
	.block .doublecolumn.withbg a.button {
		background: #fff;
		color: #236EA8;
		text-transform: none;
		border-radius: 0px;
		margin-top: 20px;
	}
	.block .doublecolumn.withbg a.button:hover {
		background: #efefef;
	}
	
	/* TRIPLE */
		.TripleColumn .container {
			display: table;
		}
		.TripleColumn .right,
		.TripleColumn .center,
		.TripleColumn .left {
			width: 31%;
			float: none;
			text-align: center;
			margin: 0;
			display: table-cell;
			vertical-align: top;
		}
		.TripleColumn .right p,
		.TripleColumn .center p,
		.TripleColumn .left p {
			margin-bottom: 0px;
		}
		.TripleColumn .center {
			margin: 0 3%;
		}
		.TripleColumn.double .left {
			margin: 0 3% 0 17%;
		}
		.TripleColumn.double .right {
			margin: 0 18% 0 0%;
		}
		.TripleColumn .Blue,
		.TripleColumn .Purple,
		.TripleColumn .Brown,
		.TripleColumn .Green {
			margin-left: 20px;
			border-bottom-left-radius: 40px;
			border-bottom-right-radius: 40px;
			border-top-right-radius: 40px;
		}
		.TripleColumn .Blue div,
		.TripleColumn .Purple div,
		.TripleColumn .Brown div,
		.TripleColumn .Green div {
			padding: 30px;
		}
		.TripleColumn div img,
		.TripleColumn div img,
		.TripleColumn div img,
		.TripleColumn div img {
			display: block;
			margin: 0 auto;
		}
		.TripleColumn .Green div {
			color: #668110;
		}
	/* ^ TRIPLE */
	/* FOUR COLUMN ICONS */
		.FourBlock {}
		.TripleColumn .Brown,
		.FourBlock .col {
			width: 23%;
			margin: 1%;
			float: left;
			border-top-right-radius: 40px;
			border-bottom-right-radius: 40px;
			border-bottom-left-radius: 40px;
			text-align: center;
			padding: 60px 30px;
			background: #C0B891;
			-webkit-transition: all 0.25s ease;
			-moz-transition: all 0.25s ease;
			-o-transition: all 0.25s ease;
		}
		.FourBlock .col {
			min-height: 325px;
		}
		.TripleColumn .Blue,
		.FourBlock .col.Blue {
			background: #A5B6C0;
		}
		.TripleColumn .Green {
			background: #dce7e0;
		}
		.FourBlock .col.Green {
			background: #C0C7B2;
		}
		.TripleColumn .Purple,
		.FourBlock .col.Purple {
			background: #C2A59F;
		}
		.FourBlock .col .image {
			margin-bottom: 15px;
		}
		.FourBlock .Brown:hover,
		.FourBlock .Brown:hover {
			background: #A49D78;
		}
		.FourBlock .Green:hover,
		.FourBlock .Green:hover {
			background: #869270;
		}
		.FourBlock .Blue:hover,
		.FourBlock .Blue:hover {
			background: #818F98;
		}
		.FourBlock .Purple:hover,
		.FourBlock .Purple:hover {
			background: #9F857F;
		}
		.FourBlock .col .title a,
		.FourBlock .col .title {
			color: #fff;
			font-size: 30px;
		}
	/* ^ FOUR COLUMN ICONS */
	/* GALLERY */
		.gallery-slider {
			position: relative;
			padding: 0px;
			margin: 0 auto;
		}
		.gallery-slider #gallerys-frame {
			position: relative;
			overflow: hidden;
		}
		.gallery-slider #gallerys-frame-slider {
			position: absolute;
			width: 100%;
		}
		.gallery-slider .scroll-left {
			position: absolute;
			left: -50px;
			top: 40%;
			cursor: pointer;
			z-index: 99;
		}
		.gallery-slider .scroll-right {
			position: absolute;
			right: -50px;
			top: 40%;
			cursor: pointer;
			z-index: 99;
		}
		.gallery-slider .gallery {
			padding: 0px;
			position: absolute;
			width: 100%;
			max-width: 1000px;
			min-width: 600px;
			text-align: center;
			overflow: hidden;
		}
		.gallery-slider .gallery img {
			width: 100%;
		}
		.gallery-slider #gallery-frame {
			position: relative;
			overflow: hidden;
			padding: 0px;
			max-width: 1000px;
			margin: 0 auto;
		}
	/* ^ GALLERY */
/* ^ BLOCKS */
/* FORMS */
	input[type="text"], textarea, select {
		-webkit-appearance: none;
		border-radius: 0;
		font-family:inherit;
		font-size:inherit;
		font-weight:inherit;
		background-color:#f3f3f3;
		border:0px;
		padding:10px;
		width:100%;
		margin-bottom:15px;
	}
/* ^ FORMS */

/* FOOTER */
	#scroll-up {
		position:fixed;
		opacity:.5;
		z-index:99999999999;
		right:20px;
		bottom:30px;
		width:30px;
		height:30px;
		border-radius:50%;
		text-align:center;
		cursor:pointer;
		color:#fff;
		background-color:#000;
		display:none;
		font-size:30px;
		font-family:verdana, sans-serrif;
	}
	#scroll-up:hover {
		opacity:1;
	}
	footer {
		background:#2B1102 url('../../Assets/Images/footer-background.jpg') 0 0 no-repeat;
		background-size: cover;
		color: #fff;
	}
	#footer {
		color:#fff;
		font-size:16px;
		padding-top:0px;
		padding-bottom:0px;
	}
	#footer a {
		color: #fff;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer .table {
		width: 100%;
	}
	#footer .right,
	#footer .left {
		width: 60%;
		margin: 0px;
		padding: 40px 0;
		height: 380px;
	}
	#footer .right {
		width: 40%;
		padding-top: 80px;
	}
	#footer .right h3 {
		color: #fff;		
	}
	#footer .siteby {
		padding: 20px;
	}
/* ^ FOOTER */
/* MOBILE */
#mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:100px;
	font-family:Arial;
	margin:0px auto;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:14px;
	line-height:22px;
}
.map-responsive{
	overflow:hidden;
	padding-bottom:116.25%;
	position:relative;
	height:0;
}
.map-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

@media (max-width:1310px) {
	header #bg #left {
		width: 45%;
	}
	header #bg #right { 
		width: 55%;
	}
}
@media (max-width:1100px) {
	header #bg #left {
		width: 35%;
	}
	header #bg #right { 
		width: 65%;
		padding-left: 30px;
	}
	header #bg #right span {
		font-size: 20px;
		margin-left: 15px;
	}
}
@media (max-width:1000px) {
	header {
		position: relative;
	}
	#header {
		padding:0px;
	}
	#header #left #logo {
		position: relative;
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}
	header nav.mainmenu {
		background-color: #ff7200;
		width:100%;
		float:none;
		margin-top: 20px;
		clear:both;
		cursor: pointer;
	}
	#mobile-nav {
		display:block;
	}
	#footer #mobile-nav {
		display: none;
	}
	header .nav > ul {
		display:none;
		position:absolute;
		background-color:#ededed;
		padding-left:0px;
		width:100%;
	}
	header .nav ul li {
		display:block;
		border-top:1px solid #ccc;
		text-align:left;
	}
	header .nav > ul > li > a {
		padding:10px 20px;
		margin:0px;
		color: #000;
		font-size: 20px;
	}
	header .nav > ul > li ul {
		position:relative;
	}
	header .nav > ul > li:hover {
		background-color: #b5570b;
	}
	header .nav > ul > li:hover > a {
		color: #fff;
		border:0px;
	}
	#header #right #top {
		text-align: center;
	}
	.FourBlock .col,
	.block .doublecolumn .left,
	.block .doublecolumn .right,
	.block .doublecolumn.equal .left,
	.block .doublecolumn.equal .right,
	.block .doublecolumn.wideright .left,
	.block .doublecolumn.wideright .right,
	.TripleColumn .left,
	.TripleColumn .right,
	.TripleColumn .center,
	.TripleColumn.double .left,
	.TripleColumn.double .right,
	#header #left,
	#header #right,
	#footer .left,
	#footer .right,
	#footer .right .left,
	#footer .right .right,
	.left,
	.right {
		width:100%;
		margin: 10px 0;
		padding: 0;
	}
	.FourBlock .col {
		padding: 40px 0;
	}
	.TripleColumn .right, .TripleColumn .center, .TripleColumn .left {
		display: block;
	}
	h2 {
		font-size: 28px;
	}
	#footer .right .left {
		text-align: center;
	}
	#footer .right .right {
		border-left: 0px;
	}
	#header #left,
	#header #right a,
	#header #right {
		text-align: center;
	}
	#header #right {
		margin: 10px 0 0 0;
	}
	footer {
		text-align: center;
	}
	#footer .left,
	#footer .right {
		margin: 0;
		text-align: center;
		padding-top: 20px;
		height: auto;
	}
	#footer .right {
		padding: 20px;
	}
	#footer .table {
		padding: 0px;
		margin: 0px;
	}
	header #bg {
		background: rgba(240,240,240,.8); 
	}
}
@media (max-width:800px) {
	body.home {
		background-image: none;
	}
	h1 {
		font-size: 30px;
	}
	.mobile {display: block;}
	.no-mobile {display: none;}
}