/*@charset "utf-8";*/
/* CSS Document */

body {
	margin:0px;
}

img{
	border-style:none;
	border-collapse:collapse;
	margin:0;
}

a {
	color:#e2a856;
	text-decoration:none;
}

a:visited {
	color:#e2a856;
}

a:hover {
	text-decoration:underline;
}

ul {
	list-style-position: inside;
}

input:focus, button:focus 
{
    outline:0;
    /*box-shadow: 1px 1px 2px #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;
}

#bodydiv, .bodydiv {
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size:14px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}

.GoogleMap {
	 border-width:1px; 
	 border-style:solid;
	 border-color:#CCC;
}

.GMapMarkerHeader {
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}

.GMapMarkerContent {
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size:12px; 
}

.imagepaddiv img {
	padding:10px;
}

.imagepaddiv p {
	margin-top:0px;
}

.InputField
{
	background-color:#FFF;
	border-style:solid;
	border-width:1px;
	border-color:#90ccda;
}

.inputfieldresp {
	width:90%;
    padding: 5px;
    margin-bottom:5px; 
    border:none; 
    font-size:13px; 
    /*color:#a3a39e;*/
    color:#000; 
    padding:9px; 
    background:#ebebeb;
    border:1px solid #ebebeb;
	font-family: 'Open Sans', sans-serif;
}

.inputfieldresprequired {
    border:1px solid red;
}

.JavaLinkA
{
	cursor:pointer;
	text-decoration:underline;
	color: #595A5C;
}

.navcontainer {
	width: 168px;
	height: 100px;
	float: right;
	text-align: center;
	/*font-family: ATS-Script;*/
	font-family: "chonky",sans-serif;	
	color: #000;
	text-decoration: none;
	border-left:2px solid #518B42;
	font-size: 27px;
	line-height: 30px;
	cursor: pointer;
	/*position:relative;*/ /*Turn this off for full-width nav*/
}

.navcontainer a {
	text-decoration: none;
	color: #000;
}

.navdropdowncontainer {
	display: none;
	position: absolute;
	/*background: rgba(256, 256, 256, .9);*/
	/* Add these two in conjunction with turning off position relative in navlinkcontainer for full width nav */
	width: 100%;
    left: 0px;
	z-index: 3000;
	top:100px;
}

.navcontainer:hover .navdropdowncontainer {
	display: block;
}

.navbarLinkLvl1 {
	color:#000;
	background: #fff;
	text-decoration:none;
    font-family: 'Open Sans', sans-serif;
	/*font-weight:bold;*/	
    /*font-size: 22px;*/
    font-size:18px;
    /*width: 158px;*/
    width: 128px;
    height: 120px;
    text-align: center;
    border: 2px solid #738698;
}

.navbarLinkLvl1:visited {
	color:#000;
}

.navbarLinkLvl1:hover {
	color:#738698;
	text-decoration:none;
}

.navbarLinkLvl2 {
	color:#000;
	text-decoration:none;
	font-family: Arial, Verdana, Helvetica, Sans-serif;	
	/*font-weight:bold;*/	
	letter-spacing:1px;
	margin-top: 5px;
}

.navbarLinkLvl2:visited {
	color:#000;
	text-decoration:none;
}

.navbarLinkLvl2:hover {
	color:#8e1e59;
	text-decoration:none;
}

.MobileNavMenuLvl0 {
	width:100%;
	color:#595A5C; 
    border-bottom:1px solid #aaa;
    /*font-family: ATS-Script;*/
    font-family: "chonky",sans-serif;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    padding-top: 10px; 
    padding-bottom: 10px;
}

.MobileNavMenuLvl1 {
	width:100%; 
	color:#595A5C; 
	border-bottom:1px solid #aaa;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
    background-color: #fff;
}

.navDivUpper {
	font-size: 14px;
	/*font-family: ATS-Script;*/
	font-family: "chonky",sans-serif;
	color: #595A5C;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	margin-top: 16px;
}

.PageHeader {
	margin-top:0px;
	margin-bottom:0px;
	color:#000;
	/*font-family: ATS-Script;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: "chonky",sans-serif;
	font-size:36px;
	line-height: 36px; 
	text-align:left;
}

.PageHeaderAdmin {
	font-size: 21px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: century gothic, verdana;
	/*font-weight:bold;*/
	color: #000;
}

.PageContent {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #595A5C;
}

.SubHeader
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}

.triptabutton {
	border:none;
	color:#FFF;
	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;
	background-color: #FD9512;

}

.datepicker {
	position: relative; 
	/*z-index: 100000;*/
	z-index: 300;
}

