:root {
  --primary-color: #54B948;
  --secondary-color: #2A2A2A;
}

/* line 17, ../sass/modules/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  font-family: "Nunito Sans", sans-serif;
}

/* line 22, ../sass/modules/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../sass/modules/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../sass/modules/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../sass/modules/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
}

/* line 30, ../sass/modules/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 105, ../sass/modules/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../sass/modules/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 118, ../sass/modules/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/partials/_typography.scss */
em, i {
  font-style: italic;
}

/* line 5, ../sass/partials/_typography.scss */
strong, b {
  font-weight: bold;
}

/* line 9, ../sass/partials/_typography.scss */
p {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.75em;
}

/* line 12, ../sass/partials/_typography.scss */
h1 {
  font-size: 2em;
  font-weight: 600;
  font-family: sans-serif;
  color: black;
}

/* line 18, ../sass/partials/_typography.scss */
h2, h3, h4, h5 {
  font-weight: 600;
}

/* line 21, ../sass/partials/_typography.scss */
h2 {
  font-size: 1.4em;
  font-family: sans-serif;
}

/* line 25, ../sass/partials/_typography.scss */
h3 {
  font-size: 1.2em;
  font-family: sans-serif;
}

/* line 29, ../sass/partials/_typography.scss */
h4 {
  font-size: 1.1em;
  font-family: sans-serif;
}

/* line 33, ../sass/partials/_typography.scss */
h5 {
  font-size: 0.9em;
  font-family: sans-serif;
}

/* line 38, ../sass/partials/_typography.scss */
a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}
/* line 42, ../sass/partials/_typography.scss */
a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

/* line 11, ../sass/partials/_buttons.scss */
#next-back-wrap a.stepbutton,
.buttons_bottom a.stepbutton,
a.stepbutton,
a.standardbutton {
  color: white;
  text-align: center;
  display: inline-block;
  padding: 7.2px 18px;
  font-size: 1.125em;
  /* border: 1px solid #2d2d2d; */
  display: inline-block;
  background-color: var(--primary-color);
  *
  zoom: 1;
  *
  display: block;
  border-radius: 20px;
}
/* line 16, ../sass/partials/_buttons.scss */
#next-back-wrap a.stepbutton:hover,
.buttons_bottom a.stepbutton:hover,
a.stepbutton:hover,
a.standardbutton:hover {
  background: #333333;
  color: #FFF;
}

/*Back*/
/* line 23, ../sass/partials/_buttons.scss */
a.stepbutton.stepback,
a.stepback {
  /* Default (turn off if not using images for buttons) */
                                                         /*
background-image: url("../images/back_button.gif");
height: 23px;
width: 120px; */
  width: 70%;
}

/*Next*/
/* line 34, ../sass/partials/_buttons.scss */
a.stepbutton.stepnext,
a.stepnext {
  /* Default (turn off if not using images for buttons) */
                                                         /*
background-image: url("../images/_next.gif");
height: 23px;
width: 120px; */
  width: 70%;
}

/*Next2*/
/*View basket*/
/* line 49, ../sass/partials/_buttons.scss */
a.standardbutton.view-basket,
a.view-basket {
                /*
	background-image: url("../images/ViewBasket_but.gif");
	height: 23px;
	width: 122px; */
}

/*Add to Basket*/
/* line 58, ../sass/partials/_buttons.scss */
a.stepbutton.add-basket,
a.add-basket {
               /*
	background-image: url("../images/addbasketbut.gif");
	height: 23px;
	width: 122px;*/
}

/*My Reservations*/
/* line 66, ../sass/partials/_buttons.scss */
a.my-reservations-btn {
                        /*
	background-image: url("../images/reservations.gif");
	height: 23px;
	width: 122px;*/
}

/*Login*/
/* line 75, ../sass/partials/_buttons.scss */
a.standardbutton.login-btn {
  /* Default (turn off if not using images for buttons) */
                                                         /* 
background-image: url("../images/login_button.gif");
height: 18px;
width: 68px; */
}

/* line 82, ../sass/partials/_buttons.scss */
a.standardbutton.accept-btn {
  /* Default (turn off if not using images for buttons) */
                                                         /*
background-image: url("../images/accept_button.gif");
height: 23px;
width: 87px; */
}

/* line 89, ../sass/partials/_buttons.scss */
a.standardbutton.delete-btn {
  /* Default (turn off if not using images for buttons) */
                                                         /*
background-image: url("../images/delete_button.gif");
height: 23px;
width: 87px; */
}

/*Forgot Password and Acvitate Password*/
/* line 99, ../sass/partials/_buttons.scss */
a.standardbutton.forgot-password-btn,
a.standardbutton.forgot-password-btn2,
a.standardbutton.activatebtn {
  display: inline-block;
  padding: 10px;
  font-size: 0.9em;
  text-indent: 0;
  *zoom: 1;
  *display: inline;
  *font-size: 0.9em;
  *line-height: 1em;
  background: none;
  border: 0 none;
  color: #333333;
  filter: none;
}
/* line 111, ../sass/partials/_buttons.scss */
a.standardbutton.forgot-password-btn:hover,
a.standardbutton.forgot-password-btn2:hover,
a.standardbutton.activatebtn:hover {
  text-decoration: underline;
}

/*Create Profile*/
/* line 117, ../sass/partials/_buttons.scss */
a.standardbutton.profile-btn {
                               /*
	background-image: url("../images/Profile_Button.gif");
	height: 23px;
	width: 122px;
	display: block;
	margin-top: 10px; */
}

/*Checkout Button*/
/* line 126, ../sass/partials/_buttons.scss */
a.standardbutton.checkout-btn {
                                /*
	background-image: url("../images/checkout_button.gif");
	height: 23px;
	width: 140px;
	display: block;
	margin-top: 10px;
	float: right; */
}

/*View Reservation Button*/
/* line 136, ../sass/partials/_buttons.scss */
a.standardbutton.view-reservation-btn {
                                        /*
	background-image: url("../images/viewres_button.gif");
	height: 23px;
	width: 122px;
	display: inline-block;
	margin-top: 10px;*/
}

/*New Reservation Button*/
/* line 145, ../sass/partials/_buttons.scss */
a.standardbutton.new-reservation-btn {
                                       /*
	background-image: url("../images/newres_button.gif");
	height: 23px;
	width: 120px;
	display: inline-block;
	margin-top: 10px;*/
}

/*Delete Reservation Button*/
/* line 154, ../sass/partials/_buttons.scss */
a.standardbutton.delete-reservation-btn {
                                          /*
	background-image: url("../images/deleteres_button.gif");
	height: 23px;
	width: 130px;
	display: inline-block;
	margin-top: 10px;*/
}

/*Update Profile Button*/
/* line 163, ../sass/partials/_buttons.scss */
a.standardbutton.update-profile-btn {
  text-indent: 0;
  display: inline-block;
  margin-top: 10px;
}

/*Login To View Reservations Button*/
/* line 168, ../sass/partials/_buttons.scss */
a.standardbutton.login-to-view-btn {
  text-indent: 0;
  display: inline-block;
  margin-top: 10px;
}

/*View Waivers*/
/* line 173, ../sass/partials/_buttons.scss */
a.standardbutton.view-waivers-btn {
  text-indent: 0;
  display: inline-block;
  margin-top: 10px;
}

/*View All*/
/* line 178, ../sass/partials/_buttons.scss */
a.standardbutton.view-all-btn {
  text-indent: 0;
  display: inline-block;
  margin-top: 10px;
}

/*Hover Default is None (Uses Images)*/
/*Select Time Page*/
/* line 187, ../sass/partials/_buttons.scss */
table.selecttime td.reserve-time-btn a {
  /*Default-Button*/
  display: inline-block;
  /*
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  zoom: 1;
  *display: block;
  *font-size: 0;
  *line-height: 0;
  background-image: url("../images/reserve_02.gif");
  height: 17px;
  width: 65px;
  /*background: none repeat scroll 0 0 #EEEEEE;
  font-size: 10px;
  border: 1px solid #666666;
  border-radius: 3px;
  color: #333333;
  display: inline-block;
  font-weight: bold;
  line-height: normal;
  padding: 3px 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  /*IE7*/
        /*
*zoom: 1;
*display: inline; */
  color: white;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.1em;
  border: 1px solid #2d2d2d;
  display: inline-block;
  background-color: #666666;
}
/* line 219, ../sass/partials/_buttons.scss */
table.selecttime td.reserve-time-btn a:hover {
  background: #333333;
  color: #FFF;
}

/* line 2, ../sass/partials/_figures.scss */
#nonsense {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 25%;
}

/* line 11, ../sass/partials/_figures.scss */
#nonsense ul li ul {
  display: none;
}
/* line 14, ../sass/partials/_figures.scss */
#nonsense ul li ul li a {
  padding-left: 2em;
}
/* line 20, ../sass/partials/_figures.scss */
#nonsense ul li:hover ul {
  display: block;
}
/* line 24, ../sass/partials/_figures.scss */
#nonsense ul li a {
  display: block;
  padding: 5px;
  background: #FFFFFF;
}

/* line 1, ../sass/partials/_content.scss */
body {
  /* background: #999999; */
  /* font-family: sans-serif; */
  font-size: 15px;
  line-height: 1.4;
  color: black;
}

/* line 8, ../sass/partials/_content.scss */
#wrapper {
  border-collapse: collapse;
  border: none 0;
  margin: 0 auto;
}

/* line 14, ../sass/partials/_content.scss */
#header {
  background: white;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: sticky;
  top: 0;
}
/* line 19, ../sass/partials/_content.scss */
#header:after {
  content: "";
  display: block;
  clear: both;
}

/* line 23, ../sass/partials/_content.scss */
.tableheader {
  border-collapse: collapse;
  border: none 0;
  width: 100%;
}

/* line 28, ../sass/partials/_content.scss */
.tableheader td {
  margin: 0;
  padding: 0;
}

/* line 35, ../sass/partials/_content.scss */
#nav {
  clear: both;
  float: left;
  width: 175px;
  margin-left: 75px;
}

/* line 42, ../sass/partials/_content.scss */
#contentwrapper {
  /* float: right; */
  width: 770px;
  margin-left: 15px;
  margin: auto;
}

/* line 45, ../sass/partials/_content.scss */
.tableviewgroups {
  border-collapse: collapse;
  border: none 0;
}

/* line 49, ../sass/partials/_content.scss */
.tableviewgroups td {
  background: none;
  display: block;
}

/* line 53, ../sass/partials/_content.scss */
#nav-content-wrapper {
  max-width: 1440px;
  background: white;
  margin: 0 auto;
  margin-top: 20px;
}
/* line 58, ../sass/partials/_content.scss */
#nav-content-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

/* line 65, ../sass/partials/_content.scss */
#content {
  padding: 10px 20px;
}
/* line 68, ../sass/partials/_content.scss */
#content ul, #content li {
  list-style-type: disc;
  margin-left: 20px;
}
/* line 73, ../sass/partials/_content.scss */
#content ul {
  margin-top: 10px;
}

