
/* 

	red: 006699
	blue: 0f48a5
	light blue: 0089da

 */


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

body { 
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1.4;
	text-decoration: none;
	overflow-x: hidden !important;
	
	display: flex;
	flex-direction: column;
	height: 100vh;
}

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

html,body,div,p,span,iframe,.site,main,footer {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

a {
	text-decoration: none;
	-ms-word-break: break-all !important;
	word-break: break-all !important;
	word-break: break-word !important;
	-webkit-hyphens: auto !important;
	-moz-hyphens: auto !important;
	hyphens: auto !important;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	color: #0089da
}

a:hover {text-decoration: none; color: #ffb00f}
a:active {text-decoration: none; color: #ff0000}

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

::-moz-selection { /* Code for Firefox */
  color: #eeca5e;
  background: #346ab1;
}

::selection {
  color: #eeca5e; 
  background: #346ab1;
}


.BodyTable {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px
	display: flex;
	flex-direction: column;
	height: 100vh;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.BodyTR {
	display: table-row;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.BodyTD {
	display: table-cell;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
  	vertical-align: bottom;
}

#PopUpBackGround {
  position:absolute;
  left: 0px !important;
  top: 0px !important;
  z-index:9000;
  background-color: rgba(0,0,0,0.5);
  display:none;
  width: 100vw;
  height: 100vh;
}  


.BodyCopy {
/* 
	text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000;
 */
}

article {
	margin: 0px 10px 0px 10px;
	text-align: left
}


article img:not(.FullWidth, .TeamMemberPhoto) {
	width: auto;
	height: auto;
	max-width: 96%;
}

.textwidget {
	margin-bottom: 24px !important;
}

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

.BreakAll {
	-ms-word-break: break-all !important;
	word-break: break-all !important;

	word-break: break-word !important;

	-webkit-hyphens: auto !important;
	-moz-hyphens: auto !important;
	hyphens: auto !important;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
}

.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, .Table, .TR, .TD {
	border: 0;
}

p {
	margin: 20px 0px 20px 0px;
}

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

.TR {
	display: table-row;
}

.TD {
	display: table-cell;
}

.TDVMiddle {
	vertical-align: middle;
}

.alignleft {
	display: inline;
	float: left;
	margin: 10px 10px 10px 0px;
}

.alignright {
	display: inline;
	float: right;
	margin: 10px 0px 10px 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto 10px auto;
}
.aligncenter2 {
	clear: both;
	display: block;
	margin: 10px auto 10px auto;
}


img.AlignMeRight {
	float: right;
}

.sg-popup-builder-content {
	max-width: 900px;
	margin-left: -20px !important
	margin-right: 20px !important
}


.cff-post-text {
	text-align: left
}

/* 
#cff .cff-item{
  width: 100%;
  max-width: 1100px;
  clear: both;
  padding: 20px 0 15px 0;
  margin: 10px 10px 10px 10px;
  border-bottom: 2px solid #0f48a5 !important;
}
 */

#cff .cff-item {
	float: left;
	width: 100%;
	max-width: 88vw;
/* 
	clear: both;
 */
	padding-top: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 10px !important;
	margin-top: 20px !important;
	margin-right: 20px !important;
	margin-bottom: 20px !important;
	margin-left: 0px !important;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: 1px solid grey;
	border-bottom: 1px solid grey !important;
	box-shadow:	10px 10px 10px rgba(0,0,0,0.3);
}

/* 
.cff-post-links {
	border: 2px solid red;
	margin-bottom: 200px;
}
 */

.FBFeed {
	width: 92vw;
	max-width: 1200px;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #0f48a5;
}


.WhiteRule {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #ffffff;
}
.GoldRule {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #ffb00f;
}

.Signature {
  font-family: 'Yellowtail' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 2em !important;
}

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

.TestimonialWrapper {
	/* border: 2px solid red */
}

.GoldStar {
	color: #eab618;
	font-size: 1.3em;
}

.Testimonial {
	font-size: 1.2em;
	font-style: italic;
}
.TestimonialTitle {
	font-size: 1.3em;
	font-weight: bold;
}


.FullWidthBlue {
	background: #0066cc;
	color: white;
	position: relative
}
.FullWidthBlueRuleTop {
	display: block;
	border-top: 2px solid #0066cc;
	border-bottom: 2px solid #ffffff;
	position: absolute;
	top: 0;
  	left: 0;
  	width: 100%
}
.FullWidthBlueRuleBottom {
	display: block;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #0066cc;
	position: absolute;
	bottom: 0;
  	left: 0;
  	width: 100%
}

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

#Header {
/* 
background-image: url('/CoastalGraphics/images/CS302Header.png');
background: #006699;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
 */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	display: block;
}

#HeadingGraphicContainer {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#HeadingGraphic {
	width: 100vw;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

#HeadingLogo {
	width: 90%;
	max-width: 700px;
	height: auto;
	margin: 10px 10px 10px 10px;
}


.pp_description  {
	font-size: 1em !important;
	font-weight: normal !important;
	line-height: 1.3 !important;
	display: block;
}

#GalleryContainer {
	padding: 10px 10px 10px 10px
}

