/*@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: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
*/

body {
	margin:0px;
}

img{
	border-style:none;
	border-collapse:collapse;
	margin:0;
}

a {
	color:#0aa4b4;
	text-decoration:none;
}

a:visited {
	color:#0aa4b4;
}

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;
}

.AccountEditTable {
	border:none;
	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;
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
}

.AccountEditTable td
{
	padding:5px;
}

.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;
}

.additemnotification {
	width:338px;
	background-color:#CCC;
	padding:5px;
	border-style:dashed;
	border-width:1px;
	border-color:#000;
}

#backgroundimage {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
}

#bodydiv, .bodydiv {
	font-size:14px;
	width:100%;
	max-width:1220px;
	margin-left:auto;
	margin-right:auto;
}

.bodydivdrop {
	/*background-image:url(/~visitber/images/Content-drop-shadow_03.png);*/
	/*background-image:url(/~visitber/images/Content-drop-shadow_03-1000.png);*/
	background-image:url(/images/Content-drop-shadow_03-1000.png);
	/*background-image:url(/~visitber/images/Content-drop-shadow_03-1000-yellow-bar.png);*/
	background-repeat:repeat-y;
	width:1110px;
	padding-left:10px;
	margin-left:auto;
	margin-right:auto;
}

.BreadCrumb
{
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#f3a213;
	cursor:pointer;
}

.BreadCrumb:visited
{
	color:#e38126;
}

.BreadCrumbOrange
{
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#e38126;
}

.BreadCrumbChevron
{
	font-size:12px;
	color:#999;
}

.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;
}

.ContentLink {
	color:#e38126;
	text-decoration:underline;
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	cursor:pointer;
}

.DashedDivider {
	height:3px; 
	border-bottom: dashed 2px #000; 
	margin-top:5px; 
	margin-bottom:5px;
}

.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;
	font-family: 'Open Sans', sans-serif;
}

.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;
	font-family: 'Open Sans', sans-serif;
}

.eventImageDiv {
	text-align: center;
}

.FeaturedLinkContainer {
	position:relative; 
	float: left; 
	width: 49%; 
	margin: 3px; 
	overflow: hidden;
}

.FeaturedLinkTitle {
	position: absolute; 
	top:50%; 
	left:50%; 
	font-size:70px; 
	width: 90%; 
	text-align:center; 
	top:50%; 
	transform: translate(-50%, -50%); 
	color:#fff; 
	text-shadow: 1px 1px 1px #000;
    font-family: 'Alegreya', sans-serif;
    font-weight: bold;
}

.filterDropdownCellLeft {
	width:25px; 
}

.filterDropdownCellRight {
	text-align:left;
}

.FooterLinkDiv {
	margin-top:3px;
}

.FooterLinkWhite a {
	color:#FFF;
	text-decoration:none;
}

.FooterLinkWhite a:visited {
	color:#FFF;
}

.FooterLinkOrange {
	color:#ecb14b;
	text-decoration:none;
}

.FooterLinkOrange:visited {
	color:#ecb14b;
}

.FooterText
{
	font-size:12px;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
}

.footer-area {
	margin: 0 auto;
	width: 960px;
}

.footer-section {
	float: left;
	margin-bottom: 30px;
	margin-right: 15px;
	overflow: hidden;
}

.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-title {
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #fff;
	/*border-bottom: solid 1px #5a686b;*/
	/*padding: 11px 20px;*/
}

.footer-section-title a {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 600;
}

/*.footer-section-title a:hover {
	color: #FFF !important;
}*/

