html {
	background-color: white;
}

/***************************** Headers and fonts *****************************/
/****h1 {
	font-size: 1.75rem;
	font-weight: 800;
	color: #981e32;
	letter-spacing: 7px;
	text-transform: uppercase;
	background-color: white;
	padding: 20px;
	display: inline;
	text-align: center;
	border: 4px solid #981e32;
}****/
h1 {
	font-size: 1.75rem;
	font-weight: 800;
	color: #981e32;
	text-transform: uppercase;
	background-color: white;
}

h2 {
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h3 {
	font-size: 1.1rem;
	color: #981e32;
	font-weight: 400;
	padding-bottom: 6px;
}

h4 {
	font-size: 1rem;
	color: #464e54;
	font-weight: 600;
	padding-bottom: 6px;
}

main a {
	text-decoration: underline;
	color: #464e54;
}

main a:hover {
	color: #981e32;
	text-decoration: none;
}

.page-title {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.column.one.page-title {
	display: flex;
}

.about-us {
	font-size: 1.75rem;
	font-weight: 800;
	color: #981e32;
	letter-spacing: 7px;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

/***************************** Homepage *****************************/
.intro-statement {
	background-color: #2a3033;
	color: white;
	text-align: center;
	padding: 15px;
}

.intro-statement p {
	font-weight: 300;
	font-size: 1rem;
}

img.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.featured-image {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
	display: block;
	z-index: 0;
	border-bottom: 50px solid #2a3033;
}

/*Home slider*/
span.builder-banner-slide-title {
	opacity: 0;
	line-height: 0;
}

/********************** Flexbox Homepage **********************/
.services-flex {
	margin: .5rem;
	text-align: center;
	display: flex;
	flex-direction: row;
}

.services {
	background-color: #d7dadb;
	border-top: solid .2rem #981e32;
	border-bottom: none;
	display: inline-block;
	color: #981e32;
	padding: 1rem;
	margin: .5rem;
	font-size: 1rem;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 1px;
	flex: 1;
}

.services:hover {
	background-color: #464e54;
	border-top: solid .2rem #981e32;
	border-bottom: none;
	display: inline-block;
	color: white;
	padding: 1rem;
	margin: .5rem;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	flex: 1;
}

/********************** Page Layout ************************/
.fixed {
	position: fixed;
	top: 50px;
	margin-top: 0;
	z-index: 1;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.nested-halves {
	width: 100%;
	display: inline-block;
	text-align: top;
	clear: both;
	padding-top: 0;
	margin-top: 0;
}

.nested-halves .nested-one {
	display: block;
	width: 49%;
	float: left;
	padding-right: 1%;
}

.nested-halves .nested-two {
	display: block;
	width: 49%;
	float: left;
	padding-left: 1%;
}

.nested-thirds {
	width: 100%;
	display: inline-block;
	text-align: top;
}

.fluid .row.side-right .column.two {
	width: 35%;
}

.fluid .row.side-right .column.one {
	width: 60%;
}

/* ### Tables
*********************************************************************** */
table {
	font-size: 90%;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}

caption, .tablepress-table-name {
	font-size: 1.5em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.tablepress-table-name {
	text-transform: none;
	color: #464e54;
	text-align: center;
	font-size: 1.4em;
}

th {
	font-weight: 700;
	text-align: center;
	padding-bottom: 1em;
	font-size: 1.1em;
	vertical-align: middle;
	background-color: #d7dadb !important;
}

tr td, th {
	padding: .3em;
}

tr:hover, .table-striped tr:nth-child(even):hover {
	background-color: #f9f4e7;
}

td:hover {
	background-color: #f1e4c4;
}

.bordered tr td {
	border: 1px solid #eff0f1;
}

.bordered tr:nth-child(even) td {
	border-right: 1px solid #f9f9f9;
}

.bordered tr:nth-child(even) td:last-child {
	border-right: 1px solid #eff0f1;
}

.table-striped th {
	background-color: #d7dadb;
}

.table-striped tr:nth-child(even) {
	background-color: #eff0f1;
}

.dataTables_wrapper {
	margin-top: 1em;
	margin-bottom: 1em;
	overflow-x: auto;
	overflow-y: hidden;
}

.dataTables_filter {
	margin-bottom: .8em;
}

.paginate_disabled_next:after, .paginate_disabled_previous:before, .paginate_enabled_next:after, .paginate_enabled_previous:before {
	text-shadow: none !important;
	font-weight: 400;
	color: #4F868E !important;
}

.dataTables_paginate a {
	color: #4F868E !important;
	text-decoration: none !important;
}

.dataTables_paginate a:hover, .dataTables_paginate a:focus {
	border-bottom: 1px solid #193838;
	background-color: #d3e1e3;
	color: #193838 !important;
	-webkit-transition: background-color .5s linear;
	-moz-transition: background-color .5s linear;
	-o-transition: background-color .5s linear;
	transition: background-color .5s linear;
}

.MsoNormalTable {
	margin-left: 5.4pt;
	border-collapse: collapse;
	border: 1px;
}

.column-1 {
	width: 149.65pt;
	border: none;
	border-right: solid black 2.25pt;
	padding: 4pt;
	height: 39pt;
}

.column-2 {
	width: 54.85pt;
	border-top: none;
	border-left: none;
	border-bottom: solid black 2.25pt;
	border-right: solid black 1pt;
	padding: 4pt;
	height: 40.15pt;
}

.column-3 {
	width: 48.1pt;
	border-top: none;
	border-left: none;
	border-bottom: solid black 2.25pt;
	border-right: solid black 1pt;
	padding: 4pt;
	height: 40.15pt;
}

.column-4 {
	width: 67.65pt;
	border-top: none;
	border-left: none;
	border-bottom: solid black 2.25pt;
	border-right: solid black 1pt;
	padding: 4pt;
	height: 40.15pt;
}

.column-5 {
	width: 49.5pt;
	border-top: none;
	border-left: none;
	border-bottom: solid black 2.25pt;
	border-right: solid black 2.25pt;
	padding: 4pt;
	height: 40.15pt;
}

.column-6 {
	width: 40.5pt;
	border-top: none;
	border-left: none;
	border-bottom: solid black 2.25pt;
	border-right: solid black 1pt;
	padding: 4pt;
	height: 40.15pt;
}

.column-7 {
	width: 39.5pt;
	border-top: none;
	border-left: none;
	border-bottom: solid black 2.25pt;
	border-right: solid black 1pt;
	padding: 4pt;
	height: 40.15pt;
}

.row-6 {
	background-color: #ff0000 !important;
}

/* ### Address
*********************************************************************** */
main address {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 4em;
	width: 50%;
}

main address:before {
	color: #ddbea1;
	content: '\E6D0';
	display: block;
	font-size: 1.3em;
	margin-left: -1.6em;
	padding-top: 5px;
	margin-top: 0;
	float: left;
	position: absolute;
}

main address + p {
	margin-top: 1em;
}

main address + header {
	margin-top: 1em;
}

.fluid-container {
	position: relative;
	padding-bottom: 56.25%;
/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.fluid-container iframe, .fluid-container object, .fluid-container embed, .fluid-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* gravity forms
****************************** */
#field_2_9 {
	display: none;
}

#field_2_10 {
	display: none;
}

#gform_submit_button_2 {
	display: none;
}

#field_5_23 {
	margin-left: 0 !important;
}

/************** Interior Elements ******************/
.graphic-section {
	background-color: #981e32;
	color: white;
	font-size: 1.4rem;
	text-transform: uppercase;
	text-align: center;
}

/*----------------------------------- MEDIA QUERIES -----------------------------------*/
@media only screen and (min-width: 491px) and (max-width: 791px) {
	.flex-item {
		flex: 1 auto;
	}
	
	.services {
		flex: 1 auto;
		width: 75%;
		margin: .25rem auto 0;
		display: block;
	}
	
	.services-flex {
		display: block;
	}
	
	.page-title {
		position: top;
		text-align: center;
		margin: 2rem auto 4rem;
		padding: 2rem;
		max-width: 65%;
	}
	
	.services:hover {
		background-color: #464e54;
		color: white;
		flex: 1 auto;
		width: 75%;
		margin: .25rem auto 0;
		display: block;
	}
	
	.logo {
		width: 60%;
		align-content: right;
	}
	
	.home .fluid .row.side-right .column.two, .fluid .row.side-right .column.two {
		width: 100%;
	}
	
	.home .fluid .row.side-right .column.one, .fluid .row.side-right .column.one {
		width: 100%;
	}
	
	img.logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
}

@media only screen and (max-width: 491px) {
	.flex-item {
		flex: 1 auto;
	}
	
	.services {
		flex: 1 auto;
		width: 50%;
		margin: .25rem auto 0;
		display: block;
	}
	
	.services-flex {
		display: block;
	}
	
	.services:hover {
		background-color: #464e54;
		color: white;
		flex: 1 auto;
		width: 50%;
		margin: .25rem auto 0;
		display: block;
	}
	
	.home .fluid .row.side-right .column.two {
		width: 100%;
	}
	
	.home .fluid .row.side-right .column.one {
		width: 100%;
	}
}

#gform_submit_button_4 {
	display: none;
}

@media only screen and (min-width: 0px) and (max-width: 491px) {
	.flex-item {
		flex: 1 auto;
	}
	
	.services {
		flex: 1 auto;
		width: 50%;
		margin: .25rem auto 0;
		display: block;
	}
	
	.services-flex {
		display: block;
	}
	
	.services:hover {
		background-color: #464e54;
		color: white;
		flex: 1 auto;
		width: 50%;
		margin: .25rem auto 0;
		display: block;
	}
	
	.home .fluid .row.side-right .column.two, .fluid .row.side-right .column.two {
		width: 100%;
	}
	
	.home .fluid .row.side-right .column.one, .fluid .row.side-right .column.one {
		width: 100%;
	}
}

/***************************************COUGPACK FORM*****************************************/
.list {
	padding-left: 4em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.quantity {
	background-color: #eff0f1;
	padding-top: 20px !important;
	padding-bottom: 20px;
	padding-left: 20px;
}

.quantity-2 {
	background-color: #eff0f1;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0 !important;
}

li#field_7_32 label.gfield_label.gfield_label_before_complex {
	padding-bottom: 10px;
}

li#field_7_9 label.gfield_label {
	padding-bottom: 10px;
}

.gfield.signature.gfield_contains_required.field_sublabel_below.field_description_below.gfield_visibility_visible span.gfield_required {
	display: none;
}

/*****************************************************COUGPACK PAGE****************************/
a.button-order {
	padding: 15px 0;
	font-size: 24px;
	text-align: center;
	color: white;
	background-color: #981e32;
	border: none;
	display: inline-block;
	width: 100%;
}

a.button-order:hover {
	background-color: #c60c30;
	color: #fff;
}

/*FOOTER*/
.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	background-color: #ffffff;
	text-align: center;
	margin-top: 50px;
}

/*******DECORATIVE*******/
.crimson-box {
	background-color: #981e32;
	padding: 15px;
}