/*

Pughs Red bf1e2d
Pughs Yellow f9c024

*/

html, body {
    height: 100%;
    margin: 0;
    padding: 0; 
}

#loadin_page_codeBlock {
    height: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 0; 
}
    
body { 
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.5;
	font-weight: 300;
	color: #000000;
	text-decoration: none;
	overflow-x: hidden !important;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

body * { 
	word-break:normal !important;
	word-wrap:normal !important;
}


a {color: #bf1e2d; text-decoration: none}
a:hover {color : #cccccc text-decoration: none}
a:active {color : #000000; text-decoration: none}

a, a:link, a:active, a:focus, span {
	outline: 0px !important;
}

::-moz-selection { /* Code for Firefox */
  color: red;
  background: black;
}

::selection {
  color: red; 
  background: black;
}

article img {
	width: auto;
	height: auto;
	max-width: 96%;
}

.ImageClass1 {
	margin-bottom: 20px;
}

.heart {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
	white-space: nowrap;
}

.nobr {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
	white-space: nowrap;
}

.AllCaps {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
	text-transform: uppercase;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px
}

table, table td, table tr {
	border: 0;
}

.Table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px
}

.TR {
	display: table-row;
}
.TD {
	display: table-cell;
}

div.cff-item {
	border: 1px solid #bf1e2d !important;
	box-shadow: 5px 5px 2px #cccccc;
	margin-bottom: 30px !important;
}

.CGcffWrapper {
	margin: 0px 5px 0px 5px;
	display: inline-block;
	height: auto;
}

#Wrapper {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	display: table;
}
#WrapperTR {
	width: 100%;
	border: 0;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	display: table-row;
}
#WrapperTD {
	width: 100%;
	border: 0;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	display: table-cell;
}

#FullSizeSlider {
	display: block !important;
	padding: 0px 0px 0px 0px;
}

@media screen and (max-width: 767px) {
	
	body { 
		font-size: 16px;
	}
}

/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* Header Settings */
/* ******************************************************************************************* */
/* ******************************************************************************************* */

header {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1900;
	height: auto !important;
}

#header1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}


#HeaderContent {
	display: table-cell;
	position: relative
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#HeaderLogoWrapper {
	width: 285px;
	height: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#HeaderContentTable {
	width: 100vw;
}

#HeaderContentTableRow1 {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	background-color: #bf1e2d;
	vertical-align: middle;
	height: auto;
}

#HeaderContentTableRow2 {
	background-color: #000000;
	height: auto;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	padding: 2px 2px 2px 200px !important;
	font-family: 'Lobster';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	-webkit-transform:scale(1.2,1) !important; /* Safari and Chrome */
	-moz-transform:scale(1.2,1) !important; /* Firefox */
	-ms-transform:scale(1.2,1) !important; /* IE 9 */
	-o-transform:scale(1.2,1) !important; /* Opera */
	transform:scale(1.2,1) !important; /* W3C */
}

.yellow {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
	white-space: nowrap;
	color: #fcbe00;
	-webkit-transform:scale(1,1) !important; /* Safari and Chrome */
	-moz-transform:scale(1,1) !important; /* Firefox */
	-ms-transform:scale(1,1) !important; /* IE 9 */
	-o-transform:scale(1,1) !important; /* Opera */
	transform:scale(1,1) !important; /* W3C */
}

#HeaderContentTableRow3 {
	margin-top: 0px !important;
	padding-top: 0px !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	background-color: #bf1e2d;
	border-bottom: 2px solid #ffffff;
}
#HeaderContentTableRow3 nav {
	margin-left: 240px !important;
}


/* ********************************************** */

#header2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: none;
	height: 158px !important;
	position: relative;
	width: 100vw;
}

#MobileHeading {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ********************************************** */

#AddressInfo {
	font-family: 'Michroma';
	font-style: normal;
	font-weight: 400;
	-webkit-transform:scale(.8,1) !important; /* Safari and Chrome */
	-moz-transform:scale(.8,1) !important; /* Firefox */
	-ms-transform:scale(.8,1) !important; /* IE 9 */
	-o-transform:scale(.8,1) !important; /* Opera */
	transform:scale(.8,1) !important; /* W3C */
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.04em;
	word-spacing: 0.04em;
	width: auto !important;
	display:inline-block;
	margin: 8px 2px 0px 218px !important;
	padding: 0px !important;
	float: left;
}