.footer-section-content {
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.footer-special-title {
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.footer-special-description {
	margin-bottom: 10px;
	line-height: 16px;
	font-size: 11px;
	color: #333;
}

.footer-section.tabbed-panel {
	float: left;
	height: 305px;
	width: 450px;
	margin-bottom: 30px;
	margin-right: 15px;
	overflow: hidden;
}

.footer-social-tabs {
	overflow: hidden;
	padding:8px;
	padding-bottom: 7px;
	border-bottom:solid 1px #000;
	border-right: solid 1px #000;
	float: left;
	background-color: #fff;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	cursor: pointer;
}

.footer-social-selected {
	padding-bottom: 8px;
	border-bottom: none;
}

.footer-social-content {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #fff;
	clear: both;
	height: 243px;
	margin-top: -3px;
	padding-top: 10px;
	padding-left: 10px;
	position: relative;
}

.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;
}

.social-section { }

.flickr-thumb {
	-webkit-transition: border 250ms cubic-bezier(0, 0, 0.58, 1);
	-moz-transition: border 250ms cubic-bezier(0, 0, 0.58, 1);
	-ms-transition: border 250ms cubic-bezier(0, 0, 0.58, 1);
	-o-transition: border 250ms cubic-bezier(0, 0, 0.58, 1);
	transition: border 250ms cubic-bezier(0, 0, 0.58, 1);
	border: solid 1px #424d50;
	margin-left: 6px;
	margin-top: 10px;
	width: 68px;
}


.FrameworkLeftColumn {
	width:710px; 
	padding:10px;
	float:left;
	/*background: url('/~visitber/images/Content-Divider-Slice.png') repeat-y right center; */
}

.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; 
}

.headerblockwhite {
	float:left;
	width:200px;
	height:13px;
	/*margin-right:2px;*/
	background: rgba(256, 256, 256, .7);
}

.HeaderCaptionBox {
	padding:10px; 
	background:#fff; 
	position:absolute; 
	bottom:10px; 
	left:10px;
	/*left:50%; */
	/*margin-left:-150px; */
	z-index:100; 
	background-color:rgba(255,255,255,0.7); 
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#000;
}

.HeaderLink
{ 
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	color:#606060;
	font-size:26px;
	text-decoration:none;
	font-weight: bold;
}

/*.HeaderLink:hover
{*/ 
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
/*	color:#e38126;
}
*/
.headertoplink {
	font-size:12px;
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	color:#000;
}

.headertoplink:visited {
	color:#000;
}


.ImageBorder {
	border-width:1px;
	border-color:#27265f;
	border-style:solid;
}

.imagepaddiv img {
	padding:10px;
	padding-top:0px;
}

/*.imagepaddiv p {
	margin-top:0px;
}*/

.InfoTable{
	border:1px;
	border-style:solid;
	border-color:#CCC;
	text-align:left;
	font-size:14px;
}

.InfoTable td {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
}

.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;*/
    border:1px solid #7e7e7e;
    border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
}

.inputfieldresprequired {
    border:1px solid red;
}

.inputdropdownresp {
	background-color: #fff;
    border-radius: 3px;
    border:1px solid #7e7e7e;
    border-radius: 3px;
    padding: 5px;
}

.itindaydropdiv {
	float:left; 
	margin-left:20px; 
	width:350px;
}

.ItinDayHeaderDiv {
	width:345px; 
	margin-bottom:0px; 
	margin-top:5px;
	/*background-image:url(/images/itin-block-blue.jpg);
	background-repeat:repeat-x;*/
	/*height:20px;*/
	/*border-style:solid;
	border-color:#999;
	border-width:1px;*/
	padding-left:5px;
	padding-top:5px;
	background-color:#97005e; 
	color:#FFF; 
	font-family: 'Alegreya', sans-serif;
	font-size: 18px;
}

.ItinMapItLink {
	cursor:pointer;
	text-decoration:underline;
	margin-left:240px;
	color:#FFF;
}

.itinselectiondiv {
	width:350px;
}

.JavaLinkA
{
	cursor:pointer;
	text-decoration:underline;
}

.ListingButtonColumn {
	max-width:150px; 
}

.navbarLinkLvl0 {
	height:64px; 
	padding-top:18px; 
	padding-left:10px; 
	padding-right:10px;
	color:#7e7e7e;
	/*color:#0f7aa8;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	/*font-size: 15px;*/
	font-weight:600;	
	text-align:center;
	/*border-right: 1px solid #fff;*/
}

