body {
	color: #909090;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	/* Fix Firefox Font Weight Issue */
}

#header {
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	height: 165px;
	background-color: rgba(255, 255, 255, .95);
	border-bottom: #dfdfdf solid thin;
	transition: all .4s ease;
}

#best {
	position: absolute;
	top: 85px;
	right: 57px;
	z-index: 999999;
	margin: 0;
	padding: 0;
	background-color: white;
	padding: 5px 10px 5px 10px;
}

#best img {
	width: 135px;
	height: auto;
}

body.mobile #best {
	right: 0px;
}

body.mobile #best img {
	width: 55px;
	height: auto;
}

.envelope_container {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center
}

.envelope_container img {
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}

.envelope_container:hover img {
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}

.envelope_image {
	display: block;
	width: 100%;
	height: auto;

}



.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.envelope_container:hover .overlay {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.envelope {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}


img.grayscale {
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}

img.grayscale:hover {
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}


#slider {
	height: auto;
	position: relative;
	margin: 85px 0 0;
	z-index: 2
}

#contact {
	position: absolute;
	top: 35px;
	right: 58px;
	margin: 0;
	opacity: 100;
	transition: all .4s ease;
	text-align: right;
	white-space: nowrap;
	z-index: 999999
}

#contact span {
	font-size: 24px;
	transition: font-size .4s ease;
}

#contact a.button {
	font-size: 15px;
}

/*
body.scroll #contact span,body.scroll #contact i {
	font-size:16px;
}
*/

h1.logo {
	display: inline-block;
	text-align: left;
	z-index: 105;
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
	transition: all .4s ease;
}

/*
body.scroll #header h1.logo {
	top:12px;
}
*/

h1.logo {
	font-size: 60px;
	font-weight: 100;
	line-height: 1;
}

h1.logo a,
h1.logo a:visited {
	text-decoration: none;
	color: #ce2030;
}

h1.logo a span,
h1.logo a:visited span {
	text-decoration: none;
	color: #909090;
}

/*
body.scroll h1.logo {
	font-size: 40px;
	margin: 0;
}
*/

#pagecell {
	position: relative;
	padding-bottom: 10px;
	/* 	max-width:1250px; */
	margin: auto;
	background-color: rgba(255, 255, 255, 1);
}

#content_container {
	width: 100%;
	max-width: 100%;
	margin: 155px auto 0;
	min-height: 600px;
}

/* body.contact-us #content_container {
	background-image: url('../images/ghost-logo_800.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
	padding-bottom: 40px;
} */

@media screen and (max-width: 700px) {
	body.contact-us #content_container {
		background-size: contain;
	}
}

body.home #content_container {
	margin-top: 0 !important;
	min-height: auto !important;
}


#content_container.no_top_margin {
	margin-top: 0;
}

.content_sidebar_fix {
	margin-right: 10px;
}

#content {
	text-align: left;
	min-height: 425px;
	height: auto !important;
	padding: 50px 5%;
	letter-spacing: normal;
	white-space: normal;
	font-size: 16px;
}

body.home #content {
	min-height: auto !important;
}

p {
	line-height: 1.5em;
	padding: 5px 0;
}

.nowrap {
	white-space: nowrap
}

a {
	outline: none;
}

a:link,
a:visited {
	color: #ce2030;
}

a:visited {
	color: #ce2030;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#content ol {
	padding: 0;
	list-style-type: decimal;
}

#content ol li ol {
	padding: 0;
	list-style-type: upper-alpha;
}

#content ol li ol li ol {
	padding: 0;
	list-style-type: lower-alpha;
}

#content ol li ol li ol li ol {
	padding: 0;
	list-style-type: upper-roman;
}

#content ol li {
	margin-left: 1.5em;
}

#content ul {
	list-style: none;
	padding: 0;
	margin-left: 25px
}

#content ul li {
	padding-left: 0;
}

#content ul li:before {
	content: "\f0a9";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 0;
	width: 1.5em;
	color: #FA9B34;
}

#content ul li ul li:before {
	content: "\2022";
	display: inline-block;
	margin-left: 0;
	width: 1em;
	color: #FA9B34;
}

#content ul li ul li ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 0;
	width: 1em;
	color: #FA9B34;
}

