body {
	font-family:  "museo-sans",serif;
	font-size: 22px;
	line-height: 25px;
	color: #8c96a7;
	padding-top: 277px;
}
main .container {
	max-width: 1360px;
	margin: 0px auto;
	padding: 0px 30px;
}
a {
	color:#8c96a7;
}
a:hover {
	color:#000;
}
p {
	line-height: 28px;
	margin-bottom: 25px;
}

h1 {
	font-weight:700;
	font-size:38px;
	color:#394458;
	line-height: 56px;
}
h2 {
	font-weight:700;
	font-size:21px;
	margin-bottom:15px;
	color:#394458;
}
h3 {
	font-weight:700;
	font-size:24px;
	margin-bottom:10px;
	color:#394458;
}
h4 {
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
h5 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
h6 {
	font-size: 24px;
	color: #f38901;
	font-weight: bold;
}
main {
	background-size: cover;
}
.block .bgcolor {
	padding: 30px;
}
.block.withbg h6 {
	color: #f38901;
}
.block .bgcolor h5 a,
.block.withbg h5 a {
	color: #f38901;
}
#navigation {
	background: #8d96a7;
}
header .nav > ul {
	text-align: center;
}
header .nav > ul > li > a {
	color: #fff;
	text-transform: uppercase;
	padding: 15px 20px;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
}
header .nav ul li:hover {
	background: #5f6a7e;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
header .nav ul li:hover a {

}
.button {
	padding: 10px 20px;
	background: #587291;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 22px;
	border-radius: 0;
}
.button:hover {
	background: #35475c;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.col14 {
	width: 23%;
	float: left;
	margin: 0 1%;
}

	.mobile {
		display: none;
	}
	.no-mobile {
		display: block;
	}

/* HEADER */
	header {
		background: #fff;
	}
	header #above-nav {
		background: transparent;
		padding: 20px 0;
	} 
	header #logo {
		width: 20%;
		margin-right: 5%;
	}
	header #logo img {
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
		max-width: 270px;
	}
	.scroll header #logo img {
		max-width: 200px;
	}
	header #links {
		width: 75%;
	}
	header #links a {
		color: #666;
	}
	header #phoneandaddress {
		text-align: right;
	}
	header #phoneandaddress {
		display: flex;
		flex-wrap: wrap;
		justify-content: right;
		align-items: center;
	}
	header #phoneandaddress #phoneandaddressWrapper {
		width: 92%;
		font-weight: bold;
		line-height: 25px;
		text-align: right;
	}
	header #phoneandaddress #phoneandaddressWrapper a {
		color: #8c96a7;
	}
	header #phoneandaddress #social {
		width: 8%;
	}
	header #slogan {
		margin-top: 45px;
		margin-right: 80px;
		font-weight: normal;
		font-size: 32px;
		text-align: right;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.scroll header #slogan {
		margin-top: 30px;
		font-size: 26px;
	}

/* ^ HEADER */
/* BLOCKS */
	#default .banner,
	#default .banner-slider {
		max-height: 2000px;
	}
	.doublecolumn.wideleft .right .button,
	.doublecolumn.wideright .left .button {
		margin-top: 100px;
	}
	.TabbedPanel.Purple,
	.TabbedPanel.Brown,
	.TabbedPanel.Green,
	.TabbedPanel.Blue,
	.TripleColumn.Purple,
	.TripleColumn.Brown,
	.TripleColumn.Green,
	.TripleColumn.Blue {
		padding: 20px 0 50px;
		clip-path: polygon(100% 1%, 100% 85%, 50% 100%, 0 85%, 0 0);
	}
	.TabbedPanel.Blue .content,
	.TripleColumn.Blue {
		background: #d5eef1;
	}
	.TabbedPanel.Green .content,
	.TripleColumn.Green {
		background: #aadfac;
	}
	.TabbedPanel.Brown .content,
	.TripleColumn.Brown {
		background: #dfc7aa;
	}
	.TabbedPanel.Purple .content,
	.TripleColumn.Purple {
		background: #caaadf;
	}
	.TripleColumn .left,
	.TripleColumn .right,
	.TripleColumn .center {
		padding: 0 30px;
	}
	.TripleColumn h3 {
		font-size: 26px;
	}
	.TripleColumn h3 strong {
		font-size: 50px;
	}
	
	.TabbedPanel .header .tab-header {
		background: #486f90;
		color: #fff;
		text-align: center;
		margin-right: 15px;
		padding: 10px;
		float: left;
		cursor: pointer;
	}
	.TabbedPanel .header .tab-header:hover {
		text-decoration: underline;
	}
	.TabbedPanel .header .tab-header.active {
		background: #0a83eb;
	}
	.TabbedPanel .content .tab-content {
		display: none;
		padding: 30px 0;
	}
	.TabbedPanel .content .tab-content.active {
		display: block;
	}


