/*@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;
	  }
	
	}*/

body {
	margin:0px;
	background: #fff;
}

img{
	border-style:none;
	border-collapse:collapse;
	margin:0;
}

a {
	color:#e2a856;
	text-decoration:none;
}

a:visited {
	color:#e2a856;
}

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;
}

.AccountPagingLinks{
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#606060;
}

.AccountPagingLinks a, .AccountPagingLinks strong {
	color:#606060;
	background: #CDCDCD;
	padding: 10px;
	border:1px solid #606060;
	margin: 2px;
}

.AccountPagingLinks a:visited{
	color:#606060;
}

#bodydiv, .bodydiv {
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, 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;
}

#ContentDiv {
	width:1000px;
	margin:0;
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family:Tahoma, Geneva, sans-serif;
}

.footer-section.simple {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	/*border-bottom: solid 1px #5a686b;*/
	height: 300px;
	width: 240px;
}

.footer-section.side {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	/*border-bottom: solid 1px #5a686b;*/
	height: 200px;
	width: 240px;
}

.footer-section.last {
	margin: 0px;
}

.footer-section.tabbed-panel {
	float: left;
	height: 305px;
	width: 450px;
	margin-bottom: 30px;
	margin-right: 15px;
	overflow: hidden;
}

.formbutton {
	color: #fff;
	font-family: "Eagle Bk",sans-serif;
	font-size: 24px; 
	border-radius: 3px;
	background: #28647D;
	padding: 3px;
	text-align: center;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.formbuttonorange {
	background: #e2a856;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    width: 100px;
    border: none;
    font-family:Tahoma, Geneva, sans-serif;
}

.GoogleMap {
	 border-width:1px; 
	 border-style:solid;
	 border-color:#CCC;
}

.GMapMarkerHeader {
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
}

.GMapMarkerContent {
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
}

.HeaderLink
{ 
	font-family:Tahoma, Geneva, sans-serif;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	color:#000;
	font-size:26px;
	text-decoration:none;
	font-weight: bold;
}

.HeaderLink:visited
{ 
	color:#95989A;
}

.imagepaddiv img {
	padding:10px;
}

.imagepaddiv p {
	margin-top:0px;
}

.InputField
{
	background-color:#FFF;
	border-style:solid;
	border-width:1px;
	border-color:#90ccda;
}

.JavaLinkA
{
	cursor:pointer;
	text-decoration:underline;
}

.navbarLinkLvl0 {
	height:38px; 
	/*padding-top:6px; */
	padding-left:20px; 
	padding-right:20px;
	padding-bottom: 6px;
	/*color:#FFF;*/
	/*color:#000;*/
	color: #336666;
	font-family: "Eagle Bk",sans-serif;
	font-size: 25px;
	text-align:center;
	/*font-weight: bold;*/
	/*border-right: 1px solid #fff;*/
}

.navbarLinkLvl0:hover {
	color: #FDB71E;
}

.navlinkcontainer {
	float:left;
	height:44px;
	/*position:relative;*/ /*Turn this off for full-width nav*/
}

.navlinkcontainer a{
	text-decoration: none;
}

.navdropdowncontainer {
	display: none;
	position: absolute;
	/*background: rgba(256, 256, 256, .9);*/
	/*background: #28647D;*/
	background: rgba(40, 100, 125, .9);
	/* Add these two in conjunction with turning off position relative in navlinkcontainer for full width nav */
	width: 100%;
    left: 0px;
}

.navlinkcontainer:hover .navdropdowncontainer {
	display: block;
}

.navdropdowncontainersmall {
	display: none;
	position: absolute;
	background: #fff;
	width: 150px;
	top: 24px;
}

.navDivUpper:hover .navdropdowncontainersmall {
	display: block;
}

.navbarLinkLvl1 {
	/*color:#000;*/
	color: #fff;
	text-decoration:none;
    font-family: "Eagle Bk",sans-serif;
	/*font-weight:bold;*/	
    font-size: 20px;
    text-align: right;
}

.navbarLinkLvl1:visited {
	/*color:#000;*/
	color: #fff;
}

.navbarLinkLvl1:hover {
	/*color:#8e1e59;*/
	color: #FDB71E;
	text-decoration:none;
}

.navbarLinkLvl2 {
	/*color:#000;*/
	color: #fff;
	text-decoration:none;
	font-family: futura-pt,sans-serif;	
	font-weight:bold;	
	font-size: 16px;
	margin-top: 5px;
}

.navbarLinkLvl2:visited {
	/*color:#000;*/
	color: #fff;
	text-decoration:none;
}

.navbarLinkLvl2:hover {
	/*color:#8e1e59;*/
	color: #FDB71E;
	text-decoration:none;
}

.MobileNavMenuLvl0 {
	width:100%;
	color:#595A5C; 
    border-bottom:1px solid #aaa;
    font-family: futura-pt,sans-serif;
    font-size: 20px;
}

.MobileNavMenuLvl1 {
	width:100%; 
	color:#595A5C; 
	border-bottom:1px solid #aaa;
	font-family: futura-pt,sans-serif;
	font-size: 18px;
}

.navDivUpper {
	font-size: 14px;
	font-family: futura-pt,sans-serif;
	/*color: #3C3D3E;*/
	color: #336666;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	margin-top: 8px;
	font-weight: bold;
	position: relative; 
	height: 24px;
}

.navDivUpper a {
	color: #336666;
}

.PageHeader {
	margin-top:0px;
	margin-bottom:0px;
	color:#28647D;
	font-family: "Eagle Bk",sans-serif;
	font-size:40px; 
	font-weight: 400;
}

.PageHeaderAdmin {
	font-size: 21px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: century gothic, verdana;
	/*font-weight:bold;*/
	color: #000;
}

.PageContent {
	font-size: 20px;
	font-family: futura-pt,sans-serif;
	color: #000;
}

.StyledSelectBox {
	font-size:13px;	
}

.readMoreButton {
	display:none;
}

.readMoreText {
	display:inline;
}

.SubHeader
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}