#PhoneInfo {
	padding: 4px 0px 0px 0px !important; 
	margin: 0px 0px 0px 0px !important;
	width: auto !important;
	display:inline-block;
	float: right;
}

#PhoneInfo div {
	font-family: 'Michroma';
	font-style: normal;
	font-weight: 400;
	-webkit-transform:scale(.8,1); /* Safari and Chrome */
	-moz-transform:scale(.8,1); /* Firefox */
	-ms-transform:scale(.8,1); /* IE 9 */
	-o-transform:scale(.8,1); /* Opera */
	transform:scale(.8,1); /* W3C */
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.04em;
	word-spacing: 0.04em;
	display:inline-block;
	white-space: nowrap;
}
#PhoneInfo i {
	font-size: 18px;
	letter-spacing: -1em;
	word-spacing: -1em;
}

a.PhoneNumber {
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	white-space: nowrap !important
}
a.PhoneNumber:hover, a.PhoneNumber:active {
	color: #000000 !important;
	text-shadow: none;
}

#SocialIcons, #FTSocialIcons {
	padding: 4px 0px 0px 0px !important; 
	margin: 0px 30px 0px 0px !important;
	width: 124px !important;
	display:inline-block;
}

#SocialIcons {
	float: right;
}

.SocialLinkIMG {
	width: 26px;
	height: 26px;
	display: inline-block;
}

/* ******************************************************************************************* */

.IllustrationImages {
	margin: 10px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

.IllustrationImageWrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	vertical-align: middle;
}

.IllustrationImageWrapper:nth-of-type(1) {
	margin: 0px -10px 0px 0px;
}

.IllustrationImageWrapper:nth-of-type(2) {
	margin: 0px 0px 0px -10px;
}

.IllustrationImageContainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	vertical-align: middle;
}

.IllustrationImage1 {
	-ms-transform: rotate(5deg); /* IE 9 */
	-webkit-transform: rotate(5deg); /* Safari */
	transform: rotate(5deg);
	width: 240px;
	height: auto;
	border: 3px solid white;
	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.4);
	margin: 0px 0px 0px 0px;
	-webkit-backface-visibility: hidden;
}

.IllustrationImage2 {
	-ms-transform: rotate(-9deg); /* IE 9 */
	-webkit-transform: rotate(-9deg); /* Safari */
	transform: rotate(-9deg);
	width: 240px;
	height: auto;
	border: 3px solid white;
	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.4);
	margin: 0px 10px 0px 0px;
	-webkit-backface-visibility: hidden;
}

.IllustrationImage3 {
	-ms-transform: rotate(5deg); /* IE 9 */
	-webkit-transform: rotate(5deg); /* Safari */
	transform: rotate(5deg);
	width: 260px;
	height: auto;
	border: 3px solid white;
	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.4);
	margin: 20px 0px 0px -25px;
	-webkit-backface-visibility: hidden;
}

.IllustrationImage4 {
	-ms-transform: rotate(-6deg); /* IE 9 */
	-webkit-transform: rotate(-6deg); /* Safari */
	transform: rotate(-6deg);
	width: 240px;
	height: auto;
	border: 3px solid white;
	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.4);
	margin: -10px 10px 0px -20px;
	-webkit-backface-visibility: hidden;
}

@media screen and (max-width: 1040px) {
	
	.IllustrationImage1, .IllustrationImage2, .IllustrationImage4 {
		width: 22vw;
	}
	.IllustrationImage2 {
		margin: 6px 10px 0px 0px;
	}
	.IllustrationImage3 {
		width: 24vw;
	}
}

@media screen and (max-width: 680px) {
	
	.IllustrationImages {
		margin: 10px 0px 20px 10px;
		padding: 0px 0px 0px 0px;
		display: block;
	}

	.IllustrationImage1, .IllustrationImage2, .IllustrationImage4 {
		width: 240px;
	}

	.IllustrationImage3 {
		margin: 0px 0px 0px -25px;
		width: 260px;
		-ms-transform: rotate(-9deg); /* IE 9 */
		-webkit-transform: rotate(-9deg); /* Safari */
		transform: rotate(-9deg);
	}

	.IllustrationImage4 {
		-ms-transform: rotate(12deg); /* IE 9 */
		-webkit-transform: rotate(12deg); /* Safari */
		transform: rotate(12deg);
	}
}