#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("/~visitber/images/arrow.gif") no-repeat 0 4px;*/
	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("/~visitber/images/arrow.gif") no-repeat 0 4px;*/
	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:#e2a856;
	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
}

.ui-datepicker-unselectable {
	/* For unselectable dates before the minDate in jquery datepicker */
	color: rgba(0, 0, 0, 0.2);
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    height: 30px;
}

.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%;
}

.pagefeatureblocktitle {
	font-family: 'Anton', sans-serif;
	position: absolute;
	width: 100%;
	color:#fff;
	background: rgba(54, 97, 62, .45);
	top: 50%;
    transform: translate(0%,-50%);
	font-size: 36px;
	line-height: 36px;
	text-align: center;
}

.PageHeaderImageTextDiv {
	color:#fff;
	font-family: 'Anton', sans-serif;
	font-size: 18px;
	padding:10px; 
	max-width: 800px; 
	margin-left: auto; 
	margin-right: auto;
}

.FeatureBlocksContainerHome {
	margin-top: -60px;
}

.FeatureBlocksContainer {
	margin-top: 0px;
}

.PageHeaderImageTextContainerHome{
	padding-bottom: 60px;
}

.PageFeatureBlockDiv {
	float:left; 
	max-width: 32%; 
	position: relative;
}

.PageFeatureBlockMargin {
	margin-left: 1.8%;
}

.PageFeaturedActivityHeader {
	font-family: 'Anton', sans-serif;
	color: #36613E;
	font-size: 15px;
}

.FeaturedActivityDiv {
	/*float: left; */
}

.ArticleListingTitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #37526B;
	font-weight: bold;
}

.ArticleListingText {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #707070;
}

.ArticleListingContainer {
	margin-bottom: 20px;
	width: 50%;
	display: table;
}

.ArticleListingImageDiv {
	width: 40%;
	display: table-cell;
	vertical-align: top;
}

.ArticleListingTextContainer {
	width: 60%;
	display: table-cell;
	vertical-align: top;
}

.imagedropshadow {
	box-shadow: 1px 1px 2px #444; 
}

.ArticleListingReadMore {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0%);
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #fff;
	background-color: rgba(55,82,107,.5);
	width:120px;
	padding: 3px;
	text-align: center;
}

.AccountListingTitle {
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	color: #fff;
}

.AccountPagingLinks{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#606060;
}

.AccountPagingLinks a, .AccountPagingLinks strong {
	color:#606060;
	padding: 5px;
	margin: 2px;
}

.AccountPagingLinks a:visited{
	color:#606060;
}

.detail-images {
	position: absolute;
	left: 0px;
	top: 0px;
}

.detail-thumbs {
	max-width: 98%;
	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%;
}

.RelatedArticleDiv {
	float: left; 
	width: 33%;
}

.ArticleContent img {
	/*Allows the images to be responsive even if height and width set manually */
	height: auto !important;
    max-width: 100% !important;
}

.articlevideowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.articlevideowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.featureblockdiv {
	float: left;
	width: 25%;
	position: relative;

}

.featureblockwrapper {
	overflow: hidden;			
	position: relative;
}

.featureblockimage {
	width: 101%; 
	position: absolute;
	top: 0px;
	left:0px;
	-webkit-transition: width .5s, top .5s, left .5s; /* Safari */
	transition: width .5s, top .5s, left .5s;
}

.featureblockdiv:hover .featureblockimage {
	width: 110%; 
	top: -5%;
	left:-5%;
}

.featureblockicon {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 80px;
    max-width: 25%;
    transform: translate(-50%,-50%);
}

.featureblockhoveroverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	-webkit-transition: opacity .5s; /* Safari */
	transition: opacity .5s;
	width: 100%
}

/*.featureblockdiv:hover .featureblockhoveroverlay {
	opacity: 1.0;
}*/

.featureblocktitle {
	/*font-family: ATS-Script;
	font-size: 30px;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	position: absolute; 
	/*top:45%;*/
	bottom:10%;
	left:5%	;
	width: 90%;
	text-align: center;
	/*text-shadow: 1px 1px 3px #777;*/
	font-weight: bold;
	/*background-color: rgba(55,82,107,.5);*/
	/*-webkit-transition: top .5s;*/ /* Safari */
	/*transition: top .5s;*/
}

.featureblockbodytext {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 40%;
	left: 12.5%;
	width: 75%;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .5s; /* Safari */
	transition: opacity .5s;
}

.featureblockdiv:hover .featureblocktitle {
	background-color: rgba(55,82,107,.5);
}