.GalleryWrapper {
	display: block !important;
}

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

.CalendarPost1 {
	margin: 0px 0px 80px 0px;
	max-width: 1100px
}

.cff-post-text {
	text-align: left
}

.TabStar {
	font-family: Tahoma, Helvetica, Arial, sans-serif !important;
	font-size: inherit !important;
	font-style: normal !important;
	line-height: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
	text-decoration: inherit !important;
	text-transform: inherit !important;
}


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

.YellowOnBlack {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: #ffd237;
	text-decoration: inherit;
	text-transform: inherit;
}

.GreenOnBlack {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: #50ff8a;
	text-decoration: inherit;
	text-transform: inherit;
}

.RedRule {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #006699;
}
.WhiteRule {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #ffffff;
}
.GoldRule {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #ffb00f;
}


#SliderSpacer {
	height: 200px;
	width: 100vw;
}

#SliderWrapper {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#ShiftNavWrapper {
	display: none;
	vertical-align: top !important;
	padding: 10px 0px 10px 10px;
}

#PageHeadingContainer {
	padding: 0px 0px 0px 0px; 
	margin: 20px 0px 0px 0px;
}

#PageHeadingWrapper {
	padding: 0px 10px 0px 10px; 
	margin: 0px 0px 0px 0px;
	max-width: 1200px;
	position: relative;
	text-align: left
}

h1.PageHeading {
	font-family: 'Raleway' !important;
	font-style: italic !important;
	font-weight: 900 !important;
	color: #006699;
	line-height: 1.2;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: auto;
	text-align: center;
}

h1.HostACoffee {
	font-family: 'Euphoria Script' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 88px !important;
	color: #006699;
	line-height: 1.2;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: auto;
	text-align: center;
}

h1.Large {
	font-size: 80px;
}

h1.Medium {
	font-size: 50px;
}

h1.Small {
	font-size: 30px;
	line-height: 1.4
}

.PageSubHeadingWrapper {
	padding: 0px 10px 0px 10px; 
   	display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically if needed */
    height: 50px; /* Adjust based on your layout */
    max-width: 99%;
}

h2.PageSubHeading {
	font-family: 'Cardo' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	display: inline-block; /* Ensure the transform applies properly */
	font-size: 26px;
	color: #000000;
	line-height: 1.2;
	margin: 10px 0px 20px 10px;
}


h2.SectionHeading {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 900;
	color: #0089da;
    display: inline-block !important; /* Ensure the transform applies properly */
    transform: scaleX(1.5) !important; /* Scale the text 50% wider */
    transform-origin: left !important; /* Optional: Adjust the origin point to avoid shifting */
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 50px 10px 20px 10px;
	text-align: left;
}

h2.h2one {
	font-family: 'Lato' !important;
	font-style: italic;
	font-weight: 900;
	display: inline-block; /* Ensure the transform applies properly */
	font-size: 1.5em;
	color: #990033 !important;;
	line-height: 1.2;
	margin: 10px 0px 20px 10px;
}