/* line 79, ../sass/partials/_content.scss */
.tablecontent {
  width: 720px;
}

/* line 82, ../sass/partials/_content.scss */
#footer {
  clear: both;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  background-color: white;
}
/* line 89, ../sass/partials/_content.scss */
#footer .tablefooter {
  width: 100%;
}

/* line 96, ../sass/partials/_content.scss */
a.roller {
  color: #333333;
}
/* line 98, ../sass/partials/_content.scss */
a.roller:hover {
  color: #cccccc;
}

/* line 102, ../sass/partials/_content.scss */
a.rollerright {
  color: #333333;
}
/* line 104, ../sass/partials/_content.scss */
a.rollerright:hover {
  color: #cccccc;
}

/* line 108, ../sass/partials/_content.scss */
#content-left p, #content-right p {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.75em;
}

/* line 111, ../sass/partials/_content.scss */
#content-left, #content-right {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.75em;
}

/* line 116, ../sass/partials/_content.scss */
.newerrortext {
  color: red;
}

/* line 119, ../sass/partials/_content.scss */
#content-left p span.newerrortext {
  display: block;
}

/* line 122, ../sass/partials/_content.scss */
.error.alert .newerrortext.alerttext {
  color: red;
}

/* line 127, ../sass/partials/_content.scss */
#custom-directions {
  /*Not Used Yet*/
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
}

/* line 131, ../sass/partials/_content.scss */
.buttext {
  text-align: center;
  margin: 0;
  padding: 0;
}

/* line 135, ../sass/partials/_content.scss */
#next-back-wrap {
  clear: both;
}

/* line 139, ../sass/partials/_content.scss */
.buttons_bottom {
  clear: both;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 10px;
}
/* line 144, ../sass/partials/_content.scss */
.buttons_bottom:after {
  content: "";
  display: block;
  clear: both;
}

/* line 148, ../sass/partials/_content.scss */
.buttons_bottom .button_back {
  float: left;
  width: 25%;
}

/* line 152, ../sass/partials/_content.scss */
.buttons_bottom .button_next {
  float: right;
  width: 25%;
}
/* line 156, ../sass/partials/_content.scss */
.buttons_bottom .button_next a.stepnext {
  float: right;
}

/* line 161, ../sass/partials/_content.scss */
#top-buttons {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
}
/* line 163, ../sass/partials/_content.scss */
#top-buttons:after {
  content: "";
  display: block;
  clear: both;
}
/* line 166, ../sass/partials/_content.scss */
#top-buttons .top-buttons-back {
  float: left;
}

/* line 182, ../sass/partials/_content.scss */
#steps-img-wrap {
  float: none;
}

/* line 191, ../sass/partials/_content.scss */
#content-left {
  float: none;
  width: 100%;
  clear: both;
}
/* line 276, ../sass/partials/_base.scss */
#content-left:after {
  content: "";
  display: block;
  clear: both;
}
/* line 194, ../sass/partials/_content.scss */
#content-left p {
  padding: 5px 0;
}
/* line 200, ../sass/partials/_content.scss */
#content-left h2.alt-title {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
}
/* line 222, ../sass/partials/_content.scss */
#content-left h3 span.act-expiration {
  display: block;
  padding: 5px 0;
}

/* line 229, ../sass/partials/_content.scss */
#content-right {
  clear: both;
  width: 100%;
  float: none;
}
/* line 285, ../sass/partials/_base.scss */
#content-right:after {
  content: "";
  display: block;
  clear: both;
}

/* line 239, ../sass/partials/_content.scss */
#the-key {
  padding: 10px 0;
}

/* line 242, ../sass/partials/_content.scss */
#non-step-page-add-area {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
}

/* table on the more info page */
/* line 247, ../sass/partials/_content.scss */
.moreinfo {
  border-collapse: collapse;
  border: #000000;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
/* line 251, ../sass/partials/_content.scss */
.moreinfo td {
  border-collapse: collapse;
  border: #000000;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  background-color: #ffffff;
}

/* line 258, ../sass/partials/_content.scss */
.setuptables {
  color: #000000;
  font-family: verdana, geneva, helvetica, arial, sans-serif;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 2px;
  text-decoration: none;
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  background-color: #ffffff;
}
/* line 269, ../sass/partials/_content.scss */
.setuptables td {
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
}

/* line 276, ../sass/partials/_content.scss */
.setuptablebuttons {
  /*margin-left: 15px;*/
  margin-bottom: 2px;
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  background-color: #ffffff;
}

/* left cells on maps page page */
/* line 286, ../sass/partials/_content.scss */
.maptableleft {
  background-color: #215429;
  text-align: center;
  color: #ffffff;
}

/* center top cell on maps page page */
/* line 292, ../sass/partials/_content.scss */
.maptablecentertop {
  background-color: #ffff99;
  text-align: center;
}

/* line 298, ../sass/partials/_content.scss */
.maptablecentertop b {
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

/* line 303, ../sass/partials/_content.scss */
.maptablecenter a {
  text-decoration: underline;
}

/* line 306, ../sass/partials/_content.scss */
.maptablecenter a:hover {
  text-decoration: none;
}

/* center cells on maps page page */
/* line 310, ../sass/partials/_content.scss */
.maptablecenter {
  text-align: center;
}

/* right cells on maps page page */
/* line 314, ../sass/partials/_content.scss */
.maptableright {
  background-color: #215429;
  text-align: center;
  color: #ffffff;
}

/* line 320, ../sass/partials/_content.scss */
.resourcegridhead {
  background-color: navy;
  color: #ffffff;
  font-weight: bold;
  font-size: 7pt;
  font-family: verdana;
}

/* line 327, ../sass/partials/_content.scss */
.resourcegridcell {
  background-color: #72828b;
  color: #000000;
  font-weight: bold;
  font-size: 8pt;
  font-family: verdana;
}

/* line 335, ../sass/partials/_content.scss */
.griddaterow {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

/* line 341, ../sass/partials/_content.scss */
.gridspanrow {
  background-color: #8cb8cc;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

/* line 348, ../sass/partials/_content.scss */
.gridgroupheaders {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  margin-left: 0px;
  text-align: left;
  vertical-align: middle;
  margin-right: 0px;
  margin-bottom: 0px;
}

/* line 358, ../sass/partials/_content.scss */
.gridcolumnheaders {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

/* line 365, ../sass/partials/_content.scss */
.gridpicturecell {
  color: #000000;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  height: 100px;
}

/* line 373, ../sass/partials/_content.scss */
.gridblankcolumn {
  color: #8cb8cc;
  background-color: #8cb8cc;
  font-size: 10px;
}

/* line 378, ../sass/partials/_content.scss */
.griddatarows {
  color: #000000;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
}

/* line 385, ../sass/partials/_content.scss */
#ctl00_imgHeader {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
}

/* line 389, ../sass/partials/_content.scss */
h2.alt-title {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
}

/* line 393, ../sass/partials/_content.scss */
.reservations_nav {
  text-align: right;
  padding: 5px 5px 0 0;
  float: right;
  bottom: -28px;
  right: 0;
	position:absolute
}
/* line 400, ../sass/partials/_content.scss */
.reservations_nav a {
  text-decoration: none;
  font-weight: lighter;
}
/* line 404, ../sass/partials/_content.scss */
.reservations_nav a:hover {
  text-decoration: underline;
}
/* line 408, ../sass/partials/_content.scss */
.reservations_nav p {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

/* line 414, ../sass/partials/_content.scss */
#content ul {
  margin-left: 15px;
  list-style: disc;
}

/* line 2, ../sass/partials/_inputs.scss */
.reqfield, .formfield {
  border: 1px solid #cbd5e0;
  border-radius: 3px;
  padding: 8px;
}

/* line 7, ../sass/partials/_inputs.scss */
.reqfield {
  /* background-color: #ffff99; */
}

/* line 11, ../sass/partials/_inputs.scss */
.commentbox, textarea.formtext {
  padding: 10px;
  border: solid 1px #333333;
}

/* line 16, ../sass/partials/_inputs.scss */
select.reqfield, select.formfield, .state select, .country select {
  display: block;
  font-size: 12px;
  line-height: 1.42857143;
  color: black;
  background-color: #fff;
  background-image: none;
  border: 1px solid #333333;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-family: inherit;
}
/* line 35, ../sass/partials/_inputs.scss */
select.reqfield :focus, select.formfield :focus, .state select :focus, .country select :focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 14, ../sass/partials/_calendar.scss */
.cal {
  border: solid 1px #333333;
  width: 100%;
  height: 250px;
}
/* line 19, ../sass/partials/_calendar.scss */
.cal td {
  border: solid 1px #333333;
  text-align: center;
}
/* line 23, ../sass/partials/_calendar.scss */
.cal th {
  text-align: center;
}
/* line 26, ../sass/partials/_calendar.scss */
.cal a {
  color: #333333;
  display: block;
  padding: 15px;
}

/* line 32, ../sass/partials/_calendar.scss */
.caltoday {
  background-color: #cccccc;
}

/* line 36, ../sass/partials/_calendar.scss */
.calday {
  background-color: #efefef;
}

/* line 39, ../sass/partials/_calendar.scss */
.calnextprev a {
  color: white !important;
  font-size: 0.765em;
  font-weight: 600;
}

/* line 44, ../sass/partials/_calendar.scss */
.caldayheader {
  color: #333333;
  font-weight: 600;
  font-size: 0.9em;
  background-color: #efefef;
}

/* line 50, ../sass/partials/_calendar.scss */
.calselectedday {
  background-color: #eeeeee;
}

/* line 55, ../sass/partials/_calendar.scss */
.caltitle {
  background: #666666;
  font-size: 1.21em;
  color: white;
  font-weight: 600;
}
/* line 62, ../sass/partials/_calendar.scss */
.caltitle td {
  border-color: #666666;
}

/* line 66, ../sass/partials/_calendar.scss */
.calweekend {
  background-color: #efefef;
}

/* line 69, ../sass/partials/_calendar.scss */
.calothermonthday {
  background-color: #cccccc;
}

/* line 72, ../sass/partials/_calendar.scss */
.calothermonthday a {
  color: #333333 !important;
}

/* line 76, ../sass/partials/_calendar.scss */
.calsearchtime {
  color: blue;
}

/* line 79, ../sass/partials/_calendar.scss */
.calsearchadhoc {
  background-color: plum;
}

/* line 82, ../sass/partials/_calendar.scss */
.calsearchbooked {
  color: white;
  background-color: red;
}

/* line 86, ../sass/partials/_calendar.scss */
.calsearchlimited {
  background-color: yellow;
}

/* line 89, ../sass/partials/_calendar.scss */
.calsearchopen {
  background-color: lightgreen;
}

/* line 92, ../sass/partials/_calendar.scss */
.calsearchopen {
  color: black;
}

/* line 96, ../sass/partials/_calendar.scss */
.popcalbody {
  background: #ffffff !important;
}

/* line 99, ../sass/partials/_calendar.scss */
.popcal {
  border-color: #333333;
  border-width: 1px;
  background-color: #ffffff !important;
  font-size: 8pt;
  color: #333333;
}
/* line 106, ../sass/partials/_calendar.scss */
.popcal a {
  color: #333333 !important;
}

/* line 110, ../sass/partials/_calendar.scss */
.popcaldayheader {
  background-color: #feb729;
  border-width: 1px;
  border-color: #feb729;
}

/* line 117, ../sass/partials/_calendar.scss */
.popcalnextprev a {
  color: #ffffff !important;
  font-size: 9pt;
  font-weight: bold !important;
  text-decoration: underline;
}

/* line 123, ../sass/partials/_calendar.scss */
.popcalothermonthday {
  background-color: #cccccc !important;
}
/* line 125, ../sass/partials/_calendar.scss */
.popcalothermonthday a {
  color: white !important;
}

/* line 129, ../sass/partials/_calendar.scss */
.popcalselectedday {
  background-color: #333333;
}

/* line 132, ../sass/partials/_calendar.scss */
.popcalselector {
  background-color: #333333;
}

/* line 135, ../sass/partials/_calendar.scss */
.popcaltitle {
  font-size: 0.9em;
  font-weight: 600;
  height: 20px;
  color: #ffffff;
}

/* line 141, ../sass/partials/_calendar.scss */
.popcaltoday {
  background-color: #333333;
  color: #ffffff;
}

/* line 8, ../sass/partials/_info-page.scss */
#info-page #vg-description-wrapper {
  overflow: hidden;
  content: "";
  display: block;
  clear: both;
}
/* line 13, ../sass/partials/_info-page.scss */
#info-page #vg-description {
  width: 50%;
  float: left;
}
/* line 18, ../sass/partials/_info-page.scss */
#info-page #vg-specials {
  width: 45%;
  float: right;
}
/* line 27, ../sass/partials/_info-page.scss */
#info-page #vg-activities {
  clear: both;
}
/* line 31, ../sass/partials/_info-page.scss */
#info-page .tableinfo {
  font-size: 1em;
}
/* line 34, ../sass/partials/_info-page.scss */
#info-page .tableinfo td {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px #333333 solid;
}
/* line 40, ../sass/partials/_info-page.scss */
#info-page .tableinfo .tableinfo-subgroupheader {
  font-size: 1.375em;
  font-weight: 600;
  background: #666666;
  color: white;
  padding-left: 10px;
}
/* line 49, ../sass/partials/_info-page.scss */
#info-page .tableinfo .tableinfo-columnheader {
  font-size: 1em;
  font-weight: 600;
}
/* line 54, ../sass/partials/_info-page.scss */
#info-page .tableinfo .tableinfo-acttitle {
  font-weight: 600;
  font-size: 1.1em;
}
/* line 60, ../sass/partials/_info-page.scss */
#info-page #prev-next-holder {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
/* line 70, ../sass/partials/_info-page.scss */
#info-page .date-label {
  margin: 0 15px;
}
/* line 73, ../sass/partials/_info-page.scss */
#info-page .continueshopping {
  background-color: #ffffff;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: dotted;
  border-color: #c8b6a5;
}
/* line 82, ../sass/partials/_info-page.scss */
#info-page td.tableinfo-booknowlink {
  min-width: 150px;
}
/* line 84, ../sass/partials/_info-page.scss */
#info-page td.tableinfo-booknowlink a {
  color: white;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.1em;
  border: 1px solid #2d2d2d;
  display: inline-block;
  background-color: #666666;
  *zoom: 1;
  *display: block;
}
/* line 88, ../sass/partials/_info-page.scss */
#info-page td.tableinfo-booknowlink a:hover {
  background: #333333;
  color: #FFF;
}

