/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(//fonts.googleapis.com/css?family=Poppins:400,500,700);
/* line 6, ../sass/base/_reset.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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, ../sass/base/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../sass/base/_reset.scss */
body {
  line-height: 1;
}

/* line 34, ../sass/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../sass/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, ../sass/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../sass/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 51, ../sass/base/_reset.scss */
html {
  box-sizing: border-box;
}

/* line 54, ../sass/base/_reset.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 18, ../sass/variables/_variables.scss */
.red {
  color: #97001c !important;
}

/* line 2, ../sass/base/_elements.scss */
* {
  transition: all 500ms ease;
}

/* line 8, ../sass/base/_elements.scss */
a {
  text-decoration: none;
  cursor: pointer;
}
/* line 11, ../sass/base/_elements.scss */
a:visited, a:active {
  text-decoration: none;
}
/* line 15, ../sass/base/_elements.scss */
a:hover {
  text-decoration: none;
}

/* line 47, ../sass/base/_elements.scss */
ul.check-list {
  text-align: left;
}
/* line 24, ../sass/base/_elements.scss */
ul.check-list li {
  margin-bottom: 1em;
}
@media (min-width: 50rem) {
  /* line 47, ../sass/base/_elements.scss */
  ul.check-list {
    text-align: left;
  }
}
/* line 49, ../sass/base/_elements.scss */
ul.check-list li:before {
  content: url("../images/check-list.svg");
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

/* line 53, ../sass/base/_elements.scss */
ul.check-list-right {
  text-align: left;
}
/* line 24, ../sass/base/_elements.scss */
ul.check-list-right li {
  margin-bottom: 1em;
}
@media (min-width: 50rem) {
  /* line 53, ../sass/base/_elements.scss */
  ul.check-list-right {
    text-align: right;
  }
}
@media (min-width: 50rem) {
  /* line 56, ../sass/base/_elements.scss */
  ul.check-list-right li:after {
    content: url("../images/check-list.svg");
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
}
@media (max-width: 50rem) {
  /* line 61, ../sass/base/_elements.scss */
  ul.check-list-right li:before {
    content: url("../images/check-list.svg");
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}

/* line 68, ../sass/base/_elements.scss */
div.form-item {
  margin: 1em 0;
}

/* line 71, ../sass/base/_elements.scss */
input[type=text], input[type=email], input[type=password] {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1em;
  border: 1px solid #ccc;
}

/* line 78, ../sass/base/_elements.scss */
select {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: block;
  width: 100%;
  height: 4em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

/* line 85, ../sass/base/_elements.scss */
label {
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  font-size: 1em !important;
  display: block;
}

/* line 90, ../sass/base/_elements.scss */
.inner-addon {
  position: relative;
  bottom: 2em;
  width: 45%;
  float: left;
}
@media (max-width: 40rem) {
  /* line 90, ../sass/base/_elements.scss */
  .inner-addon {
    width: 100%;
  }
}
/* line 98, ../sass/base/_elements.scss */
.inner-addon input {
  width: 100%;
}

/* line 102, ../sass/base/_elements.scss */
.inner-addon .icon-calendar {
  color: #555;
  font-size: 1.5em;
  float: right;
  position: relative;
  top: 40px;
}
@media (max-width: 50rem) {
  /* line 102, ../sass/base/_elements.scss */
  .inner-addon .icon-calendar {
    visibility: hidden;
  }
}

/* line 112, ../sass/base/_elements.scss */
.time-input {
  float: left;
  margin: 0 0 0 5%;
  position: relative;
  bottom: 8px;
  width: 45%;
}
@media (max-width: 40rem) {
  /* line 112, ../sass/base/_elements.scss */
  .time-input {
    width: 100%;
    margin: 0;
  }
}

/* line 124, ../sass/base/_elements.scss */
.reservation-form-wrapper {
  background: rgba(151, 0, 28, 0.7);
  padding: 1em;
  height: 310px;
  color: white !important;
  -webkit-border-radius: 2em 0 0 0;
  border-radius: 2em 0 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
@media (min-width: 40rem) {
  /* line 124, ../sass/base/_elements.scss */
  .reservation-form-wrapper {
    height: 230px;
  }
}
@media (min-width: 60rem) {
  /* line 124, ../sass/base/_elements.scss */
  .reservation-form-wrapper {
    height: 150px;
  }
}
/* line 138, ../sass/base/_elements.scss */
.reservation-form-wrapper h6 {
  color: white !important;
  font-size: 1.5em;
}
/* line 142, ../sass/base/_elements.scss */
.reservation-form-wrapper input[type=submit] {
  display: block;
  width: 100%;
  padding: 1.4em 0;
}

/* line 149, ../sass/base/_elements.scss */
p.prf-usa-logo-wrapper {
  width: 250px;
  float: right;
  margin-left: 20px;
}
/* line 153, ../sass/base/_elements.scss */
p.prf-usa-logo-wrapper img {
  width: 100%;
}

/* line 158, ../sass/base/_elements.scss */
.well {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 10px #eee;
  -moz-box-shadow: 0 0 10px #eee;
  box-shadow: 0 0 10px #eee;
  -webkit-border-radius: 2em 0 0 0;
  border-radius: 2em 0 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 3em;
  display: block;
  margin: 2em 2em 2em 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  text-align: center;
  width: 100%;
}
/* line 168, ../sass/base/_elements.scss */
.well img {
  margin: 1em 0;
  height: 59px;
}

/*** INDEX ITEMS ***/
/* line 179, ../sass/base/_elements.scss */
.bottom-items {
  margin-bottom: 1em;
}
/* line 181, ../sass/base/_elements.scss */
.bottom-items div.field-content {
  display: inline-block;
  padding: 0;
  margin: 0 0 0.8em;
  background: #97001c;
  -webkit-border-radius: 2em 0 0 0;
  border-radius: 2em 0 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
/* line 188, ../sass/base/_elements.scss */
.bottom-items div.field-content:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #97001c;
  opacity: 0;
}
/* line 196, ../sass/base/_elements.scss */
.bottom-items div.field-content:hover:after {
  opacity: 0.8;
}
/* line 199, ../sass/base/_elements.scss */
.bottom-items img {
  -webkit-border-radius: 2em 0 0 0;
  border-radius: 2em 0 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100% !important;
  height: auto !important;
  vertical-align: top;
}
/* line 206, ../sass/base/_elements.scss */
.bottom-items img:hover {
  opacity: 0.5;
}
/* line 209, ../sass/base/_elements.scss */
.bottom-items h5, .bottom-items h5 a {
  color: #97001c;
  font-size: 1em;
  font-weight: 500 !important;
  margin-top: -0.5em;
}
@media (max-width: 50rem) {
  /* line 216, ../sass/base/_elements.scss */
  .bottom-items img, .bottom-items div.field-content {
    -webkit-border-radius: 5em 0 0 0;
    border-radius: 5em 0 0 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
  /* line 219, ../sass/base/_elements.scss */
  .bottom-items h5, .bottom-items h5 a {
    font-size: 1.5em !important;
  }
}

/*** CONTACT PAGE CONTACT FORM ***/
/* line 226, ../sass/base/_elements.scss */
.contact-message-get-your-account-form {
  margin: 4em 0 !important;
  background: #97001c url("../images/contact-block-bg.png") repeat-x;
  padding: 4em 3em 3em;
  border-radius: 5em 0 0 0;
}
/* line 231, ../sass/base/_elements.scss */
.contact-message-get-your-account-form h2 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.5em !important;
  margin-bottom: 3em;
}
/* line 237, ../sass/base/_elements.scss */
.contact-message-get-your-account-form label {
  color: white;
}
/* line 240, ../sass/base/_elements.scss */
.contact-message-get-your-account-form input:not([type=submit]) {
  border: none;
  width: 100%;
}
/* line 244, ../sass/base/_elements.scss */
.contact-message-get-your-account-form input[type=checkbox] {
  border: none;
  width: auto;
}
/* line 248, ../sass/base/_elements.scss */
.contact-message-get-your-account-form input[type=submit] {
  margin: 1em 0;
}

/* line 253, ../sass/base/_elements.scss */
.label-cool {
  background: white;
  display: inline-block;
  color: #651516;
  padding: 0.1em 1em;
  font-size: 0.7em;
  border-radius: 1em;
}

/* line 256, ../sass/base/_elements.scss */
.label-cool-invert {
  background: #651516;
  display: inline-block;
  color: white;
  padding: 0.1em 1em;
  font-size: 0.7em;
  border-radius: 1em;
}

/* line 259, ../sass/base/_elements.scss */
.coupon-label {
  background: #651516;
  display: inline-block;
  color: white;
  padding: 0.1em 1em;
  font-size: 0.7em;
  border-radius: 1em;
  font-size: 1em !important;
}

/** NODE - NEWS ITEM IMAGE + DETAILS COUPON IMAGE **/
/* line 265, ../sass/base/_elements.scss */
.post-image-wrapper {
  float: left;
  margin-right: 1em;
  margin-bottom: 2em;
}
/* line 269, ../sass/base/_elements.scss */
.post-image-wrapper div {
  border-right: 1px dotted #ccc;
  padding-right: 1em;
}
/* line 272, ../sass/base/_elements.scss */
.post-image-wrapper div img {
  max-width: 640px;
  height: auto;
  -webkit-box-shadow: 0 3px 0 #333;
  -moz-box-shadow: 0 3px 0 #333;
  box-shadow: 0 3px 0 #333;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
@media (max-width: 50rem) {
  /* line 265, ../sass/base/_elements.scss */
  .post-image-wrapper {
    display: block;
    margin: 0 auto 2em;
    clear: both;
    float: none;
  }
  /* line 284, ../sass/base/_elements.scss */
  .post-image-wrapper div {
    border: none;
    padding: 0;
    display: block;
  }
  /* line 288, ../sass/base/_elements.scss */
  .post-image-wrapper div img {
    margin: 0 auto 2em;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    -webkit-box-shadow: 0 3px 0 #333;
    -moz-box-shadow: 0 3px 0 #333;
    box-shadow: 0 3px 0 #333;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
}

/* line 300, ../sass/base/_elements.scss */
.valid-from-wrapper {
  position: relative;
  bottom: 2em;
  text-align: right;
}
@media (max-width: 50rem) {
  /* line 300, ../sass/base/_elements.scss */
  .valid-from-wrapper {
    text-align: center;
  }
}
/* line 307, ../sass/base/_elements.scss */
.valid-from-wrapper div {
  display: inline-block;
}
/* line 310, ../sass/base/_elements.scss */
.valid-from-wrapper p {
  display: inline;
}

/* line 7, ../sass/base/_typography.scss */
body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  color: #666666;
  line-height: 1.5;
}

/* line 14, ../sass/base/_typography.scss */
h1 {
  font-size: 2.5em;
  color: #97001c;
}

/* line 18, ../sass/base/_typography.scss */
h2 {
  font-size: 2.25em;
  color: #97001c;
}

/* line 22, ../sass/base/_typography.scss */
.page-title {
  margin: 2em 0 1em;
  font-weight: 500;
}
@media (max-width: 50rem) {
  /* line 22, ../sass/base/_typography.scss */
  .page-title {
    margin: 2em 0 1em;
    text-align: center;
  }
}
/* line 29, ../sass/base/_typography.scss */
.page-title a, .page-title a span {
  color: #97001c;
}

/* line 33, ../sass/base/_typography.scss */
h3 {
  font-size: 2em;
  color: #97001c;
}

/* line 37, ../sass/base/_typography.scss */
h4 {
  font-size: 1.75em;
  color: #3e3e3e;
}

/* line 41, ../sass/base/_typography.scss */
h5 {
  font-size: 1.5em;
  color: #97001c;
}

/* line 45, ../sass/base/_typography.scss */
h6 {
  font-size: 1.3em;
  color: #3e3e3e;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

/* line 51, ../sass/base/_typography.scss */
p {
  margin: 0 0 1em 0;
}

/* line 54, ../sass/base/_typography.scss */
.text-center {
  text-align: center;
}

/* line 57, ../sass/base/_typography.scss */
.margin-top {
  margin: 1em 0 0 0;
}

/* line 60, ../sass/base/_typography.scss */
.large-margin-top {
  margin: 2em 0 0 0;
}

/* line 63, ../sass/base/_typography.scss */
.margin-bottom {
  margin: 0 0 1em 0;
}

/* line 66, ../sass/base/_typography.scss */
.large-margin-bottom {
  margin: 0 0 2em 0;
}

/* line 69, ../sass/base/_typography.scss */
.margin-vertical {
  margin: 1em 0;
}

/* line 72, ../sass/base/_typography.scss */
.large-margin-vertical {
  margin: 2em 0;
}

/* line 76, ../sass/base/_typography.scss */
small {
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
}

/* line 79, ../sass/base/_typography.scss */
.tiny {
  font-size: 0.6em;
}

/* line 83, ../sass/base/_typography.scss */
strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

/* line 87, ../sass/base/_typography.scss */
.contact-bar p {
  color: white;
}

/* line 90, ../sass/base/_typography.scss */
.contact-bar p strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon_rb8298.eot");
  src: url("../fonts/icomoon_rb8298.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon_rb8298.ttf") format("truetype"), url("../fonts/icomoon_rb8298.woff") format("woff"), url("../fonts/icomoon_rb8298-icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../sass/base/_icons.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, ../sass/base/_icons.scss */
.icon-location:before {
  content: "\e947";
}

/* line 30, ../sass/base/_icons.scss */
.icon-location2:before {
  content: "\e948";
}

/* line 33, ../sass/base/_icons.scss */
.icon-compass:before {
  content: "\e949";
}

/* line 36, ../sass/base/_icons.scss */
.icon-compass2:before {
  content: "\e94a";
}

/* line 39, ../sass/base/_icons.scss */
.icon-calendar:before {
  content: "\e953";
}

/* line 42, ../sass/base/_icons.scss */
.icon-undo:before {
  content: "\e965";
}

/* line 45, ../sass/base/_icons.scss */
.icon-redo:before {
  content: "\e966";
}

/* line 48, ../sass/base/_icons.scss */
.icon-undo2:before {
  content: "\e967";
}

/* line 51, ../sass/base/_icons.scss */
.icon-redo2:before {
  content: "\e968";
}

/* line 54, ../sass/base/_icons.scss */
.icon-airplane:before {
  content: "\e9af";
}

/* line 57, ../sass/base/_icons.scss */
.icon-menu:before {
  content: "\e9bd";
}

/* line 60, ../sass/base/_icons.scss */
.icon-menu2:before {
  content: "\e9be";
}

/* line 63, ../sass/base/_icons.scss */
.icon-question:before {
  content: "\ea09";
}

/* line 66, ../sass/base/_icons.scss */
.icon-cancel-circle:before {
  content: "\ea0d";
}

/* line 69, ../sass/base/_icons.scss */
.icon-cross:before {
  content: "\ea0f";
}

/* line 72, ../sass/base/_icons.scss */
.icon-checkmark:before {
  content: "\ea10";
}

/* line 75, ../sass/base/_icons.scss */
.icon-google-plus:before {
  content: "\ea8b";
}

/* line 78, ../sass/base/_icons.scss */
.icon-google-plus2:before {
  content: "\ea8c";
}

/* line 81, ../sass/base/_icons.scss */
.icon-facebook:before {
  content: "\ea90";
}

/* line 84, ../sass/base/_icons.scss */
.icon-facebook2:before {
  content: "\ea91";
}

/* line 87, ../sass/base/_icons.scss */
.icon-twitter:before {
  content: "\ea96";
}

/* line 1, ../sass/base/_buttons.scss */
.default-button, .red-button, input[type=submit] {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  background: #4a4a4a;
  color: #fff;
  padding: 1em 4em;
  font-size: small;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 0 3px 0 #3c3c3c;
  -moz-box-shadow: 0 3px 0 #3c3c3c;
  box-shadow: 0 3px 0 #3c3c3c;
  display: inline-block;
  cursor: pointer;
}

/* line 13, ../sass/base/_buttons.scss */
.red-button {
  -webkit-box-shadow: 0 3px 0 #651516;
  -moz-box-shadow: 0 3px 0 #651516;
  box-shadow: 0 3px 0 #651516;
  background: #97001c;
}

/* line 19, ../sass/base/_buttons.scss */
input[type=submit] {
  border: none;
  display: block;
  cursor: pointer;
}

/* line 18, ../sass/variables/_variables.scss */
.red {
  color: #97001c !important;
}

/*** FULL WIDTH SETUP ***/
/* line 13, ../sass/layouts/_layout.scss */
header, main, footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../../var/lib/gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
header:after, main:after, footer:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 16, ../sass/layouts/_layout.scss */
.wrap {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}
/* line 12, ../../../../../../../../../var/lib/gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.wrap:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 19, ../sass/layouts/_layout.scss */
.wrap header {
  background: none !important;
  margin-bottom: 30px;
}

/*** MAIN CONTENT ***/
@media (min-width: 50rem) {
  /* line 27, ../sass/layouts/_layout.scss */
  .layout-content-with-sidebar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 32, ../sass/layouts/_layout.scss */
article {
  margin-bottom: 2em;
}

/* line 36, ../sass/layouts/_layout.scss */
body.page-node-type-homepage #block-albanyprf-content {
  padding-top: 10px;
}

/* line 40, ../sass/layouts/_layout.scss */
#block-albanyprf-content {
  padding-top: 100px;
}

/*** SERVICES PAGE, PARKING PAGE ***/
/* line 45, ../sass/layouts/_layout.scss */
#block-servicespageblock {
  margin-top: -80px;
}

/*** HEADER ***/
/* line 51, ../sass/layouts/_layout.scss */
header > div:first-of-type, header .header-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../../var/lib/gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
header > div:first-of-type:after, header .header-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 55, ../sass/layouts/_layout.scss */
.header-form-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  position: relative;
  top: 4em;
}
/* line 12, ../../../../../../../../../var/lib/gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.header-form-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 40rem) {
  /* line 61, ../sass/layouts/_layout.scss */
  .res-third-column {
    padding: 0 0.5em;
  }
}
@media (max-width: 60rem) {
  /* line 61, ../sass/layouts/_layout.scss */
  .res-third-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
}
@media (min-width: 60rem) {
  /* line 61, ../sass/layouts/_layout.scss */
  .res-third-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
    float: left;
  }
}

@media (max-width: 40rem) {
  /* line 72, ../sass/layouts/_layout.scss */
  .res-small-third-column {
    clear: both;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333%;
    float: left;
    margin-left: 8.33333%;
    margin-right: -100%;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
@media (min-width: 40rem) and (max-width: 60rem) {
  /* line 72, ../sass/layouts/_layout.scss */
  .res-small-third-column {
    clear: both;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    margin-left: 16.66667%;
    margin-right: -100%;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    position: relative;
    bottom: 1.5em;
  }
}
@media (min-width: 60rem) {
  /* line 72, ../sass/layouts/_layout.scss */
  .res-small-third-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
  /* line 83, ../sass/layouts/_layout.scss */
  .res-small-third-column p {
    margin-top: 48px !important;
  }
}

/*** CONTACT (HIGHLIGHTED AREA) ***/
/* line 112, ../sass/layouts/_layout.scss */
.contact-bar-left {
  background: #3c3c3c;
  text-align: center;
  padding: 1em;
}
/* line 94, ../sass/layouts/_layout.scss */
.contact-bar-left p {
  color: white;
}
@media (min-width: 50rem) {
  /* line 112, ../sass/layouts/_layout.scss */
  .contact-bar-left {
    padding: 1em 1em 0 0;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
}

/* line 115, ../sass/layouts/_layout.scss */
.contact-bar-right {
  background: #4a4a4a;
  text-align: center;
  padding: 1em;
}
/* line 94, ../sass/layouts/_layout.scss */
.contact-bar-right p {
  color: white;
}
@media (min-width: 50rem) {
  /* line 115, ../sass/layouts/_layout.scss */
  .contact-bar-right {
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding: 1em 0 0 1em;
  }
}

/** INDEX LIST **/
@media (min-width: 50rem) {
  /* line 120, ../sass/layouts/_layout.scss */
  .index-list-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
@media (min-width: 75rem) {
  /* line 120, ../sass/layouts/_layout.scss */
  .index-list-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin: 0 8.33333%;
  }
}
@media (max-width: 50rem) {
  /* line 120, ../sass/layouts/_layout.scss */
  .index-list-wrapper {
    clear: both;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    margin-left: 16.66667%;
    margin-right: -100%;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/** DEALS **/
@media (max-width: 50rem) {
  /* line 134, ../sass/layouts/_layout.scss */
  .deal-wrapper {
    clear: both;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    margin-left: 16.66667%;
    margin-right: -100%;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
@media (min-width: 50rem) {
  /* line 134, ../sass/layouts/_layout.scss */
  .deal-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
@media (min-width: 75rem) {
  /* line 134, ../sass/layouts/_layout.scss */
  .deal-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 144, ../sass/layouts/_layout.scss */
.deal-wrapper img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px #eee;
}

/*** SIDEBAR ***/
@media (min-width: 50rem) {
  /* line 154, ../sass/layouts/_layout.scss */
  aside {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: right;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/*** FOOTER ***/
/* line 163, ../sass/layouts/_layout.scss */
footer > div:first-of-type {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../../var/lib/gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
footer > div:first-of-type:after {
  content: " ";
  display: block;
  clear: both;
}

/*** ABSTRACT COLUMNS ***/
@media (min-width: 50rem) {
  /* line 181, ../sass/layouts/_layout.scss */
  .half-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

@media (min-width: 50rem) {
  /* line 184, ../sass/layouts/_layout.scss */
  .half-column-last {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

@media (min-width: 50rem) {
  /* line 187, ../sass/layouts/_layout.scss */
  .half-column-with-sidebar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.25%;
    padding-right: 1.25%;
  }
}

@media (min-width: 50rem) {
  /* line 190, ../sass/layouts/_layout.scss */
  .half-column-with-sidebar-last {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 1.25%;
    padding-right: 1.25%;
  }
}

@media (min-width: 50rem) {
  /* line 193, ../sass/layouts/_layout.scss */
  .third-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
@media (max-width: 50rem) {
  /* line 193, ../sass/layouts/_layout.scss */
  .third-column {
    clear: both;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    margin-left: 16.66667%;
    margin-right: -100%;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

@media (min-width: 50rem) {
  /* line 201, ../sass/layouts/_layout.scss */
  .quarter-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
}
@media (max-width: 50rem) {
  /* line 201, ../sass/layouts/_layout.scss */
  .quarter-column {
    clear: both;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    margin-left: 16.66667%;
    margin-right: -100%;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    text-align: center;
  }
}

/* line 27, ../sass/abstractions/_mixins.scss */
.clear-box::after {
  clear: both;
  content: "";
  display: table;
}

/* line 214, ../sass/layouts/_layout.scss */
.full-width {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

/* line 1, ../sass/components/_header.scss */
header {
  padding: 2em 0 0 0;
  background: #fff url("../images/header-interior.jpg") 0 0 no-repeat;
  background-size: cover;
  background-position-y: 0;
}
@media (min-width: 64rem) {
  /* line 1, ../sass/components/_header.scss */
  header {
    background-position-y: -200px !important;
  }
}
/* line 12, ../sass/components/_header.scss */
header #block-menubutton {
  z-index: 1000;
}
/* line 14, ../sass/components/_header.scss */
header #block-menubutton p {
  margin: 0;
}
/* line 17, ../sass/components/_header.scss */
header #block-menubutton a {
  color: #fff;
  font-size: 2.5em;
}
/* line 20, ../sass/components/_header.scss */
header #block-menubutton a span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
@media (min-width: 50rem) {
  /* line 12, ../sass/components/_header.scss */
  header #block-menubutton {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
  }
}
@media (max-width: 50rem) {
  /* line 12, ../sass/components/_header.scss */
  header #block-menubutton {
    position: absolute;
    top: 0.8em;
    right: 1em;
  }
}
/* line 35, ../sass/components/_header.scss */
header #block-albanyprf-branding {
  float: left;
  width: 20%;
  margin-bottom: 2em;
}
@media (max-width: 50rem) {
  /* line 35, ../sass/components/_header.scss */
  header #block-albanyprf-branding {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
  }
}
/* line 49, ../sass/components/_header.scss */
header #block-albanyprf-main-menu, header #block-mainnavigation-2 {
  float: right;
  margin: 2.1em 3.0em 0 0;
}
/* line 53, ../sass/components/_header.scss */
header #block-albanyprf-main-menu ul li, header #block-mainnavigation-2 ul li {
  float: left;
  padding: 0 1em 0 0;
}
/* line 56, ../sass/components/_header.scss */
header #block-albanyprf-main-menu ul li:last-child, header #block-mainnavigation-2 ul li:last-child {
  padding: 0;
}
/* line 59, ../sass/components/_header.scss */
header #block-albanyprf-main-menu ul li a, header #block-mainnavigation-2 ul li a {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1em;
  padding: 0 !important;
}
/* line 66, ../sass/components/_header.scss */
header #block-albanyprf-main-menu ul li a .sf-sub-indicator, header #block-mainnavigation-2 ul li a .sf-sub-indicator {
  height: 15px;
  width: 15px;
  top: 25px;
}
/* line 73, ../sass/components/_header.scss */
header #block-albanyprf-main-menu ul li ul li, header #block-mainnavigation-2 ul li ul li {
  padding: 10px !important;
}
@media (max-width: 50rem) {
  /* line 49, ../sass/components/_header.scss */
  header #block-albanyprf-main-menu, header #block-mainnavigation-2 {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
  }
}
@media (min-width: 50rem) and (max-width: 64rem) {
  /* line 49, ../sass/components/_header.scss */
  header #block-albanyprf-main-menu, header #block-mainnavigation-2 {
    margin: 2.1em 2.1em 0 0;
  }
  /* line 85, ../sass/components/_header.scss */
  header #block-albanyprf-main-menu ul li, header #block-mainnavigation-2 ul li {
    margin: 0;
    padding: 0 0.7em 0 0;
  }
  /* line 88, ../sass/components/_header.scss */
  header #block-albanyprf-main-menu ul li a, header #block-mainnavigation-2 ul li a {
    font-size: 0.8em;
  }
}
@media (min-width: 50rem) {
  /* line 49, ../sass/components/_header.scss */
  header #block-albanyprf-main-menu, header #block-mainnavigation-2 {
    display: block;
  }
}
/* line 99, ../sass/components/_header.scss */
header #block-mainnavigation-mobile {
  transition: none !important;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #97001c;
  margin: 0;
  z-index: 900;
}
/* line 110, ../sass/components/_header.scss */
header #block-mainnavigation-mobile ul {
  z-index: 910;
  margin-top: 5em;
  display: block;
  background: #333;
  width: 100%;
  height: 100%;
  border-radius: 6em 0 0 0;
  padding: 7em 0 0 5em;
}
/* line 119, ../sass/components/_header.scss */
header #block-mainnavigation-mobile ul li {
  font-size: 1.5em;
  font-weight: bold;
  height: 10%;
  display: block;
}
/* line 124, ../sass/components/_header.scss */
header #block-mainnavigation-mobile ul li a {
  color: white !important;
  height: 100%;
  display: block;
}
@media (min-width: 50rem) {
  /* line 99, ../sass/components/_header.scss */
  header #block-mainnavigation-mobile {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
  }
}
/* line 137, ../sass/components/_header.scss */
header #block-homepagewelcometext h1,
header #block-homepagewelcometext p {
  color: #97001c;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin: -60px 0;
  padding: 0;
  position: relative;
  bottom: 90px;
  clear: both;
  text-shadow: 0px 0px 8px #fff;
  text-transform: uppercase;
}
@media (min-width: 40rem) {
  /* line 137, ../sass/components/_header.scss */
  header #block-homepagewelcometext h1,
  header #block-homepagewelcometext p {
    font-size: 1.4em;
  }
}
@media (min-width: 64rem) {
  /* line 137, ../sass/components/_header.scss */
  header #block-homepagewelcometext h1,
  header #block-homepagewelcometext p {
    font-size: 2em;
  }
}
@media (min-width: 75rem) {
  /* line 137, ../sass/components/_header.scss */
  header #block-homepagewelcometext h1,
  header #block-homepagewelcometext p {
    font-size: 2.5em;
  }
}
/* line 163, ../sass/components/_header.scss */
header #block-socialmedialinks {
  float: right;
  margin: 0.5em 0 0 0;
  z-index: 1000;
}
@media (min-width: 50rem) {
  /* line 163, ../sass/components/_header.scss */
  header #block-socialmedialinks {
    margin: 2.1em 0 0 0;
  }
}
/* line 170, ../sass/components/_header.scss */
header #block-socialmedialinks p {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: .9em;
  margin: 0 0 .5em 0;
}
/* line 178, ../sass/components/_header.scss */
header #block-socialmedialinks ul {
  text-align: center;
}
/* line 180, ../sass/components/_header.scss */
header #block-socialmedialinks ul li {
  margin: 0 .25em 0 0;
}
/* line 183, ../sass/components/_header.scss */
header #block-socialmedialinks ul li a {
  color: #fff;
  background: #97001c;
  border-radius: .25em;
  padding: .25em;
  font-size: 1.1em;
}
/* line 189, ../sass/components/_header.scss */
header #block-socialmedialinks ul li a:hover {
  opacity: .77;
  background: #e2001c;
}
/* line 193, ../sass/components/_header.scss */
header #block-socialmedialinks ul li a span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
@media (max-width: 50rem) {
  /* line 163, ../sass/components/_header.scss */
  header #block-socialmedialinks {
    position: absolute;
    top: 1em;
    left: 1em;
  }
  /* line 203, ../sass/components/_header.scss */
  header #block-socialmedialinks p {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
  }
}