.triptabutton {
	border:none;
	color:#FFF;
	cursor:pointer;
	display:block;
	font-size:14px;
	font-weight:600;
	height:30px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	vertical-align:middle;
	width:140px;
	background-color: #FD9512;

}

.datepicker {
	position: relative; 
	z-index: 300;
}

#ui-datepicker-div {
	moz-box-shadow:1px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow:1px 2px 2px rgba(0, 0, 0, 0.2);
	background:#FFF;
	border:1px solid #686868;
	display:none;
	padding:20px 20px 10px 20px;
	width:250px;
	z-index: 3010 !important;
}
#ui-datepicker-div .ui-datepicker-header {
	height:35px
}
#ui-datepicker-div .ui-datepicker-next {
	/*background:url("/~visitber/images/arrow.gif") no-repeat 0 4px;*/
	background:url("/images/arrow.gif") no-repeat 0 4px;
	cursor:pointer;
	float:right;
	height:18px;
	margin-right:10px;
	text-indent:-10000px;
	width:8px
}
#ui-datepicker-div .ui-datepicker-prev {
	-moz-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
	filter:FlipH;
	-ms-filter:"FlipH";
	/*background:url("/~visitber/images/arrow.gif") no-repeat 0 4px;*/
	background:url("/images/arrow.gif") no-repeat 0 4px;
	cursor:pointer;
	float:left;
	height:18px;
	margin-left:10px;
	text-indent:-10000px;
	width:8px
}
#ui-datepicker-div .ui-datepicker-title {
	color:#e2a856;
	font-size:16px;
	text-align:center
}
#ui-datepicker-div table {
	height:100%;
	width:100%
}
#ui-datepicker-div tbody td {
	height:30px;
	vertical-align:middle
}
#ui-datepicker-div tbody td a {
	color:#636466;
	cursor:pointer;
	display:block;
	font-size:11px;
	height:20px;
	line-height:20px;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	width:27px
}
#ui-datepicker-div tbody td a:hover {
	background-color:#3398D5;
	color:#FFF
}
#ui-datepicker-div thead th {
	color:#C1C1C1;
	font-size:11px;
	height:30px;
	line-height:20px;
	text-align:center;
	width:27px
}

.ui-datepicker-unselectable {
	/* For unselectable dates before the minDate in jquery datepicker */
	color: rgba(0, 0, 0, 0.2);
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    height: 30px;
}

.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.visitorguidediv {
	width:150px; 
	/*height:190px; */
	height: 230px;
	position: absolute; 
	/*top:-145px; */
	top:-185px;
	left:5%; 
	overflow: hidden;
}

.visitorguidelinkdiv {
	display: none;
}

.PageHeaderImageTextDiv {
	color:#fff;
	font-family: futura-pt,sans-serif;
	font-size: 18px;
	padding:10px; 
	max-width: 800px; 
	margin-left: auto; 
	margin-right: auto;
}

.inputfieldresp {
	width:90%;
    padding: 5px;
    margin-bottom:5px; 
    border:none; 
    font-size:13px; 
    /*color:#a3a39e; */
    color:#000; 
    padding:10px; 
    background:#eee;
}

.inputfieldresprequired {
    border:1px solid red;
}

.RequiredField {
	color:#F00;
	font-size:12px;
}

.inputdropdownresp {
	background-color: #fff;
    border-radius: 3px;
    border: 1px solid #999;
    padding: 5px;
}

.inputarearesprequired {
    border:1px solid red;
    padding:5px;
}


.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;
}

.ListicleColumnLeft {
	display: table-cell;
	vertical-align: top;
	width: 28%;
}

.ListicleColumnRight {
	display: table-cell;
	vertical-align: top;
}