/* line 97, ../sass/partials/_info-page.scss */
#vg-activities h2.sub-group {
  background: #666666;
  color: white;
  padding: 5px 10px;
  margin-top: 10px;
}
/* line 106, ../sass/partials/_info-page.scss */
#vg-activities div.activity-container:after {
  content: "";
  display: block;
  clear: both;
}
/* line 110, ../sass/partials/_info-page.scss */
#vg-activities .activity {
  border: solid 1px #333333;
  padding: 10px;
  margin-top: 10px;
}
/* line 116, ../sass/partials/_info-page.scss */
#vg-activities .activity:after {
  content: "";
  display: block;
  clear: both;
}
/* line 124, ../sass/partials/_info-page.scss */
#vg-activities .activity .activity-content-container .act-img-wrapper {
  float: right;
  width: 25%;
  min-height: 100px;
  border: solid 1px #333333;
  margin-left: 10px;
  border-color: #eeeeee;
  border-width: 5px;
}
/* line 133, ../sass/partials/_info-page.scss */
#vg-activities .activity .activity-content-container .activity-description {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.75em;
}
/* line 145, ../sass/partials/_info-page.scss */
#vg-activities .activity .info-wrapper .booknowlink-wrapper {
  margin-top: 10px;
}
/* line 147, ../sass/partials/_info-page.scss */
#vg-activities .activity .info-wrapper .booknowlink-wrapper a {
  color: white;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.1em;
  border: 1px solid #2d2d2d;
  display: inline-block;
  background-color: #666666;
  *zoom: 1;
  *display: block;
}
/* line 150, ../sass/partials/_info-page.scss */
#vg-activities .activity .info-wrapper .booknowlink-wrapper a:hover {
  background: #333333;
  color: #FFF;
}

/* line 4, ../sass/partials/_select-date-page.scss */
#select-date-page #content-left p span.slct-date-label {
  font-weight: bold;
  padding-right: 5px;
}

/* line 13, ../sass/partials/_select-time-page.scss */
#select-time-page #content-right table#prev-next-day {
  width: 100%;
}
/* line 16, ../sass/partials/_select-time-page.scss */
#select-time-page #content-right table#prev-next-day td:last-child {
  text-align: right;
}
/* line 20, ../sass/partials/_select-time-page.scss */
#select-time-page #content-right table#prev-next-day h3 {
  padding: 5px;
  text-align: center;
}
/* line 24, ../sass/partials/_select-time-page.scss */
#select-time-page #content-right table#prev-next-day .day, #select-time-page #content-right table#prev-next-day .day:visited {
  /*Default-Button*/
  display: inline-block;
                       /*
background-repeat: no-repeat;
text-align: left;
text-indent: -9999px;
overflow: hidden;
zoom: 1;
*display: block;
*font-size: 0;
*line-height: 0; */
             /*
width: 70px; /*makes cells the same*/
                   /*
padding: 3px 5px;
display: block;
background-color: #EEE;
text-decoration: none;
font-size: 10px;
text-align: center;/*turn off to align left and right respectively*/
  /*IE7*/
  *zoom: 1;
  *display: block;
}
/* line 50, ../sass/partials/_select-time-page.scss */
#select-time-page #content-right table#prev-next-day .prev-day {
  /* Default (turn off if not using images for buttons) */
                                                         /*
background-image: url("../images/arrow_prev.gif");
height: 14px;
width: 100px; */
}
/* line 56, ../sass/partials/_select-time-page.scss */
#select-time-page #content-right table#prev-next-day .next-day {
  /* Default (turn off if not using images for buttons) */
                                                         /*
background-image: url("../images/arrow_next.gif");
height: 14px;
width: 100px; */
}

/* line 68, ../sass/partials/_select-time-page.scss */
#select-time-wrap table.selecttime {
  width: 100%;
  background: white;
  border: solid 1px #333333;
}
/* line 73, ../sass/partials/_select-time-page.scss */
#select-time-wrap table.selecttime tr.selecttimeheader {
  text-align: left;
}
/* line 76, ../sass/partials/_select-time-page.scss */
#select-time-wrap table.selecttime td {
  border: solid 1px #333333;
  padding: 5px;
  text-align: center;
}
/* line 83, ../sass/partials/_select-time-page.scss */
#select-time-wrap table.selecttime tr.selecttimeheader td {
  background: #666666;
  color: white;
  border-color: #666666;
}
/* line 91, ../sass/partials/_select-time-page.scss */
#select-time-wrap table.selecttime td.time {
  font-weight: 600;
}
/* line 95, ../sass/partials/_select-time-page.scss */
#select-time-wrap table.selecttime td.reserve-time-btn {
  text-align: center;
}

/* line 10, ../sass/partials/_policies-page.scss */
#content-right #policies-content-wrap {
  /*Policies Table*/
  border: solid 1px #333333;
}
/* line 13, ../sass/partials/_policies-page.scss */
#content-right #policies-content-wrap p {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 19, ../sass/partials/_policies-page.scss */
#policies-content-wrap h2:first-child {
  /*Policies Table Header*/
  padding: 5px 10px;
  background: #666666;
  color: white;
}

/* line 26, ../sass/partials/_policies-page.scss */
#policies-content-wrap h2 {
  padding-top: 10px;
  margin-bottom: 10px;
}

/* line 31, ../sass/partials/_policies-page.scss */
#policies-content-wrap p {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.75em;
}

/* line 35, ../sass/partials/_policies-page.scss */
#policies-content-wrap span.policies-checkbox {
  display: block;
  padding: 10px;
}

/* line 40, ../sass/partials/_policies-page.scss */
#policies-content-wrap input.print-btn {
  margin-left: 10px;
  margin-bottom: 10px;
}

/* line 45, ../sass/partials/_policies-page.scss */
#content-left #farpoint-wrap {
  padding: 5px 0;
}

/* line 49, ../sass/partials/_policies-page.scss */
.farpoint-header, .farpoint-options-header, .farpoint-resources-header {
  padding-top: 3px;
  padding-bottom: 10px;
}

/* line 54, ../sass/partials/_policies-page.scss */
.farpointpolicies, .farpointoptions, .farpointresources {
  margin-left: 0;
}

/* line 58, ../sass/partials/_policies-page.scss */
#ctl00_ContentPlaceHolder1_butAutoCheck {
  margin-top: 10px;
}

/* line 62, ../sass/partials/_policies-page.scss */
#ctl00_ContentPlaceHolder1_butStandBy {
  margin-top: 10px;
}

/* line 66, ../sass/partials/_policies-page.scss */
#ctl00_ContentPlaceHolder1_butOverBook {
  margin-top: 10px;
}

