/*@charset "utf-8";*/
/* CSS Document */

/*
Font Definitions: 
font-family: alverata, serif;
font-family: alverata-informal, serif;
font-family: montserrat, sans-serif;
*/

a {
	/*color:#27265f;*/
	color: #80A76E;
	text-decoration: none;
}

a:hover {
	color: #EEB646;
	/*font-style: italic;*/
}

body {
	margin: 0px;
	background: #F5F5F5;
}

h1,h2,h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 400;
}

img{
	border-style:none;
	border-collapse:collapse;
	margin:0;
	/*max-width: 100%;*/
}

input:focus, button:focus 
{
    outline:0;
    /*box-shadow: 1px 1px 2px #ccc; */
}

.adminPageEditorSubSectionDivider {
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	font-weight:bold;
}

.bluebutton {
	/*background-color:#3398d5;
	background-image:linear-gradient(bottom, #3398d5 48%, #2f8cc4 52%);
	background-image:-o-linear-gradient(bottom, #3398d5 48%, #2f8cc4 52%);
	background-image:-moz-linear-gradient(bottom, #3398d5 48%, #2f8cc4 52%);
	background-image:-webkit-linear-gradient(bottom, #3398d5 48%, #2f8cc4 52%);
	background-image:-ms-linear-gradient(bottom, #3398d5 48%, #2f8cc4 52%);
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.48, #3398d5), color-stop(0.52, #2f8cc4));*/
	background-color:#532c0f;
	border:none;
	color:#fdecd2;
	cursor:pointer;
	display:block;
	font-size:14px;
	font-weight:600;
	height:30px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	vertical-align:middle;
	width:140px;
	-moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.bluebutton:hover {
	/*background-color:#22525a;
	background-image:linear-gradient(bottom, #22525a 48%, #1f4c53 52%);
	background-image:-o-linear-gradient(bottom, #22525a 48%, #1f4c53 52%);
	background-image:-moz-linear-gradient(bottom, #22525a 48%, #1f4c53 52%);
	background-image:-webkit-linear-gradient(bottom, #22525a 48%, #1f4c53 52%);
	background-image:-ms-linear-gradient(bottom, #22525a 48%, #1f4c53 52%);
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.48, #22525a), color-stop(0.52, #1f4c53))*/
}

.detail-images {
	position: absolute;
	left: 0px;
	top: 0px;
}

.detail-thumbs {
	max-width: 100%;
	border: 1px solid #555;
	cursor: pointer;
}

.detail-thumbs:hover {
	border-color: #C86D2A;
}

.detail-thumbs-hover {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 95px;
	height: 55px;
	border: 5px solid #C86D2A;
	opacity: 0%;
}

.detail-thumbs-hover:hover {
	opacity: 100%;
}

#pagebackground{
	width:100%;
	height:100%;
	/*top:0; 
	left:0;*/
	bottom:0;
	right:0;
	position:fixed;
	z-index:-1;
}

.EventSearchBar {
	width:590px;
	height:25px;
	background-image:url(../images/event-search-bg-slice.png);
	background-repeat:repeat-x;
	padding:5px;
	padding-left:10px;
	padding-top:7px;
	font-weight:bold;
	font-size:15px;
}

.FeatureBlocks a
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic; 
}

.FeatureBlocks img
{
	border: 1px solid #777;
	font-size: 14px;
}

.FeatureBlocks td
{
	text-align: center;
}

.imagepaddiv img {
	padding:10px;
}

.newsletterfield {
	width:150px; 
	border-style:none;	
}

.newsletterfield:focus {
	border-style:none;
	outline:none;
}

#bodydiv, .bodydiv {
	width:1420px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;

}

.bodydivshadow {
	-moz-box-shadow:    0px 20px 20px 0px #000;
	-webkit-box-shadow: 0px 20px 20px 0px #000;
	box-shadow:         0px 20px 20px 0px #000;
}