@media screen and (max-width: 630px) {
	
	.IllustrationImages {
		margin: 10px 10px 20px 20px;
		padding: 0px 10px 0px 20px;
		display: block;
	}

	.IllustrationImage3 {
		-ms-transform: rotate(3deg); /* IE 9 */
		-webkit-transform: rotate(3deg); /* Safari */
		transform: rotate(3deg);
		margin: -10px 0px 0px -25px;
	}

	.IllustrationImage4 {
		-ms-transform: rotate(-12deg); /* IE 9 */
		-webkit-transform: rotate(-12deg); /* Safari */
		transform: rotate(-12deg);
	}
}

/* ******************************************************************************************* */

#MobileHeading1IMG {
	display: block;
}
#MobileHeading2IMG {
	display: none;
}

#MobileHeadingBlack {
	background: black;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 80px;
	white-space: nowrap;
	z-index: 3000;
	padding: 16px 20px 0px 0px;
	border-left: 2px solid white;
	
}

#MobileMenuContainer {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 60px;
	height: 60px;
	z-index: 3100;
}

#MobileHeadingAddress {
	font-family: 'Michroma';
	font-style: normal;
	font-weight: 400;
	-webkit-transform:scale(.8,1); /* Safari and Chrome */
	-moz-transform:scale(.8,1); /* Firefox */
	-ms-transform:scale(.8,1); /* IE 9 */
	-o-transform:scale(.8,1); /* Opera */
	transform:scale(.8,1); /* W3C */
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.04em;
	word-spacing: 0.04em;
	color: white;
}

.MobileHeadingPhone {
	white-space: nowrap !important;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	display:inline-block;
	letter-spacing: 0.03em;
	white-space: nowrap;
}

#MobileHeadingPhone i {
	font-size: 16px;
}

a.MobileHeadingPhone {
	color: #ffffff;
	font-weight: bold !important;
	text-shadow: none;
	white-space: nowrap !important
}

a.MobileHeadingPhone:hover, a.MobileHeadingPhone:active {
	color: #e4283a !important;
	text-shadow: none;
}

/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* Header Social Icons */
/* ******************************************************************************************* */
/* ******************************************************************************************* */


@media screen and (max-width: 950px) {
	
	#AddressInfo {
		font-size: 14px;
	}

	#PhoneInfo div {
		font-size: 14px;
	}

	#PhoneInfo {
		padding: 3px 0px 0px 0px !important; 
	}

	#PhoneInfo i {
		font-size: 16px;
	}

	.SocialLinkIMG {
		width: 24px;
		height: 24px;
	}
	#SocialIcons {
		margin: 0px 20px 0px 0px !important;
	}
}

@media screen and (max-width: 880px) {
	
	#AddressInfo {
		font-size: 13px;
	}

	#PhoneInfo {
		padding: 3px 0px 0px 0px !important; 
	}

	#PhoneInfo i {
		font-size: 14px;
	}

	#PhoneInfo div {
		font-size: 13px;
	}

	.SocialLinkIMG {
		width: 23px;
		height: 23px;
	}
	#SocialIcons {
		margin: 0px 10px 0px 0px !important;
	}
}


@media screen and (max-width: 810px) {
	
	#AddressInfo {
		font-size: 12px;
	}

	#PhoneInfo {
		padding: 2px 0px 0px 0px !important; 
	}

	#PhoneInfo i {
		font-size: 13px;
	}

	#PhoneInfo div {
		font-size: 12px;
	}

	.SocialLinkIMG {
		width: 22px;
		height: 22px;
	}
	#SocialIcons {
		margin: 0px 0px 0px 0px !important;
	}
}


@media screen and (max-width: 767px) {
	
	#header1 {
		display: none;
	}
	
	#header2 {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	
	#MobileHeading1IMG {
		display: none;
	}

	#MobileHeading2IMG {
		display: block;
	}

	#MobileHeadingAddress {
		font-size: 10px;
		line-height: 15px;
	}

	.MobileHeadingPhone {
		font-size: 12px;
		line-height: 15px;
	}

	#MobileHeadingBlack {
		background: black;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 120px;
		height: 56px;
		white-space: nowrap;
		z-index: 3000;
		padding: 5px 15px 0px 0px;
		border-left: 2px solid white;
	
	}
	
	#MobileHeadingPhone i {
		font-size: 12px;
	}
}