/* line 3, ../sass/partials/_policies-page-html-inputs.scss */
#policies-page #content-left {
  clear: both;
  float: none;
  width: auto;
}
/* line 9, ../sass/partials/_policies-page-html-inputs.scss */
#policies-page #content-right {
  clear: both;
  float: none;
  width: auto;
}
/* line 17, ../sass/partials/_policies-page-html-inputs.scss */
#policies-page #farpoint-wrap table.standard-policies-quantity {
  width: 100%;
}
/* line 20, ../sass/partials/_policies-page-html-inputs.scss */
#policies-page #farpoint-wrap table.standard-policies-quantity td {
  padding: 5px 3px !important;
  border-bottom: 1px solid #EEE;
  vertical-align: middle;
  width: auto !important;
}
/* line 27, ../sass/partials/_policies-page-html-inputs.scss */
#policies-page #farpoint-wrap table.standard-policies-quantity td.policies-standard-fp-cell-qty {
  width: 75px !important;
}
/* line 32, ../sass/partials/_policies-page-html-inputs.scss */
#policies-page #farpoint-wrap table.standard-policies-quantity td.policies-standard-fp-cell-qty span.riSingle.riContSpinButtons.RadInput input.policies-standard-fp-numeric.riTextBox {
  text-align: center;
  padding: 5px;
  height: auto;
}
/* line 41, ../sass/partials/_policies-page-html-inputs.scss */
#policies-page #farpoint-wrap table.standard-policies-quantity td.policies-standard-fp-cell-persontype span.policies-standard-fp-label {
  font-size: inherit !important;
}
/* line 49, ../sass/partials/_policies-page-html-inputs.scss */
#policies-page table.standard-options {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
}

/* line 3, ../sass/partials/_participants-page.scss */
#participants-page #content-left {
  width: 100%;
}
/* line 7, ../sass/partials/_participants-page.scss */
#participants-page #content-right {
  width: 100%;
  clear: both;
  float: none;
  border: #333333 1px solid;
}
/* line 13, ../sass/partials/_participants-page.scss */
#participants-page #content-right h3 {
  font-size: 1.375em;
  padding: 5px 10px;
  background: #666666;
  color: white;
}
/* line 21, ../sass/partials/_participants-page.scss */
#participants-page #content-right .farpointparticipants {
  margin: 0;
  padding: 0;
  padding: 10px;
}
/* line 27, ../sass/partials/_participants-page.scss */
#participants-page #content-right p {
  padding: 0 10px 10px 10px;
}
/* line 33, ../sass/partials/_participants-page.scss */
#participants-page #next-back-wrap {
  margin-top: 10px;
}
/* line 36, ../sass/partials/_participants-page.scss */
#participants-page #next-back-wrap a.stepbutton.add-basket {
  float: none;
  display: block;
  margin-top: 10px;
}
/* line 42, ../sass/partials/_participants-page.scss */
#participants-page #next-back-wrap a.stepbutton.add-basket {
  float: none;
  display: block;
  margin-top: 10px;
}

/* line 51, ../sass/partials/_participants-page.scss */
#participants-page .buttons_bottom .button_addbasket {
  float: left;
  margin: 0;
}

/* line 13, ../sass/partials/_basket-my-reservations-page.scss */
#basket-lblname, #my-reservations-lblname {
  text-align: left;
  padding: 10px 0;
}

/* line 21, ../sass/partials/_basket-my-reservations-page.scss */
#basket-grid table.basket, #my-reservations-grid table.myres {
  margin: 10px auto;
  text-align: center;
  width: 100% !important;
}

/* line 28, ../sass/partials/_basket-my-reservations-page.scss */
#basket-grid table.basket tr.basket td,
#my-reservations-grid table.myres tr.myres td {
  padding: 10px;
  border: solid 1px #333333;
  text-align: center;
}

/* line 38, ../sass/partials/_basket-my-reservations-page.scss */
table.basket tr.basketheader td, table.myres tr.myresheader td {
  border: solid 1px #333333;
  padding: 5px;
  background: #666666;
  color: white;
  text-align: center;
}

/* line 47, ../sass/partials/_basket-my-reservations-page.scss */
#basket-page #the-key, #my-reservations-page #the-key {
  text-align: center;
}

/* line 51, ../sass/partials/_basket-my-reservations-page.scss */
#basket-page .basket-buttons-bottom, #my-reservations-page #my-reservations-buttons-bottom {
  clear: both;
  padding: 10px;
  overflow: hidden;
  text-align: center;
}

/* line 58, ../sass/partials/_basket-my-reservations-page.scss */
#basket-page .basket-buttons-bottom a, #my-reservations-page #my-reservations-buttons-bottom a {
  margin-right: 10px;
}

/* line 80, ../sass/partials/_basket-my-reservations-page.scss */
#basket-lbltotal {
  text-align: center;
  padding-bottom: 10px;
}

/* line 118, ../sass/partials/_basket-my-reservations-page.scss */
#my-reservations-page #my-reservations-buttons-bottom {
  text-align: center;
}

/* line 122, ../sass/partials/_basket-my-reservations-page.scss */
#my-reservations-page #my-reservations-buttons-bottom a {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 9, ../sass/partials/_match-bill-profile-page.scss */
#billing-page #content-left, #profile-page #content-left {
  float: none;
  width: 100%;
  clear: both;
}
/* line 276, ../sass/partials/_base.scss */
#billing-page #content-left:after, #profile-page #content-left:after {
  content: "";
  display: block;
  clear: both;
}

/* line 14, ../sass/partials/_match-bill-profile-page.scss */
#billing-page #content-right, #profile-page #content-right {
  position: relative;
  clear: both;
  width: 100%;
  float: none;
}
/* line 285, ../sass/partials/_base.scss */
#billing-page #content-right:after, #profile-page #content-right:after {
  content: "";
  display: block;
  clear: both;
}

/* line 23, ../sass/partials/_match-bill-profile-page.scss */
#billing-info-wrap, #profile-info-wrap {
  padding-bottom: 10px;
  border: solid 1px #333333;
}

/* line 31, ../sass/partials/_match-bill-profile-page.scss */
#billing-password-wrap, #profile-password-wrap {
  margin-top: 10px;
  border: solid 1px #333333;
  padding-bottom: 10px;
}

/* line 37, ../sass/partials/_match-bill-profile-page.scss */
#billing-paytype-wrap {
  margin-top: 10px;
  border: solid 1px #333333;
  border-bottom: 0;
}

/* line 43, ../sass/partials/_match-bill-profile-page.scss */
#billing-creditcard-wrap {
  margin-top: 10px;
  border: solid 1px #333333;
}

/* line 48, ../sass/partials/_match-bill-profile-page.scss */
#billing-payment-summary-wrap {
  border: solid 1px #333333;
  border-top: 0;
  padding-bottom: 10px;
}

/*Table Headers*/
/* line 56, ../sass/partials/_match-bill-profile-page.scss */
#billing-info-wrap h2, #profile-info-wrap h2 {
  padding: 5px 10px;
  background: #666666;
  color: white;
  margin-bottom: 10px;
}

/* line 70, ../sass/partials/_match-bill-profile-page.scss */
#billing-shipping-wrap h2,
#billing-password-wrap h2,
#billing-paytype-wrap h2,
#billing-creditcard-wrap h2,
#profile-shipping-wrap h2,
#profile-password-wrap h2 {
  padding: 5px 10px;
  background: #666666;
  color: white;
  margin-bottom: 10px;
}

/* line 78, ../sass/partials/_match-bill-profile-page.scss */
div.row {
  clear: both;
  width: 100%;
  margin-bottom: 7px;
  min-height: 30px;
}
/* line 83, ../sass/partials/_match-bill-profile-page.scss */
div.row:after {
  content: "";
  display: block;
  clear: both;
}

/* line 88, ../sass/partials/_match-bill-profile-page.scss */
div.row span.formtext.note {
  display: inline;
  font-size: 0.9em;
}

/* line 93, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol {
  display: inline-block;
  width: 69%;
  /*IE7*/
  *zoom: 1;
  *display: inline;
}

/* line 100, ../sass/partials/_match-bill-profile-page.scss */
div.labelcol {
  display: inline-block;
  width: 22%;
  vertical-align: top;
  text-align: right;
  padding: 10px 10px 0 0;
  /*IE7*/
  *zoom: 1;
  *display: inline;
  line-height: 1em;
}

/* line 111, ../sass/partials/_match-bill-profile-page.scss */
div.matchcol {
  position: absolute;
  display: inline-block;
  z-index: 9999;
  right: 15px;
  padding-top: 5px;
}

/* line 122, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol select, input[type="checkbox"] {
  margin-top: 5px;
}

/* line 126, ../sass/partials/_match-bill-profile-page.scss */
#main-billing-wrap div.labelcol, #main-profile-wrap div.labelcol {
  text-align: right;
}

/* line 130, ../sass/partials/_match-bill-profile-page.scss */
#main-billing-wrap div.inputcol, #main-profile-wrap div.inputcol {
  text-align: left;
}

/* line 142, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol input {
  width: 60%;
}

/*Member*/
/* line 153, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.member select {
  width: 150px;
}

/*Customer ID*/
/* line 162, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.customer-id input {
  width: 50%;
}

/*Company*/
/*First Name*/
/*Last Name*/
/*Address*/
/* line 202, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.address input {
  width: 90%;
}

/*Address 2*/
/* line 213, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.address2 input {
  width: 90%;
}

/*City*/
/*State*/
/*Zip*/
/*Country*/
/* line 265, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.country span.note {
  display: block;
}

/*Email*/
/* line 284, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.email-checkbox {
  margin-top: 5px;
}

/* line 288, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.email-checkbox input {
  width: 3%;
}

/* line 292, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.email span.note {
  display: block;
}

/*Phone and Fax*/
/*Hear About Us*/
/*Custom*/
/*Membership Packet*/
/*Membership Notice*/
/*Password*/
/* line 368, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.bill-password input {
  margin-right: 5px;
}

/*Payment Type*/
/* line 377, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.pay-type {
  /*width: 150px;*/
  vertical-align: bottom;
}

/* line 382, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.pay-type input {
  width: 100px;
}

/*Credit Card - Name on Card*/
/*Credit Card - Type*/
/*Credit Card - Number*/
/*Credit Card - Expiration*/
/* line 430, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.credit-card-expiration input {
  width: 55px;
}

/*Credit Card - CVV*/
/* line 439, ../sass/partials/_match-bill-profile-page.scss */
div.labelcol.credit-card-cvv span {
  width: 96px;
}

/* line 446, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.credit-card-cvv input {
  width: 40px;
}

/*Partner*/
/* line 461, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.partner .formfield {
  width: 150px;
}

/*Tax Exempt*/
/* line 476, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.tax-exempt input {
  width: 145px;
}

/* line 480, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.tax-exempt .formtext input {
  width: 10px;
}

/*Promotion*/
/* line 495, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.promotion .formfield {
  width: 145px;
}

/* line 499, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.promotion .buttext {
  width: 50px;
}

/*Deposits*/
/* line 514, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.deposits .deposit-list {
  width: 350px;
}

/* line 518, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.deposits span.deposit-text input {
  width: 56px;
}

/*Shipping Options*/
/* line 523, ../sass/partials/_match-bill-profile-page.scss */
div.labelcol.ship-options {
  width: 110px;
}