h3.SectionSubHeading {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 700;
	font-style: italic;
	color: #000000;
	line-height: 1.4;
	font-size: 22px;
	margin: -20px 10px 20px 10px;
	width: auto;
	text-align: left;
}

h3.CalendarEventDateTime {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-style: italic;
	color: #000000;
	line-height: 1.2;
	font-size: 20px;
	margin: 30px 10px 0px 10px;
	width: auto;
	text-align: left;
}


.siteorigin-widget-tinymce h2 {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 700;
	color: #0f48a5;
	line-height: 1.4;
}

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

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

/* 
article {
	max-width: 1200px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
 */
 
 #HostACoffee {
 	padding: 0px 24px 0px 0px !important;

 }
 
 
/* ************************************************************************************** */
/* ************************************************************************************** */
/* ************************************************************************************** */

.NormalContentWrapper {
	text-align: center
}

.NormalContent {
	text-align: left;
	max-width: 1200px;
	padding: 0px 10px 0px 10px;
	margin: 0 auto;
}


.NormalContent ul {

	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1 em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}
.NormalContent li {

	margin: 12px 0px 12px 0px;
}
.NormalContent b {

	font-weight: bold;
}
.NormalContent img {

	border: 2px solid white;
	outline: 2px solid #cccccc;
	margin: 12px 12px 12px 12px;
	max-width: 80vw;
}

.NormalContent h2 {

	font-family: 'Raleway';
	font-style: italic;
	font-weight: 900;
	font-size: 1.4em;
	line-height: 1.3;
	display; block;
	color: #006699;
	margin: 18px 0px -12px 0px;
	width: auto;
	text-align: left;
}


.NormalContent h3 {

	font-weight: bold;
	line-height: 1.3;
	display; block;
	margin: 12px 0px 12px 0px;
	width: auto;
}

.NormalContentWithTables {
	text-align: left;
	max-width: 1200px;
	padding: 0px 10px 0px 10px;
	margin: 0 auto;
}

.NormalContentWithTables img {

	border: none;
	margin: 10px 10px 10px 10px;
	display: block;
	margin: 0 auto;
}

.NormalContentWithTables a {
	display: inline-block !important;
	text-align: center !important;
	margin: 10px 20px 10px 20px;
}


.NormalContentWithTables .table,
.NormalContentWithTables .tbody,
.NormalContentWithTables .tr,
.NormalContentWithTables .td {
	display: block;
	width: 100%;
}
.NormalContentWithTables .td {
	box-sizing: border-box;
	padding: 10px;
}

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

#InnerHeader {
  	position: relative;
  	border-bottom: 0px;
  	background: #0f48a5;
  	text-align: center;
	padding: 0px 0px 0px 0px;
}

.Alth1 {
	line-height: 1 !important;
	display: block !important;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}

.RedDivder {
	border-top: 2px solid #a6012d;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}

#MoreNewsArrowWrapper {
  	margin: 20px 0px 0px 0px;
}
#MoreNewsArrow {
  	width: 320px;
  	max-width: 80vw;
  	height: auto;
}

#HeadingWrapper {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

#MobileBottomRules {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: none
}

#HeadingTB {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px
	margin: 0px 0px 0px 0px;
/* 
	width: 100vw
 */
}


#MobileMenu {
	display: none;
	padding: 0px 10px 0px 10px;
}

#HeadingTDLogo {
	display: table-cell;
	padding: 5px 10px 0px 10px;
}

#RedstoneRanchLogo,
#RedstoneRanchLogoFooter {
	width: 130px;
	height: auto
}



#HeadingTD1 {
	display: table-cell;
	padding: 0px 10px 0px 10px;
}