#content ul li ul li ul li ul li:before {
	content: "\2022";
	display: inline-block;
	margin-left: 0;
	width: 1em;
	color: #FA9B34;
}

li .inline_list_left {
	float: left;
	width: 5em;
}

li .inline_list_right {
	float: right;
	width: 5em;
}

body.mobile table {
	width: 100% !important;
	height: auto !important;
	overflow: hidden;
	border-collapse: collapse;
}

body.mobile table th,
body.mobile table td {
	padding: 10px;
}

body.mobile table td {
	display: block;
	width: 100% !important;
	height: auto !important;
	overflow: hidden;
	text-align: center !important;
}

body.mobile table td p,
body.mobile table td div,
body.mobile table td ul li {
	text-align: left;
}

body.mobile table td img {
	max-width: 100% !important;
	height: auto !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin: auto;
}

#content img,
footer img,
.footer_hands img {
	max-width: 100%;
	height: auto !important;
}

/* Convert floated images to blocks in mobile view */
body.mobile #content img {
	float: none !important;
	margin: 0 auto !important;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 10px;
	display: block;
}

hr {
	border: none;
	border-top: 1px #003466 solid;
	padding: 20px 0;
	margin: 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ce2030;
	text-align: center;
	font-family: 'Arial';
	font-style: normal;
}

h1 {
	font-size: 32px;
	margin: 10px 0 15px;
	text-transform: uppercase;
}

h2 {
	margin: 10px 0 15px;
	font-size: 28px;
	color: #ce2030;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
}

h3 {
	margin: 10px 0 15px;
	font-size: 24px;
}

h4 {
	margin: 10px 0 15px;
	font-size: 18px;
}

h5,
h6 {
	margin: 10px 0 15px;
	font-size: 16px;
}


blockquote {
	font-size: 1em;
	margin: 10px 30px;
	padding: 10px 40px;
	line-height: 1.45;
	position: relative;
	text-align: center;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-family: Times;
	font-size: 4em;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #FFF;
}

blockquote:after {
	display: block;
	content: "\201D";
	font-family: Times;
	font-size: 4em;
	position: absolute;
	right: 0px;
	top: -20px;
	color: #FFF;
}

body.mobile blockquote:before,
body.mobile blockquote:after {
	font-size: 4em;
}

a.button {
	display: inline-block;
	background-color: #1e598b;
	color: #FFF;
	width: auto;
	font-size: 14px;
	overflow: hidden;
	padding: 10px 16px;
	margin: 5px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 1px;
	box-shadow: 0 0 1px #729EC7;
	white-space: nowrap;
	border-radius: 8px;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a.button:hover {
	background-color: #ce2030;
	text-decoration: none;
	color: #FFF
}

a.button_arrow:hover {
	background-color: #ce2030;
	text-decoration: none;
	border: #ce2030 solid thin;
	padding: 12px 36px 12px 24px;
}

a.button_arrow:hover::after {
	position: absolute;
	content: '\f105';
	font-family: FontAwesome;
	font-weight: 400;
	font-size: 2em;
	margin-left: 10px;
}

.external-icon {
	vertical-align: baseline;
	font-size: 60% !important;
	padding: 3px;
	vertical-align: super;
}

a.external {
	white-space: nowrap;
}

a.phone {
	text-decoration: none;
}

iframe {
	max-width: 100%;
}


.responsive-iframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

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

.alert_message_container {
	font-size: 16px;
	color: #296a3d;
	background-color: #40E172;
	border-radius: 5px;
	border: 1px rgba(102, 204, 65, 1) solid;
	height: auto;
	margin: 10px;
}

.alert_error_container {
	font-size: 16px;
	color: #C00;
	background-color: #FFCECE;
	border-radius: 5px;
	border: 1px #F4B0B0 solid;
	height: auto;
	margin: 10px;
}

.alert_message,
.alert_error {
	padding: 20px;
}

.alert_message a,
.alert_error a {
	text-decoration: underline;
}

.alert_message a:hover,
.alert_error a:hover {
	text-decoration: none;
}

#mobile_nav {
	display: none;
}

/* navbar */
#mobile_nav {
	display: none;
}

body.mobile-menu #mobile_nav,
body.touch #mobile_nav {
	display: block;
}

body.desktop #cssmenu {
	display: none;
}