.navbarLinkLvl0:hover {
	color: #0aa4b4;
}

.navlinkcontainer {
	display: table-cell;
	vertical-align: top;
	height:82px;
	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 !important; 
	font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    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;
}

.navDiv1
{
	width:160px; 
	margin-top:3px;
	background-color:#404040;
	float:right; 
    padding-top:5px; 
	padding-bottom:5px;
	font-size:12px;
	cursor:pointer;
	padding-right:5px;
	font-weight:bold;
}

.navDivLink {
	cursor:pointer;	
	color:#FFF;
}

.navDivLink:visited {
	color:#FFF;
}

.navDivLink:hover {
	color:#3CF;
}

.newsletterfield {
	width:185px; 
	border-style:solid;
	border-color:#aaa;
	border-width:1px;
	padding:3px;
	padding-left:5px;
}

.newsletterfield:focus {
	outline:none;
}

.newsletterfieldnoborder {
	width:185px; 
	padding:3px;
	padding-left:5px;
	border:none;
}

.newsletterfieldnoborder:focus {
	border:none;
	outline:none;
}


.OrangeDottedContentSeparator {
	border-top: 4px solid #cfcfcf;
	border-bottom: 4px solid #cfcfcf;
	margin-top:5px; 
	margin-bottom:5px;	
}

#pagebackground{
	width:100%;
	height:100%;
	/*top:0; 
	left:0;*/
	bottom:0;
	right:0;
	position:fixed;
	z-index:-1;
}

.plainbodydiv {
	width:1000px;
	margin:auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
}

.PageHeader {
	margin-top:0px;
	margin-bottom:0px;
	font-size:42px; 
	font-family: 'Montserrat', sans-serif;
	/*font-display: optional*/ /**** FIXES CLS ISSUES WITH THE FONT LOADING ****/
	font-weight: 700;
	color: #0aa4b4;
}

.PageHeaderAdmin {
	font-size: 21px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: century gothic, verdana;
	/*font-weight:bold;*/
	color: #000;
}

.PageHeaderWithGreenBorder {
	width:100%; 
/*	border-top:2px solid #789d34; 
	border-bottom:2px solid #789d34; 
*/	
/*	border-top:2px solid #97005e; 
	border-bottom:2px solid #97005e; 
*/	text-align:center; 
	border-top:2px solid #617935; 
	border-bottom:2px solid #617935; 
	margin-bottom:30px;
}

.PageContent {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #606060;
}

.snaptodaydiv {
	margin:0px;
	padding:0px;
	cursor:move;
}

.StyledSelectBox {
	font-size:13px;	
}

.TableHeader {
	background-color:#bed731;
	color:#27265f;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#CCC;
}

.readMoreButton {
	display:none;
}

.readMoreText {
	display:inline;
}


.RequiredField {
	color:#F00;
	font-size:12px;
}

.sidebarseparator {
	width:214px; 
	margin-left:8px;
	border-bottom-style:dotted;
	border-bottom-width:2px;
	border-bottom-color:#eccd9f;
	text-align:left; 
    font-size:14px;
}

.solidseparator {
	border-bottom-style:solid; 
	border-bottom-width:2px; 
	border-bottom-color:#eccd9f;
}

.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: 3006 !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;
	margin-right:60px; 
}

.purplebutton {
	background: #97005e;
	color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    width: 100px;
    border: none;
}

.RelatedArticleContainer {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

.RelatedArticleImage {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding-right: 15px;
}

.RelatedArticleText {
	display: table-cell;
	vertical-align: top;
	padding-right: 15px;
}

.RelatedArticleButton {
	display: table-cell;
	vertical-align: middle;
	width: 85px;
}

.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;
}

.ContentH2 {
	font-size: 24px;
	font-weight:700px;
	color: #97005e;
	font-family: Alegreya, sans-serif;
	margin-top: 0px;
}

.AccountListItem {
	width: 33.33333%;
}