.FooterSMIcon {
	margin: 5px 5px 10px 10px;
	width: 40px;
	height: auto;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

.HeadingSMIcon:hover, .FooterSMIcon:hover {
	-moz-animation: 1s glow6 alternate infinite, 0.5s RotateOnce linear;
	-webkit-animation: 1s glow6 alternate infinite, 0.5s RotateOnce linear;
	-o-animation: 1s glow6 alternate infinite, 0.5s RotateOnce linear;
	animation: 1s glow6 alternate infinite, 0.5s RotateOnce linear;
}


#InnerHeadingMenuWrapper {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #000000;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

#InnerHeadingMenu {
	text-align: center;
	display: inline-block;
	margin: 0px 10px 0px -10px;
	padding: 0px 0px 0px 0px;
}

ul#mega-menu-main-menu {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	width: 1310px !important;
	text-align: center !important;
	background: black !important;
/* 
	border: 1px solid lime !important;
 */
}

li.mega-menu-item {
	border-left: 2px solid #ffffff !important;
	display: inline-block;
}

/* 
li.mega-menu-item:nth-of-type(4),
li.mega-menu-item:nth-of-type(5),
li.mega-menu-item:nth-of-type(6),
li.mega-menu-item:nth-of-type(7),
li.mega-menu-item:nth-of-type(8),
li.mega-menu-item:nth-of-type(9) {
	border-top: 2px solid #ffffff !important;
}
 */

li.mega-menu-item:nth-of-type(1),
li.mega-menu-item:nth-of-type(2),
li.mega-menu-item:nth-of-type(3),
li.mega-menu-item:nth-of-type(4),
li.mega-menu-item:nth-of-type(5) {
	border-bottom: 2px solid #ffffff !important;
}


li.mega-menu-item:nth-of-type(5),
li.mega-menu-item:nth-of-type(12) {
	border-right: 2px solid #ffffff !important;
}



ul#mega-menu-header-menu {
	border: none !important;
}


li.mega-menu-item a {
	display:inline-block;
	font-weight: bold !important;
	font-size: 22px !important;
	padding: 0px 20px 0px 20px !important; 
	color: #ffffff !important;
	font-family: 'Lato' !important;
	font-style: italic;
	font-weight: 900;
	word-spacing: 3px;
}

li.mega-menu-item a:hover {
	color: #000000 !important;
	background: #fbb040 !important;
}


li.mega-menu-item a:hover {
	text-shadow: none;
}

li.mega-current-menu-item:not(li.mega-menu-item:nth-of-type(1)) > a {
	background: #006699 !important; /* Old browsers */
	color: #ffffff !important;
}

.fa-home {
	font-size: 24px;
	-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 */
}

li.mega-menu-item:nth-of-type(1) a {
	 animation: flashRed 3s infinite;
}
@keyframes flashRed {
  0%, 100% { background: inherit; } /* Default color */
  50% { background: red; } /* Flash red */
}


/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* Shift Nav Settings */
/* ******************************************************************************************* */
/* ******************************************************************************************* */

.shiftnav-toggle-button {
/* 
	background-color: none !important;
	background: none !important;
 */
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	font-size: 40px;
	background: #006699 !important;
	display: inline-block;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	border: 2px solid white !important;
}

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

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


.shiftnav-toggle {
	color: #ffffff !important;
	padding: 0px 2px 1px 4px !important;
	line-height: 0px !important; 
	margin: 0px 0px 0px 0px !important;
/* 
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.5), 1px 1px 1px rgba(0, 0, 0, 0.5);
 */
}


.shiftnav-toggle:hover, .shiftnav-toggle:active {
	color: #fbb040 !important;
}

.shiftnav-panel-close  {
	z-index: 2000 !important;
	background-color: none !important;
	background: none !important;
}

.shiftnav {
	border-right: 1px solid white !important;
	background-color: #000000
}

.shiftnav li {
	font-family: 'Lato' !important;
	font-style: italic !important;
	font-weight: 700 !important;
	border-bottom: 2px solid white !important;
	color: #ffffff !important;
}

.shiftnav li a {
	color: #ffffff !important;
}

.shiftnav li a:active, .shiftnav li a:hover {
	text-shadow: none !important;
}

.shiftnav li:active, .shiftnav li:hover, .shiftnav li a:active, .shiftnav li a:hover {
	background-color: #006699 !important;
	/* color: #0f48a5 !important; */

}

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

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