body.desktop #mobile_nav {
	display: none !important;
}

nav {
	float: right;
	position: relative;
	padding: 0;
	margin-top: 35px;
	margin-right: 220px;
	width: auto;
	text-align: center;
	z-index: 110;
}

/*
body.scroll nav {
	margin-top:10px;
}
*/

nav.right>ul {
	float: right;
	padding-left: 0;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	text-align: left;
}


nav ul li:hover>ul {
	opacity: 1;
	margin-top: 0;
	visibility: visible;
	transition: margin-top 0.3s ease-in, opacity 0.6s ease-in;
}

nav ul li.last:hover>ul {
	right: 0;
}

nav ul li a {
	display: inline-block;
	color: #909090;
	font-size: 16px !important;
	font-weight: 400;
	text-decoration: none;
	width: auto;
	padding-bottom: 14px;
	position: relative;
	line-height: 21px;
}

/*
body.scroll nav ul li a {
	padding-bottom: 9px;
}
*/

nav ul li a span {
	border-right: rgba(51, 204, 204, 0.25) solid 1px;
	padding: 0 16px;
	white-space: nowrap;
}

nav ul li.last a span {
	border-right: none;
}

nav>ul>li.last>a {
	border-right: none;
	/* 	color:#ce2030 !important; */
}



/*
nav > ul > li.last.nav_active > a {
	color:rgba(185, 220, 218, 0.80) !important;
}

nav > ul > li.last > a:hover {
	color:rgba(185, 220, 218, 0.80) !important;
}
*/

nav ul li a:link,
nav ul li a:visited {
	color: #909090;
}


nav ul>li>a:hover,
nav ul>li.nav_active>a:link,
nav ul>li.nav_active>a:visited,
nav ul>li.nav_active>a:active,
nav ul>li.nav_active>a:hover {
	color: #bcbcbc;
	text-decoration: none;
}

nav ul ul {
	position: absolute;
	top: 100%;
	background-color: #fff;
	display: block;
	overflow: hidden;
	padding-bottom: 7px;
	border-top: 3px solid #ce2030;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	margin-top: 35px;
	min-width: 175px;
}

nav ul ul li {
	position: relative;
	padding-bottom: 0;
}

nav ul ul ul {
	left: 100%;
	top: 0;
}

/* nav top-level */
nav>ul {
	padding-left: 200px;
}

nav>ul>li {
	float: left;
}

nav.right>ul {
	float: right;
}

nav.centered>ul {
	padding: 0;
}

nav.centered>ul>li {
	float: none;
	display: inline-block;
	white-space: nowrap;
	margin-right: -4px;
}

nav ul>li>ul>li>a {
	width: auto;
	padding: 7px 14px;
	white-space: nowrap;
}

nav ul>li:hover>a:link,
nav ul>li:hover>a:visited {
	color: #bcbcbc;
}

#mobile_nav {
	position: absolute;
	top: 0px;
	right: 20px;
	margin: 0;
	width: 60px;
	height: 50px;
	text-align: center;
	padding: 0;
	z-index: 500;
	transition: all .4s ease;
}

#mobile_nav a {
	text-decoration: none;
	line-height: normal;
}

.mobile-nav-toggle {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 15px;
	right: 20px;
	vertical-align: middle;
	cursor: pointer;
	color: #FFF;
	padding: 0;
	display: inline-block;
	z-index: 1002;
	transition: top .4s ease;
}

.top-bar {
	width: 40px;
	height: 4px;
	background-color: #ce2030;
	position: absolute;
	top: 0;
	transition: transform .1s .1s ease-in-out;
	-webkit-transition: transform .1s .1s ease-in-out;
	-moz-transition: transform .2s .2s ease-in-out;
	-o-transition: transform .1s .1s ease-in-out;
}

.middle-bar {
	width: 40px;
	height: 4px;
	background-color: #ce2030;
	position: absolute;
	top: 10px;
	transition: opacity 0 .1s linear;
	-webkit-transition: opacity 0 .1s linear;
	-moz-transition: opacity 0 .1s linear;
	-o-transition: opacity 0 .1s linear;
}

