/*@charset "utf-8";*/
/* CSS Document */

/*
OpenSans
Montserrat Bold
OpenSans Semibold

<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,600" rel="stylesheet">

font-family: trajan-pro-3, serif;
font-family: Arial, Verdana, Helvetica, Sans-serif;	
*/

body {
	margin:0px;
}

img{
	border-style:none;
	border-collapse:collapse;
	margin:0;
}

a {
	color:#829446;
	text-decoration:none;
}

a:visited {
	color:#829446;
}

a:hover {
	text-decoration:none;
}

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;
}

.AccountPagingLinks{
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#606060;
}

.AccountPagingLinks a {
	color:#606060;
}

.AccountPagingLinks a:visited{
	color:#606060;
}

#backgroundimage {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
}

#bodydiv, .bodydiv {
	font-size:14px;
	width:100%;
	max-width:1120px;
	margin-left:auto;
	margin-right:auto;
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}

.DashedDivider {
	height:3px; 
	border-bottom: dashed 2px #000; 
	margin-top:5px; 
	margin-bottom:5px;
}


.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; 
}

.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:10px; 
    background:#ebebeb;
	font-family: 'Open Sans', sans-serif;
}

.inputfieldresprequired {
    border:1px solid red;
}

.inputdropdownresp {
	background-color: #fff;
    border-radius: 3px;
    border: 1px solid #999;
    padding: 5px;
}

.navbarLinkLvl0 {
	text-align: center;
	font-family: trajan-pro-3, serif;
	font-size: 22px;
	font-weight: 600;
	color: #484848;
	padding-right:15px; 
	padding-left: 15px;
}

.navbarLinkLvl0:hover {
	color: #83a541;
}

.navbarLinkUpper {
	text-align: center;
	font-family: Arial, Verdana, Helvetica, Sans-serif;	
	font-size: 16px;
	color: #484848;
	background: #eaeaea;
	padding: 2px;
	padding-left:30px;
	padding-right: 30px;
	font-weight: bold;
	text-decoration: none;
}

.navbarLinkUpper a {
	text-decoration: none;
}

.navbarLinkUpper:hover {
	color: #83a541;
}

.navlinkcontainer {
	height:50px;
	padding-top: 33px;
	position:relative;
}

.navlinkcontainer a{
	text-decoration: none;
}

.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;
}

.MobileNavMenuLvl0 {
	width:100%;
	color:#595A5C; 
    border-bottom:1px solid #aaa;
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
}

.MobileNavMenuLvl1 {
	width:100%; 
	color:#595A5C; 
	border-bottom:1px solid #aaa;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
    background-color: #fff;
}

.MobileNavMenuLvl2 {
	width:100%; 
	padding:5px; 
	color:#000; 
	background-color:#fff; 
	border-bottom:1px solid #aaa;
}

.navbarLinkLvl1 {
	color:#FFF;
	text-decoration:none;
	font-family: Arial, Verdana, Helvetica, Sans-serif;	
	/*font-weight:bold;*/	
	letter-spacing:1px;
}

.navbarLinkLvl1:visited {
	color:#FFF;
}

.navbarLinkLvl1:hover {
	color:#8e1e59;
	text-decoration:none;
}

.navbarLinkLvl2 {
	color:#e86813;
	text-decoration:none;
	font-family: Arial, Verdana, Helvetica, Sans-serif;	
	/*font-weight:bold;*/	
	letter-spacing:1px;
}

.navbarLinkLvl2:visited {
	color:#e86813;
	text-decoration:none;
}

.navbarLinkLvl2:hover {
	color:#8e1e59;
	text-decoration:none;
}

.PageHeader {
	margin-top:0px;
	margin-bottom:0px;
	font-size:30px; 
	font-family: trajan-pro-3, serif;
	color: #484848;
	font-weight: 600;
}

.PageHeaderAdmin {
	font-size: 21px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: century gothic, verdana;
	/*font-weight:bold;*/
	color: #000;
}

.PageContent {
	font-size: 18px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;	
	color: #484848;
}

.RequiredField {
	color:#F00;
	font-size:12px;
}

.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;

}

#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
}

.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%;
}

.FooterColumn {
	float: left;
	width: 33.33%;
}

