/*@charset "utf-8";*/
/* CSS Document */

/*@media screen and (max-width:800px) and (min-width:540px)
	{*/
	  /* this is the breakpoint where we transition from the first layout, of 
          four side-by-side columns, to the square layout with 2X2 grid */
	
	 /* #red, #blue, #green, #yellow {
	    width:50%;
	    display: inline-block;
	  }
	}*/
	
	/*@media screen and (min-width:800px)
	{
	  /*custom styling info for smartphones small screens;
	    All columns are just displayed one below the other */
	
	  /*#red, #yellow, #green, #blue {
	    width: 25%;
	    display: inline-block;
	    white-space: nowrap;
	  }
	
	}

	font-family: 'Open Sans', sans-serif;
	font-family: filson-pro, sans-serif;
	font-family: 'Ubuntu', sans-serif;
	font-family: 'Anton', sans-serif;
	font-family: filson-soft, sans-serif;*/

	

body {
	margin: 0px !important;
}

img{
	border-style:none;
	border-collapse:collapse;
	margin:0;
}

a {
	color:#E8802E;
	text-decoration:none;
}

a:visited {
	color:#E8802E;
}

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;
}

.BreadCrumb
{
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: filson-pro, sans-serif;
	font-size:12px;
	color:#f3a213;
	cursor:pointer;
}

.BreadCrumb:visited
{
	color:#e38126;
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}

#ContentDiv {
	width:1000px;
	margin:0;
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: filson-pro, sans-serif;
}

.footer-section.simple {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	/*border-bottom: solid 1px #5a686b;*/
	height: 300px;
	width: 240px;
}

.footer-section.side {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	/*border-bottom: solid 1px #5a686b;*/
	height: 200px;
	width: 240px;
}

.footer-section.last {
	margin: 0px;
}

.footer-section.tabbed-panel {
	float: left;
	height: 305px;
	width: 450px;
	margin-bottom: 30px;
	margin-right: 15px;
	overflow: hidden;
}

.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-family: filson-pro, sans-serif;
	font-size:16px;
}

.GMapMarkerContent {
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: filson-pro, 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;*/
	font-family: filson-pro, sans-serif;
}

.inputdropdownresp {
	background-color: #F6F6F6;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
}

.inputfieldresprequired {
    border:1px solid red;
}

.JavaLinkA
{
	cursor:pointer;
	text-decoration:underline;
}

.navbarLinkLvl0 {
	height:56px; 
	padding-left:15px; 
	padding-right:15px;
	/*color:#595A5C;*/
	color: #E8802E;
	/*font-family: 'Anton', sans-serif;*/
	font-family: filson-soft, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align:center;
	/*background: #000;*/
	/*border-right: 1px solid #fff;*/
}

.navlinkcontainer {
	/*float:left;*/
	display: inline-block;
	height:44px;
	/*position:relative;*/ /*Turn this off for full-width nav*/
}

.navlinkcontainer:hover .navbarLinkLvl0 { 
	color: #16434F;
}

.navlinkcontainer 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:94px;*/
}

.navlinkcontainer:hover .navdropdowncontainer {
	display: block;
}

.navbarLinkLvl1 {
	color:#000;
	text-decoration:none;
    /*font-family: 'Ubuntu', sans-serif;*/
    /*font-family: 'Anton', sans-serif;*/
    font-family: filson-soft, sans-serif;
    font-size: 22px;
	color: #E8802E;
	font-weight: bold;
}

.navbarLinkLvl1:hover {
	color:#16434F;
	text-decoration:none;
}

.navbarLinkLvl2 {
	color:#16434F;
	text-decoration:none;
	font-family: filson-soft, sans-serif;
	font-weight:bold;	
	margin-top: 5px;
}

.navbarLinkLvl2:hover {
	color:#73B7BA;
	text-decoration:none;
}

.MobileNavMenuLvl0 {
	width:100%;
	color:#595A5C; 
/*    border-bottom:1px solid #aaa;*/
    /*font-family: 'Anton', sans-serif;*/
    font-family: filson-soft, sans-serif;
    font-size: 20px;
}

.MobileNavMenuLvl1 {
	width:100%; 
	color:#595A5C; 
	border-bottom:1px solid #aaa;
	/*font-family: 'Anton', sans-serif;*/
	font-family: filson-soft, sans-serif;
	font-size: 18px;
}

.navDivUpper {
	font-size: 18px;
	/*font-family: 'Anton', sans-serif;*/
	font-family: filson-soft, sans-serif;
	/*color: #595A5C;*/
	color:#16434F;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	/*margin-top: 16px;*/
	font-weight: bold;
}