.AccountListItemTitle {
	font-family: "Open Sans", sans-serif;
	color: #000;
	font-size: 25px;
	line-height: 28px;
	width: 90%;
	position: absolute;
	top: 0%; 
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	text-align: center;
}	

.EventViewButton {
	background:#e2a856;
	color:#fff;
	font-weight:bold;
	padding:10px;
	width:200px;
	border:none;
	cursor: pointer;
	margin-bottom: 20px;
}

.inputfieldresprequired {
    border:1px solid #0aa4b4;
}

.inputarearesprequired {
    border:1px solid #0aa4b4;
    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: 130px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3050;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

#cycler{position:relative;}
#cycler .cylceritem{position:absolute; top:0px; left:0px; z-index:1}
#cycler .cylceritem.active{z-index:3}

.pinithovercontainer div { display:none;}
.pinithovercontainer:hover div { display:block;}

.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%;
	height: auto;
}

.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;
}	

.PageFeatureBlock {
	float: left;
	width: 25%;
}

.PageFeatureBlockTitle {
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 30px;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);
}

.PageFeatureBlockButton {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	font-size: 14px;
	/*border: 1px solid #fff;*/
	float: left;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);
	background:rgba(0, 0, 0, 0.25);
}

.PageFeatureBlock:hover .PageFeatureBlockButton {
	background:rgba(0, 0, 0, 0.75);
}

.PageFeatureBlockHoverOverlay {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	display: none;
	background:rgba(0, 0, 0, 0.75);
}

.PageFeatureBlock:hover .PageFeatureBlockHoverOverlay {
	display: block;
}

.PageFeaturedActivity {
	width: 100%;
	margin-bottom: 30px;
}

.PageFeaturedActivityLeft {
	float: left;
	width: 50%;
}

.PageFeaturedActivityRight {
	float: right;
	width: 50%;
}

.PageFeaturedActivityTitle {
	font-size: 30px;
	line-height: 30px;
	color: #0aa4b4;
	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;
}

.VideoContentButton {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	font-size: 14px;
	border: 1px solid #8b8b8b;
	color: #8b8b8b;
	float: left;
}

.PageEventWidgetDate {
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	font-size: 10px;
	background-color: #0aa4b4;
	text-align: center;
	font-weight: 600;
	width: 60px;
}

.DisplayEventsTitle {
	font-family: 'Open Sans', sans-serif;
	color: #0aa4b4;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 600;
}