.bottom-bar {
	width: 40px;
	height: 4px;
	background-color: #ce2030;
	position: absolute;
	top: 20px;
	transition: transform .1s .1s ease-in-out;
	-webkit-transition: transform .1s .1s ease-in-out;
	-moz-transition: transform .1s .1s ease-in-out;
	-o-transition: transform .1s .1s ease-in-out;
}

div.mobile-nav-toggle.open .top-bar {
	transform: rotate(45deg);
	-webkit-transition: rotate(45deg);
	-moz-transition: rotate(45deg);
	-o-transition: rotate(45deg);
	top: 7px;
}

div.mobile-nav-toggle.open .middle-bar {
	opacity: 0;
}

div.mobile-nav-toggle.open .bottom-bar {
	transform: rotate(-45deg);
	-webkit-transition: rotate(-45deg);
	-moz-transition: rotate(-45deg);
	-o-transition: rotate(-45deg);
	top: 7px;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	margin: auto;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: 400;
	text-decoration: none;
	line-height: 1em;
	font-size: 18px;
	position: relative;
	text-align: left;
}

#cssmenu {
	width: 100%;
	margin: auto;
	z-index: 99999;
	position: fixed;
}

#cssmenu {
	top: 85px;
}

/*
body.scroll #cssmenu {
	top:105px;
	transition:all .4s ease;
}
*/

#cssmenu a {
	line-height: normal;
}

#cssmenu>ul>li {
	background-color: #ce2030;
}

#cssmenu>ul>li>a {
	display: block;
	line-height: 20px;
	color: #FFF;
}

#cssmenu>ul>li.active>a {
	color: #bcbcbc;
}

#cssmenu>ul>li>a>span,
#cssmenu>ul>li>ul>li>a>span {
	display: block;
	padding: 8px 20px;
}

#cssmenu a:hover {
	text-decoration: none;
	color: #ce2030 !important;
	background-color: rgba(255, 255, 255, 1);
}

#cssmenu>ul>li.active,
#cssmenu>ul>li.active>ul>li {
	border: none;
	color: #ce2030 !important;
	background-color: rgba(255, 255, 255, 1);
}

#cssmenu>ul>li.has-sub>a i.nav_plus,
#cssmenu>ul>li>ul>li.has-sub>a i.nav_plus {
	float: right;
	display: inline-block;
}

#cssmenu>ul>li.has-sub>a i.nav_minus,
#cssmenu>ul>li>ul>li.has-sub>a i.nav_minus {
	float: right;
	display: none;
}

#cssmenu>ul>li.has-sub.active>a i.nav_plus,
#cssmenu>ul>li>ul>li.has-sub.active>a i.nav_plus {
	display: none;
}

#cssmenu>ul>li.has-sub.active>a i.nav_minus,
#cssmenu>ul>li>ul>li.has-sub.active>a i.nav_minus {
	display: inline-block;
}

#cssmenu ul ul {
	display: none;
	background-color: #000;
}

#cssmenu ul ul a {
	padding: 5px 0 5px 25px;
	display: block;
	color: #bcbcbc;
	font-size: 16px;
	font-weight: 400;
}

#cssmenu ul ul a span {
	padding: 0 0 0 15px;
}

#cssmenu ul ul ul a {
	padding: 5px 0 5px 60px;
	display: block;
	color: #bcbcbc;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

#cssmenu ul ul ul a:before {
	left: 90px;
}

#cssmenu ul ul a.nav_active {
	color: #ce2030 !important;
	background-color: rgba(255, 255, 255, 1);
}

#cssmenu ul ul a.nav_active span {
	color: #ce2030 !important;
	background-color: rgba(255, 255, 255, 1);
}

#cssmenu a.nav_link.nav_active {
	color: #fff !important;
	background-color: #22578a;
}

footer {
	background-color: #dbdbdb;
	color: rgba(206, 32, 48, 0.499);
	padding: 30px;
	text-align: center;
}

footer blockquote {
	color: rgba(206, 32, 48, 0.499);
}

footer blockquote:before {
	color: rgba(206, 32, 48, 0.499);
}

footer blockquote:after {
	color: rgba(206, 32, 48, 0.499);
}

#copyright {
	font-size: .8em;
}

footer a:link,
footer a:visited {
	text-decoration: none;
	color: rgba(206, 32, 48, 0.499);
}

