/*@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;
}

img{
	margin          : 0;
	border-collapse : collapse;

	border-style    : none;
}

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-collapse     : collapse;

	background-color    : #FFF;
	font-size           : 14px;
	border-top          : solid;
	border-top-color    : #CCC;
	border-top-width    : thin;
	border-right        : solid;
	border-right-color  : #CCC;
	border-right-width  : thin;
	border-bottom       : solid;
	border-bottom-color : #CCC;
	border-bottom-width : thin;
	border-left         : solid;
	border-left-color   : #CCC;
	border-left-width   : thin;
}

.AccountEditTable {
	background-color    : #FFF;
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family         : 'Open Sans', sans-serif;
	border              : none;
	border-top          : solid;
	border-top-color    : #CCC;
	border-top-width    : thin;
	border-right        : solid;
	border-right-color  : #CCC;
	border-right-width  : thin;
	border-bottom       : solid;
	border-bottom-color : #CCC;
	border-bottom-width : thin;
	border-left         : solid;
	border-left-color   : #CCC;
	border-left-width   : thin;
}

{
	padding : 5px;
}

.AccountPagingLinks{
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family : 'Lato', sans-serif;
	font-size   : 14px;
	color       : #606060;
}

.AccountPagingLinks a, .AccountPagingLinks strong {
	/*border:1px solid #606060;*/
	margin  : 2px;
	/*background: #CDCDCD;*/
	padding : 5px;

	color   : #606060;
}

.AccountPagingLinks a:visited{
	color : #606060;
}

.additemnotification {
	width            : 338px;
	padding          : 5px;

	background-color : #CCC;
	border-color     : #000;
	border-style     : dashed;
	border-width     : 1px;
}

#backgroundimage {
	position : absolute;
	top      : 0;
	left     : 0;
	z-index  : -1;

	width    : 100%;
}

#bodydiv, .bodydiv {
	/*font-family:Tahoma, Geneva, sans-serif;*/
	width        : 100%;
	max-width    : 1020px;
	margin-right : auto;
	margin-left  : auto;
}

.bodydivdrop {
	width             : 1110px;
	margin-right      : auto;
	margin-left       : auto;
	padding-left      : 10px;

	/*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;
}

{
	cursor      : pointer;
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family : 'Open Sans', sans-serif;
	font-size   : 12px;
	color       : #f3a213;
}

{
	color : #e38126;
}

{
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family : 'Open Sans', sans-serif;
	font-size   : 13px;
	color       : #e38126;
}

{
	font-size : 12px;
	color     : #999;
}

.bluebutton {
	display               : block;
	vertical-align        : middle;

	height                : 30px;
	width                 : 140px;

	cursor                : pointer;
	background-color      : #FD9512;
	font-family           : 'Open Sans', sans-serif;
	font-size             : 14px;
	font-weight           : 600;
	color                 : #FFF;
	text-align            : center;
	text-decoration       : none;
	text-shadow           : 1px 1px 2px rgba(0, 0, 0, 0.2);
	/*background-image:linear-gradient(bottom, #3398d5 48%, #2f8cc4 52%);
	background-image:-o-linear-gradient(bottom, #3398d5 48%, #2f8cc4 52%);
	background-image:-moz-linear-gradient(bottom, #3398d5 48%, #2f8cc4 52%);
	background-image:-webkit-linear-gradient(bottom, #3398d5 48%, #2f8cc4 52%);
	background-image:-ms-linear-gradient(bottom, #3398d5 48%, #2f8cc4 52%);
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.48, #3398d5), color-stop(0.52, #2f8cc4));*/
	border                : none;
	border-radius         : 5px;
	box-shadow            : 1px 1px 1px rgba(0, 0, 0, 0.1);

	-moz-box-shadow       : 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow    : 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-border-radius    : 5px;
	-webkit-border-radius : 5px;
}

.bluebutton:hover {
	background-color : #FD9512;
	/*background-image:linear-gradient(bottom, #22525a 48%, #1f4c53 52%);
	background-image:-o-linear-gradient(bottom, #22525a 48%, #1f4c53 52%);
	background-image:-moz-linear-gradient(bottom, #22525a 48%, #1f4c53 52%);
	background-image:-webkit-linear-gradient(bottom, #22525a 48%, #1f4c53 52%);
	background-image:-ms-linear-gradient(bottom, #22525a 48%, #1f4c53 52%);
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.48, #22525a), color-stop(0.52, #1f4c53))*/
}

