/*@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: "Avenir Regular", Sans-serif;
	font-family: 'Ubuntu', sans-serif;
	font-family: "Avenir Regular", Sans-serif;

	*/

@font-face {
    font-family: 'Avenir Bold';
    src: url('/fonts/AvenirNextLTPro-Bold.ttf');  
    src: url('/fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
    url('/fonts/AvenirNextLTPro-Bold.woff') format('woff'), /* Modern Browsers */  
    url('/fonts/AvenirNextLTPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Avenir Medium';
    src: url('/fonts/AvenirNextLTPro-Demi.ttf');
    src: url('/fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
    url('/fonts/AvenirNextLTPro-Demi.woff') format('woff'), /* Modern Browsers */  
    url('/fonts/AvenirNextLTPro-Demi.ttf') format('truetype');
}

@font-face {
    font-family: 'Avenir Regular';
    src: url('/fonts/AvenirNextLTPro-Regular.ttf'); 
    src: url('/fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
    url('/fonts/AvenirNextLTPro-Regular.woff') format('woff'), /* Modern Browsers */  
    url('/fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Avenir Light';
    src: url('/fonts/AvenirNextLTPro-UltLtCn.ttf');  
    src: url('/fonts/AvenirNextLTPro-UltLtCn.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
    url('/fonts/AvenirNextLTPro-UltLtCn.woff') format('woff'), /* Modern Browsers */  
    url('/fonts/AvenirNextLTPro-UltLtCn.ttf') format('truetype'); 
}

@font-face {
    font-family: 'Dust West';
    src: url('/fonts/Dust-West.ttf');
    /*src: url('/fonts/Dust-West.eot'); /* IE9 Compat Modes */
    src:   url('/fonts/Dust-West.woff') format('woff');
}	

body {
	margin:0px;
	/*background-image: url(/images/background.jpg);
	background-repeat: repeat;*/
}

img{
	border-style:none;
	border-collapse:collapse;
	margin:0;
}

a {
	color:#C16B1F;
	text-decoration:none;
}

a:visited {
	color:#C16B1F;
}

a:hover {
	color:#994b05;
	text-decoration: none;
}

ul {
	list-style-position: outside;
}

input:focus, button:focus 
{
    outline:0;
    /*box-shadow: 1px 1px 2px #ccc; */
}

#bodydiv, .bodydiv {
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-family: "Avenir Regular", Sans-serif;
	font-size:14px;
	width:1200px;
	max-width: 100%;
	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: "Avenir Regular", Sans-serif;
	font-size:16px;
}

.GMapMarkerContent {
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: "Avenir Regular", 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:#fefefe;
    border:1px solid #999;
	font-family: "Avenir Regular", Sans-serif;
}

.inputfieldresprequired {
    border:1px solid red;
}

.inputarearesprequired {
    border:1px solid red;
    padding:5px;
}

.AdminButtonDisabled {
	background:#afafaf !important; 
}

.JavaLinkA
{
	cursor:pointer;
	text-decoration:underline;
}

.NavFeatureLink {
	color: #31859b;
	font-family: "Avenir Regular", Sans-serif;
	font-weight: 700;
	font-size: 17px;
	text-align: left;
	margin-top: 5px;
}

.NavFeatureLink:hover {
	color: #994b05;
}

.navbarLinkLvl0 {
	height:56px; 
	padding-left:20px; 
	padding-right:20px;
	color:#595A5C;
	font-family: "Avenir Regular", Sans-serif;
	font-size: 20px;
	text-align:center;
	/*border-right: 1px solid #fff;*/
}

.navbarLinkLvl1 {
	color: #994b05;
	font-family: "Avenir Regular", Sans-serif;
	font-weight: 700;
	font-size: 17px;
	text-align: left;
	margin-top: 10px;
}

.navbarLinkLvl1:hover {
	color:#31859b;
}

.navbarLinkLvl2 {
	color:#000;
	text-decoration:none;
	font-family: "Avenir Regular", 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;
}

.MobileMenuHamburger {
	top: 60px; 
	right: 60px;
}

.MobileNavMenuLvl0 {
	width:100%;
    /*border-bottom:1px solid #aaa;*/
    font-family:"Dust West",serif;
    font-size: 24px;
    color:#fff !important;
}

.MobileNavMenuLvl0:hover {
	color: #C16B1F !important;
}

.MobileNavMenuLvl1 {
	width:100%; 
	color:#fff; 
	/*border-bottom:1px solid #aaa;*/
	font-family: "Avenir Regular", Sans-serif;
	font-size: 20px;
	background: #34A38D;
}

.MobileNavMenuLvl1:hover {
	/*color: #C16B1F !important;*/
	font-weight: bold;
}

.navDivUpper {
	display: table-cell;
	font-size: 14px;
	font-family: "Avenir Regular", Sans-serif;
	color:#164a56;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-top: 20px;
	border-right:1px solid #164a56;
}

.PageHeader {
	margin-top:0px;
	margin-bottom:0px;
	color:#1A7160;
	font-family:"Dust West",serif;
	font-size:40px;
	line-height: 40px; 
	text-align:left;
	font-weight: 500;
}

.PageContent {
	font-size: 16px;
	font-family: "Avenir Regular", Sans-serif;
	color: #595A5C;
}

.PageContent a {
	font-weight: bold;
}

/*.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: 500 !important;
}
#ui-datepicker-div .ui-datepicker-header {
	height:35px
}
#ui-datepicker-div .ui-datepicker-next {
	background:url("/images/arrow.gif") no-repeat 0 4px;
	cursor:pointer;
	float:right;
	height:18px;
	margin-right:10px;
	text-indent:-10000px;
	width:8px
}
#ui-datepicker-div .ui-datepicker-prev {
	-moz-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
	filter:FlipH;
	-ms-filter:"FlipH";
	background:url("/images/arrow.gif") no-repeat 0 4px;
	cursor:pointer;
	float:left;
	height:18px;
	margin-left:10px;
	text-indent:-10000px;
	width:8px
}
#ui-datepicker-div .ui-datepicker-title {
	color:#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-div {
	z-index: 3010 !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;
}

.ui-widget-header {
    border: none;
    background: #60615f;
    color: #fff;
    font-size: 16px;
    font-family: arial;
}

.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%;
}

.PageHeaderImageTextDiv {
	color:#fff;
	font-family: "Avenir Regular", Sans-serif;
	font-size: 18px;
	padding:10px; 
	max-width: 800px; 
	margin-left: auto; 
	margin-right: auto;
}

.FeatureBlocksContainer {
	margin-top: 0px;
}

.PageFeatureBlockDiv {
	/*float:left; */
	max-width: 30.9%; 
	position: relative;
	margin: 1.2%
}

.PageFeaturedActivityHeader {
	font-family:"Dust West",serif;
	color: #575927;
	font-size: 42px;
	margin-top: 10px; 
	margin-bottom: 20px;
	text-align: center;
}

.pagefeatureblockcontent {
	position: absolute;
	width: 100%;
	color:#fff;
	top: 50%;
    transform: translate(0%,-50%);
	text-align: center;
}

.PageFeatureBlockTitle {
	font-size: 42px;
	font-family:"Dust West",serif;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
}

.PageFeatureBlockText {
	font-size: 20px;
	font-family: "Avenir Regular", Sans-serif;
	display: none;
	margin-top: 10px; 
	line-height: 30px;
}

.PageFeatureBlockHoverOverlay {
	display: none;
	background-color: rgba(22,74,86,0.75); 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top:0px; 
	left: 0px;
}

.PageFeatureBlockMiniMap {
	display: none;
}

.PageFeatureBlockDiv:hover .PageFeatureBlockHoverOverlay {
	display: block;
}

.PageFeatureBlockDiv:hover .PageFeatureBlockMiniMap {
	display: block;
}

.PageFeatureBlockDiv:hover .PageFeatureBlockText {
	display: block;
}

.FeaturedActivityDiv {
	/*float: left; */
	max-width: 33.333333333%;
	margin-bottom: 20px;
	/*margin-left: auto;
	margin-right: auto;*/
}

.PageMasonryDivSmall {
	float: left; 
	max-width: 31.4%;
	padding: 0.55%;
}

.PageMasonryDivLarge {
	float: left; 
	max-width: 66%;
	padding: 0.55%;
}

.PageMasonryTitle {
	font-family:"Dust West",serif;
	font-size: 42px;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.ArticleListingTitle {
	font-family: "Avenir Regular", Sans-serif;
	font-size: 20px;
	color: #000;
}

.ArticleListingText {
	font-family: "Avenir Regular", 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: "Avenir Regular", Sans-serif;
	font-size: 18px;
	color: #fff;
	background: #F37339;
	width:120px;
	padding: 3px;
	text-align: center;
}

.AccountPagingLinks{
	font-family: "Avenir Regular", 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%;
}

.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;
}

.PageRelatedEvent {
	width: 33.3333%;
}

.formbutton {
	width:120px; 
	margin-right:10px; 
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 30px;
    background-color: #994b05;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.formbuttonorange {
	background: #C16B1F;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 150px;
    border: none;
    border-radius: 3px;
    font-size: 20px;
    font-family:"Dust West",serif;
    text-decoration: none;
    font-weight: 400;
}

.formbuttonblue {
	background: #1A7160;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 150px;
    border: none;
    border-radius: 3px;
    font-size: 20px;
    font-family:"Dust West",serif;
    text-decoration: none;
    font-weight: 400;
}

.RequiredField {
	color: red;
}

.navcontainer {
	/*padding: 10px;*/
	/*padding-left: 30px; 
	padding-right: 30px;*/
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family:"Dust West",serif;
	color: #58585A;
	text-decoration: none;
	font-size: 26px;
	cursor: pointer;
	/*position:relative;*/ /*Turn this off for full-width nav*/
}

.navcontainer a {
	text-decoration: none;
	color: #58585A;
}

/*.navcontainer:hover {
	padding-bottom:6px;
	border-bottom: solid 4px #994a05;
}*/

.navcontainer:hover a {
	text-decoration: none;
	color: #1A7160;
}

.navcontainerinner {
	padding-left: 30px;
	padding-right: 30px;
}

.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:120px;
	background-color: #fff;
}

.navcontainer:hover .navdropdowncontainer {
	display: block;
}

.navkioskbutton {
	text-align: center;
	font-family: "Avenir Medium", Sans-serif;
	color: #5d5b58;
	text-decoration: none;
	font-size: 20px;
	cursor: pointer;
	padding-top: 50px;
	height: 70px; 
	width: 100%;
	border-left:1px solid #5d5b58;
}

.HeaderImageTitleContainer {
	width: 950px;
	/*text-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);	*/
}

.HeaderImageTitle {
	font-family:"Dust West",serif;
	font-size: 120px;
	color: #fff;
	text-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);	
}

.HeaderImageText {
	font-family: 'Avenir Medium',sans-serif;	
	font-size: 42px;
	color: #fff;
	text-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);	
}

.HeaderPhotoCreditDiv:hover .HeaderPhotoCreditText {
	display: block;
}

.HeaderPhotoCreditText {
	background-color: rgba(22,74,86,0.75);
	display: none;
	font-family: 'Avenir Regular',sans-serif;	
	padding: 10px;
	padding-right:40px;
	color: #fff;
}

.PageBannerContent {
	position: absolute; 
	width: 100%; 
	max-width: 467px; 
	left:50%; 
	top:50%; 
	transform: translate(0%,-50%);
	text-align: left;
	background: rgba(0,0,0,.3);
    text-align: center;
}

.PageBannerTitle {
	font-family:"Dust West",serif;
	font-size: 91px;
	color: #fff;
}

.PageBannerText {
	margin-top: 20px;
	font-family: 'Avenir Regular',sans-serif;	
	font-size: 20px;
	color: #fff;
}

#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: #994b05; width:2px;
}