.PageHeader {
	margin-top:0px;
	margin-bottom:0px;
	color:#16434F;
	/*font-family: 'Ubuntu', sans-serif;*/
	font-family: filson-soft, 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;*/
	font-family: filson-pro, sans-serif;
	color: #595A5C;
}

.StyledSelectBox {
	font-size:13px;	
}

.readMoreButton {
	display:none;
}

.readMoreText {
	display:inline;
}

.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: 100;
}

#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";
	cursor:pointer;
	float:left;
	height:18px;
	margin-left:10px;
	text-indent:-10000px;
	width:8px
}*/
#ui-datepicker-div .ui-datepicker-title {
	color:#E8802E;
	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;*/
	font-family: filson-soft, sans-serif;
	position: absolute;
	width: 100%;
	color:#fff;
	/*background: rgba(54, 97, 62, .45);*/
	background: rgba(115, 183, 186, .7);
	top: 50%;
    transform: translate(0%,-50%);
	font-size: 36px;
	line-height: 36px;
	text-align: center;
}

.PageHeaderImageTextDiv {
	color:#fff;
	/*font-family: 'Anton', sans-serif;*/
	font-family: filson-soft, 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%; */
	width: 33.3333333%; 
	position: relative;
}

.PageFeatureBlockMargin {
	margin-left: 1.8%;
}

.PageFeaturedActivityHeader {
	/*font-family: 'Anton', sans-serif;*/
	font-family: filson-soft, sans-serif;
	color: #16434F;
	font-size: 15px;
}

.FeaturedActivityDiv {
	float: left; 
	width: 25%;
}

.ArticleListingTitle {
	/*font-family: 'Anton', sans-serif;*/
	font-family: filson-soft, sans-serif;
	font-size: 20px;
	color: #000;
}

.ArticleListingText {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: filson-pro, sans-serif;
	font-size: 20px;
	color: #95989A;
}

.ArticleListingContainer {
	margin-bottom: 20px;
}

.ArticleListingContainer2 {
	width: 33.333%;
}

.ArticleListingImageDiv {
	float: left; 
	max-width: 32%;
}

.ArticleListingTextContainer {
	float: left; 
	margin-left: 2.3%; 
	max-width: 65%;
}

.imagedropshadow {
	box-shadow: 1px 1px 2px #444; 
}

.FooterHeader {
	/*font-family: 'Anton', sans-serif;*/
	font-family: filson-soft, sans-serif;
	font-size: 20px;
	color: #fff;
}

.FooterText {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: filson-pro, sans-serif;
	font-size: 16px;
	color: #fff;
}

.FooterText a {
	color: #fff;
}

.ArticleListingReadMore {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0%);
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: filson-pro, sans-serif;
	font-size: 18px;
	color: #fff;
	background: #E8802E;
	width:120px;
	padding: 3px;
	text-align: center;
	border: 1px solid #95989A;
}

.AccountListingItem {
	width:33.333%;
}

.AccountListingTitle {
	/*font-family: 'Anton', sans-serif;*/
	font-family: filson-soft, sans-serif;
	font-size: 18px;
	color: #000;
}

.AccountPagingLinks{
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: filson-pro, 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;
	opacity: 0;
	-webkit-transition: opacity .5s; /* Safari */
	transition: opacity .5s;
	width: 100%
}

.featureblockdiv:hover .featureblockhoveroverlay {
	opacity: 1.0;
}

.featureblocktitle {
	font-family: proxima-nova, sans-serif;
	font-size: 20px;
	color: #fff;
	position: absolute; 
	top:45%;
	left:5%	;
	width: 90%;
	text-align: center;
	text-shadow: 1px 1px 3px #777;
	font-weight: bold;
	-webkit-transition: top .5s; /* Safari */
	transition: top .5s;
}

.featureblockbodytext {
	font-family: proxima-nova, 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 {
	top:20%;
}

.featureblockdiv:hover .featureblockbodytext {
	opacity: 1.0;
}

.PageRelatedEventContainer {
	float:left; 
	/*width:350px;*/ 
	width: 25%; 
	max-width: 100%; 
}

.PageRelatedEventTitle {
	/*font-family: 'Anton', sans-serif;*/
	font-family: filson-soft, sans-serif;
	color: #95989A;
	background-color: #fff;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	width: 100%;
	position: relative;
	height: 64px;
	padding-top: 20px;
}

.formbutton {
	/*font-family: 'Anton', sans-serif;*/
	font-family: filson-soft, sans-serif;
	font-size: 18px;
	color: #fff;
	background: #E8802E;
	width:120px;
	padding: 3px;
	text-align: center;
	border:none;
}

.formbuttonorange {
	background: #E8802E;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    width: 100px;
    border: none;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: filson-pro, sans-serif;
}

.RequiredField {
	color: red;
}

.BreakoutBox {
	float: right;
	margin: 10px; 
}

.EventViewButton {
	background:#E8802E;
	color:#fff;
	font-weight:bold;
	padding:10px;
	width:200px;
	border:none;
	cursor: pointer;
	margin-bottom: 20px;
}

.cyclercontainer {
	/*padding-top: 94px;*/
}

.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;
}