/* line 530, ../sass/partials/_match-bill-profile-page.scss */
div.inputcol.ship-options input {
  width: 5%;
  margin-right: 7px;
}

/* line 537, ../sass/partials/_match-bill-profile-page.scss */
.state-row select, .country-row select {
  border: 1px solid #333333;
  margin-bottom: 10px;
  margin-top: 5px;
}

/* line 548, ../sass/partials/_match-bill-profile-page.scss */
.inputcol.zip > a {
  margin-left: -35px;
  margin-right: 10px;
}

/* line 7, ../sass/partials/_billing-page.scss */
#billing-button-wrap {
  padding: 10px 0;
}

/* line 11, ../sass/partials/_billing-page.scss */
#content-left a.standardbutton.view-basket, #billing-button-wrap a.standardbutton.view-basket {
  /*background-image: url("../images/ViewBasket_but.gif");
  height: 23px;
  width: 122px;
  display: block;*/
  margin-top: 10px;
}

/* line 19, ../sass/partials/_billing-page.scss */
#content-left a.standardbutton.continue-shopping {
  text-indent: 0;
}

/* line 23, ../sass/partials/_billing-page.scss */
#billing-page #comment-wrap {
  float: left;
  width: 85%;
}

/* line 30, ../sass/partials/_billing-page.scss */
#comment-wrap .comment-header {
  display: block;
  padding-top: 10px;
}
/* line 35, ../sass/partials/_billing-page.scss */
#comment-wrap .commentbox {
  height: 100px;
  width: 80%;
}

/* line 43, ../sass/partials/_billing-page.scss */
#billing-activity-summary h5 {
  margin: 0;
  padding-bottom: 3px;
}

/* line 52, ../sass/partials/_billing-page.scss */
table.billingactsum .billingsummarylabels {
  display: block;
  width: 75px;
}

/* line 60, ../sass/partials/_billing-page.scss */
#content-right #billing-info-wrap {
  border: solid 1px #333333;
}

/* line 64, ../sass/partials/_billing-page.scss */
#main-billing-wrap #amount-due {
  padding: 10px;
  padding-bottom: 0;
}

/* line 69, ../sass/partials/_billing-page.scss */
#main-billing-wrap #billing-notes {
  padding-top: 10px;
}

/* line 4, ../sass/partials/_confirmation-page.scss */
#confirmation-page .buttons_bottom .button_accept {
  float: left;
  width: 75%;
}
/* line 8, ../sass/partials/_confirmation-page.scss */
#confirmation-page .buttons_bottom .button_accept a.accept-btn {
  width: 25%;
}

/* line 21, ../sass/partials/_confirmation-page.scss */
.buttons_bottom .button_accept a.stepbutton.accept-btn, #next-back-wrap a.standardbutton.accept-btn {
  /*background-image: url("../images/confirm_button.gif");
  height: 23px;
  width: 87px;*/
}

/* line 27, ../sass/partials/_confirmation-page.scss */
#next-back-wrap a.standardbutton.accept-btn {
  margin-right: 15px;
}

/* line 31, ../sass/partials/_confirmation-page.scss */
#confirm-wrapper {
  border: solid 1px #333333;
  margin: 0;
  width: 100%;
}
/* line 36, ../sass/partials/_confirmation-page.scss */
#confirm-wrapper h2 {
  background: #666666;
  color: white;
  padding: 5px 10px;
}
/* line 43, ../sass/partials/_confirmation-page.scss */
#confirm-wrapper h5 {
  margin: 0;
  padding: 5px 0;
  color: black;
}
/* line 48, ../sass/partials/_confirmation-page.scss */
#confirm-wrapper table {
  width: 100%;
}
/* line 54, ../sass/partials/_confirmation-page.scss */
#confirm-wrapper td.edit {
  vertical-align: top;
  width: 60px;
}
/* line 59, ../sass/partials/_confirmation-page.scss */
#confirm-wrapper td.edit a.standardbutton.edit-btn, #confirm-wrapper td.edit.middlealign a {
  /*background-image: url("../images/edit.gif");
  height: 13px;
  width: 31px;*/
  padding: 3.5px 10px;
  margin-bottom: 5px;
}
/* line 67, ../sass/partials/_confirmation-page.scss */
#confirm-wrapper td.edit img {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
}
/* line 80, ../sass/partials/_confirmation-page.scss */
#confirm-wrapper #confirm-billing, #confirm-wrapper #confirm-activities, #confirm-wrapper #confirm-activity, #confirm-wrapper #confirm-participants {
  padding: 10px;
}

/* line 86, ../sass/partials/_confirmation-page.scss */
#confirm-activities #confirm-activities-text {
  clear: both;
  padding: 0;
}

/* line 91, ../sass/partials/_confirmation-page.scss */
#confirm-wrapper #confirm-activities .confirmactcell td.edit.middlealign {
  vertical-align: middle;
  text-align: center;
}

/* line 96, ../sass/partials/_confirmation-page.scss */
#confirm-activities table.confirmact {
  margin-left: 0;
  width: 95%;
}

/* line 104, ../sass/partials/_confirmation-page.scss */
.buttons_bottom .button_accept a.stepbutton.accept-btn {
  float: right;
}

/* line 108, ../sass/partials/_confirmation-page.scss */
.buttons_bottom .button_accept span {
  line-height: 2em;
  padding-top: 10px;
  text-align: right;
  width: 60%;
  display: inline-block;
  /*IE7*/
  *zoom: 1;
  *display: block;
}

/* line 119, ../sass/partials/_confirmation-page.scss */
h4.amount-due {
  font-weight: 400;
}

/* line 2, ../sass/partials/_thankyou-page.scss */
#thankyou-page #thankyou-row-wrap, #thankyou-page #activity-row-wrap, #thankyou-page #product-row-wrap {
  clear: both;
}
/* line 4, ../sass/partials/_thankyou-page.scss */
#thankyou-page #thankyou-row-wrap:after, #thankyou-page #activity-row-wrap:after, #thankyou-page #product-row-wrap:after {
  content: "";
  display: block;
  clear: both;
}

/* line 10, ../sass/partials/_thankyou-page.scss */
#thankyou-row-wrap .thankyou-grid {
  clear: both;
  padding-bottom: 15px;
}

/* line 15, ../sass/partials/_thankyou-page.scss */
#activity-row-wrap .activity-grid, #product-row-wrap .product-grid {
  width: 33%;
  float: left;
}

/* line 20, ../sass/partials/_thankyou-page.scss */
#thankyou-page #thankyou-row-wrap p {
  padding: 5px 15px 0 0;
}

/* line 29, ../sass/partials/_thankyou-page.scss */
#activity-row-wrap {
  padding-top: 15px;
}

/* line 33, ../sass/partials/_thankyou-page.scss */
#product-row-wrap {
  padding-top: 10px;
}

/* line 37, ../sass/partials/_thankyou-page.scss */
span.thankyoutext font {
  color: #333333 !important;
  font-weight: bold;
}

/* line 8, ../sass/partials/_login-page.scss */
#login-page #content-left {
  width: 100%;
}
/* line 10, ../sass/partials/_login-page.scss */
#login-page #content-left table.loginformtable {
  width: 70%;
}
/* line 12, ../sass/partials/_login-page.scss */
#login-page #content-left table.loginformtable td {
  vertical-align: top;
}
/* line 14, ../sass/partials/_login-page.scss */
#login-page #content-left table.loginformtable td input.reqfield {
  width: 75%;
}
/* line 17, ../sass/partials/_login-page.scss */
#login-page #content-left table.loginformtable td span.formtext.note {
  display: block;
  padding: 5px 0;
}
/* line 22, ../sass/partials/_login-page.scss */
#login-page #content-left table.loginformtable td.labelcol {
  padding-right: 5px;
  padding-top: 5px;
}
/* line 28, ../sass/partials/_login-page.scss */
#login-page #content-right {
  width: 100%;
}
/* line 31, ../sass/partials/_login-page.scss */
#login-page #content-left h2, #login-page #content-right h2 {
  font-size: inherit;
}
/* line 34, ../sass/partials/_login-page.scss */
#login-page #login-button-wrap {
  padding: 30px 0 10px;
}

/* line 10, ../sass/partials/_profile-page.scss */
#profile-page #content-right p {
  padding: 10px 0;
}

/*Profile Table Headers*/
/* line 22, ../sass/partials/_profile-page.scss */
#main-profile-wrap td.matchcol {
  text-align: right;
}

/* line 35, ../sass/partials/_profile-page.scss */
#profile-page #profile-bottom-accept {
  padding: 10px 20px;
}

/* line 39, ../sass/partials/_profile-page.scss */
#profile-bottom-accept {
  text-align: right;
}

/* line 3, ../sass/partials/_membership-and-donations-page.scss */
#membership-and-donations-page .memberheaders {
  font-weight: 600;
  font-family: sans-serif;
  color: black;
  margin-bottom: 10px;
  float: left;
  font-size: 2em;
  float: none;
  display: block;
}
/* line 10, ../sass/partials/_membership-and-donations-page.scss */
#membership-and-donations-page .memberlistformtext {
  padding-top: 10px;
}
/* line 15, ../sass/partials/_membership-and-donations-page.scss */
#membership-and-donations-page #donation-wrap img {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 38, ../sass/partials/_membership-and-donations-page.scss */
#recipient {
  width: 475px;
  background-color: #ffffff;
  margin: 10px;
}
/* line 42, ../sass/partials/_membership-and-donations-page.scss */
#recipient table {
  width: 95%;
  font-size: 12.5px;
}
/* line 48, ../sass/partials/_membership-and-donations-page.scss */
#recipient table tr td {
  min-width: 75px;
}
/* line 51, ../sass/partials/_membership-and-donations-page.scss */
#recipient table tr td input#ctl00_ContentPlaceHolder1_txtFirstName, #recipient table tr td input#ctl00_ContentPlaceHolder1_txtState {
  width: 80% !important;
}
/* line 55, ../sass/partials/_membership-and-donations-page.scss */
#recipient table tr td a.standardbutton {
  margin-top: 10px;
}
/* line 59, ../sass/partials/_membership-and-donations-page.scss */
#recipient table tr td table td {
  padding: 2px;
}

/* line 1, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-wrapper {
  width: 97%;
  display: block;
  background-color: #E2E2E2;
  margin: 10px auto;
  overflow: hidden;
  /*CSS3*/
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 3px 3px 5px #CCC;
  -webkit-box-shadwo: 3px 3px 5px #CCC;
  box-shadow: 3px 3px 5px #CCC;
  padding-bottom: 10px;
}

/* line 17, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-wrapper h2.waiverlookup-header {
  text-align: center;
  font-size: 28px;
  display: block;
  background-color: #333333;
  color: #FFF;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px;
  margin: 0;
  font-weight: normal;
  /*CSS3*/
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  border-bottom: #CCC 5px solid;
}