.DisplayEventWebsite {
	float: right;
	background: #0aa4b4;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}

.PageSocialHighlight {
	float: left;
	width: 16.6666666666666667%;
}

.PageActivityTile {
	float: left;
	width: 50%;
}

.VideoWidgetContainer {
	display: table; 
	width: 100%;
}

.VideoWidgetCellLeft {
	display: table-cell; 
	vertical-align: top; 
	width: 40%; 
	background: #dce345
}

.VideoWidgetCellRight {
	display: table-cell; 
	vertical-align: top; 
	width: 60%;
}

.FooterRowContainer {
	display: table;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	/*border-bottom: 1px solid #fff;*/
}

.FooterRowColumn {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 33.333333333%;
}

.FooterRowColumnQuarter {
	display: table-cell;
	vertical-align: middle;
	/*text-align: center;*/
	text-align: left;
	width: 25%;
	font-size: 24px;
}

.FooterRowColumnThird {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 33.3333%;
	font-size: 24px;
}

.FooterRowContainer a {
	color: #fff;
	text-decoration: none;
}

.AccountFeatureLink {
	text-decoration: none; 
	color: #c1c1c1; 
	cursor: pointer;
}

.AccountFeatureLink:hover {
	color: #0aa4b4;
	text-decoration: none;
}

.imagedropshadow {
	box-shadow: 1px 1px 2px #444; 
}

.AccountListingContainer {
	width: 33.33333333%;
	float: left;
}

.AccountListingWebsite {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #0aa4b4;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Customize the label (the container) */
.customckbcontainer {
	display: block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.customckbcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #bbbcc4;
	border-radius:3px;
}

/* On mouse-over, add a grey background color */
.customckbcontainer:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customckbcontainer input:checked ~ .checkmark {
	background-color: #20a2b1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.customckbcontainer input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.customckbcontainer .checkmark:after {
	left: 5px;
	top: 2px;
	width: 3px;
	height: 7px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ListingFilterContainer {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	margin-bottom: 10px;
}

.ListingFilterTitle {
	font-size:16px; 
	margin-bottom: 10px;
}

.FormButton {
	background: #0aa4b4 !important;
    cursor: pointer !important;
    color: #fff !important;
    font-weight: bold !important;
    text-align: center !important;
    padding: 20px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border: none !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    border-radius: 0px !important;
}

.FormSelect {
	background: #ccc;
    color: #444;
    border-radius: 3px;
}

.ArticleListingContainer {
	float: left;
	width: 50%;
}

.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;
	color:#777;
	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:1px solid #777;
	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;
}	

.RelatedArticleRowViewColumnLeft {
	display: table-cell; 
	vertical-align: top; 
	width: 25%;
}

.RelatedArticleRowViewColumnRight {
	display: table-cell; 
	vertical-align: top; 
	width: 75%;
}

.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;
}

.PageThreeColumnBlock {
	width: 33.3333%;
}

.PageThreeColumnTitle {
	width: 100%;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px; 
	/*font-weight: bold;*/
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-shadow: 0px 0px 5px #000;
	font-weight: bold;
	letter-spacing: 1px;
}

.PageThreeColumnBlock:hover .PageThreeColumnImage {
	opacity: 0.5;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	background-image: none !important;
}

.BrochureContainer {
	max-width: 1120px;
}

.BrochureItem {
	width: 220px;
}

.PageTwoColumnItem {
	width: 50%;
}

.PageTwoColumnItemTitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	margin-bottom: 10px;
}

.DottedDivider {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom:5px dotted #0aa4b4;
}

.SolidDivider {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom:5px solid #0aa4b4;
}

.PageTrailsListingTitleMobile {
	display: none;
}

.PageTrailsListingColLeft {
	display: table-cell;
	width: 40%;
	vertical-align: top;
}

.PageTrailsListingColRight {
	display: table-cell;
	width: 60%;
	vertical-align: top;
}

.PhotoGalleryTextDiv {
	position: absolute; 
	bottom:0px; 
}

.PhotoTextContainerMobile {
	display: none;
}

.PageHeadShot {
	width: 25%;
}

.PageHeadShot p {
	margin: 0px;
}

.PageLogoDiv {
	width: 33.33333333333%;
}

.PageImgeTextSideBySideMobileTitle {
	display: none;
}

.PageImgeTextSideBySideImageDiv {
	width: 350px; 
	max-width: 30%;
	display: table-cell;
	vertical-align: middle;
}