/* line 210, ../sass/components/_header.scss */
.messages-block {
  display: block;
  position: absolute;
  top: 100px;
  left: 30px;
  right: 30px;
  background: #97001c;
  color: white;
  margin: 0 auto;
  font-weight: bold;
  max-width: 700px;
  text-align: center;
  opacity: 0.8;
  clear: both;
}
/* line 225, ../sass/components/_header.scss */
.messages-block > div > div {
  padding: 10px;
}

/* line 1, ../sass/components/_footer.scss */
footer {
  margin-top: 60px;
  padding: 1em 0 3em;
  background: #9b9b9b;
}
/* line 7, ../sass/components/_footer.scss */
footer #block-mainnavigation {
  margin: 3em 0 5em;
}
/* line 27, ../sass/abstractions/_mixins.scss */
footer #block-mainnavigation::after {
  clear: both;
  content: "";
  display: table;
}
/* line 11, ../sass/components/_footer.scss */
footer #block-mainnavigation ul li {
  float: left;
  padding: 0 2em 0 0;
}
/* line 14, ../sass/components/_footer.scss */
footer #block-mainnavigation ul li:last-child {
  padding: 0;
}
/* line 17, ../sass/components/_footer.scss */
footer #block-mainnavigation ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.9em;
}
@media (max-width: 50rem) {
  /* line 7, ../sass/components/_footer.scss */
  footer #block-mainnavigation {
    margin: 3em 0;
  }
  /* line 28, ../sass/components/_footer.scss */
  footer #block-mainnavigation ul li {
    display: block;
    padding: 0;
    margin: 1em 0;
    width: 100%;
    text-align: center;
  }
  /* line 34, ../sass/components/_footer.scss */
  footer #block-mainnavigation ul li a {
    font-size: 1.2em;
  }
}
/* line 43, ../sass/components/_footer.scss */
footer #block-albanynewsletterblock {
  width: 100%;
}
/* line 45, ../sass/components/_footer.scss */
footer #block-albanynewsletterblock p {
  margin: 1.5em 0 1em 0;
  color: white;
  text-align: center;
  font-size: 1.5em;
}
/* line 51, ../sass/components/_footer.scss */
footer #block-albanynewsletterblock form {
  text-align: center;
}
/* line 53, ../sass/components/_footer.scss */
footer #block-albanynewsletterblock form input[type='email'] {
  max-width: 100%;
  margin: 0 0 1em;
}
/* line 57, ../sass/components/_footer.scss */
footer #block-albanynewsletterblock form input[type='submit'] {
  margin: 0 auto;
}
/* line 64, ../sass/components/_footer.scss */
footer #block-footercontactinfoaddress {
  margin-bottom: 2em;
}
@media (min-width: 40rem) {
  /* line 64, ../sass/components/_footer.scss */
  footer #block-footercontactinfoaddress {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
@media (max-width: 40rem) {
  /* line 64, ../sass/components/_footer.scss */
  footer #block-footercontactinfoaddress {
    width: 100%;
  }
  /* line 70, ../sass/components/_footer.scss */
  footer #block-footercontactinfoaddress div {
    margin: 0 auto;
    width: 240px;
  }
}
/* line 27, ../sass/abstractions/_mixins.scss */
footer #block-footercontactinfoaddress::after {
  clear: both;
  content: "";
  display: table;
}
/* line 77, ../sass/components/_footer.scss */
footer #block-footercontactinfoaddress .left {
  float: left;
  width: 45px;
  margin: 0 1em 0 0;
}
/* line 81, ../sass/components/_footer.scss */
footer #block-footercontactinfoaddress .left .pin {
  background: transparent url("../images/pin.svg") 0 0 no-repeat;
  width: 45px;
  height: 65px;
  display: block;
  text-indent: -999px;
}
/* line 90, ../sass/components/_footer.scss */
footer #block-footercontactinfoaddress .right address {
  color: #cacaca;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