#shiftnav-main *{
	font-size: 20px !important;
	text-shadow: none !important;
}

.shiftnav li:nth-of-type(1) a {
	 animation: flashRed 3s infinite;
}


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

footer {
/* 
	background-image: url('/CoastalGraphics/images/FooterBackground.png');
 */
/* 
	background-size: cover;
	background-position: center;
 */
 	background: black !important;
	padding: 0px 0px 10px 0px; 
}

footer *  {
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}

#FooterContentWrapper {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin: 10px 5px 0px 5px;
/* 
	border: 1px solid lime
 */
}
	
.FooterTable {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px
}
.FooterTR {
	display: table-row;
}
.FooterTD1 {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
}
.FooterTD2 {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
}


.
.FooterSocialWrapper {
	margin: 10px 10px 10px 10px;
	display: inline-block;
	vertical-align: middle;
}
.FooterSocial {
	display: inline-block;
	width: 30px;
	height: auto;
    transition: transform 0.3s ease-in-out;
}

#FooterCopyright,
#FooterAllRights {
	display: block;
	width: auto;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	line-height: 1.25;
	color: white !important;
	font-size: 16px;
}

#FooterDisclaimer {
	display: inline-block;
	width: auto;
	margin: 0px 10px 0px 10px !important;
	padding: 15px 10px 15px 10px !important;
	line-height: 0px;
	color: white !important;
	font-size: 16px;
	border: 1px solid white;
}

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

.FooterLabelTitle {
	display: block;
	font-size: 22px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.5;
	margin: 0px 0px 0px 0px !important;
	padding: 5px 0px 5px 0px !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5), 0 0 50px rgba(0, 0, 0, 0.5), 0 0 60px rgba(0, 0, 0, 0.5), 0 0 70px rgba(0, 0, 0, 0.5), 0 0 80px rgba(0, 0, 0, 0.5);
}
.FooterLabelAddress {
	display: block;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5), 0 0 50px rgba(0, 0, 0, 0.5), 0 0 60px rgba(0, 0, 0, 0.5), 0 0 70px rgba(0, 0, 0, 0.5), 0 0 80px rgba(0, 0, 0, 0.5);
}

.FooterLabelPhone {
	display: block;
	margin: 12px 0px 12px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

.FooterLabelPhone a {
	display: block;
	font-size: 20px !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5), 0 0 50px rgba(0, 0, 0, 0.5), 0 0 60px rgba(0, 0, 0, 0.5), 0 0 70px rgba(0, 0, 0, 0.5), 0 0 80px rgba(0, 0, 0, 0.5);
}

.FooterLabelPhone a:hover {
	color: #006699 !important;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5), 0 0 15px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.5), 0 0 25px rgba(255, 255, 255, 0.5), 0 0 30px rgba(255, 255, 255, 0.5), 0 0 35px rgba(255, 255, 255, 0.5), 0 0 40px rgba(255, 255, 255, 0.5), 0 0 45px rgba(255, 255, 255, 0.5), 0 0 50px rgba(255, 255, 255, 0.5), 0 0 55px rgba(255, 255, 255, 0.5), 0 0 60px rgba(255, 255, 255, 0.5), 0 0 65px rgba(255, 255, 255, 0.5), 0 0 70px rgba(255, 255, 255, 0.5), 0 0 75px rgba(255, 255, 255, 0.5), 0 0 80px rgba(255, 255, 255, 0.5);
}

.FooterLabelHours1 {
	display: block;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5), 0 0 50px rgba(0, 0, 0, 0.5), 0 0 60px rgba(0, 0, 0, 0.5), 0 0 70px rgba(0, 0, 0, 0.5), 0 0 80px rgba(0, 0, 0, 0.5);
}
.FooterLabelHours2 {
	display: block;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	margin: 5px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5), 0 0 50px rgba(0, 0, 0, 0.5), 0 0 60px rgba(0, 0, 0, 0.5), 0 0 70px rgba(0, 0, 0, 0.5), 0 0 80px rgba(0, 0, 0, 0.5);
}