.FooterItemColumn {
	display: table-cell; 
	height: 160px;
	vertical-align: middle;
	color: #fff;
	font-family: trajan-pro-3, serif;
	font-size: 25px;
	padding: 10px;
	text-align: center;
}

.ArticleContent img {
	/*Allows the images to be responsive even if height and width set manually */
	height: auto !important;
    max-width: 100% !important;
}

.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;
}

.inputfieldresprequired {
    border:1px solid red;
}

.inputarearesprequired {
    border:1px solid red;
    padding:5px;
}

.AdminButtonDisabled {
	background:#afafaf !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;
}

.PageHeaderImageTitle {
	color:#fff;
	font-size: 28px;
	position: absolute;
	bottom: 25px;
	right: 0px;
	z-index: 3050;
	font-family: trajan-pro-3, serif;
	font-size: 28px;
	background:rgba(72, 72, 72, 0.65);
	padding-left: 40px;
	padding-top:15px;
	padding-bottom:15px; 
	padding-right:40px;
	/*border-left: 30px solid #F19326;*/
}

#cycler{position:relative;}
#cycler .cylceritem{position:absolute; top:0px; left:0px; z-index:1}
#cycler .cylceritem.active{z-index:3}

.leftarrow
{
    cursor: pointer;
    padding: 0px;
    padding-left: 10px;
    padding-right:15px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 3000;
    left: 0%;
    background-color: #000;
    color: #fff;
    font-size: 72px;
    opacity: .3;
}

.leftarrow:hover
{
    opacity: .7;
}

.rightarrow
{
    cursor: pointer;
    padding: 0px;
    padding-left: 15px;
    padding-right:10px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 3000;
    right: 0%;
    background-color: #000;
    color: #fff;
    font-size: 72px;
    opacity: .3;
}

.rightarrow:hover
{
    opacity: .7;
}

.cylceritemimage {
	max-width: 100%;
	min-width: 100%;
}

.PageFeatureBlock {
	float: left;
	width: 25%;
	position: relative;
}

.PageFeatureBlockLarge {
	float: left;
	width: 41.45%;
	margin-right: 8.55%;
	position: relative;
}

.VideoContentButton {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	font-size: 14px;
	border: 1px solid #fff;
	color: #fff;
	float: left;
}

.VideoWidgetContainer {
	display: table; 
	width: 100%;
}

.VideoWidgetCellLeft {
	display: table-cell; 
	vertical-align: top; 
	width: 40%; 
	background: #91a26e
}

.VideoWidgetCellRight {
	display: table-cell; 
	vertical-align: top; 
	width: 60%;
}

.AccountFeatureLink {
	text-decoration: none; 
	color: #c1c1c1; 
	cursor: pointer;
}

.AccountFeatureLink:hover {
	color: #0aa4b4;
	text-decoration: none;
}

.imagedropshadow {
	box-shadow: 1px 1px 2px #444; 
}

.formbutton {
    background: #b3c468;
    padding: 10px;
    padding-top: 4px;
    padding-bottom: 6px;
    color: #fff;
    font-size: 16px;
    margin-right: 3px; 
    margin-left: 3px;
    border:none;
    cursor: pointer;
    font-weight: bold;
}

.FullScreenPopupContainer {
	width:100%; 
	top:0px; 
	/*background: rgba(0, 0, 0, .5);*/ 
	display:none; 
	position:fixed; 
	z-index:5000; 
	text-align:center;
}

.FullScreenPopupInterior {
	background: #fff; 
	position: absolute; 
	top:50%; 
	left: 50%; 
	transform: translate(-50%,-50%);
	z-index: 5002
}

.FullScreenPopupClose {
	width:30px; 
	position:absolute; 
	padding:10px; 
	background: rgba(0, 0, 0, .5); 
	border:1px solid #fff; 
	color:#fff; 
	top:20px; 
	right:40px; 
	cursor:pointer;
	z-index: 5003
}

.ItinTile {
	float: left;
	width: 33.3333333%;
}

.ItinTileTitle {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.ItinTileAddToFavs {
	background-color: #777;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.ItinRow {
	display: table;
	border-bottom:4px dashed #F19326;
	margin-bottom: 10px;
	width: 100%;
}

.ItinRowCell {
	display: table-cell;
	vertical-align: top;
}

.ItinRowCellImage {
	width: 250px;
}

.ItinRowCellButtons {
	width: 150px;
}

#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: #fff; width:2px;
}