/* line 94, ../sass/components/_footer.scss */
footer #block-footercontactinfoaddress .right a {
  color: #cacaca;
  text-decoration: underline;
  font-size: .85em;
  margin-left: 61px;
}
@media (min-width: 40rem) {
  /* line 105, ../sass/components/_footer.scss */
  footer #block-footerlogo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  /* line 108, ../sass/components/_footer.scss */
  footer #block-footerlogo img {
    float: right;
  }
  /* line 111, ../sass/components/_footer.scss */
  footer #block-footerlogo div {
    margin: 0 !important;
  }
}
/* line 27, ../sass/abstractions/_mixins.scss */
footer #block-footerlogo::after {
  clear: both;
  content: "";
  display: table;
}
/* line 116, ../sass/components/_footer.scss */
footer #block-footerlogo p {
  margin: 0;
}
/* line 119, ../sass/components/_footer.scss */
footer #block-footerlogo img {
  max-width: 220px;
}
/* line 122, ../sass/components/_footer.scss */
footer #block-footerlogo div {
  margin: 4em auto 0.5em;
  text-align: center;
}
/* line 129, ../sass/components/_footer.scss */
footer #block-copyright {
  clear: both;
  text-align: center;
}
@media (min-width: 40rem) {
  /* line 129, ../sass/components/_footer.scss */
  footer #block-copyright {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    text-align: left;
  }
}
/* line 136, ../sass/components/_footer.scss */
footer #block-copyright p {
  color: #cacaca;
  font-size: .75em;
  margin: 1.4em 0 0;
}
/* line 144, ../sass/components/_footer.scss */
footer #block-copywritelinks {
  text-align: center;
}
/* line 146, ../sass/components/_footer.scss */
footer #block-copywritelinks ul {
  clear: both;
  display: inline-block;
}
/* line 149, ../sass/components/_footer.scss */
footer #block-copywritelinks ul li {
  float: left;
  padding: 0 3em 0 0;
}
/* line 152, ../sass/components/_footer.scss */
footer #block-copywritelinks ul li:last-child {
  padding: 0;
}
/* line 155, ../sass/components/_footer.scss */
footer #block-copywritelinks ul li a {
  color: #cacaca;
  font-size: .85em;
  padding: 1em;
  display: inline-block;
  text-decoration: underline;
}
@media (min-width: 40rem) {
  /* line 144, ../sass/components/_footer.scss */
  footer #block-copywritelinks {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  /* line 166, ../sass/components/_footer.scss */
  footer #block-copywritelinks ul {
    float: right;
  }
}