.AccountListItem {
	width: 33.33333%;
	float: left;
}	

.EventViewButton {
	background:#c16b1f;
	color:#fff;
	font-weight:bold;
	padding:10px;
	width:200px;
	border:none;
	cursor: pointer;
	margin-bottom: 5px;
	max-width: 40%;
}

.EventViewButtonNonHide {
	background:#c16b1f;
	color:#fff;
	font-weight:bold;
	padding:10px;
	width:200px;
	border:none;
	cursor: pointer;
	margin-bottom: 20px;
}


.AccountListItemTitle {
	font-family: "Avenir Medium", Sans-serif;
	color: #1A7160;
	font-size: 20px;
}

.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;
}

.MapFilterBar {
	width:100%;
	max-width: 1100px;
	color: #fff;
	font-weight: bold;
	background-color: #c16b1f;
	border: 1px solid #000;
	position: relative;
	cursor: pointer;
}

.MapFilterBar:hover {
	color: #eee;
}

.AccountListingButton {
	cursor: pointer; 
	border: 1px solid #4D2F47; 
	text-align: center; 
	font-size: 14px; 
	height: 28px; 
	line-height: 28px; 
	margin-top: 3px; 
	margin-bottom:10px; 
	float: left; 
}

.AccountListingButtonTwoColumn {
	width: 46.4%; 
	margin-right: 3%;
}