/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* Mega Menu Settings */
/* ******************************************************************************************* */
/* ******************************************************************************************* */


.MainNav {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	background-color: #bf1e2d !important;
}


#mega-menu-wrap-header-menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin: auto;
	display: inline-block;
  	width: auto;
	background-color: #bf1e2d !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
  line-height: 32px !important;
  height: 32px !important;
}

#mega-menu-header-menu {
    /* white-space: nowrap !important; */
    /* max-width: 740px; */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

li.mega-menu-item {
	border-left: 2px solid #ffffff !important;
	background-color: #bf1e2d !important;
}

ul#mega-menu-header-menu {
	text-align: center !important;
}

li.mega-menu-item:first-of-type  {
	border-left: 2px solid #ffffff !important;
}

li.mega-menu-item:last-of-type  {
	border-right: 2px solid #ffffff !important;
}


li.mega-menu-item a {
	font-family: 'Raleway' !important; 
	font-style: italic !important; 
	font-weight: 700 !important; 
	font-size: 17px !important;
	padding: 0px 14px 0px 14px !important; 
	color: #ffffff !important;
	text-shadow: 1px 1px 1px #000000;
}

li.mega-menu-item a:hover {
	text-shadow: none;
	color: #bf1e2d !important;
	background: #ffffff !important;
}

li.mega-current-menu-parent > a, li.mega-current-menu-item > a {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#af8d1c+0,af8d1c+0,d0ad20+24,ffdc7f+50,d0ad20+75,af8d1c+98 */
	background: #000000 !important; /* Old browsers */
	color: #ffffff !important;
	text-shadow: none !important;
}

.fa-home {
	font-size: 18px;
}

li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	text-shadow: none !important;
	color: #000000 !important;
	background: #ffffff !important;
}

ul.mega-sub-menu {
	box-shadow: 6px 6px 6px rgba(0,0,0,0.4) !important;
	outline: 1px solid #000000 !important;
	width: auto !important;
}

ul.mega-sub-menu li {
	border-left: none !important;
	border-right: none !important;
}

ul.mega-sub-menu li.mega-menu-item:first-of-type  {
	border-left: none !important;
}
ul.mega-sub-menu li.mega-menu-item:last-of-type  {
	border-right: none !important;
}


ul.mega-sub-menu li a {
	font-family: 'Raleway' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	padding: 5px 10px 5px 10px !important;
	color: #ffffff !important;
	white-space: nowrap !important;
	text-shadow: none !important;
	background: #bf1e2d !important;
	border-left: 1px solid #000000 !important;
	border-right: 1px solid #000000 !important;
	border-bottom: 1px solid #000000 !important;
}

@media screen and (max-width: 1130px) {
	
	li.mega-menu-item a {
		font-size: 16px !important;
		padding: 0px 10px 0px 10px !important; 
	}

	.fa-home {
		font-size: 20px;
	}

	ul.mega-sub-menu li a {
		font-size: 15px !important;
	}
}

@media screen and (max-width: 1050px) {
	
	li.mega-menu-item a {
		font-size: 16px !important;
		padding: 0px 14px 0px 14px !important; 
	}

	.fa-home {
		font-size: 20px;
	}

	#mega-menu-wrap-header-menu {
		max-width: 500px;
	}

	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	  line-height: 30px !important;
	  height: 30px !important;
	}

	ul#mega-menu-header-menu > li.mega-menu-item:first-of-type, ul#mega-menu-header-menu > li.mega-menu-item:nth-of-type(2), ul#mega-menu-header-menu > li.mega-menu-item:nth-of-type(3)  {
		border-bottom: 2px solid #ffffff !important;
	}
	ul#mega-menu-header-menu > li.mega-menu-item:nth-of-type(3)  {
		border-right: 2px solid #ffffff !important;
	}

}


@media screen and (max-width: 767px) {
	
	.MainNav {
		display: none;
	}
}
/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* Shift Nav Settings */
/* ******************************************************************************************* */
/* ******************************************************************************************* */

