/* Text color helpers*/
.orange {
  color: #F60 !important;
}
.green {
  color: #99cc00 !important;
}
.lt-blue {
  color: #0099cc !important;
}
.asteriskColor {
  color: #cc3333 !important;
}
/* End Text Color helpers */
/* Text Styles helpers */
.bbw_hrVary {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #999;
  margin-top: 5px;
}
.bbw_disclaimer {
  font-size: 13px;
  color: #777;
  line-height: 18px;
}
.bbw_underline {
  text-decoration: underline;
}
.bbw_textLeft {
  text-align: left;
}
.bbw_textCenter {
  text-align: center;
}
.bbw_textRight {
  text-align: right;
}
.bbw_noWrap {
  white-space: nowrap;
}
/* End Text Styles Helpers */
/* Containers */
.bbw_borderedPane {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #fff;
  margin-bottom: 10px;
}
.bbw_section {
  border-top: 1px solid #ff9900;
  margin: 20px 0px;
  padding-top: 20px;
}
.bbw_section:after {
  content: '';
  display: block;
  clear: both;
}
.bbw_section > p:last-child {
  margin-bottom: 0px;
}
.bbw_contentItem {
  margin: 20px 0px;
}
.bbw_contentItem > p:last-child {
  margin-bottom: 0px;
}
/* End Containers */
/* Separator helpers */
.bbw_orangeSeparator {
  border-top: 1px solid #ff9900;
  height: 1px;
  margin: 15px 0px 5px 0px;
}
.bbw_graySeparator {
  border-top: 1px solid #cccccc;
  height: 2px;
  margin: 14px 0px;
}
/* End Separator Helpers */
/* Padding Helpers */
.bbw_pt10 {
  padding-top: 10px;
}
.bbw_pt15 {
  padding-top: 15px;
}
.bbw_pt20 {
  padding-top: 20px;
}
.bbw_pt30 {
  padding-top: 30px;
}
.bbw_pr10 {
  padding-right: 10px;
}
.bbw_pr15 {
  padding-right: 15px;
}
.bbw_pr20 {
  padding-right: 20px;
}
.bbw_pr30 {
  padding-right: 30px;
}
.bbw_pb10 {
  padding-bottom: 10px;
}
.bbw_pb15 {
  padding-bottom: 15px;
}
.bbw_pb20 {
  padding-bottom: 20px;
}
.bbw_pb30 {
  padding-bottom: 30px;
}
.bbw_pl15 {
  padding-left: 15px;
}
.bbw_pl20 {
  padding-left: 20px;
}
.bbw_pl10 {
  padding-left: 10px;
}
.bbw_pl30 {
  padding-left: 30px;
}
/* End Padding Helpers */
/* Margin Helpers */
.bbw_m0 {
  margin: 0 !important;
}
.bbw_mt15 {
  margin-top: 15px;
}
.bbw_mt15 {
  margin-top: 15px;
}
.bbw_mt30 {
  margin-top: 30px;
}
.bbw_mr0 {
  margin-right: 0px;
}
.bbw_mr15 {
  margin-right: 15px;
}
.bbw_mr20 {
  margin-right: 20px;
}
.bbw_mr30 {
  margin-right: 30px;
}
.bbw_mb0 {
  margin-bottom: 0px !important;
}
.bbw_mb15 {
  margin-bottom: 15px;
}
.bbw_mb30 {
  margin-bottom: 15px;
}
.bbw_mb40 {
  margin-bottom: 40px;
}
.bbw_mb20 {
  margin-bottom: 20px;
}
.bbw_ml0 {
  margin-left: 0px !important;
}
.bbw_ml15 {
  margin-left: 15px;
}
.bbw_ml20 {
  margin-left: 20px;
}
.bbw_ml30 {
  margin-left: 30px;
}
/* End Padding Helpers */
/* Image Helpers */
.bbw_imgBordered {
  padding: 10px;
  border: 1px solid #D1D1D1;
}
.bbw_imgShadow {
  background: #FFFFFF;
  padding: 4px;
  border: 1px solid #777777;
  margin-top: 5px;
  -moz-box-shadow: 0px 0px 5px #666666;
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
.bbw_imgRight {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.bbw_imgLeft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
/* End Image Helpers */
/* Othes */
.asterisk {
  color: #cc3333;
  font-size: 16px;
}
.bbw_clearAfter:after {
  clear: both;
  content: '';
  display: block;
}
.bbw_indicatesRequired {
  font-family: Cabin, "Cabin Regular", sans-serif;
  margin-bottom: 11px;
  font-size: 14px;
  color: #949494;
}
.bbw_listSize {
  font-size: 20px;
  line-height: 28px;
}
.bbw_showIfEditting {
  display: none;
}
.dnnEditState .bbw_showIfEditting {
  display: block;
}
.bbw_leftBullet {
  position: relative;
  margin-left: 20px;
}
.bbw_leftBullet:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: rgba(255, 0, 0, 0);
  position: absolute;
  border: 2px solid #8CD129;
  left: -20px;
  border-radius: 50%;
  top: 2px;
}
/* 
    Iframes 
    In order to keep an iframe with a 16:9 ratio you have to use this structure:
    <div class="bbw_iframeWrapper">
        <iframe></iframe>
    </div>

*/
.bbw_iframeWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.bbw_iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Visibility Helpers 
    Use this helpers to hide/show elements in the different resolutions

*/
@media (min-width: 1170px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: inherit !important;
  }
}
@media (min-width: 940px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: inherit !important;
  }
}
@media (min-width: 728px) {
  .fullWidth-sm {
    width: 100%;
    display: block;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: inherit !important;
  }
}
@media (max-width: 728px) {
  .fullWidth-xs {
    width: 100%;
    display: block;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: inherit !important;
  }
}
@media (max-width: 600px) {
  .fullWidth-xs1 {
    width: 100%;
    display: block;
  }
  .hidden-xs1 {
    display: none !important;
  }
  .visible-xs1 {
    display: inherit !important;
  }
}
@media (max-width: 500px) {
  .fullWidth-xs2 {
    width: 100%;
    display: block;
  }
  .hidden-xs2 {
    display: none !important;
  }
  .visible-xs2 {
    display: inherit !important;
  }
}
/* End Visibility Helpers */
body,
th,
td,
table,
.Head,
.SubHead,
.SubSubHead,
.Normal,
.NormalBold,
p,
ul,
li,
.NormalRed,
.NormalTextBox,
.NormalDisabled,
a:link,
a:visited,
a:hover,
input,
.CommandButton {
/* font-family: Cabin, sans-serif; */
}
/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0099cc;
  font-family: Comfortaa, sans-serif;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0;
}
h1 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 7px;
  text-shadow: 0px 1px 1px #D3D3D3;
  letter-spacing: -1px;
}
h2 {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 7px;
  letter-spacing: -1px;
}
h3 {
  color: #003399;
  font-size: 21px;
  font-family: Cabin, sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin-top: 4px;
  margin-bottom: 7px;
}
h4 {
  font-size: 17px;
  line-height: 21px;
  margin: 5px 0 8px 0;
  letter-spacing: -.04em;
}
h5 {
  color: #003399;
  font-family: Cabin, sans-serif;
  font-size: 19px;
  line-height: 21px;
  margin-bottom: 4px;
}
h6 {
  color: #4E4E4E;
  font-family: Cabin, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 16px;
  margin-bottom: 7px;
}
/* End Headers*/
br {
  line-height: 14px;
  margin: 0px;
}
ul,
li {
  font-size: 17px;
  line-height: 24px;
}
ul,
ol {
  margin-bottom: 0px;
}
p {
  line-height: 22px;
  font-size: 16px;
  color: #3368AF;
  margin: 0px;
}
div {
	line-height: 22px;
	font-size: 16px;
	color: #3368AF;
}
a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  cursor: pointer;
}
/* iframes */
img,
iframe {
  max-width: 100%;
}
@media (max-width: 768px) {
  iframe {
    height: 345px;
  }
}
@media (max-width: 500px) {
  iframe {
    height: 240px;
  }
}
/* end iframes */
/* Buttons */
a.bbw_button,
div.LiveForm.Default input[type="submit"],
input[type="submit"],
a.dnnPrimaryAction,
a.mbutton {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	background: #f4f9ff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f4f9ff 0%, #ddf2ff 47%, #c9ebff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f9ff), color-stop(47%, #ddf2ff), color-stop(100%, #c9ebff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f9ff 0%, #ddf2ff 47%, #c9ebff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f9ff 0%, #ddf2ff 47%, #c9ebff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f9ff 0%, #ddf2ff 47%, #c9ebff 100%);
	/* IE10+ */
	background: linear-gradient(top, #f4f9ff 0%, #ddf2ff 47%, #c9ebff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f9ff', endColorstr='#c9ebff', GradientType=0);
	border: 2px solid #F90;
	color: #003399;
	display: inline-block;
	font-family: Comfortaa, sans-serif;
	font-size: 18px;
	text-align: center;
	margin-top: 12px;
	padding: 0px 12px;
	line-height: 36px;
	margin-right: 10px;
	letter-spacing: -0.04em;
	font-weight: 500;
}
a.bbw_button:hover,
div.LiveForm.Default input[type="submit"]:hover,
input[type="submit"]:hover,
a.dnnPrimaryAction:hover,
a.mbutton:hover {
  color: #fff !important;
  border-color: #8fc861;
  background: #5ABCE8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5abce8 0%, #0f5ab1 60%, #003c82 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5abce8), color-stop(60%, #0f5ab1), color-stop(100%, #003c82));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5abce8 0%, #0f5ab1 60%, #003c82 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5abce8 0%, #0f5ab1 60%, #003c82 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5abce8 0%, #0f5ab1 60%, #003c82 100%);
  /* IE10+ */
  background: linear-gradient(top, #5abce8 0%, #0f5ab1 60%, #003c82 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ABCE8', endColorstr='#003C82', GradientType=0);
}
a.bbw_button:active,
div.LiveForm.Default input[type="submit"]:active,
input[type="submit"]:active,
a.dnnPrimaryAction:active,
a.mbutton:active {
  background: #4195DD;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003c82), to(#5abce8));
  background: -moz-linear-gradient(0% 90% 90deg, #5abce8, #003c82);
}
a.bbw_button.notransitions,
div.LiveForm.Default input[type="submit"].notransitions,
input[type="submit"].notransitions,
a.dnnPrimaryAction.notransitions,
a.mbutton.notransitions {
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}

/*------- EasyDNNnews Hours - Remove Read More Button in Event Popups -------*/
.qtip-content > .wrapper > .article > a {
    display: none;
}

/*------- EasyDNNnews Hours - Popup box width -------*/
.qtip.edn_calendarbox_Vision {
	width: 300px
}


/*------- EasyDNNnews Hours - Learn More Button in Event Popups -------*/
a.evbutton {
font-size: 14px;
line-height: 28px;
}

.tkts_BuyNow {
	display: block;
	float: left;
}
.tkts_BuyNow_desc {
	display: block;
	color: #F60 !important;
	font-family: Comfortaa, sans-serif;
	font-size: 16px;
	float: left;
	height: 50px;
	line-height: 59px;
}
/* End Buttons */

/*------- EasyDNNnews Category Styles ------- */


/* End EasyDNNnews Category Styles */

/* Form Styles */
input[type="text"],
input[type="email"],
select {
  padding: 4px 8px;
  max-width: 300px;
  color: #444;
  box-shadow: none;
}
.bbw_bigForm input[type="text"],
.bbw_bigForm input[type="email"],
.bbw_bigForm select {
  width: 100%;
}
[data-role="bbw_form"] fieldset {
  border: 0px;
  margin: 0px 0px 15px 0px;
}
[data-role="bbw_form"] fieldset legend {
  font-size: 18px;
  margin-bottom: 10px;
}
.bbw_formFieldGroup {
  margin-bottom: 15px;
}
.bbw_formFieldGroup.bbw_required label:after {
  content: '*';
  color: #cc3333;
  font-size: 16px;
  font-weight: 700;
}
.bbw_formMessage {
  display: none;
}
.bbw_error input[type="text"],
.bbw_error input[type="email"],
.bbw_error select {
  background: #FF9F9F;
}
.bbw_error .bbw_formMessage {
  display: block;
  color: #cc3333;
}
/*End Form Styles */
/* Table styles */
table {
  width: 100%;
}
table.bbw_hightlightedTable td {
  line-height: 26px;
  font-size: 15px;
  font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
  color: #3368AF;
}
tr + tr {
  border-top: 1px solid #cccccc;
}
td {
  font-size: 14px;
  padding: 7px;
  vertical-align: middle;
}
@media (max-width: 660px) {
  td {
    font-size: 12px;
  }
}
/* End table styles */
/* Page structure styles */
#Body {
  background-color: #5EC5E9;
  background-repeat: repeat-x;
  background-attachment: fixed;
  height: 100%;
  vertical-align: top;
  font-family: Cabin, sans-serif;
}
#pageWrapper {
  background: url(../images/bg_curves01.png);
  background-position: center top;
  background-attachment: fixed;
  margin-bottom: -58px;
  padding-top: 10px;
}
#pageWrapper:after {
  content: "";
  display: block;
  height: 58px;
}
#pageWrapper #contentWrapper {
  box-sizing: border-box;
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
}
#pageContent {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
#pageContent > div {
  box-sizing: border-box;
}
#bbw_mainContent {
  position: relative;
  padding: 0 60px;
}
#bbw_mainContent h1 {
  margin-top: 15px;
}
#bbw_mainContent #mainContent p {
  margin-bottom: 20px;
}
#bbw_mainContent #mainContent a {
  color: #039;
}
#bbw_mainContent #mainContent a:hover {
  color: #ACDB00;
}
#bbw_mainContent #mainContent .ModDNNHTMLC li {
  color: #003399;
  font-size: 18px;
  margin-left: 15px;
}
#bbw_mainContent .dnn-cl .row {
  margin-left: -15px;
  margin-right: -15px;
}
#bbw_mainContent .dnn-cl .row [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
/* Containers */
.bbw_sliderPane {
  padding: 2px;
  position: relative;
}
.bbw_sliderPane p {
  margin-bottom: 0px;
}
.bbw_box {
  padding: 20px;
}
.bbw_leftMenu h1 {
  font-size: 16px;
  color: #333;
  text-shadow: 1px 1px 1px #999;
  line-height: 20px;
}
.bbw_leftMenu > p {
  font-family: Comfortaa, sans-serif;
  font-size: 14px;
  color: #0099cc;
  margin: 0px !important;
  line-height: 23px;
  padding-left: 10px;
}
.bbw_leftMenu a {
  color: #036;
}
.bbw_leftMenu a:hover {
  color: #0099cc;
}
.dnnEditState .bbw_blueContainer {
  position: relative;
}
@media (max-width: 1010px) {
  #pageWrapper {
    padding: 10px;
  }
}
@media (max-width: 550px) {
  #bbw_mainContent {
    position: relative;
    padding: 0 10px;
  }
}
@media (max-width: 450px) {
  .bbw_footerPane > div[class*=col-] {
    float: none;
    width: 100%;
  }
  .bbw_footerPane > div[class*=col-] + div {
    border: 0px;
  }
}
@media (max-width: 350px) {
  .logo img {
    width: 180px;
    margin-top: 5px;
  }
}
/* End Page structure styles */
/*Menu Styles */
#menuHeader {
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff78e;
  background: -moz-linear-gradient(top, #fff78e 0%, #f2c900 0%, #fff78e 46%, #f2c900 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff78e), color-stop(0%, #f2c900), color-stop(46%, #fff78e), color-stop(99%, #f2c900));
  background: -webkit-linear-gradient(top, #fff78e 0%, #f2c900 0%, #fff78e 46%, #f2c900 99%);
  background: -o-linear-gradient(top, #fff78e 0%, #f2c900 0%, #fff78e 46%, #f2c900 99%);
  background: -ms-linear-gradient(top, #fff78e 0%, #f2c900 0%, #fff78e 46%, #f2c900 99%);
  background: linear-gradient(top, #fff78e 0%, #f2c900 0%, #fff78e 46%, #f2c900 99%);
  border: 2px solid #fff;
  height: 60px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff78e', endColorstr='#f2c900', GradientType=0);
  margin: 0px 0 10px 0;
  padding-right: 0px;
}
.logo {
	margin-left:-5px;
}
#evoqPsMenu {
  float: right;
}
#evoqPsMenu ul {
  box-sizing: border-box;
  margin: 0px;
  display: block;
  float: left;
}
#evoqPsMenu ul li {
  box-sizing: border-box;
  margin: 0px;
  display: block;
  list-style: none;
}
#evoqPsMenu ul a,
#evoqPsMenu ul a:hover,
#evoqPsMenu ul a:active,
#evoqPsMenu ul span {
  text-decoration: none;
  display: block;
}
#evoqPsMenu > ul > li {
  position: relative;
  float: left;
}
#evoqPsMenu > ul > li > a {
  box-sizing: border-box;
  border-left: 2px solid #f2c900;
  padding: 16px 13px;
  color: #003366;
  font-family: Comfortaa, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-shadow: 1px 1px 2px #999;
  line-height: 24px;
}
#evoqPsMenu > ul > li:hover > a {
  border-left-color: #ff7400;
  background: #ff7400;
  background: -moz-radial-gradient(center, ellipse cover, #ffb600 0%, #ff7400 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #ffb600 0%, #ff7400 100%);
  background: -o-radial-gradient(center, ellipse cover, #ffb600 0%, #ff7400 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ffb600 0%, #ff7400 100%);
  background: radial-gradient(center, ellipse cover, #ffb600 0%, #ff7400 100%);
  color: #ffffff;
  text-shadow: 0px 0px 0px;
}
#evoqPsMenu > ul > li .evoqPSMenu_subMenu {
  box-sizing: border-box;
  border: 2px solid #ff8402;
  background: #fff;
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
  padding: 5px 10px;
  z-index: 999;
}
#evoqPsMenu > ul > li .evoqPSMenu_subMenu li {
  min-width: 140px;
  max-width: 150px;
  float: left;
  font-size: 14px;
}
#evoqPsMenu > ul > li .evoqPSMenu_subMenu li a,
#evoqPsMenu > ul > li .evoqPSMenu_subMenu li .evoqPSMenu_disabled {
  padding: 5px 0;
}
#evoqPsMenu > ul > li .evoqPSMenu_subMenu li a {
  color: #015b86;
  padding: 5px 0;
}
#evoqPsMenu > ul > li .evoqPSMenu_subMenu li a:hover {
  color: #47c5e8;
}
#evoqPsMenu > ul > li .evoqPSMenu_subMenu li > .evoqPSMenu_disabled {
  font-size: 15px;
  font-weight: 500;
  color: #ff5e02;
  width: 130px;
}
#evoqPsMenu > ul > li .evoqPSMenu_subMenu li.evoqPSMenu_hasChildren:nth-child(n+3) > span {
  border-top: 1px solid #ffc89b;
  padding-top: 15px;
}
#evoqPsMenu > ul > li .evoqPSMenu_subMenu li hr {
  border-top: 1px solid #ffc89b;
  margin: 5px 0;
}
#evoqPsMenu > ul > li.evoqPSMenu_last .evoqPSMenu_subMenu {
  right: 0px;
  left: auto;
}
#evoqPsMenu > ul > li.evoqPSMenu_last .evoqPSMenu_subMenu li {
  min-width: 255px;
  max-width: 255px;
}
#evoqPsMenu > ul > li:hover .evoqPSMenu_subMenu {
  display: block;
}
#evoqPsMenu .evoqPSMenu_collapseMenu {
  display: none;
}
@media (max-width: 1015px) {
  #pageWrapper #contentWrapper {
    overflow: hidden;
  }
  #evoqPsMenu {
    background: #fff78e;
    background: -moz-linear-gradient(top, #fff78e 0%, #f2c900 0%, #fff78e 46%, #f2c900 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff78e), color-stop(0%, #f2c900), color-stop(46%, #fff78e), color-stop(99%, #f2c900));
    background: -webkit-linear-gradient(top, #fff78e 0%, #f2c900 0%, #fff78e 46%, #f2c900 99%);
    background: -o-linear-gradient(top, #fff78e 0%, #f2c900 0%, #fff78e 46%, #f2c900 99%);
    background: -ms-linear-gradient(top, #fff78e 0%, #f2c900 0%, #fff78e 46%, #f2c900 99%);
    background: linear-gradient(top, #fff78e 0%, #f2c900 0%, #fff78e 46%, #f2c900 99%);
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    float: none;
    width: 250px;
    position: fixed;
    top: 0px;
    right: -300px;
    bottom: 0px;
    z-index: 2000;
    overflow-x: auto;
    border-left: 1px solid #f2c900;
  }
  #evoqPsMenu ul {
    float: none;
  }
  #evoqPsMenu ul li {
    float: none;
    position: relative;
  }
  #evoqPsMenu > ul > li.evoqPSMenu_active > a {
    border-left-color: #ff7400;
    background: #ff7400;
    background: -moz-radial-gradient(center, ellipse cover, #ffb600 0%, #ff7400 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffb600 0%, #ff7400 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffb600 0%, #ff7400 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffb600 0%, #ff7400 100%);
    background: radial-gradient(center, ellipse cover, #ffb600 0%, #ff7400 100%);
    color: #ffffff;
    text-shadow: 0px 0px 0px;
  }
  #evoqPsMenu > ul > li > a {
    border: 1px solid #f2c900;
    border-top: 0px;
    font-size: 16px;
    padding: 10px;
  }
  #evoqPsMenu > ul > li div.evoqPSMenu_subMenu {
    -moz-transition: max-height 0.6s, padding 0.6s;
    -webkit-transition: max-height 0.6s, padding 0.6s;
    transition: max-height 0.6s, padding 0.6s;
    display: block;
    position: static;
    border: 0px;
    max-height: 0px;
    padding: 0px 10px;
    overflow: hidden;
  }
  #evoqPsMenu > ul > li div.evoqPSMenu_subMenu > ul {
    width: 100% !important;
  }
  #evoqPsMenu > ul > li div.evoqPSMenu_subMenu > ul li {
    float: none;
    max-width: none;
  }
  #evoqPsMenu > ul > li div.evoqPSMenu_subMenu > ul li > .evoqPSMenu_disabled {
    margin: 0px;
    width: 100%;
  }
  #evoqPsMenu > ul > li div.evoqPSMenu_subMenu > ul li.evoqPSMenu_hasChildren:nth-child(n+2) > span {
    border-top: 1px solid #ffc89b;
    padding-top: 10px;
    margin-top: 5px;
  }
  #evoqPsMenu > ul > li.evoqPSMenu_expanded div.evoqPSMenu_subMenu {
    padding: 5px 10px;
    max-height: 1000px;
  }
  .showEvoqPsMenu #evoqPsMenu {
    right: 0px;
  }
  #evoqPsMenu ul li a.evoqPSMenu_collapseMenu {
    background: url(../images/menuSprite.png) no-repeat;
    background-position: -50px -28px;
    border: 0px;
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    height: 42px;
    z-index: 999;
    width: 40px;
  }
  #evoqPsMenu ul li:hover > a.evoqPSMenu_collapseMenu,
  #evoqPsMenu ul li.evoqPSMenu_active > a.evoqPSMenu_collapseMenu {
    background-position: -8px -28px;
  }
  #evoqPsMenu ul li.evoqPSMenu_expanded > a.evoqPSMenu_collapseMenu {
    background-position: -50px 2px;
  }
  #evoqPsMenu ul li.evoqPSMenu_expanded:hover > a.evoqPSMenu_collapseMenu {
    background-position: -7px 2px;
  }
  .evoqPSMobileMenu {
    -moz-transition: margin 0.6s;
    -webkit-transition: margin 0.6s;
    transition: margin 0.6s;
  }
  .showEvoqPsMenu {
    overflow: hidden;
  }
  .showEvoqPsMenu .evoqPSMobileMenu {
    margin-right: 250px;
  }
 /* ----- menu fix ---- */
  .mobileMenu {
        display: block;
        float: right;
        width: 80px;
        margin: 5px 18px 11px 0px;
    }
}
/* 
    End menu styles
*/
/* Footer Styles */
.bbw_footerPane {
  background: #fff;
  padding: 15px;
}
.bbw_footerPane > div {
  margin-bottom: 20px;
}
.bbw_footerPane h1 {
  font-size: 16px;
  color: #ff6600;
  margin: 0px 0px 7px 0px;
  line-height: 20px;
}
.bbw_footerPane h2 {
  font-size: 13px;
  line-height: 16px;
  color: #007EA8;
  margin: 0px;
  font-family: Comfortaa, sans-serif;
  font-weight: normal;
}
.bbw_footerPane p {
  margin: 0;
}
.bbw_footerPane a {
  font-family: Comfortaa, sans-serif;
  color: #7a7a7a;
  font-size: 13px;
  text-decoration: none;
  line-height: 22px;
}
.bbw_footerPane a:hover {
  color: #0099cc;
}
.bbw_footerPane .fb-like {
  margin-bottom: 40px;
}
.bbw_footerPane .footer_share .fb-like,
.bbw_footerPane .footer_share .tweet {
  margin-bottom: 10px;
}
.bbw_footerPane .twitter-follow-button {
  margin-bottom: 20px;
}
.bbw_footerPane #social_tiles img {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-bottom: 10px;
  width: 46px !important;
  height: 32px !important;
}
.bbw_footerPane #BeachBoardWalkMailchimpForm a.btnsubscribe {
  font-size: 13px;
}
.bbw_footerPane #BeachBoardWalkMailchimpForm input[type="text"] {
  color: #999;
  font-size: 13px;
  margin-bottom: 0px !important;
  padding: 4px;
}
#footer .copyright {
  color: #000066;
  line-height: 18px;
  padding: 20px;
  text-align: center;
}
#footer .copyright a {
  color: #000066;
}
#footer .copyright a:hover,
#footer .copyright a:active {
  color: #0066cc;
}
@media (max-width: 992px) and (min-width: 580px) {
  .bbw_footerPane > div {
    min-height: 320px;
  }
}
@media (max-width: 580px) and (min-width: 450px) {
  .bbw_footerPane > div {
    min-height: 380px;
  }
}
/* End Footer Styles */
/* Control bar styles */
#ControlNav > li > a {
  height: 53px;
}
#ControlEditPageMenu > li > a,
#ControlBar_CustomMenuItems > li > a,
#ControlActionMenu > li > a {
  height: 55px;
}
/* End Control bar styles */
/* Breadcrumb Styles */
#pageContentHeader {
  padding-top: 10px;
  padding-bottom: 10px;
}
.bbw_breadCrumb {
  font-size: 12px;
  height: 24px;
  float: left;
  display: block;
}
.bbw_breadCrumb a {
  color: #036;
  font-family: Comfortaa, sans-serif;
}
.bbw_breadCrumb a:hover {
  color: #0099cc;
}
.bbw_breadCrumb a:after {
  color: #0099cc;
  content: '>';
  display: inline;
  margin-left: 5px;
}
.bbw_breadCrumb a:last-child {
  color: #0099cc;
}
.bbw_breadCrumb a:last-child:after {
  content: none;
}
.bbw_breadCrumb img {
  display: none;
}
/* End Breadcrumb Styles */
/* Home styles */
#pageContent.bbw_homePage {
  background: none;
}
#pageContent.bbw_homePage .bbw_sliderPane {
  padding: 0px;
}
#pageContent.bbw_homePage .bbw_sliderPane img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#pageContent.bbw_homePage .bbw_sliderPane:after {
  display: none;
}
.bbw_seassonPane {
  background-image: url(../images/home_seasonpass_bar_bg.png);
  height: 40px;
  z-index: 999;
  margin-top: -3px;
}
.dnnEditState .bbw_seassonPane {
  height: auto;
}
#seassonBarHomePage {
  position: relative;
}
#seassonBarHomePage #seassonHomeCard {
  z-index: 100;
  position: absolute;
  top: -48px;
  left: 20px;
}
#seassonHomeBanner {
  padding-left: 240px;
}
.bbw_bannerPanes.row {
  margin-left: -20px;
  margin-right: -20px;
}
.bbw_bannerPanes > div {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.bbw_bannerPanes > div > div {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 2px solid #fff;
  width: 100%;
}
.bbw_bannerPanes > div > div p {
  margin: 0px;
}
.bbw_bannerPanes > div > div img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
@media (max-width: 430px) {
  .bbw_bannerPanes > div {
    width: 100%;
    float: none;
    text-align: center;
  }
  .bbw_bannerPanes > div > div {
    display: inline-block;
  }
}
/* End Home Styles */
/* Specific styles for some pages */
.bbw_birthday object {
  width: 100%;
  height: 480px;
}
.bbw_birthday p {
  font-size: 18px;
}
.bbw_birthday td {
  width: 65%;
}
.bbw_birthday td + td {
  width: 35%;
}
.bbw_sponsors > div {
  text-align: center;
  line-height: 125px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.bbw_sponsors.bbw_clamchowder > div {
  line-height: 150px;
}
#bbw_holidayBash {
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.bbw_rideItem h2 {
  margin-top: 10px;
}
.bbw_rideItem a[href=""] {
  cursor: default;
}
.bbw_rideItem img[src=""] {
  display: none;
}
.bbw_lodgingItem .bbw_lodgingInfo {
  float: left;
}
.bbw_lodgingItem .bbw_lodgingImg {
  float: right;
}
.bbw_lodgingItem .bbw_lodgingImg a {
  display: block;
}
.bbw_lodgingItem .bbw_lodgingImg img {
  width: 180px;
  height: 120px;
}
.bbw_lodgingItem .bbw_lodgingImg + p {
  clear: both;
}
.bbw_eventItem:after {
  content: '';
  display: block;
  clear: both;
}
.bbw_eventItem .bbw_eventImg {
  float: left;
  padding-right: 20px;
}
.bbw_eventItem .bbw_eventImg img {
  width: 280px;
}
.bbw_hairshowItem img {
  border: 1px solid #ffffff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  float: left;
  height: auto !important;
  margin: 0 15px 5px 0;
  padding: 4px;
  width: 92px;
}
.bbw_attractions .bbw_attractionText {
  float: left;
  width: 60%;
}
.bbw_attractions .bbw_attractionImg {
  float: right;
  padding-left: 15px;
  width: 40%;
  text-align: right;
  margin-bottom: 20px;
}
.bbw_terms {
  background-color: #f7f7f7;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 0 0 20px 0;
}
.bbw_terms .bbw_termsHeader {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 8px;
}
.bbw_terms .bbw_termsHeader h3 {
  color: #4b4439;
  font-weight: normal;
  margin: 0px 0 0 0;
  padding: 8px 0;
  text-align: center;
}
.bbw_terms h4 {
  color: #e0ae2f;
  font-size: 13px;
  font-weight: bold;
  margin: 15px 0 0 0;
  padding: 0 10px;
}
.bbw_terms p {
  display: block;
  margin: 5px 0 15px 0;
  padding: 0 10px;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .bbw_boyScoutSide {
    border-right: 1px solid #F90;
    padding-right: 15px;
  }
}
@media (max-width: 660px) {
  .bbw_birthday object {
    height: 300px;
  }
  #birthdayButtonImg {
    max-width: 150px;
    max-height: 150px;
  }
  .bbw_attractions .bbw_attractionText {
    float: none;
    width: 100%;
  }
  .bbw_attractions .bbw_attractionImg {
    width: 100%;
    margin: 15px 0px;
    text-align: center;
  }
  .bbw_sponsors img {
    height: auto;
    max-height: 150px;
  }
  .bbw_rideItem h2 {
    margin-top: 0px;
  }
  .bbw_rideItem img {
    width: 220px;
  }
  .bbw_lodgingItem .bbw_lodgingImg img {
    width: 150px;
    height: 100px;
  }
}
@media (max-width: 600px) {
  .bbw_lodgingItem .bbw_lodgingInfo {
    float: none;
  }
  .bbw_lodgingItem .bbw_lodgingImg {
    float: none;
    text-align: center;
  }
  .bbw_lodgingItem .bbw_lodgingImg img {
    width: 220px;
    margin: 20px 0px;
    height: auto;
  }
  .bbw_lodgingItem .bbw_lodgingImg + p {
    clear: both;
  }
  .bbw_eventItem .bbw_eventImg img {
    width: 230px;
  }
}
@media (max-width: 550px) {
  .bbw_attractionsTop > div {
    width: 100%;
    float: none;
    text-align: center;
  }
  .bbw_rideItem img {
    width: 170px;
  }
  .bbw_eventItem h2 {
    font-size: 22px;
  }
  .bbw_eventItem h4 {
    font-size: 16px;
  }
  .bbw_eventItem .bbw_eventImg img {
    width: 200px;
  }
}
@media (max-width: 420px) {
  .bbw_birthday object {
    height: 200px;
  }
  .bbw_birthday table p {
    font-size: 16px;
  }
  #birthdayButtonImg {
    display: none;
  }
  .bbw_rideItem img {
    width: 125px;
  }
  .bbw_eventItem .bbw_eventImg {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .bbw_eventItem .bbw_eventImg img {
    width: 220px;
  }
}
.dnnDropDownList a {
  box-sizing: content-box;
}
#bbw_mainContent #mainContent a.mbutton {
  color: #fff;
}
/* Accordion Styles */
.ModLiveAccordionC .liveaccdefault .ui-accordion .ui-accordion-header {
  border: 1px solid #dddddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #d7ebf9;
  font-size: 19px;
  padding: .5em .5em .5em 2.2em;
}
.ModLiveAccordionC .liveaccdefault .ui-accordion .ui-accordion-header:hover,
.ModLiveAccordionC .liveaccdefault .ui-accordion .ui-accordion-header .ui-state-hover {
  background: #e4f1fb;
}
.ModLiveAccordionC .liveaccdefault .ui-accordion .ui-accordion-header.ui-state-active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #3baae3;
}
.ModLiveAccordionC .liveaccdefault .ui-accordion .ui-accordion-header.ui-state-active a {
  color: #fff !important;
}
.ModLiveAccordionC .liveaccdefault .ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}
.ModLiveAccordionC .liveaccdefault .ui-accordion .ui-accordion-header a {
  padding: 0px;
  color: #2779aa !important;
}
.ModLiveAccordionC .liveaccdefault .ui-accordion .ui-accordion-header em {
  font-size: 14px;
}
.ModLiveAccordionC .liveaccdefault .ui-accordion .ui-accordion-content {
  border: 1px solid #f2f5f7;
  background: #f2f5f7;
  border-top: 0px;
  line-height: 26px;
  padding: 20px 40px;
}
.ModLiveAccordionC .liveaccdefault .ui-accordion .ui-accordion-content p {
  line-height: 26px;
}
.ModLiveAccordionC .liveaccdefault .ui-accordion .ui-accordion-content > p:last-child {
  margin-bottom: 0px !important;
}
/* End Accordion Styles */