.PageHeader {
	font-size: 40px;
	font-family: alverata-informal, serif;
	color: #000;
}

.PageContent {
	font-size: 16px;
	font-family: montserrat, sans-serif;
	font-color:#000;
}

.PageContentWidget p:first-child { 
    margin-top:0px;
}

.PageContentWidget { 
    line-height: 28px;
}

.PageContentWidget img {
	padding: 5px 15px 5px 15px;
}

.PageContent a {
	font-weight: bold;
}

.PageContentWidget a:hover {
	text-decoration: underline;
}

.formbutton {
	background: #80A76E;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 150px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-family: alverata-informal, serif;
    text-decoration: none;
    font-weight: bold;
   	-moz-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);
}

.formbutton:hover {
	background: #EEB646; 
}

.StyledSelectBox {
	font-size:13px;	
}


#ContentDiv {
	/*width:900px;*/
	margin:0;
	/*background-color:#FFF;*/
	font-family:Tahoma, Geneva, sans-serif;
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
#backgroundimage {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
}

.TableHeader {
	background-color:#bed731;
	color:#27265f;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#CCC;
}

.AccountTable {
	border-bottom:solid;
	border-left:solid;
	border-right:solid;
	border-top:solid;
	border-bottom-color:#CCC;
	border-left-color:#CCC;
	border-right-color:#CCC;
	border-top-color:#CCC;
	border-bottom-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-top-width:thin;
	background-color:#FFF;
	border-collapse:collapse;
	font-size:14px;
}

.AccountEditTable {
	border:none;
	border-bottom:solid;
	border-left:solid;
	border-right:solid;
	border-top:solid;
	border-bottom-color:#CCC;
	border-left-color:#CCC;
	border-right-color:#CCC;
	border-top-color:#CCC;
	border-bottom-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-top-width:thin;
	background-color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
}

.AccountEditTable td
{
	padding:5px;
}

.AccountPagingLinks{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align: center;
}

.AccountPagingLinks a:visited{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

.imagedropshadow {
	box-shadow: 2px 2px 5px #888; 
}

.InfoTable{
	border:1px;
	border-style:solid;
	border-color:#CCC;
	text-align:left;
	font-size:14px;
}

.InfoTable td {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
}

.itindaydropdiv {
	float:left; 
	margin-left:20px; 
	width:350px;
}

.ItinDayHeaderDiv {
	width:343px; 
	margin-bottom:0px; 
	margin-top:5px;
	height:21px;
	padding-top:3px;
	padding-left:5px;
	background-image:url(/images/itin-block-blue.jpg);
	background-repeat:repeat-x;
	border-style:solid;
	border-color:#999;
	border-width:1px;
	/*background-color:#90cdf9;
	-webkit-box-shadow: inset 0 0 15px #54b2f6; 
    -moz-box-shadow: inset 0 0 15px #54b2f6; 
    box-shadow: inset 0 0 15px #54b2f6;*/
}

.ItinMapItLink {
	cursor:pointer;
	text-decoration:underline;
	margin-left:240px;
}

.itinselectiondiv {
	width:350px;
}

.itinAccountDetail {
	padding-top:10px;
	padding-left:5px;
	width:335px;
}

.snaptodaydiv {
	margin:0px;
	padding:0px;
	cursor:move;
}

.dragtodaydiv {
	margin:0px;
	padding:0px;
}

.dragitinitem {
	/*width:344px;*/
	width:342px;
	padding:3px;
	background-image:url(/images/itin-block-grey.jpg);
	background-repeat:repeat-x;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-color:#999;
	/*border-color:#000;*/
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	cursor:move;
	font-size:14px;
}

.dragitinitemgrey {
	width:342px;
	padding:3px;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-color:#999;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	background-color:#EEE;
	color:#999;
}

.additemnotification {
	width:300px;
	background-color:#CCC;
	padding:5px;
	border-style:dashed;
	border-width:1px;
	border-color:#000;
}

.GoogleMap {
	 border-width:1px; 
	 border-style:solid;
	 border-color:#CCC;
}

.GMapMarkerHeader {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
}

.GMapMarkerContent {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
}

.InputField
{
	background-color:#fff;
	width: 100%;
}

.inputfieldresp {
	width:90%;
    padding: 5px;
    margin-bottom:5px; 
    border:none; 
    font-size:13px; 
    color:#000; 
    padding:10px; 
    background:#fff;
    border:1px solid #999;
}

.inputfieldresprequired {
    border:1px solid red;
}

.inputdropdownresp {
	background-color: #fff;
    border-radius: 3px;
    border: 1px solid #999;
    padding: 5px;
}

.inputarearesprequired {
    border:1px solid red;
    padding:5px;
}

.SiteHeaderLink
{ 
	color:#000;
	text-decoration:none;
}

.SiteHeaderLink:hover
{ 
	text-decoration:underline;
}

.SiteHeaderLink:visited
{ 
	color:#000;
}

.ContentLink {
	text-decoration:underline;
	font-family:Tahoma, Geneva, sans-serif;
	cursor:pointer;
}

.JavaLinkA
{
	cursor:pointer;
	text-decoration:underline;
}

.mypanelnavbox {
	margin-bottom:10px;
	background-color:#bed731;
	width:97%;
	font-size:13px;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#000;
}

.mypanelnavbutton {
	color:#000;
	text-decoration:none;
}

.mypanelnavbutton:hover {
	text-decoration:underline;
}

.mypanelnavsection {
	padding-left:5px;
	padding-right:5px;
}

.SubHeader
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}