a.shiftnav-toggle-button {
	background-color: none !important;
	background: none !important;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 40px;
	color: black !important;
	text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff,  -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;  
}

.shiftnav-toggle-button:hover {
	color: #bf1e2d !important;
	text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff,  -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;  
}


.shiftnav-inner >  ul > li:first-of-type {
	margin-top: 40px  !important;
	border-top: 2px solid white !important;
}
#shiftnav-main {
	background: pink !important;
	background-image: url('/CoastalGraphics/images/SteelBackground.png') !important;
	background-repeat: repeat-y !important;
}


#shiftnav-toggle-main {
	background-color: none !important;
	padding: 0px !important;
	margin: 0px !important;
	height: 80px !important;
}

.shiftnav-main-toggle-content, .shiftnav-toggle-main-block {
	padding: 0px !important;
	margin: 0px 0px 0px 0px;
}

.shiftnav-toggle {
	color: black !important;
}

.shiftnav-toggle:hover, .shiftnav-toggle:active {
	color: #bf1e2d !important;
	background-color: none !important;
	background: none !important;
}

.shiftnav-panel-close  {
	color: #bf1e2d !important;
	z-index: 2000 !important;
	background-color: none !important;
	background: none !important;
	font-size: 30px !important;
	margin-top: -17px  !important;
	text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff,  -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;  
}

button.shiftnav-panel-close:hover, button.shiftnav-panel-close:active {
	color: #000000 !important;
}

.shiftnav {
	border-right: 1px solid white !important;
	border-left: 0px !important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3e2c7+0,c19e67+26,e9d4b3+53,c19e67+72,e9d4b3+100 */
}

.shiftnav li {
	background: black !important;
	border-bottom: 2px solid white !important;
	font-family: 'Raleway' !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	letter-spacing: 0px;
}

.shiftnav li, .shiftnav li a {
	color: white !important;
}

.shiftnav li:active, .shiftnav li:hover, .shiftnav li a:active, .shiftnav li a:hover {
	background-color: #bf1e2d !important;
	/* color: #36b4e5 !important; */
	color: #ffffff !important;
}

.shiftnav li.current-menu-item, .shiftnav li.current-menu-item a {
	background-color: #ffffff !important;
	color: #bf1e2d !important;
}

.shiftnav li.current-menu-item a:hover, .shiftnav li.current-menu-item a:active {
	color: #bf1e2d !important;
}




.shiftnav li ul li:not(:last-of-type) {
	border-bottom: 1px solid white !important;

}


.shiftnav li ul li {
	background: #c2c2c2 !important;
	font-family: 'Raleway' !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	letter-spacing: 0px;
}


.shiftnav li ul li, .shiftnav li ul li a {
	color: #bf1e2d !important;
}



#shiftnav-main {
	display: none
}

@media screen and (max-width: 767px) {
	#shiftnav-main {
		display: block
	}
}

@media screen and (max-width: 480px) {
	
	#MobileMenuContainer {
		top: 10px;
		left: 10px;
		width: 50px;
		height: 40px;
	}
	a.shiftnav-toggle-button {
		font-size: 30px !important;
	}
}


/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* Content Settings */
/* ******************************************************************************************* */
/* ******************************************************************************************* */

.PageHeadingWrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.PageSubHeadingWrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


h1.PageHeading {
	font-family: 'Racing Sans One';
	font-style: normal;
	font-weight: 400;
	color: #000000;
	line-height: 1;
	font-size: 36px;
	margin: 0px 10px 8px 260px;
	padding: 0px 0px 0px 0px;
}

h1.PageHeadingHome {
	font-family: 'Racing Sans One';
	font-style: normal;
	font-weight: 400;
	color: #000000;
	line-height: 1;
	font-size: 50px;
	margin: 0px 10px 8px 10px;
	padding: 0px 0px 0px 0px;
}

h2.PageSubHeading {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
	font-size: 30px;
	color: #bf1e2d;
	line-height: 1.2;
	margin: 6px 10px 10px 160px;
	padding: 0px 0px 0px 0px;
}