.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;
}

.PageThreeColumnEmbed {
	width: 33%;
}

.fr-view img {
    height: auto !important;
}

.PhotoGalleryTextDiv {
    position: absolute; 
    bottom:0px; 
}

.PhotoTextContainerMobile {
    display: none;
}

.HeaderSearchContainer {
	position: absolute; 
	right: 80px; 
	top: 50%; 
	transform: translate(0%,-50%);
}

.HeaderSearchDesktop {
	display: table-cell; 
	vertical-align: middle;
}

.HeaderSearchMobile {
	display: none; 
	vertical-align: middle;
}

.PageFeatureBlock2Image {
	width: 50%;
}

.PageFeatureBlock2Text {
	width: 50%;
	background: #80A1AE;
}

.PageFeatureBlock2TextInterior {
	position: absolute; 
	top: 50%; 
	transform: translate(0px, -50%);
}

.PaddingForMargins {
	padding: 10px;
	padding-left: 80px;
	padding-right: 80px;
}

.PaddingForMarginsWithInteriorPadding {
	padding: 10px;
	padding-left: 70px;
	padding-right: 70px;
}


.featuredcontentblock {
	width: 25%;
}

.PageFeaturedMemberContainer {
	width: 33.33333333%;
}

.AccountListingImage {
	display: table-cell; 
	width: 400px; 
	vertical-align: middle;
}

.AccountListingText {
	display:table-cell; 
	vertical-align:middle; 
}

.PageContentWidget a {
	font-weight: bold;
}

.AccountDetailsColumn {
	display: table-cell; 
	vertical-align: top; 
	width: 50%;
}

.PageAdBannerColumn {
	width: 25%;
}

@media screen and (max-width: 1350px) {

	.navbarLinkLvl0 {
		height:29px; 
		padding-top:9px; 
		padding-left:15px; 
		padding-right:15px;
		font-size: 22px;
		/*border-right: 1px solid #fff;*/
	}
}

@media screen and (max-width: 1300px) {

	.PageHeaderImageTextDiv {
		width: 400px;
	}
}

@media screen and (min-width: 1200px) {


	.mobileNavMenu {
		display:none;
	}

	.mobilelogodiv {
		display:none;
	}

	.desktopnavmenu {
		display: inline-block;
	}
}

@media screen and (max-width: 1199px) {

	.desktopnavmenu {
		display: none;
	}

	.PageFeatureBlock2Image {
		order:1 !important;
		width: 100%;
	}

	.PageFeatureBlock2Text {
		order:2 !important;
		width: 100%;
	}

	.PageFeatureBlock2TextInterior {
		position: inherit; 
		top: inherit; 
		transform: inherit;
	}

}

@media screen and (max-width: 1000px) {

	.PageHeaderImageTextDiv {
		width: 800px;
	}

	.visitorguidediv {
		display: none;
	}

	.visitorguidelinkdiv {
		display: block;
	}
}

@media screen and (max-width: 900px) {

	.visitorguidediv {
		width:200px; 
		height:120px; 
		top:-75px; 
	}

	.HeaderSearchDesktop {
		display: none; 
	}

	.HeaderSearchMobile {
		display: table-cell; 
	}

    .RequestGuideButton {
    	font-size: 16px;
    }


	.PageFeaturedMemberContainer {
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.AccountListingImage {
		display: block; 
		width: 100%; 
	}

	.AccountListingText {
		display:block; 
		width: 100%;
	}

	.AccountDetailsColumn {
		display: block;
		width: 100%;
	}

	.PageAdBannerColumn {
		width: 50%;
	}

}

@media screen and (max-width: 800px) {

	.PageHeaderImageTextDiv {
		width: 600px;
	}

	.ListicleColumnLeft {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.ListicleColumnRight {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.PageThreeColumnEmbed {
		width: 100%;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}

    .PhotoGalleryContainerDiv {
        /*margin-bottom: 200px;*/
    }

    .PhotoSelectionContainer {
        display: none;
    }

    .PhotoGalleryTextDiv {
        display: none;
    }

    .PhotoTextContainerMobile {
        display: block;
    }

	.PaddingForMargins {
		padding: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.PaddingForMarginsWithInteriorPadding {
		padding: 10px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.HeaderSearchContainer {
		right: 10px; 
	}

	.featuredcontentblock {
		width: 50%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

}

@media screen and (max-width: 640px) {

	.FeaturedLinkContainer {
		float: none; 
		width: 100%; 
		max-width: 600px;
		margin-left: auto;
		margin-right:auto;
		margin-bottom: 6px; 
		
	}

	.PageHeaderImageTextDiv {
		width: 300px;
	}

	.PageAdBannerColumn {
		width: 100%;
	}

}


@media screen and (max-width: 540px) {

	.eventImageDiv {
		text-align: left;
	}


}