.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%);
	z-index: 1000;
}

/*.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;
}

.fr-view img {
    height: auto !important;
}

.PageFullWidthBannerTitle {
	position: absolute;
	width: 40%;
	color:#fff;
	background: rgba(0, 0, 0, .3);
	top: 50%;
    transform: translate(0%,-50%);
}

.PageRelatedArticleLeft {
	display: table-cell;
	width: 40%;
	vertical-align: top;
}

.PageRelatedArticleRight {
	display: table-cell;
	width: 60%;
	vertical-align: top;
}

.PageTwoColumnPhotoTextDiv {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.PageThreeColumnBlockDiv {
	width: 33.3333333%; 
	position: relative;
}

.PageListicleImageColumn {
	display: table-cell;
	width: 28%;
	padding-right: 2%;
	vertical-align: top;
}

.PageListicleTextColumn {
	display: table-cell;
	width: 70%;
	vertical-align: top;
}

.PageListicleTextColumn p:first-of-type {
	margin-top: 0px;
}

.EmergencyMessage {
	/*position:fixed; */
	top:0px; 
	width: 100%;
}

.PhotoGalleryTextDiv {
    position: absolute; 
    bottom:0px; 
}

.PhotoTextContainerMobile {
    display: none;
}

@media screen and (min-width: 1250px) {

	.featuredcontentblock {
		float:left;
		margin:2px; 
	}

	.mobileNavMenu {
		display:none;
	}

	.mobilelogodiv {
		display:none;
	}

	.desktopnavmenu {
		display: inline-block;
	}

}

@media screen and (max-width: 1249px) {

	.featuredcontentblock {
		float:left;
		margin:2px; 
	}

	.desktopnavmenu {
		display: none;
	}

	.cyclercontainer {
		padding-top: 0px;
	}

	.EmergencyMessage {
		position: inherit;
	}
	
}

@media screen and (max-width: 1100px) {
	.PageFullWidthBannerTitle {
		width: 80%;
	}
}

@media screen and (max-width: 1000px) {
	.FeaturedLinkTitle {
		font-size: 50px;
	}

	.PageRelatedEventContainer {
		width: 50%;
	}

	.FeaturedActivityDiv {
		width: 50%;
	}	
}

@media screen and (max-width: 900px) {
	.PageTwoColumnPhotoTextDiv {
		width: 100%;
		display: block;
	}

	.AccountListingItem {
		width:100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

}

@media screen and (max-width: 800px) {

	.PageHeaderImageTextDiv {
		width: 600px;
	}

	.RelatedArticleDiv {
		float: none; 
		width: 100%;
	}

	.PageFullWidthBannerTitle {
		position: relative;
		width: 100%;
		transform: none;
	}

	.PageRelatedArticleLeft {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.PageRelatedArticleRight {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.ArticleListingContainer2 {
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.PageThreeColumnBlockDiv {
		width: 100%; 
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}

	.PageListicleImageColumn {
		display: block;
		width: 100%;
		padding-right: 0%;
		margin-bottom: 15px;
	}

	.PageListicleTextColumn {
		display: block;
		width: 100%;
	}

    .PhotoGalleryContainerDiv {
        /*margin-bottom: 200px;*/
    }

    .PhotoSelectionContainer {
        display: none;
    }

    .PhotoGalleryTextDiv {
        display: none;
    }

    .PhotoTextContainerMobile {
        display: block;
    }
}


@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 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.ArticleListingContainer {
		margin-left: auto;
		margin-right: auto;
	}

	.ArticleListingImageDiv {
		float: none; 
		max-width: 100%;
		margin-bottom: 10px;
	}

	.ArticleListingTextContainer {
		float: none; 
		margin-left: auto; 
		margin-right:auto;
		max-width: 100%;
	}

	.PageRelatedEventContainer {
		float: none;
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

}

@media screen and (max-width: 540px) {

	.BreakoutBox {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.eventImageDiv {
		text-align: left;
	}

	.featuredcontentblock {
		float:none;
		margin-bottom:5px;
		margin-left: auto;
		margin-right: auto;
	}

/*	.readMoreButton {
		display:block;
	}

	.readMoreText {
		display:none;
	}
*/}