.FooterLabelPrivacyPolicy {
	display: block;
	margin: 10px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

.FooterLabelPrivacyPolicy a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5), 0 0 50px rgba(0, 0, 0, 0.5), 0 0 60px rgba(0, 0, 0, 0.5), 0 0 70px rgba(0, 0, 0, 0.5), 0 0 80px rgba(0, 0, 0, 0.5);
}

.FooterLabelPrivacyPolicy a:hover {
	color: #006699 !important;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5), 0 0 15px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.5), 0 0 25px rgba(255, 255, 255, 0.5), 0 0 30px rgba(255, 255, 255, 0.5), 0 0 35px rgba(255, 255, 255, 0.5), 0 0 40px rgba(255, 255, 255, 0.5), 0 0 45px rgba(255, 255, 255, 0.5), 0 0 50px rgba(255, 255, 255, 0.5), 0 0 55px rgba(255, 255, 255, 0.5), 0 0 60px rgba(255, 255, 255, 0.5), 0 0 65px rgba(255, 255, 255, 0.5), 0 0 70px rgba(255, 255, 255, 0.5), 0 0 75px rgba(255, 255, 255, 0.5), 0 0 80px rgba(255, 255, 255, 0.5);
}

.ContactPageHorse {
	width: 84vw;
	max-width: 600px;
	height: auto;
	margin: 10px auto 10px auto;
	display: block;
	text-align: center;
}



#LocationMapContainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
 	max-width: 278px;
	border: 2px solid #ffffff;
	display: block;
}

#LocationMap {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 2px solid #006699;
	display: block;
}

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


.WhiteRule {
	border-top: 2px solid #ffffff;
	width: 100%;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

.BlueRule {
	border-top: 2px solid #006699;
	width: 100%;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

.YellowRule {
	border-top: 2px solid #ffbb1b;
	width: 100%;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

.PurpleRule {
	border-top: 2px solid #67318f;
	width: 100%;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

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


.EmailListHeadingWrapper {
    position: relative;
    display: inline-block;
    width: auto;
    height: 60px;
}



.EmailListFormHeading, .EmailListFormHeading2, .EmailListFormHeading3 {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 900;
	font-size: 24px !important;
	font-style: normal;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: 0px;
	color: ffffff;
	padding: 10px 10px 5px 10px;
}

.EmailListFormHeading {
	position: absolute;
	z-index: 600 !important;
	text-shadow: 1px 1px 1px #004665;
}

.EmailListFormHeading2 {
	position: absolute;
	z-index: 500 !important;
	display: none;
}

.EmailListFormHeading3 {
	position: relative;
	z-index: 400 !important;
	visibility: hidden;
}

.AlignLeftMarker {
	margin-right: 20px
}
.AlignRightMarker {
	margin-left: 20px
}

iframe.YouTubeEmbed {
	width: 560px;
	height: 315px;
}
.Bio {
	padding-right: 20px;
}

.Bio ul {
	list-style-type: disc;
	margin-left: 20px;
}


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

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

	h1.PageHeading {
		margin: 0px 10px 10px 10px;
	}

/* 
	li.mega-menu-item a {
		font-size: 18px !important;
	}
 */
}


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

	ul#mega-menu-main-menu {
		width: 1010px !important;
	}


	li.mega-menu-item a {
		display:inline-block;
		font-weight: bold !important;
		font-size: 18px !important;
		padding: 0px 10px 0px 10px !important; 
		color: #ffffff !important;
		font-family: 'Lato' !important;
		font-style: italic;
		font-weight: 900;
		word-spacing: 3px;
	}
}

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

	h1.PageHeading {
		margin: 0px 10px 10px 10px;
	}
}


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

	ul#mega-menu-main-menu {
		width: 720px !important;