/** TABLES **/
/* line 16, ../sass/components/_table.scss */
table:not(.ui-datepicker-calendar) {
  width: 100%;
}
/* line 19, ../sass/components/_table.scss */
table:not(.ui-datepicker-calendar) tr th:nth-of-type(1) {
  background: none;
}
/* line 22, ../sass/components/_table.scss */
table:not(.ui-datepicker-calendar) tr th {
  background: #651516;
  color: white;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  padding: 1em;
  border: 1px solid #97001c;
}
/* line 28, ../sass/components/_table.scss */
table:not(.ui-datepicker-calendar) tr td {
  border: 1px solid #eee;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
/* line 34, ../sass/components/_table.scss */
table:not(.ui-datepicker-calendar) tr td:nth-of-type(1) {
  text-align: left;
}

/* line 40, ../sass/components/_table.scss */
tr p {
  margin: 0 !important;
}

/* line 47, ../sass/components/_table.scss */
table.rates-table tr:nth-of-type(1) th:nth-of-type(1) {
  border: none !important;
}
/* line 51, ../sass/components/_table.scss */
table.rates-table tr:nth-of-type(4) {
  border: none !important;
}
/* line 53, ../sass/components/_table.scss */
table.rates-table tr:nth-of-type(4) td {
  border: none !important;
}
/* line 58, ../sass/components/_table.scss */
table.rates-table tr:nth-of-type(12) {
  border: none !important;
}
/* line 60, ../sass/components/_table.scss */
table.rates-table tr:nth-of-type(12) td {
  border: none !important;
}
/* line 65, ../sass/components/_table.scss */
table.rates-table span.most-popular-rate {
  background: white;
  display: inline-block;
  color: #651516;
  padding: 0.1em 1em;
  font-size: 0.7em;
  border-radius: 1em;
}

/* line 69, ../sass/components/_table.scss */
table.services-table {
  margin-bottom: 4em;
}
/* line 71, ../sass/components/_table.scss */
table.services-table tr:nth-of-type(1) th:nth-of-type(1) {
  border: none !important;
}
/* line 76, ../sass/components/_table.scss */
table.services-table tr td:nth-of-type(1) {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

/** RESPONSIVE TABLES **/
@media (max-width: 40rem) {
  /* line 86, ../sass/components/_table.scss */
  table:not(.ui-datepicker-calendar) {
    display: block;
  }
  /* line 88, ../sass/components/_table.scss */
  table:not(.ui-datepicker-calendar) thead, table:not(.ui-datepicker-calendar) tbody, table:not(.ui-datepicker-calendar) th, table:not(.ui-datepicker-calendar) td, table:not(.ui-datepicker-calendar) tr {
    display: block;
  }
  /* line 91, ../sass/components/_table.scss */
  table:not(.ui-datepicker-calendar) tr {
    margin-bottom: 1em;
  }
  /* line 93, ../sass/components/_table.scss */
  table:not(.ui-datepicker-calendar) tr td:nth-of-type(1) {
    background: #651516;
    color: white;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    padding: 1em;
    border: 1px solid #97001c;
    text-align: center !important;
  }
  /* line 99, ../sass/components/_table.scss */
  table:not(.ui-datepicker-calendar) tr th {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
  }

  /* line 106, ../sass/components/_table.scss */
  table.rates-table td:nth-of-type(1), table.rates-table h4 {
    color: white !important;
  }
  /* line 110, ../sass/components/_table.scss */
  table.rates-table td:nth-of-type(2):before {
    content: "Reservations";
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #651516;
    margin: 0 1em;
  }
  /* line 116, ../sass/components/_table.scss */
  table.rates-table td:nth-of-type(3):before {
    content: "Drive-In Rates";
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #651516;
    margin: 0 1em;
  }
  /* line 122, ../sass/components/_table.scss */
  table.rates-table td:nth-of-type(4):before {
    content: "BizXpress";
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #651516;
    margin: 0 1em;
  }
  /* line 129, ../sass/components/_table.scss */
  table.rates-table tr:nth-of-type(4) td:nth-of-type(2), table.rates-table tr:nth-of-type(4) td:nth-of-type(3), table.rates-table tr:nth-of-type(4) td:nth-of-type(4) {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
  }
  /* line 135, ../sass/components/_table.scss */
  table.rates-table tr:nth-of-type(12) td:nth-of-type(3) {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
  }
}
/* line 1, ../sass/components/_carParkBooking.scss */
.container-fluid.pjCpbContainer {
  padding: 0 !important;
}

/* line 7, ../sass/components/_carParkBooking.scss */
[id^=pjWrapper] .panel {
  margin-bottom: 0px !important;
  border: none !important;
}
/* line 12, ../sass/components/_carParkBooking.scss */
[id^=pjWrapper] .panel-body {
  padding: 10px !important;
}
/* line 16, ../sass/components/_carParkBooking.scss */
[id^=pjWrapper] .panel-footer {
  border-top: none !important;
  background: none !important;
  margin-bottom: 80px;
}
/* line 21, ../sass/components/_carParkBooking.scss */
[id^=pjWrapper] .form-control {
  color: #000;
  font-weight: 800;
}
/* line 27, ../sass/components/_carParkBooking.scss */
[id^=pjWrapper] .has-success .form-control {
  border: none;
}
/* line 30, ../sass/components/_carParkBooking.scss */
[id^=pjWrapper] .has-success .control-label {
  color: #fff !important;
}
/* line 33, ../sass/components/_carParkBooking.scss */
[id^=pjWrapper] .has-success .input-group-addon {
  color: #555 !important;
}
/* line 38, ../sass/components/_carParkBooking.scss */
[id^=pjWrapper] .text-warning {
  color: white;
  font-size: 2em;
  font-weight: bold;
}

/* line 45, ../sass/components/_carParkBooking.scss */
#pjWrapperCarParkBooking_theme1 {
  background: transparent;
}
/* line 49, ../sass/components/_carParkBooking.scss */
#pjWrapperCarParkBooking_theme1 .pjCpbDatePicker > .form-control {
  padding: 20px !important;
}
/* line 52, ../sass/components/_carParkBooking.scss */
#pjWrapperCarParkBooking_theme1 .pjCpbDatePicker .input-group-addon {
  background: #eee !important;
  border: none !important;
}
/* line 58, ../sass/components/_carParkBooking.scss */
#pjWrapperCarParkBooking_theme1 .pjCpbSpace > p {
  color: #000;
}
/* line 62, ../sass/components/_carParkBooking.scss */
#pjWrapperCarParkBooking_theme1 .pjCpbFormSort label {
  color: #fff !important;
}
/* line 66, ../sass/components/_carParkBooking.scss */
#pjWrapperCarParkBooking_theme1 .pjCpbFromPrev {
  color: #fff !important;
}
/* line 70, ../sass/components/_carParkBooking.scss */
#pjWrapperCarParkBooking_theme1 .pjCpbPanel {
  background: rgba(151, 0, 28, 0.7);
  border-radius: 20px !important;
}
/* line 73, ../sass/components/_carParkBooking.scss */
#pjWrapperCarParkBooking_theme1 .pjCpbPanel .pjCpbBody {
  background: transparent;
  color: #fff;
}
/* line 80, ../sass/components/_carParkBooking.scss */
#pjWrapperCarParkBooking_theme1 .pjCpbFormConfirm .pjCpbFormSection {
  padding: 20px !important;
}
/* line 85, ../sass/components/_carParkBooking.scss */
#pjWrapperCarParkBooking_theme1 .pjCpbBtnPrimary {
  background: #4a4a4a !important;
  border-color: #3c3c3c !important;
  padding: 10px;
  border-radius: 5px;
}
/* line 93, ../sass/components/_carParkBooking.scss */
#pjWrapperCarParkBooking_theme1 .pjCpbContainer .pjCpbHead {
  background: transparent !important;
  border: none;
  padding: 0 10px 10px !important;
}

.no-border {
    border: none !important;
}

.text-left {
    text-align: left !important;
}