.AccountListingButtonThreeColumn {
	width: 29.7%; 
	margin-right: 3%;
	font-size: 12px;
}

.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%;
}

.EventDateHeader {
    color: #fff;
    background-color: #c16b1f;
    font-size: 24px;
    line-height: inherit;
}

.HeaderCrowdriffContainer {
	margin-top: 120px;
}

.ButtonDiv {
	background-color: #c16b1f;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.HeaderContainer {
	padding-top: 120px;
}

.HeaderContainerEmergencyAlert {
	padding-top: 161px;
}

.HeaderContainerDesktop {
	/*Do Nothing*/
}

.HeaderContainerMobile {
	display: none;
}

.HeaderScrollToDiscover {
	position: absolute;
	top: 75%; 
	text-align: center;
    width: 100%;
	color:#fff; 
	text-align: center; 
	font-size: 18px; 
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);
}

.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;
}

.ItinTile {
	width: 33.3333333%;
}

.ItinTileTitle {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #1A7160;
}

.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 #c46c2f;
	margin-bottom: 20px;
	padding-bottom:20px;
	width: 100%;
}

.ItinRowCell {
	display: table-cell;
	vertical-align: top;
}

.ItinRowCellImage {
	width: 42%;
}

.ItinRowCellButtons {
	width: 150px;
}