/* line 35, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-wrapper p.lookup-desc {
  margin: 0;
  padding: 10px 20px;
  text-align: center;
}

/* line 41, ../sass/partials/_waiver-lookup.scss */
h2.waiverlookup-stepheader {
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 50, ../sass/partials/_waiver-lookup.scss */
h2.waiverlookup-stepheader span {
  background-color: orange;
  padding: 1px 5px;
  margin: 0;
}

/* line 56, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-wrapper #waiverlookup-entry {
  padding: 0;
  background-color: #EEEEEE;
  box-shadow: 0 0 5px #999;
}

/* line 62, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-wrapper #waiverlookup-step {
  margin: 0 10px 10px 10px;
  border: orange 4px solid;
  position: relative;
}

/* line 68, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-entry .waiverlookup {
  padding: 10px 20px;
  margin: 0 auto;
  position: relative;
}

/* line 74, ../sass/partials/_waiver-lookup.scss */
.waiverlookup .lookup-fields {
  padding: 10px 0 15px 0;
  text-align: center;
  display: block;
  margin: 0 0 20px 0;
}

/* line 81, ../sass/partials/_waiver-lookup.scss */
.waiverlookup .lookup-fields input, #waiverlookup-captcha input {
  border: 1px solid #bbbbbb !important;
  padding: 5px 5px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #666666 !important;
  /*CSS3*/
  box-shadow: 1px 1px 1px #CCC;
  -moz-box-shadow: 1px 1px 1px #CCC;
  -webkit-box-shadow: 1px 1px 1px #CCC;
}

/**Option1**/
/* line 95, ../sass/partials/_waiver-lookup.scss */
.option1-input {
  width: 75% !important;
}

/* line 99, ../sass/partials/_waiver-lookup.scss */
.option1 .zip {
  width: 60% !important;
}

/* line 103, ../sass/partials/_waiver-lookup.scss */
.option1 .zip-text {
  width: 35% !important;
}

/**Option2**/
/* line 108, ../sass/partials/_waiver-lookup.scss */
.option2-input {
  width: 60% !important;
}

/* line 112, ../sass/partials/_waiver-lookup.scss */
.option2 .zip {
  width: 50% !important;
  float: left;
  margin-left: 5px;
}

/* line 118, ../sass/partials/_waiver-lookup.scss */
.option2 .customer-text, .option2 .zip-text {
  width: 35% !important;
}

/**Option3**/
/* line 123, ../sass/partials/_waiver-lookup.scss */
.option3-input {
  width: 70% !important;
  float: left;
  margin-left: 5px;
}

/* line 129, ../sass/partials/_waiver-lookup.scss */
.lookup-fields .onecol {
  width: 100%;
  float: left;
}

/* line 134, ../sass/partials/_waiver-lookup.scss */
.lookup-fields .twocol {
  width: 50%;
  float: left;
}

/* line 139, ../sass/partials/_waiver-lookup.scss */
.lookup-fields .threecol {
  width: 33%;
  float: left;
}

/* line 144, ../sass/partials/_waiver-lookup.scss */
.waiverlookup .lookup-fields span.lookupfield-text {
  font-size: 14px;
  width: 20%;
  float: left;
  display: block;
  text-align: right;
  line-height: 200%;
  color: #666;
  font-weight: bold;
}

/* line 155, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-entry h3.lookupby {
  text-transform: uppercase;
  display: block;
  border-top: 5px #333 solid;
  padding: 10px 0;
  margin: 0;
  clear: both;
}

/* line 164, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-entry h3.lookupby span {
  background-color: #333;
  margin: 0;
  padding: 10px;
  color: #FFF;
}

/* line 171, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-entry .waiverlookup-or-break {
  margin: 0;
  text-align: center;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0;
  position: absolute;
}

/* line 181, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-entry .waiverlookup-or-break p {
  margin: 0 0 -12px 0;
  padding: 5px;
  background-color: orange;
  color: #FFF;
  z-index: 99;
  text-transform: uppercase;
}

/* line 190, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-wrapper #waiverlookup-captcha {
  padding: 20px 10px 10px 20px;
  margin: 0 10px;
  width: 28%;
  float: left;
  display: block;
  border: orange 4px solid;
  position: relative;
}

/* line 200, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-captcha img {
  float: left;
}

/* line 204, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-captcha a {
  color: #333;
  clear: both;
  margin: 0 0 1em 0;
  padding: 0;
}

/* line 211, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-captcha p {
  margin: 0;
  padding: 0;
}

/* line 216, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-captcha p label {
  clear: both;
  display: block;
  color: #999;
  font-style: italic;
  margin-top: .5em;
}

/* line 224, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-captcha input {
  width: 80%;
}

/* line 228, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-buttons {
  width: 61%;
  float: left;
  position: relative;
  height: 157px;
  display: block;
  border: orange 4px solid;
  position: relative;
}

/* line 238, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-buttons .clear-but {
  position: absolute;
  bottom: 0;
  left: 43%;
  margin-bottom: 10px;
}

/* line 245, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-buttons .lookup-but input {
  background: #1a82F7;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2f2727), to(#1a82f7));
  background: -webkit-linear-gradient(top, #2f2727, #1a82f7);
  background: -moz-linear-gradient(top, #2f2727, #1a82f7);
  background: -ms-linear-gradient(top, #2f2727, #1a82f7);
  background: -o-linear-gradient(top, #2f2727, #1a82f7);
  height: 80px;
  padding: 0 80px;
  display: block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  -webkit-box-shadow: 1px 1px 3px #999;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
  font-size: 30px;
  font-family: Arial, Sans-Serif;
}

/* line 268, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-buttons .lookup-but input:hover {
  background: #2F2727;
}

/* line 272, ../sass/partials/_waiver-lookup.scss */
#waiverlookup-buttons .lookup-but {
  background-image: none;
  margin-left: 15%;
  margin-top: 7%;
}

/***Kiosk Mode***/
/* line 279, ../sass/partials/_waiver-lookup.scss */
.no-captcha {
  display: none !important;
}

/* line 283, ../sass/partials/_waiver-lookup.scss */
.kiosk-lookup {
  margin: 0 auto !important;
  float: none !important;
}

/* line 1, ../sass/partials/_seat-selection.scss */
#RadWindowWrapper_ctl00_ContentPlaceHolder1_radSeats {
  width: 80% !important;
  left: 50% !important;
  margin-left: -40% !important;
}

/* line 7, ../sass/partials/_seat-selection.scss */
#seatselectionwrapper {
  min-height: 500px;
}
/* line 13, ../sass/partials/_seat-selection.scss */
#seatselectionwrapper:after {
  content: "";
  display: block;
  clear: both;
}
/* line 17, ../sass/partials/_seat-selection.scss */
#seatselectionwrapper img {
  min-width: 600px;
  height: auto;
}

/* line 29, ../sass/partials/_seat-selection.scss */
#seatselectionwrapper #seatmappingarea img {
  height: auto;
  margin-right: 200px;
}

/* line 39, ../sass/partials/_seat-selection.scss */
#seatmappingarea #seating-grid div {
  border: 0 none !important;
}
/* line 43, ../sass/partials/_seat-selection.scss */
#seatmappingarea #seating-grid div:after {
  content: "";
  display: block;
  clear: both;
}

/* line 48, ../sass/partials/_seat-selection.scss */
#seatmappingarea #seating-grid div > table {
  padding-right: 200px;
  width: auto !important;
}

/* line 54, ../sass/partials/_seat-selection.scss */
#seatmappingarea #seating-grid div table {
  text-align: center;
}

/* line 58, ../sass/partials/_seat-selection.scss */
#seating-grid div table td {
  border-color: #e8e8e8 !important;
  border-width: 0 0 1px;
  border-style: solid;
}

/* line 64, ../sass/partials/_seat-selection.scss */
#seatselectionwrapper #seatselectionlist {
  position: fixed;
  top: 0;
  right: 0;
  width: 200px;
  background-color: #E8E8E8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 12px;
}
/* line 77, ../sass/partials/_seat-selection.scss */
#seatselectionwrapper #seatselectionlist * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 84, ../sass/partials/_seat-selection.scss */
#seatselectionlist #legend {
  padding: 0 0 10px 0;
  background-color: #FFF;
}

/* line 89, ../sass/partials/_seat-selection.scss */
#legend h3.legend-header {
  display: block;
  background-color: #333;
  color: #FFF;
  padding: 10px;
  margin: 5px 0 0 0;
  font-size: 16px;
}

/* line 98, ../sass/partials/_seat-selection.scss */
#legend p {
  font-size: 12px;
  padding: 0 0 0 10px;
  margin: 0;
}

/* line 104, ../sass/partials/_seat-selection.scss */
#legend p span {
  font-weight: bold;
}

/* line 107, ../sass/partials/_seat-selection.scss */
#legend p.seat-section {
  border-bottom: 1px solid #333;
  line-height: 28px;
  padding-left: 10px;
  background-color: #EEE;
  display: block;
  margin-bottom: 5px;
}

/* line 120, ../sass/partials/_seat-selection.scss */
#legend .seat-button.remove {
  margin-left: 10px;
  background: #c60707;
  padding: 5px;
  font-size: 12px;
  color: #FFF;
  margin-top: 5px;
  display: inline-block;
}

/* line 130, ../sass/partials/_seat-selection.scss */
#seatselectionlist #seatselectionbuttons {
  margin: 10px 0;
  overflow: hidden;
}

/* line 135, ../sass/partials/_seat-selection.scss */
body.pop-up #seatselectionlist #seatselectionbuttons {
  width: auto;
}

/* line 140, ../sass/partials/_seat-selection.scss */
body.pop-up #seatselectionwrapper #seatselectionbuttons a.seat-button {
  background-image: none !important;
  background: #666666 !important;
  color: white !important;
  display: block !important;
  font-size: 11px !important;
  margin: 0 5px 5px 0 !important;
}
/* line 155, ../sass/partials/_seat-selection.scss */
body.pop-up #seatselectionwrapper #seatselectionbuttons a:hover {
  background: #333333 !important;
  filter: none !important;
}
/* line 160, ../sass/partials/_seat-selection.scss */
body.pop-up #seatselectionwrapper #seatselectionbuttons a.cancel, body.pop-up #seatselectionwrapper #seatselectionbuttons a.clear {
  float: left;
}
/* line 164, ../sass/partials/_seat-selection.scss */
body.pop-up #seatselectionwrapper #seatselectionbuttons a.next, body.pop-up #seatselectionwrapper #seatselectionbuttons a.save {
  background: #666666 !important;
  border-color: #666666 !important;
  color: white !important;
  font-weight: bold;
  font-size: 14px !important;
  display: block;
  float: none;
  text-align: center;
  padding: 10px;
  clear: both;
}
/* line 176, ../sass/partials/_seat-selection.scss */
body.pop-up #seatselectionwrapper #seatselectionbuttons a.next:before, body.pop-up #seatselectionwrapper #seatselectionbuttons a.next:after, body.pop-up #seatselectionwrapper #seatselectionbuttons a.save:before, body.pop-up #seatselectionwrapper #seatselectionbuttons a.save:after {
  content: "";
  display: block;
  clear: both;
}
/* line 181, ../sass/partials/_seat-selection.scss */
body.pop-up #seatselectionwrapper #seatselectionbuttons a.next:hover {
  background: #515151 !important;
  filter: none !important;
}