.BreadCrumb
{
	font-size:12px;
	color:#27265f;
	text-decoration:underline;
	cursor:pointer;
}

.BreadCrumbOrange
{
	font-size:13px;
	color:#27265f;
	text-decoration:underline;
}

.BreadCrumbWhite
{
	font-size:13px;
	color:#fff;
	text-decoration:underline;
}


.FooterText
{
	font-size:12px;
	color:#FDECD2;
}


.ImageBorder {
	border-width:1px;
	border-color:#27265f;
	border-style:solid;
}

.navDiv1
{
	width:160px; 
	margin-top:3px; 
	background-image:url(../images/nav-bg-dark.png); 
	float:right; 
    padding-top:5px; 
	padding-bottom:5px;
	font-size:12px;
	cursor:pointer;
	padding-right:5px;
	font-weight:bold;
}

.navDiv2
{
	width:132px;
	background-color:#DFDFDF;
	/*background-image:url(../images/nav-bg-dark.png); */
	float:right; 
    padding-top:3px; 
	padding-bottom:3px; 
	font-size:12px;
	cursor:pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	color: #27265f;
}

.navDivLink {
	cursor:pointer;	
	color:#FFF;
}

.navDivLink:visited {
	color:#FFF;
}

.navDivLink:hover {
	color:#3CF;
}

.navLink {
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFF;
	text-decoration:none;
	font-size:15px;
	font-weight: bold;
}

.navLink a:visited  {
	color:#FFF;	
}

.navLinkDivLvl0 {
	height:36px;
	padding-top: 15px;
	padding-right: 10px; 
}

.navOverNavDiv {
	padding-left:10px; 
	padding-right:10px;
	padding-top:6px;
	padding-bottom:6px;
	float:left;
	-webkit-border-top-left-radius:3px; 
	-moz-border-top-left-radius:3px; 
	border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px; 
    -moz-border-top-right-radius:3px; 
    border-top-right-radius:3px;
    font-size: 16px;
}

.RequiredField {
	color:#F00;
	font-size:12px;
}

.datepicker {
	position: relative; 
	z-index: 100000;
}

