/*@charset "utf-8";*/
/* CSS Document */

/*
font-family: 'Barlow Semi Condensed', sans-serif;
- regular 400
- semibold 600
- bold 700
font-family: 'Lato', sans-serif;
- light 300
- regular 400
*/

body {
	margin:0px;
}

img{
	border-style:none;
	border-collapse:collapse;
	margin:0;
}

a {
	color:#e54b21;
	text-decoration:none;
}

a:visited {
	color:#e54b21;
}

a:hover {
	text-decoration:none;
}

ul {
	list-style-position: inside;
}

input:focus, button:focus 
{
    outline:0;
    /*box-shadow: 1px 1px 2px #ccc; */
}

#bodydiv, .bodydiv {
	width:100%;
	max-width:1220px;
	margin-left:auto;
	margin-right:auto;
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}

.GoogleMap {
	 border-width:0px; 
	 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;
}

.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;
}

.inputdropdownresp {
	background-color: #F6F6F6;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
}

.navbarLinkLvl0 {
	height:56px; 
	padding-left:20px; 
	padding-right:20px;
	color:#595A5C;
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	text-align:center;
	/*border-right: 1px solid #fff;*/
}

.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;*/
}

.navcontainerinterior {
	height: 100px;
	font-size: 21px;
	color: #093166;
	/*padding-left: 36px;
	padding-right: 36px;*/
	padding-left: 18px;
	padding-right: 18px;
	display: table-cell;
	vertical-align: middle;
}

.navcontainer:hover .navcontainerinterior {
	color: #e54b21;
	/*background: #093166;*/
}

.navcontainernonhover {
	background: none !important;
}

.navdropdowncontainer {
	display: none;
	position: absolute;
	background: rgba(256, 256, 256, .85);
	/* 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;
}

.navcontainer:hover .navdropdowncontainer {
	display: block;
}

.navbarLinkLvl1 {
    padding: 10px;
    padding-top:5px;
    padding-bottom:5px;
	font-size: 21px;
	color: #093166;
}

.navbarLinkLvl1:hover {
	color: #e54b21;
	background: #093166;
}

.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 !important; 
    /*border-bottom:1px solid #aaa;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
}

.MobileNavMenuLvl0:hover  {
	text-decoration: none;
	color: #e54b21 !important;
}

.MobileNavMenuLvl1 {
	width:100%; 
	color:#595A5C; 
	border-bottom:1px solid #aaa;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

.MobileNavMenuLvl1:hover  {
	text-decoration: none;
	color: #e54b21 !important;
}

.PageHeader {
	margin-top:0px;
	margin-bottom:0px;
	color:#e54b21;
	font-size:37px;
	line-height: 37px; 
	text-align:left;
}

.PageContent {
	font-size: 16px;
	color: #555;
	/*font-family: 'Lato', sans-serif;*/
	font-family: Verdana,Geneva,sans-serif; 
	font-weight: 300;
}


.datepicker {
	position: relative; 
	/*z-index: 100000;*/
	z-index: 300;
}

#ui-datepicker-div {
	z-index: 3010 !important;
}

#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: 500;
}
#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-icon-circle-triangle-w {
	background-image: none !important;
}

.ui-icon-circle-triangle-e {
	background-image: none !important;
}

#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;
}

.ui-widget-header {
    border: none;
    background: #60615f;
    color: #fff;
    font-size: 16px;
    font-family: arial;
}

.ui-datepicker-header {
	background: none !important;
}


.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: 55.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videowrapperheader iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 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: #e54b21;
	font-size: 23px;
	color: #fff;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 200px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.pagefeaturedactivitytitle {
	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;
}

.pagefeaturedactivitytitlemobile {
	display: none;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #000;
	text-align: center;
}

.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%
}

.PageFeaturedActivityHeader {
	font-family: 'Anton', sans-serif;
	color: #36613E;
	font-size: 15px;
}