/* line 10, ../sass/partials/_farpoint.scss */
div.farpointpolicies, div.farpointoptions {
  border: none !important;
}

/* line 13, ../sass/partials/_farpoint.scss */
div.farpointpolicies input, div.farpointoptions input {
  font-size: 12px !important;
}

/* line 16, ../sass/partials/_farpoint.scss */
div.farpointpolicies div, div.farpointoptions div {
  border: none !important;
}

/* line 19, ../sass/partials/_farpoint.scss */
div.farpointpolicies input#ctl00_ContentPlaceHolder1_fp_textBox, div.farpointoptions input#ctl00_ContentPlaceHolder1_fp_textBox {
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 26, ../sass/partials/_farpoint.scss */
div.farpointpolicies table, div.farpointoptions table {
  border: none !important;
}

/* line 34, ../sass/partials/_farpoint.scss */
div.farpointpolicies table td,
div.farpointoptions table td,
div.farpointpolicies table tr,
div.farpointoptions table tr,
div.farpointpolicies table tbody,
div.farpointoptions table tbody {
  text-align: left !important;
  vertical-align: middle;
  padding: 0px !important;
  background: none !important;
  font-size: 12px !important;
  border: none !important;
  font-family: sans-serif !important;
}

/* line 45, ../sass/partials/_farpoint.scss */
div.farpointpolicies table tbody div#ctl00_ContentPlaceHolder1_fp_view td,
div.farpointoptions table tbody div#ctl00_ContentPlaceHolder1_fp_view td {
  font-family: sans-serif !important;
  font-size: 12px !important;
}

/* line 50, ../sass/partials/_farpoint.scss */
div.farpointpolicies table tr, div.farpointoptions table tr {
  border: 0px #ffffff solid !important;
}

/* line 56, ../sass/partials/_farpoint.scss */
div.farpointpolicies table div#ctl00_ContentPlaceHolder1_fpOptions_colHeader td,
div.farpointoptions table div#ctl00_ContentPlaceHolder1_fpOptions_colHeader td,
div.farpointpolicies table div#ctl00_ContentPlaceHolder1_fp_colHeader td,
div.farpointoptions table div#ctl00_ContentPlaceHolder1_fp_colHeader td {
  background: #FFF !important;
  color: black !important;
}

/* line 63, ../sass/partials/_farpoint.scss */
div.farpointpolicies table td.farpointpoliciesheader,
div.farpointoptions table td.farpointpoliciesheader,
div.farpointpolicies table td.farpointoptionsheader,
div.farpointoptions table td.farpointoptionsheader {
  background: #333333 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 10.8px !important;
}

/* line 76, ../sass/partials/_farpoint.scss */
div.farpointpolicies table td.farpointpoliciesheader td,
div.farpointoptions table td.farpointpoliciesheader td,
div.farpointpolicies table td.farpointoptionsheader td,
div.farpointoptions table td.farpointoptionsheader td {
  color: #ffffff !important;
  background: #333333 !important;
  border: none !important;
  font-weight: bold !important;
}

/* line 83, ../sass/partials/_farpoint.scss */
div.farpointpolicies td.farpointpoliciescolumn0 nobr, div.farpointpolicies td.farpointpoliciescolumn0 input {
  float: left;
  width: 25px !important;
  margin: 0px !important;
  margin-top: 5px !important;
  margin-left: 0px !important;
  background: #FFF !important;
  border: 1px #333333 solid !important;
  text-align: center;
  font-weight: bold;
  cursor: text;
  vertical-align: middle !important;
  font-size: 12px !important;
}

/* line 103, ../sass/partials/_farpoint.scss */
div.farpointpolicies td.farpointpoliciescolumn0 nobr {
  height: 20px !important;
  padding: 5px !important;
  padding-top: 5px !important;
  padding-bottom: 8px !important;
}

/* line 109, ../sass/partials/_farpoint.scss */
div.farpointpolicies td.farpointpoliciescolumn0 input {
  height: 18px !important;
  padding: 7px 5px !important;
  padding-top: 8px !important;
  outline: none !important;
  font-family: sans-serif !important;
}

/* line 118, ../sass/partials/_farpoint.scss */
div.farpointoptions {
  margin-top: 10px;
}

/* line 121, ../sass/partials/_farpoint.scss */
div.farpointoptions nobr {
  border: none !important;
  background: none !important;
  text-align: left !important;
}

/* line 126, ../sass/partials/_farpoint.scss */
div.farpointoptions table td.farpointoptionsheader {
  padding-left: 0px !important;
}

/* line 129, ../sass/partials/_farpoint.scss */
div.farpointoptions div#ctl00_ContentPlaceHolder1_fpOptions_view {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

/* line 133, ../sass/partials/_farpoint.scss */
div.farpointoptions div#ctl00_ContentPlaceHolder1_fpOptions_colHeader {
  background: #333333;
}

/* line 139, ../sass/partials/_farpoint.scss */
#content-right div.farpointparticipants {
  padding: 5px 0 0 5px;
  overflow: visible !important;
  display: block !important;
}

/* line 145, ../sass/partials/_farpoint.scss */
div.farpointparticipants {
  height: 250px !important;
  border: none !important;
  font-size: 12px !important;
}

/* line 151, ../sass/partials/_farpoint.scss */
div.farpointparticipants table div table td {
  vertical-align: middle;
}

/* line 155, ../sass/partials/_farpoint.scss */
div.farpointparticipants td.participantcheckcell {
  text-align: center;
}

/* line 159, ../sass/partials/_farpoint.scss */
div.farpointparticipants td.participanttextcell input {
  border: 1px #333333 solid !important;
  font-size: 12px !important;
  margin: 0px !important;
  font-family: sans-serif !important;
}

/* line 166, ../sass/partials/_farpoint.scss */
div.farpointparticipants td.participanttextcell {
  border: 1px #333333 solid !important;
  font-size: 12px !important;
  font-family: sans-serif !important;
  overflow: hidden !important;
}

/* line 173, ../sass/partials/_farpoint.scss */
div.farpointparticipants td.participantcombocell {
  border: 1px #FFF solid !important;
  font-size: 12px !important;
  font-family: sans-serif !important;
  overflow: visible !important;
}

/* line 180, ../sass/partials/_farpoint.scss */
div.farpointparticipants td.participantcombocell select {
  font-family: sans-serif !important;
  font-size: 12px !important;
  width: 150% !important;
}

/* line 186, ../sass/partials/_farpoint.scss */
div.farpointparticipants span {
  border: none !important;
}

/* line 189, ../sass/partials/_farpoint.scss */
div.farpointparticipants td.participantcheckcell input {
  border: none !important;
}

/* line 192, ../sass/partials/_farpoint.scss */
div.farpointparticipants table {
  border: none !important;
}

/* line 195, ../sass/partials/_farpoint.scss */
div.farpointparticipants table input, div.farpointparticipants table nobr {
  border: 1px #333333 solid !important;
  outline: none;
  font-size: 12px !important;
  background: #fff !important;
  margin: 0px !important;
  margin-right: 5px !important;
}

/* line 204, ../sass/partials/_farpoint.scss */
div.farpointparticipants table td {
  border: none !important;
}

/* line 209, ../sass/partials/_farpoint.scss */
div.farpointparticipants table#ctl00_ContentPlaceHolder1_fpParticipants_rh td.participantrowheader {
  border: 1px #FFF solid !important;
  border-right: none !important;
  background: #FFF !important;
}

/* line 215, ../sass/partials/_farpoint.scss */
div.farpointparticipants div#ctl00_ContentPlaceHolder1_fpParticipants_corner td {
  background: #FFF !important;
  margin: 0px !important;
  border: none !important;
}

/* line 220, ../sass/partials/_farpoint.scss */
div.farpointparticipants div#ctl00_ContentPlaceHolder1_fpParticipants_view {
  overflow: auto !important;
  height: 200px !important;
}

/* line 225, ../sass/partials/_farpoint.scss */
div.farpointparticipants table#ctl00_ContentPlaceHolder1_fpParticipants_cht {
  border: none !important;
  margin: 0px !important;
}

/* line 229, ../sass/partials/_farpoint.scss */
div.farpointparticipants table#ctl00_ContentPlaceHolder1_fpParticipants_cht tr {
  border: none;
  margin: 0px !important;
}

/* line 233, ../sass/partials/_farpoint.scss */
div.farpointparticipants table#ctl00_ContentPlaceHolder1_fpParticipants_cht td.participantcolheader {
  border: none !important;
  margin: 0px !important;
  font-weight: bold !important;
  font-size: 10.8px !important;
}

/* line 239, ../sass/partials/_farpoint.scss */
div.farpointparticipants table#ctl00_ContentPlaceHolder1_fpParticipants_cht td {
  background: #FFF !important;
  color: #333333 !important;
  text-align: left !important;
}

/* line 244, ../sass/partials/_farpoint.scss */
div.farpointparticipants table#ctl00_ContentPlaceHolder1_fpParticipants_viewport td.participanttextcell {
  border: none !important;
  background: none !important;
  padding: 5px;
  border: 1px #333333 solid !important;
  padding-right: 5px !important;
}

/* line 253, ../sass/partials/_farpoint.scss */
div.farpointparticipants table#ctl00_ContentPlaceHolder1_fpParticipants_viewport td.participantcombocell {
  border: none !important;
  background: none !important;
  padding: 0 5px;
  border: 1px #FFF solid !important;
  padding-right: 5px !important;
}

/* line 262, ../sass/partials/_farpoint.scss */
div.farpointparticipants table#ctl00_ContentPlaceHolder1_fpParticipants_viewport td.participantcombocell select {
  background-color: #7a7b7b !important;
  color: white !important;
  background-image: none !important;
  border: 1px #333333 solid !important;
  padding: 4px 0 !important;
}

/* line 271, ../sass/partials/_farpoint.scss */
div.farpointparticipants table#ctl00_ContentPlaceHolder1_fpParticipants_viewport td.participantcombocell select option {
  color: white !important;
}

/* line 275, ../sass/partials/_farpoint.scss */
div.farpointparticipants div#ctl00_ContentPlaceHolder1_fpParticipants_colHeader {
  background: #333333;
  border: none !important;
  font-size: 12px !important;
}

/* line 280, ../sass/partials/_farpoint.scss */
div.farpointparticipants table div#ctl00_ContentPlaceHolder1_fpParticipants_rowHeader {
  border: none !important;
  height: 200px !important;
}