.PageImgeTextSideBySideTextDiv {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (min-width: 1500px) {

	.mobileMenuBar {
		display: none;
	}

	.mobileNavMenu {
		display:none;
	}

	.mobilelogodiv {
		display:none;
	}

	.desktopnavmenu {
		display: inline-block;
	}
}

@media screen and (max-width: 1499px) {

	.mobileMenuBar {
		display: inline-block;
	}

	.desktopnavmenu {
		display: none;
	}

}

@media screen and (min-width: 1200px) {

	.featuredcontentblock {
		float:left;
		margin:2px; 
	}

	.sidebardiv {
		margin-left:10px;  
	}
}

@media screen and (max-width: 1199px) {

	.featuredcontentblock {
		float:left;
		margin:2px; 
	}

	.mobileMenuBar {
		display: inline-block;
	}

	.desktopnavmenu {
		display: none;
	}

	.sidebardiv {
		margin-left: 0px;
		width:100%;
	}

	.BrochureContainer {
		max-width: 880px;
	}

}

@media screen and (max-width: 1000px) {

	.FeaturedLinkTitle {
		font-size: 50px;
	}

	.PageFeaturedActivity {
		margin-bottom: 0px;
	}

	.PageFeaturedActivityLeft {
		float: none;
		width: 100%;
	}

	.PageFeaturedActivityRight {
		float: none;
		width: 100%;
	}

	.VideoWidgetCellLeft {
		display: block; 
		width: 100%; 
	}

	.VideoWidgetCellRight {
		display: block; 
		width: 100%;
	}

	.PageHeadShot {
		width: 50%;
	}

}

@media screen and (max-width: 900px) {

	.PageFeatureBlock {
		width: 50%;
	}

	.PageTrailsListingTitleMobile {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.PageTrailsListingColLeft {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.PageTrailsListingColRight {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.PageTrailsListingTitleDesktop {
		display: none;
	}

	.PageLogoDiv {
		width: 50%;
	}
}

@media screen and (max-width: 800px) {

	.PageHeaderImageTitle {
		font-size: 45px;
		top:auto;
		bottom: 20px;
		left: 20px;
		transform: inherit;
	}

	.leftarrow {
		display: none;
	}

	.rightarrow {
		display: none;
	}

	.PageSocialHighlight {
		width: 33.3333333333%
	}

	.PageActivityTile {
		float: none;
		width: 100%;
	}

	.FooterRowColumn {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.FooterRowColumnQuarter {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.FooterRowColumnThird {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.AccountListingContainer {
		float: none;
		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;
	}

	.ArticleListingContainer {
		float: none;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.RelatedArticleRowViewColumnLeft {
		display: block; 
		width: 100%;
	}

	.RelatedArticleRowViewColumnRight {
		display: block; 
		width: 100%;
	}

	.PageThreeColumnBlock {
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.BrochureContainer {
		max-width: 660px;
	}

	.PageTwoColumnItem {
		width: 100%;
	}

	.PhotoGalleryContainerDiv {
		/*margin-bottom: 200px;*/
	}

	.PhotoSelectionContainer {
		display: none;
	}

	.PhotoGalleryTextDiv {
		display: none;
	}

	.PhotoTextContainerMobile {
		display: block;
	}

	.PageHeader {
		font-size:32px; 
	}

	.PageImgeTextSideBySideMobileTitle {
		display: block;
	}

	.PageImgeTextSideBySideDesktopTitle {
		display: none;
	}

	.PageImgeTextSideBySideImageDiv {
		width: 100%; 
		max-width: 100%;
		display: block;
	}

	.PageImgeTextSideBySideTextDiv {
		width: 100%;
		max-width: 100%;
		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; 
		
	}

	.FeaturedLinkTitle {
		font-size: 50px;
	}

	.PageHeadShot {
		width: 100%;
	}

	.AccountListItem {
		float: none;
		margin-left: auto; 
		margin-right:auto;
		width: 100%;
	}


}

@media screen and (max-width: 600px) {
	.RelatedArticleContainer {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	.RelatedArticleImage {
		display: block;
		width: 100%;
		padding-right: 0px;
		margin-bottom: 10px;
	}

	.RelatedArticleText {
		display: block;
		padding-right: 0px;
		margin-bottom: 15px;
	}

	.RelatedArticleButton {
		display: block;
		width: 100%;
		text-align: left;
	}
}


@media screen and (max-width: 540px) {

	.eventImageDiv {
		text-align: left;
	}

	.featuredcontentblock {
		float:none;
		margin-bottom:5px;
		margin-left: auto;
		margin-right: auto;
	}

	.footercolumn {
		float:none;
		text-align: center;
		margin-left:auto;
		margin-right:auto;
		margin-top:20px;
	}

	.ListingButtonColumn {
		max-width:320px; 
	}

	/*#cycler {
		min-height: 500px;
		overflow: hidden;
	}

	.cylceritemimage {
		max-width: none;
		min-width: 0px;
		min-height: 500px;
		margin-left: -50%;
	}*/

	.BrochureContainer {
		max-width: 100%;
	}

}