.FeaturedActivityDiv {
	float: left; 
}

.ArticleListingTitle {
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	color: #000;
}

.ArticleListingText {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #95989A;
}

.ArticleListingContainer {
	margin-bottom: 20px;
}

.ArticleListingImageDiv {
	float: left; 
	max-width: 32%;
}

.ArticleListingTextContainer {
	float: left; 
	margin-left: 2.3%; 
	max-width: 65%;
}

.ArticleListingReadMore {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0%);
	font-family: 'Anton', sans-serif;
	font-size: 18px;
	color: #fff;
	background: #F37339;
	width:120px;
	padding: 3px;
	text-align: center;
}

.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%;
}

.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: 'Dust-West';
	font-size: 30px;
	line-height: 38px;
	color: #fff;
	position: absolute; 
	/*top:45%;*/
	bottom:10%;
	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;
}*/

.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 {
    background: #e54b21;
    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;
}

.formbutton:hover {
	background: #093166;
}

.formbuttonorange {
	background: #e2a856;
    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;
}

.HeaderImageTextContainer {
	position: absolute;
	left: 50%;
	bottom:0px;
	transform: translate(-50%,0%);
	background-color: rgba(0,0,0,.45);
	/*min-width: 40%;*/
	text-align: center;
}

.HeaderImageTitle {
	font-size: 60px;
	color: #fff;
	margin-bottom: 15px;
}

.HeaderImageText {
	font-size: 23px;
	color: #fff;
	margin-bottom: 27px;
}

.HeaderImageButton {
	font-size: 23px;
	color: #fff;
	padding: 10px;
	background: #093166;
	/*width: 200px;*/
	text-align: center;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.navsub {
	height: 30px;
	float: left;
	text-align: center;
	font-family: 'Dust-West';
	color: #000;
	font-size: 24px;
	/*line-height: 30px;*/
	padding-left:10px;
	padding-right: 10px;
	cursor: pointer;
}


.mobileNavMenu {
	display:none;
}

.mobilelogodiv {
	display:none;
}

.navheight {
	height: 140px;
}

.navheightscroll {
	height: 90px;
}

.navbackground {
	background-color: rgba(255,255,255,0.8); 
}

.navbackgroundscroll {
	background-color: rgba(255,255,255,1); 
}

.FeaturedActivityTitle {
	font-size:45px; 
	margin-bottom: 10px;
	font-weight: bold;
}

.VisitorGuideContainer {
	float: left; 
	width:50%;
}

.ReadMoreButton {
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #D7C5AB;
	border: 5px solid #D7C5AB;
	padding: 10px;
	padding-top:5px;
}

.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(9,49,102,.9);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	-webkit-transition: opacity .5s; /* Safari */
	transition: opacity .5s;
	opacity: 0;
}

#cycler{position:relative;}
#cycler .cylceritem{position:absolute; top:0px; left:0px; z-index:1}
#cycler .cylceritem.active{z-index:3}

.leftarrow
{
    background: url("/images/hero_icons.png") no-repeat;
    background-position: -36px -14px;
    cursor: pointer;
    display: block;
    height: 51px;
    width: 36px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 3000;
    left: 2%;
}

.leftarrow:hover
{
    background-position: 0px -14px;
}

.rightarrow
{
    background: url("/images/hero_icons.png") no-repeat;
    background-position: 0 -65px;
    cursor: pointer;
    display: block;
    height: 51px;
    width: 36px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 3000;
    right: 2%;
}

.rightarrow:hover
{
    background-position: -36px -65px;
}

.desktopnavmenu {
	width:100%;
}

.navMainContainer {
	background: rgba(256,256,256,0.85);
	/*position: absolute;
	top: 0px;
	z-index: 3;*/
	height: 100px;
} 

.navMainContainerLeft {
	float: left;
	display: table;
	margin-left: 100px;
}  

.navMainContainerLeftCell {
	display: table-cell;
	height: 100px;
	vertical-align: middle;
}