.bluebuttondark {
	display               : block;
	vertical-align        : middle;

	height                : 30px;
	width                 : 140px;

	cursor                : pointer;
	background-color      : #214f77;
	background-image      : linear-gradient(bottom, #214f77 48%, #1d466a 52%);
	background-image      : -o-linear-gradient(bottom, #214f77 48%, #1d466a 52%);
	background-image      : -moz-linear-gradient(bottom, #214f77 48%, #1d466a 52%);
	background-image      : -webkit-linear-gradient(bottom, #214f77 48%, #1d466a 52%);
	background-image      : -ms-linear-gradient(bottom, #214f77 48%, #1d466a 52%);
	background-image      : -webkit-gradient(linear, left bottom, left top, color-stop(0.48, #214f77), color-stop(0.52, #1d466a));
	font-size             : 14px;
	font-weight           : 600;
	color                 : #FFF;
	text-align            : center;
	text-decoration       : none;
	text-shadow           : 1px 1px 2px rgba(0, 0, 0, 0.2);
	border                : none;
	border-radius         : 5px;
	box-shadow            : 1px 1px 1px rgba(0, 0, 0, 0.1);

	-moz-box-shadow       : 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow    : 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-border-radius    : 5px;
	-webkit-border-radius : 5px;
}

.bluebuttonpatterned {
	padding               : 5px;

	background            : url("/images/btn_pattern.gif") repeat-x;
	font-family           : Verdana, Helvetica, Arial, Sans-serif;
	font-size             : 14px;
	font-weight           : 900;
	color                 : #275d89;
	text-shadow           : none;
	border-radius         : 5px;
	box-shadow            : none;

	-moz-border-radius    : 5px;
	-webkit-border-radius : 5px;
}

.bluebuttonred {
	display               : block;
	vertical-align        : middle;

	height                : 30px;
	width                 : 140px;

	cursor                : pointer;
	background-color      : #990000;
	background-image      : linear-gradient(bottom, #990000 48%, #930000 52%);
	background-image      : -o-linear-gradient(bottom, #990000 48%, #930000 52%);
	background-image      : -moz-linear-gradient(bottom, #990000 48%, #930000 52%);
	background-image      : -webkit-linear-gradient(bottom, #990000 48%, #930000 52%);
	background-image      : -ms-linear-gradient(bottom, #990000 48%, #930000 52%);
	background-image      : -webkit-gradient(linear, left bottom, left top, color-stop(0.48, #990000), color-stop(0.52, #930000));
	font-size             : 14px;
	font-weight           : 600;
	color                 : #FFF;
	text-align            : center;
	text-decoration       : none;
	text-shadow           : 1px 1px 2px rgba(0, 0, 0, 0.2);
	border                : none;
	border-radius         : 5px;
	box-shadow            : 1px 1px 1px rgba(0, 0, 0, 0.1);

	-moz-box-shadow       : 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow    : 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-border-radius    : 5px;
	-webkit-border-radius : 5px;
}

.bluebuttonorange {
	display               : block;
	vertical-align        : middle;

	height                : 30px;
	width                 : 140px;

	cursor                : pointer;
	background-color      : #e9751f;
	background-image      : linear-gradient(bottom, #e9751f 48%, #c86d2a 52%);
	background-image      : -o-linear-gradient(bottom, #e9751f 48%, #c86d2a 52%);
	background-image      : -moz-linear-gradient(bottom, #e9751f 48%, #c86d2a 52%);
	background-image      : -webkit-linear-gradient(bottom, #e9751f 48%, #c86d2a 52%);
	background-image      : -ms-linear-gradient(bottom, #e9751f 48%, #c86d2a 52%);
	background-image      : -webkit-gradient(linear, left bottom, left top, color-stop(0.48, #e9751f), color-stop(0.52, #c86d2a));
	font-size             : 14px;
	font-weight           : 600;
	color                 : #FFF;
	text-align            : center;
	text-decoration       : none;
	text-shadow           : 1px 1px 2px rgba(0, 0, 0, 0.2);
	border                : none;
	border-radius         : 5px;
	box-shadow            : 1px 1px 1px rgba(0, 0, 0, 0.1);

	-moz-box-shadow       : 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow    : 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-border-radius    : 5px;
	-webkit-border-radius : 5px;
}

.bluebuttondropdownarrow {
	height                                         : 18px;

	background                                     : url('/images/icons.png') no-repeat -14px 1px;

	width: 18px; position:absolute; right:5px; top : 10px;
}

.bluebuttondropdownarrowactive {
	background-position : -29px 1px;
}

.bluebuttondropdownoption {
	padding-bottom : 7px;

	cursor         : pointer;
	font-size      : 13px;
	font-weight    : 100;
	color          : #AAAAAA;
	text-shadow    : 1px 1px 2px #333333;
}

.bluebuttondropdownoption:hover {
	color : #FFF;
}

.bluebuttondropdowncontainer {
	position              : relative;
	display               : block;
	vertical-align        : middle;

	width                 : 140px;

	cursor                : pointer;
	background-color      : #666667;
	font-size             : 14px;
	font-weight           : 600;
	color                 : #FFF;
	text-align            : center;
	text-decoration       : none;
	text-shadow           : 1px 1px 2px rgba(0, 0, 0, 0.2);
	border                : none;
	border-radius         : 5px;
	box-shadow            : 1px 1px 1px rgba(0, 0, 0, 0.1);

	-moz-box-shadow       : 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow    : 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-border-radius    : 5px;
	-webkit-border-radius : 5px;
}

.bluebuttondropdownselection {
	padding               : 5px;
	padding-right         : 15px;

	background-image      : linear-gradient(bottom, #666667 48%, #5e5e5e 52%);
	background-image      : -o-linear-gradient(bottom, #666667 48%, #5e5e5e 52%);
	background-image      : -moz-linear-gradient(bottom, #666667 48%, #5e5e5e 52%);
	background-image      : -webkit-linear-gradient(bottom, #666667 48%, #5e5e5e 52%);
	background-image      : -ms-linear-gradient(bottom, #666667 48%, #5e5e5e 52%);
	background-image      : -webkit-gradient(linear, left bottom, left top, color-stop(0.48, #666667), color-stop(0.52, #5e5e5e));
	border-radius         : 5px;

	-moz-border-radius    : 5px;
	-webkit-border-radius : 5px;
}

.clear {
	clear       : both;

	height      : 0;
	margin      : 0;
	padding     : 0;

	font-size   : 1px;
	line-height : 0;
}

#ContentDiv {
	width       : 1000px;
	margin      : 0;

	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family : 'Open Sans', sans-serif;
}

.ContentLink {
	cursor          : pointer;
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family     : 'Open Sans', sans-serif;
	color           : #e38126;
	text-decoration : underline;
}

.DashedDivider {
	height        : 3px;
	margin-top    : 5px;
	margin-bottom : 5px;

	border-bottom : dashed 2px #000;
}

.dragtodaydiv {
	margin  : 0px;
	padding : 0px;
}

.dragitinitem {
	width               : 342px;
	padding             : 3px;

	cursor              : move;
	/*background-image:url(/~visitber/images/itin-block-grey.jpg);*/
	background-image    : url(/images/itin-block-grey.jpg);
	background-repeat   : repeat-x;
	font-family         : 'Open Sans', sans-serif;
	border-color        : #999;
	border-right-style  : solid;
	border-right-width  : 1px;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-style   : solid;
	border-left-width   : 1px;
}

.dragitinitemgrey {
	width               : 342px;
	padding             : 3px;

	background-color    : #EEE;
	font-family         : 'Open Sans', sans-serif;
	color               : #999;
	border-color        : #999;
	border-right-style  : solid;
	border-right-width  : 1px;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-style   : solid;
	border-left-width   : 1px;
}

.eventImageDiv {
	text-align : center;
}

.FeaturedLinkContainer {
	position : relative;
	float    : left;

	overflow : hidden;
	width    : 49%;
	margin   : 3px;
}

.FeaturedLinkTitle {
	position    : absolute;
	top         : 50%;
	top         : 50%;
	left        : 50%;

	width       : 90%;

	font-family : 'Alegreya', sans-serif;
	font-size   : 70px;
	font-weight : bold;
	color       : #fff;
	text-align  : center;
	text-shadow : 1px 1px 1px #000;

	transform   : translate(-50%, -50%);
}

.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;
}

{
	font-family : 'Open Sans', sans-serif;
	font-size   : 12px;
	color       : #FFF;
}

.formbutton {
	/*background-color: rgb(150, 169, 91);*/
	background-color: #7ba4db;
    border: 1px solid rgb(91, 91, 91);
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 8px 10px;
    text-shadow: none;
    border-radius: 10px;
    text-align: center;
}

.formbuttonorange {
	width       : 100px;
	padding     : 10px;

	cursor      : pointer;
	background  : #e2a856;
	font-family : 'Open Sans', sans-serif;
	font-weight : bold;
	color       : #fff;
	text-align  : center;
	border      : none;
}

.FrameworkLeftColumn {
	float   : left;

	width   : 710px;
	padding : 10px;
	/*background: url('/~visitber/images/Content-Divider-Slice.png') repeat-y right center; */
}

.GoogleMap {
	border-color : #CCC;
	border-style : solid;
	border-width : 1px;
}

.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;

	height     : 13px;
	width      : 200px;

	/*margin-right:2px;*/
	background : rgba(256, 256, 256, .7);
}

.HeaderCaptionBox {
	position         : absolute;
	bottom           : 10px;
	left             : 10px;
	/*left:50%; */
	/*margin-left:-150px; */
	z-index          : 100;

	padding          : 10px;

	background       : #fff;
	background-color : rgba(255,255,255,0.7);
	font-family      : 'Open Sans', sans-serif;
	font-size        : 13px;
	font-weight      : bold;
	color            : #000;
}

{
	font-family     : 'Lato', sans-serif;
	font-size       : 22px;
	font-weight     : bold;
	color           : #96a95b;
	text-decoration : none;
}

.HeaderLink
{
	color : #c34524;
}

/*.HeaderLink:hover
{*/ 
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
/*	color:#e38126;
}
*/
.headertoplink {
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family     : 'Open Sans', sans-serif;
	font-size       : 12px;
	color           : #000;
	text-decoration : none;
}

.headertoplink:visited {
	color : #000;
}

.ImageBorder {
	border-color : #27265f;
	border-style : solid;
	border-width : 1px;
}

.imagepaddiv img {
	padding : 10px;
}

.imagepaddiv p {
	margin-top : 0px;
}

.InfoTable{
	font-size    : 14px;
	text-align   : left;
	border       : 1px;
	border-color : #CCC;
	border-style : solid;
}

.InfoTable td {
	border-bottom-color : #CCC;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}

{
	background-color : #FFF;
	border-color     : #90ccda;
	border-style     : solid;
	border-width     : 1px;
}

.inputfieldresp {
	width         : 90%;
	margin-bottom : 5px;
	padding       : 5px;
	padding       : 10px;

	background    : #ebebeb;
    border:1px solid #ebebeb;
	font-family   : 'Open Sans', sans-serif;
	font-size     : 13px;
	color         : #585855;
	border        : none;
}

.inputfieldresprequired {
    border:1px solid red;
}


.itindaydropdiv {
	float       : left;

	width       : 350px;
	margin-left : 20px;
}

.ItinDayHeaderDiv {
	width            : 345px;
	margin-top       : 5px;
	margin-bottom    : 0px;
	padding-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;

	background-color : #97005e;
	font-family      : 'Alegreya', sans-serif;
	font-size        : 18px;
	color            : #FFF;
}

.ItinMapItLink {
	margin-left     : 240px;

	cursor          : pointer;
	color           : #FFF;
	text-decoration : underline;
}

.itinselectiondiv {
	width : 350px;
}

{
	cursor          : pointer;
	text-decoration : underline;
}

.ListingButtonColumn {
	max-width : 150px;
}

.navbarLinkLvl0 {
	height        : 56px;
	padding-top   : 40px;
	padding-right : 20px;
	padding-left  : 20px;

	font-family   : 'Lato', sans-serif;
	font-size     : 20px;
	font-weight   : bold;
	color         : #000;
	text-align    : center;
	/*border-right: 1px solid #fff;*/
}

.navlinkcontainer {
	float  : left;
	height : 44px;
	/*position:relative;*/ /*Turn this off for full-width nav*/
}

.navlinkcontainer a{
	text-decoration : none;
}

.navdropdowncontainer {
	position   : absolute;
	display    : none;
	left       : 0px;
	z-index    : 3000;

	/* Add these two in conjunction with turning off position relative in navlinkcontainer for full width nav */
	width      : 100%;

	background : rgba(256, 256, 256, .9);
}

.navlinkcontainer:hover .navdropdowncontainer {
	display : block;
}

.navbarLinkLvl1 {
	font-family     : 'Fira Sans', sans-serif;
	/*font-weight:bold;*/	
	font-size       : 22px;
	font-weight     : bold;
	color           : #000;
	text-decoration : none;
}

.navbarLinkLvl1:visited {
	color : #000;
}

.navbarLinkLvl1:hover {
	color           : #c34524;
	text-decoration : none;
}

.navbarLinkLvl2 {
	margin-top      : 5px;

	font-family     : Arial, Verdana, Helvetica, Sans-serif;
	color           : #000;
	/*font-weight:bold;*/	
	letter-spacing  : 1px;
	text-decoration : none;
}

.navbarLinkLvl2:visited {
	color           : #000;
	text-decoration : none;
}

.navbarLinkLvl2:hover {
	color           : #c34524;
	text-decoration : none;
}

/*.navlinkcontainer:hover + .superdiv {
	display:block;
}
*/
.navlinkarrow {
	position : absolute;
	display  : none;
	bottom   : 0px;

	width    : 100%;
}

.MobileNavMenuLvl0 {
	width         : 100%;

	font-family   : 'Fira Sans', sans-serif;
	font-size     : 20px;
	color         : #595A5C;
	border-bottom : 1px solid #aaa;
}

.MobileNavMenuLvl1 {
	width         : 100%;

	font-family   : 'Fira Sans', sans-serif;
	font-size     : 18px;
	color         : #595A5C;
	border-bottom : 1px solid #aaa;
}

.MobileNavMenuLvl2 {
	width            : 100%;
	padding          : 5px;

	background-color : #fff;
	color            : #000;
	border-bottom    : 1px solid #aaa;
}

{
	float            : right;

	width            : 160px;
	margin-top       : 3px;
	padding-top      : 5px;
	padding-bottom   : 5px;
	padding-right    : 5px;

	cursor           : pointer;
	background-color : #404040;
	font-size        : 12px;
	font-weight      : bold;
}

.navDivLink {
	cursor : pointer;
	color  : #FFF;
}

.navDivLink:visited {
	color : #FFF;
}

.navDivLink:hover {
	color : #3CF;
}

.navDivUpper {
	float        : left;

	margin-top   : 16px;
	margin-right : 20px;
	margin-left  : 20px;

	font-family  : 'Lato', sans-serif;
	font-size    : 14px;
	font-weight  : bold;
	color        : #000;
}

.newsletterfield {
	width        : 185px;
	padding      : 3px;
	padding-left : 5px;

	border-color : #aaa;
	border-style : solid;
	border-width : 1px;
}

.newsletterfield:focus {
	outline : none;
}

.newsletterfieldnoborder {
	width        : 185px;
	padding      : 3px;
	padding-left : 5px;

	border       : none;
}

.newsletterfieldnoborder:focus {
	border  : none;
	outline : none;
}

.OrangeDottedContentSeparator {
	margin-top    : 5px;
	margin-bottom : 5px;

	border-top    : 4px solid #cfcfcf;
	border-bottom : 4px solid #cfcfcf;
}

#pagebackground{
	position : fixed;
	right    : 0;
	/*top:0; 
	left:0;*/
	bottom   : 0;
	z-index  : -1;

	height   : 100%;
	width    : 100%;
}

.plainbodydiv {
	width        : 1000px;
	margin       : auto;
	margin-right : auto;
	margin-left  : auto;

	text-align   : center;
}

.PageHeader {
	margin-top    : 0px;
	margin-bottom : 0px;

	font-family   : 'Fira Sans', sans-serif;
	font-size     : 36px;
	color         : #000;
	text-align    : left;
}

.PageHeaderAdmin {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family : century gothic, verdana;
	font-size   : 21px;
	/*font-weight:bold;*/
	color       : #000;
}

.PageContent {
	font-family : 'Lato', sans-serif;
	font-size   : 16px;
	color       : #000;
}

.snaptodaydiv {
	margin  : 0px;
	padding : 0px;

	cursor  : move;
}

.StyledSelectBox {
	font-size : 13px;
}

.TableHeader {
	background-color    : #bed731;
	font-weight         : bold;
	color               : #27265f;
	border-bottom-color : #CCC;
	border-bottom-style : solid;
	border-bottom-width : thin;
}

.readMoreButton {
	display : none;
}

.readMoreText {
	display : inline;
}

.RequiredField {
	font-size : 12px;
	color     : #F00;
}

.sidebarseparator {
	width               : 214px;
	margin-left         : 8px;

	font-size           : 14px;
	text-align          : left;
	border-bottom-color : #eccd9f;
	border-bottom-style : dotted;
	border-bottom-width : 2px;
}

.solidseparator {
	border-bottom-color : #eccd9f;
	border-bottom-style : solid;
	border-bottom-width : 2px;
}

{
	margin-bottom : 5px;

	font-size     : 14px;
	font-weight   : bold;
}

.triptabutton {
	display          : block;
	vertical-align   : middle;

	height           : 30px;
	width            : 140px;

	cursor           : pointer;
	background-color : #FD9512;
	font-size        : 14px;
	font-weight      : 600;
	color            : #FFF;
	text-align       : center;
	text-decoration  : none;
	text-shadow      : 1px 1px 2px rgba(0, 0, 0, 0.2);
	border           : none;
}

.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: 3010 !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:#c86d2c;
	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;

	height      : 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top : 25px;
}

.videowrapper iframe {
	position : absolute;
	top      : 0;
	left     : 0;

	height   : 100%;
	width    : 100%;
}

.footercolumn {
	float        : left;
	margin-right : 60px;
}

.socialitemtitle {
	position  : absolute;
	bottom    : 0px;

	width     : 100%;

	font-size : 20px;
	color     : #fff;
	/*background: -moz-linear-gradient(left, rgba(150,169,91,1) 0%, rgba(150,169,91,1) 50%, rgba(150,169,91,0) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, rgba(150,169,91,1) 0%,rgba(150,169,91,1) 50%,rgba(150,169,91,0) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right, rgba(150,169,91,1) 0%,rgba(150,169,91,1) 50%,rgba(150,169,91,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -moz-linear-gradient(left, rgba(248,154,28,1) 0%, rgba(248,154,28,1) 50%, rgba(248,154,28,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(248,154,28,1) 0%,rgba(248,154,28,1) 50%,rgba(248,154,28,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(248,154,28,1) 0%,rgba(248,154,28,1) 50%,rgba(248,154,28,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.socialitembsg {
	position  : absolute;
	bottom    : 0px;

	width     : 100%;

	font-size : 20px;
	color     : #fff;
	/*background: -moz-linear-gradient(left, rgba(150,169,91,1) 0%, rgba(150,169,91,1) 50%, rgba(150,169,91,0) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, rgba(150,169,91,1) 0%,rgba(150,169,91,1) 50%,rgba(150,169,91,0) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right, rgba(150,169,91,1) 0%,rgba(150,169,91,1) 50%,rgba(150,169,91,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -moz-linear-gradient(left, rgba(215, 24, 42,1) 0%, rgba(215, 24, 42,1) 50%, rgba(215, 24, 42,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(215, 24, 42,1) 0%,rgba(215, 24, 42,1) 50%,rgba(215, 24, 42,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(215, 24, 42,1) 0%,rgba(215, 24, 42,1) 50%,rgba(215, 24, 42,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


.socialitemtext {
	height           : 190px;
	width            : 100%;

	/*background-color : #bfbfbf;*/
	color            : #000;
}

.FeaturedActivityDiv {
	float     : left;
	max-width : 50%;
	margin-bottom: 5px;
	text-decoration: none;
}

.SnowTrackerDiv {
	float         : left;

	width         : 25%;
	min-width     : 150px;
	margin-bottom : 20px;

	font-size     : 20px;
	text-align    : center;
}

.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%;
}

.featureblockicon {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 80px;
    max-width: 25%;
    transform: translate(-50%,-50%);
}

.featureblockhoveroverlay {
	position: absolute;
	top: 0px;
	left: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;
}

.featureblockseemoretext {
	font-family: proxima-nova, sans-serif;
	letter-spacing: 2px;
	font-weight: 700;
	font-family: 22px;
	color: #f34741;
	position: absolute;
	top: 80%;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .5s; /* Safari */
	transition: opacity .5s;
}

.featureblockseemoretext:hover {
	color: #fff;
}

.featureblockdiv:hover .featureblockseemoretext {
	opacity: 1.0;
}

.footercell {
	float:left; 
	display: table-cell;
	margin-bottom: 20px;
}

.footercell a {
	color: #fff;
}

.footercellsocial {
	width: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.footerlinkdiv {
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.AccountListingTitle {
    font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	color: #fff;
}

.AccountDetailColumn {
	float: left;
	width: 50%;
}

.filterDropdownContainer {
	position: relative;
	float: left;
	margin-right: 20px;
}

.filterDropdownButton {
	padding: 5px; 
	padding-left: 40px; 
	padding-right: 40px; 
	text-align: center; 
	background-color: #eee;
	font-weight: bold;
	cursor: pointer;
}

.filterDropDown {
	display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: #ddd;
    text-align: left;
    padding: 5px;
    width: 300px;
    z-index: 3;
}

.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%;
}

.MeetingSpaceTable {
	border:1px solid #777;
	border-bottom:none;
	width: 100%;
	min-width: 400px;
	max-width: 100%;
	border-spacing: 0px;
}

.MeetingSpaceTable tr:nth-child(odd) {
    /*background-color: #E5E5E5;*/
    background-color: #efefef;
}

.MeetingSpaceTable td {
	padding-left: 10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #777;
	text-align: center;
}

.MeetingSpaceTable th {
	/*border-bottom: 1px solid #AFC161;*/
	background-color: #636466;
	color:#fff;
	padding-left: 10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom: 3px;
}

.HeaderCyclerContainer {
	padding-top: 146px;
}

.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;
}

.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%);
	z-index: 1000;
}

/*.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;
}

.PageFeatureBlockListingItem {
	width: 33.33333333%;
}

.PageSponsorDescContainer {
	display: table;
}

.PageSponsorDescLeft {
	display: table-cell;
	vertical-align: top;
	width: 30%;
}

.PageSponsorDescRight {
	display: table-cell;
	vertical-align: top;
	width: 70%;
}

.PageSponsorDescRight p:first-child {
	padding-top: 0px;
	margin-top: 0px;
}

/*@media screen and (min-width: 1200px) {*/
@media screen and (min-width: 1350px) {
	.featuredcontentblock {
		float  : left;
		margin : 2px;
	}

	.mobileMenuBar {
		display : none;
	}

	.mobileNavMenu {
		display : none;
	}

	.mobilelogodiv {
		display : none;
	}

	.desktopnavmenu {
		display : inline-block;
	}

	.sidebardiv {
		margin-left : 10px;
	}
}

/*@media screen and (max-width: 1199px) {*/
@media screen and (max-width: 1349px) {	
	.featuredcontentblock {
		float  : left;
		margin : 2px;
	}

	.mobileMenuBar {
		display : inline-block;
	}

	.desktopnavmenu {
		display : none;
	}

	.HeaderCyclerContainer {
		padding-top: 0px;
	}

	.sidebardiv {
		width       : 100%;
		margin-left : 0px;
	}
}

@media screen and (max-width: 1000px) {
	.FeaturedLinkTitle {
		font-size : 50px;
	}
}

@media screen and (max-width: 950px) {
	.AccountDetailColumn {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 850px) {
	.FeaturedActivityDiv {
		float     : none;
		max-width : 100%;
	}

	.footercell	{
		display: block;
	}

	.footercellsocial {
		width: 160px;
	}	
}

@media screen and (max-width: 750px) {
	.filterDropdownContainer {
		float: none;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.DealsContainer {
		display: inherit; 
	}

	.DealsColumnLeft {
		display: inherit;
		width: 100%;
	}

	.DealsColumnRight {
		display: inherit;
		width: 100%;
	}

	.PageFeatureBlockListingItem {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 600px;
	}

	.PageSponsorDescLeft {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.PageSponsorDescRight {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

}


@media screen and (max-width: 640px) {
	.FeaturedLinkContainer {
		float         : none;

		width         : 100%;
		max-width     : 600px;
		margin-right  : auto;
		margin-bottom : 6px;
		margin-left   : auto;

		
	}
	.FeaturedLinkTitle {
		font-size : 50px;
	}
}

@media screen and (max-width: 540px) {
	.eventImageDiv {
		text-align : left;
	}

	.featuredcontentblock {
		float         : none;

		margin-right  : auto;
		margin-bottom : 5px;
		margin-left   : auto;
	}

	.footercolumn {
		float        : none;

		margin-top   : 20px;
		margin-right : auto;
		margin-left  : auto;

		text-align   : center;
	}

	.ListingButtonColumn {
		max-width : 320px;
	}
/*	.readMoreButton {
		display:block;
	}

	.readMoreText {
		display:none;
	}
*/}

@media print {
	
	.desktopnavmenu {
		display : none;
	}
}