.featureblockdiv:hover .featureblockbodytext {
	opacity: 1.0;
}

.PageRelatedEventTitle {
	font-family: 'Anton', sans-serif;
	color: #95989A;
	background-color: #fff;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	width: 100%;
	position: relative;
	height: 64px;
	padding-top: 20px;
}

.formbutton {
	color:#fff; 
	font-size: 15px; 
	background: #40bde5; 
	border-radius: 5px; 
	border: 1px solid #595a5c;
	cursor: pointer;
}

.formbuttonorange {
	background: #004712;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    width: 100px;
    border: none;
    font-family: 'Open Sans', sans-serif;
}

.RequiredField {
	color: red;
}

.headertext {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: ATS-Script;
	color: #fff;
	font-size: 80px;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.mobileNavMenu {
	display:none;
}

.mobilelogodiv {
	display:none;
}

.featuredcontentblock {
	float:left;
	margin:2px; 
}

.rollerarrow {
	max-width: 100px;
}

.PageFeatureBlockText {
	display: none;
}

.SquareFeature {
	float: left; 
	width: 50%;
}

.SquareFeatureText {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	/*width: 90%;*/
	max-width: 90%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: rgba(55,82,107,.5);
	font-family: 'Open Sans', sans-serif;
	padding: 10px;
}

.ContentTwoFull {
	float: left;
	width: 100%;
}

.ContentTwoFull p:first-of-type {
  margin-top:0px;
}

.ContentTwoImage {
	max-width: 50%;
	margin-right: 20px; 
	margin-bottom: 20px;
}

.ContentTwoHalf {
	float: left;
	width: 50%;
}

.headercyclercontainer {
	margin-top: 100px;
}

.AccountListItem {
	width:50%; 
}

.AccountListItemColumn {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.AccountListItemColumn a {
	color:#000;
	text-decoration: none;
}

#scrolldiv::-webkit-scrollbar-track
{
	background-color: #2d3a4b;
}

#scrolldiv::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#scrolldiv::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #afb6c0; width:2px;
}	

.footerfloatdiv a {
	color: #fff;
}

.dragtodaydiv {
	margin:0px;
	padding:0px;
}

.dragitinitem {
	width:342px;
	padding:3px;
	/*background-image:url(/~visitber/images/itin-block-grey.jpg);*/
	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-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	cursor:move;
}

.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;
}

.itindaydropdiv {
	float:left; 
	margin-left:20px; 
	width:350px;
}

.ItinDayHeaderDiv {
	width:345px; 
	margin-bottom:0px; 
	margin-top:5px;
	height:20px;
	padding-left:5px;
	padding-top:5px;
	background-color:#595A5C; 
	color:#FFF; 
	font-family: 'Roboto', sans-serif;	
}

.ItinMapItLink {
	cursor:pointer;
	text-decoration:underline;
	margin-left:240px;
	color:#FFF;
}

.itinselectiondiv {
	width:350px;
}

.snaptodaydiv {
	margin:0px;
	padding:0px;
	cursor:move;
}

.EventViewButton {
	background:#595A5C;
	color:#fff;
	font-weight:bold;
	padding:10px;
	width:200px;
	border:none;
	cursor: pointer;
	margin-bottom: 20px;
}

.EventViewButtonNonHide {
	background:#595A5C;
	color:#fff;
	font-weight:bold;
	padding:10px;
	width:200px;
	border:none;
	cursor: pointer;
	margin-bottom: 20px;
}

.orderdivcontainer {
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	width: 100%;
	max-width: 800px;
}

.orderdiv {
	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;
}

.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;
}

.FrontEndDropown {
	max-width:1000px;
	background-color: #F6F6F6;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 2px;
}

.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;
}

.InteractiveMapLayer {
	max-width: 100%; 
	min-width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.InteractiveMapColorLine {
	display: none;
}

.InteractiveMapHoverDiv {
	position: absolute;
	/*background: #000;
	opacity: .3;*/
}

.InteractiveBoxContent .PageContent {
	color: #fff;
	text-decoration: none;
}

.InteractiveMapDivMobile {
	display: none;
}

.PartnerPortalBox {
	border: 1px solid #aaa; 
	width: 100%; 
	margin-bottom: 10px;
}

.SectionHeader {
	font-size: 50px;
}

.FeaturedActivityDiv {
	width: 20%;
}

.TwoColumnItem {
	width: 50%;
}

.DashedGreyDivider {
	border-bottom: 3px dashed #484848;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.fr-view img {
    height: auto !important;
}

.FeaturedAccountItem {
	display: table-cell;
	width: 300px;
}

.DealsListItem {
	width: 50%;
}

.DealsListItemColumn {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}

.DealsListItemColumn a {
	color:#000;
	text-decoration: none;
}

.PhotoGalleryTextDiv {
    position: absolute; 
    bottom:0px; 
}

.PhotoTextContainerMobile {
    display: none;
}

.EmergencyMessage {
	position:fixed; 
	top:0px; 
	width: 100%;
}

.ScrollToTopButton {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%,0%);
	z-index: 999999;
	padding: 10px;
}