/* 
		border: 1px solid lime !important;
 */
	}


	li.mega-menu-item:nth-of-type(1),
	li.mega-menu-item:nth-of-type(2),
	li.mega-menu-item:nth-of-type(3),
	li.mega-menu-item:nth-of-type(4),
	li.mega-menu-item:nth-of-type(5) {
		border-bottom: none !important;
	}


	li.mega-menu-item:nth-of-type(5) {
		border-right: none !important;
	}
	
	li.mega-menu-item:nth-of-type(3),
	li.mega-menu-item:nth-of-type(6),
	li.mega-menu-item:nth-of-type(12) {
		border-right: 2px solid #ffffff !important;
	}

	li.mega-menu-item:nth-of-type(4),
	li.mega-menu-item:nth-of-type(5),
	li.mega-menu-item:nth-of-type(6),
	li.mega-menu-item:nth-of-type(7),
	li.mega-menu-item:nth-of-type(8),
	li.mega-menu-item:nth-of-type(9),
	li.mega-menu-item:nth-of-type(10),
	li.mega-menu-item:nth-of-type(11),
	li.mega-menu-item:nth-of-type(12) {
		border-top: 2px solid #ffffff !important;
	}
}


/* 
@media screen and (max-width: 910px) {

	ul#mega-menu-main-menu {
		width: 740px !important;
	}


	li.mega-menu-item a {
		display:inline-block;
		font-weight: bold !important;
		font-size: 16px !important;
		padding: 0px 6px 0px 6px !important; 
		color: #ffffff !important;
		font-family: 'Lato' !important;
		font-style: italic;
		font-weight: 900;
		word-spacing: 3px;
	}
}
 */


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

	#FooterContentSocial {
		left: 12vw;
	}
	#FooterContentInfo {
		left: 2vw;
	}
}

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


}


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

	body { 
		font-size: 18px;
	}
	
	#Header {
		position: fixed;
		z-index: 998
	}

	h1.PageHeading {
		margin: 0px 10px 10px 10px;
	}

	#MobileBottomRules {
		display: block
	}

	#InnerHeadingMenuWrapper, #HeadingTD2, #HeadingTD3 {
		display: none;
	}
	
	.NormalContentWithTables img {

		border: none;
		margin: 10px 10px 10px 10px;
		display: block;
		margin: 0px;
	}

	#MobileMenu {
		display: inline-block;
		position: fixed;
		left: 20px;
		top: 20px;
		z-index: 200;
		padding: 0px 10px 0px 10px;
		width: 80px
	}


	#FooterContentEmailSignUp {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		padding: 20px 0px 20px 0px;
	}

	#FooterContentInfo {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
	}
	
	.AlignLeftMarker,
	.AlignRightMarker {
		margin-bottom: 12px;
		margin-right: 0px;
		margin-left: 0px;
	}
}

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

	.PageSubHeadingWrapper {
		height: 5vw;
	}

	h2.PageSubHeading {
		font-size: 4.5vw !important;
	}

	#HeadingWrapper {
		padding: 5px 0px 5px 0px;
	}

	#ColonialRotaryClubBanner {
		margin: 0px 0px -5px 10vw;
		width: 55vw;
		height: auto;
		display: inline-block
	}

	#ColonialRotaryClubLogo {
		top: -12px;
		left: auto;
		right: -15px;
		width: 27vw;
	}
}

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

/* 
	main {
		padding-top: 400px;
	}

 */
	#MobileMenu {
		top: 6vw;
	}

	#HeadingGraphic {
		width: 160vw;
		height: auto;
		margin: 0px 25vw 0px -25vw;
		padding: 0px 0px 0px 0px;
		display: block;
	}

	iframe.YouTubeEmbed {
		width: 80vw;
    	height: calc(80vw * 0.56);
	}

}

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

	h1.HostACoffee {
		font-size: 16vw !important;
	}
	 #HostACoffee {
		padding: 0px 10px 0px 0px;

	 }

	#ColonialRotaryClubLogo {
		top: -10px;
	}

	#RILogo {
		float: none;
		display: block;
		margin-left:auto;
		margin-right:auto;
	}

}

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

	img.AlignMeRight {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	#HeadingLogo {
		width: 100%;
		margin: 5px 10px 5px 0px;
	}
}

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

	.FooterContentWrapper {
		width: 320px;
	}