.AccountFeatureLink {
	text-decoration: none; 
	color: #c1c1c1; 
	cursor: pointer;
}

.AccountFeatureLink:hover {
	color: #1A7160;
	text-decoration: none;
}

.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 li {
	margin-top: 5px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #595A5C;
	padding-bottom: 10px*/;
}

.fr-view img {
    height: auto !important;
}

.PageActivityTile {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.EmergencyMessage {
	width: 100%;
}

.ExternalCoverageItem {
	margin-bottom: 20px;
	display: table;
}

.ExternalCoverageItemLeft {
	display: table-cell;
	width: 200px;
	vertical-align: top;
}

.ExternalCoverageItemRight {
	display: table-cell;
	vertical-align: top;
}

.ExternalCoverageTitle {
	font-size: 20px;
	font-weight: bold;
}

.PagePinterestBlock {
	width: 33.33333%;
}

.PageTwoColumnItem {
	width: 50%;
}

.PageTwoColumnItemTitle {
	font-size: 30px;
	margin-bottom: 10px;
	color:#1A7160;
	text-decoration: none !important;
}

.PageTwoColumnItem a:hover {
	text-decoration: none !important;
}

.DashedLineOrange {
	border-bottom: 4px dashed #c46c2f;
	max-width: 750px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}

.stopphotocycler {position:relative;}
.stopphotocycler .photocylceritem {position:absolute; top:0px; left:0px; z-index:1}
.stopphotocycler .photocylceritem.active{z-index:3}

.stopphotocyclerleftarrow
{
    cursor: pointer;
    position: absolute;
    z-index: 3000;
    left: 5px;
    bottom: 5px;
    opacity: .75;
}

.stopphotocyclerleftarrow:hover
{
    opacity: 1;
}

.stopphotocyclerrightarrow
{
    cursor: pointer;
    position: absolute;
    z-index: 3000;
    right: 5px;
    bottom: 5px;
    opacity: .75;
}

.stopphotocyclerrightarrow:hover
{
    opacity: 1;
}

.stopPhotoCyclerDotsDiv {
	display: table;
	position: absolute;
	z-index: 3000;
	left: 50%;
	bottom:10px;
	transform: translate(-50%,0%);
}


.stopPhotoCyclerDotItem {
	font-size: 14px;
	color: #fff;
	padding-left: 3px; 
	padding-right: 3px; 
	cursor: pointer;
}

.stopactivedot {
	color: #1A7160;
}

.ItineraryMapHighlightContainer {
	display: table; 
	width: 100%; 
	background: #333; 
	margin-bottom: 10px; 
	border-radius: 10px; 
	box-shadow: 1px 1px 2px #ccc;
}

.ItineraryMapHighlightContainer:hover {
	background: #777; 
}

.ItinMapHighlightWidgetDiv {
	width: 33.333333%;
}

.PhotoGalleryTextDiv {
    position: absolute; 
    bottom:0px; 
}

.PhotoTextContainerMobile {
    display: none;
}

.PageSliderRecImage {
	width: 101%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 1.0;
	-webkit-transition: opacity .4s, width .4s; /* Safari */
	transition: opacity .4s, width .4s;
}

.PageSliderRecDiv:hover .PageSliderRecImage {
	width: 105%;
	opacity: .6;
}

.PageSliderRecTitle {
	color: #fff;
	width: 100%;
	text-shadow:1px 1px 5px rgba(0, 0, 0, 0.8);
	font-size: 30px;
	/*line-height: 40px;*/
	text-align: center;
	position: absolute;
	/*top: 50%;*/
	bottom: 10px;
	left: 50%;
	/*transform: translate(-50%,-50%);*/
	transform: translate(-50%,0%);
	font-family: "Dust West",serif;
}

.mobileNavMenu {
	display:none;
}

.mobilelogodiv {
	display:none;
}

.desktopnavmenu {
	display: inline-block;
}


@media screen and (min-width: 1200px) {

	.featuredcontentblock {
		float:left;
		margin:2px; 
	}

}

@media screen and (max-width: 1199px) {

	.featuredcontentblock {
		float:left;
		margin:2px; 
	}

	.HeaderCrowdriffContainer {
		margin-top: 0px;
	}

	.HeaderContainer {
		padding-top: 0px;
	}

	.HeaderContainerEmergencyAlert {
		padding-top: 0px;
	}	

	.HeaderScrollToDiscover {
		display: none;
	}

	.EmergencyMessage {
		position: inherit;
	}	

	.navcontainerinner {
		padding-left: 15px;
		padding-right: 15px;
	}

	.PageBannerTitle {
		font-size: 70px;
	}


}

@media screen and (max-width: 1100px) {
	.PageBannerContent {
		transform: translate(-50%,-50%);
	}
}

@media screen and (max-width: 1000px) {
	.FeaturedLinkTitle {
		font-size: 50px;
	}

	.desktopnavmenu {
		display: none;
	}

	.mobilelogodiv {
		display: block;
	}	

	.MobileMenuHamburger {
		top: 70px; 
		right: 10px;
	}

}

@media screen and (max-width: 950px) {
	.HeaderImageTitleContainer {
		width: 600px;
	}

	.HeaderImageTitle {
		font-size: 80px;
	}

	.HeaderImageText {
		font-size: 30px;
	}

	.PageFeatureBlockText {
		font-size: 16px;
		line-height: 20px;
	}

	.PageBannerTitle {
		font-size: 50px;
	}
}


@media screen and (max-width: 800px) {

	.PageHeaderImageTextDiv {
		width: 600px;
	}

	.RelatedArticleDiv {
		float: none; 
		width: 100%;
	}

	.PageMasonryDivSmall {
		float: none;
		width: 100%; 
		max-width: 420px;
		padding: 0%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.PageMasonryDivLarge {
		float: none;
		width: 100%; 
		max-width: 420px;
		padding: 0%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.DealsContainer {
		display: inherit; 
	}

	.DealsColumnLeft {
		display: inherit;
		width: 100%;
	}

	.DealsColumnRight {
		display: inherit;
		width: 100%;
	}

	.PageRelatedEvent {
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.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 {
		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;
    }

    .HeaderHideOnMobile {
    	display: none;
    }
}

@media screen and (max-width: 700px) {

	.PageFeatureBlockDiv {
		float:none; 
		width: 100%;
		max-width: 350px;
		margin-bottom: 10px; 
		margin-left: auto;
		margin-right: auto;
	}

	.PageFeatureBlockMargin {
		margin-left: auto;
		margin-right: auto;
	}

	.PagePinterestBlock {
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.PageTwoColumnItem {
		width: 100%;
	}

	.PageSliderRecsArrow {
		display: none !important;	
	}

}

@media screen and (max-width: 640px) {

	.FeaturedLinkContainer {
		float: none; 
		width: 100%; 
		max-width: 600px;
		margin-left: auto;
		margin-right:auto;
		margin-bottom: 6px; 
		
	}

	.HeaderImageTitleContainer {
		width: 350px;
	}

	.HeaderImageTitle {
		font-size: 40px;
	}

	.HeaderImageText {
		font-size: 20px;
	}

	.AccountListItem {
		float: none;
		margin-left: auto; 
		margin-right:auto;
		width: 100%;
	}

}

@media screen and (max-width: 600px) {

	.PageHeaderImageTextDiv {
		width: 300px;
	}

	.FeatureBlocksContainerHome {
		margin-top: 20px;
	}

	.PageHeaderImageTextContainerHome{
		padding-bottom: 0px;
	}

	.FeaturedActivityDiv {
		float: none; 
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 400px;
	}

	.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%;
	}

	.PageBannerContent {
		max-width: 230px;
	}

	.PageBannerTitle {
		font-size: 40px;
	}
}

@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;
	}

	.HeaderContainerDesktop {
		display: none;
	}

	.HeaderContainerMobile {
		display: block;
	}


/*	.readMoreButton {
		display:block;
	}

	.readMoreText {
		display:none;
	}
*/}