.PageWidgetDesktopOnly {
	/* Do Nothing */
}

.PageWidgetMobileOnly {
	display: none;
}

@media screen and (max-width: 1350px) {

	.navcontainer {
		width: 120px;
		font-size: 20px;
	}
}

@media screen and (max-width: 1000px) {
	.FeaturedLinkTitle {
		font-size: 50px;
	}

	.AccountListItem {
		width:100%; 
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

}

@media screen and (max-width: 1080px) {

	.desktopnavmenu {
		display: none;
	}

	.mobilelogodiv {
		display:block;
	}

	.headercyclercontainer {
		margin-top: 0px;
	}

	.EmergencyMessage {
		position: inherit;
	}

}

@media screen and (max-width: 1000px) {

	.ArticleListingContainer {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

}

@media screen and (max-width: 900px) {
	/*.ContentTwoHalf {
		float: none;
		width: 100%;
	}*/

	.ContentTwoImage {
		max-width: 100%;
		min-width: 100%;
		margin-right: 0px;
	}

	.InteractiveMapDiv {
		display: none;
	}

	.InteractiveMapDivMobile {
		display: block;
	}
	
}

@media screen and (max-width: 850px) {

	.headertext {
		font-size: 40px;
		line-height: 50px;
		max-width: 300px;
	}
}


@media screen and (max-width: 800px) {

	.PageWidgetDesktopOnly {
		display: none;
	}

	.PageWidgetMobileOnly {
		display: inherit;
	}	

	.PageHeaderImageTextDiv {
		width: 600px;
	}

	.RelatedArticleDiv {
		float: none; 
		width: 100%;
	}

	.TwoColumnItem {
		width: 100%;
	}

	.DealsListItem {
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.DealsListItemColumn {
		width: 100%;
		display: block;
	}

    .PhotoGalleryContainerDiv {
        /*margin-bottom: 200px;*/
    }

    .PhotoSelectionContainer {
        display: none;
    }

    .PhotoGalleryTextDiv {
        display: none;
    }

    .PhotoTextContainerMobile {
        display: block;
    }

	.AccountListItemColumn {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 700px) {

	.SquareFeature {
		float: none;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.SectionHeader {
		font-size: 28px;
	}

	.FeaturedActivityDiv {
		width: 50%;
	}

}

@media screen and (max-width: 640px) {

	.FeaturedLinkContainer {
		float: none; 
		width: 100%; 
		max-width: 600px;
		margin-left: auto;
		margin-right:auto;
		margin-bottom: 6px; 
		
	}
}

@media screen and (max-width: 600px) {

	.PageHeaderImageTextDiv {
		width: 300px;
	}

	.FeatureBlocksContainerHome {
		margin-top: 20px;
	}

	.PageHeaderImageTextContainerHome{
		padding-bottom: 0px;
	}

	.PageFeatureBlockDiv {
		float:none; 
		width: 100%;
		max-width: 350px;
		margin-bottom: 10px; 
		margin-left: auto;
		margin-right: auto;
	}

	.PageFeatureBlockMargin {
		margin-left: auto;
		margin-right: auto;
	}

	.FeaturedActivityDiv {
		float: none; 
		margin-left: auto;
		margin-right: auto;
	}

	.ArticleListingImageDiv {
		width: 100%;
		display: block;
	}

	.ArticleListingTextContainer {
		width: 100%;
		display: block;
	}

	.FeaturedAccountItem {
		display: block;
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}


}

@media screen and (max-width: 540px) {

	.eventImageDiv {
		text-align: left;
	}

	.featuredcontentblock {
		float:none;
		margin-bottom:5px;
		margin-left: auto;
		margin-right: auto;
	}

	.mobilelogoimage {
		/*padding-left: 50px;*/
	}

	.rollerarrow {
		max-width: 70px;
	}


/*	.readMoreButton {
		display:block;
	}

	.readMoreText {
		display:none;
	}
*/}

@media screen and (max-width: 400px) {

	.SquareFeatureText {
		font-size: 14px;
	}

}