.navMainContainerRight {
	float: right;
	display: table;
	margin-right: 100px;
}  

.navUpperContainer {
	width: 100%;
	height: 47px;
	background: #e54b21;
}

.navUpperContainerLeft {
	float: left;
	display: table;
	margin-left: 100px;
}

.navUpperContainerCell {
	display: table-cell;
	height: 47px;
	vertical-align: middle;
}

.navUpperContainerRight {
	float: right;
	display: table;
	margin-right: 100px;
}

.navUpperContainerRightCell {
	display: table-cell;
	height: 47px;
	vertical-align: middle;
	font-size: 17px;
	color: #fff;
	padding-left: 19px;
	padding-right: 19px;
}

.navUpperContainerRightCell:hover {
	color: #093166;
}

.navUpperContainerRightCellMeeting:hover {
	color: #7d92ae;
}


.navUpperSocialIcon {
	margin-right: 14px;
	max-width: 30px;
	margin-top: 5px;
}

.fontBarlowSemiBold {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

.fontLatoLight {
	/*font-family: 'Lato', sans-serif;*/
	font-family: Verdana,Geneva,sans-serif; 
	font-weight: 300;
}

.fontLatoRegular {
	/*font-family: 'Lato', sans-serif;*/
	font-family: Verdana,Geneva,sans-serif; 
	font-weight: 400;
}

.PageFeaturedActivityContainer {
	width: 100%; 
	position: relative;
}

.PageFeaturedActivityButton {
	background: #e54b21;
	font-size: 23px;
	color: #fff;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

.PageRelatedArticleButton {
	background: #e54b21;
	font-size: 23px;
	color: #fff;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.FooterColumnRight {
	float: right;
	text-align: right;
}

.FooterColumnRight a {
	margin-left: 20px;
	color: #fff;
}

.FooterColumnLeft {
	float: left;
	text-align: left;
}

#scrolldiv::-webkit-scrollbar-track, .scrolldiv::-webkit-scrollbar-track
{
	background-color: #2d3a4b;
}

#scrolldiv::-webkit-scrollbar, .scrolldiv::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#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: #fff; width:2px;
}

.MapExplorerButton {
	width:120px; margin-right:10px; 
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 30px;
    background-color: #e54b21;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border: none;
}

.MapFilterBar {
	width:100%;
	color: #093166;
	background-color: #f1f2f2;
	position: relative;
	cursor: pointer;
}

.MapFilterBar:hover {
	color: #e54b21;
}

.AccountListItem {
	width: 33.333333333333%;
	/*float: left;*/
}	

.AccountListItemContent {
	width: 100%; 
	background: #f1f2f2;
	text-align: center;
}

.AccountListItemTitle {
	color: #093166; 
	font-size:24px; 
}

.AccountListItemText {
	margin-bottom: 10px; 
	color: #414042; 
	font-size: 16px;
	margin-top: 10px;
}

.AccountListItemButton {
    background: #e54b21;
    padding: 10px;
    padding-top: 4px;
    padding-bottom: 6px;
    color: #fff;
    font-size: 16px;
    margin-right: 3px; 
    margin-left: 3px;
    border:none;
    cursor: pointer;
}

.AccountListItemButton:visited {
	color: #fff;
}

.AccountDetailsColumn {
	width: 50%;
	float:left; 
}

.AccountDetailsTitle {
    color: #e54b21;
    font-size: 32px;
}

.EventViewButton {
    background: #e54b21;
    padding: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    font-size: 16px;
    margin-right: 3px; 
    margin-left: 3px;
	border:none;
	cursor: pointer
}

.EventViewButtonNonHide {
    background: #e54b21;
    padding: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    font-size: 16px;
    margin-right: 3px; 
    margin-left: 3px;
    border:none;
    cursor: pointer;
}

.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;
}

.EventListingContainer {
	width: 100%;
	display: table;
	margin-bottom: 20px;
}