#ui-datepicker-div {
	moz-box-shadow:1px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow:1px 2px 2px rgba(0, 0, 0, 0.2);
	background:#FFF;
	border:1px solid #686868;
	display:none;
	padding:20px 20px 10px 20px;
	width:250px;
	z-index: 3010 !important;
}
#ui-datepicker-div .ui-datepicker-header {
	height:35px
}
/*#ui-datepicker-div .ui-datepicker-next {
	background:url("/images/arrow.gif") no-repeat 0 4px;
	cursor:pointer;
	float:right;
	height:18px;
	margin-right:10px;
	text-indent:-10000px;
	width:8px
}
#ui-datepicker-div .ui-datepicker-prev {
	-moz-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
	filter:FlipH;
	-ms-filter:"FlipH";
	background:url("/images/arrow.gif") no-repeat 0 4px;
	cursor:pointer;
	float:left;
	height:18px;
	margin-left:10px;
	text-indent:-10000px;
	width:8px
}*/
#ui-datepicker-div .ui-datepicker-title {
	color:#c86d2c;
	font-size:16px;
	text-align:center
}
#ui-datepicker-div table {
	height:100%;
	width:100%
}
#ui-datepicker-div tbody td {
	height:30px;
	vertical-align:middle
}
#ui-datepicker-div tbody td a {
	color:#636466;
	cursor:pointer;
	display:block;
	font-size:11px;
	height:20px;
	line-height:20px;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	width:27px
}
#ui-datepicker-div tbody td a:hover {
	background-color:#3398D5;
	color:#FFF
}
#ui-datepicker-div thead th {
	color:#C1C1C1;
	font-size:11px;
	height:30px;
	line-height:20px;
	text-align:center;
	width:27px
}

.ArticleContent img {
	/*Allows the images to be responsive even if height and width set manually */
	height: auto !important;
    max-width: 100% !important;
}

.orderdivcontainer {
	/*border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;*/
	border-top:2px dashed #ccc;
	width: 100%;
	max-width: 800px;
}