.MapExplorerButton {
	width:120px; 
	margin-right:10px; 
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 30px;
    background-color: #d9e149;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border: 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;
}	

.DashedLineGreen {
	border-bottom: 4px dashed #82A53C;
	max-width: 750px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.DashedLineYellow {
	border-bottom: 4px dashed #F19326;
	max-width: 750px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.PageAccountFeatureCellLeft {
	display: table-cell; 
	vertical-align: top; 
	width: 25%;
}

.PageAccountFeatureCellRight {
	display: table-cell; 
	vertical-align: top; 
	padding-left: 30px;
}

.DisplayEventsItem {
	width: 50%;
}

.DisplayEventsTitle {
	font-family: trajan-pro-3, serif;
	font-size: 30px;
}

.DisplayEventsImage {
	width: 200px;
}

.PageTwoColumnItem {
	width: 50%;
}

.PageTwoColumnItemTitle {
	font-family: trajan-pro-3, serif;
	font-size: 30px;
	margin-bottom: 10px;
}

.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;
}

.fr-view img {
    height: auto !important;
}

.PageFeatureBlockDiv {
	float:left; 
	max-width: 33.3333333333%; 
	position: relative;
}

.PageFeatureBlockDiv img {
	max-width:100%; 
	min-width:100%
}

.PageFeatureBlockDivLong {
	max-width: 100%; 
	position: relative;
}

.PageFeatureBlockDivLong img {
	max-width:100%; 
	min-width:100%
}

.PageFeatureBlockTitle {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	max-width: 90%;
	font-size: 42px;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

/*.pagefeatureblocktitle:hover .PageFeatureBlockText {
	display: block;
}
*/
.PageFeatureBlockText {
	display: none;
	font-size: 16px;
	font-weight: 400;
}

.PageFeatureBlockBorder {
	width: 250px;
	/*max-width: 90%;*/
	height: 2px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}

.PageFeaturedBlockButton {
	background: #829446;
	font-size: 23px;
	color: #fff;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 200px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.MapFilterBar {
	width:100%;
	color: #555;
	background-color: #f1f2f2;
	position: relative;
	cursor: pointer;
	font-weight: bold;
}

.MapFilterBar:hover {
	color: #b3c468;
}

.ArticleBlockDiv {
	float:left; 
	max-width: 33.3333333333%; 
	position: relative;
}

.ArticleBlockDiv:hover .ArticleBlockTitleNonHover {
	opacity: 0;
}

.ArticleBlockDiv:hover .ArticleBlockTitleHover {
	opacity: 1.0;
}

.ArticleBlockTitleNonHover {
	opacity: 1.0;
	-webkit-transition: opacity .5s; /* Safari */
	transition: opacity .5s;
	font-size: 27px;
}

.ArticleBlockTitleHover {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #D7C5AB;
	/*background-color: rgba(153,29,25,.9);*/
	background-color: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	-webkit-transition: opacity .5s; /* Safari */
	transition: opacity .5s;
	opacity: 0;
}

.PageRelatedArticleButton {
	background: #829446;
	font-size: 23px;
	color: #fff;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.PageBannerContainer {
	width: 100%; 
	position: relative;
}

.PageBannerTitleContainer {
	position: absolute;
	top:50%;
	left:7%;
	transform: translate(0%,-50%);
	/*width: 90%;*/
	font-size: 37tpx;
	color: #fff;
	text-align: left;
	/*background-color: rgba(89,90,92,.65);*/
	padding: 10px;
}

.PageBannerTitleContainerMobile {
	display: none;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #000;
	text-align: center;
}

.PageBannerTitle {
	font-size:45px; 
	margin-bottom: 10px;
	font-weight: bold;
}

.PageBannerButton {
	background: #829446;
	font-size: 23px;
	color: #fff;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

.FeaturedActivityDiv {
	float: left; 
	max-width: 32%;
	padding: 0.65%;
}

.PageActivityTile {
	width: 50%;
}

.ExternalCoverageItem {
	margin-bottom: 20px;
	display: table;
}

.ExternalCoverageItemLeft {
	display: table-cell;
	width: 200px;
	vertical-align: top;
}

.ExternalCoverageItemRight {
	display: table-cell;
	vertical-align: top;
}

.ExternalCoverageTitle {
	color: #EC8723;
	font-size: 20px;
	font-weight: bold;
}

.PhotoGalleryTextDiv {
    position: absolute; 
    bottom:0px; 
}

.PhotoTextContainerMobile {
    display: none;
}

.PageFeaturedActivity {
	width: 100%;
	margin-bottom: 30px;
}

.PageFeaturedActivityLeft {
	float: left;
	width: 50%;
}

.PageFeaturedActivityRight {
	float: right;
	width: 50%;
}

.PageFeaturedActivityTitle {
	font-size: 30px;
	line-height: 30px;
	color: #829446;
	margin-bottom: 5px;
	text-align: center;
	font-weight: 600; 
}

.PageFeaturedActivityButton {
	color: #fff !important;
	background: #0aa4b4 !important;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0px !important;
	border: none;
	cursor: pointer;
}


@media screen and (min-width: 1350px) {

	.mobileNavMenu {
		display:none;
	}

	.mobilelogodiv {
		display:none;
	}

	.desktopnavmenu {
		display: inline-block;
	}
}

@media screen and (max-width: 1349px) {

	.desktopnavmenu {
		display: none;
	}
}

@media screen and (max-width: 1000px) {

	.VideoWidgetCellLeft {
		display: block; 
		width: 100%; 
	}

	.VideoWidgetCellRight {
		display: block; 
		width: 100%;
	}

	.PageBannerTitle {
		font-size:35px; 
		margin-bottom: 30px;
		font-weight: bold;
	}

	.PageFeaturedActivity {
		margin-bottom: 0px;
	}

	.PageFeaturedActivityLeft {
		float: none;
		width: 100%;
	}

	.PageFeaturedActivityRight {
		float: none;
		width: 100%;
	}

}

@media screen and (max-width: 900px) {

	.PageFeatureBlock {
		width: 50%;
	}

	.PageFeatureBlockLarge {
		float: none;
		width: 100%;
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}

	.FooterColumn {
		float: none;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.DisplayEventsItem {
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.DisplayEventsImage {
		width: 100px;
	}

	.PageBannerTitleContainer {
		display: none;
	}

	.PageBannerTitleContainerMobile {
		display: block;
	}

	.PageBannerButton {
		float: none;
	}
}

@media screen and (max-width: 800px) {

	.PageHeaderImageTitle {
		font-size: 16px;
		bottom: 10px;
		border-left: 15px solid #F19326;
		padding: 5px;
	}

	.leftarrow {
		display: none;
	}

	.rightarrow {
		display: none;
	}

	.ItinTile {
		float: none;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.ItinRowCell {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.PageActivityTile {
		float: none;
		width: 100%;
	}	

	.ExternalCoverageItem {
		margin-bottom: 20px;
		display: inherit;
	}

	.ExternalCoverageItemLeft {
		display: inherit;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.ExternalCoverageItemRight {
		display: inherit;
		width: 100%;
	}

    .PhotoGalleryContainerDiv {
        /*margin-bottom: 200px;*/
    }

    .PhotoSelectionContainer {
        display: none;
    }

    .PhotoGalleryTextDiv {
        display: none;
    }

    .PhotoTextContainerMobile {
        display: block;
    }
}

@media screen and (max-width: 700px) {

	.PageAccountFeatureCellLeft {
		display: block; 
		width: 100%;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}

	.PageAccountFeatureCellRight {
		display: block; 
		width: 100%;
		padding-left: 0px;
	}

	.PageTwoColumnItem {
		width: 100%;
	}

	.PageFeatureBlockDivLong {
	    overflow: hidden;
	    max-width: 330px;
	    margin-left: auto;
	    margin-right: auto;
	}

	.PageFeatureBlockDivLong img {
	    max-width: inherit;
	    min-width: 900px;
	    margin-left: 50%;
	    transform: translate(-50%,0%);
   	}

	.PageFeatureBlockDiv {
		float:none; 
		width: 100%;
		max-width: 350px;
		margin-bottom: 10px; 
		margin-left: auto;
		margin-right: auto;
	}

	.PageFeatureBlockText {
		font-size: 16px;
	}

	.ArticleBlockDiv {
		float:none; 
		width: 100%;
		max-width: 350px;
		margin-bottom: 10px; 
		margin-left: auto;
		margin-right: auto;
	}

	.FeaturedActivityDiv {
		float: none; 
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 400px;
	}

}