.EventListingLeftColumn {
	display: table-cell;
	width: 350px;
	vertical-align: top;
}

.EventListingLeftColumnInner {
	width: 330px;
}

.EventListingRightColumn {
	display: table-cell;
	vertical-align: top;
}

.EventListingPlaceholderImage {
	width: 100%;
}

.AccountContactColumn {
	display: table-cell; 
	vertical-align: middle; 
	padding-left: 20px;  
	padding-right: 20px;
	border-left: 1px solid #093166;
}

.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;
}

.DealsContainer {
	border: 2px dashed #c2c2c2;
	display: table; 
	width: 100%;
	margin-bottom: 20px;
}

.DealsColumnLeft {
	display: table-cell;
	vertical-align: top;
	width: 30%;
}

.DealsColumnRight {
	display: table-cell;
	vertical-align: top;
	width: 70%;
}

.fr-view img {
    height: auto !important;
}

.EventImageMobile {
	display: none;
}

.EmergencyMessage {
	/*position:fixed; 
	top:0px; */
	width: 100%;
}

.HeaderCyclerContainer {
	/*margin-top: 47px;*/
	/*padding-top: 47px;*/
}

.HeaderCyclerContainerWithEmergencyMessage {
	margin-top: 88px;
}

.PageTwoColumnTile {
	/*float: left;*/
	width: 50%;
}

.ItinTile {
	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;
}

.ItinTileText p:first-child {
	padding-top: 0px;
	margin-top: 0px;
}

.ItinRow {
	display: table;
	border-bottom:4px dashed #F19326;
	margin-bottom: 10px;
	width: 100%;
}

.ItinRowCell {
	display: table-cell;
	vertical-align: top;
}

.ItinRowCellImage {
	width: 42%;
}

.ItinRowCellButtons {
	width: 150px;
}

.PageTwoColumnItem {
	width: 50%;
}

.PageTwoColumnItemTitle {
	font-size: 30px;
	margin-bottom: 10px;
	color:#e54b21;
}

.DashedLineOrange {
	border-bottom: 4px dashed #e54b21;
	max-width: 750px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}

.PhotoGalleryTextDiv {
    position: absolute; 
    bottom:0px; 
}

.PhotoTextContainerMobile {
    display: none;
}

.RelatedPressReleaseItem {
	margin-bottom: 20px;
	display: table;
}

.RelatedPressReleaseItemLeft {
	display: table-cell;
	width: 200px;
	vertical-align: top;
}

.RelatedPressReleaseItemRight {
	display: table-cell;
	vertical-align: top;
}

.RelatedPressReleaseTitle {
	font-size: 20px;
	font-weight: bold;
}