.orderdiv {
	border-bottom: 2px dashed #ccc;
	/*border-bottom:1px solid #ccc;*/
	/*border-top:1px solid #ccc;*/
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.orderdiv:hover {
	background: #f9f9f9;
}

.orderdivMoving {
	background: #efefef;
	-webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease;
}

.orderarrowcontainer {
	position: absolute;
	top:50%;
	right:2%;
	transform: translate(0%,-50%);
}

/*.UpButton {
	cursor: pointer;
	max-width: 50px;
}

.DownButton {
	cursor: pointer;
	max-width: 50px;
}*/

.DownButton {
	width: 30px;
	height: 15px;
	background-image: url(/images/section-arrow-down-light.png);
	background-repeat: no-repeat;
    background-size: 30px 15px;
    cursor: pointer;
}

.DownButton:hover {
	background-image: url(/images/section-arrow-down-dark.png);
}

.UpButton {
	width: 30px;
	height: 15px;
	background-image: url(/images/section-arrow-up-light.png);
	background-repeat: no-repeat;
    background-size: 30px 15px;
    cursor: pointer;
}

.UpButton:hover {
	background-image: url(/images/section-arrow-up-dark.png);
}

.TopButton {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #9a9a9a;
}

.TopButton:hover {
	color: #5d5d5d;
}

.BottomButton {
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #9a9a9a;
}

.BottomButton:hover {
	color: #5d5d5d;
}

.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videowrapperheader {
	position: relative;
	padding-bottom: 32.1%;
	/*padding-top: 25px;*/
	height: 0;
	/*margin-top: -10px;*/
}

.videowrapperheader iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.PageTopHighlight {
	float: left; 
	width: 30.91%; 
	max-width: 100%;
	padding-left: 1.8175%;
	padding-right: 1.8175%;
}

.PageLimitedCampaign {
	float: left; 
	width: 32.1%; 
	max-width: 100%;
	padding-left: 0.91%;
	padding-right: 0.91%;
}

.PageLimitedCampaignTitle {
    color: #47250A;
    font-size: 17px;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
}

.PageFeatureBlock {
	float: left; 
	width: 20%;
	/*width: 19.45%;*/ 
	max-width: 100%;
	/*padding-left: 0.27%;
	padding-right: 0.27%;*/
	margin-bottom: 10px;
}

.PageFeatureBlockTitle {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background-color: #597d59;
    padding: 3px;
    color: #fff;
}

.DisplayEventsItem:hover .DisplayEventsTitle {
	display: none;
}

.DisplayEventsItem:hover .DisplayEventsText {
	display: block;
}

.DisplayEventsTitle {
	position: absolute;
	left: 0%;
	bottom: 0%;
	width: 100%;
	color: #fff;
	background: rgba(0,0,0,.5);
	font-weight: bold;
}

.DisplayEventsText {
	display: none;
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	color: #fff;
	background: rgba(0,0,0,.5);
	font-size: 15px;
	text-align: center;
}

.YellowDottedDivider {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom:5px dotted #fdb81c;
}

.HeaderDrawer {
	position:fixed;
	margin-left:0px; 
	z-index:3600; 
	width:50px; 
	height:133px; 
    background:#597d59 20px 20px no-repeat; 
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    float:left; 
    cursor:pointer;
}

.navcontainer {
	display: table-cell;
	/* turn off position relative for both full screen width super nav or just making the dropdown so it isn't forced into the width of the navcontainer div*/
	/*position: relative;*/
	vertical-align: middle;
	text-align: center;
	font-family: alverata-informal, serif;
}

.navcontainer a {
	text-decoration: none;
	/*font-weight: bold;*/
}

.navcontainer:hover  {
	font-style: italic;
}

.navcontainerinner {
	/*color: #fff;*/
	color: #37627E;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

.navcontainer:hover .navcontainerinterior, .navdropdowncontainer a:hover {
	color: #b1c6d0;
}

.navdropdowncontainer {
	display: none;
	position: absolute;
	/*background: #52849b;*/
	/*background-image: linear-gradient(90deg, #52849b 50%, #6aa0bc 50%);*/
	/* Add these two in conjunction with turning off position relative in navcontainer for full width nav */
	width: 100%;
    left: 0px;
	z-index: 3000;
	/*top:94px;*/
	/*padding-top:10px;
	padding-bottom:10px;*/
	/*border-radius: 0px 0px 10px 10px;*/

	/*Since Redding has floating Divs and don't want the dropdown the full width of the body div containing the nav links, 
	  we have to limit the width of the dropdown */
	/*width:100%;
	max-width: 450px;*/
}

.navcontainer:hover .navdropdowncontainer {
	display: block;
}

.navdropdownitem {
	/*width:101.88px; */
	width: 102px;
	text-align:center;
}

.UpperNav {
	color: #000;
	float: left;
	padding-left: 10px; padding-right: 10px;
	font-size: 18px;
	font-family: LemonMilk, sans-serif;
}

.mobilelogodiv {
	display:none;
}

.FeaturedLinkButtonContainer {
	width: 400px; 
	max-width: 100%;
	position: absolute;
	top:50%; 
	right:10px; 
	transform: translate(0%,-50%);
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}

.FeaturedLinkButton {
	width:45%; 
	height:20px; 
	padding:5px; 
	color:#fff; 
	background-color:#597d59;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	/*position: absolute;
	top:50%; 
	right:10px; 
	transform: translate(0%,-50%);*/
	text-align: center;
	margin-left: auto; /*to force the div to the right side*/
}

.FooterContainer {
	display: table;
	max-width: 1100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

.FooterCell {
	display: table-cell;
	vertical-align: middle;
}

.RelatedArticleItem {
	float:left;
	width: 25%;
	/*margin:0.9%;*/
}

.RelatedArticleItem:hover .RelatedArticleTitle {
	display: none;
}

.RelatedArticleItem:hover .RelatedArticleText {
	display: block;
}

.RelatedArticleTitle {
	position: absolute;
	left: 0%;
	bottom: 0%;
	width: 100%;
	color: #fff;
	background: rgba(0,0,0,.5);
	font-weight: bold;
}

.RelatedArticleText {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0,.5);
	display: none;
	text-align: center;
}

.AccountContainer {
	width: 33.3333333%;
}

.MobileNavMenuLvl0 {
	width:100%;
	color:#fff; 
    /*border-bottom:1px solid #aaa;*/
    font-family: alverata-informal, serif;
    font-size: 19px;
}

.MobileNavMenuLvl0:hover {
	color: #EEB646;
}

.MobileNavMenuLvl1 {
	width:100%; 
	color:#fff; 
	background: #88B5C6; 
	/*border-bottom:1px solid #aaa;*/
    font-family: montserrat, sans-serif;
	font-size: 18px;
	position: relative;
	z-index: 5010;
}

.MobileNavMenuLvl1:hover {
	color: #EEB646;
}

.PageWidgetDesktopOnly {
	/* Do Nothing */
}

.PageWidgetMobileOnly {
	display: none;
}

.ArticleListContainer {
	border-bottom:5px dotted #fdb81c; 
	padding-bottom: 10px; 
	margin-bottom: 10px; 
	display: table;
}

.ArticleListColumnLeft {
	display: table-cell;
	width: 270px;
	vertical-align: top;
}

.ArticleListColumnRight {
	display: table-cell;
	text-align:left; 
	vertical-align: top;
}


.HeaderPhotoCredit {
	position: absolute;
	bottom:20px;
	right:20px;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#fff;
	text-shadow: 1px 1px 1px #777;
}

.DownloadPhotoItem {
    cursor: pointer;
}

.DownloadPhotoItem:hover .DownloadPhotoItemText {
    display: block;
}

.DownloadPhotoItemText {
    width: 200px; 
    height: 135px; 
    position: absolute; 
    top:0px; 
    left: 0px; 
    background-color: rgba(0,0,0,.7); 
    color: #fff; 
    font-weight: bold;
    display: none;
}

.DownloadPhotoItemCheckbox {
    display: none;
    position: absolute;
    top:5px;
    right: 5px;
}

.DownloadPhotoItemCheckboxSelected {
    display: block;
}

.DownloadPhotoItem:hover .DownloadPhotoItemCheckbox {
    display: block;
    position: absolute;
    top:5px;
    right: 5px;
}

.PageThreeColumnEmbed {
	width: 33%;
}

.ListicleColumnLeft {
	display: table-cell;
	vertical-align: middle;
	width: 28%;
}

.ListicleColumnRight {
	display: table-cell;
	vertical-align: top;
}

.ListicleColumnRight img {
	max-width: 100%;
}

.AccountDescReadMoreText {
	display: inline;
}

.AccountDescreadMoreButton {
	display: none;
	color: #d89709;
	font-weight: bold;
	cursor: pointer;
	margin-top: 5px;
	text-align: center;
}

.EventDetailsColumnLeft {
	width: 55%;
	float: left;
}

.EventDetailsColumnRight {
	width: 45%;
	float: left;
}

.fr-view img {
    height: auto !important;
}

.PageTwoColumnItem {
	width: 50%;
}

.PageTwoColumnItemTitle {
	font-size: 30px;
	margin-bottom: 10px;
	color:#254959;
}

.PageTwoColumnItem a:hover {
	text-decoration: none !important;
}

#scrolldiv::-webkit-scrollbar-track, .scrolldiv::-webkit-scrollbar-track
{
	background-color: #2d3a4b;
}

#scrolldiv::-webkit-scrollbar, .scrolldiv::-webkit-scrollbar
{
	width: 5px;
	background-color: #80A76E;
}

#scrolldiv::-webkit-scrollbar-thumb, .scrolldiv::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #80A76E; width:2px;
}

.MapFilterBar {
	width:100%;
	max-width: 1100px;
	color: #fff;
	font-weight: bold;
	background-color: #254959;
	/*border: 1px solid #000;*/
	position: relative;
	cursor: pointer;
}

.MapFilterBar:hover {
	color: #eee;
}

.PageContentWidgetReadMoreButton {
	display: none;
}

.AccountListItem {
	width: 33.33333%;
	float: left;
}	

.AccountListAccountName {
	color: #000; 
	font-size: 24px; 
	font-weight: 400; 
	font-family: alverata-informal, serif;
}

.AccountListReadMoreLink {
	font-family: alverata-informal, serif;
	font-size: 16px;
	color: #80A76E !important;
}

.AccountListReadMoreLink:hover {
	color: #EEB646 !important;
	font-style: italic;
}

.EventViewButton {
	background:#80A76E;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
	/*margin:5px;*/
	text-align: center;
	border:none;
	cursor: pointer;
	margin-bottom: 5px;
	/*max-width: 40%;*/
	font-family: alverata-informal, serif;
	font-size: 16px;
	border-radius: 3px;
}

.EventViewButton:hover {
	background:#EEB646;
}

.EventViewButtonNonHide {
	background:#80A76E;
	color:#fff;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
	/*margin:5px;*/
	border:none;
	cursor: pointer;
	/*margin-bottom: 20px;*/
	font-family: alverata-informal, serif;
	font-size: 16px;
	border-radius: 3px;
}

.EventViewButtonNonHide:hover {
	background:#EEB646;
}

.AccountListItemTitle {
	font-family: "Avenir Medium", Sans-serif;
	color: #575927;
	font-size: 20px;
}

.MenuBarsMobile {
    display: none;
}

.MenuBarsDesktop {
    display: block;
}

.HeaderButtonsDesktop {
	text-align: right; 
	margin-top: -10px;
	margin-bottom: 10px;
	z-index: 5050;
	position: relative;
}

.HeaderButtonsDesktop .formbutton {
	font-size: 14px;
}

.HeaderButtonsBookNow {
    text-align: left; 
    margin-top: -100px; 
    margin-bottom: 40px;
}

.HeaderLogoImage {
	width: 180px;
}

.SocialIconLink {
	color: #fff ;
}

.SocialIconLink:hover {
	color: : #EEB646 ; 
}

.SocialIconLink:visited {
	color: : #fff ; 
}

.HeaderSundialImage {
	right: 60px;
}

.HeaderNavContainer {
	margin-bottom: 50px; 
	margin-top: 30px; 
}

.HeaderImageTitle {
	color: #fff;
	font-size: 80px;
	position: absolute;
	left: 80px;
	top: 50%;
	transform: translate(0%,-50%);
	text-align: left;
	width: 100%;
	max-width: 400px;
	text-shadow:1px 1px 5px rgba(0, 0, 0, 0.3);
}

.HeaderCyclerImageDesktop {
	/*Do Nothing*/
}

.HeaderCyclerImageMobile {
	display: none;
}

@media screen and (max-width: 1400px) {
	.navcontainerinner {
		font-size: 18px;
		padding-left:10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 1250px) {
	.HeaderDrawer {
		display: none;
	}
}

@media screen and (max-width: 1150px) {
	.desktopnavmenu {
		display: none;
	}

	.mobilelogodiv {
		display:block;
	}

	.MenuBarsMobile {
	    display: block;
	}

	.MenuBarsDesktop {
	    display: none;
	}

	.FeaturedLinkButton {
		position: inherit;
		top:inherit; 
		right:inherit; 
		transform: inherit;
		margin-top: 10px;
	}

	.PagingNumber {
		display: none;
	}

	/*.PageContentWidget {
		-webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
		mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
	    max-height: 200px;
	    overflow: hidden;
	}

	.PageContentWidgetReadMore {
		-webkit-mask-image: none !important;
		mask-image: none !important;
	    max-height: inherit !important;
	}

	.PageContentWidgetReadMoreButton {
		display: block;
		cursor: pointer;
	}*/

	.FeaturedLinkButtonContainer {
		position: relative;
		top:inherit; 
		right:inherit; 
		transform: inherit;
	}

	#calendarviewbutton {
		display: none;
	}


}

@media screen and (max-width: 1200px) {
	.navbaritemsdiv {
		display: none !important;
	}
}

@media screen and (max-width: 1200px) {
	.HeaderButtonsBookNow {
		margin-top: -50px;
	}

	.HeaderButtonsBookNowHome {
		margin-top: -140px;
		margin-bottom: 80px !important;
	}

	.HeaderButtonsGuideNewsletter {
		margin-top: 30px;
	}

	.HeaderButtonsBookNow .formbutton {
		margin-left: auto;
		margin-right: auto;
	}

	.HeaderImageTitle {
		font-size: 60px;
		left: 20px;
	}
}

@media screen and (max-width: 850px) {
	.FooterCell {
		display: block;
		text-align: center;
		margin-bottom: 10px;
		text-align: center !important;
	}

	.FooterBackgroundImage {
		display: none;
	}

	.PageThreeColumnEmbed {
		width: 100%;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}

	.AccountDescReadMoreText {
		display: none;
	}

	.AccountDescreadMoreButton {
		display: block;
	}

	.AccountContainer {
		width: 50%;
	}

	.AccountContainer span {
		font-size: 30px !important;
		margin-right: 9px !important;
	}

	.HeaderButtonsDesktop {
		text-align: center; 
		margin-bottom: 30px;
	}

	.HeaderButtonsDesktop .formbutton {
		text-align: center; 
		font-size: 12px;
		width: inherit;
	}

	.HeaderButtonsTable {
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100%;
	}

	.HeaderLogoImage {
		width: 125px;
	}

	.PageH1Widget {
		font-size: 32px;
	}

	.HeaderSundialImage {
		max-width: 40px;
		/*right: 180px;*/
		bottom: -5px !important;
	}

	.HeaderNavContainer {
		margin-bottom: 30px; 
		margin-top: 30px; 
	}

	.HeaderImageTitle {
		font-size: 22px;
		/*left: 150px;*/
		max-width: 150px;
	}

}


@media screen and (max-width: 800px) {

	.PageWidgetDesktopOnly {
		display: none;
	}

	.PageWidgetMobileOnly {
		display: inherit;
	}

	.PageTopHighlight {
		float: none; 
		width: 340px; 
		max-width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:10px;
	}

	.PageLimitedCampaign {
		float: none; 
		width: 400px; 
		max-width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:10px;
	}

	.PageFeatureBlock {
		width: 50%;
		/*float: none; 
		width: 400px; 
		max-width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:10px;*/
	}

	.RelatedArticleItem {
		float: none; 
		width: 400px; 
		max-width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:10px;
	}

	.ListicleColumnLeft {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.ListicleColumnRight {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.EventDetailsColumnLeft {
		width: 100%;
		float: none;
	}

	.EventDetailsColumnRight {
		width: 100%;
		float: none;
	}

}

@media screen and (max-width: 750px) {
	.PageTwoColumnItem {
		max-width: 100%;
	}	

}

@media screen and (max-width: 650px) {
	.ArticleListColumnLeft {
		display: block;
		width: 100%;
		text-align: center;
	}

	.ArticleListColumnRight {
		display: block;
	}

	.AccountListItem {
		float: none;
		margin-left: auto; 
		margin-right:auto;
		width: 100%;
	}

	.AccountContainer {
		width: 100%;
	}

	.HeaderCyclerImageDesktop {
		display: none;
	}

	.HeaderCyclerImageMobile {
		display: block;
	}
}