/* line 284, ../sass/partials/_farpoint.scss */
div.farpointparticipants table div#ctl00_ContentPlaceHolder1_fpParticipants_rowHeader table {
  border: none !important;
  height: 200px !important;
}

/* line 288, ../sass/partials/_farpoint.scss */
div.farpointparticipants table div#ctl00_ContentPlaceHolder1_fpParticipants_rowHeader table td {
  border: none !important;
}

/* line 291, ../sass/partials/_farpoint.scss */
div.farpointparticipants table div#ctl00_ContentPlaceHolder1_fpParticipants_rowHeader td {
  background: #fff !important;
  color: #000 !important;
  font-weight: bold !important;
}

/* line 297, ../sass/partials/_farpoint.scss */
.no_margin.no_padding {
  background-color: transparent !important;
}

/* line 8, ../sass/partials/_availability-view.scss */
#Availability-Screen .Table, #Availability-Screen .av-scn-table {
  display: table;
  background-color: #FFF;
  width: 100%;
  border: 0 none;
}
/* line 15, ../sass/partials/_availability-view.scss */
#Availability-Screen .Title, #Availability-Screen .av-scn-title {
  display: table-caption;
  text-align: center;
  font-weight: bold;
  font-size: larger;
}
/* line 22, ../sass/partials/_availability-view.scss */
#Availability-Screen .av-scn-heading {
  display: table-row;
  font-weight: bold;
  text-align: center;
  border: 0 none;
}
/* line 28, ../sass/partials/_availability-view.scss */
#Availability-Screen .av-scn-heading .av-scn-cell {
  border-top: 1px solid #333333;
}
/* line 33, ../sass/partials/_availability-view.scss */
#Availability-Screen .Row, #Availability-Screen .av-scn-row {
  display: table-row;
  border: 0 none;
}
/* line 38, ../sass/partials/_availability-view.scss */
#Availability-Screen .Cell, #Availability-Screen .av-scn-cell {
  display: table-cell;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 45, ../sass/partials/_availability-view.scss */
#Availability-Screen .Cell:last-child, #Availability-Screen .av-scn-cell:last-child {
  border-right: 0 none;
}

/* line 42, ../sass/masterstyles.scss */
.no_margin.no_padding {
  background: none !important;
  background-color: transparent !important;
}

.ob-body-wrapper-basket #basket-update #ctl00_ContentPlaceHolder1_rgParticipants {
    height: 100%!important;
    width: 100%!important;
}

.ob-body-wrapper-policies #policies-page #ctl00_ContentPlaceHolder1_rgOptions {
    height: 100%!important;
    width: 100%!important;
}

.ob-body-wrapper-policies #policies-page .farpoint-options-header {
    margin-top: 20px!important;
    display: block;
}

.ob-body-wrapper-policies #policies-page .rgHeader {
    background-image: none;
    background-color: transparent;
    border: none;
    padding-left:0px;
    font-weight: bold;
}

.ob-body-wrapper-policies #policies-page #ctl00_ContentPlaceHolder1_rgOptions {
    margin-top: 0px;
}

.ob-body-wrapper-policies #policies-page .riTextBox {
    text-align: center;
    width: 50px;
    margin-top: 5px;
}

#basket-page #basket-update .farpoint #ctl00_ContentPlaceHolder1_rgParticipants {
    height: 100%!important;
}

#participants-page #content-right #ctl00_ContentPlaceHolder1_rgParticipants {
    height: 100%!important;
    width: 100%!important;
    font-weight: bold;
}

#participants-page #content-right .rgMasterTable .rgHeader {
    background: transparent!important;
	font-weight: bold;
}

#participants-page #content-right .rgMasterTable .rgRow {
    background: transparent!important;
}

#participants-page #content-right .rgMasterTable .rgAltRow {
    background: transparent!important;
}

#participants-page #content-right .rgMasterTable .rgRow > td {
    border-right: 1px solid  #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

#participants-page #content-right .rgMasterTable .rgAltRow > td {
    border-right: 1px solid  #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

#participants-page #content-right #ctl00_ContentPlaceHolder1_rgParticipants_GridData {
	height: 100%!important;
}

/* Activity Booking Page */

/*Calendar Key */
#calendar-key {
    font-size: small;
    width: max-content;
    margin-bottom: 4px;
}
/* Select Time Dropdown */
#select-date-page #ctl00_ContentPlaceHolder1_divTimes select {
    border: 1px solid #d6d6d6;
    padding: 6.25px;
    font-size: 16px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    width: 100%;
}
/*Dynamic page panels -- Activity Booking*/
.flex-container {
    display: flex;
    width: calc(100% - 40px);
}
#select-date-page .flex-child-left {
    flex: 0 0 50%;
    padding-right: 15px;
    width: 50%;
}

#select-date-page .flex-child-right {
    flex: 0 0 50%;
    padding-left: 15px;
    width: 50%;
}
.policies-wrapper {
    border-left: 1px solid #AAAAAA;
    text-align: center;
}
span.participant-wrapper {
    padding-left: 10px;
    padding-top: 8px;
}
.participant-wrapper {
    text-align: start;
}
.input-group .participant-wrapper {
    max-width: calc(70% - 30px);
}
@-moz-document url-prefix() {
.input-group .participant-wrapper {
    max-width: calc(70% - 32px);
}
}
.participantcount {
    border: 1px solid #000;
    text-align: center;
    max-width: 25px;
}
.policies-panel {
    border: 1px solid #ddd;
    max-height:150px;
    overflow-x:hidden;
    overflow-y:scroll;
    margin-top:10px;
    margin-bottom:10px;
    padding: 5px;
}
.policies-accept {
    margin:10px;
}
 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.mobile-accordion {
    display:none;
}
.mobile-accordion-button {
    display:none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group .form-control {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

#select-date-page .btn-danger {
    display: none;
    color: #d9534f;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 40px;
    margin-top: -15px;
    text-align: justify;
    margin-right: 5px;
    font-family: sans-serif;
    font-weight: bold;
}

#select-date-page .btn-success {
    display: none;
    color: #228b22;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 31px;
    margin-top: -4px;
    text-align: justify;
    margin-left: 3px;
    font-family: sans-serif;
    font-weight: bold;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-plus:before {
    content: "\2b";
}
.ActivityBookingVisibility {
    padding-left: 10px;
    padding-right: 10px;
    border: 5px solid red;
    border-radius: 25px;
}
.disabled {
      pointer-events: none;
  opacity: 0.65;
}

#select-date-page .fc-basic-view .fc-body .fc-row {
	min-height:45px!important;
	height: 45px!important;
}

#select-date-page .fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding-right: 7px!important;
    padding-top: 5px!important;
    font-weight: bolder;
    color: #696969;
}

#select-date-page .flex-container #ctl00_ContentPlaceHolder1_divLeftFlex #calendar-key #ctl00_ContentPlaceHolder1_lblKey {
	font-size: 11px;
}

#select-date-page #ctl00_ContentPlaceHolder1_divCalendarParent.ActivityBookingVisibility {
    padding-left: 3px;
    padding-right: 3px;
    border: solid 5px;
    border-image: linear-gradient(45deg, turquoise, greenyellow) 1;
}

#select-date-page #ctl00_ContentPlaceHolder1_divTimes.ActivityBookingVisibility {
    padding: 3px;
    border: solid 5px;
    border-image: linear-gradient(45deg, turquoise, greenyellow) 1;
}

#select-date-page #ctl00_ContentPlaceHolder1_divPoliciesWrapper.ActivityBookingVisibility {
    padding: 3px;
    border: solid 5px;
    border-image: linear-gradient(45deg, turquoise, greenyellow) 1;
}

#select-date-page #ctl00_ContentPlaceHolder1_divTimes {
    padding: 3px;
    border: solid 5px transparent;
}

#select-date-page #ctl00_ContentPlaceHolder1_divCalendarParent {
    padding: 3px;
    border: solid 5px transparent;
}

#select-date-page #ctl00_ContentPlaceHolder1_divPoliciesWrapper {
    padding: 3px;
    border: solid 5px transparent;
}

#select-date-page #ctl00_ContentPlaceHolder1_divCalendarParent .fc-left {
    font-size: 10px;
      padding-top: 5px;
}

#select-date-page #ctl00_ContentPlaceHolder1_divCalendarParent .fc-right {
    font-size: 10px;
    padding-top: 5px;
}

#select-date-page .ddlTimes {
	background-color: transparent!important;
}

#select-date-page .fc-corner-left.fc-corner-right {
    background-image: none;
    background-color: #fff;
    border: none;
    box-shadow: none;
    text-shadow: none;
}

#select-date-page #ctl00_ContentPlaceHolder1_divCalendarParent .fc-prev3-button {
  display: none;
}

#select-date-page #ctl00_ContentPlaceHolder1_divCalendarParent .fc-next3-button {
  display: none;
}

.ob-loggedin.ob-staff.ob-body-wrapper-activitybooking #ctl00_ContentPlaceHolder1_divLeftFlex {
    flex: 0 0 50%;
    padding-right: 15px;
    width: 50%;
}

/*End Activity Booking*/

.flex {
      display: flex;
    }

/*Footer*/
#footer {
    background-color: #2A2A2A;
    color: #fff;
    padding: 40px 20px;
}

.phone-icon {
	font-size: 49px;
	margin-top: 9px;
	margin-right: 15px;
}

.envelope-icon {
	font-size: 40px;
	color: gray;
	margin-right: 15px;
	margin-left: 9px;
}

.footer-section h2 {
	font-size: 34px;
}

.footer-section h3 {
	margin-top: 50px
}

.footer-section img {
    max-width: 260px;
    margin-bottom: 40px;
}

.footer-section p {
	margin-bottom: 0;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: auto;
}

.footer-section {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.footer-section h4 {
  /* padding-bottom: 20px; */
  /* margin-bottom: 15px; */
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin: 8px 0;
}

.footer-section ul li a, .footer-section a {
  color: #ccc;
  text-decoration: none;
}

.footer-section ul li a:hover {
  color: #fff;
}

.socials li a {
	margin-right: 25px
}

.socials {
	font-size: 20px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #aaa;
  margin-top: 100px;
}
    
/*Header*/
#header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 112px;
  box-shadow: 0 36px 24px -37px rgba(52.70000000000002, 52.12717391304349, 52.12717391304349, .26);
  z-index: 9999;
}

.header-container {
  max-width: 1440px;
  margin: auto;
}

.header-container img {
  width: 280px;
}

.header-container ul {
  margin-right: 100px;
}

.header-container li {
  list-style-type: none;
  margin: 0 20px 0 20px;
}

.header-container .button { 
  display: flex;
  align-items: center;
}

.header-container .button a {
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  padding: 17px 20px 20px 17px;
  border-radius: 8px;
  font-size: 15px;
}