h2.PageSubHeadingHome {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	color: #bf1e2d;
	line-height: 1.2;
	margin: 6px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

.PickUpDeliveryWrapper {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

h3.PickUpDelivery {
	font-family: 'Racing Sans One';
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
	color: #bf1e2d;
	line-height: 1.25;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#ScheduleServiceToday {
	width: 280px;
	height: auto;
}

.PageHeadingHR {
    border: 0;
    height: 2px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/rgba(0,0,0,0)+0,bf1e2d+32,bf1e2d+68,ffffff+100 */
	background: rgba(0,0,0,0); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, #bf1e2d 32%, #bf1e2d 68%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,#bf1e2d 32%,#bf1e2d 68%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,#bf1e2d 32%,#bf1e2d 68%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0)',GradientType=1 ); /* IE6-9 */
	margin: 0px 10px 10px 200px;
	width: 80%
}

.PageHeadingHRHome {
    border: 0;
    height: 2px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/rgba(0,0,0,0)+0,bf1e2d+32,bf1e2d+68,ffffff+100 */
	background: rgba(0,0,0,0); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, #bf1e2d 32%, #bf1e2d 68%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,#bf1e2d 32%,#bf1e2d 68%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,#bf1e2d 32%,#bf1e2d 68%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0)',GradientType=1 ); /* IE6-9 */
	margin: 0px 10px 10px 10px;
	width: 96%
}

@media screen and (max-width: 767px) {
	
	h1.PageHeading {
		margin: 0px 10px 8px 10px;
	}

	.PageHeadingHR {
		margin: 0px 10px 10px 0px;
		width: 96%
	}

	h2.PageSubHeading {
		margin: 6px 10px 10px 10px;
	}
}

@media screen and (max-width: 660px) {
	
	h1.PageHeading {
		font-size: 30px;
	}
	h2.PageSubHeading {
		font-size: 20px;
	}
	h1.PageHeadingHome {
		font-size: 36px;
	}
	h2.PageSubHeadingHome {
		font-size: 22px;
	}
}

@media screen and (max-width: 400px) {
	
	h3.PickUpDelivery {
		font-size: 6vw;
	}
}


.h1Underscore {
    border: 0;
    height: 2px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/rgba(0,0,0,0)+0,25b3e1+32,25b3e1+68,ffffff+100 */
	background: rgba(0,0,0,0); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, #25b3e1 32%, #25b3e1 68%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,#25b3e1 32%,#25b3e1 68%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,#25b3e1 32%,#25b3e1 68%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0)',GradientType=1 ); /* IE6-9 */
	margin: 16px 10px 20px 0px;
	width: 96%
}


main {
	max-width: 1100px;
	margin: 10px 10px 10px 10px;
	position: relative;
	text-align: left;
}

section {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

main li {
	margin: 10px 0px 10px 0px;
}

.RuleOne {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 2px;
	background: #ffffff;
}

.RuleTwo {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 2px;
	background: #bf1e2d;
}

/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* ******************************************************************************************* */

.FullWidthWrapper {
	width: 100%;
	height: 350px;
	display: block;
	position: relative;
	margin: -20px 0px 0px 0px;
}

.FullWidthContainer {
	width: 100vw;
	display: block;
	color: white;
	position: absolute;
	z-index: 1000;
	margin-left: calc(50% - 50vw);
	background: #000000;
}

.RedLine {
	width: 100%;
	background: #bf1e2d;
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
}
.WhiteLine {
	width: 100%;
	background: #ffffff;
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
}
.BlackLine {
	width: 100%;
	background: #000000;
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
}
.CheckerRule {
	background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%), linear-gradient(-45deg, #ffffff 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ffffff 75%), linear-gradient(-45deg, transparent 75%, #ffffff 75%);
	background-size: 20px 20px;
	background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
	width: 100%;
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}

.FullWidthHeading {
	font-family: 'Racing Sans One';
	font-style: normal;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 2px 2px 1px #000000;
	background-color: #bf1e2d;
	line-height: 1;
	font-size: 42px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 7px 0px;
}

.LineWrapper {
	width: 100vw;
	display: block;
	z-index: 1001;
	margin-left: calc(50% - 50vw);
}

.DashLightTableWrapper {
	margin: 0px 10px 0px 10px;
	width: auto;
	display: inline-block;
}

.DashLights {
	width: 170px;
	height: auto;
	padding: 0px 0px 0px 0px;
}
.DashLightLabel {
	padding: 0px 20px 10px 20px;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	text-shadow: 0 0 5px #fff, 0 0 10px #ff0000, 0 0 15px #ff0042, 0 0 20px #ff0042, 0 0 25px #ff0042, 0 0 30px #ff0042, 0 0 35px #ff0042, 0 0 40px #ff0042, 0 0 45px #ff0042, 0 0 50px #ff0042;
}

@media screen and (max-width: 720px) {
	
	.FullWidthHeading {
		font-size: 5.7vw;
		padding: 5px 0px 7px 10px;
	}
}

@media screen and (max-width: 670px) {
	
	.DashLights {
		width: 25vw !important;
	}
	.DashLight {
		width: 25vw !important;
	}
	.DashLightLabel {
		width: 26vw !important;
	}
}

@media screen and (max-width: 630px) {
	
	.DashLightLabel {
		font-size: 2.5vw;
		width: 26vw !important;
		padding: 0px 10px 10px 10px;
		text-shadow: 0 0 5px #fff, 0 0 10px #ff0000, 0 0 15px #ff0042, 0 0 20px #ff0042, 0 0 25px #ff0042, 0 0 30px #ff0042;
	}
}

/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* Footer Settings */
/* ******************************************************************************************* */
/* ******************************************************************************************* */

footer {

	background-color: #000000; 
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 5px 0px !important;
	border: 0px !important;
}

#FooterInfoWrapper {
	display: block;
	width: 99%;
	margin: 0px 0px 0px 0px !important;
	padding: 10px 0px 10px 0px !important;
}


.FooterInfo {
	display: inline-block;
	vertical-align: middle;
	width: 280px !important;
	margin: 0px 0px 0px 0px !important;
	padding: 10px 0px 10px 0px !important;
}

#FooterHours, #FooterContact {
	color: white;
}

#FooterHours {
	border-bottom: 1px solid white;
	margin: 0px 0px 4px 0px !important;
}

