@import "../webfonts/metropolis/style.css";
/* line 5, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
[type='text'],
[type='email'],
[type='number'],
[type='password'],
[type='file'],
[type='range'],
[type='submit'],
[type='reset'],
[type='radio'],
[type='checkbox'],
textarea,
select {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Gotham SSm A", Metropolis, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  padding: 16px 12px;
  color: #4d4d4d;
  resize: none;
  border: 1px solid #b3b3b3;
  background: #ffffff;
  border-radius: 0;
}
/* line 29, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
[type='text'],
[type='email'],
[type='number'],
[type='password'],
[type='file'],
[type='range'],
textarea,
select {
  width: 100%;
}
/* line 40, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
select {
  height: 50px;
  max-width: 300px;
}
/* line 45, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.full-width {
  width: 100%;
  max-width: unset;
}
/* line 50, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
textarea {
  padding-top: 6px;
  padding-bottom: 6px;
}
/* line 55, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.small-field {
  padding: 8px 6px;
}
/* line 64, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-style: italic;
  opacity: 0.5;
  font-size: 13px;
  color: inherit;
}
/* line 70, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: italic;
  opacity: 0.5;
  font-size: 13px;
  color: inherit;
}
/* line 76, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: italic;
  opacity: 0.5;
  font-size: 13px;
  color: inherit;
}
/* line 82, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: italic;
  opacity: 0.5;
  font-size: 13px;
  color: inherit;
}
/* line 88, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  font-style: italic;
  opacity: 0.5;
  font-size: 13px;
  color: inherit;
}
/* line 95, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.field {
  margin-bottom: 12px;
}
/* line 99, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.field.checkbox {
  margin-left: -3px;
}
/* line 103, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.field.checkbox > .checkbox {
  float: left;
  display: block;
}
/* line 108, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.field.checkbox > label {
  display: block;
  overflow: hidden;
}
/* line 113, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.fieldgroup-field {
  margin-bottom: 4px;
}
/* line 117, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.composite {
  overflow: hidden;
  margin-left: -6px;
  margin-right: -6px;
  font-size: 0;
}
/* line 124, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.composite > * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
@media screen and (max-width: 500px) {
  /* line 133, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
  .composite > * {
    width: auto;
    display: block;
  }
}
/* line 139, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.composite__three > .field {
  width: 33.33333333333%;
}
/* line 143, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.composite__four > .field {
  width: 25%;
}
/* line 147, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.composite__five > .field {
  width: 20%;
}
/* line 151, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.composite > .field > label {
  font-size: 16px;
}
/* line 155, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
ul.optionset {
  list-style-type: none;
  padding-left: 0;
  display: block;
  margin: 0 -4px -4px -4px;
}
/* line 162, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.optionset > li {
  display: inline-block;
  vertical-align: middle;
  margin: 4px;
}
/* line 168, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.optionset > li > .radio {
  display: block;
  float: left;
}
/* line 173, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.optionset > li > label {
  display: block;
  overflow: hidden;
  padding-right: 16px;
}
/* line 179, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.required,
.validation,
.good,
.book-now--form--error {
  display: block;
  color: #cc0000;
  font-weight: bold;
  padding-top: 3px;
  font-size: 12px;
}
/* line 189, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.good {
  color: #00aa00;
}
/* line 193, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.form__submitting {
  position: relative;
}
/* line 197, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.form__submitting > * {
  opacity: 0.2;
  pointer-events: none;
}
@-webkit-keyframes fa-spin {
  /* line 203, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 207, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  /* line 213, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 217, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 223, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
.form__submitting:after {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  content: "\f110";
  font-family: FontAwesome;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
/* line 243, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
#SectionContactForm_getSectionContactForm [type='text'],
#SectionContactForm_getSectionContactForm [type='email'],
#SectionContactForm_getSectionContactForm [type='number'],
#SectionContactForm_getSectionContactForm [type='password'],
#SectionContactForm_getSectionContactForm [type='file'],
#SectionContactForm_getSectionContactForm [type='range'],
#SectionContactForm_getSectionContactForm [type='submit'],
#SectionContactForm_getSectionContactForm [type='reset'],
#SectionContactForm_getSectionContactForm [type='radio'],
#SectionContactForm_getSectionContactForm [type='checkbox'],
#SectionContactForm_getSectionContactForm textarea,
#SectionContactForm_getSectionContactForm select {
  padding: 8px 6px;
}
/* line 257, /home/qrter/public_html/src/themes/default/less/defaults/forms.less */
#SectionContactForm_getSectionContactForm select {
  height: 34px;
}
/* line 3, /home/qrter/public_html/src/themes/default/less/defaults/headings.less */
h1 {
  font-size: 60px;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  text-transform: uppercase;
}
/* line 10, /home/qrter/public_html/src/themes/default/less/defaults/headings.less */
h2 {
  font-size: 48px;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  text-transform: uppercase;
}
/* line 17, /home/qrter/public_html/src/themes/default/less/defaults/headings.less */
h3 {
  font-size: 40px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
/* line 24, /home/qrter/public_html/src/themes/default/less/defaults/headings.less */
h4 {
  font-size: 23px;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
/* line 30, /home/qrter/public_html/src/themes/default/less/defaults/headings.less */
h5 {
  font-size: 16px;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
/* line 36, /home/qrter/public_html/src/themes/default/less/defaults/headings.less */
h6 {
  font-weight: bold;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
/* line 1, /home/qrter/public_html/src/themes/default/less/defaults/lists.less */
ul {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 16px;
}
/* line 7, /home/qrter/public_html/src/themes/default/less/defaults/lists.less */
li {
  line-height: 1.2;
  margin-bottom: 0.2em;
}
/* line 1, /home/qrter/public_html/src/themes/default/less/defaults/tables.less */
table {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* line 7, /home/qrter/public_html/src/themes/default/less/defaults/tables.less */
td {
  padding: 2px 4px;
}
/* line 5, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks-media {
  list-style: none;
}
/* line 8, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks-media--item {
  overflow: hidden;
  list-style: none;
  margin-bottom: 24px;
  position: relative;
  border-bottom: 1px dotted #b3b3b3;
}
/* line 15, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks-media--link {
  display: block;
  text-decoration: underline;
  float: left;
  margin-right: 20px;
  margin-bottom: 24px;
}
/* line 22, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks-media--content {
  overflow: hidden;
  margin-bottom: 24px;
}
/* line 26, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks-media--image {
  display: block;
  height: auto;
  max-width: 100%;
}
/* line 31, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks-media--link__small,
.blocks-media--image-wrapper__small {
  width: 100px;
}
/* line 35, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks-media--link__medium,
.blocks-media--image-wrapper__medium {
  width: 150px;
}
/* line 39, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks-media--link__large,
.blocks-media--image-wrapper__large {
  width: 200px;
}
@media screen and (max-width: 480px) {
  /* line 44, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
  .blocks-media--link {
    width: 100%;
    float: none;
  }
}
/* line 49, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks-media--title,
.blocks-media--subtitle {
  margin-top: 0;
}
/* line 53, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks-media--title {
  margin-bottom: 0;
}
/* line 58, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks {
  overflow: hidden;
  cursor: pointer;
}
/* line 62, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
html .blocks p {
  padding-left: 0;
  padding-right: 0;
}
/* line 67, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--image {
  position: relative;
  float: left;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 76, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks__small .blocks--image {
  height: 240px;
}
/* line 80, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks__medium .blocks--image {
  height: 400px;
}
/* line 84, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks__large .blocks--image {
  height: 500px;
}
/* line 88, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--meta-inactive,
.blocks--meta-active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: table;
  color: #ffffff;
  text-decoration: none;
  -o-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
/* line 106, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--meta-active {
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(77, 77, 77, 0.7);
}
/* line 112, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks__light .blocks--meta-active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #4d4d4d;
}
/* line 117, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--meta-2 {
  display: table-row;
}
/* line 121, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--meta-3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px 30px;
}
/* line 128, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--meta-inactive-title,
.blocks--meta-active-title {
  font-size: 48px;
  line-height: 1;
  margin: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
/* line 136, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--image__with-content .blocks--meta-active-title {
  font-size: 48px;
}
/* line 140, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--meta-inactive-sub-title,
.blocks--meta-active-sub-title {
  font-size: 40px;
  line-height: 1;
  margin: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
/* line 148, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--image__with-content .blocks--meta-active-sub-title {
  font-size: 40px;
}
/* line 152, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--meta-content {
  margin-top: 0.5em;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  font-weight: normal;
}
/* line 161, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--image:hover .blocks--meta-inactive {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 166, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--image:hover .blocks--meta-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 171, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--image__count-1-pos-1 {
  width: auto;
  float: none;
}
/* line 176, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--image__count-3-pos-1 {
  width: 50%;
  float: left;
}
/* line 181, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks__small .blocks--image__count-3-pos-1 {
  height: 480px;
}
/* line 185, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks__medium .blocks--image__count-3-pos-1 {
  height: 800px;
}
/* line 189, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks__large .blocks--image__count-3-pos-1 {
  height: 1000px;
}
/* line 193, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--image__count-3-pos-2 {
  width: 50%;
  float: left;
}
/* line 198, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--image__count-3-pos-3 {
  width: 50%;
  float: left;
}
/* line 203, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--call-to-action {
  margin-top: 12px;
}
/* line 207, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
.blocks--button-play {
  margin-left: 30px;
  background: #7BABAB !important;
}
@media screen and (max-width: 768px) {
  /* line 221, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
  .blocks--meta-inactive-title,
  .blocks--meta-active-title {
    font-size: 40px;
  }
  /* line 226, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
  .blocks--meta-inactive-sub-title,
  .blocks--meta-active-sub-title {
    font-size: 23px;
  }
  /* line 231, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
  .blocks--image__with-content .blocks--meta-active-title {
    font-size: 23px;
  }
  /* line 235, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
  .blocks--image__with-content .blocks--meta-active-sub-title {
    font-size: 16px;
  }
  /* line 239, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
  .blocks--meta-3 {
    padding: 20px;
  }
  /* line 243, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
  .blocks--image {
    width: auto;
    float: none;
  }
  /* line 248, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
  .blocks__small .blocks--image {
    height: 180px;
  }
  /* line 252, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
  .blocks__medium .blocks--image {
    height: 300px;
  }
  /* line 256, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
  .blocks__large .blocks--image {
    height: 375px;
  }
}
@media screen and (max-width: 640px) {
  /* line 262, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
  .blocks--meta-content {
    font-size: 12px;
    line-height: 1.1;
  }
  /* line 267, /home/qrter/public_html/src/themes/default/less/lib/widgets/blocks.less */
  .blocks--meta-content p {
    margin-bottom: 0.5em;
  }
}
/* line 3, /home/qrter/public_html/src/themes/default/less/lib/widgets/buttons.less */
.mixin-blocks__dark .mixin-blocks--call-to-action,
.button,
.button-bordered,
.footer-top--cta,
.blocks__dark .blocks--call-to-action {
  border: 2px solid #ffffff;
  padding: 6px 14px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  -o-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
/* line 7, /home/qrter/public_html/src/themes/default/less/lib/widgets/buttons.less */
.button-bordered {
  border-color: #000000;
  color: #000000;
}
/* line 19, /home/qrter/public_html/src/themes/default/less/lib/widgets/buttons.less */
.mixin-blocks__dark .mixin-blocks--call-to-action:hover,
.button:hover,
.button-bordered:hover,
.footer-top--cta:hover,
.blocks__dark .blocks--call-to-action:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 25, /home/qrter/public_html/src/themes/default/less/lib/widgets/buttons.less */
.mixin-button-alt-fat,
.button-dark,
.careers--apply,
.sgp-section-teasers--teaser-discover,
button,
[type=submit],
.book-now--tab,
.sgp-sections--section-info-visit,
.sgp-sections--section-info-contact {
  border: 2px solid #000000;
  padding: 6px 14px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  background: transparent;
  color: #000000;
  cursor: pointer;
  -o-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
/* line 41, /home/qrter/public_html/src/themes/default/less/lib/widgets/buttons.less */
.mixin-button-alt-fat:hover,
.button-dark:hover,
.careers--apply:hover,
.sgp-section-teasers--teaser-discover:hover,
button:hover,
[type=submit]:hover,
.book-now--tab:hover,
.sgp-sections--section-info-visit:hover,
.sgp-sections--section-info-contact:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 47, /home/qrter/public_html/src/themes/default/less/lib/widgets/buttons.less */
.mixin-blocks__light .mixin-blocks--call-to-action,
.blocks__light .blocks--call-to-action {
  border: 2px solid #4d4d4d;
  padding: 6px 14px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  background: transparent;
  color: #4d4d4d;
  cursor: pointer;
  -o-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
/* line 63, /home/qrter/public_html/src/themes/default/less/lib/widgets/buttons.less */
.mixin-blocks__light .mixin-blocks--call-to-action:hover,
.blocks__light .blocks--call-to-action:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 69, /home/qrter/public_html/src/themes/default/less/lib/widgets/buttons.less */
.mixin-blog-list--more,
.blog-list--more {
  border: 1px solid #b3b3b3;
  padding: 7px 40px;
  color: #b3b3b3;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
  -o-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
/* line 83, /home/qrter/public_html/src/themes/default/less/lib/widgets/buttons.less */
.mixin-blog-list--more:hover,
.blog-list--more:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 89, /home/qrter/public_html/src/themes/default/less/lib/widgets/buttons.less */
button,
[type=submit],
.book-now--tab,
.sgp-sections--section-info-visit,
.sgp-sections--section-info-contact {
  padding: 16px 28px;
  -o-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
/* line 97, /home/qrter/public_html/src/themes/default/less/lib/widgets/buttons.less */
button:hover,
[type=submit]:hover,
.book-now--tab:hover,
.sgp-sections--section-info-visit:hover,
.sgp-sections--section-info-contact:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 103, /home/qrter/public_html/src/themes/default/less/lib/widgets/buttons.less */
.mixin-ehp-grid--date-selector-go,
.button-alt,
.button-filled,
.my-quarter--discount--link,
.wohp-connect--newsletter-signup,
.mixin-ehp-grid--more,
.career-holder--load-more,
.ehp-grid--date-selector-go,
.ehp-grid--more {
  background: #b3b3b3;
  color: #ffffff;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  -o-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
/* line 118, /home/qrter/public_html/src/themes/default/less/lib/widgets/buttons.less */
.mixin-ehp-grid--date-selector-go:hover,
.button-alt:hover,
.button-filled:hover,
.my-quarter--discount--link:hover,
.wohp-connect--newsletter-signup:hover,
.mixin-ehp-grid--more:hover,
.career-holder--load-more:hover,
.ehp-grid--date-selector-go:hover,
.ehp-grid--more:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 124, /home/qrter/public_html/src/themes/default/less/lib/widgets/buttons.less */
.book-now--trigger {
  background: #ffffff;
  color: #363636;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -o-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
/* line 136, /home/qrter/public_html/src/themes/default/less/lib/widgets/buttons.less */
.book-now--trigger:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 3, /home/qrter/public_html/src/themes/default/less/lib/widgets/section.less */
.section {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 12, /home/qrter/public_html/src/themes/default/less/lib/widgets/section.less */
.section--image-wrapper {
  position: relative;
}
/* line 16, /home/qrter/public_html/src/themes/default/less/lib/widgets/section.less */
.section--image-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 25%;
}
/* line 23, /home/qrter/public_html/src/themes/default/less/lib/widgets/section.less */
.section--image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 34, /home/qrter/public_html/src/themes/default/less/lib/widgets/section.less */
.section--content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 3, /home/qrter/public_html/src/themes/default/less/lib/widgets/stars.less */
.stars {
  font-family: FontAwesome;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}
/* line 8, /home/qrter/public_html/src/themes/default/less/lib/widgets/stars.less */
.stars__center {
  text-align: center;
}
/* line 11, /home/qrter/public_html/src/themes/default/less/lib/widgets/stars.less */
.stars__huge {
  font-size: 40px;
}
/* line 14, /home/qrter/public_html/src/themes/default/less/lib/widgets/stars.less */
.stars__large {
  font-size: 23px;
}
/* line 17, /home/qrter/public_html/src/themes/default/less/lib/widgets/stars.less */
.stars__small {
  font-size: 13px;
}
/* line 3, /home/qrter/public_html/src/themes/default/less/lib/widgets/MenuToggle.less */
.header--menu-toggle {
  width: 30px;
  height: 15px;
  padding-top: 11px;
  cursor: pointer;
}
/* line 9, /home/qrter/public_html/src/themes/default/less/lib/widgets/MenuToggle.less */
.header--menu-toggle--inner,
.header--menu-toggle--inner:after,
.header--menu-toggle--inner:before {
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  backface-visibility: hidden;
}
/* line 23, /home/qrter/public_html/src/themes/default/less/lib/widgets/MenuToggle.less */
.header--menu-toggle--inner {
  position: relative;
  display: block;
}
/* line 28, /home/qrter/public_html/src/themes/default/less/lib/widgets/MenuToggle.less */
.header--menu-toggle--inner:after,
.header--menu-toggle--inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
/* line 36, /home/qrter/public_html/src/themes/default/less/lib/widgets/MenuToggle.less */
.header--menu-toggle--inner:after {
  top: 9px;
}
/* line 40, /home/qrter/public_html/src/themes/default/less/lib/widgets/MenuToggle.less */
.header--menu-toggle__on .header--menu-toggle--inner {
  background-color: transparent;
}
/* line 43, /home/qrter/public_html/src/themes/default/less/lib/widgets/MenuToggle.less */
.header--menu-toggle__on .header--menu-toggle--inner:before {
  -ms-transform: rotate(45deg) translate(7px, 5px);
  -o-transform: rotate(45deg) translate(7px, 5px);
  -moz-transform: rotate(45deg) translate(7px, 5px);
  -webkit-transform: rotate(45deg) translate(7px, 5px);
  transform: rotate(45deg) translate(7px, 5px);
}
/* line 50, /home/qrter/public_html/src/themes/default/less/lib/widgets/MenuToggle.less */
.header--menu-toggle__on .header--menu-toggle--inner:after {
  -ms-transform: rotate(-45deg) translate(7px, -5px);
  -o-transform: rotate(-45deg) translate(7px, -5px);
  -moz-transform: rotate(-45deg) translate(7px, -5px);
  -webkit-transform: rotate(-45deg) translate(7px, -5px);
  transform: rotate(-45deg) translate(7px, -5px);
}
/* line 3, /home/qrter/public_html/src/themes/default/less/lib/widgets/ShareButtons.less */
.share-buttons {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
/* line 13, /home/qrter/public_html/src/themes/default/less/lib/widgets/ShareButtons.less */
.share-buttons > span {
  display: inline-block;
  vertical-align: top;
}
/* line 3, /home/qrter/public_html/src/themes/default/less/lib/widgets/TabSet.less */
.tabset {
  display: block;
  padding-left: 0;
  margin-bottom: 1em;
}
/* line 8, /home/qrter/public_html/src/themes/default/less/lib/widgets/TabSet.less */
.tabset--titles,
.tabset--contents {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 15, /home/qrter/public_html/src/themes/default/less/lib/widgets/TabSet.less */
.tabset--titles {
  font-size: 0;
}
/* line 19, /home/qrter/public_html/src/themes/default/less/lib/widgets/TabSet.less */
.tabset--contents {
  position: relative;
}
/* line 23, /home/qrter/public_html/src/themes/default/less/lib/widgets/TabSet.less */
.tabset--title {
  display: inline-block;
  padding: 4px 16px;
  margin-right: 4px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  background: #b3b3b3;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  font-weight: bold;
  cursor: pointer;
  -o-transition: opacity 150ms;
  -ms-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 43, /home/qrter/public_html/src/themes/default/less/lib/widgets/TabSet.less */
.tabset--title:hover,
.tabset--title:active {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  /* line 47, /home/qrter/public_html/src/themes/default/less/lib/widgets/TabSet.less */
  .tabset--title {
    display: block;
    margin-right: 0;
  }
}
/* line 53, /home/qrter/public_html/src/themes/default/less/lib/widgets/TabSet.less */
.tabset--title__open {
  opacity: 1;
}
/* line 57, /home/qrter/public_html/src/themes/default/less/lib/widgets/TabSet.less */
.tabset--content {
  padding: 0 16px;
  background: #f6f6f6;
  border-top: 2px solid #b3b3b3;
  overflow: hidden;
}
/* line 64, /home/qrter/public_html/src/themes/default/less/lib/widgets/TabSet.less */
html .tabset--content p {
  padding: 0;
}
/* line 68, /home/qrter/public_html/src/themes/default/less/lib/widgets/TabSet.less */
.tabset--content__closed {
  display: none;
}
/* line 3, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid {
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  -webkit-backface-visibility: hidden;
  margin-bottom: 20px;
}
/* line 12, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid__loading {
  opacity: 0.3;
  pointer-events: none;
}
/* line 17, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--titles-wrapper {
  overflow: hidden;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
/* line 22, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--titles {
  float: left;
  margin-left: -12px;
}
/* line 26, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--free-paid {
  float: right;
}
/* line 29, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--date {
  display: inline-block;
  padding-right: 10px;
  cursor: pointer;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  -webkit-backface-visibility: hidden;
}
/* line 40, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--latest-title,
.ehp-grid--popular-title {
  display: inline-block;
  font-size: 23px;
  line-height: 51px;
  height: 51px;
  padding: 0px 12px;
  margin: 0;
  cursor: pointer;
  opacity: 0.3;
  text-transform: uppercase;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 720px) {
  /* line 59, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
  .ehp-grid--latest-title,
  .ehp-grid--popular-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  /* line 65, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
  .ehp-grid--latest-title,
  .ehp-grid--popular-title {
    font-size: 15px;
    display: block;
    line-height: 1.4;
    height: auto;
  }
}
/* line 73, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--latest-title__selected,
.ehp-grid--popular-title__selected {
  opacity: 1;
  text-decoration: underline;
}
/* line 78, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--free-paid {
  font-size: 18px;
  text-transform: uppercase;
  height: 51px;
  line-height: 51px;
}
@media screen and (max-width: 720px) {
  /* line 85, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
  .ehp-grid--free-paid {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  /* line 90, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
  .ehp-grid--free-paid {
    clear: both;
    float: none;
  }
}
/* line 95, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--free,
.ehp-grid--paid {
  opacity: 0.3;
  cursor: pointer;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  -webkit-backface-visibility: hidden;
}
/* line 107, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--free__selected,
.ehp-grid--paid__selected {
  opacity: 1;
}
/* line 111, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--search-form {
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 115, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--search-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-right: -80px;
  padding-right: 90px;
  float: left;
}
/* line 122, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--search-wrapper-2 {
  background-color: #eeeeee;
}
/* line 125, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--search {
  background: transparent;
  border: 0;
  padding: 8px 12px;
  height: 36px;
}
/* line 131, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--search-go {
  position: relative;
  width: 80px;
  background-color: #eeeeee;
  height: 36px;
  border: 0;
  padding: 6px 16px;
  color: #888888;
}
/* line 140, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--cat-title {
  font-size: 14px;
  color: #b3b3b3;
  float: left;
  font-weight: normal;
  margin: 0 0 20px 0;
}
/* line 147, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--clear {
  float: right;
  font-size: 14px;
  color: #b3b3b3;
  font-weight: normal;
  margin: 0 0 20px 0;
  cursor: pointer;
}
/* line 155, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--clear:before {
  display: inline;
  content: "\f00d";
  font-family: FontAwesome;
  padding-right: 5px;
}
/* line 161, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--cats {
  clear: both;
  display: table;
  margin-bottom: 10px;
  width: 100%;
}
/* line 167, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--cats-2 {
  display: table-row;
}
/* line 170, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--cat {
  display: table-cell;
  width: 10%;
  text-align: center;
  vertical-align: middle;
  background-color: #888888;
  padding: 6px 8px;
  color: #ffffff;
  font-size: 12px;
  opacity: 0.3;
  cursor: pointer;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  -webkit-backface-visibility: hidden;
}
/* line 4, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ehp-grid--cat__film {
  background-color: #f1c40f;
}
/* line 7, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ehp-grid--cat__music {
  background-color: #e67e22;
}
/* line 10, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ehp-grid--cat__theatre {
  background-color: #e74c3c;
}
/* line 13, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ehp-grid--cat__comedy {
  background-color: #1abc9c;
}
/* line 16, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ehp-grid--cat__art {
  background-color: #2ecc71;
}
/* line 19, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ehp-grid--cat__festival {
  background-color: #1b1464;
}
/* line 22, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ehp-grid--cat__food {
  background-color: #8e44ad;
}
/* line 25, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ehp-grid--cat__family {
  background-color: #db0a5b;
}
/* line 189, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--cat__selected {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  /* line 194, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
  .ehp-grid--cats,
  .ehp-grid--cats-2 {
    display: block;
    text-align: center;
  }
  /* line 199, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
  .ehp-grid--cat {
    display: inline-block;
    width: auto;
    margin: 3px;
  }
}
/* line 206, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--events {
  display: block;
  list-style: none;
  margin: 0 -6px;
  padding: 0;
  font-size: 0;
}
/* line 213, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--more {
  display: block;
}
/* line 218, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--date-selector {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
/* line 227, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--date-selector__hidden {
  display: none;
}
/* line 231, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--date-selector-2 {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 237, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--date-selector-3 {
  display: table-row;
}
/* line 241, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--date-selector-4 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 247, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--date-selector-5 {
  position: relative;
  display: inline-block;
  text-align: left;
  max-width: 230px;
  margin: 20px;
  padding: 30px 20px 20px 20px;
  background: #ffffff;
  font-size: 14px;
}
/* line 258, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--date-selector-go {
  display: block;
}
/* line 263, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--date-selector-from,
.ehp-grid--date-selector-to {
  display: block;
  margin-bottom: 4px;
  height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}
/* line 272, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--date-selector-title {
  margin-top: 0;
}
/* line 276, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--date-selector-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}
/* line 290, /home/qrter/public_html/src/themes/default/less/lib/widgets/ehp-grid.less */
.ehp-grid--date-selector-close:after {
  display: inline;
  content: "\f00d";
}
/* line 3, /home/qrter/public_html/src/themes/default/less/lib/widgets/event.less */
.event {
  width: 25%;
  font-size: 13px;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  /* line 12, /home/qrter/public_html/src/themes/default/less/lib/widgets/event.less */
  .event {
    width: 33.3%;
  }
}
@media screen and (max-width: 640px) {
  /* line 16, /home/qrter/public_html/src/themes/default/less/lib/widgets/event.less */
  .event {
    width: 50%;
  }
}
@media screen and (max-width: 440px) {
  /* line 20, /home/qrter/public_html/src/themes/default/less/lib/widgets/event.less */
  .event {
    width: auto;
    display: block;
  }
}
/* line 25, /home/qrter/public_html/src/themes/default/less/lib/widgets/event.less */
.event--inner {
  display: block;
  text-decoration: none;
  margin: 16px 6px;
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 6px;
  font-weight: normal;
  min-height: 400px;
  text-align: center;
}
/* line 37, /home/qrter/public_html/src/themes/default/less/lib/widgets/event.less */
.event--image {
  display: block;
}
/* line 41, /home/qrter/public_html/src/themes/default/less/lib/widgets/event.less */
.event--content {
  padding: 10px 14px;
}
/* line 45, /home/qrter/public_html/src/themes/default/less/lib/widgets/event.less */
.event--title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
/* line 52, /home/qrter/public_html/src/themes/default/less/lib/widgets/event.less */
.event--category-wrapper {
  margin-bottom: 10px;
}
/* line 56, /home/qrter/public_html/src/themes/default/less/lib/widgets/event.less */
.event--category {
  display: inline-block;
  background-color: #888888;
  padding: 4px 12px;
  color: #ffffff;
  font-size: 12px;
}
/* line 4, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.event--category__film {
  background-color: #f1c40f;
}
/* line 7, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.event--category__music {
  background-color: #e67e22;
}
/* line 10, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.event--category__theatre {
  background-color: #e74c3c;
}
/* line 13, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.event--category__comedy {
  background-color: #1abc9c;
}
/* line 16, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.event--category__art {
  background-color: #2ecc71;
}
/* line 19, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.event--category__festival {
  background-color: #1b1464;
}
/* line 22, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.event--category__food {
  background-color: #8e44ad;
}
/* line 25, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.event--category__family {
  background-color: #db0a5b;
}
/* line 65, /home/qrter/public_html/src/themes/default/less/lib/widgets/event.less */
.event--meta {
  margin-bottom: 10px;
  color: #888888;
}
/* line 70, /home/qrter/public_html/src/themes/default/less/lib/widgets/event.less */
.event--excerpt {
  margin-top: 15px;
}
/* line 5, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list {
  font-size: 14px;
}
/* line 8, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--items {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 15, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--item {
  display: block;
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #dddddd;
  list-style: none;
}
/* line 23, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 29, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--item-inner {
  display: block;
  text-decoration: none;
  font-weight: normal;
  overflow: hidden;
}
/* line 36, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--image-wrapper {
  background: #000000;
  min-height: 100px;
  float: left;
  width: 45%;
  margin-right: 30px;
}
@media screen and (max-width: 480px) {
  /* line 45, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
  .blog-list--image-wrapper {
    margin-right: 15px;
  }
}
/* line 50, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--image {
  display: block;
}
/* line 54, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--meta {
  overflow: hidden;
}
/* line 58, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--title {
  font-size: 23px;
  font-weight: normal;
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  /* line 65, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
  .blog-list--title {
    font-size: 18px;
  }
}
/* line 70, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--created {
  color: #b3b3b3;
}
/* line 74, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--content {
  margin-bottom: 20px;
}
/* line 78, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--more-wrapper {
  text-align: center;
}
/* line 82, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--load-more-wrapper {
  position: relative;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 89, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--load-more-left {
  position: absolute;
  top: 15px;
  left: 0;
  right: 50%;
  height: 1px;
  padding-right: 85px;
  box-sizing: border-box;
}
/* line 99, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--load-more-left:after,
.blog-list--load-more-right:after {
  display: block;
  content: "";
  background: #b3b3b3;
  height: 1px;
}
/* line 107, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--load-more-right {
  position: absolute;
  top: 15px;
  right: 0;
  left: 50%;
  height: 1px;
  padding-left: 85px;
  box-sizing: border-box;
}
/* line 117, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--load-more {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 30px;
  line-height: 30px;
  color: #b3b3b3;
  border: 1px solid #b3b3b3;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
}
/* line 131, /home/qrter/public_html/src/themes/default/less/lib/widgets/BlogList.less */
.blog-list--more {
  width: 90px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 3, /home/qrter/public_html/src/themes/default/less/lib/widgets/Tweets.less */
.qrter-tweets {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
/* line 10, /home/qrter/public_html/src/themes/default/less/lib/widgets/Tweets.less */
.qrter-tweets--item {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
/* line 17, /home/qrter/public_html/src/themes/default/less/lib/widgets/Tweets.less */
.qrter-tweets--link {
  display: block;
  text-decoration: none;
  font-weight: inherit;
}
/* line 23, /home/qrter/public_html/src/themes/default/less/lib/widgets/Tweets.less */
.qrter-tweets--image-wrapper {
  float: left;
  margin-right: 10px;
}
/* line 28, /home/qrter/public_html/src/themes/default/less/lib/widgets/Tweets.less */
.qrter-tweets--image {
  display: block;
}
/* line 32, /home/qrter/public_html/src/themes/default/less/lib/widgets/Tweets.less */
.qrter-tweets--link-inner {
  overflow: hidden;
}
/* line 36, /home/qrter/public_html/src/themes/default/less/lib/widgets/Tweets.less */
.qrter-tweets--link-name {
  font-size: 12.5px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
/* line 44, /home/qrter/public_html/src/themes/default/less/lib/widgets/Tweets.less */
.qrter-tweets--link-at {
  font-size: 10px;
  text-transform: uppercase;
  color: #b3b3b3;
  line-height: 1;
}
/* line 51, /home/qrter/public_html/src/themes/default/less/lib/widgets/Tweets.less */
.qrter-tweets--content {
  clear: both;
  margin-top: 10px;
}
/* line 1, /home/qrter/public_html/src/themes/default/less/lib/widgets/popup.less */
.popup {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
/* line 10, /home/qrter/public_html/src/themes/default/less/lib/widgets/popup.less */
.popup--content-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  vertical-align: middle;
  text-align: center;
}
/* line 24, /home/qrter/public_html/src/themes/default/less/lib/widgets/popup.less */
.popup--content-wrapper-2 {
  display: table-row;
}
/* line 28, /home/qrter/public_html/src/themes/default/less/lib/widgets/popup.less */
.popup--content-wrapper-3 {
  display: table-cell;
  border: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
/* line 36, /home/qrter/public_html/src/themes/default/less/lib/widgets/popup.less */
.popup--content-wrapper-4 {
  position: relative;
  background: #ffffff;
  min-width: 220px;
  min-height: 100px;
  max-width: 400px;
  display: inline-block;
  margin: 20px;
  padding: 30px 15px 15px 15px;
}
/* line 47, /home/qrter/public_html/src/themes/default/less/lib/widgets/popup.less */
.popup--content-wrapper-5 {
  text-align: left;
  max-height: 75vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px 10px 10px;
}
/* line 55, /home/qrter/public_html/src/themes/default/less/lib/widgets/popup.less */
.popup--close-button {
  display: block;
  font-size: 23px;
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  -o-transition: opacity 150ms;
  -ms-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
/* line 75, /home/qrter/public_html/src/themes/default/less/lib/widgets/popup.less */
.popup--close-button:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: FontAwesome;
  font-size: 23px;
  content: '\f00d';
  color: #000000;
}
/* line 88, /home/qrter/public_html/src/themes/default/less/lib/widgets/popup.less */
.popup--close-button:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* line 93, /home/qrter/public_html/src/themes/default/less/lib/widgets/popup.less */
.popup--content--title {
  background-color: #b3b3b3;
  color: #000000;
  font-size: 16px;
  padding: 6px 10px;
  margin: 0;
}
/* line 101, /home/qrter/public_html/src/themes/default/less/lib/widgets/popup.less */
.popup--content--content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 106, /home/qrter/public_html/src/themes/default/less/lib/widgets/popup.less */
.popup--content {
  position: relative;
  margin: 0 auto;
  text-align: left;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #000000;
  background-color: #b3b3b3;
  width: 90%;
  max-width: 800px;
}
/* line 117, /home/qrter/public_html/src/themes/default/less/lib/widgets/popup.less */
.popup__hidden {
  display: none;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../webfonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../webfonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../webfonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../webfonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../webfonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../webfonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 38, /home/qrter/public_html/src/themes/default/less/index.less */
html,
body {
  font-family: "Gotham SSm A", Metropolis, Helvetica, Geneva, sans-serif;
  line-height: 1.4;
  height: 100%;
}
/* line 45, /home/qrter/public_html/src/themes/default/less/index.less */
.ie7,
.ie8 {
  min-width: 880px;
}
/* line 50, /home/qrter/public_html/src/themes/default/less/index.less */
strong {
  font-weight: bold;
}
/* line 54, /home/qrter/public_html/src/themes/default/less/index.less */
em {
  font-style: italic;
}
/* line 58, /home/qrter/public_html/src/themes/default/less/index.less */
.underline {
  text-decoration: underline;
}
/* line 62, /home/qrter/public_html/src/themes/default/less/index.less */
sup {
  position: relative;
  top: -0.5em;
  font-size: 80%;
}
/* line 68, /home/qrter/public_html/src/themes/default/less/index.less */
sub {
  position: relative;
  bottom: -0.25em;
  font-size: 80%;
}
/* line 74, /home/qrter/public_html/src/themes/default/less/index.less */
img {
  max-width: 100%;
  height: auto;
}
/* line 79, /home/qrter/public_html/src/themes/default/less/index.less */
p {
  margin-top: 1em;
  margin-bottom: 1em;
}
/* line 84, /home/qrter/public_html/src/themes/default/less/index.less */
a {
  font-weight: bold;
  color: inherit;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  -webkit-backface-visibility: hidden;
}
/* line 95, /home/qrter/public_html/src/themes/default/less/index.less */
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* line 100, /home/qrter/public_html/src/themes/default/less/index.less */
.clear {
  clear: both;
}
/* line 104, /home/qrter/public_html/src/themes/default/less/index.less */
.site-width,
.content > *,
.form,
.page-comments,
.career-holder,
.careers,
.contact-content,
.sgp-section-teasers,
.sgp-sections--section-info-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 115, /home/qrter/public_html/src/themes/default/less/index.less */
.form,
.page-comments {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 121, /home/qrter/public_html/src/themes/default/less/index.less */
.everything-but-footer {
  min-height: 100%;
  margin-bottom: -335px;
}
/* line 124, /home/qrter/public_html/src/themes/default/less/index.less */
.everything-but-footer:after {
  content: "";
  display: block;
  height: 335px;
}
@media screen and (max-width: 768px) {
  /* line 129, /home/qrter/public_html/src/themes/default/less/index.less */
  .everything-but-footer {
    margin-bottom: -105px;
  }
  /* line 131, /home/qrter/public_html/src/themes/default/less/index.less */
  .everything-but-footer:after {
    height: 105px;
  }
}
@media screen and (max-width: 480px) {
  /* line 135, /home/qrter/public_html/src/themes/default/less/index.less */
  .everything-but-footer {
    margin-bottom: -135px;
  }
  /* line 137, /home/qrter/public_html/src/themes/default/less/index.less */
  .everything-but-footer:after {
    height: 135px;
  }
}
/* line 151, /home/qrter/public_html/src/themes/default/less/index.less */
.content .blocks {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
/* line 177, /home/qrter/public_html/src/themes/default/less/index.less */
.content .section {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
/* line 197, /home/qrter/public_html/src/themes/default/less/index.less */
.header--menu-toggle {
  float: right;
  display: none;
}
@media screen and (max-width: 850px) {
  /* line 201, /home/qrter/public_html/src/themes/default/less/index.less */
  .header--menu-toggle {
    display: block;
  }
}
/* line 206, /home/qrter/public_html/src/themes/default/less/index.less */
.header {
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -o-transition: background-color 250ms, color 250ms;
  -ms-transition: background-color 250ms, color 250ms;
  -moz-transition: background-color 250ms, color 250ms;
  -webkit-transition: background-color 250ms, color 250ms;
  transition: background-color 250ms, color 250ms;
}
/* line 220, /home/qrter/public_html/src/themes/default/less/index.less */
.header-inner {
  margin: 8px 20px;
  overflow: hidden;
}
/* line 225, /home/qrter/public_html/src/themes/default/less/index.less */
.header--logo {
  display: block;
  float: left;
  width: 138px;
  height: 30px;
  font-size: 0;
  line-height: 30px;
}
/* line 234, /home/qrter/public_html/src/themes/default/less/index.less */
.header--logo-img-light {
  display: inline-block;
  vertical-align: middle;
}
/* line 239, /home/qrter/public_html/src/themes/default/less/index.less */
.header--logo-img-dark {
  display: none;
  vertical-align: middle;
}
/* line 244, /home/qrter/public_html/src/themes/default/less/index.less */
.header--nav {
  float: right;
  display: none;
  overflow: hidden;
  padding-left: 0;
  margin: 4px 12px 0 0;
}
@media screen and (min-width: 850px) {
  /* line 250, /home/qrter/public_html/src/themes/default/less/index.less */
  .header--nav {
    display: block !important;
  }
}
@media screen and (max-width: 850px) {
  /* line 253, /home/qrter/public_html/src/themes/default/less/index.less */
  .header--nav {
    float: none;
    clear: both;
    margin: 0;
  }
}
/* line 260, /home/qrter/public_html/src/themes/default/less/index.less */
.header--nav--item {
  float: left;
  display: block;
  margin: 0;
}
@media screen and (max-width: 850px) {
  /* line 264, /home/qrter/public_html/src/themes/default/less/index.less */
  .header--nav--item {
    clear: both;
    float: none;
  }
}
/* line 270, /home/qrter/public_html/src/themes/default/less/index.less */
.header--nav--item__fourth {
  margin-right: 12px;
  border-right: 1px solid #ffffff;
  padding-right: 12px;
}
@media screen and (max-width: 850px) {
  /* line 274, /home/qrter/public_html/src/themes/default/less/index.less */
  .header--nav--item__fourth {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
  }
}
/* line 281, /home/qrter/public_html/src/themes/default/less/index.less */
.header--nav--item-link {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 22px;
  line-height: 22px;
  padding: 0px 6px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  /* line 293, /home/qrter/public_html/src/themes/default/less/index.less */
  .header--nav--item-link {
    border-top: 1px dotted #b3b3b3;
    padding: 6px 0;
    text-align: center;
    height: auto;
    line-height: 1.2;
  }
}
/* line 302, /home/qrter/public_html/src/themes/default/less/index.less */
.header--nav--item-link__current,
.header--nav--item-link__section {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* line 308, /home/qrter/public_html/src/themes/default/less/index.less */
.header__scrolling,
.header__book-now-visible,
.header__nav-open,
.header__dark {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.93);
  color: #000000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
/* line 317, /home/qrter/public_html/src/themes/default/less/index.less */
.header__scrolling .header--logo-img-light,
.header__book-now-visible .header--logo-img-light,
.header__nav-open .header--logo-img-light,
.header__dark .header--logo-img-light {
  display: none;
}
/* line 321, /home/qrter/public_html/src/themes/default/less/index.less */
.header__scrolling .header--logo-img-dark,
.header__book-now-visible .header--logo-img-dark,
.header__nav-open .header--logo-img-dark,
.header__dark .header--logo-img-dark {
  display: inline-block;
}
/* line 325, /home/qrter/public_html/src/themes/default/less/index.less */
.header__scrolling .header--nav--item__fourth,
.header__book-now-visible .header--nav--item__fourth,
.header__nav-open .header--nav--item__fourth,
.header__dark .header--nav--item__fourth {
  border-right-color: #000000;
}
/* line 329, /home/qrter/public_html/src/themes/default/less/index.less */
.header__scrolling .header--nav--item-link,
.header__book-now-visible .header--nav--item-link,
.header__nav-open .header--nav--item-link,
.header__dark .header--nav--item-link {
  color: #000000;
}
/* line 333, /home/qrter/public_html/src/themes/default/less/index.less */
.header__scrolling .book-now--trigger,
.header__book-now-visible .book-now--trigger,
.header__nav-open .book-now--trigger,
.header__dark .book-now--trigger {
  background: #000000;
  color: #ffffff;
}
/* line 338, /home/qrter/public_html/src/themes/default/less/index.less */
.header__scrolling .header--menu-toggle--inner,
.header__book-now-visible .header--menu-toggle--inner,
.header__nav-open .header--menu-toggle--inner,
.header__dark .header--menu-toggle--inner,
.header__scrolling .header--menu-toggle--inner:before,
.header__book-now-visible .header--menu-toggle--inner:before,
.header__nav-open .header--menu-toggle--inner:before,
.header__dark .header--menu-toggle--inner:before,
.header__scrolling .header--menu-toggle--inner:after,
.header__book-now-visible .header--menu-toggle--inner:after,
.header__nav-open .header--menu-toggle--inner:after,
.header__dark .header--menu-toggle--inner:after {
  background-color: #000000;
}
/* line 344, /home/qrter/public_html/src/themes/default/less/index.less */
.header__scrolling .header--menu-toggle__on .header--menu-toggle--inner,
.header__book-now-visible .header--menu-toggle__on .header--menu-toggle--inner,
.header__nav-open .header--menu-toggle__on .header--menu-toggle--inner,
.header__dark .header--menu-toggle__on .header--menu-toggle--inner {
  background-color: transparent;
}
/* line 349, /home/qrter/public_html/src/themes/default/less/index.less */
.header--push {
  height: 46px;
}
/* line 353, /home/qrter/public_html/src/themes/default/less/index.less */
.beneath-header {
  position: relative;
  display: block;
  height: 40vh;
  box-sizing: border-box;
  padding-top: 45px;
  min-height: 230px;
  max-height: 369px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  /* line 365, /home/qrter/public_html/src/themes/default/less/index.less */
  .beneath-header {
    background-image: none;
  }
}
/* line 370, /home/qrter/public_html/src/themes/default/less/index.less */
.beneath-header--title-1 {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 376, /home/qrter/public_html/src/themes/default/less/index.less */
.beneath-header--title-2 {
  display: table-row;
}
/* line 380, /home/qrter/public_html/src/themes/default/less/index.less */
.beneath-header--title-3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 385, /home/qrter/public_html/src/themes/default/less/index.less */
.beneath-header.homepage-header-img {
  height: unset;
  min-height: unset;
  max-height: unset;
}
/* line 386, /home/qrter/public_html/src/themes/default/less/index.less */
.beneath-header--title-4 {
  color: #ffffff;
  margin: 0;
  padding: 0 20px;
  display: inline-block;
  font-size: 60px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  font-weight: normal;
  letter-spacing: 0.4em;
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  /* line 396, /home/qrter/public_html/src/themes/default/less/index.less */
  .beneath-header--title-4 {
    font-size: 48px;
  }
}
@media screen and (max-width: 640px) {
  /* line 399, /home/qrter/public_html/src/themes/default/less/index.less */
  .beneath-header--title-4 {
    border-top: 0;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 480px) {
  /* line 407, /home/qrter/public_html/src/themes/default/less/index.less */
  .beneath-header--title-4 {
    font-size: 32px;
  }
}
/* line 412, /home/qrter/public_html/src/themes/default/less/index.less */
.beneath-header--title-4__subtitle {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  letter-spacing: 0;
  font-weight: bold;
}
/* line 421, /home/qrter/public_html/src/themes/default/less/index.less */
.beneath-header--subtitle {
  margin-top: 20px;
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
}
/* line 429, /home/qrter/public_html/src/themes/default/less/index.less */
.beneath-header--homepage-award {
  position: absolute;
  height: calc(100% - 40px);
  display: table;
  right: 10%;
}
@media screen and (max-width: 850px) {
  /* line 434, /home/qrter/public_html/src/themes/default/less/index.less */
  .beneath-header--homepage-award {
    display: none;
  }
}
/* line 439, /home/qrter/public_html/src/themes/default/less/index.less */
.beneath-header--homepage-award--inner {
  display: table-cell;
  vertical-align: middle;
}
/* line 444, /home/qrter/public_html/src/themes/default/less/index.less */
.beneath-header--homepage-award--image {
  display: block;
  height: 120px;
  width: auto;
}
@media screen and (min-width: 1280px) {
  /* line 448, /home/qrter/public_html/src/themes/default/less/index.less */
  .beneath-header--homepage-award--image {
    height: 150px;
  }
}
/* line 453, /home/qrter/public_html/src/themes/default/less/index.less */
.book-now--trigger {
  width: 120px;
  display: inline-block;
  float: right;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 850px) {
  /* line 462, /home/qrter/public_html/src/themes/default/less/index.less */
  .book-now--trigger {
    display: none;
  }
}
/* line 467, /home/qrter/public_html/src/themes/default/less/index.less */
.book-now {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-transition: max-height 250ms, opacity 250ms;
  -ms-transition: max-height 250ms, opacity 250ms;
  -moz-transition: max-height 250ms, opacity 250ms;
  -webkit-transition: max-height 250ms, opacity 250ms;
  transition: max-height 250ms, opacity 250ms;
  background: rgba(255, 255, 255, 0.93);
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
/* line 485, /home/qrter/public_html/src/themes/default/less/index.less */
.book-now__hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
}
/* line 491, /home/qrter/public_html/src/themes/default/less/index.less */
.book-now--inner {
  padding: 20px;
  margin-top: 46px;
  min-height: 214px;
}
/* line 497, /home/qrter/public_html/src/themes/default/less/index.less */
.book-now--contents {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
/* line 503, /home/qrter/public_html/src/themes/default/less/index.less */
.book-now--content {
  margin-bottom: 0;
}
/* line 507, /home/qrter/public_html/src/themes/default/less/index.less */
.book-now--tabs {
  display: inline-block;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 9px;
  padding-bottom: 18px;
  padding-left: 0;
}
/* line 515, /home/qrter/public_html/src/themes/default/less/index.less */
.book-now--tab {
  display: inline-block;
  width: 58px;
  margin: 0;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
/* line 529, /home/qrter/public_html/src/themes/default/less/index.less */
.book-now--tab__active {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 534, /home/qrter/public_html/src/themes/default/less/index.less */
.book-now--form {
  font-size: 0;
}
/* line 538, /home/qrter/public_html/src/themes/default/less/index.less */
.book-now--form-select-wrapper,
.book-now--form-check-in-wrapper,
.book-now--form-check-out-wrapper,
.book-now--restaurant-form--options,
.book-now--restaurant-form--date,
.book-now--restaurant-form--time,
.book-now--restaurant-form--people {
  display: inline-block;
  width: auto;
  margin: 5px 9px;
  width: 240px;
}
/* line 551, /home/qrter/public_html/src/themes/default/less/index.less */
.book-now--form-submit,
.book-now--restaurant-form-submit {
  display: block;
  width: 240px;
  margin: 9px auto 0 auto;
}
/* line 558, /home/qrter/public_html/src/themes/default/less/index.less */
.book-now--form--error {
  margin-left: auto;
  margin-right: auto;
}
/* line 564, /home/qrter/public_html/src/themes/default/less/index.less */
.book-now--content__hidden {
  display: none;
}
/* line 568, /home/qrter/public_html/src/themes/default/less/index.less */
.book-now--restaurant-form--error {
  color: #cc0000;
  text-align: center;
  font-size: 14px;
}
/* line 574, /home/qrter/public_html/src/themes/default/less/index.less */
.book-now--restaurant-form--error--inner {
  display: inline-block;
  text-align: left;
}
/* line 579, /home/qrter/public_html/src/themes/default/less/index.less */
.success-message {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 585, /home/qrter/public_html/src/themes/default/less/index.less */
.career-holder {
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 593, /home/qrter/public_html/src/themes/default/less/index.less */
.career-holder-careers {
  list-style: none;
  display: block;
  padding-left: 0;
}
/* line 599, /home/qrter/public_html/src/themes/default/less/index.less */
.career-holder-careers--career {
  list-style: none;
  display: block;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #b3b3b3;
}
/* line 607, /home/qrter/public_html/src/themes/default/less/index.less */
.career-holder-careers--career__hidden {
  display: none;
}
/* line 611, /home/qrter/public_html/src/themes/default/less/index.less */
.career-holder-careers--career--inner {
  display: table;
  width: 100%;
}
/* line 616, /home/qrter/public_html/src/themes/default/less/index.less */
.career-holder-careers--career--inner-2 {
  display: table-row;
}
/* line 620, /home/qrter/public_html/src/themes/default/less/index.less */
.career-holder-careers--career--title-wrapper,
.career-holder-careers--career--description,
.career-holder-careers--career--more {
  display: table-cell;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 629, /home/qrter/public_html/src/themes/default/less/index.less */
.career-holder-careers--career--title-wrapper {
  width: 35%;
  padding-right: 20px;
}
/* line 634, /home/qrter/public_html/src/themes/default/less/index.less */
.career-holder-careers--career--description {
  padding-right: 20px;
}
/* line 638, /home/qrter/public_html/src/themes/default/less/index.less */
.career-holder-careers--career--description p {
  margin-top: 0;
}
/* line 642, /home/qrter/public_html/src/themes/default/less/index.less */
.career-holder-careers--career--more {
  text-align: right;
  width: 130px;
}
/* line 647, /home/qrter/public_html/src/themes/default/less/index.less */
.job-search-window {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 20px;
}
/* line 652, /home/qrter/public_html/src/themes/default/less/index.less */
.job-search-window .career-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 659, /home/qrter/public_html/src/themes/default/less/index.less */
.job-search-window .career-search-form > div,
.job-search-window .career-search-form > input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  /* line 665, /home/qrter/public_html/src/themes/default/less/index.less */
  .job-search-window .career-search-form > div,
  .job-search-window .career-search-form > input {
    margin-right: 0px;
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
}
/* line 673, /home/qrter/public_html/src/themes/default/less/index.less */
.job-search-window .career-search-form > input {
  max-width: 221px;
  margin-right: 0px;
  border: 1px solid #000000;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  /* line 679, /home/qrter/public_html/src/themes/default/less/index.less */
  .job-search-window .career-search-form > input {
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  /* line 682, /home/qrter/public_html/src/themes/default/less/index.less */
  .job-search-window .career-search-form > input {
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 687, /home/qrter/public_html/src/themes/default/less/index.less */
.job-search-window .career-search-form select {
  border: none;
  border-bottom: 1px solid #000000;
  height: 45px;
  outline: none;
  padding: 10px 10px 10px 0;
}
@media screen and (max-width: 767px) {
  /* line 693, /home/qrter/public_html/src/themes/default/less/index.less */
  .job-search-window .career-search-form select {
    max-width: none;
    margin-bottom: 25px;
  }
}
/*Cookies css start here*/
/* line 702, /home/qrter/public_html/src/themes/default/less/index.less */
.chgCookies {
  padding: 20px;
  background: #f4f4f4;
  border-top: 1px solid rgba(255, 255, 255, 0.51);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 91;
}
/* line 713, /home/qrter/public_html/src/themes/default/less/index.less */
.chgCookies .cookieContent p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}
/* line 719, /home/qrter/public_html/src/themes/default/less/index.less */
.chgCookies .cookiesButton .buttOnCookie {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #000000;
  font-weight: bold;
  box-shadow: 0px 0 0px 0 transparent inset;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 733, /home/qrter/public_html/src/themes/default/less/index.less */
.chgCookies .cookiesButton .buttOnCookie:hover {
  cursor: pointer;
  box-shadow: 100px 0 0px 0 #000000 inset;
  color: #ffffff;
}
/* line 739, /home/qrter/public_html/src/themes/default/less/index.less */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 745, /home/qrter/public_html/src/themes/default/less/index.less */
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 751, /home/qrter/public_html/src/themes/default/less/index.less */
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 756, /home/qrter/public_html/src/themes/default/less/index.less */
.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*Cookies css End here*/
@media screen and (max-width: 768px) {
  /* line 764, /home/qrter/public_html/src/themes/default/less/index.less */
  .career-holder-careers--career {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  /* line 769, /home/qrter/public_html/src/themes/default/less/index.less */
  .career-holder-careers--career--inner,
  .career-holder-careers--career--inner-2,
  .career-holder-careers--career--title-wrapper,
  .career-holder-careers--career--description,
  .career-holder-careers--career--more {
    display: block;
    width: auto;
    text-align: left;
  }
  /* line 778, /home/qrter/public_html/src/themes/default/less/index.less */
  .chgCookies {
    padding: 15px;
    text-align: center;
  }
  /* line 782, /home/qrter/public_html/src/themes/default/less/index.less */
  .chgCookies .cookieContent {
    width: 100%;
    padding-bottom: 15px;
  }
  /* line 786, /home/qrter/public_html/src/themes/default/less/index.less */
  .chgCookies .cookiesButton {
    width: 100%;
  }
  /* line 789, /home/qrter/public_html/src/themes/default/less/index.less */
  .chgCookies .cookiesButton .buttOnCookie {
    padding: 7px 20px;
  }
}
/* line 794, /home/qrter/public_html/src/themes/default/less/index.less */
.career-holder-careers--career--title {
  margin: 0;
  font-size: 23px;
}
/* line 799, /home/qrter/public_html/src/themes/default/less/index.less */
.career-holder-careers--career--date {
  color: #888888;
  margin: 0;
  font-weight: normal;
}
/* line 805, /home/qrter/public_html/src/themes/default/less/index.less */
.career-holder--load-more {
  display: block;
}
/* line 810, /home/qrter/public_html/src/themes/default/less/index.less */
.careers {
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 818, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--list--wrapper {
  float: left;
  width: 300px;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  /* line 823, /home/qrter/public_html/src/themes/default/less/index.less */
  .careers--list--wrapper {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
/* line 830, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 836, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--list__hidden {
  display: none;
}
/* line 840, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--list--item {
  padding: 0;
  margin: 0;
}
/* line 845, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--list--title,
.careers--list--item-link {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 16px 20px;
  border: 1px solid #b3b3b3;
  font-weight: normal;
  color: #4d4d4d;
  margin-bottom: 10px;
  cursor: pointer;
}
/* line 858, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--list--item-link__section:after,
.careers--list--item-link__current:after {
  display: block;
  content: "\f005";
  font-family: FontAwesome;
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  line-height: 1;
}
/* line 871, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--list--title {
  color: #000000;
}
/* line 873, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--list--title:after {
  display: block;
  position: absolute;
  font-family: FontAwesome;
  font-size: 20px;
  right: 14px;
  top: 50%;
  margin-top: -10px;
  line-height: 1;
  content: "\f0da";
  color: #4d4d4d;
}
/* line 885, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--list--title__active:after {
  right: 12px;
  content: "\f0d8";
}
/* line 891, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--title {
  margin: 0 0 4px 0;
  padding: 0;
  line-height: 1;
  font-size: 23px;
}
/* line 898, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--date {
  color: #888888;
  font-weight: normal;
  margin: 0;
  line-height: 1;
}
/* line 905, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--content {
  overflow: hidden;
}
/* line 909, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--title-wrapper {
  display: table;
  width: 100%;
}
@media screen and (max-width: 640px) {
  /* line 912, /home/qrter/public_html/src/themes/default/less/index.less */
  .careers--title-wrapper {
    display: block;
    width: auto;
  }
}
/* line 918, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--title-wrapper-2 {
  display: table-row;
}
@media screen and (max-width: 640px) {
  /* line 920, /home/qrter/public_html/src/themes/default/less/index.less */
  .careers--title-wrapper-2 {
    display: block;
  }
}
/* line 925, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--title-wrapper-3 {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  /* line 928, /home/qrter/public_html/src/themes/default/less/index.less */
  .careers--title-wrapper-3 {
    display: block;
    padding-bottom: 6px;
  }
}
/* line 934, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--apply-wrapper {
  display: table-cell;
  vertical-align: top;
  width: 140px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  /* line 939, /home/qrter/public_html/src/themes/default/less/index.less */
  .careers--apply-wrapper {
    display: block;
    width: auto;
    text-align: left;
  }
}
/* line 954, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--more-info-trigger {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
/* line 963, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--more-info-trigger:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 969, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--form {
  padding: 20px 0;
  clear: both;
}
/* line 974, /home/qrter/public_html/src/themes/default/less/index.less */
.careers--form__hidden {
  display: none;
}
/* line 979, /home/qrter/public_html/src/themes/default/less/index.less */
.share_vacancy--title {
  border-bottom: 1px solid rgba(173, 173, 173, 0.3);
}
/* line 983, /home/qrter/public_html/src/themes/default/less/index.less */
.share_vacancy ul {
  padding: 0;
}
/* line 986, /home/qrter/public_html/src/themes/default/less/index.less */
.share_vacancy ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
/* line 992, /home/qrter/public_html/src/themes/default/less/index.less */
.share_vacancy ul li a {
  display: block;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  overflow: hidden;
}
/* line 999, /home/qrter/public_html/src/themes/default/less/index.less */
.share_vacancy ul li a.mailbox {
  padding: 3px;
  background: #2b2b2b;
  box-sizing: border-box;
}
/* line 1005, /home/qrter/public_html/src/themes/default/less/index.less */
.share_vacancy ul li img {
  max-width: 100%;
}
/* line 1012, /home/qrter/public_html/src/themes/default/less/index.less */
.contact-content {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 1020, /home/qrter/public_html/src/themes/default/less/index.less */
.contact-map {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  height: 400px;
}
@media screen and (max-width: 640px) {
  /* line 1026, /home/qrter/public_html/src/themes/default/less/index.less */
  .contact-map {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
/* line 1033, /home/qrter/public_html/src/themes/default/less/index.less */
.contact-form {
  overflow: hidden;
}
/* line 1037, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-top {
  -webkit-backface-visibility: hidden;
  background: #4d4d4d;
  color: #b3b3b3;
  padding: 40px 18px;
  overflow: hidden;
  height: 285px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  /* line 1046, /home/qrter/public_html/src/themes/default/less/index.less */
  .footer-top {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 55px;
  }
}
@media screen and (max-width: 640px) {
  /* line 1051, /home/qrter/public_html/src/themes/default/less/index.less */
  .footer-top {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
}
/* line 1061, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-top--signup {
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 1066, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-top--signup-left {
  float: left;
  width: 200px;
}
/* line 1071, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-top--signup-right {
  overflow: hidden;
  max-width: 540px;
}
/* line 1076, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-top--signup-title {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}
/* line 1082, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-top--signup-text {
  font-size: 12px;
}
/* line 1086, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-top--menu {
  float: left;
  vertical-align: top;
  width: 18%;
  max-width: 220px;
  list-style: none;
  margin: 0;
  color: #b3b3b3;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  /* line 1095, /home/qrter/public_html/src/themes/default/less/index.less */
  .footer-top--menu {
    display: none;
  }
}
/* line 1100, /home/qrter/public_html/src/themes/default/less/index.less */
#SignupForm_getSignupForm fieldset {
  display: inline-block;
  width: 360px;
  margin-right: 10px;
}
/* line 1106, /home/qrter/public_html/src/themes/default/less/index.less */
#SignupForm_getSignupForm [type="email"] {
  background-color: #363636;
  color: #b3b3b3;
  border-color: #363636;
  height: 30px;
}
/* line 1113, /home/qrter/public_html/src/themes/default/less/index.less */
#SignupForm_getSignupForm .Actions {
  display: inline-block;
}
/* line 1117, /home/qrter/public_html/src/themes/default/less/index.less */
#SignupForm_getSignupForm_action_process {
  color: #b3b3b3;
  border-color: #b3b3b3;
  border-width: 1px;
  height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}
/* line 1126, /home/qrter/public_html/src/themes/default/less/index.less */
#SignupForm_getSignupForm_error {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* line 1133, /home/qrter/public_html/src/themes/default/less/index.less */
  .footer-top--signup-left {
    width: 175px;
  }
  /* line 1136, /home/qrter/public_html/src/themes/default/less/index.less */
  #SignupForm_getSignupForm fieldset {
    width: 180px;
  }
  /* line 1139, /home/qrter/public_html/src/themes/default/less/index.less */
  #SignupForm_getSignupForm_action_process {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 1143, /home/qrter/public_html/src/themes/default/less/index.less */
  .footer-top--signup {
    float: left;
  }
}
@media screen and (max-width: 640px) {
  /* line 1149, /home/qrter/public_html/src/themes/default/less/index.less */
  .footer-top--signup {
    display: none;
  }
}
/* line 1154, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-top--menu-item {
  margin: 0;
}
/* line 1158, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-top--menu-sub {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* line 1164, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-top--menu-item-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 4px 10px;
}
/* line 1173, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-top--menu--sub-item {
  margin: 0;
}
/* line 1177, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-top--menu-sub-item-link {
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  display: block;
  padding: 4px 10px;
}
/* line 1185, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-top--share {
  float: right;
}
@media screen and (max-width: 768px) {
  /* line 1187, /home/qrter/public_html/src/themes/default/less/index.less */
  .footer-top--share {
    float: left;
    max-width: none;
  }
}
/* line 1193, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-top--share-button {
  width: 27px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  background: #b3b3b3;
  border-radius: 4px;
  margin: 3px 0;
  text-align: center;
  font-family: FontAwesome;
  font-weight: normal;
  text-decoration: none;
  font-size: 20px;
  color: #4d4d4d;
}
@media screen and (max-width: 640px) {
  /* line 1207, /home/qrter/public_html/src/themes/default/less/index.less */
  .footer-top--share-button {
    background: #000000;
    color: #ffffff;
  }
}
/* line 1213, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-top--cta {
  display: none;
  float: right;
}
@media screen and (max-width: 768px) {
  /* line 1215, /home/qrter/public_html/src/themes/default/less/index.less */
  .footer-top--cta {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  /* line 1218, /home/qrter/public_html/src/themes/default/less/index.less */
  .footer-top--cta {
    background: #000000;
    color: #ffffff;
  }
}
/* line 1226, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-bottom {
  height: 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px;
  text-align: center;
  color: #ffffff;
  background: #363636;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  /* line 1235, /home/qrter/public_html/src/themes/default/less/index.less */
  .footer-bottom {
    height: 80px;
  }
}
/* line 1240, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-bottom--logo-wrapper,
.footer-bottom--text {
  display: inline-block;
  vertical-align: middle;
  padding: 7px;
}
/* line 1247, /home/qrter/public_html/src/themes/default/less/index.less */
.footer-bottom--text {
  font-size: 12px;
  color: #b3b3b3;
}
/* line 1252, /home/qrter/public_html/src/themes/default/less/index.less */
.picker {
  font-size: 14px;
}
/* line 1257, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--sign-up {
  text-transform: uppercase;
  font-size: 20px;
  padding: 25px 0 5px 0;
  background-color: #ffffff;
}
/* line 1264, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--sign-up--container {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 1270, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--sign-up--text {
  text-transform: uppercase;
  font-size: 32px;
  display: inline-block;
  font-weight: 600;
  vertical-align: middle;
}
@media screen and (max-width: 580px) {
  /* line 1276, /home/qrter/public_html/src/themes/default/less/index.less */
  .my-quarter--sign-up--text {
    font-size: 20px;
  }
}
/* line 1281, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--sign-up--button {
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  text-decoration: none;
  text-align: center;
  border: 3px solid #000000;
  padding: 5px 30px;
}
/* line 1293, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--privilages {
  max-width: 960px;
  margin: 20px auto 0 auto;
  overflow: hidden;
}
/* line 1299, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--privilage {
  width: 33.3%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  padding: 20px 20px 360px 20px;
  line-height: 30px;
  margin-bottom: -340px;
}
@media screen and (max-width: 980px) {
  /* line 1314, /home/qrter/public_html/src/themes/default/less/index.less */
  .my-quarter--privilage {
    width: 50%;
  }
}
@media screen and (max-width: 680px) {
  /* line 1317, /home/qrter/public_html/src/themes/default/less/index.less */
  .my-quarter--privilage {
    width: auto;
    float: none;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
/* line 1325, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--privilage--gold {
  background-image: url("../images/tiles/my-quarter/gold.jpg");
}
@media screen and (max-width: 980px) {
  /* line 1327, /home/qrter/public_html/src/themes/default/less/index.less */
  .my-quarter--privilage--gold {
    width: 50%;
  }
}
@media screen and (max-width: 680px) {
  /* line 1330, /home/qrter/public_html/src/themes/default/less/index.less */
  .my-quarter--privilage--gold {
    width: 100%;
    float: none;
  }
}
/* line 1336, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--privilage--platinum {
  background-image: url("../images/tiles/my-quarter/platinum.jpg");
}
@media screen and (max-width: 980px) {
  /* line 1338, /home/qrter/public_html/src/themes/default/less/index.less */
  .my-quarter--privilage--platinum {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 680px) {
  /* line 1342, /home/qrter/public_html/src/themes/default/less/index.less */
  .my-quarter--privilage--platinum {
    width: 100%;
    float: none;
  }
}
/* line 1348, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--privilage--black {
  background-image: url("../images/tiles/my-quarter/black.jpg");
  position: relative;
}
@media screen and (max-width: 980px) {
  /* line 1351, /home/qrter/public_html/src/themes/default/less/index.less */
  .my-quarter--privilage--black {
    clear: left;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  /* line 1356, /home/qrter/public_html/src/themes/default/less/index.less */
  .my-quarter--privilage--black {
    width: 100%;
    float: none;
  }
}
/* line 1362, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--privilage--header {
  line-height: 1.1;
  font-size: 30px;
  margin-bottom: 1.2em;
}
/* line 1369, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--privilage p {
  line-height: 1.3;
}
/* line 1374, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--points {
  padding: 20px 0;
  border-bottom: 1px dotted #b3b3b3;
}
/* line 1379, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--points--image {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 680px) {
  /* line 1382, /home/qrter/public_html/src/themes/default/less/index.less */
  .my-quarter--points--image {
    width: 100%;
    float: none;
  }
}
/* line 1388, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--points--text {
  overflow: hidden;
  font-family: "Arial";
}
/* line 1394, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--discount {
  padding: 20px 0;
  border-bottom: 1px dotted #b3b3b3;
  overflow: hidden;
}
/* line 1400, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--discount--header {
  margin: 0;
  text-transform: uppercase;
}
/* line 1405, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--discount--img {
  float: left;
  margin-right: 20px;
  max-width: 200px;
  height: auto;
  display: block;
  width: 100%;
}
@media screen and (max-width: 480px) {
  /* line 1415, /home/qrter/public_html/src/themes/default/less/index.less */
  .my-quarter--discount--img {
    float: none;
    max-width: none;
  }
}
/* line 1421, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--discount--content {
  overflow: hidden;
}
/* line 1425, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--discount--image {
  float: left;
  margin-right: 30px;
  width: 200px;
  background-color: #4d4d4d;
}
@media screen and (max-width: 680px) {
  /* line 1431, /home/qrter/public_html/src/themes/default/less/index.less */
  .my-quarter--discount--image {
    width: 50%;
    float: none;
    margin-bottom: 20px;
  }
}
/* line 1438, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--discount--text {
  overflow: hidden;
  font-family: "Arial";
}
/* line 1444, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--discount--link {
  display: block;
  margin-top: 20px;
}
/* line 1450, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--discounts--hidden {
  display: none;
  margin: 24px 0;
}
/* line 1454, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--discounts--hidden .my-quarter--discount--link {
  display: none;
}
/* line 1460, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--form label {
  margin-left: 10px;
}
/* line 1465, /home/qrter/public_html/src/themes/default/less/index.less */
.my-quarter--terms-link {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  margin: 10px 0;
  display: block;
}
/* line 1475, /home/qrter/public_html/src/themes/default/less/index.less */
#MemberApplicationForm_getForm_Birthday {
  width: 300px;
  border-radius: 5px;
  height: 20px;
  font-size: 12px;
  padding: 2px 7px;
}
/* line 1484, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--grid {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
/* line 1490, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--employee {
  width: 24.9%;
  float: left;
  cursor: pointer;
  transition: all 0.4s;
}
/* line 1497, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--employee--container {
  position: relative;
}
/* line 1501, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--employee--inactive {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #545d76;
  opacity: 0;
  top: 0;
  left: 0;
  transition: 0.4s;
}
@media screen and (max-width: 680px) {
  /* line 1513, /home/qrter/public_html/src/themes/default/less/index.less */
  .our-people--employee {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  /* line 1517, /home/qrter/public_html/src/themes/default/less/index.less */
  .our-people--employee {
    width: 100%;
  }
}
/* line 1522, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--employee:hover {
  opacity: 0.6;
}
/* line 1527, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--employee.not-chosen .our-people--employee--inactive {
  opacity: 0.6;
}
/* line 1532, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--employee_mof4 {
  clear: left;
}
/* line 1536, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--employee--image {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
/* line 1543, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--employee--text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.9;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 0;
}
/* line 1558, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--employee--text--read-more {
  font-size: 80%;
}
/* line 1562, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--employee--description {
  position: relative;
  display: none;
  text-align: center;
  padding: 10px 0;
}
/* line 1569, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--hidden {
  display: none;
}
/* line 1573, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--load-more {
  text-align: center;
  margin-top: 30px;
}
/* line 1578, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--load-more a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #ffffff;
  background-color: #888888;
  padding: 7px;
}
/* line 1587, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--content--header {
  text-transform: uppercase;
  text-align: center;
  margin-top: 60px;
}
/* line 1593, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--content {
  text-align: center;
}
/* line 1597, /home/qrter/public_html/src/themes/default/less/index.less */
.our-people--content--link {
  width: 100px;
  margin: 40px auto 70px auto;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  text-decoration: none;
  border: 3px solid #000000;
  padding: 5px 30px;
  text-align: center;
}
/* line 1610, /home/qrter/public_html/src/themes/default/less/index.less */
.wo-share-button {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  padding: 1px;
}
/* line 1617, /home/qrter/public_html/src/themes/default/less/index.less */
.wo-share-button:after {
  display: inline-block;
  font-size: 16px;
  line-height: 1px;
  font-family: FontAwesome;
}
/* line 1624, /home/qrter/public_html/src/themes/default/less/index.less */
.wo-share-button__facebook:after {
  content: "\f230";
}
/* line 1628, /home/qrter/public_html/src/themes/default/less/index.less */
.wo-share-button__twitter:after {
  content: "\f081";
}
/* line 1632, /home/qrter/public_html/src/themes/default/less/index.less */
.wo-share-button__pinterest:after {
  content: "\f0d3";
}
/* line 1636, /home/qrter/public_html/src/themes/default/less/index.less */
.wo-share-button__email:after {
  content: "\f0e0";
}
/* collins forms */
/* line 1662, /home/qrter/public_html/src/themes/default/less/index.less */
.collins-form {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 1667, /home/qrter/public_html/src/themes/default/less/index.less */
.collins-form .powered-by,
.collins-form h1 {
  display: none;
}
/* line 1672, /home/qrter/public_html/src/themes/default/less/index.less */
.collins-form .datepicker {
  width: 237px !important;
}
/* line 1676, /home/qrter/public_html/src/themes/default/less/index.less */
.collins-form.horizontal .dmn-form {
  width: auto;
  border: 0;
}
/* line 1681, /home/qrter/public_html/src/themes/default/less/index.less */
.collins-form.horizontal .dmn-form .main-inputs {
  margin: 20px auto;
}
/* line 1685, /home/qrter/public_html/src/themes/default/less/index.less */
.collins-form.horizontal .dmn-form .main-inputs div.dmn-type-container,
.collins-form.horizontal .dmn-form .main-inputs div.dmn-num-people-container,
.collins-form.horizontal .dmn-form .main-inputs div.dmn-date-container,
.collins-form.horizontal .dmn-form .main-inputs div.dmn-time-container,
.collins-form.horizontal .dmn-form .main-inputs div.dmn-duration-container {
  float: left;
  width: 24%;
  margin: 0 0.5% 20px 0.5%;
}
/* line 1695, /home/qrter/public_html/src/themes/default/less/index.less */
.collins-form .dmn-form .main-inputs div.dmn-duration-container {
  display: none;
}
/* line 1699, /home/qrter/public_html/src/themes/default/less/index.less */
.collins-form.horizontal input,
.collins-form.horizontal select,
.collins-form.horizontal button.btn-primary {
  color: #4e4e4e;
  font-family: Lato !important;
  font-size: 14px !important;
  font-weight: 600;
  height: 40px !important;
  box-sizing: border-box;
  background-color: #fefefe;
  width: 100% !important;
  box-sizing: border-box !important;
  border: 1px solid #b3b3b3 !important;
  border-radius: 0 !important;
}
/* line 1717, /home/qrter/public_html/src/themes/default/less/index.less */
.collins-form.horizontal button.btn-primary {
  box-sizing: border-box;
  background-color: #fefefe;
  display: block;
  width: 300px !important;
  margin: 0 auto !important;
  padding: 16px 28px !important;
  border: 2px solid #111 !important;
  padding: 6px 14px;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  background: transparent;
  color: #000000;
  height: auto !important;
  cursor: pointer;
  clear: both;
  font-family: "Gotham SSm A", Arial, Helvetica, Geneva, sans-serif !important;
}
/* line 1738, /home/qrter/public_html/src/themes/default/less/index.less */
.collins-form .dmn-venue-container select {
  margin: 0 !important;
}
/* line 1745, /home/qrter/public_html/src/themes/default/less/index.less */
.open-table--hor--container input.open-table--submit {
  margin-right: 0;
}
/* line 1748, /home/qrter/public_html/src/themes/default/less/index.less */
.blocks--call-to-action {
  line-height: 1.3;
}
/* line 1752, /home/qrter/public_html/src/themes/default/less/index.less */
ul.blog-list--items.blog-list--items__js li:first-child .blog-list--image-wrapper {
  width: 100%;
}
/* line 1757, /home/qrter/public_html/src/themes/default/less/index.less */
ul.blog-list--items.blog-list--items__js li:first-child {
  position: relative;
}
/* line 1760, /home/qrter/public_html/src/themes/default/less/index.less */
ul.blog-list--items.blog-list--items__js li:first-child .blog-list--meta {
  position: absolute;
  background-color: #000;
  width: 60%;
  bottom: 70px;
  left: 20px;
  padding: 20px;
}
/* line 1769, /home/qrter/public_html/src/themes/default/less/index.less */
ul.blog-list--items.blog-list--items__js li:first-child .blog-list--meta h3.blog-list--title {
  font-size: 35px;
  color: #fff;
}
/* line 1776, /home/qrter/public_html/src/themes/default/less/index.less */
ul.blog-list--items.blog-list--items__js li:first-child .blog-list--meta p.blog-list--created,
ul.blog-list--items.blog-list--items__js li:first-child .blog-list--meta .blog-list--content {
  display: none;
}
/* line 1786, /home/qrter/public_html/src/themes/default/less/index.less */
ul.blog-list--items.blog-list--items__js li:first-child .blog-list--meta .blog-list--more-wrapper {
  text-align: left;
}
/* line 1792, /home/qrter/public_html/src/themes/default/less/index.less */
ul.blog-list--items.blog-list--items__js li:first-child .blog-list--meta .blog-list--more-wrapper span.blog-list--more {
  text-align: center;
}
/* line 1799, /home/qrter/public_html/src/themes/default/less/index.less */
ul.blog-list--items.blog-list--items__js li:first-child .blog-list--image-wrapper img.blog-list--image {
  width: 100%;
}
/* line 1805, /home/qrter/public_html/src/themes/default/less/index.less */
.beneath-header-qrter {
  height: auto;
  min-height: auto;
  padding-top: 45px;
}
/* line 1810, /home/qrter/public_html/src/themes/default/less/index.less */
#CareerForm_getCareerForm_CareerWorkTypes {
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
/* line 1815, /home/qrter/public_html/src/themes/default/less/index.less */
#CareerForm_getCareerForm {
  padding-bottom: 15px;
}
@media screen and (max-width: 800px) {
  /* line 1819, /home/qrter/public_html/src/themes/default/less/index.less */
  .collins-form.horizontal .dmn-form .main-inputs div.dmn-type-container,
  .collins-form.horizontal .dmn-form .main-inputs div.dmn-num-people-container,
  .collins-form.horizontal .dmn-form .main-inputs div.dmn-date-container,
  .collins-form.horizontal .dmn-form .main-inputs div.dmn-time-container,
  .collins-form.horizontal .dmn-form .main-inputs div.dmn-duration-container {
    float: none !important;
    margin-bottom: 10px !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1834, /home/qrter/public_html/src/themes/default/less/index.less */
  ul.blog-list--items.blog-list--items__js li:first-child .blog-list--meta {
    width: 80%;
  }
  /* line 1837, /home/qrter/public_html/src/themes/default/less/index.less */
  ul.blog-list--items.blog-list--items__js li:first-child .blog-list--meta h3.blog-list--title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575px) {
  /* line 1845, /home/qrter/public_html/src/themes/default/less/index.less */
  ul.blog-list--items.blog-list--items__js li:first-child .blog-list--meta {
    width: 70%;
  }
  /* line 1848, /home/qrter/public_html/src/themes/default/less/index.less */
  ul.blog-list--items.blog-list--items__js li:first-child .blog-list--meta h3.blog-list--title {
    font-size: 20px;
    text-align: center;
  }
  /* line 1855, /home/qrter/public_html/src/themes/default/less/index.less */
  ul.blog-list--items.blog-list--items__js li:first-child .blog-list--meta .blog-list--more-wrapper {
    text-align: center;
  }
}
/**
 * These need to stay at the bottom.
 */
/* line 1, /home/qrter/public_html/src/themes/default/less/lib/pages/ehp.less */
.ehp-header {
  font-size: 23px;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 36px;
}
@media screen and (max-width: 640px) {
  /* line 9, /home/qrter/public_html/src/themes/default/less/lib/pages/ehp.less */
  .ehp-header {
    font-size: 18px;
  }
}
/* line 14, /home/qrter/public_html/src/themes/default/less/lib/pages/ehp.less */
.ehp-highlights {
  display: block;
  padding: 0;
  margin: 0 -5px 20px -5px;
  list-style: none;
  font-size: 0;
  vertical-align: top;
}
/* line 23, /home/qrter/public_html/src/themes/default/less/lib/pages/ehp.less */
.ehp-highlights--item {
  width: 50%;
  display: inline-block;
  list-style: none;
  font-size: 13px;
  vertical-align: top;
}
/* line 31, /home/qrter/public_html/src/themes/default/less/lib/pages/ehp.less */
.ehp-highlights--link {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
}
/* line 40, /home/qrter/public_html/src/themes/default/less/lib/pages/ehp.less */
.ehp-highlights--img {
  display: block;
  margin-bottom: 24px;
}
/* line 45, /home/qrter/public_html/src/themes/default/less/lib/pages/ehp.less */
.ehp-highlights--title {
  font-size: 23px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  /* line 53, /home/qrter/public_html/src/themes/default/less/lib/pages/ehp.less */
  .ehp-highlights--title {
    font-size: 18px;
  }
}
/* line 58, /home/qrter/public_html/src/themes/default/less/lib/pages/ehp.less */
.ehp-highlights--category-wrapper {
  margin-bottom: 20px;
}
/* line 62, /home/qrter/public_html/src/themes/default/less/lib/pages/ehp.less */
.ehp-highlights--category {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 8px;
  background-color: #000000;
}
/* line 4, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ehp-highlights--category__film {
  background-color: #f1c40f;
}
/* line 7, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ehp-highlights--category__music {
  background-color: #e67e22;
}
/* line 10, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ehp-highlights--category__theatre {
  background-color: #e74c3c;
}
/* line 13, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ehp-highlights--category__comedy {
  background-color: #1abc9c;
}
/* line 16, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ehp-highlights--category__art {
  background-color: #2ecc71;
}
/* line 19, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ehp-highlights--category__festival {
  background-color: #1b1464;
}
/* line 22, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ehp-highlights--category__food {
  background-color: #8e44ad;
}
/* line 25, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ehp-highlights--category__family {
  background-color: #db0a5b;
}
/* line 71, /home/qrter/public_html/src/themes/default/less/lib/pages/ehp.less */
.ehp-highlights--meta {
  color: #b3b3b3;
  font-size: 14px;
  margin-bottom: 20px;
}
/* line 77, /home/qrter/public_html/src/themes/default/less/lib/pages/ehp.less */
.ehp-highlights--more {
  display: inline-block;
  border: 1px solid #b3b3b3;
  color: #b3b3b3;
  font-size: 14px;
  padding: 8px 10px;
  width: 90px;
}
/* line 86, /home/qrter/public_html/src/themes/default/less/lib/pages/ehp.less */
.ehp-highlights--excerpt {
  margin-bottom: 20px;
}
/* line 1, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 5;
}
/* line 11, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
}
/* line 20, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-inner {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 26, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-inner-2 {
  display: table-row;
}
/* line 30, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-inner-3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 36, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-inner-4 {
  position: relative;
  text-align: left;
  display: inline-block;
  max-width: 790px;
  margin: 20px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 60px 30px 30px 30px;
  overflow: hidden;
  border: 2px solid #000000;
  font-size: 13px;
}
/* line 4, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-inner-4__film {
  border-color: #f1c40f;
}
/* line 7, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-inner-4__music {
  border-color: #e67e22;
}
/* line 10, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-inner-4__theatre {
  border-color: #e74c3c;
}
/* line 13, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-inner-4__comedy {
  border-color: #1abc9c;
}
/* line 16, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-inner-4__art {
  border-color: #2ecc71;
}
/* line 19, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-inner-4__festival {
  border-color: #1b1464;
}
/* line 22, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-inner-4__food {
  border-color: #8e44ad;
}
/* line 25, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-inner-4__family {
  border-color: #db0a5b;
}
@media screen and (max-width: 790px) {
  /* line 52, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
  .ep-inner,
  .ep-inner-2,
  .ep-inner-3,
  .ep-inner-4 {
    display: block;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  /* line 63, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
  .ep-inner-4 {
    margin: 10px;
    padding: 60px 20px 20px 20px;
  }
}
/* line 69, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-close {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: #000000;
  color: #ffffff;
}
/* line 4, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-close__film {
  background: #f1c40f;
}
/* line 7, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-close__music {
  background: #e67e22;
}
/* line 10, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-close__theatre {
  background: #e74c3c;
}
/* line 13, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-close__comedy {
  background: #1abc9c;
}
/* line 16, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-close__art {
  background: #2ecc71;
}
/* line 19, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-close__festival {
  background: #1b1464;
}
/* line 22, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-close__food {
  background: #8e44ad;
}
/* line 25, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-close__family {
  background: #db0a5b;
}
/* line 81, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-close:after {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  background: url('../images/buttons/qrter-close.png') center no-repeat;
  background-size: contain;
}
/* line 93, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-left {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}
/* line 99, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-right {
  float: right;
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  /* line 106, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
  .ep-left,
  .ep-right {
    float: none;
    width: auto;
  }
}
/* line 113, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-heading {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.1;
  font-size: 27px;
  margin-top: 0;
}
/* line 123, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-meta {
  overflow: hidden;
  color: #888888;
  font-size: 12px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 132, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-dates {
  float: left;
  max-width: 46%;
}
/* line 137, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-cat {
  float: right;
  max-width: 46%;
  padding: 5px 16px;
  font-size: 18px;
  color: #888888;
  border-left-width: 4px;
  border-left-style: solid;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  margin: 3px;
}
/* line 4, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-cat__film {
  border-left-color: #f1c40f;
}
/* line 7, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-cat__music {
  border-left-color: #e67e22;
}
/* line 10, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-cat__theatre {
  border-left-color: #e74c3c;
}
/* line 13, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-cat__comedy {
  border-left-color: #1abc9c;
}
/* line 16, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-cat__art {
  border-left-color: #2ecc71;
}
/* line 19, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-cat__festival {
  border-left-color: #1b1464;
}
/* line 22, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-cat__food {
  border-left-color: #8e44ad;
}
/* line 25, /home/qrter/public_html/src/themes/default/less/lib/widgets/event_category_colors.less */
.ep-cat__family {
  border-left-color: #db0a5b;
}
/* line 150, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-nav {
  clear: both;
  border-top: 1px solid #dddddd;
  overflow: hidden;
  margin-top: 20px;
}
/* line 157, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-nav--title {
  font-size: 14px;
  text-transform: uppercase;
}
/* line 162, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-similar {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: inherit;
  text-align: center;
  padding-right: 10px;
}
/* line 171, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-similar-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 110px;
  height: 110px;
  margin-bottom: 5px;
  background: #000000;
}
@media screen and (max-width: 768px) {
  /* line 183, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
  .ep-nav {
    text-align: center;
  }
  /* line 186, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
  .ep-similar-image {
    width: 85px;
    height: 85px;
  }
}
/* line 192, /home/qrter/public_html/src/themes/default/less/lib/pages/EventPage.less */
.ep-similar-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  font-size: 12px;
}
/* line 1, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp {
  overflow: hidden;
  font-size: 13px;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 8, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-left {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-right: -240px;
  padding-right: 280px;
  margin-bottom: 20px;
}
/* line 17, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-right {
  position: relative;
  float: left;
  width: 240px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  /* line 25, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
  .bp-left {
    float: none;
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }
  /* line 31, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
  .bp-right {
    float: none;
    width: auto;
  }
}
/* line 37, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 43, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-meta {
  color: #888888;
  margin-bottom: 10px;
}
/* line 48, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-similar--title {
  font-size: 14px;
  margin-bottom: 20px;
}
/* line 53, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-similar--list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
/* line 61, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-similar--item {
  display: block;
  list-style: none;
  margin-bottom: 25px;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  /* line 69, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
  .bp-similar--list {
    margin-left: -5px;
    margin-right: -5px;
  }
  /* line 73, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
  .bp-similar--item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }
}
/* line 83, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-similar--link {
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: inherit;
}
/* line 90, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-similar--image-wrapper {
  min-height: 180px;
  background: #000000;
}
/* line 95, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bt-similar--image {
  display: block;
}
/* line 99, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-similar--post {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
/* line 109, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-share,
.bp-tags-wrapper {
  font-size: 12px;
}
/* line 114, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-tags {
  color: #b3b3b3;
}
/* line 118, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-nav {
  clear: both;
  border-top: 1px solid #dddddd;
  overflow: hidden;
  margin-top: 20px;
  padding-top: 20px;
}
/* line 126, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-prev {
  position: relative;
  float: left;
  display: block;
  text-decoration: none;
  font-weight: inherit;
  text-align: center;
  padding-left: 27px;
}
/* line 136, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-prev:before {
  content: "\f053";
  display: block;
  position: absolute;
  top: 43px;
  left: 0;
  width: 20px;
  font-family: FontAwesome;
  font-size: 20px;
  color: #888888;
}
/* line 148, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-next {
  position: relative;
  float: right;
  display: block;
  text-decoration: none;
  font-weight: inherit;
  text-align: center;
  padding-right: 27px;
}
/* line 158, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-next:after {
  content: "\f054";
  display: block;
  position: absolute;
  top: 43px;
  right: 0;
  width: 20px;
  font-family: FontAwesome;
  font-size: 20px;
  color: #888888;
}
/* line 170, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-prev-image,
.bp-next-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 110px;
  height: 110px;
  margin-bottom: 5px;
  background: #000000;
}
@media screen and (max-width: 480px) {
  /* line 183, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
  .bp-prev-image,
  .bp-next-image {
    width: 85px;
    height: 85px;
  }
  /* line 188, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
  .bp-prev:before,
  .bp-next:after {
    top: 30px;
  }
}
/* line 194, /home/qrter/public_html/src/themes/default/less/lib/pages/BlogPage.less */
.bp-prev-title,
.bp-next-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  font-size: 12px;
}
/* line 1, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-intro {
  position: relative;
  font-size: 18px;
  text-align: center;
  max-width: 500px;
  font-weight: inherit;
  margin: 50px auto 40px auto;
  padding: 16px 0;
  line-height: 1.3;
}
/* line 12, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-intro:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  right: 40%;
  height: 1px;
  font-size: 0;
  background: #b3b3b3;
}
/* line 24, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-intro:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 40%;
  right: 40%;
  height: 1px;
  font-size: 0;
  background: #b3b3b3;
}
/* line 36, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-header {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  /* line 43, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
  .wohp-header {
    font-size: 24px;
  }
}
/* line 48, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-events--wrapper {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 53, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-events {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 61, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-events--item {
  display: block;
  float: left;
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
/* line 70, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-events--item__1 {
  width: auto;
}
/* line 74, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-events--item__2 {
  width: 50%;
}
/* line 78, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-events--item__3 {
  width: 33.33%;
}
/* line 82, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-events--item__4 {
  width: 25%;
}
/* line 86, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-events--item__5 {
  width: 20%;
}
@media screen and (max-width: 480px) {
  /* line 91, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
  .wohp-events {
    display: block;
  }
  /* line 94, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
  .wohp-events--inner {
    display: block;
    width: auto;
  }
  /* line 98, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
  .wohp-events--item {
    float: none;
    clear: both;
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 108, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-events--link {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: inherit;
  min-height: 100px;
}
/* line 116, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-events--image {
  display: block;
}
/* line 120, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-events--meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  background: rgba(77, 77, 77, 0.8);
  color: #ffffff;
  font-size: 13px;
}
/* line 131, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-events--title {
  margin: 0;
  text-transform: uppercase;
}
/* line 136, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-more-events--wrapper {
  position: relative;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 143, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-more-events--left {
  position: absolute;
  top: 15px;
  left: 0;
  right: 50%;
  height: 1px;
  padding-right: 85px;
  box-sizing: border-box;
}
/* line 153, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-more-events--left:after,
.wohp-more-events--right:after {
  display: block;
  content: "";
  background: #b3b3b3;
  height: 1px;
}
/* line 161, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-more-events--right {
  position: absolute;
  top: 15px;
  right: 0;
  left: 50%;
  height: 1px;
  padding-left: 85px;
  box-sizing: border-box;
}
/* line 171, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-more-events {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 30px;
  line-height: 30px;
  color: #b3b3b3;
  border: 1px solid #b3b3b3;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
}
/* line 185, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-columns {
  overflow: hidden;
}
/* line 189, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-main {
  float: left;
  width: 100%;
  margin-right: -280px;
  padding-right: 300px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
/* line 198, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-sidebar {
  float: left;
  width: 240px;
  margin-left: 20px;
  padding-left: 19px;
  border-left: 1px solid #dddddd;
  position: relative;
  margin-bottom: 20px;
  font-size: 12px;
}
@media screen and (max-width: 700px) {
  /* line 210, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
  .wohp-main {
    float: none;
    width: auto;
    padding-right: 0;
    margin-right: 0;
  }
  /* line 216, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
  .wohp-sidebar {
    float: none;
    width: auto;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}
/* line 225, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-blog-title {
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  /* line 231, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
  .wohp-blog-title {
    font-size: 24px;
  }
}
/* line 236, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--header {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
/* line 242, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--title {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
/* line 250, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--title:before {
  display: inline-block;
  font-family: FontAwesome;
  padding-right: 5px;
}
/* line 256, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--title__twitter:before {
  content: "\f099";
}
/* line 260, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--title__instagram:before {
  content: "\f16d";
}
/* line 264, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--title__newsletter:before {
  content: "\f1d8";
}
/* line 268, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--tweets-wrapper {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
/* line 274, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--instagram-list {
  display: block;
  clear: both;
  list-style: none;
  margin: 20px 0 35px 0;
  padding: 0 0 35px 0;
  font-size: 0;
  border-bottom: 1px solid #dddddd;
}
/* line 284, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--instagram-list-image {
  display: inline-block;
  width: 50%;
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
/* line 294, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--instagram-list-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 303, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--instagram--image-wrapper {
  float: left;
  margin-right: 10px;
}
/* line 308, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--instagram--image {
  display: block;
}
/* line 312, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--instagram--link {
  overflow: hidden;
  display: block;
  text-decoration: none;
}
/* line 318, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--instagram--link-name {
  font-size: 12.5px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
/* line 326, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--instagram--link-at {
  font-size: 10px;
  text-transform: uppercase;
  color: #b3b3b3;
  line-height: 1;
}
/* line 333, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--newsletter-image {
  display: block;
  margin: 0 auto;
}
/* line 338, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--newsletter-text {
  text-align: center;
  color: #888888;
  max-width: 80%;
  margin: 20px auto;
}
/* line 345, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--newsletter-signup-wrapper {
  text-align: center;
}
/* line 349, /home/qrter/public_html/src/themes/default/less/lib/pages/WhatsOnHolderPage.less */
.wohp-connect--newsletter-signup {
  text-transform: uppercase;
}
/* line 1, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-content {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
/* line 7, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-title {
  font-size: 40px;
  line-height: 1.1;
}
@media screen and (max-width: 640px) {
  /* line 13, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
  .sgp-title {
    font-size: 32px;
  }
}
/* line 18, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-subtitle {
  max-width: 640px;
  margin: 0 auto;
}
/* line 23, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-section-teasers {
  display: block;
  list-style: none;
  margin-bottom: 15px;
  text-align: center;
  font-size: 0;
}
/* line 32, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-section-teasers--teaser {
  font-size: 14px;
  display: inline-block;
  margin: 0 0 25px 0;
  padding: 0;
  vertical-align: top;
}
/* line 40, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-section-teasers--teaser__1 {
  width: 100%;
}
/* line 44, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-section-teasers--teaser__2 {
  width: 50%;
}
/* line 48, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-section-teasers--teaser__3 {
  width: 33.3%;
}
/* line 52, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-section-teasers--teaser__4 {
  width: 25%;
}
/* line 56, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-section-teasers--teaser__5 {
  width: 20%;
}
@media screen and (max-width: 800px) {
  /* line 61, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
  .sgp-section-teasers--teaser {
    width: 600px;
  }
}
@media screen and (max-width: 640px) {
  /* line 67, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
  .sgp-section-teasers--teaser {
    width: 100%;
  }
}
/* line 72, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-section-teasers--teaser-title-wrapper {
  display: table;
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 80, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-section-teasers--teaser-title-wrapper-2 {
  display: table-row;
}
/* line 84, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-section-teasers--teaser-title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  color: #ffffff;
  line-height: 1.1;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  font-size: 32px;
}
@media screen and (max-width: 640px) {
  /* line 100, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
  .sgp-section-teasers--teaser-title {
    height: 175px;
  }
}
/* line 105, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-section-teasers--teaser-excerpt {
  padding: 20px;
}
/* line 113, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-sections {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 119, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-sections--section {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 125, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-sections--image {
  display: block;
  margin: 0 auto;
}
/* line 130, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-sections--section-info-wrapper {
  padding-left: 0;
  padding-right: 0;
}
/* line 136, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-sections--section-info {
  display: table;
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 144, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-sections--section-info-2 {
  display: table-row;
}
/* line 148, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-sections--section-info-title {
  margin-top: 0;
}
/* line 152, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-sections--section-info-main,
.sgp-sections--section-info-aside {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
/* line 159, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-sections--section-info-main {
  text-align: center;
}
/* line 163, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-sections--section-info-aside {
  position: relative;
  width: 25%;
  min-width: 200px;
  color: #b3b3b3;
  padding: 20px 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #363636;
}
/* line 175, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-sections--section-info-aside:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(54, 54, 54, 0.7);
  display: block;
  content: "";
}
@media screen and (max-width: 800px) {
  /* line 187, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
  .sgp-sections--section-info-main,
  .sgp-sections--section-info-aside {
    display: block;
    width: auto;
  }
}
/* line 194, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-sections--section-info-aside-inner {
  position: relative;
  text-align: center;
  font-size: 23px;
  line-height: 1.1;
}
/* line 201, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-sections--section-info-aside-inner:before {
  position: absolute;
  display: block;
  content: "\f10d";
  top: -30px;
  left: -5px;
  line-height: 1;
  font-size: 48px;
  font-family: FontAwesome;
  opacity: 0.2;
}
/* line 213, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-sections--section-info-aside-inner:after {
  position: absolute;
  display: block;
  content: "\f10e";
  bottom: -30px;
  right: -5px;
  line-height: 1;
  font-size: 48px;
  font-family: FontAwesome;
  opacity: 0.2;
}
/* line 225, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-sections--section-info-visit,
.sgp-sections--section-info-contact {
  margin-bottom: 10px;
}
/* line 231, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-popup {
  width: 260px;
}
@media screen and (max-width: 400px) {
  /* line 236, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
  .sgp-popup {
    width: auto;
  }
}
/* line 241, /home/qrter/public_html/src/themes/default/less/lib/pages/SectionGroupPage.less */
.sgp-popup--title {
  margin-top: 0;
  text-transform: uppercase;
}
/* line 1, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-header--image {
  max-width: 500px;
  height: auto;
  width: 100%;
}
/* line 7, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-container {
  max-width: 960px;
  padding: 0 1rem;
  margin: 0 auto;
  line-height: 1.5;
  text-align: center;
}
/* line 15, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-section-heading {
  font-size: 2rem;
}
/* line 19, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-benefit-heading {
  text-transform: uppercase;
  font-size: 1.5rem;
  border-bottom: 4px solid #fb0589;
  line-height: 2;
  text-align: left;
}
/* line 27, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-img-row {
  display: flex;
  margin: 2rem -2px;
}
/* line 32, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-img-row--item {
  margin: 0 2px;
  width: calc(33.33% - 4px);
}
/* line 37, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-img-row--item img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 43, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-lists {
  padding: 0 2rem;
}
/* line 47, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-row {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem;
  text-align: left;
}
/* line 54, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-col {
  margin: 2rem;
  width: calc(50% - 4rem);
}
/* line 59, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-list {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem;
  padding: 0;
  text-align: left;
}
/* line 67, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-list li {
  padding: 0;
  margin: 2rem;
  width: calc(50% - 4rem);
  list-style: none;
  line-height: 1.5;
}
/* line 75, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-list2 {
  padding: 0;
  margin: 0;
}
/* line 80, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-list2 li {
  width: 100%;
  display: block;
  list-style: none;
  border-bottom: 1px solid #bbb;
  padding: .5rem 0;
  line-height: 1.5;
}
/* line 89, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
li.myq-terms {
  border-bottom: none;
}
/* line 93, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-disclaimer {
  color: #888;
}
/* line 97, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-register {
  border: 1px solid #bbb;
  border-left: none;
  border-right: none;
  padding: 2rem 0;
  margin: 2rem 0;
  font-size: 1.2em;
}
/* line 106, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-rewards {
  display: flex;
  margin: 0 -2rem;
}
/* line 112, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-rewards--item {
  margin: 2rem;
  width: calc(33.33% - 4rem);
}
/* line 118, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-rewards--heading {
  text-transform: uppercase;
}
/* line 122, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-button {
  text-transform: uppercase;
  color: #888;
  font-size: 1rem;
  border: 1px solid #888;
  padding: .5em 2.5em;
  margin-bottom: 2rem;
  background: #fff;
  display: inline-block;
}
/* line 133, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-button-wrap {
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}
/* line 139, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-button-wrap .myq-button {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
/* line 145, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-button-wrap:before,
.myq-button-wrap:after {
  position: absolute;
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #888;
  top: calc(50% - .5px);
}
/* line 157, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-button-wrap:before {
  left: 0;
}
/* line 161, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-button-wrap:after {
  right: 0;
}
/* line 165, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-button__cta {
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  border: none;
  padding: .5em 1em;
  background-color: #fb0589;
  font-weight: normal;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}
/* line 178, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-iframe-wrap iframe {
  width: 1px;
  min-width: 100%;
}
/* line 183, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-iframe-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 500px;
}
/* line 188, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
.myq-term-conditions {
  margin: 25px;
}
@media screen and (max-width: 764px) {
  /* line 194, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
  .myq-img-row {
    display: flex;
    margin: 2rem calc(-1rem - 2px);
  }
  /* line 199, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
  .myq-lists {
    padding: 0 2rem;
    font-size: 1.2em;
  }
  /* line 204, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
  .myq-row {
    display: block;
    margin: 0;
  }
  /* line 209, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
  .myq-list {
    margin: 0;
    margin-bottom: 2rem;
    display: block;
  }
  /* line 215, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
  .myq-list li {
    margin: 0;
    margin-bottom: 2rem;
    width: 100%;
  }
  /* line 221, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
  .myq-list2 li {
    border: none;
  }
  /* line 225, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
  .myq-col {
    margin: 0;
    margin-bottom: 2rem;
    width: 100%;
  }
  /* line 231, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
  .myq-rewards {
    display: block;
    margin: 0;
  }
  /* line 236, /home/qrter/public_html/src/themes/default/less/lib/pages/MyQuarterPage.less */
  .myq-rewards--item {
    margin: 0;
    margin-bottom: 2rem;
    width: 100%;
  }
}