.PageTwoColumnPhotoTextDiv {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.HeaderCyclerImageDesktop {
	/*Do Nothing*/
}

.HeaderCyclerImageMobile {
	display: none;
}

@media screen and (max-width: 1400px) {

	/*.navcontainerinterior {
		padding-right: 18px;
		padding-left: 18px;
	}*/
}

@media screen and (max-width: 1200px) {

	.navMainContainerLeft {
		margin-left: 10px;
	}  

	.navMainContainerRight {
		float: right;
		display: table;
		margin-right: 10px;
	}  

	.navUpperContainerLeft {
		margin-left: 10px;
	}

	.navUpperContainerRight {
		margin-right: 10px;
	}
}


@media screen and (max-width: 1000px) {

	.desktopnavmenu {
		display: none;
	}

	.mobilelogodiv {
		display:block;
	}

	.EmergencyMessage {
		position: inherit;
	}	

	.HeaderCyclerContainer {
		margin-top: 0px;
		padding-top: 0px;
	}

	.HeaderCyclerContainerWithEmergencyMessage {
		margin-top: 0px;
	}
	
}

@media screen and (max-width: 1000px) {
	.FeaturedLinkTitle {
		font-size: 50px;
	}

	.FeaturedActivityTitle {
		font-size:35px; 
		margin-bottom: 30px;
		font-weight: bold;
	}

}

@media screen and (max-width: 900px) {

	.pagefeaturedactivitytitle {
		display: none;
	}

	.pagefeaturedactivitytitlemobile {
		display: block;
	}

	.PageFeaturedActivityButton {
		float: none;
	}

	.VisitorGuideContainer {
		float: none; 
		width:100%;
	}

	.FooterColumnRight {
		float: left;
		text-align: left;
	}

	.FooterColumnRight a {
		margin-left: 0px;
		margin-right:20px;
		line-height: 35px;
	}

	.EventDetailsHeader {
		display: none;
	}

	.EventImageMobile {
		display: block
	}

	.EventImageDesktop {
		display: none;
	}

	.PageTwoColumnPhotoTextDiv {
		width: 100%;
		display: block;
	}	

	.ArticleBlockDiv {
		float:none; 
		width: 100%;
		max-width: 600px;
		margin-bottom: 10px; 
		margin-left: auto;
		margin-right: auto;
	}


}

@media screen and (max-width: 850px) {

	.PageFeatureBlockTitle {
		font-size: 24px;
	}

}

@media screen and (max-width: 800px) {

	.PageHeaderImageTextDiv {
		width: 600px;
	}

	.RelatedArticleDiv {
		float: none; 
		width: 100%;
	}

	.HeaderImageTextContainer {
		/*left: 50%;
		transform: translate(-50%,0%);
		max-width: 40%;
		min-width: inherit;*/
		/*display: none;*/
		width: 80%;
	}

	.HeaderImageTitle {
		font-size: 40px;
	}

	.HeaderImageText {
		font-size: 18px;
	}

	.HeaderImageButton {
		width: 80%;
	}

	.AccountListItem {
		float: none;
		margin-left: auto; 
		margin-right:auto;
		width: 100%;
	}	

	.AccountContactColumn {
		display: block; 
		padding: 0px;  
		margin-bottom: 10px;
		border-left: none;
		padding-bottom: 10px;
	}

	.DealsContainer {
		display: inherit; 
	}

	.DealsColumnLeft {
		display: inherit;
		width: 100%;
	}

	.DealsColumnRight {
		display: inherit;
		width: 100%;
	}

	.PageTwoColumnTile {
		float: none;
		width: 100%;
	}

	.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;
	}

    .PhotoGalleryContainerDiv {
        /*margin-bottom: 200px;*/
    }

    .PhotoSelectionContainer {
        display: none;
    }

    .PhotoGalleryTextDiv {
        display: none;
    }

    .PhotoTextContainerMobile {
        display: block;
    }

	.RelatedPressReleaseItem {
		margin-bottom: 20px;
		display: inherit;
	}

	.RelatedPressReleaseItemLeft {
		display: inherit;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.RelatedPressReleaseItemRight {
		display: inherit;
		width: 100%;
	}

}

@media screen and (max-width: 800px) {
	.EventListingContainer {
		width: 100%;
		display: inherit;
	}

	.EventListingLeftColumn {
		display: inherit;
		width: 100%;
		margin-bottom: 15px;
	}

	.EventListingRightColumn {
		display: inherit;
	}

	.EventListingPlaceholderImage {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.PageFeatureBlockText {
		font-size: 14px;
	}

	.PageTwoColumnItem {
		width: 100%;
	}	
}

@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;
	}

	.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;
	}


	.FeaturedActivityDiv {
		float: none; 
		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%;
	}

	.AccountDetailsColumn {
		width: 100%;
		float:none;
	}

}

@media screen and (max-width: 540px) {

	.eventImageDiv {
		text-align: left;
	}

	.mobilelogoimage {
		padding-left: 0px;
	}

	.HeaderCyclerImageDesktop {
		display: none;
	}

	.HeaderCyclerImageMobile {
		display: block;
	}
	
}