.HOHeading {
	white-space: nowrap;
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	padding: 4px 2px 4px 2px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

.HOHours {
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	padding: 4px 2px 4px 2px;
}


.FTTitle {
	white-space: nowrap;
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	padding: 1px 2px 1px 2px;
}

.FTAddress {
	font-size: 15px;
	font-weight: 600;
	padding: 1px 2px 1px 2px;
	white-space: nowrap !important;
}

.FTPhone {
	padding: 1px 2px 6px 2px;
}


a.FooterPhone {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	color: #bf1e2d;
	white-space: nowrap !important;
	font-size: 24px;
}

a.FooterPhone:hover, a.PhoneNumber:active {
	color: #ffffff !important;
	text-shadow: none;
}

#FooterLabel {
	color: #ffffff;
	white-space: nowrap !important;
	font-size: 16px;
}

#FooterLabel a {
	color: #bf1e2d;
}
#FooterLabel a:hover, #FooterLabel a:active {
	color: #ffffff !important;
}


#LocationMapContainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
 	max-width: 276px;
	display: block;
}

#LocationMap {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 2px solid  #bf1e2d;
	outline: 1px solid  #ffffff;
	display: block;
}

#LocationMap iframe {
 	width: 270px;
 	height: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}


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

	#FooterContactInfo {
		display: block;
	}

	.HeadingContent1 h2 {
		font-size: 4vw;
	}
	.HeadingContent2A {
		font-size: 18px;
		white-space: normal;
	}
	.HeadingContent2B a {
		font-size: 24px;
	}
	.HeadingContent2C img {
		width: 32px;
		height: auto;
	}
	.HeadingContent2D {
		font-size: 18px;
		white-space: normal;
	}
}


#FooterCredit {
	max-width: 280px;
	color: white;
	font-size: 16px;
	padding: 0px 0px 6px 0px;
}


/* ************************************************************************* */
/* ************************************************************************* */
/* ************************************************************************* */


#SearchFormWrapper {
	padding: 6px 6px 6px 6px;
    display: block;
}

#SearchFormContainer {

}

#SearchFormContainer td:nth-of-type(1) {
	padding: 8px 4px 4px 4px;
	vertical-align: middle;
}
#SearchFormContainer td:nth-of-type(2) {
	padding: 0px 4px 4px 4px;
	vertical-align: middle;
}