/* 
	#FooterCopyright {
		display: block;
		width: auto;
		margin: 10px 20px 0px 0px !important;
		padding: 5px 5px 5px 5px !important;
		line-height: 0px;
		color: white !important;
		font-size: 16px;
	}

	#FooterDisclaimer {
		display: inline-block;
		width: auto;
		margin: 10px 20px 0px 0px !important;
		padding: 15px 10px 15px 10px !important;
		line-height: 0px;
		color: white !important;
		font-size: 16px;
		border: 1px solid white;
	}
 */

}


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


	h1.Large {
		font-size: 40px;
	}

	h1.Medium {
		font-size: 30px;
	}

	h1.Small {
		font-size: 18px;
		line-height: 1.4
	}

	#MobileMenu {
		display: table-cell;
		padding: 0px 5px 0px 10px;
		width: 70px
	}

	#ColonialRotaryClubLogo {
		top: -7px;
	}
}



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

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

	#HeadingTDLogo {
		display: none;
	}


	#InnerHeader {
		position: fixed;
		top: 0px;
		z-index: 2000
	}

	h3.CalendarEventDateTime {
		font-size: 16px;
	}

	#ColonialRotaryClubLogo {
		position: fixed;
	}

	.FooterContentA {
		font-size: 16px;
	}

	.FooterContentB {
		font-size: 14px;
	}
}

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

	body { 
		font-size: 15px;
	}

	h1.Large {
		font-size: 32px;
	}

	h1.Medium {
		font-size: 24px;
	}

	h1.Small {
		font-size: 20px;
		line-height: 1.4
	}

	
	h2.PageSubHeading {
		font-size: 18px;
	}

	#ColonialRotaryClubLogo {
		width: 26vw;
	}

	#ColonialRotaryClubBanner {
		margin: 0px 0px -5px 0px;
		width: 60vw;
		height: auto;
		display: inline-block
	}
	.Bio {
		padding-right: 10px;
	}

}

@media screen and (max-width: 340px) {
	.FooterContentA {
		font-size: 15px;
	}
}


.sgpb-popup-close-button-6 {
	right: 0px !important;
}



.GoogleMapFrameContainer {
	border: 2px solid #eeca5e;
	padding: 2px 4px 2px 2px !important;
	display: inline-block;
	width: 90vw;
	max-width: 800px;
	margin: 2px 0px 2px 0px !important;
}

.GoogleMapFrameContainer2 {
	border: 2px solid #eeca5e;
	padding: 2px 6px 2px 2px !important;
	display: inline-block;
	width: 90%;
	max-width: 80vw;
	margin: 2px 10px 2px 0px !important;
}


.GoogleMapFrame {
	margin: 2px 2px 2px 2px !important;
	padding: 0px 0px 0px 0px !important;
	display: block !important;
	width: 100%;
	height: 300px;
	max-width: 800px;
}

#FooterUpArrow {
	width: 28px;
	height: 28px;
}

.button-top {
	position: fixed;
	bottom: 34px;
	right: 10px;
	z-index: 5000;
	width: 40px;
	height: 28px;
	border: 0;
	box-shadow: none;
	text-align: center;
	cursor: pointer;
	pointer-events: none;
	background:rgba(0, 0, 0, 0);
	opacity: 0;
	transition: opacity 1s ease;
}

.button-top-visible {
	opacity: 1;
	pointer-events: auto;
}


.ULWrapper { display: block; padding: 10px 10px 10px 10px; }
.ULBlock { display: inline-block; padding: 10px 30px 10px 30px: width: 260px; vertical-align: top }
ul.ul1 { list-style-type: disc; }
ul.ul1 > li { color: #003399; padding: 10px 0px 10px 0px }
ul.ul2 { list-style-type: square; }
ul.ul2 > li { color: #000000; font-style: italic; padding: 0px 0px 0px 0px }

.ServicesBlock { 
	
	max-width: 1000px;
	margin: 0 auto;
}

.ServicesBlock h2 { 
	
	font-size: 1.5em;
	margin-top: 20px;
}


.ServicesBlock li {
	margin: 12px 0px 12px 0px;
}