footer a:hover {
	text-decoration: underline;
	color: rgba(206, 32, 48, 0.499);
}

#navbar-footer {
	margin: 30px 0 0;
}

#navbar-footer ul {
	list-style: none;
	padding: 0;
}

#navbar-footer ul li {
	text-align: left;
	display: inline-block;
	padding: 0 10px 0 5px;
	border-right: #FFF solid thin;
}

#navbar-footer ul li.last {
	border-right: none;
}

#navbar-footer ul li a {
	text-decoration: none;
	color: #FFF
}

#navbar-footer ul li a:hover {
	text-decoration: underline;
	color: #e0f4ff
}

#navbar-footer ul li.nav_active a {
	color: #e0f4ff;
}

#back-top-wrapper div a {
	width: 40px;
	height: 40px;
	opacity: 1;
}

#back-top {
	display: none;
}

#back-top-wrapper {
	position: fixed;
	right: 20px;
	bottom: 20px;
	overflow: hidden;
	z-index: 10000;
}

#back-top span {
	display: block;
	width: 40px;
	height: 45px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	color: #FFF;
	font-size: 40px;
	opacity: .5;
}

#back-top span:hover {
	color: #afafaf;
	opacity: 1;
}









/* Common styles */
p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

/* Body and Heading Fonts */
body {
	font-family: 'Univers-Light-Normal';
	font-style: normal;
	color: #231f20;
}


.bodyBg {
	background: url(../images/WoodGrainBkg_lighter.jpg) repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
}

#pagecell {
	background: transparent;
}

#header {
	background: transparent;
	border: 0;
}

#header.fixed-header {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 99;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	background: rgba(255, 255, 255, 0.9) !important;
	height: auto;
}

#contact {
	top: 20px;
}

.contact {
	display: flex;
	justify-content: right;
	align-items: center;
	flex-wrap: wrap;
}

.contact .topnumbers {
	font-family: 'Arial';
}

.contact .topnumbers p {
	font-size: 16px;
	color: #ce2030;
	font-weight: 700;
}

.contact .topnumbers p a {
	color: #ce2030;
}

.contact .topnumbers p.f-light {
	color: #231f20;
}

#contact .topletters {
	font-size: 34px;
	text-transform: uppercase;
	color: #275681;
	font-weight: 700;
	font-family: 'Arial';
}

#contact span.topstars {
	font-size: 12px;
	color: #ce2030;
	font-weight: bold;
	padding: 0 10px;
	vertical-align: 60%;
}

/* .topnumbers:nth-child(3) {
	margin-top:-15px;
} */

nav.menuSec {
	margin-right: 40px;
	margin-top: 120px;
}

nav ul li a {
	font-size: 16px !important;
	font-family: 'Arial' !important;
	color: #231f20 !important;
}

nav ul>li>a:hover span,
nav ul>li.nav_active span>a:link,
nav ul>li.nav_active>a:visited span,
nav ul>li.nav_active>a:active span,
nav ul>li.nav_active>a:hover span {
	color: #ce2030 !important;
}

nav ul li a span {
	border-right: 1px solid #216092;
	padding: 0 16px;
	white-space: nowrap;
	color: #231f20 !important;
	text-transform: capitalize;
	font-weight: 700;
}

nav ul li:last-child a span {
	border-right: 0;
}

#slider {
	margin-top: 165px;
}


#content p {
	font-size: 16px;
	color: #231f20;
	text-align: center;
	margin-bottom: 30px;
}


.d-flex {
	display: flex;
}

.justify-content-center {
	justify-content: center;
}

.max-width-80 {
	max-width: 80%;
	flex: 0 0 80%;
	margin: auto;
	position: relative;
}

.max-width-90 {
	max-width: 90%;
	flex: 0 0 90%;
	margin: auto;
	position: relative;
}

.innercontent {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	position: relative;
	width: 100%;
}

.col-2 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
}

.inner-column {
	background: url(../images/Farmhousebg.png) no-repeat;
	padding: 0 30px;
	background-size: contain;
	background-position: center center;
	min-height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.innercontent span.dotline {
	position: absolute;
	width: 10px;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/DottedLine.png)repeat-y;
	background-position: center;
}

.innercontent span.dotline:nth-of-type(2) {
	left: 50%;
}