/* ^ BLOCKS */
/* FOOTER */
	footer {
		background: #fff;
		color: #333;
		padding: 0px 0;
		margin: 0px 0;
		font-size: 20px;
		border-top: 0px solid #000;
	}
	
	#footer {
		padding-top:0px;
		padding-bottom:0px;
		color: #8d96a7;
		font-size: 15px;
		font-weight: bold;
	}	
	#footer a {
		color: #8d96a7;
	}
	#footer p {
		margin-bottom: 0px;
	}
	#footer p.copyright {
		margin-bottom: 10px;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #666;
	}
	#footer .rocks {
		width: 25%;
	}
	#footer .left {
		width: 48%;
		border-right: 0px solid #000;
		padding: 50px 2% 50px 0;
	}
	#footer .right {
		width: 25%;
		padding: 50px 0;
		text-align: right;
	}
	#footer .right img {
		max-width: 270px;
	}
	#footer .left ul {
		list-style: none;
		width: 100%;
		text-align: right;
	}
	#footer .left ul li {
		text-align: right;
		text-transform: uppercase;
		font-size: 23px;
		margin: 15px 0;
	}
	#footer .title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	#footer .siteby {
		margin-top: 30px;
	}
		/* ^ FOOTER */
.banner-slider,
.banner {
	max-height: 1700px;
}
.NestedBlockWrapper .flex {
	align-items: center;
}
.rocks img {
	position: relative;
	top: -20px;
	margin-right: 15px;
	float: left;
	z-index: 99;
}
.Testimonial {
	width: 80%;
	margin: 50px auto 0;
	background: url('../../Assets/Images/flower-testimonial.png') 0 0 no-repeat;
	color: #bf9064;
	padding-top: 100px;
}
.block.add-top-padding .TwoColumn .left,
.block.add-top-padding .TwoColumn.wideleft .left,
.block.add-top-padding .left {
	padding-top: 20px;
}
#bamboo {
	display: none;
	position: absolute;
	top: 206px;
	right: 0px;
	width: 455px;
	height: 830px;
	z-index: 9999;
}

.home #bamboo {
	display: block;
}
@media (max-width: 1700px) {
  .Testimonial {
    margin: 50px auto 0;
  }
}
@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	header #slogan {
		margin-top: 35px;
		font-size: 26px;
	}
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
	header #logo img {
		max-width: 240px;
	}
}
@media (max-width:1000px) {
	body {
		padding-top: 0px;
	}
	p a {
		overflow-wrap: break-word; /* Standard property */
		word-wrap: break-word; /* Older, but still widely used alias */
	}
	h1 {
		font-size: 32px;
		line-height: 44px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 24px;
	}
	.button {
		display: block;
		text-align: center;
	}
	#footer .rocks,
	header #links #social,
	header #links .top-menu,
	.hide,
	.no-mobile {
		display: none;
	}
	.button,
	.mobile {
		display: block;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
		
	/* HEADER */
		header { }
		header #logo img {
			max-width: 220px;
		}
		header #links {
			padding-top: 15px;
		}
		header #links,
		header #logo {
			text-align: center;
			width: 100%;
			margin: 0px 0;
		}
		footer .city,
		footer .address1,
		header .city,
		header .address1,
		header #pnumber,
		header #hours {
			display: block;
		}
		header #phoneandaddress #phoneandaddressWrapper {
			width: 100%;
			text-align: center;
			font-size: 18px;
		}
		header #slogan {
			margin-top: 15px;
			margin-right: 0px;
			font-size: 24px;
			text-align: center;
			display: none;
		}
	/* ^ HEADER */
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .left,
	#footer .right,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	header #links .phone,
	header #links #social {
		margin: 10px 0;
		padding: 0;
		border: 0px;
		text-align: center;
	}
	#footer .left ul,
	#footer .left,
	#footer .right {
		text-align: center;
		padding: 0;
		border: 0px;
	}
	#footer .left ul li {
		text-align: center;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
	#footer .right img {
		max-width: 170px;
	}
}