#SearchInput { 
	background-color: #FFFFFF;
	background-image: url('/CoastalGraphics/images/SearchMagOff.png');
	background-position: calc(100% - 10px) 0;
	background-repeat: no-repeat;
	color: #003366 !important;
	width: 160px !important;
	font-size: 18px;
	height: 30px;
	border: 1px solid #ffffff !important;
	margin-bottom: 5px;
	padding: 1px 4px 1px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#SearchInput::-webkit-input-placeholder { /* WebKit browsers */ color: #888888; }
#SearchInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #888888; opacity: 1; }
#SearchInput::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #888888; opacity: 1; }
#SearchInput:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #888888; }

.RedSearchButton {
    background-color: #cc0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#ff6666));
    background-image: -moz-linear-gradient(top, #990000 0, #ff6666);
    background-image: -webkit-linear-gradient(top, #990000 0, #ff6666);
    background-image: -o-linear-gradient(top, #990000 0, #ff6666);
    background-image: -ms-linear-gradient(top, #990000 0, #ff6666);
    background-image: linear-gradient(top, #990000 0, #ff6666);
    border: 1px solid #ffffff;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
	text-shadow: 1px 1px #333333;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
    outline: 0 none;
    padding: 6px 6px 6px 6px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

button.RedSearchButton:-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

.RedSearchButton:hover, .RedSearchButton-hover {
    border: 1px solid #ffffff;
    background-color: #f8b249;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cc9933), to(#ffcc66));
    background-image: -moz-linear-gradient(top, #cc9933 0, #ffcc66);
    background-image: -webkit-linear-gradient(top, #cc9933 0, #ffcc66);
    background-image: -o-linear-gradient(top, #cc9933 0, #ffcc66);
    background-image: -ms-linear-gradient(top, #cc9933 0, #ffcc66);
    background-image: linear-gradient(top, #cc9933 0, #ffcc66);
}

.RedSearchButton:focus, .RedSearchButton:active, .RedSearchButton-active {
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    color: #FFFFFF;
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#666666));
    background-image: -moz-linear-gradient(top, #000000 0, #666666);
    background-image: -webkit-linear-gradient(top, #000000 0, #666666);
    background-image: -o-linear-gradient(top, #000000 0, #666666);
    background-image: -ms-linear-gradient(top, #000000 0, #666666);
    background-image: linear-gradient(top, #000000 0, #666666);
   	outline: 0 none;
}

/* ************************************************************************* */

.wpmslider-viewport {
	border: none !important
}


.TestimonialScroller {
	/* background: lime; */
	width: 100% !important;
	margin: 0px !important;
}

.TestimonialContent {
	font-size: 16px !important;
	font-style: italic !important;
}

.TestimonialStars {
	font-size: 20px !important;
	color: #fcbe00;
	padding: 5px 10px 5px 10px; 
}

h2.TestimonialHeading {
	font-family: 'Racing Sans One';
	font-style: normal;
	font-weight: 400;
	color: #bf1e2d;
	font-size: 24px;
	margin: 20px 10px 20px 10px; 
	padding: 0px 0px 0px 0px;
	line-height: 1.3; 
	
}

/* ************************************************************************* */

.yt {
  position: relative;
  display: block;
  width: 90%; /* width of iframe wrapper */
  max-width: 800px;
  height: 0;
  margin: auto;
  padding: 0% 0% 56.25%; /* 16:9 ratio */
  overflow: hidden;
}
.yt iframe {
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.PickupAndDelivery caption {
	padding: 0px 0px 10px 0px;
	font-style: italic;
	color: #bf1e2d;
	font-weight: 600;
	font-size: 1em;
	white-space: nowrap;
}

.PickupAndDelivery caption span {
	font-style: normal;
	color: #000000;
	font-weight: 400;
	font-size: 0.9em;
}

.PickupAndDelivery {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #bf1e2d;
}

.PickupAndDelivery tr {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #bf1e2d;
}

.PickupAndDelivery td, .PickupAndDelivery th {
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #bf1e2d;
	padding: 4px 12px 4px 12px;
}

.PickupHeading {
	font-style: normal;
	font-weight: bold;
	color: #f9c024;
	background-color: black;
}

.PickupCity {
	font-style: italic;
	color: #000000
}

.PickupFee {
	font-style: italic;
	color: #bf1e2d
}