.innercontent span.dotline:last-of-type {
	left: auto;
	right: 0;
}

.inner-column>div {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}

.inner-column h3 {
	font-size: 24px;
	font-weight: 900;
	color: #22578a;
	font-family: 'Univers-Light-Normal';
	text-transform: uppercase;
	padding: 30px 0 20px;
	margin-top: 40px;
}

.inner-column h4 {
	font-size: 20px;
	color: #74391b;
	font-weight: 700;
	font-family: 'Univers-Light-Normal';
	text-transform: uppercase;
}

.inner-column a {
	font-size: 16px;
	color: #ce2030;
	font-weight: 700;
	font-family: 'Univers-Light-Normal';
}

footer {
	background: url(../images/CheckeredBkg_Yellow2.webp) repeat;
	background-size: contain;
	background-position: center center;
}

#content-footer {
	position: relative;
}

#content-footer>div>div {
	position: relative;
}

#content-footer p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
	border: 1px #FF0000 solid;
	padding: 0 50px;
}

#content-footer span {
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 80px;
	color: #fff;
	font-weight: 700;
	left: -70px;
	top: 0px;
	font-family: 'Times';
}

.slide span:first-of-type {
	transform: rotate(180deg);
}

.slide span:last-of-type {
	right: -80px;
	left: auto !important;
	top: -20px !important;
}

.bottom-bar,
.middle-bar,
.top-bar {
	background-color: #ce2030;
}

#cssmenu>ul>li {
	background: #ce2030;
}

#cssmenu {
	top: 160px;
	z-index: 999999
}

#cssmenu a.nav_link.nav_active {
	color: #FFF !important;
}

#slider {
	position: relative;
}

.slidercaptions {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 80px;
	z-index: 999;
}

.captions-inner {
	margin-right: 150px;
	position: relative;
}

.captions-inner ul {
	display: inline-flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.captions-inner ul li {
	width: 200px;
	list-style: none;
	vertical-align: middle;
	text-align: center;
	display: inline-flex;
	align-items: center;
}

.captions-inner ul li.s-captions {
	font-family: 'BannerBold';
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	width: 70%;
	text-shadow: 5px 5px 5px black
}

.captions-inner ul li.logo-captions {
	font-family: 'BannerBold';
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	width: 250px;
	text-shadow: 5px 5px 5px black
}

h1.logo {
	width: 240px;
}

#content.inner-page-content {
	padding-top: 50px;
}

.inner-page-content h3 {
	font-size: 34px;
	text-transform: uppercase;
	color: #ce2030;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.btnDiv {
	text-align: center;
}

.btnDiv .blueBtn {
	display: inline-block;
	border: 0;
	background: #1e598b;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
	padding: 0 20px;
	height: 45px;
	border-radius: 8px;
	margin: 0 15px 0 0;
	font-family: 'Univers-Light-Normal';
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.desktopmenuImgs {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 100px 0;
}

.mobilemenuImgs {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 100px 0;
	display: none;
}

.mobilemenuImgs>div {
	margin-bottom: 30px;
}

.mobilemenuImgs>div>img {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}


@media screen and (max-width: 1180px) {

	#footer-top {
		font-size: 1.2em;
	}


	#content_container {
		max-width: 100%;
	}

	#contact {
		right: 0;
		left: 0;
		top: 80px;
		text-align: center
	}

	#mobile_nav {
		display: block;
	}

	body.desktop #mobile_nav {
		display: block !important
	}

	nav {
		display: none;
	}

	blockquote {
		margin: 5px 10px;
		padding: 5px 30px;
	}

	#contact {
		right: 10px;
		top: 70px;
		left: auto;
	}

	.contact .topnumbers {
		padding: 0 10px;
	}

	.max-width-80,
	.max-width-90 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	#content-footer p {
		padding: 0 50px;
	}

	#content-footer span {
		left: -20px;
	}

	#content-footer p br {
		display: none;
	}

	#content p br {
		display: none;
	}

	.slide span {
		left: -10px;
	}

	.slide span:last-of-type {
		right: -10px !important;
	}

	.captions-inner {
		margin-right: 50px;
	}

	.slidercaptions {
		padding: 30px 30px 50px;
	}

	.inner-column h3 {
		margin: 50px 0 0;
		padding-bottom: 0;
	}

	.desktopmenuImgs {
		display: none;
	}

	.mobilemenuImgs {
		display: block;
	}

}


