body {
	font-family: "rockwell", sans-serif;
	font-size: 22px;
	color: #333;
	font-weight: 400;
	font-style: normal;
	padding-top: 242px;
}
body.home {
	padding-top: 0px;
}
body#tinymce {
	padding-top: 0;
}
a {
	color:#1140ce;
}
a:hover {
	color:#4666c6;
}
p {
	line-height: 32px;
	margin-bottom: 25px;
}

h1 {
	font-size: 48px;
	font-weight: normal;
	color: #000;
	font-weight: 700;
}
h2 {
	font-size: 40px;
	color: #000;
	font-weight: 700;
}
h3 {
	font-size: 28px;
	color: #000;
	font-weight: 700;
}
h4 {
	font-size: 26px;
	color: #000;
	font-weight: bold;
}
h5 {
	font-size: 24px;
	color: #000;
	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: #000;
}
header .nav > ul {
	text-align: center;
}
header .nav > ul > li > a {
	color: #fff;
	text-transform: uppercase;
}
header .nav ul li:hover {
	background: #999;
	-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 {

}
.home header {
	position: absolute;
}
.button {
	padding: 10px 20px;
	background: #000;
	color: #fff;
	text-transform: none;
	border: 1px solid #fff;
	font-size: 22px;
	border-radius: 20px;
}
.button:hover {
	background: #333;
	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;
	}
	body.home header {
		background: rgba(0, 0, 0, 0.5);
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	body.home.scroll header {
		background: rgba(0, 0, 0, 0.85);
	}
	header #above-nav {
		background: transparent;
		padding: 20px 0;
	} 
	header #logo {
		width: 35%;
	}
	header #logo img {
		max-width: 300px;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	body.scroll header #logo img {
		max-width: 200px;
	}
	header .mainlogo {
		display: block;
	}
	.home header .mainlogo {
		display: none;
	}
	header .homelogo {
		display: none;
	}
	.home header .homelogo {
		display: block;
	}
	header #links {
		width: 65%;
	}
	header #links a {
		color: #666;
	}
	header #links .slogan {
		color: #000;
		font-family: "mr-darcy", sans-serif;
		text-transform: uppercase;
		font-size: 30px;
		text-align: right;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.home header #links .slogan {
		font-family: "mr-darcy", sans-serif;
		color: #fff;
		text-transform: uppercase;
		font-size: 30px;
		text-align: right;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	header #links .store {
		position: absolute;
		top: 35%;
		right: 0;
	}
	.scroll header #links .store {
		top: 25%;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	header #links .store a {
		text-transform: uppercase;
		background: #ffba00;
		color: #000;
		border-radius: 20px;
		border: 1px solid #fff;
		padding: 7px 25px;
	}

/* ^ HEADER */
/* BLOCKS */
	.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: #000 url('../../Assets/Images/footer-flames.jpg') 0 100% no-repeat;
		color: #fff;
		padding: 50px 0;
		margin: 20px 0 0;
		font-size: 20px;
		border-top: 1px solid #000;
	}
	
	#footer {
		color: #fff;
		padding-top:20px;
		padding-bottom:0px;
	}
	#footer a {
		color: #fff;
	}
	#footer .container {
		align-items: center;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #fff;
	}
	#footer .left {
		width: 50%;
		border-right: 0px solid #000;
		padding: 0px 2% 0px 0;
	}
	#footer .right {
		width: 50%;
		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;
}
.emberwrap {
	padding: 30px 0;
	background: transparent url("../../Assets/Images/embers.jpg") 0 0 no-repeat;
	background-size: cover;
}
.emberwrap p, 
.emberwrap h6, 
.emberwrap h5, 
.emberwrap h4, 
.emberwrap h3, 
.emberwrap h2, 
.emberwrap h1 {
	color: #fff;
}
.embers img {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	filter: brightness(80%);
	border: 3px solid #fff;
}
.embers img:hover {
	filter: brightness(100%);
}
.ArticleImageBlock .articleIntroImageBlock {
	border: 1px solid #999;
}
.ArticleImageBlock .articleImage .button {
	display: block;
}
.ArticleImageBlock .articleIntroImageBlock h3 .button,
.ArticleImageBlock .articleImage .button {
	background: transparent;
	display: block;
	color: #000;
	padding: 0;
	font-weight: 700;
}
.ArticleImageBlock .articleIntroImageBlock .articleDescription {
	display: none;
}
.ArticleImageBlock .articleButtons .button {
	color: #ff6000;
	background: transparent;
	display: block;
	padding: 0;
}
.staticText .banner_overlay_header, .banner_overlay_header {
	font-size: 45px;
}
.staticText, .banner_overlay {
	top: 30%;
}
.blockUploadImage .banner_overlay {
	top: 25%;
}
@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
	.staticText .banner_overlay_header,
	.banner_overlay_header {
		font-size: 35px;
	}
}
@media (max-width:1000px) {
	body {
		padding-top: 0;
	}
	p a {
		overflow-wrap: break-word; /* Standard property */
		word-wrap: break-word; /* Older, but still widely used alias */
	}
	h1 {
		font-size: 38px;
		line-height: 44px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 24px;
	}
	.button {
		display: block;
		text-align: center;
	}
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.button,
	.mobile {
		display: block;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	/* HEADER */
		header #logo img {
			max-width: 250px;
		}
		body.home header,
		header {
			position: relative;
		}
		body.home header{
			background: #000;
		}
		.home header #links .slogan {
			position: relative;
			text-align: center;
			font-size: 25px;
		}
		header #links,
		header #logo {
			text-align: center;
			width: 100%;
			margin: 0px 0;
		}
		header #links{
			margin: 20px 0 0;
		}
		header #links .slogan {
			position: relative;
			text-align: center;
			margin-top: 20px;
			font-size: 24px;
		}
		header #links .store {
			position: relative;
			top: 0;
			right: 0;
		}
	/* ^ 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;
	}
	.blockUploadImage .banner_overlay_header {
		font-size: 22px;
	}
	.blockUploadImage .banner_overlay {
		top: 12%;
	}
	.banner_slide {
		background: #000;
	}
}