@media screen and (max-width:1050px) {

	/* #contact{right:90px;top:10px;} */
	.contact {
		display: block;
	}

	.captions-inner ul li {
		width: 100px;
	}

	#contact .topletters {
		font-size: 24px;
	}

	#contact span.topstars {
		vertical-align: 30%;
		padding: 0;
	}

	#header {
		height: 160px;
	}

	#contact {
		background: rgba(255, 255, 255, 0.9) !important;
		height: auto;
	}



	.topnumbers:nth-child(3) {
		margin-top: 0px;
	}
}

@media screen and (max-width:680px) {
	body {
		font-size: 14px;
	}
	
	#header.fixed-header {
		height: 200px;
	}

	#pagecell {
		margin-top: 152px;
	}

	#content_container {
		margin: 215px auto;
	}

	#contact {
		top: 130px;
		right: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.8);
		padding: 8px 0;
	}

	#cssmenu {
		top: 200px;
	}

	#header.fixed-header #contact {
		margin-top: -2px;
	}

	#slider {
		margin-top: 200px !important
	}

	h1.logo {
		font-size: 45px;
		margin-top: 15px
	}

	h1.logo {
		width: 185px;
		padding-left: 15px;
	}

	.col-2 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.inner-column {
		min-height: 450px;
	}

	.innercontent span.dotline {
		display: none;
	}


	.mobilemenuImgs>div {
		margin-bottom: 30px;
		width: 80%;
		margin: 0 auto 20px;
	}

	#footer-top {
		font-size: 1em;
	}

}

@media screen and (max-width:500px) {

	#pagecell {
		margin-top: 152px;
	}

	#content_container {
		margin: 285px auto;
	}

	.contact .topnumbers {
		width: 100%;
	}
}



@media screen and (max-width:481px) {

	h1.logo {
		font-size: 35px;
		text-align: center;
		display: block;
		margin-top: 5px;
	}

	#mobile_nav {
		right: 20px !important;
		left: auto !important;
		margin: 0;
	}

	.captions-inner ul li {
		width: 70px;
	}

	.captions-inner ul li.s-captions {
		font-size: 14px;
		width: 150px;
	}

	#contact .topletters {
		font-size: 18px;
	}

	#contact .topletters {
		font-size: 18px;
	}

	.contact .topnumbers p {
		font-size: 18px !important;
	}

	#contact span.topstars {
		vertical-align: 20%;
	}

}

@media screen and (max-width:414px) {

	.slidercaptions {
		position: relative;
		padding: 20px;
	}

	.captions-inner ul {
		display: block;
		text-align: center;
		width: 100%;
	}

	.captions-inner ul li {
		flex-wrap: wrap;
		margin: 0 0 10px;
	}

	.captions-inner ul li.s-captions {
		color: #2a2a2a;
	}

	.captions-inner {
		margin-right: 0;
	}

	.inner-column {
		min-height: 320px;
	}

	.pt150 {
		padding-top: 150px !important;
	}
}


@media screen and (max-width: 325px) {


	#pagecell {
		margin-top: 152px;
	}

	#header {
		height: 90px;
	}
	
	#header.fixed-header {
		height: 150px;
	}

	h1.logo {
		font-size: 25px;
		width: 190px;
	}

	h1.logo {
		width: 50%;
	}

	#slider {
		margin-top: 102px !important
	}

	#slider {
		margin-top: 90px;
	}

	#contact {
		marign: 5px auto;
		top: 100px;
	}

	#cssmenu {
		top: 150px;
	}

	#contact .topletters {
		font-size: 12px;
	}

	.contact .topnumbers p {
		font-size: 12px !important;
	}


}




.nobackground {
	background: none !important;
}


/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
	z-index: 9999;
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.pt150 {
	padding-top: 100px;
}

/* OUTER CONTAINER */
.s-wrap {
	width: 100%;
}

/* MIDDLE WRAPPER */
.s-move {
	display: flex;
	position: relative;
	top: 0;
	right: 0;
	min-height: 100px;
}

/* SLIDES */
.slide {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;

	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.showing {
	opacity: 1;
	z-index: 2;
}