/* Minification failed. Returning unminified contents.
(10674,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10677,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14021,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14023,24): run-time error CSS1039: Token not allowed after unary operator: '-primary-charity-color'
(14046,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-charity-color'
(14062,19): run-time error CSS1039: Token not allowed after unary operator: '-primary-charity-color'
(14121,23): run-time error CSS1039: Token not allowed after unary operator: '-primary-charity-color'
(14123,30): run-time error CSS1039: Token not allowed after unary operator: '-primary-charity-color'
(14134,36): run-time error CSS1039: Token not allowed after unary operator: '-primary-charity-color'
(16678,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16679,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16683,23): run-time error CSS1039: Token not allowed after unary operator: '-line-height'
(16684,23): run-time error CSS1039: Token not allowed after unary operator: '-line-height'
(16684,44): run-time error CSS1039: Token not allowed after unary operator: '-lines-to-show'
 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cabin:400,500,600,700&display=swap");
meta.foundation-version {
  font-family: "/5.5.1/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 46rem)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:46.0625rem)/";
  width: 46.0625rem; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:46.0625rem) and (max-width:64rem)/";
  width: 46.0625rem; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625rem)/";
  width: 64.0625rem; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625rem) and (max-width:90rem)/";
  width: 64.0625rem; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625rem)/";
  width: 90.0625rem; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625rem) and (max-width:120rem)/";
  width: 90.0625rem; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625rem)/";
  width: 120.0625rem; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #666666;
  padding: 0;
  margin: 0;
  font-family: "Cabin", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 73.125rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 46.0625rem) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 64.0625rem) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Cabin", sans-serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: #FFFFFF; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #0076BB;
  border-color: #0065a1;
  color: #FFFFFF; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 0 6px 4px;
    line-height: .9;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3;
    background: inherit; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #D0021B;
    border-color: #b30217;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #77BC43;
    border-color: #66a23a;
    color: #FFFFFF; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #284017; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 46.0625rem) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.0625rem) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Cabin", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #0076BB;
  border-color: #005e96;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #005e96; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #77BC43;
    border-color: #5f9636;
    color: #FFFFFF; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #5f9636; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #FFFFFF; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #D0021B;
    border-color: #a60216;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #a60216; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 46.0625rem) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group.even-2 li {
    margin: 0 -2px;
    display: inline-block;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    margin: 0 -2px;
    display: inline-block;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    margin: 0 -2px;
    display: inline-block;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    margin: 0 -2px;
    display: inline-block;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    margin: 0 -2px;
    display: inline-block;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    margin: 0 -2px;
    display: inline-block;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    margin: 0 -2px;
    display: inline-block;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }
  .button-group > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.stack > li > button {
      width: 100%; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 46rem) {
      .button-group.stack-for-small > li {
        margin: 0 -2px;
        display: inline-block;
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          margin: 0;
          display: block; }
        .button-group.stack-for-small > li > button {
          width: 100%; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child,
    .button-group.radius > *:first-child > a,
    .button-group.radius > *:first-child > button,
    .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child,
    .button-group.radius > *:last-child > a,
    .button-group.radius > *:last-child > button,
    .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.radius.stack > * > button {
      width: 100%; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child,
    .button-group.radius.stack > *:first-child > a,
    .button-group.radius.stack > *:first-child > button,
    .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child,
    .button-group.radius.stack > *:last-child > a,
    .button-group.radius.stack > *:last-child > button,
    .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width: 46.0625rem) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 46rem) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child,
    .button-group.round > *:first-child > a,
    .button-group.round > *:first-child > button,
    .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child,
    .button-group.round > *:last-child > a,
    .button-group.round > *:last-child > button,
    .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.round.stack > * > button {
      width: 100%; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child,
    .button-group.round.stack > *:first-child > a,
    .button-group.round.stack > *:first-child > button,
    .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child,
    .button-group.round.stack > *:last-child > a,
    .button-group.round.stack > *:last-child > button,
    .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width: 46.0625rem) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 46rem) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999; }
  .clearing-blackout .clearing-close {
    display: block;
    color: white;
    font-size: 54px; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0px;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }
  @media only screen and (max-width: 46rem) {
    .clearing-caption {
      bottom: 40px; } }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 46.0625rem) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li.radius {
      border-radius: 3px; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    top: 50%; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

.label {
  font-weight: normal;
  font-family: "Cabin", sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #0076BB;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #D0021B;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #77BC43;
    color: #FFFFFF; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6e4ff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecf8ff;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #0076BB; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #0065a1; }
  .panel.radius {
    border-radius: 3px; }

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #0076BB;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #77BC43;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43AC6A;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #D0021B;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100%;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 46rem) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 46.0625rem) {
    .reveal-modal {
      width: 80%;
      max-width: 73.125rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 46.0625rem) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    border-radius: 3px; }
  .reveal-modal.round {
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0; }
  @media only screen and (min-width: 46.0625rem) {
    .reveal-modal.tiny {
      width: 30%;
      max-width: 73.125rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 46.0625rem) {
    .reveal-modal.small {
      width: 40%;
      max-width: 73.125rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 46.0625rem) {
    .reveal-modal.medium {
      width: 60%;
      max-width: 73.125rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 46.0625rem) {
    .reveal-modal.large {
      width: 70%;
      max-width: 73.125rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 46.0625rem) {
    .reveal-modal.xlarge {
      width: 95%;
      max-width: 73.125rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important; }
    @media only screen and (min-width: 46.0625rem) {
      .reveal-modal.full {
        width: 100%;
        max-width: 73.125rem;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer; }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Cabin", sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem;
    font-weight: normal; }
    .side-nav li a:not(.button) {
      display: block;
      color: #0076BB;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #1dacff; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #1dacff;
      font-weight: normal;
      font-family: "Cabin", sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
    .side-nav li.heading {
      color: #0076BB;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .split.button.no-pip span:before {
    border-style: none; }
  .split.button.no-pip span:after {
    border-style: none; }
  .split.button.no-pip span > i {
    top: 50%;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em; }

.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: transparent;
    background: #DDDDDD;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    transition: left 0.15s ease-out; }
  .switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #0076BB; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    width: 4rem;
    height: 2rem; }
  .switch label:after {
    width: 1.5rem;
    height: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #0076BB; }
  .switch.large label {
    width: 5rem;
    height: 2.5rem; }
  .switch.large label:after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    width: 3.5rem;
    height: 1.75rem; }
  .switch.small label:after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    width: 3rem;
    height: 1.5rem; }
  .switch.tiny label:after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: white;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #003460; }
    table thead tr th,
    table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: white; }
  table tfoot {
    background: #003460; }
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: white; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      padding: 1rem 2rem;
      font-family: "Cabin", sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
      .tabs dd > a:focus, .tabs .tab-title > a:focus {
        outline: none; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 46.0625rem) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Tooltips */
.has-tip {
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003554;
    color: #0076BB; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px;
    pointer-events: none; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #0076BB !important;
    border-bottom: dotted 1px #003554 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width: 46.0625rem) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Cabin", sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #D0021B;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #D0021B;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #D0021B; }

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #D0021B;
  color: #FFFFFF; }

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #D0021B; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:46.0625rem)/";
  width: 46.0625rem; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 2.8125rem; }

.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  background: #333333;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 1.75rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
    @media only screen and (max-width: 46rem) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 2.8125rem;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      line-height: 2.8125rem;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        font-weight: normal;
        color: #FFFFFF;
        width: 75%;
        display: block;
        padding: 0 0.9375rem; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 0.9375rem;
      height: 2.8125rem;
      line-height: 2.8125rem; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        color: #FFFFFF;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 0.9375rem;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #FFFFFF;
      padding: 12px 0 12px 0;
      padding-left: 0.9375rem;
      font-family: "Cabin", sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        background-color: #0076BB;
        border-color: #005e96;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #005e96; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #77BC43;
        border-color: #5f9636;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #5f9636; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #D0021B;
        border-color: #a60216;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #a60216; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      background-color: #0076BB;
      border-color: #005e96;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #005e96; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: #77BC43;
        border-color: #5f9636;
        color: #FFFFFF; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #5f9636; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #D0021B;
        border-color: #a60216;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #a60216; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
    .top-bar-section ul li.active > a {
      background: #0076BB;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #0065a1;
        color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(102, 102, 102, 0.9);
      border-left-style: solid;
      margin-right: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 0.9375rem 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 46.0625rem) {
  .top-bar {
    background: #333333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      height: 1.75rem;
      top: 0.53125rem; }
    .top-bar.expanded {
      background: #333333; }
  .contain-to-grid .top-bar {
    max-width: 73.125rem;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 0.9375rem;
      line-height: 2.8125rem;
      background: #333333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #333333; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 0.9375rem;
      line-height: 2.8125rem;
      color: #FFFFFF;
      background: #0076BB; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0065a1;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(102, 102, 102, 0.9) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #666666;
        line-height: 2.8125rem;
        white-space: nowrap;
        padding: 12px 0.9375rem;
        background: white; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #666666;
        background: white; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #0076BB;
        background-color: #555555;
        background: white; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 0.9375rem;
      height: 2.8125rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #0076BB;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 46rem) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 46.0625rem) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625rem) and (max-width: 90rem) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625rem) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625rem) and (max-width: 120rem) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625rem) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625rem) and (max-width: 6249999.9375rem) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625rem) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #0076BB;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0065a1; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Cabin", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #d6ebc7;
  border-width: 1px;
  border-style: solid;
  border-color: #bfe0a7;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #666666;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 46.0625rem) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 46.0625rem) {
    .tab-bar-section.left {
      text-align: left; }
    .tab-bar-section.right {
      text-align: right; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 46.0625rem) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 46.0625rem) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 46.0625rem) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 46.0625rem) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 46.0625rem) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: 0.5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: 0.5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 46.0625rem) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.0625rem) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625rem) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625rem) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/fonts/ion/ionicons.eot?v=2.0.0");
  src: url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/fonts/ion/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/fonts/ion/ionicons.ttf?v=2.0.0") format("truetype"), url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/fonts/ion/ionicons.woff?v=2.0.0") format("woff"), url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/fonts/ion/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: ""; }

.ion-alert-circled:before {
  content: ""; }

.ion-android-add:before {
  content: ""; }

.ion-android-add-circle:before {
  content: ""; }

.ion-android-alarm-clock:before {
  content: ""; }

.ion-android-alert:before {
  content: ""; }

.ion-android-apps:before {
  content: ""; }

.ion-android-archive:before {
  content: ""; }

.ion-android-arrow-back:before {
  content: ""; }

.ion-android-arrow-down:before {
  content: ""; }

.ion-android-arrow-dropdown:before {
  content: ""; }

.ion-android-arrow-dropdown-circle:before {
  content: ""; }

.ion-android-arrow-dropleft:before {
  content: ""; }

.ion-android-arrow-dropleft-circle:before {
  content: ""; }

.ion-android-arrow-dropright:before {
  content: ""; }

.ion-android-arrow-dropright-circle:before {
  content: ""; }

.ion-android-arrow-dropup:before {
  content: ""; }

.ion-android-arrow-dropup-circle:before {
  content: ""; }

.ion-android-arrow-forward:before {
  content: ""; }

.ion-android-arrow-up:before {
  content: ""; }

.ion-android-attach:before {
  content: ""; }

.ion-android-bar:before {
  content: ""; }

.ion-android-bicycle:before {
  content: ""; }

.ion-android-boat:before {
  content: ""; }

.ion-android-bookmark:before {
  content: ""; }

.ion-android-bulb:before {
  content: ""; }

.ion-android-bus:before {
  content: ""; }

.ion-android-calendar:before {
  content: ""; }

.ion-android-call:before {
  content: ""; }

.ion-android-camera:before {
  content: ""; }

.ion-android-cancel:before {
  content: ""; }

.ion-android-car:before {
  content: ""; }

.ion-android-cart:before {
  content: ""; }

.ion-android-chat:before {
  content: ""; }

.ion-android-checkbox:before {
  content: ""; }

.ion-android-checkbox-blank:before {
  content: ""; }

.ion-android-checkbox-outline:before {
  content: ""; }

.ion-android-checkbox-outline-blank:before {
  content: ""; }

.ion-android-checkmark-circle:before {
  content: ""; }

.ion-android-clipboard:before {
  content: ""; }

.ion-android-close:before {
  content: ""; }

.ion-android-cloud:before {
  content: ""; }

.ion-android-cloud-circle:before {
  content: ""; }

.ion-android-cloud-done:before {
  content: ""; }

.ion-android-cloud-outline:before {
  content: ""; }

.ion-android-color-palette:before {
  content: ""; }

.ion-android-compass:before {
  content: ""; }

.ion-android-contact:before {
  content: ""; }

.ion-android-contacts:before {
  content: ""; }

.ion-android-contract:before {
  content: ""; }

.ion-android-create:before {
  content: ""; }

.ion-android-delete:before {
  content: ""; }

.ion-android-desktop:before {
  content: ""; }

.ion-android-document:before {
  content: ""; }

.ion-android-done:before {
  content: ""; }

.ion-android-done-all:before {
  content: ""; }

.ion-android-download:before {
  content: ""; }

.ion-android-drafts:before {
  content: ""; }

.ion-android-exit:before {
  content: ""; }

.ion-android-expand:before {
  content: ""; }

.ion-android-favorite:before {
  content: ""; }

.ion-android-favorite-outline:before {
  content: ""; }

.ion-android-film:before {
  content: ""; }

.ion-android-folder:before {
  content: ""; }

.ion-android-folder-open:before {
  content: ""; }

.ion-android-funnel:before {
  content: ""; }

.ion-android-globe:before {
  content: ""; }

.ion-android-hand:before {
  content: ""; }

.ion-android-hangout:before {
  content: ""; }

.ion-android-happy:before {
  content: ""; }

.ion-android-home:before {
  content: ""; }

.ion-android-image:before {
  content: ""; }

.ion-android-laptop:before {
  content: ""; }

.ion-android-list:before {
  content: ""; }

.ion-android-locate:before {
  content: ""; }

.ion-android-lock:before {
  content: ""; }

.ion-android-mail:before {
  content: ""; }

.ion-android-map:before {
  content: ""; }

.ion-android-menu:before {
  content: ""; }

.ion-android-microphone:before {
  content: ""; }

.ion-android-microphone-off:before {
  content: ""; }

.ion-android-more-horizontal:before {
  content: ""; }

.ion-android-more-vertical:before {
  content: ""; }

.ion-android-navigate:before {
  content: ""; }

.ion-android-notifications:before {
  content: ""; }

.ion-android-notifications-none:before {
  content: ""; }

.ion-android-notifications-off:before {
  content: ""; }

.ion-android-open:before {
  content: ""; }

.ion-android-options:before {
  content: ""; }

.ion-android-people:before {
  content: ""; }

.ion-android-person:before {
  content: ""; }

.ion-android-person-add:before {
  content: ""; }

.ion-android-phone-landscape:before {
  content: ""; }

.ion-android-phone-portrait:before {
  content: ""; }

.ion-android-pin:before {
  content: ""; }

.ion-android-plane:before {
  content: ""; }

.ion-android-playstore:before {
  content: ""; }

.ion-android-print:before {
  content: ""; }

.ion-android-radio-button-off:before {
  content: ""; }

.ion-android-radio-button-on:before {
  content: ""; }

.ion-android-refresh:before {
  content: ""; }

.ion-android-remove:before {
  content: ""; }

.ion-android-remove-circle:before {
  content: ""; }

.ion-android-restaurant:before {
  content: ""; }

.ion-android-sad:before {
  content: ""; }

.ion-android-search:before {
  content: ""; }

.ion-android-send:before {
  content: ""; }

.ion-android-settings:before {
  content: ""; }

.ion-android-share:before {
  content: ""; }

.ion-android-share-alt:before {
  content: ""; }

.ion-android-star:before {
  content: ""; }

.ion-android-star-half:before {
  content: ""; }

.ion-android-star-outline:before {
  content: ""; }

.ion-android-stopwatch:before {
  content: ""; }

.ion-android-subway:before {
  content: ""; }

.ion-android-sunny:before {
  content: ""; }

.ion-android-sync:before {
  content: ""; }

.ion-android-textsms:before {
  content: ""; }

.ion-android-time:before {
  content: ""; }

.ion-android-train:before {
  content: ""; }

.ion-android-unlock:before {
  content: ""; }

.ion-android-upload:before {
  content: ""; }

.ion-android-volume-down:before {
  content: ""; }

.ion-android-volume-mute:before {
  content: ""; }

.ion-android-volume-off:before {
  content: ""; }

.ion-android-volume-up:before {
  content: ""; }

.ion-android-walk:before {
  content: ""; }

.ion-android-warning:before {
  content: ""; }

.ion-android-watch:before {
  content: ""; }

.ion-android-wifi:before {
  content: ""; }

.ion-aperture:before {
  content: ""; }

.ion-archive:before {
  content: ""; }

.ion-arrow-down-a:before {
  content: ""; }

.ion-arrow-down-b:before {
  content: ""; }

.ion-arrow-down-c:before {
  content: ""; }

.ion-arrow-expand:before {
  content: ""; }

.ion-arrow-graph-down-left:before {
  content: ""; }

.ion-arrow-graph-down-right:before {
  content: ""; }

.ion-arrow-graph-up-left:before {
  content: ""; }

.ion-arrow-graph-up-right:before {
  content: ""; }

.ion-arrow-left-a:before {
  content: ""; }

.ion-arrow-left-b:before {
  content: ""; }

.ion-arrow-left-c:before {
  content: ""; }

.ion-arrow-move:before {
  content: ""; }

.ion-arrow-resize:before {
  content: ""; }

.ion-arrow-return-left:before {
  content: ""; }

.ion-arrow-return-right:before {
  content: ""; }

.ion-arrow-right-a:before {
  content: ""; }

.ion-arrow-right-b:before {
  content: ""; }

.ion-arrow-right-c:before {
  content: ""; }

.ion-arrow-shrink:before {
  content: ""; }

.ion-arrow-swap:before {
  content: ""; }

.ion-arrow-up-a:before {
  content: ""; }

.ion-arrow-up-b:before {
  content: ""; }

.ion-arrow-up-c:before {
  content: ""; }

.ion-asterisk:before {
  content: ""; }

.ion-at:before {
  content: ""; }

.ion-backspace:before {
  content: ""; }

.ion-backspace-outline:before {
  content: ""; }

.ion-bag:before {
  content: ""; }

.ion-battery-charging:before {
  content: ""; }

.ion-battery-empty:before {
  content: ""; }

.ion-battery-full:before {
  content: ""; }

.ion-battery-half:before {
  content: ""; }

.ion-battery-low:before {
  content: ""; }

.ion-beaker:before {
  content: ""; }

.ion-beer:before {
  content: ""; }

.ion-bluetooth:before {
  content: ""; }

.ion-bonfire:before {
  content: ""; }

.ion-bookmark:before {
  content: ""; }

.ion-bowtie:before {
  content: ""; }

.ion-briefcase:before {
  content: ""; }

.ion-bug:before {
  content: ""; }

.ion-calculator:before {
  content: ""; }

.ion-calendar:before {
  content: ""; }

.ion-camera:before {
  content: ""; }

.ion-card:before {
  content: ""; }

.ion-cash:before {
  content: ""; }

.ion-chatbox:before {
  content: ""; }

.ion-chatbox-working:before {
  content: ""; }

.ion-chatboxes:before {
  content: ""; }

.ion-chatbubble:before {
  content: ""; }

.ion-chatbubble-working:before {
  content: ""; }

.ion-chatbubbles:before {
  content: ""; }

.ion-checkmark:before {
  content: ""; }

.ion-checkmark-circled:before {
  content: ""; }

.ion-checkmark-round:before {
  content: ""; }

.ion-chevron-down:before {
  content: ""; }

.ion-chevron-left:before {
  content: ""; }

.ion-chevron-right:before {
  content: ""; }

.ion-chevron-up:before {
  content: ""; }

.ion-clipboard:before {
  content: ""; }

.ion-clock:before {
  content: ""; }

.ion-close:before {
  content: ""; }

.ion-close-circled:before {
  content: ""; }

.ion-close-round:before {
  content: ""; }

.ion-closed-captioning:before {
  content: ""; }

.ion-cloud:before {
  content: ""; }

.ion-code:before {
  content: ""; }

.ion-code-download:before {
  content: ""; }

.ion-code-working:before {
  content: ""; }

.ion-coffee:before {
  content: ""; }

.ion-compass:before {
  content: ""; }

.ion-compose:before {
  content: ""; }

.ion-connection-bars:before {
  content: ""; }

.ion-contrast:before {
  content: ""; }

.ion-crop:before {
  content: ""; }

.ion-cube:before {
  content: ""; }

.ion-disc:before {
  content: ""; }

.ion-document:before {
  content: ""; }

.ion-document-text:before {
  content: ""; }

.ion-drag:before {
  content: ""; }

.ion-earth:before {
  content: ""; }

.ion-easel:before {
  content: ""; }

.ion-edit:before {
  content: ""; }

.ion-egg:before {
  content: ""; }

.ion-eject:before {
  content: ""; }

.ion-email:before {
  content: ""; }

.ion-email-unread:before {
  content: ""; }

.ion-erlenmeyer-flask:before {
  content: ""; }

.ion-erlenmeyer-flask-bubbles:before {
  content: ""; }

.ion-eye:before {
  content: ""; }

.ion-eye-disabled:before {
  content: ""; }

.ion-female:before {
  content: ""; }

.ion-filing:before {
  content: ""; }

.ion-film-marker:before {
  content: ""; }

.ion-fireball:before {
  content: ""; }

.ion-flag:before {
  content: ""; }

.ion-flame:before {
  content: ""; }

.ion-flash:before {
  content: ""; }

.ion-flash-off:before {
  content: ""; }

.ion-folder:before {
  content: ""; }

.ion-fork:before {
  content: ""; }

.ion-fork-repo:before {
  content: ""; }

.ion-forward:before {
  content: ""; }

.ion-funnel:before {
  content: ""; }

.ion-gear-a:before {
  content: ""; }

.ion-gear-b:before {
  content: ""; }

.ion-grid:before {
  content: ""; }

.ion-hammer:before {
  content: ""; }

.ion-happy:before {
  content: ""; }

.ion-happy-outline:before {
  content: ""; }

.ion-headphone:before {
  content: ""; }

.ion-heart:before {
  content: ""; }

.ion-heart-broken:before {
  content: ""; }

.ion-help:before {
  content: ""; }

.ion-help-buoy:before {
  content: ""; }

.ion-help-circled:before {
  content: ""; }

.ion-home:before {
  content: ""; }

.ion-icecream:before {
  content: ""; }

.ion-image:before {
  content: ""; }

.ion-images:before {
  content: ""; }

.ion-information:before {
  content: ""; }

.ion-information-circled:before {
  content: ""; }

.ion-ionic:before {
  content: ""; }

.ion-ios-alarm:before {
  content: ""; }

.ion-ios-alarm-outline:before {
  content: ""; }

.ion-ios-albums:before {
  content: ""; }

.ion-ios-albums-outline:before {
  content: ""; }

.ion-ios-americanfootball:before {
  content: ""; }

.ion-ios-americanfootball-outline:before {
  content: ""; }

.ion-ios-analytics:before {
  content: ""; }

.ion-ios-analytics-outline:before {
  content: ""; }

.ion-ios-arrow-back:before {
  content: ""; }

.ion-ios-arrow-down:before {
  content: ""; }

.ion-ios-arrow-forward:before {
  content: ""; }

.ion-ios-arrow-left:before {
  content: ""; }

.ion-ios-arrow-right:before {
  content: ""; }

.ion-ios-arrow-thin-down:before {
  content: ""; }

.ion-ios-arrow-thin-left:before {
  content: ""; }

.ion-ios-arrow-thin-right:before {
  content: ""; }

.ion-ios-arrow-thin-up:before {
  content: ""; }

.ion-ios-arrow-up:before {
  content: ""; }

.ion-ios-at:before {
  content: ""; }

.ion-ios-at-outline:before {
  content: ""; }

.ion-ios-barcode:before {
  content: ""; }

.ion-ios-barcode-outline:before {
  content: ""; }

.ion-ios-baseball:before {
  content: ""; }

.ion-ios-baseball-outline:before {
  content: ""; }

.ion-ios-basketball:before {
  content: ""; }

.ion-ios-basketball-outline:before {
  content: ""; }

.ion-ios-bell:before {
  content: ""; }

.ion-ios-bell-outline:before {
  content: ""; }

.ion-ios-body:before {
  content: ""; }

.ion-ios-body-outline:before {
  content: ""; }

.ion-ios-bolt:before {
  content: ""; }

.ion-ios-bolt-outline:before {
  content: ""; }

.ion-ios-book:before {
  content: ""; }

.ion-ios-book-outline:before {
  content: ""; }

.ion-ios-bookmarks:before {
  content: ""; }

.ion-ios-bookmarks-outline:before {
  content: ""; }

.ion-ios-box:before {
  content: ""; }

.ion-ios-box-outline:before {
  content: ""; }

.ion-ios-briefcase:before {
  content: ""; }

.ion-ios-briefcase-outline:before {
  content: ""; }

.ion-ios-browsers:before {
  content: ""; }

.ion-ios-browsers-outline:before {
  content: ""; }

.ion-ios-calculator:before {
  content: ""; }

.ion-ios-calculator-outline:before {
  content: ""; }

.ion-ios-calendar:before {
  content: ""; }

.ion-ios-calendar-outline:before {
  content: ""; }

.ion-ios-camera:before {
  content: ""; }

.ion-ios-camera-outline:before {
  content: ""; }

.ion-ios-cart:before {
  content: ""; }

.ion-ios-cart-outline:before {
  content: ""; }

.ion-ios-chatboxes:before {
  content: ""; }

.ion-ios-chatboxes-outline:before {
  content: ""; }

.ion-ios-chatbubble:before {
  content: ""; }

.ion-ios-chatbubble-outline:before {
  content: ""; }

.ion-ios-checkmark:before {
  content: ""; }

.ion-ios-checkmark-empty:before {
  content: ""; }

.ion-ios-checkmark-outline:before {
  content: ""; }

.ion-ios-circle-filled:before {
  content: ""; }

.ion-ios-circle-outline:before {
  content: ""; }

.ion-ios-clock:before {
  content: ""; }

.ion-ios-clock-outline:before {
  content: ""; }

.ion-ios-close:before {
  content: ""; }

.ion-ios-close-empty:before {
  content: ""; }

.ion-ios-close-outline:before {
  content: ""; }

.ion-ios-cloud:before {
  content: ""; }

.ion-ios-cloud-download:before {
  content: ""; }

.ion-ios-cloud-download-outline:before {
  content: ""; }

.ion-ios-cloud-outline:before {
  content: ""; }

.ion-ios-cloud-upload:before {
  content: ""; }

.ion-ios-cloud-upload-outline:before {
  content: ""; }

.ion-ios-cloudy:before {
  content: ""; }

.ion-ios-cloudy-night:before {
  content: ""; }

.ion-ios-cloudy-night-outline:before {
  content: ""; }

.ion-ios-cloudy-outline:before {
  content: ""; }

.ion-ios-cog:before {
  content: ""; }

.ion-ios-cog-outline:before {
  content: ""; }

.ion-ios-color-filter:before {
  content: ""; }

.ion-ios-color-filter-outline:before {
  content: ""; }

.ion-ios-color-wand:before {
  content: ""; }

.ion-ios-color-wand-outline:before {
  content: ""; }

.ion-ios-compose:before {
  content: ""; }

.ion-ios-compose-outline:before {
  content: ""; }

.ion-ios-contact:before {
  content: ""; }

.ion-ios-contact-outline:before {
  content: ""; }

.ion-ios-copy:before {
  content: ""; }

.ion-ios-copy-outline:before {
  content: ""; }

.ion-ios-crop:before {
  content: ""; }

.ion-ios-crop-strong:before {
  content: ""; }

.ion-ios-download:before {
  content: ""; }

.ion-ios-download-outline:before {
  content: ""; }

.ion-ios-drag:before {
  content: ""; }

.ion-ios-email:before {
  content: ""; }

.ion-ios-email-outline:before {
  content: ""; }

.ion-ios-eye:before {
  content: ""; }

.ion-ios-eye-outline:before {
  content: ""; }

.ion-ios-fastforward:before {
  content: ""; }

.ion-ios-fastforward-outline:before {
  content: ""; }

.ion-ios-filing:before {
  content: ""; }

.ion-ios-filing-outline:before {
  content: ""; }

.ion-ios-film:before {
  content: ""; }

.ion-ios-film-outline:before {
  content: ""; }

.ion-ios-flag:before {
  content: ""; }

.ion-ios-flag-outline:before {
  content: ""; }

.ion-ios-flame:before {
  content: ""; }

.ion-ios-flame-outline:before {
  content: ""; }

.ion-ios-flask:before {
  content: ""; }

.ion-ios-flask-outline:before {
  content: ""; }

.ion-ios-flower:before {
  content: ""; }

.ion-ios-flower-outline:before {
  content: ""; }

.ion-ios-folder:before {
  content: ""; }

.ion-ios-folder-outline:before {
  content: ""; }

.ion-ios-football:before {
  content: ""; }

.ion-ios-football-outline:before {
  content: ""; }

.ion-ios-game-controller-a:before {
  content: ""; }

.ion-ios-game-controller-a-outline:before {
  content: ""; }

.ion-ios-game-controller-b:before {
  content: ""; }

.ion-ios-game-controller-b-outline:before {
  content: ""; }

.ion-ios-gear:before {
  content: ""; }

.ion-ios-gear-outline:before {
  content: ""; }

.ion-ios-glasses:before {
  content: ""; }

.ion-ios-glasses-outline:before {
  content: ""; }

.ion-ios-grid-view:before {
  content: ""; }

.ion-ios-grid-view-outline:before {
  content: ""; }

.ion-ios-heart:before {
  content: ""; }

.ion-ios-heart-outline:before {
  content: ""; }

.ion-ios-help:before {
  content: ""; }

.ion-ios-help-empty:before {
  content: ""; }

.ion-ios-help-outline:before {
  content: ""; }

.ion-ios-home:before {
  content: ""; }

.ion-ios-home-outline:before {
  content: ""; }

.ion-ios-infinite:before {
  content: ""; }

.ion-ios-infinite-outline:before {
  content: ""; }

.ion-ios-information:before {
  content: ""; }

.ion-ios-information-empty:before {
  content: ""; }

.ion-ios-information-outline:before {
  content: ""; }

.ion-ios-ionic-outline:before {
  content: ""; }

.ion-ios-keypad:before {
  content: ""; }

.ion-ios-keypad-outline:before {
  content: ""; }

.ion-ios-lightbulb:before {
  content: ""; }

.ion-ios-lightbulb-outline:before {
  content: ""; }

.ion-ios-list:before {
  content: ""; }

.ion-ios-list-outline:before {
  content: ""; }

.ion-ios-location:before {
  content: ""; }

.ion-ios-location-outline:before {
  content: ""; }

.ion-ios-locked:before {
  content: ""; }

.ion-ios-locked-outline:before {
  content: ""; }

.ion-ios-loop:before {
  content: ""; }

.ion-ios-loop-strong:before {
  content: ""; }

.ion-ios-medical:before {
  content: ""; }

.ion-ios-medical-outline:before {
  content: ""; }

.ion-ios-medkit:before {
  content: ""; }

.ion-ios-medkit-outline:before {
  content: ""; }

.ion-ios-mic:before {
  content: ""; }

.ion-ios-mic-off:before {
  content: ""; }

.ion-ios-mic-outline:before {
  content: ""; }

.ion-ios-minus:before {
  content: ""; }

.ion-ios-minus-empty:before {
  content: ""; }

.ion-ios-minus-outline:before {
  content: ""; }

.ion-ios-monitor:before {
  content: ""; }

.ion-ios-monitor-outline:before {
  content: ""; }

.ion-ios-moon:before {
  content: ""; }

.ion-ios-moon-outline:before {
  content: ""; }

.ion-ios-more:before {
  content: ""; }

.ion-ios-more-outline:before {
  content: ""; }

.ion-ios-musical-note:before {
  content: ""; }

.ion-ios-musical-notes:before {
  content: ""; }

.ion-ios-navigate:before {
  content: ""; }

.ion-ios-navigate-outline:before {
  content: ""; }

.ion-ios-nutrition:before {
  content: ""; }

.ion-ios-nutrition-outline:before {
  content: ""; }

.ion-ios-paper:before {
  content: ""; }

.ion-ios-paper-outline:before {
  content: ""; }

.ion-ios-paperplane:before {
  content: ""; }

.ion-ios-paperplane-outline:before {
  content: ""; }

.ion-ios-partlysunny:before {
  content: ""; }

.ion-ios-partlysunny-outline:before {
  content: ""; }

.ion-ios-pause:before {
  content: ""; }

.ion-ios-pause-outline:before {
  content: ""; }

.ion-ios-paw:before {
  content: ""; }

.ion-ios-paw-outline:before {
  content: ""; }

.ion-ios-people:before {
  content: ""; }

.ion-ios-people-outline:before {
  content: ""; }

.ion-ios-person:before {
  content: ""; }

.ion-ios-person-outline:before {
  content: ""; }

.ion-ios-personadd:before {
  content: ""; }

.ion-ios-personadd-outline:before {
  content: ""; }

.ion-ios-photos:before {
  content: ""; }

.ion-ios-photos-outline:before {
  content: ""; }

.ion-ios-pie:before {
  content: ""; }

.ion-ios-pie-outline:before {
  content: ""; }

.ion-ios-pint:before {
  content: ""; }

.ion-ios-pint-outline:before {
  content: ""; }

.ion-ios-play:before {
  content: ""; }

.ion-ios-play-outline:before {
  content: ""; }

.ion-ios-plus:before {
  content: ""; }

.ion-ios-plus-empty:before {
  content: ""; }

.ion-ios-plus-outline:before {
  content: ""; }

.ion-ios-pricetag:before {
  content: ""; }

.ion-ios-pricetag-outline:before {
  content: ""; }

.ion-ios-pricetags:before {
  content: ""; }

.ion-ios-pricetags-outline:before {
  content: ""; }

.ion-ios-printer:before {
  content: ""; }

.ion-ios-printer-outline:before {
  content: ""; }

.ion-ios-pulse:before {
  content: ""; }

.ion-ios-pulse-strong:before {
  content: ""; }

.ion-ios-rainy:before {
  content: ""; }

.ion-ios-rainy-outline:before {
  content: ""; }

.ion-ios-recording:before {
  content: ""; }

.ion-ios-recording-outline:before {
  content: ""; }

.ion-ios-redo:before {
  content: ""; }

.ion-ios-redo-outline:before {
  content: ""; }

.ion-ios-refresh:before {
  content: ""; }

.ion-ios-refresh-empty:before {
  content: ""; }

.ion-ios-refresh-outline:before {
  content: ""; }

.ion-ios-reload:before {
  content: ""; }

.ion-ios-reverse-camera:before {
  content: ""; }

.ion-ios-reverse-camera-outline:before {
  content: ""; }

.ion-ios-rewind:before {
  content: ""; }

.ion-ios-rewind-outline:before {
  content: ""; }

.ion-ios-rose:before {
  content: ""; }

.ion-ios-rose-outline:before {
  content: ""; }

.ion-ios-search:before {
  content: ""; }

.ion-ios-search-strong:before {
  content: ""; }

.ion-ios-settings:before {
  content: ""; }

.ion-ios-settings-strong:before {
  content: ""; }

.ion-ios-shuffle:before {
  content: ""; }

.ion-ios-shuffle-strong:before {
  content: ""; }

.ion-ios-skipbackward:before {
  content: ""; }

.ion-ios-skipbackward-outline:before {
  content: ""; }

.ion-ios-skipforward:before {
  content: ""; }

.ion-ios-skipforward-outline:before {
  content: ""; }

.ion-ios-snowy:before {
  content: ""; }

.ion-ios-speedometer:before {
  content: ""; }

.ion-ios-speedometer-outline:before {
  content: ""; }

.ion-ios-star:before {
  content: ""; }

.ion-ios-star-half:before {
  content: ""; }

.ion-ios-star-outline:before {
  content: ""; }

.ion-ios-stopwatch:before {
  content: ""; }

.ion-ios-stopwatch-outline:before {
  content: ""; }

.ion-ios-sunny:before {
  content: ""; }

.ion-ios-sunny-outline:before {
  content: ""; }

.ion-ios-telephone:before {
  content: ""; }

.ion-ios-telephone-outline:before {
  content: ""; }

.ion-ios-tennisball:before {
  content: ""; }

.ion-ios-tennisball-outline:before {
  content: ""; }

.ion-ios-thunderstorm:before {
  content: ""; }

.ion-ios-thunderstorm-outline:before {
  content: ""; }

.ion-ios-time:before {
  content: ""; }

.ion-ios-time-outline:before {
  content: ""; }

.ion-ios-timer:before {
  content: ""; }

.ion-ios-timer-outline:before {
  content: ""; }

.ion-ios-toggle:before {
  content: ""; }

.ion-ios-toggle-outline:before {
  content: ""; }

.ion-ios-trash:before {
  content: ""; }

.ion-ios-trash-outline:before {
  content: ""; }

.ion-ios-undo:before {
  content: ""; }

.ion-ios-undo-outline:before {
  content: ""; }

.ion-ios-unlocked:before {
  content: ""; }

.ion-ios-unlocked-outline:before {
  content: ""; }

.ion-ios-upload:before {
  content: ""; }

.ion-ios-upload-outline:before {
  content: ""; }

.ion-ios-videocam:before {
  content: ""; }

.ion-ios-videocam-outline:before {
  content: ""; }

.ion-ios-volume-high:before {
  content: ""; }

.ion-ios-volume-low:before {
  content: ""; }

.ion-ios-wineglass:before {
  content: ""; }

.ion-ios-wineglass-outline:before {
  content: ""; }

.ion-ios-world:before {
  content: ""; }

.ion-ios-world-outline:before {
  content: ""; }

.ion-ipad:before {
  content: ""; }

.ion-iphone:before {
  content: ""; }

.ion-ipod:before {
  content: ""; }

.ion-jet:before {
  content: ""; }

.ion-key:before {
  content: ""; }

.ion-knife:before {
  content: ""; }

.ion-laptop:before {
  content: ""; }

.ion-leaf:before {
  content: ""; }

.ion-levels:before {
  content: ""; }

.ion-lightbulb:before {
  content: ""; }

.ion-link:before {
  content: ""; }

.ion-load-a:before {
  content: ""; }

.ion-load-b:before {
  content: ""; }

.ion-load-c:before {
  content: ""; }

.ion-load-d:before {
  content: ""; }

.ion-location:before {
  content: ""; }

.ion-lock-combination:before {
  content: ""; }

.ion-locked:before {
  content: ""; }

.ion-log-in:before {
  content: ""; }

.ion-log-out:before {
  content: ""; }

.ion-loop:before {
  content: ""; }

.ion-magnet:before {
  content: ""; }

.ion-male:before {
  content: ""; }

.ion-man:before {
  content: ""; }

.ion-map:before {
  content: ""; }

.ion-medkit:before {
  content: ""; }

.ion-merge:before {
  content: ""; }

.ion-mic-a:before {
  content: ""; }

.ion-mic-b:before {
  content: ""; }

.ion-mic-c:before {
  content: ""; }

.ion-minus:before {
  content: ""; }

.ion-minus-circled:before {
  content: ""; }

.ion-minus-round:before {
  content: ""; }

.ion-model-s:before {
  content: ""; }

.ion-monitor:before {
  content: ""; }

.ion-more:before {
  content: ""; }

.ion-mouse:before {
  content: ""; }

.ion-music-note:before {
  content: ""; }

.ion-navicon:before {
  content: ""; }

.ion-navicon-round:before {
  content: ""; }

.ion-navigate:before {
  content: ""; }

.ion-network:before {
  content: ""; }

.ion-no-smoking:before {
  content: ""; }

.ion-nuclear:before {
  content: ""; }

.ion-outlet:before {
  content: ""; }

.ion-paintbrush:before {
  content: ""; }

.ion-paintbucket:before {
  content: ""; }

.ion-paper-airplane:before {
  content: ""; }

.ion-paperclip:before {
  content: ""; }

.ion-pause:before {
  content: ""; }

.ion-person:before {
  content: ""; }

.ion-person-add:before {
  content: ""; }

.ion-person-stalker:before {
  content: ""; }

.ion-pie-graph:before {
  content: ""; }

.ion-pin:before {
  content: ""; }

.ion-pinpoint:before {
  content: ""; }

.ion-pizza:before {
  content: ""; }

.ion-plane:before {
  content: ""; }

.ion-planet:before {
  content: ""; }

.ion-play:before {
  content: ""; }

.ion-playstation:before {
  content: ""; }

.ion-plus:before {
  content: ""; }

.ion-plus-circled:before {
  content: ""; }

.ion-plus-round:before {
  content: ""; }

.ion-podium:before {
  content: ""; }

.ion-pound:before {
  content: ""; }

.ion-power:before {
  content: ""; }

.ion-pricetag:before {
  content: ""; }

.ion-pricetags:before {
  content: ""; }

.ion-printer:before {
  content: ""; }

.ion-pull-request:before {
  content: ""; }

.ion-qr-scanner:before {
  content: ""; }

.ion-quote:before {
  content: ""; }

.ion-radio-waves:before {
  content: ""; }

.ion-record:before {
  content: ""; }

.ion-refresh:before {
  content: ""; }

.ion-reply:before {
  content: ""; }

.ion-reply-all:before {
  content: ""; }

.ion-ribbon-a:before {
  content: ""; }

.ion-ribbon-b:before {
  content: ""; }

.ion-sad:before {
  content: ""; }

.ion-sad-outline:before {
  content: ""; }

.ion-scissors:before {
  content: ""; }

.ion-search:before {
  content: ""; }

.ion-settings:before {
  content: ""; }

.ion-share:before {
  content: ""; }

.ion-shuffle:before {
  content: ""; }

.ion-skip-backward:before {
  content: ""; }

.ion-skip-forward:before {
  content: ""; }

.ion-social-android:before {
  content: ""; }

.ion-social-android-outline:before {
  content: ""; }

.ion-social-angular:before {
  content: ""; }

.ion-social-angular-outline:before {
  content: ""; }

.ion-social-apple:before {
  content: ""; }

.ion-social-apple-outline:before {
  content: ""; }

.ion-social-bitcoin:before {
  content: ""; }

.ion-social-bitcoin-outline:before {
  content: ""; }

.ion-social-buffer:before {
  content: ""; }

.ion-social-buffer-outline:before {
  content: ""; }

.ion-social-chrome:before {
  content: ""; }

.ion-social-chrome-outline:before {
  content: ""; }

.ion-social-codepen:before {
  content: ""; }

.ion-social-codepen-outline:before {
  content: ""; }

.ion-social-css3:before {
  content: ""; }

.ion-social-css3-outline:before {
  content: ""; }

.ion-social-designernews:before {
  content: ""; }

.ion-social-designernews-outline:before {
  content: ""; }

.ion-social-dribbble:before {
  content: ""; }

.ion-social-dribbble-outline:before {
  content: ""; }

.ion-social-dropbox:before {
  content: ""; }

.ion-social-dropbox-outline:before {
  content: ""; }

.ion-social-euro:before {
  content: ""; }

.ion-social-euro-outline:before {
  content: ""; }

.ion-social-facebook:before {
  content: ""; }

.ion-social-facebook-outline:before {
  content: ""; }

.ion-social-foursquare:before {
  content: ""; }

.ion-social-foursquare-outline:before {
  content: ""; }

.ion-social-freebsd-devil:before {
  content: ""; }

.ion-social-github:before {
  content: ""; }

.ion-social-github-outline:before {
  content: ""; }

.ion-social-google:before {
  content: ""; }

.ion-social-google-outline:before {
  content: ""; }

.ion-social-googleplus:before {
  content: ""; }

.ion-social-googleplus-outline:before {
  content: ""; }

.ion-social-hackernews:before {
  content: ""; }

.ion-social-hackernews-outline:before {
  content: ""; }

.ion-social-html5:before {
  content: ""; }

.ion-social-html5-outline:before {
  content: ""; }

.ion-social-instagram:before {
  content: ""; }

.ion-social-instagram-outline:before {
  content: ""; }

.ion-social-javascript:before {
  content: ""; }

.ion-social-javascript-outline:before {
  content: ""; }

.ion-social-linkedin:before {
  content: ""; }

.ion-social-linkedin-outline:before {
  content: ""; }

.ion-social-markdown:before {
  content: ""; }

.ion-social-nodejs:before {
  content: ""; }

.ion-social-octocat:before {
  content: ""; }

.ion-social-pinterest:before {
  content: ""; }

.ion-social-pinterest-outline:before {
  content: ""; }

.ion-social-python:before {
  content: ""; }

.ion-social-reddit:before {
  content: ""; }

.ion-social-reddit-outline:before {
  content: ""; }

.ion-social-rss:before {
  content: ""; }

.ion-social-rss-outline:before {
  content: ""; }

.ion-social-sass:before {
  content: ""; }

.ion-social-skype:before {
  content: ""; }

.ion-social-skype-outline:before {
  content: ""; }

.ion-social-snapchat:before {
  content: ""; }

.ion-social-snapchat-outline:before {
  content: ""; }

.ion-social-tumblr:before {
  content: ""; }

.ion-social-tumblr-outline:before {
  content: ""; }

.ion-social-tux:before {
  content: ""; }

.ion-social-twitch:before {
  content: ""; }

.ion-social-twitch-outline:before {
  content: ""; }

.ion-social-twitter:before {
  content: ""; }

.ion-social-twitter-outline:before {
  content: ""; }

.ion-social-usd:before {
  content: ""; }

.ion-social-usd-outline:before {
  content: ""; }

.ion-social-vimeo:before {
  content: ""; }

.ion-social-vimeo-outline:before {
  content: ""; }

.ion-social-whatsapp:before {
  content: ""; }

.ion-social-whatsapp-outline:before {
  content: ""; }

.ion-social-windows:before {
  content: ""; }

.ion-social-windows-outline:before {
  content: ""; }

.ion-social-wordpress:before {
  content: ""; }

.ion-social-wordpress-outline:before {
  content: ""; }

.ion-social-yahoo:before {
  content: ""; }

.ion-social-yahoo-outline:before {
  content: ""; }

.ion-social-yen:before {
  content: ""; }

.ion-social-yen-outline:before {
  content: ""; }

.ion-social-youtube:before {
  content: ""; }

.ion-social-youtube-outline:before {
  content: ""; }

.ion-soup-can:before {
  content: ""; }

.ion-soup-can-outline:before {
  content: ""; }

.ion-speakerphone:before {
  content: ""; }

.ion-speedometer:before {
  content: ""; }

.ion-spoon:before {
  content: ""; }

.ion-star:before {
  content: ""; }

.ion-stats-bars:before {
  content: ""; }

.ion-steam:before {
  content: ""; }

.ion-stop:before {
  content: ""; }

.ion-thermometer:before {
  content: ""; }

.ion-thumbsdown:before {
  content: ""; }

.ion-thumbsup:before {
  content: ""; }

.ion-toggle:before {
  content: ""; }

.ion-toggle-filled:before {
  content: ""; }

.ion-transgender:before {
  content: ""; }

.ion-trash-a:before {
  content: ""; }

.ion-trash-b:before {
  content: ""; }

.ion-trophy:before {
  content: ""; }

.ion-tshirt:before {
  content: ""; }

.ion-tshirt-outline:before {
  content: ""; }

.ion-umbrella:before {
  content: ""; }

.ion-university:before {
  content: ""; }

.ion-unlocked:before {
  content: ""; }

.ion-upload:before {
  content: ""; }

.ion-usb:before {
  content: ""; }

.ion-videocamera:before {
  content: ""; }

.ion-volume-high:before {
  content: ""; }

.ion-volume-low:before {
  content: ""; }

.ion-volume-medium:before {
  content: ""; }

.ion-volume-mute:before {
  content: ""; }

.ion-wand:before {
  content: ""; }

.ion-waterdrop:before {
  content: ""; }

.ion-wifi:before {
  content: ""; }

.ion-wineglass:before {
  content: ""; }

.ion-woman:before {
  content: ""; }

.ion-wrench:before {
  content: ""; }

.ion-xbox:before {
  content: ""; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.no-paddingLR {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.noMarginRow {
  padding: 10px 15px 0 15px; }

.margin-left-right {
  margin: 0 15px; }

.padding-0 {
  padding: 0; }

.padding-25 {
  padding: 25px 0; }

.padding-25-15 {
  padding: 25px 15px; }

.padding-0-15 {
  padding: 0px 15px; }

.padding-15 {
  padding: 15px; }

.padding-10 {
  padding: 10px 0; }

.padding-top-bottom-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.padding-top-15 {
  padding-top: 8px; }

.padding-top-90 {
  padding-top: 90px; }

.padding-top-25 {
  padding-top: 25px; }

.padding-bottom-25 {
  padding-bottom: 25px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-left-right {
  padding: 0 10px; }

.margin-top-bottom {
  margin-top: 25px;
  margin-bottom: 25px; }

.margin-top {
  margin-top: 25px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-15 {
  margin: 15px; }

@media only screen and (max-width: 46rem) {
  .small-15-padding {
    padding: 0 15px; } }

.border-100 {
  display: block;
  width: 100px;
  border-bottom: solid 1px #E0E0E0;
  padding: 15px 0 0 0;
  margin: 0 0 30px 0; }
  @media only screen and (max-width: 46rem) {
    .border-100 {
      display: none; } }

img[width="0"][height="0"] {
  display: none; }

@font-face {
  font-family: 'gn_symbols';
  font-display: auto;
  src: url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/fonts/gn-symbols/gn_symbols.eot?s0kzps");
  src: url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/fonts/gn-symbols/gn_symbols.eot?s0kzps#iefix") format("embedded-opentype"), url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/fonts/gn-symbols/gn_symbols.ttf?s0kzps") format("truetype"), url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/fonts/gn-symbols/gn_symbols.woff?s0kzps") format("woff"), url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/fonts/gn-symbols/gn_symbols.svg?s0kzps#gn_symbols") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'gn_symbols';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.gn-symbol {
  font-family: 'gn_symbols'; }

.icon-rewards:before {
  content: "\e800"; }

.icon-hotdeal:before {
  content: "\e801"; }

.golfnow-care-phone, .booking-center-phone, .golfnow-care-phone, .golfnow-care-hours, .booking-center-hours, .booking-center-hours {
  text-decoration: none !important; }
  @media only screen and (max-width: 46rem) {
    .golfnow-care-phone, .booking-center-phone, .golfnow-care-phone, .golfnow-care-hours, .booking-center-hours, .booking-center-hours {
      position: relative;
      font-size: 12px; } }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a.pointerLink {
  cursor: pointer; }

.paragraph-font {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Cabin", sans-serif; }

.label-modal {
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500; }

.ion-ios-star-outline, .ion-ios-star, .ion-ios-star-half {
  color: #77BC43;
  font-size: 16px;
  font-size: 1rem; }

.uppercase {
  text-transform: uppercase; }

@media only screen and (max-width: 46rem) {
  .left-small {
    float: left; } }

@media only screen and (max-width: 46rem) {
  .right-small {
    float: right; } }

sup {
  font-size: 60%; }

form label sup {
  top: -0.1em;
  font-size: 100%;
  margin-left: 2px;
  font-weight: 800;
  color: #D0021B; }

.blue-secondary {
  background-color: #003460; }

.blue-primary {
  background-color: #0076BB; }

.blue-light {
  background-color: #B3D6EB; }

.blue-lightest {
  background-color: #f2f8fb; }

.gray-light, .gray {
  background-color: #F6F6F6; }

.gray-medium, .gray-dark {
  background-color: #9b9b9b; }

.gray-darker, .gray-darkest {
  background-color: #666666; }

.green-primary {
  background-color: #77BC43; }

.green-secondary {
  background-color: #417505; }

.orange {
  background-color: #F5A623; }

.red {
  background-color: #D0021B; }

.white {
  background-color: white; }

body.account #search-box {
  display: none; }

.anchor {
  display: block;
  visibility: hidden;
  position: relative;
  top: -60px;
  height: 0; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .anchor {
      top: -20px; } }
  @media only screen and (max-width: 46rem) {
    .anchor {
      top: -10px; } }

.color-white {
  color: white; }

.color-blue-light {
  color: #B3D6EB; }

.color-blue-primary {
  color: #0076BB; }

.color-black {
  color: black; }

.color-green-primary, .color-green {
  color: #77BC43; }

.color-green-secondary {
  color: #417505 !important; }

.color-gray-darker, .color-gray-darkest {
  color: #666666; }

.color-gray-dark {
  color: #3E3F42; }

.color-gray {
  color: #E0E0E0; }

.color-orange {
  color: #F5A623 !important; }

.hot-deal-color {
  color: #F5A623; }

.color-red, .ion-alert-circled {
  color: #D0021B; }

.color-compete-primary {
  color: #0C2D51; }

.color-golfpass {
  color: #089AD6; }

html, body {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  font-family: "Cabin", sans-serif;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important; }

p {
  font-size: 14px;
  color: #666666;
  font-family: "Cabin", sans-serif;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  color: #666666;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 10px;
  font-family: "Cabin", sans-serif;
  font-weight: 800; }

h2 {
  font-size: 21.008px;
  font-size: 1.313rem;
  font-family: "Cabin", sans-serif;
  font-weight: 800; }
  @media only screen and (max-width: 46rem) {
    h2 {
      font-size: 17px; } }

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Cabin", sans-serif;
  font-weight: 800; }

h4 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Cabin", sans-serif;
  font-weight: 800; }

h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Cabin", sans-serif;
  font-weight: 600; }

.standard-font {
  font-family: "Cabin", sans-serif; }

ul li {
  font-size: 14px;
  font-family: "Cabin", sans-serif;
  margin: 5px 0;
  padding: 0; }

a.color-gray-darker:visited {
  color: #666666; }

.border-box {
  border: #bebebe 1px solid;
  background: white;
  padding: 15px;
  margin: 0 0 20px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.vertical-center {
  display: flex !important;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  height: 130px; }

@media only screen and (max-width: 46rem) {
  .small-collapse {
    padding: 0;
    margin: 0; }
    .small-collapse .columns {
      padding: 0;
      margin: 0; } }

.large-blue-heading {
  color: #0076BB;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem; }

.sub-heading-gray-16 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #414553; }

.font-10 {
  font-size: 10px !important; }

.font-11 {
  font-size: 11px !important; }

.font-12 {
  font-size: 12px !important; }

.font-13 {
  font-size: 13px !important; }

.font-14 {
  font-size: 14px !important; }

.font-16 {
  font-size: 16px; }

.font-18 {
  font-size: 18px; }

.font-20 {
  font-size: 20px; }

.font-24 {
  font-size: 24px; }

.font-26 {
  font-size: 26px; }

.font-30 {
  font-size: 30px; }

.font-32 {
  font-size: 32px; }

.font-40 {
  font-size: 40px; }

.font-50 {
  font-size: 50px; }

.font-bold {
  font-family: "Cabin", sans-serif;
  font-weight: 800; }

.font-regular {
  font-family: "Cabin", sans-serif; }

.reset {
  margin: 0;
  padding: 0; }

:focus {
  outline: none !important; }

a {
  color: #0076BB; }
  a:hover {
    color: #0066a2; }
  a:visited {
    color: #0076BB; }

address {
  font-style: normal; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  margin-bottom: 8px;
  height: auto;
  font-size: 16px;
  padding: 12px;
  box-shadow: none; }
  input[type="text"].error, input[type="text"]:invalid, input[type="password"].error, input[type="password"]:invalid, input[type="date"].error, input[type="date"]:invalid, input[type="datetime"].error, input[type="datetime"]:invalid, input[type="datetime-local"].error, input[type="datetime-local"]:invalid, input[type="month"].error, input[type="month"]:invalid, input[type="week"].error, input[type="week"]:invalid, input[type="email"].error, input[type="email"]:invalid, input[type="number"].error, input[type="number"]:invalid, input[type="search"].error, input[type="search"]:invalid, input[type="tel"].error, input[type="tel"]:invalid, input[type="time"].error, input[type="time"]:invalid, input[type="url"].error, input[type="url"]:invalid, input[type="color"].error, input[type="color"]:invalid, textarea.error, textarea:invalid, select.error, select:invalid {
    border: solid 1px #D0021B;
    color: #D0021B;
    margin-bottom: 8px; }
  input[type="text"].valid, input[type="password"].valid, input[type="date"].valid, input[type="datetime"].valid, input[type="datetime-local"].valid, input[type="month"].valid, input[type="week"].valid, input[type="email"].valid, input[type="number"].valid, input[type="search"].valid, input[type="tel"].valid, input[type="time"].valid, input[type="url"].valid, input[type="color"].valid, textarea.valid, select.valid {
    border: solid 1px #77BC43; }
  input[type="text"].applied, input[type="password"].applied, input[type="date"].applied, input[type="datetime"].applied, input[type="datetime-local"].applied, input[type="month"].applied, input[type="week"].applied, input[type="email"].applied, input[type="number"].applied, input[type="search"].applied, input[type="tel"].applied, input[type="time"].applied, input[type="url"].applied, input[type="color"].applied, textarea.applied, select.applied {
    border: solid 1px #417505;
    background-color: lighten #417505, 13%; }
  @media only screen and (max-width: 46rem) {
    input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
      font-size: 13px;
      padding: 10px; } }

fieldset {
  background-color: #F2F2F2;
  padding: 18px; }

label {
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 5px;
  color: #3E3F42; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    label {
      font-size: 14px; } }
  @media only screen and (max-width: 46rem) {
    label {
      font-size: 14px; } }

select {
  margin-bottom: 10px !important;
  padding-right: 20px; }
  @media only screen and (max-width: 46rem) {
    select {
      height: 38px; } }

.right-border {
  border-right: solid 1px #E0E0E0; }

.top-border {
  border-top: solid 1px #E0E0E0; }

.bottom-border {
  border-bottom: solid 1px #E0E0E0; }

.margin-top {
  margin-top: 35px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

@media only screen and (max-width: 46rem) {
  .right-small-only {
    float: right; } }

.error small.error {
  background-color: transparent;
  color: #D0021B;
  padding: 0;
  margin: 0 0 5px 0;
  line-height: 12px; }

small.error {
  background-color: transparent;
  color: #D0021B;
  padding: 0;
  margin-bottom: 0;
  margin-top: -3px;
  line-height: 12px; }

input.error {
  border: solid 1px #D0021B; }

span.mandatory {
  width: 50px;
  display: block; }

.range-slider.radius .range-slider-handle {
  background: #0076BB;
  border-radius: 23px;
  height: 23px;
  width: 23px; }

a.button.btn-orange.right.geo-hotdeals {
  margin: 6px 0 0 0; }

::-webkit-input-placeholder {
  color: #666666;
  font-weight: normal; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  font-weight: normal; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: normal; }

:-ms-input-placeholder {
  font-weight: normal; }

.validation-summary-errors {
  background: #D0021B;
  padding: 15px;
  color: white;
  margin-bottom: 15px; }
  .validation-summary-errors .error {
    color: white;
    padding: 0;
    font-style: normal; }
  .validation-summary-errors ul {
    margin-bottom: 0; }

#star-svg-container {
  height: 14px;
  width: 14px; }

.ion-ios-star, .ion-ios-star-half, .ion-ios-star-outline {
  color: #77BC43; }

span.course-rating svg {
  display: inline-block;
  float: left;
  margin-top: 4px; }

span.course-rating span.review-count {
  line-height: 16px;
  display: inline-block;
  margin: 4px 5px 0 3px; }

#large-customer-welcome span.vip-blue {
  max-width: 100px;
  white-space: nowrap;
  float: left;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis; }

#large-customer-welcome .vip-badge {
  height: 19px;
  width: 80px;
  float: left;
  background-image: url("//i8p7v6z9.map2.ssl.hwcdn.net/content/images/golfpass/GP-MEMBER-Flag.svg");
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat; }

#large-customer-welcome .golfpass-plus-badge {
  height: 19px;
  width: 80px;
  float: left;
  background-image: url("//i8p7v6z9.map2.ssl.hwcdn.net/content/images/golfpass/GPplusTag.svg");
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat; }

#large-customer-welcome .golfpass-plus-vip-badge {
  height: 19px;
  width: 80px;
  float: left;
  background-image: url("//i8p7v6z9.map2.ssl.hwcdn.net/content/images/golfpass/GP+VIP.svg");
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat; }

.golfpass-plus-vip-white-badge {
  height: 20px;
  width: 150px;
  float: left;
  background-image: url("//i8p7v6z9.map2.ssl.hwcdn.net/content/images/golfpass/GOLFPASS_Plus_VIP_WHITE.svg");
  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 64.0625rem) {
    .golfpass-plus-vip-white-badge {
      height: 15px;
      width: 100px; } }

.golfpass-plus-white-badge {
  height: 20px;
  width: 150px;
  float: left;
  background-image: url("//i8p7v6z9.map2.ssl.hwcdn.net/content/images/golfpass/GOLFPASS_Plus_WHITE.svg");
  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 64.0625rem) {
    .golfpass-plus-white-badge {
      height: 15px;
      width: 100px; } }

.golfpass-white-badge {
  height: 20px;
  width: 150px;
  float: left;
  background-image: url("//i8p7v6z9.map2.ssl.hwcdn.net/content/images/golfpass/GOLFPASS_WHITE.svg");
  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 64.0625rem) {
    .golfpass-white-badge {
      height: 15px;
      width: 100px; } }

#large-customer-welcome p {
  line-height: 18px; }

@media only screen and (max-width: 46rem) {
  #large-customer-welcome {
    padding: 0;
    float: left;
    margin-top: -22px;
    font-size: 16px;
    font-family: "Cabin", sans-serif; } }

.result.featured p.new-course {
  background-color: #0076BB;
  padding: 0 12px !important;
  line-height: 1.6;
  color: white !important;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: auto;
  border-radius: 10px;
  text-align: center;
  font-size: 14px !important;
  z-index: 3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.result.featured p.golfpass-course, #featured-courses-slider p.golfpass-course, #hot-deal-homepage-tiles-slider p.golfpass-course, #featured-courses-tiles-slider p.golfpass-course, #hot-deal-courses-tiles-slider p.golfpass-course, #best-courses-tiles-slider p.golfpass-course, #nine-hole-courses-tiles-slider p.golfpass-course, #public-courses-tiles-slider p.golfpass-course, #statecoursestiles p.golfpass-course, gn-related-courses p.golfpass-course {
  margin: 0;
  position: absolute;
  padding: 0;
  bottom: 10px;
  left: 10px; }

.result.featured p.private-course, #featured-courses-slider p.private-course, #hot-deal-homepage-tiles-slider p.private-course, #featured-courses-tiles-slider p.private-course, #hot-deal-courses-tiles-slider p.private-course, #best-courses-tiles-slider p.private-course, #nine-hole-courses-tiles-slider p.private-course, #public-courses-tiles-slider p.private-course, #statecoursestiles p.private-course, gn-related-courses p.private-course, gn-private-courses-tiles p.private-course {
  background-color: black;
  padding: 0 12px !important;
  line-height: 1.6;
  color: white !important;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: auto;
  border-radius: 10px;
  text-align: center;
  font-size: 14px !important;
  z-index: 3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.result.featured p.featured-course, #featured-courses-slider p.featured-course, #hot-deal-homepage-tiles-slider p.featured-course, #featured-courses-tiles-slider p.featured-course, #hot-deal-courses-tiles-slider p.featured-course, #best-courses-tiles-slider p.featured-course, #nine-hole-courses-tiles-slider p.featured-course, #public-courses-tiles-slider p.featured-course, #statecoursestiles p.featured-course, gn-related-courses p.featured-course, #multifacility-section1-tiles-slider p.featured-course, #multifacility-section2-tiles-slider p.featured-course, #multifacility-section3-tiles-slider p.featured-course {
  background-color: #77BC43;
  padding: 0 12px !important;
  line-height: 1.6;
  color: white !important;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: auto;
  border-radius: 10px;
  text-align: center;
  font-size: 14px !important;
  z-index: 3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.result.featured p.new-course, #featured-courses-slider p.new-course, #hot-deal-homepage-tiles-slider p.new-course, #featured-courses-tiles-slider p.new-course, #hot-deal-courses-tiles-slider p.new-course, #best-courses-tiles-slider p.new-course, #nine-hole-courses-tiles-slider p.new-course, #public-courses-tiles-slider p.new-course, #statecoursestiles p.new-course, gn-related-courses p.new-course {
  background-color: #0076BB;
  padding: 0 12px !important;
  line-height: 1.6;
  color: white !important;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: auto;
  border-radius: 10px;
  text-align: center;
  font-size: 14px !important;
  z-index: 3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.result.featured {
  height: 118px;
  overflow: hidden; }

.tee-time-view span.course-rating svg {
  margin-top: 4px; }

.tee-time-view span.course-rating span.review-count {
  line-height: 16px;
  display: inline-block;
  margin: 4px 5px 0 3px; }

.featured span.course-rating svg, .tee-time-search span.course-rating svg, .course-tile-rollup-wide span.course-rating svg {
  margin-top: 5px; }

.featured span.course-rating span.review-count, .tee-time-search span.course-rating span.review-count, .course-tile-rollup-wide span.course-rating span.review-count {
  line-height: 16px;
  display: inline-block;
  margin: 5px 5px 0 3px; }

.summary-wrapper span.course-rating svg {
  margin-top: 9px; }

.summary-wrapper span.course-rating span.review-count {
  line-height: 16px;
  display: inline-block;
  margin: 9px 5px 0 3px; }

.result span.course-rating svg {
  margin-top: 5px; }

.result span.course-rating span.review-count {
  line-height: 16px;
  display: inline-block;
  margin: 5px 5px 0 3px; }

#my-account-information .course-content .course-details span.course-rating svg {
  margin-top: 5px; }

#my-account-information .course-content .course-details span.course-rating span.review-count {
  line-height: 16px;
  display: inline-block;
  margin: 5px 5px 0 3px; }

table {
  width: 100%;
  padding: 0;
  margin: 0; }
  table thead {
    background-color: #0076BB;
    color: #FFF; }
    table thead tr th {
      color: #FFF;
      font-size: 20px;
      font-size: 1.25rem;
      text-align: center;
      text-transform: uppercase;
      padding: 15px 0; }
      @media only screen and (max-width: 46rem) {
        table thead tr th {
          font-size: 16px;
          font-size: 1rem; } }
  table tbody tr td {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 15px 25px; }
    @media only screen and (max-width: 46rem) {
      table tbody tr td {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 15px 5px; } }
    table tbody tr td em {
      font-style: normal;
      font-weight: 500; }

#map-pin-title {
  font-weight: bold; }

input[type='checkbox'] {
  float: none; }

#passwordThrobber, .giftCardThrobber {
  display: none; }

#throbber-container, #redeem-throbber-container {
  display: none;
  text-align: center;
  padding-top: 10px; }

.ion-information-circled {
  color: #666666;
  text-decoration: none;
  float: none !important; }
  @media only screen and (max-width: 46rem) {
    .ion-information-circled {
      padding: 2em;
      margin: -2em;
      z-index: 5; } }

.collapse-fix {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important; }

.margin-fix {
  margin-left: 0.9375rem !important;
  margin-right: 0.9375rem !important; }

#loading {
  display: none; }
  #loading p {
    font-family: inherit;
    margin-bottom: 5px; }
    @media only screen and (min-width: 46.0625rem) {
      #loading p {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media only screen and (max-width: 46rem) {
      #loading p {
        font-size: 14px;
        font-size: 0.875rem; } }

#nextPageThrobber {
  padding: 5px;
  border: 1px solid #b4b4b4;
  background-color: #ffffff;
  display: none; }
  #nextPageThrobber p {
    font-family: inherit; }
    @media only screen and (min-width: 46.0625rem) {
      #nextPageThrobber p {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media only screen and (max-width: 46rem) {
      #nextPageThrobber p {
        font-size: 14px;
        font-size: 0.875rem; } }

a.color-white:hover {
  color: white; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus,
button.disabled, button[disabled], button:active, .button.disabled, .button[disabled], button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background: #C5C5C5 !important;
  border-color: #C5C5C5;
  color: white; }
  button.disabled:hover span.dueonline, button.disabled:focus span.dueonline, button[disabled]:hover span.dueonline, button[disabled]:focus span.dueonline, .button.disabled:hover span.dueonline, .button.disabled:focus span.dueonline, .button[disabled]:hover span.dueonline, .button[disabled]:focus span.dueonline,
  button.disabled span.dueonline, button[disabled] span.dueonline, button:active span.dueonline, .button.disabled span.dueonline, .button[disabled] span.dueonline, button.disabled.success span.dueonline, button[disabled].success span.dueonline, .button.disabled.success span.dueonline, .button[disabled].success span.dueonline {
    background-color: #666666; }

.button {
  font-size: 16px;
  font-size: 1rem;
  padding: 13px 30px;
  margin: 25px 0;
  font-family: "Cabin", sans-serif;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .button {
      font-size: 14px;
      font-size: 0.875rem; } }
  .button:active {
    border: none !important; }
  .button:focus {
    outline: none !important;
    border: none; }
  .button:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }

.btn-green, .btn-green:focus {
  background-color: #77BC43;
  overflow: hidden;
  position: relative;
  border: none !important; }
  .btn-green:hover, .btn-green:focus:hover {
    background-color: #85c356; }
  .btn-green:visited, .btn-green:focus:visited {
    background-color: #77BC43;
    color: white; }
  .btn-green::after, .btn-green:focus::after {
    outline: 0 none -webkit-focus-ring-color !important; }

.button-checkout-deal, .button-checkout-deal:focus {
  background: #F5A623;
  overflow: hidden;
  position: relative;
  font-weight: 700;
  color: white !important; }
  .button-checkout-deal:hover, .button-checkout-deal:focus:hover {
    background: #F5A623; }
  .button-checkout-deal:visited, .button-checkout-deal:focus:visited {
    background: #F5A623;
    color: white; }
  .button-checkout-deal span, .button-checkout-deal:focus span {
    background-color: #c37d09; }
  .button-checkout-deal #gn-animation-gray, .button-checkout-deal:focus #gn-animation-gray {
    width: 30px;
    margin-right: 10px; }
    @media only screen and (max-width: 46rem) {
      .button-checkout-deal #gn-animation-gray, .button-checkout-deal:focus #gn-animation-gray {
        width: 26px;
        margin-right: 0;
        float: left;
        position: relative;
        top: 2px;
        left: 10px; } }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .button-checkout-deal #gn-animation-gray, .button-checkout-deal:focus #gn-animation-gray {
        width: 26px; } }
  @media only screen and (max-width: 46rem) {
    .button-checkout-deal, .button-checkout-deal:focus {
      padding-left: 0;
      padding-right: 0; } }

.button-checkout, .button-checkout:focus {
  background: #77BC43;
  overflow: hidden;
  position: relative; }
  .button-checkout:hover, .button-checkout:focus:hover {
    background-color: #85c356; }
  .button-checkout:visited, .button-checkout:focus:visited {
    background-color: #77BC43;
    color: white; }
  .button-checkout span.dueonline, .button-checkout:focus span.dueonline {
    background-color: #417505; }
  .button-checkout #gn-animation-gray, .button-checkout:focus #gn-animation-gray {
    width: 30px;
    margin-right: 10px; }
    @media only screen and (max-width: 46rem) {
      .button-checkout #gn-animation-gray, .button-checkout:focus #gn-animation-gray {
        width: 24px;
        margin-right: 0;
        float: left;
        position: relative;
        top: 2px;
        left: 10px; } }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .button-checkout #gn-animation-gray, .button-checkout:focus #gn-animation-gray {
        width: 24px; } }
  @media only screen and (max-width: 46rem) {
    .button-checkout, .button-checkout:focus {
      padding-left: 0;
      padding-right: 0; } }

.btn-golfpass, .btn-golfpass:focus {
  background-color: #f1702f !important;
  overflow: hidden;
  position: relative; }
  .btn-golfpass:hover, .btn-golfpass:focus:hover {
    background-color: #f38047; }
  .btn-golfpass:visited, .btn-golfpass:focus:visited {
    background-color: #089AD6;
    color: white; }

.btn-gray-dark {
  background-color: #3E3F42;
  color: white; }
  .btn-gray-dark:hover {
    background-color: #4a4c4f; }
  .btn-gray-dark:visited {
    background-color: #3E3F42;
    color: white; }

.btn-gray-light {
  background-color: #F2F2F2;
  color: #3E3F42; }
  .btn-gray-light:hover {
    background-color: white; }
  .btn-gray-light:visited {
    background-color: #F2F2F2;
    color: #3E3F42; }

.no-button {
  background: transparent;
  color: #3E3F42;
  border: none;
  padding: 0 10px;
  margin: 0;
  font-size: 14px;
  display: inline-flex;
  align-items: center; }
  .no-button:hover, .no-button:active {
    background: transparent;
    color: #3E3F42;
    transform: translateY(-1px); }

.btn-blue, btn-blue:focus {
  background-color: #0076BB; }
  .btn-blue:visited, btn-blue:focus:visited {
    background-color: #0076BB; }
  .btn-blue:hover, .btn-blue:active, btn-blue:focus:hover, btn-blue:focus:active {
    background-color: #0086d5; }
  .btn-blue:visited, btn-blue:focus:visited {
    color: white; }

.btn-red, btn-blue:focus {
  background-color: #D0021B; }
  .btn-red:visited, btn-blue:focus:visited {
    background-color: #D0021B; }
  .btn-red:hover, .btn-red:active, btn-blue:focus:hover, btn-blue:focus:active {
    background-color: #e9021e; }

.btn-gray-light, btn-blue:focus {
  background: #FAFAFA;
  border: solid 1px #E0E0E0; }
  .btn-gray-light:hover, btn-blue:focus:hover {
    background-color: white; }

.btn-gray {
  background: #666666;
  color: white; }

.btn-red-o, btn-blue:focus {
  border: none;
  color: #D0021B;
  background-color: transparent; }
  .btn-red-o:visited, btn-blue:focus:visited {
    border: none;
    color: #D0021B;
    background-color: transparent; }
  .btn-red-o:hover, .btn-red-o:active, btn-blue:focus:hover, btn-blue:focus:active {
    background-color: transparent;
    color: #D0021B; }

.btn-gray-o, btn-blue:focus {
  border: none;
  color: #0076BB;
  background-color: transparent; }
  .btn-gray-o:visited, btn-blue:focus:visited {
    border: 1px solid #666666;
    color: #666666;
    background-color: transparent; }
  .btn-gray-o:hover, .btn-gray-o:active, btn-blue:focus:hover, btn-blue:focus:active {
    background-color: transparent;
    color: #666666; }

.btn-white-o, btn-blue:focus {
  border: solid 1px white;
  color: white;
  background-color: transparent; }
  .btn-white-o:visited, btn-blue:focus:visited {
    border: 1px solid white;
    color: white;
    background-color: transparent; }
  .btn-white-o:hover, .btn-white-o:active, btn-blue:focus:hover, btn-blue:focus:active {
    background-color: transparent;
    color: white; }

.button.btn-blue-o.invite-button {
  border: solid 1px #0076BB;
  color: #0076BB;
  background-color: transparent; }

.btn-blue-o, btn-blue-o:focus, btn-blue-o:active {
  border: solid 1px #0076BB;
  color: #0076BB;
  background-color: transparent; }
  .btn-blue-o:visited, btn-blue-o:focus:visited, btn-blue-o:active:visited {
    border: 1px solid #0076BB;
    color: #0076BB;
    background-color: transparent; }
  .btn-blue-o:hover, .btn-blue-o:active, btn-blue-o:focus:hover, btn-blue-o:focus:active, btn-blue-o:active:hover, btn-blue-o:active:active {
    background-color: transparent;
    color: #0076BB;
    border: 1px solid #0076BB; }

.btn-green-o, btn-blue:focus {
  border: solid 1px #77BC43;
  color: #77BC43;
  background-color: transparent; }
  .btn-green-o:visited, btn-blue:focus:visited {
    border: 1px solid #77BC43;
    color: #77BC43;
    background-color: transparent; }
  .btn-green-o:hover, .btn-green-o:active, btn-blue:focus:hover, btn-blue:focus:active {
    background-color: transparent;
    color: #77BC43;
    border: 1px solid #77BC43; }

.btn-orange, btn-blue:focus {
  background-color: #F5A623;
  border: 1px solid #f39c0b;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  width: auto;
  padding: 10px 20px; }
  .btn-orange:hover, btn-blue:focus:hover {
    background-color: #f6b03b; }
  .btn-orange:visited, .btn-orange:focus, btn-blue:focus:visited, btn-blue:focus:focus {
    color: white;
    background-color: #F5A623; }

.gn-button input[type=radio] {
  display: none; }

button#btn-golf-instructor-radius {
  color: #666666;
  padding: 12px 10px;
  border: solid 1px #666666;
  margin-left: 15px;
  background: transparent;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */ }
  button#btn-golf-instructor-radius:after {
    border: none; }
  @media only screen and (max-width: 46rem) {
    button#btn-golf-instructor-radius {
      margin: 0px; } }

#destination-tiles img {
  width: 100%; }

header#main-header {
  background: white; }
  header#main-header .top-call-us {
    margin: 0;
    padding-left: 0; }
    header#main-header .top-call-us a {
      font-weight: bold;
      font-size: 12px;
      line-height: 16px; }
    header#main-header .top-call-us p {
      margin-bottom: 0px;
      font-size: 12px; }
  header#main-header .logo-image {
    background: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/gn-logo.svg?v=333041751);
    background-repeat: no-repeat;
    margin: 7px 0;
    width: 100px;
    height: 20px;
    display: inline-block; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      header#main-header .logo-image {
        margin: 7px 0 0 15px; } }
    @media only screen and (max-width: 46rem) {
      header#main-header .logo-image {
        background: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/gn-logo-small.png?v=333041751);
        margin: 5px 10px;
        width: 46px;
        height: 26px; } }

.logo-account-large {
  margin-bottom: 0 !important; }
  .logo-account-large .login-text-placement h4 span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 46.0625rem) {
      .logo-account-large .login-text-placement h4 span {
        margin-right: 0; } }

.badge1 {
  position: relative;
  z-index: 500; }

.badge1[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 10px;
  font-size: 0.625rem;
  background: #D0021B;
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%; }

.right-off-canvas-toggle.badge1[data-badge]:after {
  top: -4px; }

.right-off-canvas-menu .badge1[data-badge]:after {
  content: attr(data-badge);
  top: 15px;
  right: 15px; }

.bookingflow-header {
  margin-bottom: 35px; }
  .bookingflow-header h4 {
    padding: 0;
    margin: 0; }
  .bookingflow-header img {
    margin-top: 7px; }
  @media only screen and (max-width: 46rem) {
    .bookingflow-header {
      margin-bottom: 0; } }
  .bookingflow-header .wrapper-bookingflow-header {
    padding: 25px 0; }
    @media only screen and (max-width: 46rem) {
      .bookingflow-header .wrapper-bookingflow-header {
        padding: 10px 0; } }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .bookingflow-header .wrapper-bookingflow-header p {
        font-size: 13px;
        font-size: 0.8125rem; } }

header p a {
  color: white; }

header #logo {
  padding: 35px 0; }

.leftSide {
  border-radius: 4px 0 0 4px; }

.rightSide {
  border-radius: 0 4px 4px 0; }

.rating-poll {
  border: 1px solid #E0E0E0;
  padding: 15px 10px;
  margin: 25px 0; }
  .rating-poll .rating-scale .button {
    padding: 15px 18px;
    background-color: white;
    color: #0076BB;
    font-size: 16px;
    font-size: 1rem; }
  .rating-poll .rating-scale .button-group.radius > * > button, .rating-poll .rating-scale .button-group.radius > * .button {
    border-color: #E0E0E0; }

.clear {
  clear: both; }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  #quick-links {
    margin-top: 30px;
    clear: both; } }

@media only screen and (max-width: 46rem) {
  #quick-links div {
    margin-bottom: 35px; } }

#quick-links h4 {
  font-size: 32px;
  font-family: "Cabin", sans-serif;
  font-weight: 800;
  margin: 0;
  padding: 0;
  line-height: 32px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #quick-links h4 {
      font-size: 21px; } }

#quick-links p {
  margin: 10px 0 0 0;
  padding: 0 35px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Cabin", sans-serif;
  font-weight: 500; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #quick-links p {
      margin: 0;
      padding: 0;
      font-size: 13px; } }
  #quick-links p a.color-orange:hover {
    color: #F5A623; }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  #quick-links .golfpass img {
    height: 20px !important;
    margin: 5px 0 !important; } }

#quick-links .hot-deals {
  color: #F5A623; }
  #quick-links .hot-deals h4 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0; }
  #quick-links .hot-deals img {
    margin-top: -8px;
    margin-right: 5px; }

#quick-links .rewards {
  color: #0076BB; }

#quick-links .help {
  color: #77BC43; }

.show-text {
  display: block !important; }

#browser-upgrade img {
  margin: 25px 0 0 0; }

#browser-upgrade h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 25px; }

.search-input-row {
  background: rbga(51, 51, 51, 0.8); }
  @media only screen and (min-width: 46.0625rem) {
    .search-input-row {
      padding-top: 10px; } }

.checkout-account-login {
  margin-top: 7px; }
  .checkout-account-login h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700; }
    .checkout-account-login h4 span {
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 300; }
    .checkout-account-login h4 a, .checkout-account-login h4 a:link, .checkout-account-login h4 a:visited, .checkout-account-login h4 a:hover {
      color: white !important; }

@media only screen and (min-width: 46.0625rem) {
  .logo-account-large .f-open-dropdown {
    left: -5% !important; } }

.logo-account-large .f-dropdown.open::before {
  left: 50% !important; }
  @media only screen and (min-width: 46.0625rem) {
    .logo-account-large .f-dropdown.open::before {
      left: 90% !important; } }

.logo-account-large .f-dropdown.open::after {
  left: 50% !important; }
  @media only screen and (min-width: 46.0625rem) {
    .logo-account-large .f-dropdown.open::after {
      left: 90% !important; } }

.visa {
  background: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/visa.svg?v=333041751) no-repeat top left;
  background-size: 35px 21px;
  float: left;
  width: 50px !important;
  height: 21px;
  margin-top: 3px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .visa {
      margin-top: -2px; } }

.mastercard {
  background: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/mastercard.svg?v=333041751) no-repeat top left;
  background-size: 35px 21px;
  float: left;
  width: 50px;
  height: 21px;
  margin-top: 3px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .mastercard {
      margin-top: -2px; } }

.amex {
  background: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/amex.svg?v=333041751) no-repeat top left;
  background-size: 35px 21px;
  float: left;
  width: 50px;
  height: 21px;
  margin-top: 3px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .amex {
      margin-top: -2px; } }

.discover {
  background: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/discover.svg?v=333041751) no-repeat top left;
  background-size: 35px 21px;
  float: left;
  width: 50px;
  height: 21px;
  margin-top: 3px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .discover {
      margin-top: -2px; } }

.giftcard {
  background: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/giftcard.svg?v=333041751) no-repeat top left;
  background-size: 35px 21px;
  float: left;
  width: 50px;
  height: 21px;
  margin-top: 3px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .giftcard {
      margin-top: -2px; } }

.hero-image {
  height: 415px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media only screen and (min-width: 64.0625rem) {
    .hero-image.about-us {
      background-position: top, center;
      height: 415px !important; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .hero-image {
      height: 300px; } }
  @media only screen and (max-width: 46rem) {
    .hero-image {
      height: 230px; } }

#AboutUs {
  margin-bottom: 150px; }

#no-location {
  margin-top: 25px;
  margin-bottom: 25px; }
  @media only screen and (max-width: 46rem) {
    #no-location {
      margin-top: 15px;
      margin-bottom: 15px; } }
  #no-location div {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    border: #666666 solid 1px; }
    #no-location div p {
      font-size: 16px;
      font-size: 1rem;
      padding-top: 15px;
      padding-bottom: 15px;
      color: #666666;
      margin: 0; }
      @media only screen and (max-width: 46rem) {
        #no-location div p {
          font-size: 13px;
          font-size: 0.8125rem;
          padding-top: 10px;
          padding-bottom: 10px; } }
      #no-location div p a {
        color: #666666;
        text-decoration: underline; }

.redirection-page {
  margin-top: 35px;
  margin-bottom: 35px; }
  .redirection-page ul li {
    list-style: none;
    font-weight: normal; }

.affiliate-form #ffEmbedFrame {
  width: 800px !important;
  height: 1500px; }

#affiliate-program h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #666666;
  font-weight: 500;
  margin-top: 25px; }
  @media only screen and (max-width: 46rem) {
    #affiliate-program h2 {
      font-size: 16px;
      font-size: 1rem; } }

#affiliate-program h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  font-weight: 500; }
  @media only screen and (max-width: 46rem) {
    #affiliate-program h3 {
      font-size: 16px;
      font-size: 1rem; } }

#affiliate-program form#form1 {
  width: 50%; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #affiliate-program form#form1 {
      width: 100%; } }
  @media only screen and (max-width: 46rem) {
    #affiliate-program form#form1 {
      width: 100%; } }
  #affiliate-program form#form1 #sectionLabel0 {
    display: none; }
  #affiliate-program form#form1 .ff-col-2, #affiliate-program form#form1 .ff-col-1 {
    max-width: 100%;
    width: 100%; }
  #affiliate-program form#form1 input {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    width: 100%;
    padding: 8px; }
  #affiliate-program form#form1 label {
    display: inline-block !important;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 3px;
    color: #666; }
    #affiliate-program form#form1 label.ff-footnote-label {
      float: left;
      font-size: 10px;
      font-size: 0.625rem;
      font-style: italic; }
  #affiliate-program form#form1 .ff-section-header {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Cabin", sans-serif;
    color: #666666; }
    #affiliate-program form#form1 .ff-section-header b {
      font-size: 21.008px;
      font-size: 1.313rem;
      text-transform: initial !important;
      font-family: "Cabin", sans-serif; }
  #affiliate-program form#form1 .ff-radio-li {
    clear: both; }
    #affiliate-program form#form1 .ff-radio-li label {
      margin-top: -5px !important; }
  #affiliate-program form#form1 .ff-required-mark {
    margin-right: 10px; }
  #affiliate-program form#form1 .ff-btn-submit {
    font-family: "Cabin", sans-serif;
    color: white;
    margin-top: 15px;
    font-size: 20px;
    font-size: 1.25rem;
    background-color: #77bc43;
    border: 1px solid #6ba93c; }

#AboutUs p, #TermsOfUse p, #ComplaintsPolicy p {
  font-size: 16px;
  font-size: 1rem; }

.login-form {
  min-height: 500px; }
  .login-form p {
    font-family: "Cabin", sans-serif; }
  .login-form h2 {
    font-weight: bold; }
  .login-form label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 26px; }
  .login-form a h2:hover {
    color: #003460; }
  .login-form li {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal; }

#ResetPasswordForm {
  min-height: 500px; }

.mulligan p {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal; }
  @media only screen and (max-width: 46rem) {
    .mulligan p {
      font-size: 13.2px;
      font-size: 0.825rem; } }

.mulligan h2 {
  font-weight: bold; }
  @media only screen and (max-width: 46rem) {
    .mulligan h2 {
      font-size: 16px;
      font-size: 1rem; } }

.mulligan ul {
  margin-left: 50px; }
  .mulligan ul li {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    list-style: disc;
    display: list-item;
    float: none;
    min-height: 0; }
    .mulligan ul li.hide {
      display: none; }

.mulligan center #checkNextDay, .mulligan center #view-all-nearby-tee-times, .mulligan center #white-label-book-now {
  display: inline-block; }
  @media only screen and (max-width: 46rem) {
    .mulligan center #checkNextDay a, .mulligan center #view-all-nearby-tee-times a, .mulligan center #white-label-book-now a {
      margin: 0; } }

.mulligan center #view-all-nearby-tee-times {
  margin: 0 10px; }

.gm-iv-address {
  padding: 5px 10px 14px 10px !important; }

.gm-iv-address-link a {
  bottom: 2px !important; }

.gm-iv-horizontal-separator, .gm-iv-vertical-separator {
  background: none !important; }

#wisepop-content span, #wisepop-content p {
  font-family: "Cabin", sans-serif !important; }

#wisepop-content a {
  font-family: "Cabin", sans-serif !important;
  color: #0076BB; }

a.wisepop-building-block-action {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  font-family: "Cabin", sans-serif !important;
  font-weight: 500;
  padding: 13px 30px !important; }

@media only screen and (max-width: 46rem) {
  .currency-code.color-blue-primary {
    font-size: 10px; } }

.ad-container {
  overflow: hidden; }

img.marketing-pixel {
  display: none; }

#unsubscribe iframe {
  width: 100%;
  height: 400px;
  border: 0; }
  @media only screen and (max-width: 46rem) {
    #unsubscribe iframe {
      height: 750px; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #unsubscribe iframe {
      height: 450px; } }

#unsubscribe h2.error-heading {
  margin-top: 25px; }

header.callcenter, div.callcenter {
  border: 2px solid orange;
  background-color: rgba(255, 165, 0, 0.5); }

meta.gn-mq-medium-only-landscape {
  font-family: "/only screen and (min-width:46.0625rem) and (max-width:64rem) and (orientation: landscape)/";
  width: 46.0625rem; }

meta.gn-mq-retina {
  font-family: '/"only screen and (-webkit-min-device-pixel-ratio: 2)", "only screen and (min--moz-device-pixel-ratio: 2)", "only screen and (-o-min-device-pixel-ratio: 2/1)", "only screen and (min-device-pixel-ratio: 2)", "only screen and (min-resolution: 192dpi)", "only screen and (min-resolution: 2dppx)"/'; }

/* Date Picker Control Overrides */
@media only screen and (min-width: 64.0625rem) {
  div.picker {
    position: fixed; } }

div.picker button {
  color: inherit; }

div.picker table {
  border: 0; }
  div.picker table thead {
    background: inherit; }
  div.picker table tr {
    background: inherit; }
    div.picker table tr td {
      font-size: inherit;
      text-align: inherit;
      line-height: inherit; }

@media only screen and (min-width: 64.0625rem) {
  .picker--opened .picker__frame {
    bottom: 15%; } }

/* END Date Picker Control Overrides */
.client-response-block {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  border: solid 1px #BEBEBE;
  background-color: #f4f4f4;
  padding: 0 15px;
  margin: 15px 0 0 0; }
  .client-response-block .client-response-header p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold !important;
    padding: 15px 0 0 0 !important; }
  .client-response-block .client-response p {
    font-size: 14px;
    font-size: 0.875rem; }

/* Dashed Unordered List Styles */
ul.dashed-list {
  margin: 0 0 1.25rem 0; }
  ul.dashed-list li {
    list-style: none;
    text-indent: -24px;
    padding-left: 24px; }
    ul.dashed-list li:before {
      content: "\2014\a0";
      margin-right: 10px; }

@media only screen {
  #mobile-app .margin-top {
    margin: 0; } }

#mobile-app .devices {
  margin: 0; }

/* Generic hide/show of VIP-only content */
.vip-only {
  display: none; }

body.vip a.vip-only {
  display: inline; }

body.vip ul.vip-only,
body.vip p.vip-only {
  display: block !important; }

body.customer-support span.golfnow-care-hours, body.customer-support span.booking-center-hours {
  float: none !important;
  margin: 0 !important; }

#quick-links span.golfnow-care-hours, #quick-links span.booking-center-hours, #quick-links a.help.booking-center-phone, #quick-links a#customerSupportPhone, footer span.golfnow-care-hours, footer span.booking-center-hours, footer a.help.booking-center-phone, footer a#customerSupportPhone {
  float: none !important;
  margin: 0 !important;
  font-size: 14px; }

#SearchFiltersJustUno {
  width: 100%;
  height: 400px; }

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */ }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 40%;
  height: 32px;
  background-image: none;
  cursor: pointer;
  position: absolute;
  z-index: 45;
  opacity: 0.8;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  height: 20px;
  width: 17px;
  left: 0px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .lSAction > .lSPrev {
      left: 3px; } }
  @media only screen and (max-width: 46rem) {
    .lSAction > .lSPrev {
      left: -5px; } }

.lSAction > .lSNext {
  right: 25px;
  height: 20px;
  width: 17px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .lSAction > .lSNext {
      right: 0px; } }
  @media only screen and (max-width: 46rem) {
    .lSAction > .lSNext {
      right: 15px; } }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

@media only screen and (max-width: 46rem) {
  body.featured-courses #featured-courses, body.featured-courses .tile-courses {
    height: auto !important; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  body.featured-courses #featured-courses, body.featured-courses .tile-courses {
    height: auto !important; } }

#featured-courses .favorite-tile-image-container, #spotlight-articles .favorite-tile-image-container, .tile-courses .favorite-tile-image-container, #visited-courses .favorite-tile-image-container, #featured-courses-tiles .favorite-tile-image-container, .state-courses-tiles .favorite-tile-image-container, .reviews-courses-tiles .favorite-tile-image-container {
  max-width: 300px;
  width: 273px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #featured-courses .favorite-tile-image-container, #spotlight-articles .favorite-tile-image-container, .tile-courses .favorite-tile-image-container, #visited-courses .favorite-tile-image-container, #featured-courses-tiles .favorite-tile-image-container, .state-courses-tiles .favorite-tile-image-container, .reviews-courses-tiles .favorite-tile-image-container {
      width: auto !important; } }
  @media only screen and (max-width: 46rem) {
    #featured-courses .favorite-tile-image-container, #spotlight-articles .favorite-tile-image-container, .tile-courses .favorite-tile-image-container, #visited-courses .favorite-tile-image-container, #featured-courses-tiles .favorite-tile-image-container, .state-courses-tiles .favorite-tile-image-container, .reviews-courses-tiles .favorite-tile-image-container {
      width: auto !important; } }

ul#related-courses.content-slider {
  height: 280px !important; }
  @media only screen and (max-width: 46rem) {
    ul#related-courses.content-slider {
      height: auto !important; } }
  @media only screen and (max-width: 46rem) {
    ul#related-courses.content-slider li {
      height: 280px; } }

#featured-courses, #spotlight-articles, #best-courses, .tile-courses, #related-courses, #favorite-courses, #featured-courses-tiles, .state-courses-tiles, .reviews-courses-tiles, #visited-courses, #book-again {
  margin: 0; }
  @media only screen and (max-width: 46rem) {
    #featured-courses, #spotlight-articles, #best-courses, .tile-courses, #related-courses, #favorite-courses, #featured-courses-tiles, .state-courses-tiles, .reviews-courses-tiles, #visited-courses, #book-again {
      height: auto !important; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #featured-courses, #spotlight-articles, #best-courses, .tile-courses, #related-courses, #favorite-courses, #featured-courses-tiles, .state-courses-tiles, .reviews-courses-tiles, #visited-courses, #book-again {
      height: auto !important; } }
  #featured-courses p.golfpass-course, #spotlight-articles p.golfpass-course, #best-courses p.golfpass-course, .tile-courses p.golfpass-course, #related-courses p.golfpass-course, #favorite-courses p.golfpass-course, #featured-courses-tiles p.golfpass-course, .state-courses-tiles p.golfpass-course, .reviews-courses-tiles p.golfpass-course, #visited-courses p.golfpass-course, #book-again p.golfpass-course {
    position: absolute;
    bottom: 10px;
    right: 5px; }
  #featured-courses p.private-course, #spotlight-articles p.private-course, #best-courses p.private-course, .tile-courses p.private-course, #related-courses p.private-course, #favorite-courses p.private-course, #featured-courses-tiles p.private-course, .state-courses-tiles p.private-course, .reviews-courses-tiles p.private-course, #visited-courses p.private-course, #book-again p.private-course {
    background-color: black;
    padding: 0 12px !important;
    line-height: 1.6;
    color: white !important;
    margin: 0;
    position: absolute;
    bottom: 15px;
    left: 10px;
    width: auto;
    border-radius: 10px;
    text-align: center;
    font-size: 14px !important;
    z-index: 3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  #featured-courses p.featured-course, #spotlight-articles p.featured-course, #best-courses p.featured-course, .tile-courses p.featured-course, #related-courses p.featured-course, #favorite-courses p.featured-course, #featured-courses-tiles p.featured-course, .state-courses-tiles p.featured-course, .reviews-courses-tiles p.featured-course, #visited-courses p.featured-course, #book-again p.featured-course {
    background-color: #77BC43;
    padding: 0 12px !important;
    line-height: 1.6;
    color: white !important;
    margin: 0;
    position: absolute;
    bottom: 15px;
    left: 10px;
    width: auto;
    border-radius: 10px;
    text-align: center;
    font-size: 14px !important;
    z-index: 3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  #featured-courses p.new-course, #spotlight-articles p.new-course, #best-courses p.new-course, .tile-courses p.new-course, #related-courses p.new-course, #favorite-courses p.new-course, #featured-courses-tiles p.new-course, .state-courses-tiles p.new-course, .reviews-courses-tiles p.new-course, #visited-courses p.new-course, #book-again p.new-course {
    background-color: #0076BB;
    padding: 0 12px !important;
    line-height: 1.6;
    color: white !important;
    margin: 0;
    position: absolute;
    bottom: 15px;
    left: 10px;
    width: auto;
    border-radius: 10px;
    text-align: center;
    font-size: 14px !important;
    z-index: 3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  #featured-courses li, #featured-courses .favorite-tile, #spotlight-articles li, #spotlight-articles .favorite-tile, #best-courses li, #best-courses .favorite-tile, .tile-courses li, .tile-courses .favorite-tile, #related-courses li, #related-courses .favorite-tile, #favorite-courses li, #favorite-courses .favorite-tile, #featured-courses-tiles li, #featured-courses-tiles .favorite-tile, .state-courses-tiles li, .state-courses-tiles .favorite-tile, .reviews-courses-tiles li, .reviews-courses-tiles .favorite-tile, #visited-courses li, #visited-courses .favorite-tile, #book-again li, #book-again .favorite-tile {
    max-width: 300px;
    list-style: none;
    margin-right: 10px;
    height: auto;
    float: left;
    border: solid 1px #E0E0E0;
    background: white;
    min-height: 250px;
    border-radius: 4px; }
    #featured-courses li.tile-private-clubs, #featured-courses .favorite-tile.tile-private-clubs, #spotlight-articles li.tile-private-clubs, #spotlight-articles .favorite-tile.tile-private-clubs, #best-courses li.tile-private-clubs, #best-courses .favorite-tile.tile-private-clubs, .tile-courses li.tile-private-clubs, .tile-courses .favorite-tile.tile-private-clubs, #related-courses li.tile-private-clubs, #related-courses .favorite-tile.tile-private-clubs, #favorite-courses li.tile-private-clubs, #favorite-courses .favorite-tile.tile-private-clubs, #featured-courses-tiles li.tile-private-clubs, #featured-courses-tiles .favorite-tile.tile-private-clubs, .state-courses-tiles li.tile-private-clubs, .state-courses-tiles .favorite-tile.tile-private-clubs, .reviews-courses-tiles li.tile-private-clubs, .reviews-courses-tiles .favorite-tile.tile-private-clubs, #visited-courses li.tile-private-clubs, #visited-courses .favorite-tile.tile-private-clubs, #book-again li.tile-private-clubs, #book-again .favorite-tile.tile-private-clubs {
      display: inline-block; }
    #featured-courses li#checkNextDay, #featured-courses .favorite-tile#checkNextDay, #spotlight-articles li#checkNextDay, #spotlight-articles .favorite-tile#checkNextDay, #best-courses li#checkNextDay, #best-courses .favorite-tile#checkNextDay, .tile-courses li#checkNextDay, .tile-courses .favorite-tile#checkNextDay, #related-courses li#checkNextDay, #related-courses .favorite-tile#checkNextDay, #favorite-courses li#checkNextDay, #favorite-courses .favorite-tile#checkNextDay, #featured-courses-tiles li#checkNextDay, #featured-courses-tiles .favorite-tile#checkNextDay, .state-courses-tiles li#checkNextDay, .state-courses-tiles .favorite-tile#checkNextDay, .reviews-courses-tiles li#checkNextDay, .reviews-courses-tiles .favorite-tile#checkNextDay, #visited-courses li#checkNextDay, #visited-courses .favorite-tile#checkNextDay, #book-again li#checkNextDay, #book-again .favorite-tile#checkNextDay {
      min-height: initial; }
    #featured-courses li.perks, #featured-courses .favorite-tile.perks, #spotlight-articles li.perks, #spotlight-articles .favorite-tile.perks, #best-courses li.perks, #best-courses .favorite-tile.perks, .tile-courses li.perks, .tile-courses .favorite-tile.perks, #related-courses li.perks, #related-courses .favorite-tile.perks, #favorite-courses li.perks, #favorite-courses .favorite-tile.perks, #featured-courses-tiles li.perks, #featured-courses-tiles .favorite-tile.perks, .state-courses-tiles li.perks, .state-courses-tiles .favorite-tile.perks, .reviews-courses-tiles li.perks, .reviews-courses-tiles .favorite-tile.perks, #visited-courses li.perks, #visited-courses .favorite-tile.perks, #book-again li.perks, #book-again .favorite-tile.perks {
      max-width: none;
      width: 32%;
      list-style: none;
      margin: 10px 5px;
      padding-bottom: 15px;
      height: 205px;
      min-height: auto; }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        #featured-courses li.perks, #featured-courses .favorite-tile.perks, #spotlight-articles li.perks, #spotlight-articles .favorite-tile.perks, #best-courses li.perks, #best-courses .favorite-tile.perks, .tile-courses li.perks, .tile-courses .favorite-tile.perks, #related-courses li.perks, #related-courses .favorite-tile.perks, #favorite-courses li.perks, #favorite-courses .favorite-tile.perks, #featured-courses-tiles li.perks, #featured-courses-tiles .favorite-tile.perks, .state-courses-tiles li.perks, .state-courses-tiles .favorite-tile.perks, .reviews-courses-tiles li.perks, .reviews-courses-tiles .favorite-tile.perks, #visited-courses li.perks, #visited-courses .favorite-tile.perks, #book-again li.perks, #book-again .favorite-tile.perks {
          width: 47%; } }
      @media only screen and (max-width: 46rem) {
        #featured-courses li.perks, #featured-courses .favorite-tile.perks, #spotlight-articles li.perks, #spotlight-articles .favorite-tile.perks, #best-courses li.perks, #best-courses .favorite-tile.perks, .tile-courses li.perks, .tile-courses .favorite-tile.perks, #related-courses li.perks, #related-courses .favorite-tile.perks, #favorite-courses li.perks, #favorite-courses .favorite-tile.perks, #featured-courses-tiles li.perks, #featured-courses-tiles .favorite-tile.perks, .state-courses-tiles li.perks, .state-courses-tiles .favorite-tile.perks, .reviews-courses-tiles li.perks, .reviews-courses-tiles .favorite-tile.perks, #visited-courses li.perks, #visited-courses .favorite-tile.perks, #book-again li.perks, #book-again .favorite-tile.perks {
          width: 97%; } }
    #featured-courses li.reviews-courses, #featured-courses .favorite-tile.reviews-courses, #spotlight-articles li.reviews-courses, #spotlight-articles .favorite-tile.reviews-courses, #best-courses li.reviews-courses, #best-courses .favorite-tile.reviews-courses, .tile-courses li.reviews-courses, .tile-courses .favorite-tile.reviews-courses, #related-courses li.reviews-courses, #related-courses .favorite-tile.reviews-courses, #favorite-courses li.reviews-courses, #favorite-courses .favorite-tile.reviews-courses, #featured-courses-tiles li.reviews-courses, #featured-courses-tiles .favorite-tile.reviews-courses, .state-courses-tiles li.reviews-courses, .state-courses-tiles .favorite-tile.reviews-courses, .reviews-courses-tiles li.reviews-courses, .reviews-courses-tiles .favorite-tile.reviews-courses, #visited-courses li.reviews-courses, #visited-courses .favorite-tile.reviews-courses, #book-again li.reviews-courses, #book-again .favorite-tile.reviews-courses {
      max-width: none; }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        #featured-courses li.reviews-courses, #featured-courses .favorite-tile.reviews-courses, #spotlight-articles li.reviews-courses, #spotlight-articles .favorite-tile.reviews-courses, #best-courses li.reviews-courses, #best-courses .favorite-tile.reviews-courses, .tile-courses li.reviews-courses, .tile-courses .favorite-tile.reviews-courses, #related-courses li.reviews-courses, #related-courses .favorite-tile.reviews-courses, #favorite-courses li.reviews-courses, #favorite-courses .favorite-tile.reviews-courses, #featured-courses-tiles li.reviews-courses, #featured-courses-tiles .favorite-tile.reviews-courses, .state-courses-tiles li.reviews-courses, .state-courses-tiles .favorite-tile.reviews-courses, .reviews-courses-tiles li.reviews-courses, .reviews-courses-tiles .favorite-tile.reviews-courses, #visited-courses li.reviews-courses, #visited-courses .favorite-tile.reviews-courses, #book-again li.reviews-courses, #book-again .favorite-tile.reviews-courses {
          width: 48%; } }
      @media only screen and (max-width: 46rem) {
        #featured-courses li.reviews-courses, #featured-courses .favorite-tile.reviews-courses, #spotlight-articles li.reviews-courses, #spotlight-articles .favorite-tile.reviews-courses, #best-courses li.reviews-courses, #best-courses .favorite-tile.reviews-courses, .tile-courses li.reviews-courses, .tile-courses .favorite-tile.reviews-courses, #related-courses li.reviews-courses, #related-courses .favorite-tile.reviews-courses, #favorite-courses li.reviews-courses, #favorite-courses .favorite-tile.reviews-courses, #featured-courses-tiles li.reviews-courses, #featured-courses-tiles .favorite-tile.reviews-courses, .state-courses-tiles li.reviews-courses, .state-courses-tiles .favorite-tile.reviews-courses, .reviews-courses-tiles li.reviews-courses, .reviews-courses-tiles .favorite-tile.reviews-courses, #visited-courses li.reviews-courses, #visited-courses .favorite-tile.reviews-courses, #book-again li.reviews-courses, #book-again .favorite-tile.reviews-courses {
          width: 97%; } }
      #featured-courses li.reviews-courses .favorite-course, #featured-courses .favorite-tile.reviews-courses .favorite-course, #spotlight-articles li.reviews-courses .favorite-course, #spotlight-articles .favorite-tile.reviews-courses .favorite-course, #best-courses li.reviews-courses .favorite-course, #best-courses .favorite-tile.reviews-courses .favorite-course, .tile-courses li.reviews-courses .favorite-course, .tile-courses .favorite-tile.reviews-courses .favorite-course, #related-courses li.reviews-courses .favorite-course, #related-courses .favorite-tile.reviews-courses .favorite-course, #favorite-courses li.reviews-courses .favorite-course, #favorite-courses .favorite-tile.reviews-courses .favorite-course, #featured-courses-tiles li.reviews-courses .favorite-course, #featured-courses-tiles .favorite-tile.reviews-courses .favorite-course, .state-courses-tiles li.reviews-courses .favorite-course, .state-courses-tiles .favorite-tile.reviews-courses .favorite-course, .reviews-courses-tiles li.reviews-courses .favorite-course, .reviews-courses-tiles .favorite-tile.reviews-courses .favorite-course, #visited-courses li.reviews-courses .favorite-course, #visited-courses .favorite-tile.reviews-courses .favorite-course, #book-again li.reviews-courses .favorite-course, #book-again .favorite-tile.reviews-courses .favorite-course {
        z-index: 99; }
      #featured-courses li.reviews-courses .tile-image, #featured-courses .favorite-tile.reviews-courses .tile-image, #spotlight-articles li.reviews-courses .tile-image, #spotlight-articles .favorite-tile.reviews-courses .tile-image, #best-courses li.reviews-courses .tile-image, #best-courses .favorite-tile.reviews-courses .tile-image, .tile-courses li.reviews-courses .tile-image, .tile-courses .favorite-tile.reviews-courses .tile-image, #related-courses li.reviews-courses .tile-image, #related-courses .favorite-tile.reviews-courses .tile-image, #favorite-courses li.reviews-courses .tile-image, #favorite-courses .favorite-tile.reviews-courses .tile-image, #featured-courses-tiles li.reviews-courses .tile-image, #featured-courses-tiles .favorite-tile.reviews-courses .tile-image, .state-courses-tiles li.reviews-courses .tile-image, .state-courses-tiles .favorite-tile.reviews-courses .tile-image, .reviews-courses-tiles li.reviews-courses .tile-image, .reviews-courses-tiles .favorite-tile.reviews-courses .tile-image, #visited-courses li.reviews-courses .tile-image, #visited-courses .favorite-tile.reviews-courses .tile-image, #book-again li.reviews-courses .tile-image, #book-again .favorite-tile.reviews-courses .tile-image {
        width: 100% !important;
        height: 160px; }
    #featured-courses li.hot-deal-tile-rollup, #featured-courses li.course-tile-rollup-wide, #featured-courses .favorite-tile.hot-deal-tile-rollup, #featured-courses .favorite-tile.course-tile-rollup-wide, #spotlight-articles li.hot-deal-tile-rollup, #spotlight-articles li.course-tile-rollup-wide, #spotlight-articles .favorite-tile.hot-deal-tile-rollup, #spotlight-articles .favorite-tile.course-tile-rollup-wide, #best-courses li.hot-deal-tile-rollup, #best-courses li.course-tile-rollup-wide, #best-courses .favorite-tile.hot-deal-tile-rollup, #best-courses .favorite-tile.course-tile-rollup-wide, .tile-courses li.hot-deal-tile-rollup, .tile-courses li.course-tile-rollup-wide, .tile-courses .favorite-tile.hot-deal-tile-rollup, .tile-courses .favorite-tile.course-tile-rollup-wide, #related-courses li.hot-deal-tile-rollup, #related-courses li.course-tile-rollup-wide, #related-courses .favorite-tile.hot-deal-tile-rollup, #related-courses .favorite-tile.course-tile-rollup-wide, #favorite-courses li.hot-deal-tile-rollup, #favorite-courses li.course-tile-rollup-wide, #favorite-courses .favorite-tile.hot-deal-tile-rollup, #favorite-courses .favorite-tile.course-tile-rollup-wide, #featured-courses-tiles li.hot-deal-tile-rollup, #featured-courses-tiles li.course-tile-rollup-wide, #featured-courses-tiles .favorite-tile.hot-deal-tile-rollup, #featured-courses-tiles .favorite-tile.course-tile-rollup-wide, .state-courses-tiles li.hot-deal-tile-rollup, .state-courses-tiles li.course-tile-rollup-wide, .state-courses-tiles .favorite-tile.hot-deal-tile-rollup, .state-courses-tiles .favorite-tile.course-tile-rollup-wide, .reviews-courses-tiles li.hot-deal-tile-rollup, .reviews-courses-tiles li.course-tile-rollup-wide, .reviews-courses-tiles .favorite-tile.hot-deal-tile-rollup, .reviews-courses-tiles .favorite-tile.course-tile-rollup-wide, #visited-courses li.hot-deal-tile-rollup, #visited-courses li.course-tile-rollup-wide, #visited-courses .favorite-tile.hot-deal-tile-rollup, #visited-courses .favorite-tile.course-tile-rollup-wide, #book-again li.hot-deal-tile-rollup, #book-again li.course-tile-rollup-wide, #book-again .favorite-tile.hot-deal-tile-rollup, #book-again .favorite-tile.course-tile-rollup-wide {
      max-width: none;
      width: 32%;
      list-style: none;
      margin: 10px 5px;
      padding-bottom: 15px;
      height: 295px; }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        #featured-courses li.hot-deal-tile-rollup, #featured-courses li.course-tile-rollup-wide, #featured-courses .favorite-tile.hot-deal-tile-rollup, #featured-courses .favorite-tile.course-tile-rollup-wide, #spotlight-articles li.hot-deal-tile-rollup, #spotlight-articles li.course-tile-rollup-wide, #spotlight-articles .favorite-tile.hot-deal-tile-rollup, #spotlight-articles .favorite-tile.course-tile-rollup-wide, #best-courses li.hot-deal-tile-rollup, #best-courses li.course-tile-rollup-wide, #best-courses .favorite-tile.hot-deal-tile-rollup, #best-courses .favorite-tile.course-tile-rollup-wide, .tile-courses li.hot-deal-tile-rollup, .tile-courses li.course-tile-rollup-wide, .tile-courses .favorite-tile.hot-deal-tile-rollup, .tile-courses .favorite-tile.course-tile-rollup-wide, #related-courses li.hot-deal-tile-rollup, #related-courses li.course-tile-rollup-wide, #related-courses .favorite-tile.hot-deal-tile-rollup, #related-courses .favorite-tile.course-tile-rollup-wide, #favorite-courses li.hot-deal-tile-rollup, #favorite-courses li.course-tile-rollup-wide, #favorite-courses .favorite-tile.hot-deal-tile-rollup, #favorite-courses .favorite-tile.course-tile-rollup-wide, #featured-courses-tiles li.hot-deal-tile-rollup, #featured-courses-tiles li.course-tile-rollup-wide, #featured-courses-tiles .favorite-tile.hot-deal-tile-rollup, #featured-courses-tiles .favorite-tile.course-tile-rollup-wide, .state-courses-tiles li.hot-deal-tile-rollup, .state-courses-tiles li.course-tile-rollup-wide, .state-courses-tiles .favorite-tile.hot-deal-tile-rollup, .state-courses-tiles .favorite-tile.course-tile-rollup-wide, .reviews-courses-tiles li.hot-deal-tile-rollup, .reviews-courses-tiles li.course-tile-rollup-wide, .reviews-courses-tiles .favorite-tile.hot-deal-tile-rollup, .reviews-courses-tiles .favorite-tile.course-tile-rollup-wide, #visited-courses li.hot-deal-tile-rollup, #visited-courses li.course-tile-rollup-wide, #visited-courses .favorite-tile.hot-deal-tile-rollup, #visited-courses .favorite-tile.course-tile-rollup-wide, #book-again li.hot-deal-tile-rollup, #book-again li.course-tile-rollup-wide, #book-again .favorite-tile.hot-deal-tile-rollup, #book-again .favorite-tile.course-tile-rollup-wide {
          width: 47%; } }
      @media only screen and (max-width: 46rem) {
        #featured-courses li.hot-deal-tile-rollup, #featured-courses li.course-tile-rollup-wide, #featured-courses .favorite-tile.hot-deal-tile-rollup, #featured-courses .favorite-tile.course-tile-rollup-wide, #spotlight-articles li.hot-deal-tile-rollup, #spotlight-articles li.course-tile-rollup-wide, #spotlight-articles .favorite-tile.hot-deal-tile-rollup, #spotlight-articles .favorite-tile.course-tile-rollup-wide, #best-courses li.hot-deal-tile-rollup, #best-courses li.course-tile-rollup-wide, #best-courses .favorite-tile.hot-deal-tile-rollup, #best-courses .favorite-tile.course-tile-rollup-wide, .tile-courses li.hot-deal-tile-rollup, .tile-courses li.course-tile-rollup-wide, .tile-courses .favorite-tile.hot-deal-tile-rollup, .tile-courses .favorite-tile.course-tile-rollup-wide, #related-courses li.hot-deal-tile-rollup, #related-courses li.course-tile-rollup-wide, #related-courses .favorite-tile.hot-deal-tile-rollup, #related-courses .favorite-tile.course-tile-rollup-wide, #favorite-courses li.hot-deal-tile-rollup, #favorite-courses li.course-tile-rollup-wide, #favorite-courses .favorite-tile.hot-deal-tile-rollup, #favorite-courses .favorite-tile.course-tile-rollup-wide, #featured-courses-tiles li.hot-deal-tile-rollup, #featured-courses-tiles li.course-tile-rollup-wide, #featured-courses-tiles .favorite-tile.hot-deal-tile-rollup, #featured-courses-tiles .favorite-tile.course-tile-rollup-wide, .state-courses-tiles li.hot-deal-tile-rollup, .state-courses-tiles li.course-tile-rollup-wide, .state-courses-tiles .favorite-tile.hot-deal-tile-rollup, .state-courses-tiles .favorite-tile.course-tile-rollup-wide, .reviews-courses-tiles li.hot-deal-tile-rollup, .reviews-courses-tiles li.course-tile-rollup-wide, .reviews-courses-tiles .favorite-tile.hot-deal-tile-rollup, .reviews-courses-tiles .favorite-tile.course-tile-rollup-wide, #visited-courses li.hot-deal-tile-rollup, #visited-courses li.course-tile-rollup-wide, #visited-courses .favorite-tile.hot-deal-tile-rollup, #visited-courses .favorite-tile.course-tile-rollup-wide, #book-again li.hot-deal-tile-rollup, #book-again li.course-tile-rollup-wide, #book-again .favorite-tile.hot-deal-tile-rollup, #book-again .favorite-tile.course-tile-rollup-wide {
          width: 97%; } }
    @media only screen and (min-width: 64.0625rem) {
      #featured-courses li:hover, #featured-courses .favorite-tile:hover, #spotlight-articles li:hover, #spotlight-articles .favorite-tile:hover, #best-courses li:hover, #best-courses .favorite-tile:hover, .tile-courses li:hover, .tile-courses .favorite-tile:hover, #related-courses li:hover, #related-courses .favorite-tile:hover, #favorite-courses li:hover, #favorite-courses .favorite-tile:hover, #featured-courses-tiles li:hover, #featured-courses-tiles .favorite-tile:hover, .state-courses-tiles li:hover, .state-courses-tiles .favorite-tile:hover, .reviews-courses-tiles li:hover, .reviews-courses-tiles .favorite-tile:hover, #visited-courses li:hover, #visited-courses .favorite-tile:hover, #book-again li:hover, #book-again .favorite-tile:hover {
        -webkit-transform: translate(0, -4px);
        transform: translate(0, -4px);
        -webkit-transition: all .3s;
        transition: all .3s;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } }
    #featured-courses li .tile-image, #featured-courses .favorite-tile .tile-image, #spotlight-articles li .tile-image, #spotlight-articles .favorite-tile .tile-image, #best-courses li .tile-image, #best-courses .favorite-tile .tile-image, .tile-courses li .tile-image, .tile-courses .favorite-tile .tile-image, #related-courses li .tile-image, #related-courses .favorite-tile .tile-image, #favorite-courses li .tile-image, #favorite-courses .favorite-tile .tile-image, #featured-courses-tiles li .tile-image, #featured-courses-tiles .favorite-tile .tile-image, .state-courses-tiles li .tile-image, .state-courses-tiles .favorite-tile .tile-image, .reviews-courses-tiles li .tile-image, .reviews-courses-tiles .favorite-tile .tile-image, #visited-courses li .tile-image, #visited-courses .favorite-tile .tile-image, #book-again li .tile-image, #book-again .favorite-tile .tile-image {
      width: 100% !important;
      height: 160px; }
    #featured-courses li h3 a, #featured-courses .favorite-tile h3 a, #spotlight-articles li h3 a, #spotlight-articles .favorite-tile h3 a, #best-courses li h3 a, #best-courses .favorite-tile h3 a, .tile-courses li h3 a, .tile-courses .favorite-tile h3 a, #related-courses li h3 a, #related-courses .favorite-tile h3 a, #favorite-courses li h3 a, #favorite-courses .favorite-tile h3 a, #featured-courses-tiles li h3 a, #featured-courses-tiles .favorite-tile h3 a, .state-courses-tiles li h3 a, .state-courses-tiles .favorite-tile h3 a, .reviews-courses-tiles li h3 a, .reviews-courses-tiles .favorite-tile h3 a, #visited-courses li h3 a, #visited-courses .favorite-tile h3 a, #book-again li h3 a, #book-again .favorite-tile h3 a {
      color: #666666; }
    #featured-courses li h3, #featured-courses li .rating-info, #featured-courses li p, #featured-courses li .all-booked, #featured-courses li .star-rating, #featured-courses .favorite-tile h3, #featured-courses .favorite-tile .rating-info, #featured-courses .favorite-tile p, #featured-courses .favorite-tile .all-booked, #featured-courses .favorite-tile .star-rating, #spotlight-articles li h3, #spotlight-articles li .rating-info, #spotlight-articles li p, #spotlight-articles li .all-booked, #spotlight-articles li .star-rating, #spotlight-articles .favorite-tile h3, #spotlight-articles .favorite-tile .rating-info, #spotlight-articles .favorite-tile p, #spotlight-articles .favorite-tile .all-booked, #spotlight-articles .favorite-tile .star-rating, #best-courses li h3, #best-courses li .rating-info, #best-courses li p, #best-courses li .all-booked, #best-courses li .star-rating, #best-courses .favorite-tile h3, #best-courses .favorite-tile .rating-info, #best-courses .favorite-tile p, #best-courses .favorite-tile .all-booked, #best-courses .favorite-tile .star-rating, .tile-courses li h3, .tile-courses li .rating-info, .tile-courses li p, .tile-courses li .all-booked, .tile-courses li .star-rating, .tile-courses .favorite-tile h3, .tile-courses .favorite-tile .rating-info, .tile-courses .favorite-tile p, .tile-courses .favorite-tile .all-booked, .tile-courses .favorite-tile .star-rating, #related-courses li h3, #related-courses li .rating-info, #related-courses li p, #related-courses li .all-booked, #related-courses li .star-rating, #related-courses .favorite-tile h3, #related-courses .favorite-tile .rating-info, #related-courses .favorite-tile p, #related-courses .favorite-tile .all-booked, #related-courses .favorite-tile .star-rating, #favorite-courses li h3, #favorite-courses li .rating-info, #favorite-courses li p, #favorite-courses li .all-booked, #favorite-courses li .star-rating, #favorite-courses .favorite-tile h3, #favorite-courses .favorite-tile .rating-info, #favorite-courses .favorite-tile p, #favorite-courses .favorite-tile .all-booked, #favorite-courses .favorite-tile .star-rating, #featured-courses-tiles li h3, #featured-courses-tiles li .rating-info, #featured-courses-tiles li p, #featured-courses-tiles li .all-booked, #featured-courses-tiles li .star-rating, #featured-courses-tiles .favorite-tile h3, #featured-courses-tiles .favorite-tile .rating-info, #featured-courses-tiles .favorite-tile p, #featured-courses-tiles .favorite-tile .all-booked, #featured-courses-tiles .favorite-tile .star-rating, .state-courses-tiles li h3, .state-courses-tiles li .rating-info, .state-courses-tiles li p, .state-courses-tiles li .all-booked, .state-courses-tiles li .star-rating, .state-courses-tiles .favorite-tile h3, .state-courses-tiles .favorite-tile .rating-info, .state-courses-tiles .favorite-tile p, .state-courses-tiles .favorite-tile .all-booked, .state-courses-tiles .favorite-tile .star-rating, .reviews-courses-tiles li h3, .reviews-courses-tiles li .rating-info, .reviews-courses-tiles li p, .reviews-courses-tiles li .all-booked, .reviews-courses-tiles li .star-rating, .reviews-courses-tiles .favorite-tile h3, .reviews-courses-tiles .favorite-tile .rating-info, .reviews-courses-tiles .favorite-tile p, .reviews-courses-tiles .favorite-tile .all-booked, .reviews-courses-tiles .favorite-tile .star-rating, #visited-courses li h3, #visited-courses li .rating-info, #visited-courses li p, #visited-courses li .all-booked, #visited-courses li .star-rating, #visited-courses .favorite-tile h3, #visited-courses .favorite-tile .rating-info, #visited-courses .favorite-tile p, #visited-courses .favorite-tile .all-booked, #visited-courses .favorite-tile .star-rating, #book-again li h3, #book-again li .rating-info, #book-again li p, #book-again li .all-booked, #book-again li .star-rating, #book-again .favorite-tile h3, #book-again .favorite-tile .rating-info, #book-again .favorite-tile p, #book-again .favorite-tile .all-booked, #book-again .favorite-tile .star-rating {
      padding: 0 10px;
      border: none; }

gn-featured-courses-landing, gn-smartplay-courses-nearme {
  margin-top: 15px; }
  gn-featured-courses-landing .geo-changelocation, gn-smartplay-courses-nearme .geo-changelocation {
    display: none; }
  gn-featured-courses-landing li, gn-featured-courses-landing .favorite-tile, gn-smartplay-courses-nearme li, gn-smartplay-courses-nearme .favorite-tile {
    max-width: none;
    width: 32%;
    margin: 10px 5px !important; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      gn-featured-courses-landing li, gn-featured-courses-landing .favorite-tile, gn-smartplay-courses-nearme li, gn-smartplay-courses-nearme .favorite-tile {
        width: 47%; } }
    @media only screen and (max-width: 46rem) {
      gn-featured-courses-landing li, gn-featured-courses-landing .favorite-tile, gn-smartplay-courses-nearme li, gn-smartplay-courses-nearme .favorite-tile {
        width: 97%; } }
    gn-featured-courses-landing li .tile-image-inner, gn-featured-courses-landing .favorite-tile .tile-image-inner, gn-smartplay-courses-nearme li .tile-image-inner, gn-smartplay-courses-nearme .favorite-tile .tile-image-inner {
      width: 100% !important; }

ul#featured-courses-slider li.favorite-tile {
  width: 250px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 46rem) {
    ul#featured-courses-slider li.favorite-tile {
      height: 280px !important; } }

span.bubble, a.bubble, li.bubble {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  padding: 4px 10px;
  color: #666666;
  border: solid 1px #666666;
  font-size: 13px;
  font-weight: 800;
  display: inline-block;
  margin: 10px 2px 10px 0;
  line-height: 20px; }
  @media only screen and (min-width: 64.0625rem) {
    span.bubble:hover, a.bubble:hover, li.bubble:hover {
      -webkit-transform: translate(0, -2px);
      transform: translate(0, -2px);
      -webkit-transition: all .3s;
      transition: all .3s;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      border: solid 1px #666666; } }
  @media only screen and (max-width: 46rem) {
    span.bubble, a.bubble, li.bubble {
      margin: 10px 0;
      padding: 3px 10px;
      font-size: 13px;
      text-align: center; } }

.courses-slider-tiles {
  margin: 0; }
  @media only screen and (max-width: 46rem) {
    .courses-slider-tiles {
      height: auto !important; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .courses-slider-tiles {
      height: auto !important; } }
  .courses-slider-tiles li {
    max-width: 300px;
    list-style: none;
    min-height: 250px;
    border: solid 1px #E0E0E0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    background: white;
    float: left;
    margin-right: 9px; }
    @media only screen and (min-width: 64.0625rem) {
      .courses-slider-tiles li:hover {
        -webkit-transform: translate(0, -4px);
        transform: translate(0, -4px);
        -webkit-transition: all .3s;
        transition: all .3s;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } }
    .courses-slider-tiles li .favorite-tile-image-container {
      max-width: 300px;
      width: 273px; }
      @media only screen and (max-width: 46rem) {
        .courses-slider-tiles li .favorite-tile-image-container {
          width: auto; } }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        .courses-slider-tiles li .favorite-tile-image-container {
          width: auto; } }
    .courses-slider-tiles li .tile-image {
      height: 160px; }
    .courses-slider-tiles li h3, .courses-slider-tiles li .rating-info, .courses-slider-tiles li p, .courses-slider-tiles li .all-booked {
      padding: 0 10px;
      border: none; }
    .courses-slider-tiles li .currency-code.color-blue-primary {
      font-size: 10px; }
    .courses-slider-tiles li .rating-info {
      margin-left: 10px;
      padding: 0; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

section.search-results.location.content {
  clear: both;
  /*@media only screen and (max-width: 46rem) {
			margin: 0;
			padding: 0;
		}*/ }

.featured-mini .lSPager.lSpg, .featured-mini .lSPrev, .featured-mini .lSAction {
  display: none !important; }
  @media only screen and (max-width: 46rem) {
    .featured-mini .lSPager.lSpg, .featured-mini .lSPrev, .featured-mini .lSAction {
      display: block !important; } }

@media only screen and (max-width: 46rem) {
  .featured-mini {
    margin-top: 15px; } }

@media only screen and (max-width: 46rem) {
  #featured-course-slider {
    height: auto !important; } }

@media only screen and (min-width: 1020px) and (max-width: 90rem) {
  #featured-course-slider li, #spotlight-articles-slider li, #featured-courses-tiles-slider li, .state-course-slider li, .state-courses-tiles-slider li {
    margin-right: 9px !important; } }

@media only screen and (max-width: 46rem) {
  .reviews-courses-tiles-slider {
    padding: 0; } }

#featured-course-slider span .course-rating svg, .state-course-slider span .course-rating svg {
  float: left; }

#featured-course-slider .reviews, .state-course-slider .reviews {
  display: inline-block;
  padding-left: 5px;
  margin-top: 1px; }

li.single-play-style {
  background: white;
  border: solid 1px #0076BB;
  font-size: 14px;
  padding: 5px 15px;
  margin: 10px 10px 0 0;
  border-radius: 500px;
  display: inline-block; }
  li.single-play-style:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  li.single-play-style.selected {
    color: white;
    background: #0076BB; }

#ui-datepicker-div {
  background: white;
  border: solid 1px #E0E0E0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 999 !important; }
  #ui-datepicker-div select {
    margin-bottom: 0 !important;
    width: 40%; }
  #ui-datepicker-div table {
    border: none; }
  #ui-datepicker-div .ui-datepicker-header {
    position: relative;
    background: white;
    font-family: "Cabin", sans-serif;
    font-weight: 800; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
      right: 5px;
      top: 12px;
      position: absolute;
      color: #666666; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
      left: 5px;
      top: 12px;
      position: absolute;
      color: #666666; }
  #ui-datepicker-div .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
  #ui-datepicker-div .ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em; }
  #ui-datepicker-div table thead {
    background: white; }
  #ui-datepicker-div table thead tr th {
    color: #666666;
    font-size: 13px;
    font-family: "Cabin", sans-serif;
    font-weight: 800; }
  #ui-datepicker-div table tbody tr td {
    padding: 15px;
    text-align: center; }
    @media only screen and (max-width: 46rem) {
      #ui-datepicker-div table tbody tr td {
        padding: 10px; } }
  #ui-datepicker-div a.ui-state-default {
    color: #666666; }
  #ui-datepicker-div table tr.even, #ui-datepicker-div table tr.alt, #ui-datepicker-div table tr:nth-of-type(even) {
    background: white; }
  #ui-datepicker-div table td {
    border: solid 1px #E0E0E0; }
    #ui-datepicker-div table td.ui-datepicker-unselectable {
      border: none; }

.clearing-assembled span.btn-gray {
  background: white !important;
  color: #666666; }
  @media only screen and (max-width: 46rem) {
    .clearing-assembled span.btn-gray {
      font-size: 12px;
      bottom: -12px !important;
      left: 10px !important; } }

.clearing-assembled .share-course {
  top: 10px;
  right: 55px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.79);
  text-align: center;
  position: absolute;
  z-index: 9; }
  .clearing-assembled .share-course i {
    width: 16px;
    font-size: 16px;
    top: 9px;
    right: auto;
    display: inline-block;
    position: relative; }

.dollars {
  vertical-align: top; }

@media only screen and (max-width: 46rem) {
  body.special-rates .result .tt-price {
    display: inline-block !important;
    margin-right: 5px !important; } }

#footer #email-signup {
  background-color: #003460;
  display: inline-block !important; }

#footer .email-signup-header-footer {
  margin-bottom: 0.5rem; }

.email-signup #email-signup {
  padding: 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */ }

#email-signup #email-signup-optin-copy {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 0.5rem; }

#email-signup small a, #email-signup small a:hover {
  text-decoration: underline;
  color: white; }

div.currency-code {
  display: inline; }

#WorryFreeTermsAndConditions ul {
  margin-left: 50px; }
  #WorryFreeTermsAndConditions ul li {
    font-size: 16px;
    margin: 10px 0; }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  .medium-reset-order {
    position: relative !important;
    background: white; } }

.tabs-content > .content.active {
  padding: 0; }

#private-courses-tiles-slider ul#private-courses-tiles {
  display: flex;
  flex-wrap: wrap; }
  #private-courses-tiles-slider ul#private-courses-tiles.reviews-courses-tiles li {
    height: auto !important;
    padding-bottom: 15px; }

#hot-deal-zone-more-hd {
  padding: 10px;
  text-decoration: underline;
  width: 118px;
  height: 75px;
  font-size: 14px;
  float: left; }
  #hot-deal-zone-more-hd img {
    width: 32px; }
  @media only screen and (max-width: 46rem) {
    #hot-deal-zone-more-hd {
      height: 58px;
      width: 110px;
      font-size: 12px;
      padding: 10px 5px;
      clear: both; }
      #hot-deal-zone-more-hd img {
        width: 24px; } }

#perks-summary {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  border: 1px solid #EAEDF3;
  background: white;
  padding: 15px;
  margin-top: 33px;
  margin-bottom: 25px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #perks-summary {
      margin-top: 20px; } }
  @media only screen and (max-width: 46rem) {
    #perks-summary {
      border: none;
      padding: 0;
      margin-top: 0px; } }
  @media only screen and (max-width: 46rem) {
    #perks-summary h3 {
      font-size: 16px; } }
  #perks-summary small {
    font-size: 14px; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #0076BB;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

ul#pResultsOptions li {
  border: none;
  height: auto;
  margin: 0; }
  ul#pResultsOptions li:hover {
    border: none;
    height: auto;
    margin: 0;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -webkit-transition: all 0s;
    transition: all 0s;
    box-shadow: none; }

body.special-rates #ttresults {
  height: auto !important; }

/*PWA Install components*/
pwa-install::part(openButton) {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  text-transform: uppercase;
  --install-button-color: #0076BB; }

pwa-install::part(installModal) {
  --install-button-color: #0076BB; }

.right-off-canvas-menu .off-canvas-list li.section-break.ad2hs-prompt {
  text-transform: uppercase; }
  .right-off-canvas-menu .off-canvas-list li.section-break.ad2hs-prompt a {
    color: #0076BB;
    padding-top: 15px; }

.ad2hs-prompt {
  display: none; }
  .ad2hs-prompt.button {
    padding: 8px 15px;
    margin: -41px 0px 0px 15px; }

/* End PWA Install components*/
#BusinessSolutions .accordion .accordion-navigation.active > a {
  padding: 15px !important; }

@media only screen and (max-width: 46rem) {
  #BusinessSolutions .font-40 {
    font-size: 28px;
    line-height: 30px !important; }
  #BusinessSolutions .accordion-navigation .font-24 {
    font-size: 16px; }
  #BusinessSolutions .accordion-navigation .font-18 {
    font-size: 13px; }
  #BusinessSolutions .accordion-navigation img {
    margin: 5px 15px 130px 0 !important; }
  #BusinessSolutions section blockquote {
    font-size: 18px; }
  #BusinessSolutions .button {
    width: 100% !important; }
  #BusinessSolutions .hero-image {
    background-position: center center;
    height: 370px !important; }
    #BusinessSolutions .hero-image p {
      width: auto !important; } }

section.simulator-listings ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px; }
  section.simulator-listings ul li {
    list-style: none;
    font-size: 16px; }

#Compete {
  margin-bottom: -50px; }

#compete-hero {
  height: 435px; }
  #compete-hero h1 {
    font-size: 45px;
    line-height: 48px; }
  #compete-hero p {
    max-width: 550px;
    float: right; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #compete-hero {
      height: 300px; }
      #compete-hero h1 {
        font-size: 32px;
        margin-top: 0px; }
      #compete-hero p {
        font-size: 16px;
        max-width: 580px; } }
  @media only screen and (max-width: 46rem) {
    #compete-hero {
      height: 255px;
      background-position: left; }
      #compete-hero p {
        margin: 0;
        font-size: 14px;
        padding-left: 70px; }
      #compete-hero h1 {
        font-size: 26px;
        margin: 0; }
      #compete-hero img {
        height: 35px !important; } }
  #compete-hero .large-7, #compete-hero video {
    padding-top: 75px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #compete-hero .large-7, #compete-hero video {
        padding-top: 35px; } }
    @media only screen and (max-width: 46rem) {
      #compete-hero .large-7, #compete-hero video {
        padding-top: 5%; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #compete-hero video {
      margin: 35px 0; } }
  @media only screen and (max-width: 46rem) {
    #compete-hero video {
      padding-bottom: 15px; } }
  @media only screen and (max-width: 46rem) {
    #compete-hero .font-40 {
      font-size: 36px; } }

.compete-callout img {
  margin-bottom: -50px; }
  @media only screen and (max-width: 46rem) {
    .compete-callout img {
      margin-bottom: 10px; } }

.compete-callout ul {
  margin: 0 0 0 18px; }
  @media only screen and (max-width: 46rem) {
    .compete-callout ul {
      margin-left: 18px; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  .compete-callout p, .compete-callout li {
    font-size: 14px;
    margin: 0; } }

@media only screen and (max-width: 46rem) {
  .compete-callout p, .compete-callout li {
    font-size: 13px; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  .compete-callout h2 {
    font-size: 28px;
    margin: 0; } }

@media only screen and (max-width: 46rem) {
  .compete-callout h2 {
    font-size: 26px; } }

.compete-callout a {
  color: #C7820F;
  text-decoration: underline; }

.compete-callout.blue-callout img {
  margin-bottom: -50px; }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  .compete-callout.ways-to-win img {
    margin-bottom: -80px;
    margin-left: -130px;
    width: 175%;
    max-width: none; } }

#btnRemoveAllCodes {
  margin: 10px 0; }
  @media only screen and (max-width: 46rem) {
    #btnRemoveAllCodes {
      margin: 0 0 10px 0; } }
  #btnRemoveAllCodes.btn-red-o {
    color: #D0021B;
    border-color: #D0021B;
    border: solid 1px #D0021B;
    background-color: transparent; }
    #btnRemoveAllCodes.btn-red-o.disabled {
      background-color: #c5c5c5;
      border-color: #c5c5c5;
      color: #fff; }

#btnSelectAllCodes {
  margin: 10px 0; }
  @media only screen and (max-width: 46rem) {
    #btnSelectAllCodes {
      margin: 10px 0; } }

body.golf-instructor-landing #golfinstructorheader #autocomplete-wrapper {
  width: 35% !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    body.golf-instructor-landing #golfinstructorheader #autocomplete-wrapper {
      border: solid 1px #cccccc;
      width: 63% !important; } }
  @media only screen and (max-width: 46rem) {
    body.golf-instructor-landing #golfinstructorheader #autocomplete-wrapper {
      border: solid 1px #cccccc;
      width: 91% !important; } }

body.golf-instructor-landing #golfinstructorheader #golf-instructor-search-container {
  padding: 0;
  float: left;
  display: inline-block;
  width: 40%; }
  body.golf-instructor-landing #golfinstructorheader #golf-instructor-search-container input {
    margin-bottom: 0;
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/icons/mag-glass.png?v=333041751);
    background-position: 2% 13px;
    background-repeat: no-repeat;
    background-size: 22px;
    padding-left: 45px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      body.golf-instructor-landing #golfinstructorheader #golf-instructor-search-container input {
        padding-left: 40px; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    body.golf-instructor-landing #golfinstructorheader #golf-instructor-search-container {
      padding-left: 15px; } }
  @media only screen and (max-width: 46rem) {
    body.golf-instructor-landing #golfinstructorheader #golf-instructor-search-container {
      width: 68% !important;
      float: left;
      padding-left: 15px; }
      body.golf-instructor-landing #golfinstructorheader #golf-instructor-search-container input {
        padding: 14px 35px;
        display: inline; } }

@media only screen and (max-width: 46rem) {
  body.golf-instructor-landing #golfinstructorheader a#lnk-currentLocation {
    padding: 5px 15px;
    margin-top: 10px;
    display: block; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  body.golf-instructor-landing #golfinstructorheader a#lnk-currentLocation {
    padding: 5px 15px; } }

body.golf-instructor-landing #golfinstructorheader #instructor-search-btn-container {
  padding: 0;
  width: 20%;
  float: left; }
  body.golf-instructor-landing #golfinstructorheader #instructor-search-btn-container #btn-golf-instructor-search {
    margin: 0;
    border-radius: 0 4px 4px 0;
    padding: 13px 20px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      body.golf-instructor-landing #golfinstructorheader #instructor-search-btn-container #btn-golf-instructor-search {
        font-size: 15px; } }

body.golf-instructor-landing #golfinstructorheader #btn-golf-instructor-radius {
  margin: 0 0 0 20px; }

body.golf-instructor-landing #golfinstructorheader #current-location-container {
  margin-top: 10px; }

.favorite-course {
  width: 36px;
  height: 36px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  background: rgba(255, 255, 255, 0.79);
  text-align: center;
  position: absolute;
  z-index: 9; }
  .favorite-course i {
    width: 16px;
    font-size: 16px;
    top: 9px;
    right: auto;
    display: inline-block;
    position: relative; }

body.special-rates ul#date-options {
  width: auto; }
  body.special-rates ul#date-options li {
    width: auto;
    min-width: 100px; }

.time-meridian sub {
  bottom: 0; }
  @media only screen and (max-width: 46rem) {
    .time-meridian sub {
      font-size: 10px; } }

#promoted-campaigns {
  border-radius: 4px;
  border: solid 1px #F5A623; }
  #promoted-campaigns a img {
    width: 14px;
    margin-top: -8px; }
  #promoted-campaigns a.copy-promo-code {
    margin-top: 10px;
    display: inline-block; }

/* Cumulative Layout Shift */
.gn_widget {
  display: block; }

.gn_widget_display_block_override {
  display: inline; }

@media only screen and (max-width: 46rem) {
  li.favorite-tile.reviews-courses {
    margin-left: 5px; } }

@media only screen and (min-width: 46.0625rem) {
  li.favorite-tile.reviews-courses {
    min-height: 280px; } }

.lSAction > .lSNext:before {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
  background-color: white;
  border-radius: 50%;
  color: #757575 !important;
  font-family: "gn-icons";
  content: "\e914";
  border: solid 3px #D8D8D8;
  padding: 4px 5px;
  height: 40px;
  width: 40px;
  position: absolute;
  right: -15px;
  font-size: 20px;
  text-align: center; }

.lSAction > .lSPrev:before {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
  background-color: white;
  border-radius: 50%;
  color: #757575 !important;
  font-family: "gn-icons";
  content: "\e913";
  border: solid 3px #D8D8D8;
  padding: 4px 5px;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 10px;
  font-size: 20px; }

.membership-savings-box {
  background-color: #089AD6;
  padding: 15px;
  color: white;
  margin-top: -38px;
  border-radius: 0 0 3px 3px; }
  .membership-savings-box p {
    font-size: 24px;
    margin: 0;
    color: white;
    line-height: .8; }
    .membership-savings-box p span {
      float: right !important; }
      .membership-savings-box p span .ion-information-circled {
        color: white; }
  .membership-savings-box small {
    font-size: 12px; }

#facility-photo-gallery {
  position: relative; }

#special-rate-header {
  min-height: 100px; }
  @media only screen and (min-width: 64.0625rem) {
    #special-rate-header {
      min-width: 800px; } }
  @media only screen and (min-width: 64.0625rem) {
    #special-rate-header .play-nine, #special-rate-header #near-me, #special-rate-header #best-courses-near-me, #special-rate-header #weekend, #special-rate-header .premier-card, #special-rate-header .best-deals, #special-rate-header .twilight-golf-near-me {
      margin-top: 85px; } }
  @media only screen and (min-width: 64.0625rem) {
    #special-rate-header .text.play-hero.golf-pass {
      margin-top: 0px;
      height: 300px; } }

.brand-nav {
  overflow: hidden; }

.brand-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  height: 40px;
  display: table; }

.brand-nav li {
  margin: 0;
  display: table-cell;
  border-right: 1px solid #E0E0E0;
  padding: 0 20px;
  opacity: .75;
  vertical-align: middle;
  cursor: pointer; }
  .brand-nav li:first-child {
    padding: 0 20px 0 0; }

.brand-nav li:hover {
  opacity: 1; }

.brand-nav li:last-child {
  border: none; }

.brand-nav a {
  font-family: sans-serif;
  color: #000;
  text-decoration: none; }

.brand-nav img {
  height: 11px; }

#main-header .contain-to-grid.fixed {
  border-bottom: solid 1px #E0E0E0;
  z-index: 999; }

.contain-to-grid {
  background-color: white;
  border-bottom: solid 1px #E0E0E0;
  border-top: solid 1px #e0e0e0; }
  .contain-to-grid .top-bar {
    background-color: white;
    min-height: 60px;
    padding: 13px 15px 0 15px;
    margin-bottom: 1px; }
    .contain-to-grid .top-bar .dropdown.menu .has-submenu.is-down-arrow > a::after {
      border-color: #666666 transparent transparent; }
    .contain-to-grid .top-bar .logo-image {
      margin: 3px 0 0 0; }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        .contain-to-grid .top-bar .logo-image {
          margin-left: 15px; } }
      @media only screen and (max-width: 46rem) {
        .contain-to-grid .top-bar .logo-image {
          margin-left: 15px; } }
    .contain-to-grid .top-bar .toggle-topbar.menu-icon {
      margin-top: -32px; }
      .contain-to-grid .top-bar .toggle-topbar.menu-icon a {
        color: #666666;
        font-size: 32px;
        padding: 11px 15px;
        margin: 0; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .contain-to-grid .top-bar ul.title-area {
        width: 100%; } }

.top-bar.expanded .title-area {
  background: transparent; }

.top-bar-section .left {
  margin-left: 15px;
  margin-top: -5px; }

.top-bar-section ul li > a {
  width: auto; }

.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
  background: white;
  color: #0076BB; }

.top-bar-section li:not(.has-form) a:not(.button) {
  background-color: transparent;
  color: #3E3F42;
  padding: 0 10px 5px 10px;
  font-size: 14px; }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: transparent;
    color: #0076BB; }
  .top-bar-section li:not(.has-form) a:not(.button)::after {
    border-color: #666666 transparent transparent; }

.top-bar-section ul li {
  background: transparent;
  margin: 0; }
  .top-bar-section ul li:hover:not(.has-form) > a {
    background-color: transparent;
    color: #666666; }
  .top-bar-section ul li:focus, .top-bar-section ul li a:focus {
    outline: white solid 0px; }
  .top-bar-section ul li.title.back {
    display: none; }

.top-bar-section .dropdown {
  border: solid 1px #e0e0e0;
  width: 235px !important;
  padding: 15px 10px;
  background: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  -webkit-box-shadow: 0px 2px 5px 0px rgba(140, 140, 140, 0.69);
  -moz-box-shadow: 0px 2px 5px 0px rgba(140, 140, 140, 0.69);
  box-shadow: 0px 2px 5px 0px rgba(140, 140, 140, 0.69);
  left: 0 !important;
  top: 45px !important;
  font-size: 16px; }
  .top-bar-section .dropdown.level-1 {
    left: 215px !important;
    top: 0px !important; }
  .top-bar-section .dropdown.login-menu {
    /* left: -145px!important; */
    right: 10px !important;
    left: auto !important; }
    .top-bar-section .dropdown.login-menu:before {
      right: 35px;
      left: auto; }
  .top-bar-section .dropdown li {
    margin: 0; }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: transparent;
    color: #666666;
    line-height: 20px;
    padding: 5px 15px;
    margin: 0;
    font-size: 15px;
    display: block;
    width: 100% !important; }
  .top-bar-section .dropdown b.caret {
    align-content: center; }

.top-bar-section .right {
  margin-top: -5px; }
  .top-bar-section .right li:not(.has-form) a:not(.button) {
    display: inline-block;
    padding: 0; }
    .top-bar-section .right li:not(.has-form) a:not(.button):hover, .top-bar-section .right li:not(.has-form) a:not(.button):active {
      background: transparent;
      color: #0076BB; }

.top-bar-right {
  margin-top: 10px; }
  .top-bar-right li, .top-bar-right li a {
    display: inline-block; }
  .top-bar-right .menu > li > a {
    padding-left: 0;
    padding-right: 0; }
  .top-bar-right li {
    margin-right: 15px;
    padding: 15px 10px; }

#search-box {
  background: white;
  float: none;
  padding-bottom: 5px; }
  #search-box .postfix.button {
    margin: 0;
    background: #0076BB;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Cabin", sans-serif; }
  #search-box #fed-search-big, #search-box #fed-search-big-date {
    border-top: solid 1px #DBDBDB;
    border-bottom: solid 1px #DBDBDB;
    border-left: solid 1px #DBDBDB;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    /* for old Konqueror browsers */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  #search-box #fed-search-big-date {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/icons/icon-calendar-gray.png?v=333041751);
    background-position: 6% 13px;
    border-radius: 4px 0 0 4px;
    background-size: 22px; }
    @media only screen and (max-width: 46rem) {
      #search-box #fed-search-big-date {
        height: 42px;
        font-size: 13px;
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/icons/icon-calendar-gray.png?v=333041751);
        background-repeat: no-repeat;
        background-position: 6% 12px;
        background-size: 16px;
        padding-left: 25px;
        border: solid 1px #E0E0E0;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        /* for old Konqueror browsers */ } }
  #search-box #fed-search-big {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/icons/map-marker-gray.png?v=333041751);
    background-position: 1% 13px; }
  #search-box input {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    color: #666666;
    font-weight: normal;
    padding: 15px;
    border-left: solid 1px #666666; }

.off-canvas-wrap {
  min-height: 100%; }

.right-off-canvas-menu,
.right-submenu {
  background: white;
  color: #666666; }
  .right-off-canvas-menu ul.off-canvas-list li a, .right-off-canvas-menu ul.off-canvas-list li a:link, .right-off-canvas-menu ul.off-canvas-list li a:visited, .right-off-canvas-menu ul.off-canvas-list li a:hover, .right-off-canvas-menu .right-off-canvas-menu ul.off-canvas-list li a:hover, .right-off-canvas-menu .right-submenu ul.off-canvas-list li a:hover,
  .right-submenu ul.off-canvas-list li a,
  .right-submenu ul.off-canvas-list li a:link,
  .right-submenu ul.off-canvas-list li a:visited,
  .right-submenu ul.off-canvas-list li a:hover,
  .right-submenu .right-off-canvas-menu ul.off-canvas-list li a:hover,
  .right-submenu .right-submenu ul.off-canvas-list li a:hover {
    color: #666666;
    border: none !important; }
  .right-off-canvas-menu .off-canvas-list li,
  .right-submenu .off-canvas-list li {
    background: white;
    color: #666666;
    border: none; }
    .right-off-canvas-menu .off-canvas-list li label,
    .right-submenu .off-canvas-list li label {
      border: none; }
  .right-off-canvas-menu ul li img,
  .right-submenu ul li img {
    float: left;
    margin-right: 5px;
    height: 20px; }
  .right-off-canvas-menu a.exit-off-canvas.pointerLink, .right-off-canvas-menu a.exit-off-canvas.pointerLink:hover, .right-off-canvas-menu .exit-off-canvas, .right-off-canvas-menu .right-off-canvas-menu ul.off-canvas-list li a, .right-off-canvas-menu .right-off-canvas-menu ul.off-canvas-list li a:link,
  .right-submenu a.exit-off-canvas.pointerLink,
  .right-submenu a.exit-off-canvas.pointerLink:hover,
  .right-submenu .exit-off-canvas,
  .right-submenu .right-off-canvas-menu ul.off-canvas-list li a,
  .right-submenu .right-off-canvas-menu ul.off-canvas-list li a:link {
    border: none;
    box-shadow: none;
    background: transparent; }
  .right-off-canvas-menu li.logoExit, .right-off-canvas-menu .off-canvas-list ul li.back a:link, .right-off-canvas-menu .off-canvas-list ul li.back a:active,
  .right-submenu li.logoExit,
  .right-submenu .off-canvas-list ul li.back a:link,
  .right-submenu .off-canvas-list ul li.back a:active {
    background: white; }
  .right-off-canvas-menu li.logoExit label a,
  .right-off-canvas-menu li.logoExit label a:link,
  .right-off-canvas-menu li.logoExit label a:visited,
  .right-submenu li.logoExit label a,
  .right-submenu li.logoExit label a:link,
  .right-submenu li.logoExit label a:visited {
    background: none;
    border: none;
    box-shadow: none;
    padding: 15px; }
  .right-off-canvas-menu .logoExit,
  .right-submenu .logoExit {
    display: block;
    height: 88px;
    background: white; }
    .right-off-canvas-menu .logoExit a,
    .right-submenu .logoExit a {
      border: none !important; }
  .right-off-canvas-menu .menuCloseBtn .ion-ios-close-empty,
  .right-submenu .menuCloseBtn .ion-ios-close-empty {
    color: #666666;
    font-size: 50px;
    right: -21px;
    top: 18px;
    position: absolute; }
  .right-off-canvas-menu ul.off-canvas-list li a:hover,
  .right-submenu ul.off-canvas-list li a:hover {
    background: white;
    border: none; }
    @media only screen and (max-width: 46rem) {
      .right-off-canvas-menu ul.off-canvas-list li a:hover,
      .right-submenu ul.off-canvas-list li a:hover {
        background: transparent; } }
  .right-off-canvas-menu #login-menu-pic, .right-off-canvas-menu .logoExit img,
  .right-submenu #login-menu-pic,
  .right-submenu .logoExit img {
    width: 46px;
    height: auto;
    margin: 15px 0 0 10px;
    float: left;
    background-repeat: no-repeat; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .right-off-canvas-menu #login-menu-pic,
    .right-submenu #login-menu-pic {
      margin: -11px 0 0 10px; } }
  .right-off-canvas-menu #large-customer-welcome,
  .right-submenu #large-customer-welcome {
    margin-top: -50px;
    margin-left: 15px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .right-off-canvas-menu #large-customer-welcome,
      .right-submenu #large-customer-welcome {
        margin-top: -60px;
        margin-left: 10px;
        font-size: 16px; } }
    @media only screen and (max-width: 46rem) {
      .right-off-canvas-menu #large-customer-welcome,
      .right-submenu #large-customer-welcome {
        margin-top: -6px;
        margin-left: 5px; } }
    .right-off-canvas-menu #large-customer-welcome.no-avatar,
    .right-submenu #large-customer-welcome.no-avatar {
      padding-left: 8px;
      margin-top: 3px;
      line-height: 1em; }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        .right-off-canvas-menu #large-customer-welcome.no-avatar,
        .right-submenu #large-customer-welcome.no-avatar {
          padding-left: 68px;
          margin-top: -8px; } }
    .right-off-canvas-menu #large-customer-welcome .vip-badge,
    .right-submenu #large-customer-welcome .vip-badge {
      margin-top: 3px; }
  .right-off-canvas-menu .menuCloseBtn,
  .right-submenu .menuCloseBtn {
    right: 45px !important;
    top: -12px; }
    .right-off-canvas-menu .menuCloseBtn i,
    .right-submenu .menuCloseBtn i {
      padding: 0 15px;
      font-size: 31px;
      color: white; }
  .right-off-canvas-menu li.section-break,
  .right-submenu li.section-break {
    border-top: solid 1px #E0E0E0 !important;
    border-bottom: none;
    margin: 15px 0 0 25px !important;
    padding: 15px 0 0 0;
    width: 175px;
    font-size: 16px; }
    .right-off-canvas-menu li.section-break a,
    .right-submenu li.section-break a {
      padding-left: 0; }

.menuCloseBtn a, .menuCloseBtn a:link, .menuCloseBtn a:visited, .menuCloseBtn a:hover {
  background: none;
  border: none;
  margin: 0;
  display: block;
  padding: 15px;
  font-size: 1.4rem !important;
  font-weight: 300;
  box-shadow: none; }

.mobile-menu .right-small a {
  margin-top: 9px; }

.mobile-menu .right-small a:after {
  top: 24px !important; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: none; }

.right-off-canvas-menu {
  font-family: "Cabin", sans-serif;
  font-size: 16px; }
  .right-off-canvas-menu .ion-chevron-down, .right-off-canvas-menu .ion-chevron-up {
    font-size: 16px !important; }
  .right-off-canvas-menu .off-canvas-list li.authenticated {
    display: none; }
  .right-off-canvas-menu li.internal-link a, .right-off-canvas-menu li.external-link a, .right-off-canvas-menu li#subMenuDropdown a {
    padding-left: 25px;
    font-size: 16px;
    background: transparent !important;
    color: #666666; }
    .right-off-canvas-menu li.internal-link a.collapsed, .right-off-canvas-menu li.external-link a.collapsed, .right-off-canvas-menu li#subMenuDropdown a.collapsed {
      padding-left: 0; }
      .right-off-canvas-menu li.internal-link a.collapsed i.right, .right-off-canvas-menu li.external-link a.collapsed i.right, .right-off-canvas-menu li#subMenuDropdown a.collapsed i.right {
        position: absolute;
        right: 20px;
        margin-top: 3px; }
      .right-off-canvas-menu li.internal-link a.collapsed .subMenu li a, .right-off-canvas-menu li.external-link a.collapsed .subMenu li a, .right-off-canvas-menu li#subMenuDropdown a.collapsed .subMenu li a {
        font-family: "Cabin", sans-serif;
        font-weight: 800; }
  .right-off-canvas-menu li.has-submenu ul.subMenu li a {
    background: #e1e1e1; }
  .right-off-canvas-menu li.has-submenu ul.subMenu.level-1 li a {
    background: #333;
    color: white; }

.right-off-canvas-menu .off-canvas-list li, .right-submenu .off-canvas-list li {
  margin: 0;
  border: none; }

.logo-account-large {
  padding: 10px 0 0 0;
  margin-bottom: 8px; }

.touch-menu {
  position: relative;
  margin-top: 5px; }
  .touch-menu a {
    font-size: 18px;
    font-size: 1.125rem;
    color: #9b9b9b;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    margin: 10px 15px 0 0; }
    .touch-menu a .ion-android-menu {
      color: #0076BB;
      margin-left: 5px; }
    @media only screen and (max-width: 46rem) {
      .touch-menu a {
        margin: 5px; } }

.right-off-canvas-menu {
  width: 100%; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .right-off-canvas-menu {
      width: 50%;
      border-left: solid 1px #E0E0E0; } }
  .right-off-canvas-menu i {
    color: #666666;
    position: absolute;
    right: 20px;
    margin-top: 3px; }

.inner-wrap {
  min-height: 100%; }

.subMenu {
  display: none;
  margin: 0;
  list-style: none; }
  .subMenu a {
    padding-left: 20px !important;
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    color: #0076BB !important;
    width: 220px;
    border: none; }
  .subMenu li {
    border: none !important; }
    .subMenu li a {
      padding-left: 30px !important;
      border: none !important; }

.showMenu {
  display: block !important; }

.checkout-header p {
  font-size: 16px;
  font-size: 1rem;
  margin: 10px 0 0 0;
  padding: 0; }
  @media only screen and (max-width: 46rem) {
    .checkout-header p {
      margin: 0;
      font-size: 13px;
      font-size: 0.8125rem; } }

.checkout-header h4 {
  padding: 0;
  margin: 0; }

.checkout-header img {
  margin-top: 7px; }

.top-bar-section .dropdown.level-1:before {
  top: 18px;
  left: -14px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #666; }

.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
  font-family: Ionicons;
  margin-top: -6px;
  content: '\f363'; }

.activity-pending-requests {
  margin-top: 0px !important;
  margin-right: -15px;
  font-size: 10px;
  background: #f04124;
  color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  padding: 1px 3px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .activity-pending-requests {
      margin-right: 5px; } }
  @media only screen and (max-width: 46rem) {
    .activity-pending-requests {
      margin-top: 3px !important;
      margin-right: 5px; } }

.li.logoExit .activity-indicator {
  position: absolute;
  top: 14px;
  left: 54px; }

.activity-indicator {
  width: 8px;
  height: 8px;
  background-color: #D0021B;
  border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
  float: left;
  margin-top: 13px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .activity-indicator {
      display: none; } }
  @media only screen and (max-width: 46rem) {
    .activity-indicator {
      width: 7px;
      height: 7px;
      margin-top: 15px;
      margin-right: 8px; } }

#login-menu-large {
  width: 260px !important; }

.golfpass-savings-actual {
  background-color: #1e3650;
  height: 130px;
  color: white;
  border-radius: 0 0 30px 30px;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 15px; }
  .golfpass-savings-actual #login-menu-pic {
    margin-top: -0px !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .golfpass-savings-actual .columns img {
      margin-top: 15px; } }
  .golfpass-savings-actual #large-customer-welcome p {
    padding-top: 15px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .golfpass-savings-actual #large-customer-welcome p {
        padding-top: 55px; } }
    .golfpass-savings-actual #large-customer-welcome p span.vip-blue {
      height: 24px !important;
      margin-right: 8px; }
  .golfpass-savings-actual .large-customer-welcome-label {
    color: white; }
  .golfpass-savings-actual .golfpass-plus-badge {
    display: none !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .golfpass-savings-actual {
      padding-top: 25px; } }
  @media only screen and (min-width: 64.0625rem) {
    .golfpass-savings-actual {
      height: 75px;
      padding-top: 15px;
      left: -1px;
      top: -1px;
      width: 260px !important; } }
  .golfpass-savings-actual span {
    line-height: 25px; }

footer {
  margin-top: 30px;
  padding: 55px 0 35px 0;
  clear: both;
  background-color: #003460; }
  footer .no-footer-bg {
    background-color: none;
    padding: 0; }
  footer a {
    color: white; }
    footer a:hover {
      color: #f0f7fb; }
  footer h4 {
    font-family: "Cabin", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2rem;
    color: white;
    text-transform: uppercase; }
  footer h3 {
    font-family: "Cabin", sans-serif;
    color: white;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.6rem; }
  footer p.app-description {
    font-size: 11px;
    font-size: 0.6875rem;
    color: white; }
  footer p {
    font-size: 13px;
    font-size: 0.8125rem;
    color: white; }
  @media only screen and (max-width: 46rem) {
    footer .right-border {
      border-right: none; } }
  footer ul {
    margin-left: 0; }
  footer ul li {
    list-style: none;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "Cabin", sans-serif;
    margin: 0;
    padding: 0; }
    footer ul li a {
      color: #B3D6EB;
      display: block;
      margin-bottom: 5px; }
      footer ul li a:hover {
        color: white; }
      footer ul li a:visited {
        color: #B3D6EB; }
  footer hr {
    color: white; }
  footer i {
    margin-right: 5px; }
  footer small {
    font-size: 11px;
    font-size: 0.6875rem;
    color: white;
    font-family: arial, sans-serif; }
  footer img.app-icon {
    margin: 0 15px 0 0; }
  footer .app-button {
    margin: 10px 5px 0 0; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    footer .footer-link-group {
      margin-top: 25px;
      min-height: 175px; } }
  @media only screen and (max-width: 46rem) {
    footer .footer-link-group {
      margin-top: 15px;
      min-height: 175px; } }
  footer .language-toggle-en {
    display: none; }
  footer .partners img {
    margin-right: 10px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 46rem) {
      footer .partners img {
        margin-top: 10px; } }

#cookie-policy {
  position: fixed;
  width: 400px;
  right: 10px;
  bottom: 10px;
  background: white;
  color: #666666;
  padding: 15px 0;
  display: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #BEBEBE;
  border-radius: 4px;
  z-index: 9; }
  @media only screen and (max-width: 46rem) {
    #cookie-policy {
      width: 100%;
      bottom: 0;
      right: 0;
      padding: 15px 0 0 0;
      font-size: 12px; } }
  #cookie-policy a {
    color: #0076BB;
    text-decoration: underline; }
  #cookie-policy .close {
    padding: 6px 20px;
    margin: 10px 0 15px 0;
    color: white;
    clear: both;
    display: block;
    text-decoration: none; }

@media only screen and (max-width: 46rem) {
  footer #resources {
    margin-bottom: 0px; } }

@media only screen and (max-width: 46rem) {
  #ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    margin-bottom: 30px;
    display: inline-block; } }

#ot-sdk-btn {
  color: #B3D6EB !important;
  display: block;
  margin-bottom: 5px;
  border: none !important;
  padding: 0 !important;
  margin-top: -10px;
  font-size: 0.8125rem; }
  #ot-sdk-btn:hover {
    background: transparent !important;
    color: white !important; }

.animate span {
  display: inline;
  opacity: 0;
  animation: revolveScale 1.4s forwards;
  background-color: transparent !important;
  font-size: 16px;
  text-transform: uppercase;
  animation-iteration-count: infinite;
  min-width: 5px;
  color: #3E3F42; }

span.non-animate, span.animate {
  background-color: transparent !important; }

.animate span:nth-of-type(2) {
  animation-delay: .05s; }

.animate span:nth-of-type(3) {
  animation-delay: .1s; }

.animate span:nth-of-type(4) {
  animation-delay: .15s; }

.animate span:nth-of-type(5) {
  animation-delay: .2s; }

.animate span:nth-of-type(6) {
  animation-delay: .25s; }

.animate span:nth-of-type(7) {
  animation-delay: .3s; }

.animate span:nth-of-type(8) {
  animation-delay: .35s; }

.animate span:nth-of-type(9) {
  animation-delay: .4s; }

.animate span:nth-of-type(10) {
  animation-delay: .45s; }

.animate span:nth-of-type(11) {
  animation-delay: .5s; }

.animate span:nth-of-type(12) {
  animation-delay: .55s; }

.animate span:nth-of-type(13) {
  animation-delay: .6s; }

.animate span:nth-of-type(14) {
  animation-delay: .65s; }

.animate span:nth-of-type(15) {
  animation-delay: .7s; }

.animate span:nth-of-type(16) {
  animation-delay: .75s; }

.animate span:nth-of-type(17) {
  animation-delay: .8s; }

.animate span:nth-of-type(18) {
  animation-delay: .85s; }

.animate span:nth-of-type(19) {
  animation-delay: .9s; }

.animate span:nth-of-type(20) {
  animation-delay: .95s; }

/* Animation One */
@keyframes revolveScale {
  100% {
    opacity: 1; } }

body.homepage section.gn_section[data-preloaded="false"].gn_widget_spacer {
  min-height: 300px; }

body.homepage .featured h3 {
  -webkit-line-clamp: 1;
  margin-top: 0px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  @media only screen and (max-width: 46rem) {
    body.homepage .featured h3 {
      margin-top: 5px; } }

body.homepage .featured.result .rating-info {
  margin-top: 0px; }

body.homepage .geo-coursesnearme {
  padding: 8px 13px;
  margin: 0 0 15px 0; }

body.homepage .contain-to-grid sticky .btn-orange {
  margin-bottom: 0px;
  margin-top: 6px;
  margin-right: 0;
  padding: 8px 13px; }
  body.homepage .contain-to-grid sticky .btn-orange span {
    display: inline !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    body.homepage .contain-to-grid sticky .btn-orange {
      padding: 10px 7px;
      margin-right: 15px !important;
      margin-top: 3px !important; }
      body.homepage .contain-to-grid sticky .btn-orange span {
        display: none !important; } }
  @media only screen and (max-width: 46rem) {
    body.homepage .contain-to-grid sticky .btn-orange {
      width: 100%;
      font-weight: bold;
      margin: 10px 0 0 0;
      font-size: 16px; } }

@media only screen and (max-width: 46rem) {
  body.homepage .result.featured {
    height: auto !important; } }

body.homepage .geo-changelocation {
  padding: 8px 15px;
  font-family: "Cabin", sans-serif !important; }
  body.homepage .geo-changelocation i {
    color: #0076BB;
    font-size: 16px;
    font-size: 1rem; }
  @media only screen and (max-width: 46rem) {
    body.homepage .geo-changelocation {
      width: 100%;
      margin-bottom: 15px; } }

body.homepage small.course-partner {
  color: #F2F2F2;
  font-size: 10px;
  font-style: italic;
  position: absolute;
  top: 15px;
  right: 15px; }

body.homepage #description {
  background-position: center center;
  background-size: cover;
  height: 300px;
  position: relative;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */ }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    body.homepage #description {
      height: 285px;
      background-size: cover; } }
  @media only screen and (max-width: 46rem) {
    body.homepage #description {
      width: 100%;
      display: block;
      height: auto; } }
  body.homepage #description.ie {
    margin-top: 15px; }
    body.homepage #description.ie h1 {
      top: 34%;
      left: 10%;
      font-size: 26px; }
  body.homepage #description h1 {
    color: white;
    top: 42%;
    left: 24%;
    position: absolute;
    font-size: 32px;
    line-height: 30px; }
    body.homepage #description h1 span {
      font-family: "Cabin", sans-serif;
      font-size: 24px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      body.homepage #description h1 {
        top: 41%;
        left: 10%; } }
    @media only screen and (max-width: 46rem) {
      body.homepage #description h1 {
        top: 30%;
        left: 0%; } }

body.homepage .homepage-ad .ad-container {
  padding: 15px 0; }
  @media only screen and (min-width: 64.0625rem) {
    body.homepage .homepage-ad .ad-container {
      margin-bottom: 15px; } }

body.homepage .search-by-destination {
  margin-top: 15px;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    body.homepage .search-by-destination {
      margin-top: 0; } }
  @media only screen and (max-width: 46rem) {
    body.homepage .search-by-destination {
      margin-top: 0;
      font-size: 14px; } }
  body.homepage .search-by-destination a:hover {
    color: white; }

body.homepage .compete-mobile-CTA-container {
  margin: 50px 0; }
  body.homepage .compete-mobile-CTA-container .app-detail {
    margin-top: 150px; }

body.homepage #GolfNowMobileAppsCTA {
  background-color: #F2F2F2;
  margin: 50px 0;
  background-image: url("https://i8p7v6z9.map2.ssl.hwcdn.net/content/images/GNAppAd.png");
  background-position: top right;
  background-repeat: no-repeat;
  padding: 0px 20px; }
  @media only screen and (min-width: 46.0625rem) {
    body.homepage #GolfNowMobileAppsCTA h2 {
      margin-top: 40px; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    body.homepage #GolfNowMobileAppsCTA {
      background-position-x: 410px; } }
  @media only screen and (max-width: 46rem) {
    body.homepage #GolfNowMobileAppsCTA {
      background-image: url("https://i8p7v6z9.map2.ssl.hwcdn.net/content/images/GNAppAd-sm.png");
      background-size: contain;
      background-position: bottom right;
      min-height: 430px;
      padding: 0px; }
      body.homepage #GolfNowMobileAppsCTA h2 {
        font-size: 24px; }
      body.homepage #GolfNowMobileAppsCTA p.font-24 {
        font-size: 18px; }
      body.homepage #GolfNowMobileAppsCTA p.font-20 {
        font-size: 14px; }
      body.homepage #GolfNowMobileAppsCTA .gn-app-ad {
        padding: 25px 20px !important; }
      body.homepage #GolfNowMobileAppsCTA br {
        display: none; }
        body.homepage #GolfNowMobileAppsCTA br:before {
          width: 10px;
          display: block; } }

body.homepage #compete-ad .app-download-badges {
  display: inline-block;
  padding-top: 10px; }
  body.homepage #compete-ad .app-download-badges .android-badge {
    width: 115px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px; }
  body.homepage #compete-ad .app-download-badges .ios-badge {
    float: left; }

body.homepage #compete-ad .app-detail {
  padding: 25px; }
  @media only screen and (min-width: 64.0625rem) {
    body.homepage #compete-ad .app-detail {
      margin-top: 130px; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    body.homepage #compete-ad .app-detail {
      padding: 0;
      margin-top: 65px; } }
  @media only screen and (max-width: 46rem) {
    body.homepage #compete-ad .app-detail {
      padding: 0; } }

@-moz-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body.homepage section[data-preloaded="false"]:first-of-type div.lazy-load-placeholder {
  position: absolute;
  left: 45%;
  top: 150px;
  z-index: 1;
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

body.homepage section[data-preloaded="false"] div.lazy-load-wrapper {
  height: 250px; }

body.homepage section.visited-courses {
  display: none; }

body.homepage section#previouslyvisitedcourses, body.homepage section#othercourses, body.homepage section#featuredcourses-hpw, body.homepage div#mycourses, body.homepage div#myviews, body.homepage section#bookagain {
  display: none; }

body.homepage img.hot-deal {
  width: 15px;
  margin-top: -5px; }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  body.homepage #homepagebannerpromo {
    margin-top: 15px; } }

body.homepage #featured-courses-header h2, body.homepage .featured-courses-header h2, body.homepage #best-courses-header h2, body.homepage .best-courses-header h2, body.homepage .spotlight-articles-header h2 {
  margin: 0;
  text-align: left; }
  body.homepage #featured-courses-header h2 span, body.homepage .featured-courses-header h2 span, body.homepage #best-courses-header h2 span, body.homepage .best-courses-header h2 span, body.homepage .spotlight-articles-header h2 span {
    font-family: "Cabin", sans-serif;
    font-weight: normal; }
    @media only screen and (max-width: 46rem) {
      body.homepage #featured-courses-header h2 span #featured-courses-city, body.homepage .featured-courses-header h2 span #featured-courses-city, body.homepage #best-courses-header h2 span #featured-courses-city, body.homepage .best-courses-header h2 span #featured-courses-city, body.homepage .spotlight-articles-header h2 span #featured-courses-city {
        display: inline; } }
  @media only screen and (max-width: 46rem) {
    body.homepage #featured-courses-header h2 hr, body.homepage .featured-courses-header h2 hr, body.homepage #best-courses-header h2 hr, body.homepage .best-courses-header h2 hr, body.homepage .spotlight-articles-header h2 hr {
      margin: 10px 0 5px 0; } }

body.homepage #featured-courses-header .button, body.homepage .featured-courses-header .button, body.homepage #best-courses-header .button, body.homepage .best-courses-header .button, body.homepage .spotlight-articles-header .button {
  margin: 10px 0 -8px 0; }
  @media only screen and (max-width: 46rem) {
    body.homepage #featured-courses-header .button, body.homepage .featured-courses-header .button, body.homepage #best-courses-header .button, body.homepage .best-courses-header .button, body.homepage .spotlight-articles-header .button {
      width: 100%;
      margin: 10px 0 10px 0; } }

body.homepage .featured-courses-header {
  margin-top: 25px; }
  @media only screen and (max-width: 46rem) {
    body.homepage .featured-courses-header {
      margin-top: 0; } }

@media only screen and (max-width: 46rem) {
  body.homepage #featured-courses {
    height: 260px !important; } }

body.homepage .visited-courses div.price {
  padding-left: 0; }

body.homepage .visited-courses h2 a {
  white-space: nowrap; }
  body.homepage .visited-courses h2 a.button {
    padding: 5px 10px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    color: white; }

body.homepage #featureddestinations .destination-image, body.homepage #Home_FeaturedTournaments .destination-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-color: #ccc;
  margin-bottom: 15px;
  position: relative; }
  @media only screen and (min-width: 64.0625rem) {
    body.homepage #featureddestinations .destination-image:hover, body.homepage #Home_FeaturedTournaments .destination-image:hover {
      transform: translateY(-1px);
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      -webkit-transition: all .3s;
      transition: all .3s; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    body.homepage #featureddestinations .destination-image, body.homepage #Home_FeaturedTournaments .destination-image {
      height: 186px; } }
  @media only screen and (max-width: 46rem) {
    body.homepage #featureddestinations .destination-image, body.homepage #Home_FeaturedTournaments .destination-image {
      height: 150px; } }
  body.homepage #featureddestinations .destination-image h3, body.homepage #Home_FeaturedTournaments .destination-image h3 {
    color: white;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    bottom: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      body.homepage #featureddestinations .destination-image h3, body.homepage #Home_FeaturedTournaments .destination-image h3 {
        font-size: 24px; } }
    @media only screen and (max-width: 46rem) {
      body.homepage #featureddestinations .destination-image h3, body.homepage #Home_FeaturedTournaments .destination-image h3 {
        font-size: 20px; } }
    body.homepage #featureddestinations .destination-image h3 span, body.homepage #Home_FeaturedTournaments .destination-image h3 span {
      font-weight: 300; }
  body.homepage #featureddestinations .destination-image p, body.homepage #Home_FeaturedTournaments .destination-image p {
    color: white;
    font-size: 16px;
    bottom: 36%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    padding: 0 30px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      body.homepage #featureddestinations .destination-image p, body.homepage #Home_FeaturedTournaments .destination-image p {
        bottom: 32%; } }
    @media only screen and (max-width: 46rem) {
      body.homepage #featureddestinations .destination-image p, body.homepage #Home_FeaturedTournaments .destination-image p {
        bottom: 30%; } }

body.homepage #explore-tiles {
  margin: 0 0 15px 0 !important;
  padding: 0 !important; }
  body.homepage #explore-tiles .inner-explore-tile {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    min-height: 143px; }
    @media only screen and (max-width: 46rem) {
      body.homepage #explore-tiles .inner-explore-tile {
        min-height: 90px; } }
    body.homepage #explore-tiles .inner-explore-tile p.golfpass-explore-perks {
      margin: 18px 0 15px 15px; }
      @media only screen and (min-width: 64.0625rem) {
        body.homepage #explore-tiles .inner-explore-tile p.golfpass-explore-perks img {
          width: 180px; } }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        body.homepage #explore-tiles .inner-explore-tile p.golfpass-explore-perks {
          margin: 18px 0 17px 15px; }
          body.homepage #explore-tiles .inner-explore-tile p.golfpass-explore-perks img {
            width: 160px; } }
      @media only screen and (max-width: 46rem) {
        body.homepage #explore-tiles .inner-explore-tile p.golfpass-explore-perks {
          margin: 8px 0 5px 10px; }
          body.homepage #explore-tiles .inner-explore-tile p.golfpass-explore-perks img {
            margin: 0 0 0 0;
            width: 125px; } }
  @media only screen and (min-width: 64.0625rem) {
    body.homepage #explore-tiles li .inner-explore-tile:hover {
      -webkit-transform: translate(0, -4px);
      transform: translate(0, -4px);
      -webkit-transition: all .3s;
      transition: all .3s; } }

body.homepage #default-location-switcher {
  padding: 5px;
  background-color: #666666;
  font-size: 20px;
  color: white; }
  @media only screen and (max-width: 46rem) {
    body.homepage #default-location-switcher {
      font-size: 13px;
      width: 100%;
      margin-bottom: 15px; } }
  body.homepage #default-location-switcher #currentCity {
    font-weight: 400; }
  body.homepage #default-location-switcher a.default-geo-changelocation {
    color: #B3D6EB;
    white-space: nowrap;
    font-family: "Cabin", sans-serif; }

body.homepage .search-field ul.autocomplete-results .nearme a span {
  width: inherit; }

body.homepage .search-field ul.autocomplete-results li.message {
  text-align: center;
  margin: 25px 0 0 0;
  cursor: text; }

body.homepage .us-destination-wrapper {
  background: white;
  border: solid 1px #E0E0E0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  margin: 15px; }
  body.homepage .us-destination-wrapper .col-20 {
    width: 16%;
    display: inline-block;
    margin: 15px 0 15px 3%;
    vertical-align: top; }
    body.homepage .us-destination-wrapper .col-20 ul {
      margin: 0; }
      body.homepage .us-destination-wrapper .col-20 ul li {
        list-style: none;
        color: #0076BB;
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 10px;
        font-weight: normal; }
        body.homepage .us-destination-wrapper .col-20 ul li.country-heading {
          text-transform: uppercase;
          color: #666666;
          font-weight: 800; }
        body.homepage .us-destination-wrapper .col-20 ul li:hover {
          background: transparent; }
      body.homepage .us-destination-wrapper .col-20 ul .f-dropdown li a {
        color: #0076BB; }
      body.homepage .us-destination-wrapper .col-20 ul .f-dropdown.drop-right {
        margin-top: -5px;
        margin-left: 10px; }
    body.homepage .us-destination-wrapper .col-20 .static-name {
      font-weight: 600;
      color: #666666;
      padding: 10px 0 0 8px;
      cursor: default; }
    body.homepage .us-destination-wrapper .col-20 a.other-golf-destination-cities {
      border-top: 1px solid #E0E0E0;
      color: #666666;
      padding-top: 16px; }

body.homepage #explore-homepage .inner-explore-tile {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  background: white;
  display: block;
  height: 145px;
  margin: 0 2px 10px 2px;
  overflow: hidden; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    body.homepage #explore-homepage .inner-explore-tile {
      height: auto; } }
  @media only screen and (max-width: 46rem) {
    body.homepage #explore-homepage .inner-explore-tile {
      height: 91px; } }
  body.homepage #explore-homepage .inner-explore-tile img:first-child {
    width: 100%; }
  body.homepage #explore-homepage .inner-explore-tile img.icon {
    float: left;
    margin-top: 16px;
    margin-left: 15px;
    margin-right: 5px; }
    @media only screen and (max-width: 46rem) {
      body.homepage #explore-homepage .inner-explore-tile img.icon {
        width: auto;
        height: 21px;
        margin: 15px 5px 0px 10px !important;
        float: left;
        display: none; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) and (orientation: landscape) {
  body.homepage #explore-homepage .inner-explore-tile img.icon {
    margin-top: 5px !important; } }
  body.homepage #explore-homepage .inner-explore-tile p {
    font-size: 15px;
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    line-height: 16px;
    margin-top: 24px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      body.homepage #explore-homepage .inner-explore-tile p {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        float: left; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) and (orientation: landscape) {
    body.homepage #explore-homepage .inner-explore-tile p {
      margin-top: 10px; } }
    @media only screen and (min-width: 736px) and (max-width: 800px) {
      body.homepage #explore-homepage .inner-explore-tile p {
        font-size: 12px;
        line-height: 13px;
        text-align: center; } }
    @media only screen and (max-width: 46rem) {
      body.homepage #explore-homepage .inner-explore-tile p {
        margin-top: 8px;
        font-size: 11px;
        line-height: 13px;
        margin-left: 5px; } }

body.homepage .tee-time-detail {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  float: left;
  background-color: #F5A623;
  text-align: center;
  border: 1px solid #f39c0b;
  margin-right: 3%;
  color: white;
  font-weight: 800;
  width: 30%;
  margin-top: 10px; }

body.homepage .homepage-banner-loading .result {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 0px;
  background: white;
  display: block;
  height: auto;
  margin-bottom: 20px;
  position: relative; }

#destination #featured-city-course {
  overflow: hidden; }
  #destination #featured-city-course div.large-hero {
    width: 1170px;
    margin: auto; }
  #destination #featured-city-course div.medium-hero {
    width: 965px;
    margin: auto; }
  #destination #featured-city-course div.small-hero {
    width: 581px;
    margin: auto; }

#destination .hero-image {
  background-position: top, center;
  background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/destination-landing-hero-lg.jpg?v=333041751); }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #destination .hero-image {
      background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/destination-landing-hero-medium.jpg?v=333041751); } }
  @media only screen and (max-width: 46rem) {
    #destination .hero-image {
      background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/destination-landing-hero-small.jpg?v=333041751); } }

#destination .golf-destination-description.expand .gn-more-content {
  display: inline !important; }

#destination .golf-destination-description.expand .gn-read-more, #destination .golf-destination-description.expand .gn-ellipsis {
  display: none !important; }

#destination .golf-destination-description.expand .gn-read-less {
  display: inline !important; }

#destination .golf-destination-description .gn-more-content {
  display: none !important; }

#destination .golf-destination-description .gn-read-more, #destination .golf-destination-description .gn-ellipsis {
  display: inline !important; }

#destination .golf-destination-description .gn-read-less {
  display: none !important; }

#destination #destination-state-container {
  display: none; }

#destination .listheadline {
  display: none; }

.search-input-row {
  padding: 15px 0 0 0; }
  .search-input-row input {
    margin: 0;
    color: #666666;
    font-weight: normal;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 15px;
    height: 52px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .search-input-row input {
        font-size: 13px;
        height: 47px; } }
  .search-input-row #fed-search-big {
    border-radius: 4px 0px 0px 4px;
    border: none;
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/icons/map-marker.png?v=333041751);
    background-repeat: no-repeat !important;
    background-position: 1% 16px;
    background-size: 22px;
    padding-left: 35px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .search-input-row #fed-search-big {
        background-position: 2% 14px;
        background-size: 20px;
        padding-left: 25px; } }
  .search-input-row #pre-fedsearch {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/icons/map-marker-gray.png?v=333041751);
    background-repeat: no-repeat;
    background-position: 3% 15px;
    background-size: 22px;
    padding-left: 35px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 46rem) {
      .search-input-row #pre-fedsearch {
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        /* for old Konqueror browsers */
        font-size: 14px;
        line-height: 21px; } }
  .search-input-row .find-tee-times .button {
    margin: 0;
    padding: 14px 0 !important;
    font-size: 15px;
    width: 100%;
    line-height: 24px;
    border-radius: 0px 4px 4px 0px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .search-input-row .find-tee-times .button {
        line-height: 19px; } }
  .search-input-row .search-btn-small {
    background: #0076BB;
    text-align: center;
    border-radius: 0px 4px 4px 0px; }
    .search-input-row .search-btn-small i {
      color: white;
      padding: 5px 0;
      font-size: 28px;
      display: block; }

@-moz-document url-prefix() {
  .select#fed-search-big-golfers {
    padding: 14px !important; } }

#favoritecourses .orbit-container {
  height: 300px !important;
  overflow: visible; }

.favorite-tile {
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .favorite-tile p, .favorite-tile h3 {
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 26px; }
    .favorite-tile p time, .favorite-tile h3 time {
      font-size: 13px; }
  .favorite-tile .tile-image {
    overflow: hidden;
    height: 200px;
    width: 100%;
    margin-bottom: 10px;
    background-position: center;
    background-size: cover;
    position: relative; }
    .favorite-tile .tile-image .tile-image-inner {
      background-size: cover;
      height: 100%;
      width: 100%;
      position: absolute; }
  .favorite-tile:hover .tile-image-inner {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s; }
    @media only screen and (min-width: 64.0625rem) {
      .favorite-tile:hover .tile-image-inner {
        transform: scale(1.1); } }
  .favorite-tile h3 {
    line-height: 21px; }
  .favorite-tile .rating-info {
    font-size: 13px; }
  .favorite-tile .favorite-tile-image-container {
    max-width: 300px;
    position: relative; }
    @media only screen and (max-width: 46rem) {
      .favorite-tile .favorite-tile-image-container {
        max-width: none; } }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .favorite-tile .favorite-tile-image-container {
        max-width: none; } }

@media only screen and (min-width: 64.0625rem) {
  ul#hot-deal-homepage-tiles li:hover .tile-image {
    background-size: 110%; } }

@media only screen and (max-width: 46rem) {
  ul#hot-deal-homepage-tiles {
    height: 313px !important; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  ul#hot-deal-homepage-tiles {
    height: 315px !important; } }

ul#hot-deal-homepage-tiles li.favorite-tile {
  height: 305px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

li.favorite-tile {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.favorite-icon.ion-android-favorite-outline {
  background: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/icons/heart.svg?v=333041751);
  background-repeat: no-repeat; }
  .favorite-icon.ion-android-favorite-outline:before {
    content: "\00a0"; }

.favorite-icon.ion-android-favorite {
  background: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/icons/heart_filled.svg?v=333041751);
  background-repeat: no-repeat; }
  .favorite-icon.ion-android-favorite:before {
    content: "\00a0"; }

.favorite-course sup {
  display: none; }
  @media only screen and (max-width: 46rem) {
    .favorite-course sup {
      display: none; } }

.search-top {
  background: white;
  padding: 15px 0 8px 0;
  position: relative; }
  .search-top .contain-to-grid {
    border: none;
    background: white; }
    .search-top .contain-to-grid.fixed {
      top: 62px !important;
      background: white;
      padding: 15px 0 0 0; }
  .search-top #fed-search-big, .search-top #fed-search-big-date {
    border-top: solid 1px #DBDBDB;
    border-bottom: solid 1px #DBDBDB;
    border-left: solid 1px #DBDBDB;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    /* for old Konqueror browsers */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .search-top #fed-search-big-date {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/icons/icon-calendar-gray.png?v=333041751);
    background-position: 6% 13px;
    border-radius: 4px 0 0 4px;
    border-right: none;
    background-size: 22px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-color: white;
    color: #666666; }
    @media only screen and (max-width: 46rem) {
      .search-top #fed-search-big-date {
        font-size: 14px;
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/icons/icon-calendar-gray.png?v=333041751);
        background-repeat: no-repeat;
        background-position: 6% 12px;
        background-size: 16px;
        padding-left: 25px;
        height: 42px;
        width: 100%; } }
  .search-top #fed-search-big {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/icons/map-marker-gray.png?v=333041751);
    background-position: 2% 13px; }
    @media only screen and (max-width: 46rem) {
      .search-top #fed-search-big {
        height: 42px;
        background-size: 18px;
        padding-left: 25px;
        background-position: 3% 12px;
        margin: 0;
        background-color: white;
        font-size: 12px; } }
  .search-top #btn-search-tee-time {
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 46rem) {
  .homepage-search .columns.small-4.medium-4 {
    padding: 0px 0 0 15px; }
  .homepage-search .columns.small-8 {
    padding-left: 5px; }
  .search-field #fed-search-big-date {
    border: solid 1px #E0E0E0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/icons/icon-calendar-gray.png?v=333041751);
    background-repeat: no-repeat;
    background-position: 6% 12px;
    background-size: 16px;
    padding-left: 25px;
    height: 42px;
    width: 100%; }
  .search-field #pre-fedsearch {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/icons/map-marker-gray.png?v=333041751);
    background-size: 18px;
    padding-left: 25px;
    background-position: 3% 12px;
    border: solid 1px #E0E0E0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    background-repeat: no-repeat;
    background-color: white;
    height: 42px;
    background-size: 18px;
    margin: 0;
    background-color: white;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } }

#explore-destination-homepage ul#destination-tiles {
  margin: 0; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #explore-destination-homepage ul#destination-tiles {
      height: auto !important; } }
  @media only screen and (max-width: 46rem) {
    #explore-destination-homepage ul#destination-tiles {
      height: 225px !important; } }

#explore-destination-homepage li {
  display: inline-block;
  margin-bottom: 15px; }
  @media only screen and (min-width: 64.0625rem) {
    #explore-destination-homepage li {
      width: 19%;
      margin-right: 1%;
      float: left; } }

#explore-destination-homepage li .inner-explore-tile {
  height: 210px;
  border: solid 1px #E0E0E0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  #explore-destination-homepage li .inner-explore-tile p {
    font-size: 16px;
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    padding: 15px 15px 0 15px; }
    @media only screen and (max-width: 46rem) {
      #explore-destination-homepage li .inner-explore-tile p {
        font-size: 14px;
        padding: 15px 10px 0 10px; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #explore-destination-homepage li .inner-explore-tile img {
      width: 212px; } }
  @media only screen and (max-width: 46rem) {
    #explore-destination-homepage li .inner-explore-tile img {
      width: 212px; } }

.search-top-image #description h1 {
  position: absolute;
  top: 0%;
  left: 15%; }

.search-top-image img, img#description {
  max-width: none !important;
  width: 100% !important;
  height: auto !important;
  margin-top: -1px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .search-top-image img, img#description {
      margin-top: -15px; } }

.federatedWrap h3.previous-searches {
  font-size: 18px;
  padding: 30px 0 5px 0;
  margin: 0; }

.federatedWrap div#federatedResultsCourses ul, .federatedWrap div#federatedResultsLocations ul, .federatedWrap .previous-links {
  margin: 0; }
  .federatedWrap div#federatedResultsCourses ul li, .federatedWrap div#federatedResultsLocations ul li, .federatedWrap .previous-links li {
    list-style: none;
    margin: 10px 0; }
    .federatedWrap div#federatedResultsCourses ul li:hover, .federatedWrap div#federatedResultsLocations ul li:hover, .federatedWrap .previous-links li:hover {
      background: transparent; }
    .federatedWrap div#federatedResultsCourses ul li a, .federatedWrap div#federatedResultsLocations ul li a, .federatedWrap .previous-links li a {
      font-size: 16px;
      line-height: 18px;
      font-weight: normal;
      display: inline-block;
      width: 87%; }
      .federatedWrap div#federatedResultsCourses ul li a:hover, .federatedWrap div#federatedResultsLocations ul li a:hover, .federatedWrap .previous-links li a:hover {
        color: #0076BB; }

.federatedWrap a.ta-result {
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px; }
  @media only screen and (max-width: 46rem) {
    .federatedWrap a.ta-result {
      padding: 15px 10px 15px 35px;
      border-bottom: solid 1px #E0E0E0; } }
  .federatedWrap a.ta-result:focus, .federatedWrap a.ta-result:active {
    color: #666666 !important; }
  @media only screen and (max-width: 46rem) {
    .federatedWrap a.ta-result:hover {
      color: #666666 !important; } }

.federatedWrap i {
  width: 20px;
  display: inline-block;
  float: left;
  font-size: 14px;
  clear: both; }
  @media only screen and (max-width: 46rem) {
    .federatedWrap i.gn-hot-deals {
      font-size: 38px !important;
      margin-left: -10px;
      margin-right: 20px;
      margin-top: -10px !important; } }

.federatedWrap #federatedResultsCourses i {
  color: #77BC43; }

.federatedWrap #federatedResultsLocations i {
  color: #0076BB; }

.nearMeLink {
  margin: 10px 0 5px 0;
  display: none; }
  @media only screen and (max-width: 46rem) {
    .nearMeLink {
      margin: 0 0 25px 0; } }

#viewModal, #sortModal {
  padding: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  /* for old Konqueror browsers */ }
  #viewModal .close-reveal-modal, #sortModal .close-reveal-modal {
    font-size: 24px;
    color: white;
    top: 20px;
    right: 20px; }
  #viewModal .gn-button .button input, #sortModal .gn-button .button input {
    display: none; }
  #viewModal .federated-heading, #sortModal .federated-heading {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    color: #666666;
    font-weight: 300; }

body.homepage ul.autocomplete-results {
  padding: 0;
  margin: 0; }

@media only screen and (max-width: 46rem) {
  #autocomplete-wrapper {
    min-height: 600px; } }

ul.autocomplete-results li:hover, #autocomplete-wrapper .federatedSearchResults li:hover, .federatedSearchResults li:hover {
  background: white; }

ul.autocomplete-results li a, #autocomplete-wrapper .federatedSearchResults li a, .federatedSearchResults li a {
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: solid thin #E0E0E0;
  padding: 15px 8px; }
  ul.autocomplete-results li a span, #autocomplete-wrapper .federatedSearchResults li a span, .federatedSearchResults li a span {
    display: inline-block;
    width: 89% !important; }
  ul.autocomplete-results li a i, #autocomplete-wrapper .federatedSearchResults li a i, .federatedSearchResults li a i {
    font-size: 20px;
    color: #0076BB;
    padding-right: 10px; }
  ul.autocomplete-results li a i.ion-ios-flag, #autocomplete-wrapper .federatedSearchResults li a i.ion-ios-flag, .federatedSearchResults li a i.ion-ios-flag {
    color: #77BC43; }
  ul.autocomplete-results li a.selected, #autocomplete-wrapper .federatedSearchResults li a.selected, .federatedSearchResults li a.selected {
    background: #EEEEEE; }

ul.autocomplete-results li:last-child a, #autocomplete-wrapper .federatedSearchResults li:last-child a, .federatedSearchResults li:last-child a {
  border-bottom: 0; }

ul.autocomplete-results li.facility span, #autocomplete-wrapper .federatedSearchResults li.facility span, .federatedSearchResults li.facility span {
  margin-left: 5px; }

ul.autocomplete-results li.location span, #autocomplete-wrapper .federatedSearchResults li.location span, .federatedSearchResults li.location span {
  margin-left: 8px; }
  @media only screen and (max-width: 46rem) {
    ul.autocomplete-results li.location span, #autocomplete-wrapper .federatedSearchResults li.location span, .federatedSearchResults li.location span {
      margin-left: 5px; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  #autocomplete-wrapper ul.tabs li.tab-title a span {
    display: none; } }

@media only screen and (min-width: 64.0625rem) {
  #autocomplete-wrapper, .federatedStepTwo {
    max-width: 205% !important;
    width: 175% !important;
    padding-bottom: 15px; } }

#autocomplete-wrapper.f-dropdown.mega.federatedWrap, .federatedStepTwo.f-dropdown.mega.federatedWrap {
  height: auto;
  overflow: hidden auto; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #autocomplete-wrapper.f-dropdown.mega.federatedWrap, .federatedStepTwo.f-dropdown.mega.federatedWrap {
      max-width: none !important;
      width: 200% !important;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 46rem) {
    #autocomplete-wrapper.f-dropdown.mega.federatedWrap, .federatedStepTwo.f-dropdown.mega.federatedWrap {
      border-bottom: solid 20px white; } }

@media only screen and (max-width: 46rem) {
  #autocomplete-wrapper div.more-link a, .federatedStepTwo div.more-link a {
    padding: 15px;
    display: block; } }

#autocomplete-wrapper div.ta-results, .federatedStepTwo div.ta-results {
  margin-bottom: 10px; }
  @media only screen and (max-width: 46rem) {
    #autocomplete-wrapper div.ta-results, .federatedStepTwo div.ta-results {
      margin-bottom: 0px; } }
  #autocomplete-wrapper div.ta-results i, .federatedStepTwo div.ta-results i {
    font-size: 20px;
    margin-top: 0px; }
    @media only screen and (max-width: 46rem) {
      #autocomplete-wrapper div.ta-results i, .federatedStepTwo div.ta-results i {
        margin-top: 14px;
        margin-left: 15px; } }
  #autocomplete-wrapper div.ta-results a.ta-result, .federatedStepTwo div.ta-results a.ta-result {
    color: #666666;
    display: block; }
    @media only screen and (max-width: 46rem) {
      #autocomplete-wrapper div.ta-results a.ta-result, .federatedStepTwo div.ta-results a.ta-result {
        margin-bottom: 0px;
        color: #222;
        font-weight: 600; } }
    #autocomplete-wrapper div.ta-results a.ta-result:hover, #autocomplete-wrapper div.ta-results a.ta-result.selected, #autocomplete-wrapper div.ta-results a.ta-result:active, .federatedStepTwo div.ta-results a.ta-result:hover, .federatedStepTwo div.ta-results a.ta-result.selected, .federatedStepTwo div.ta-results a.ta-result:active {
      color: #666666; }
      @media only screen and (min-width: 64.0625rem) {
        #autocomplete-wrapper div.ta-results a.ta-result:hover, #autocomplete-wrapper div.ta-results a.ta-result.selected, #autocomplete-wrapper div.ta-results a.ta-result:active, .federatedStepTwo div.ta-results a.ta-result:hover, .federatedStepTwo div.ta-results a.ta-result.selected, .federatedStepTwo div.ta-results a.ta-result:active {
          color: #0076BB;
          text-decoration: underline; } }

#autocomplete-wrapper .federatedSearchResults, .federatedStepTwo .federatedSearchResults {
  margin-bottom: 20px; }
  @media only screen and (max-width: 46rem) {
    #autocomplete-wrapper .federatedSearchResults, .federatedStepTwo .federatedSearchResults {
      margin-bottom: 0; } }

#autocomplete-wrapper .federatedSuggestedSearches, .federatedStepTwo .federatedSuggestedSearches {
  margin: 0; }
  #autocomplete-wrapper .federatedSuggestedSearches ul, .federatedStepTwo .federatedSuggestedSearches ul {
    margin: 0; }
  #autocomplete-wrapper .federatedSuggestedSearches li, .federatedStepTwo .federatedSuggestedSearches li {
    list-style: none;
    display: inline-block; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #autocomplete-wrapper .federatedSuggestedSearches li, .federatedStepTwo .federatedSuggestedSearches li {
        margin-bottom: 5px; } }
    @media only screen and (max-width: 46rem) {
      #autocomplete-wrapper .federatedSuggestedSearches li, .federatedStepTwo .federatedSuggestedSearches li {
        display: block;
        border-bottom: solid 1px #D9DCE1;
        margin: 0;
        padding: 0; } }
    #autocomplete-wrapper .federatedSuggestedSearches li:hover, #autocomplete-wrapper .federatedSuggestedSearches li:focus, .federatedStepTwo .federatedSuggestedSearches li:hover, .federatedStepTwo .federatedSuggestedSearches li:focus {
      background: white; }
    #autocomplete-wrapper .federatedSuggestedSearches li a, .federatedStepTwo .federatedSuggestedSearches li a {
      margin: 0 10px 0 0;
      color: #666666;
      border: solid 1px #E0E0E0;
      background: white; }
      @media only screen and (max-width: 46rem) {
        #autocomplete-wrapper .federatedSuggestedSearches li a, .federatedStepTwo .federatedSuggestedSearches li a {
          border: none;
          width: 100%;
          padding: 13px 10px 8px 15px;
          margin: 0;
          font-size: 16px;
          color: #222;
          font-weight: 600;
          text-align: left; } }
      #autocomplete-wrapper .federatedSuggestedSearches li a.btn-orange, .federatedStepTwo .federatedSuggestedSearches li a.btn-orange {
        background: #F5A623;
        color: white;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        /* for old Konqueror browsers */ }
        @media only screen and (max-width: 46rem) {
          #autocomplete-wrapper .federatedSuggestedSearches li a.btn-orange, .federatedStepTwo .federatedSuggestedSearches li a.btn-orange {
            color: #F5A623;
            background: transparent; } }

#autocomplete-wrapper ul.federatedSearchResults, .federatedStepTwo ul.federatedSearchResults {
  margin: 0;
  padding: 0; }

#autocomplete-wrapper .f-dropdown ul, #autocomplete-wrapper .federatedSearchResults ul, .federatedStepTwo .f-dropdown ul, .federatedStepTwo .federatedSearchResults ul {
  margin: 0;
  padding: 0; }

#autocomplete-wrapper .f-dropdown li, #autocomplete-wrapper .federatedSearchResults li, .federatedStepTwo .f-dropdown li, .federatedStepTwo .federatedSearchResults li {
  list-style: none !important; }
  #autocomplete-wrapper .f-dropdown li:last-child a, #autocomplete-wrapper .federatedSearchResults li:last-child a, .federatedStepTwo .f-dropdown li:last-child a, .federatedStepTwo .federatedSearchResults li:last-child a {
    border-bottom: 0 !important; }
  #autocomplete-wrapper .f-dropdown li a, #autocomplete-wrapper .federatedSearchResults li a, .federatedStepTwo .f-dropdown li a, .federatedStepTwo .federatedSearchResults li a {
    padding: 15px 10px !important;
    border-bottom: solid 1px #E0E0E0 !important; }
    #autocomplete-wrapper .f-dropdown li a i, #autocomplete-wrapper .federatedSearchResults li a i, .federatedStepTwo .f-dropdown li a i, .federatedStepTwo .federatedSearchResults li a i {
      padding-right: 15px !important; }

@media only screen and (max-width: 46rem) {
  #searchModal h3, .federatedSuggestedSearches h3 {
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    background: #F6F7F9;
    font-size: 13px;
    font-weight: 400;
    border-top: solid 1px #D9DCE1;
    border-bottom: solid 1px #D9DCE1; } }

@font-face {
  font-family: 'gn-icons';
  src: url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/fonts/gn-icons/gn-icons.eot?k6b2tm");
  src: url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/fonts/gn-icons/gn-icons.eot?k6b2tm#iefix") format("embedded-opentype"), url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/fonts/gn-icons/gn-icons.ttf?k6b2tm") format("truetype"), url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/fonts/gn-icons/gn-icons.woff?k6b2tm") format("woff"), url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/fonts/gn-icons/gn-icons.svg?k6b2tm#gn-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gn-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.gn-booked:before {
  content: "\e900"; }

.gn-calendar-alt:before {
  content: "\e901"; }

.gn-thumbsUp-alt:before {
  content: "\e902"; }

.gn-promo:before {
  content: "\e903"; }

.gn-top-rated:before {
  content: "\e904"; }

.gn-FandB_Discount:before {
  content: "\e905"; }

.gn-Golf_Shop_Discount:before {
  content: "\e906"; }

.gn-Practice_Range_Special:before {
  content: "\e907"; }

.gn-Travel_Discount:before {
  content: "\e908"; }

.gn-Tee_Time_Special:before {
  content: "\e909"; }

.gn-arrow-down:before {
  content: "\e90a"; }

.gn-arrow-left:before {
  content: "\e90b"; }

.gn-arrow-right:before {
  content: "\e90c"; }

.gn-arrow-up:before {
  content: "\e90d"; }

.gn-caret-solid-down:before {
  content: "\e90e"; }

.gn-caret-solid-left:before {
  content: "\e90f"; }

.gn-caret-solid-right:before {
  content: "\e910"; }

.gn-caret-solid-up:before {
  content: "\e911"; }

.gn-caret-down:before {
  content: "\e912"; }

.gn-caret-left:before {
  content: "\e913"; }

.gn-caret-right:before {
  content: "\e914"; }

.gn-caret-up:before {
  content: "\e915"; }

.gn-plus:before {
  content: "\e916"; }

.gn-minus:before {
  content: "\e917"; }

.gn-close:before {
  content: "\e918"; }

.gn-hamburger-menu:before {
  content: "\e919"; }

.gn-sort:before {
  content: "\e91a"; }

.gn-checkmark:before {
  content: "\e91b"; }

.gn-notification:before {
  content: "\e91c"; }

.gn-calendar:before {
  content: "\e91d"; }

.gn-search:before {
  content: "\e91e"; }

.gn-map:before {
  content: "\e91f"; }

.gn-location:before {
  content: "\e920"; }

.gn-clock:before {
  content: "\e921"; }

.gn-flag:before {
  content: "\e922"; }

.gn-filters:before {
  content: "\e923"; }

.gn-alert:before {
  content: "\e924"; }

.gn-more-menu:before {
  content: "\e925"; }

.gn-weather-sunny:before {
  content: "\e926"; }

.gn-weather-rainy:before {
  content: "\e927"; }

.gn-weather-thunderstorm:before {
  content: "\e928"; }

.gn-weather-cloudy:before {
  content: "\e929"; }

.gn-weather-fog:before {
  content: "\e92a"; }

.gn-wallet:before {
  content: "\e92b"; }

.gn-creditcard:before {
  content: "\e92c"; }

.gn-gift-card:before {
  content: "\e92d"; }

.gn-gn-free-golf:before {
  content: "\e92e"; }

.gn-gn-worry-free-checkmark:before {
  content: "\e92f"; }

.gn-Split-Pay:before {
  content: "\e930"; }

.gn-trash:before {
  content: "\e931"; }

.gn-edit:before {
  content: "\e932"; }

.gn-golfer:before {
  content: "\e933"; }

.gn-profile:before {
  content: "\e934"; }

.gn-edit-friend:before {
  content: "\e935"; }

.gn-alert-friend:before {
  content: "\e936"; }

.gn-scratch-golfer-2:before {
  content: "\e937"; }

.gn-add-friend:before {
  content: "\e938"; }

.gn-golfers:before {
  content: "\e939"; }

.gn-chat:before {
  content: "\e93a"; }

.gn-privacy:before {
  content: "\e93b"; }

.gn-remove:before {
  content: "\e93c"; }

.gn-social-add:before {
  content: "\e93d"; }

.gn-social-decline:before {
  content: "\e93e"; }

.gn-information:before {
  content: "\e93f"; }

.gn-help:before {
  content: "\e940"; }

.gn-exclamation:before {
  content: "\e941"; }

.gn-web-globe:before {
  content: "\e942"; }

.gn-gn-no-fees:before {
  content: "\e943"; }

.gn-thumbs-up:before {
  content: "\e944"; }

.gn-add-photo:before {
  content: "\e945"; }

.gn-rotate-left:before {
  content: "\e946"; }

.gn-rotate-right:before {
  content: "\e947"; }

.gn-news:before {
  content: "\e948"; }

.gn-pencil:before {
  content: "\e949"; }

.gn-play-fast:before {
  content: "\e94a"; }

.gn-play-nine:before {
  content: "\e94b"; }

.gn-play-single:before {
  content: "\e94c"; }

.gn-play-walk:before {
  content: "\e94d"; }

.gn-print:before {
  content: "\e94e"; }

.gn-view:before {
  content: "\e94f"; }

.gn-privacy1:before {
  content: "\e950"; }

.gn-reply:before {
  content: "\e951"; }

.gn-reservations:before {
  content: "\e952"; }

.gn-scratch-golfer:before {
  content: "\e953"; }

.gn-settings:before {
  content: "\e954"; }

.gn-share:before {
  content: "\e955"; }

.gn-slope:before {
  content: "\e956"; }

.gn-bookmark-empty:before {
  content: "\e957"; }

.gn-bookmark-filled:before {
  content: "\e958"; }

.gn-star-filled:before {
  content: "\e959"; }

.gn-star-empty:before {
  content: "\e95a"; }

.gn-heart-filled:before {
  content: "\e95b"; }

.gn-heart-empty:before {
  content: "\e95c"; }

.gn-home:before {
  content: "\e95d"; }

.gn-loading:before {
  content: "\e95e"; }

.gn-upload:before {
  content: "\e95f"; }

.gn-download:before {
  content: "\e960"; }

.gn-log-in:before {
  content: "\e961"; }

.gn-log-out:before {
  content: "\e962"; }

.gn-cloud-download:before {
  content: "\e963"; }

.gn-cloud-upload:before {
  content: "\e964"; }

.gn-golf-trade:before {
  content: "\e965"; }

.gn-cart:before {
  content: "\e966"; }

.gn-checkbox-filled:before {
  content: "\e967"; }

.gn-compete:before {
  content: "\e968"; }

.gn-contacts:before {
  content: "\e969"; }

.gn-phone-alt:before {
  content: "\e96a"; }

.gn-phone:before {
  content: "\e96b"; }

.gn-envelope:before {
  content: "\e96c"; }

.gn-food:before {
  content: "\e96d"; }

.gn-gift:before {
  content: "\e96e"; }

.gn-golfball:before {
  content: "\e96f"; }

.gn-golfcart:before {
  content: "\e970"; }

.gn-calculator:before {
  content: "\e971"; }

.gn-facebook-circle:before {
  content: "\e972"; }

.gn-twitter-circle:before {
  content: "\e973"; }

.gn-instagram-circle:before {
  content: "\e974"; }

.gn-facebook:before {
  content: "\e975"; }

.gn-google-plus:before {
  content: "\e976"; }

.gn-twitter:before {
  content: "\e977"; }

.gn-youtube:before {
  content: "\e978"; }

.gn-instagram:before {
  content: "\e979"; }

.gn-google-plus-circle:before {
  content: "\e97a"; }

.gn-golf-channel:before {
  content: "\e97b"; }

.gn-golfnow:before {
  content: "\e97c"; }

.gn-nbc-logo:before {
  content: "\e97d"; }

.gn-rev-golf:before {
  content: "\e97e"; }

.gn-hot-deals:before {
  content: "\e97f"; }

.gn-golfpass-plus:before {
  content: "\e980"; }

.gn-golfpass:before {
  content: "\e981"; }

.gn-badge-card:before {
  content: "\e982"; }

.gn-cancellation-protection:before {
  content: "\e983"; }

.gn-free-shipping:before {
  content: "\e984"; }

.gn-rewards:before {
  content: "\e985"; }

.gn-gp-travel:before {
  content: "\e986"; }

.gn-iteneraries:before {
  content: "\e987"; }

.gn-gp-shop:before {
  content: "\e988"; }

.gn-member-pricing:before {
  content: "\e989"; }

.gn-support:before {
  content: "\e98a"; }

.gn-no-fees:before {
  content: "\e98b"; }

.gn-travel-credit:before {
  content: "\e98c"; }

.gn-video-tips:before {
  content: "\e98d"; }

.gn-gp-learn:before {
  content: "\e98e"; }

.gn-rg-schools:before {
  content: "\e98f"; }

.gn-gp-watch:before {
  content: "\e990"; }

.gn-beer:before {
  content: "\e991"; }

.gn-binoculars:before {
  content: "\e992"; }

.gn-announce:before {
  content: "\e993"; }

#checkout-header {
  border-bottom: solid 1px #E0E0E0;
  padding: 10px 0; }
  #checkout-header .logo-image {
    background: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/gn-logo.svg?v=333041751);
    background-repeat: no-repeat;
    margin: 11px 0 0 0;
    width: 140px;
    height: 24px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #checkout-header .logo-image {
        margin: 7px 0 0 15px; } }
    @media only screen and (max-width: 46rem) {
      #checkout-header .logo-image {
        background: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/gn-logo-small.png?v=333041751);
        margin: 5px 10px;
        width: 46px;
        height: 26px; } }
  #checkout-header p {
    margin: 0; }
  #checkout-header p.left {
    margin-top: -8px; }

@media only screen and (min-width: 46.0625rem) {
  #checkout #available-balance {
    float: right; } }

#checkout .switch input:checked + label {
  background: #77BC43; }

#checkout .switch label:after {
  border: solid 1px #666666;
  top: 0;
  left: 0; }

#checkout .switch.large label:after {
  height: 32px;
  width: 32px; }

#checkout .switch.large label {
  width: 50px;
  height: 32px; }

#checkout .switch.round label {
  margin: 0; }

#checkout .switch.large input:checked + label:after {
  left: 18px; }

#checkout #splitPaymentSection .split-wrapper {
  border: 1px solid #EAEDF3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 25px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  padding: 15px; }

#checkout #UseGiftCardFunds {
  margin-bottom: 35px; }

#checkout .course-tee-time {
  margin-top: 15px;
  display: block; }
  @media only screen and (max-width: 46rem) {
    #checkout .course-tee-time {
      margin-top: 0; } }

@media only screen and (max-width: 46rem) {
  #checkout h4 {
    font-size: 14px; } }

#checkout .rewards-hd-apply-box {
  color: white;
  padding: 18px 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  position: relative;
  margin-bottom: 15px; }
  #checkout .rewards-hd-apply-box p {
    color: white;
    width: 55%;
    display: inline-block;
    padding: 0;
    margin: 0; }
    @media only screen and (max-width: 46rem) {
      #checkout .rewards-hd-apply-box p {
        width: 100%;
        margin-bottom: 5px; }
        #checkout .rewards-hd-apply-box p br {
          display: none; } }
  #checkout .rewards-hd-apply-box .button {
    padding: 10px 40px;
    margin: 0 0 0 25px;
    display: inline-block;
    font-size: 13px;
    background: white;
    color: #F5A623; }
    @media only screen and (max-width: 46rem) {
      #checkout .rewards-hd-apply-box .button {
        width: 100%;
        float: none;
        margin: 0; } }
  #checkout .rewards-hd-apply-box i {
    display: inline-block;
    font-size: 40px;
    position: absolute;
    top: 8px;
    right: 8px; }
    @media only screen and (max-width: 46rem) {
      #checkout .rewards-hd-apply-box i {
        display: none; } }
  #checkout .rewards-hd-apply-box .ion-load-d {
    font-size: 22px; }
  #checkout .rewards-hd-apply-box .disabled {
    background-color: #C5C5C5;
    border-color: #C5C5C5;
    color: white; }

#checkout .rewards-apply-box {
  background-color: #F5A623;
  color: white;
  padding: 18px 15px;
  border-radius: 4px 4px 0 0; }
  #checkout .rewards-apply-box p {
    color: white;
    width: 50%;
    display: inline-block;
    padding: 0;
    margin: 0; }
    @media only screen and (max-width: 46rem) {
      #checkout .rewards-apply-box p {
        width: 100%;
        margin-bottom: 5px; }
        #checkout .rewards-apply-box p br {
          display: none; } }
  #checkout .rewards-apply-box .button {
    padding: 7px 7px;
    margin: 0;
    display: inline-block;
    font-size: 13px;
    float: right; }
    @media only screen and (max-width: 46rem) {
      #checkout .rewards-apply-box .button {
        width: 100%;
        float: none; } }
  #checkout .rewards-apply-box i {
    display: inline-block;
    font-size: 25px; }
    @media only screen and (max-width: 46rem) {
      #checkout .rewards-apply-box i {
        display: none; } }

#checkout #booking-breadcrumbs {
  margin-bottom: 15px; }

#checkout #UseAccountBalance {
  margin-bottom: 0; }

#checkout #newsletter, #checkout #shipping, #checkout .payment-info-wrapper, #checkout .additional-payments-info-wrapper {
  background-color: white;
  border: 1px solid #EAEDF3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
  padding: 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  margin-bottom: 25px; }

#checkout .payment-info-wrapper #exp-date-update-section {
  padding: 0 15px 0 0; }
  @media only screen and (max-width: 46rem) {
    #checkout .payment-info-wrapper #exp-date-update-section {
      padding: 0 15px; } }
  #checkout .payment-info-wrapper #exp-date-update-section .year {
    padding: 0; }
    @media only screen and (max-width: 46rem) {
      #checkout .payment-info-wrapper #exp-date-update-section .year {
        padding: 0 15px; } }
  #checkout .payment-info-wrapper #exp-date-update-section .exp-date {
    width: 135px;
    display: block;
    margin-bottom: -4px; }

#checkout .payment-info-wrapper #pnlCardCvv {
  padding-left: 0; }
  @media only screen and (max-width: 46rem) {
    #checkout .payment-info-wrapper #pnlCardCvv {
      padding: 0 15px; } }
  #checkout .payment-info-wrapper #pnlCardCvv label {
    width: 70%;
    display: inline-block;
    float: left; }
  #checkout .payment-info-wrapper #pnlCardCvv .cc-cvv-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 48px; }
  #checkout .payment-info-wrapper #pnlCardCvv .toggle-cvv {
    margin-top: 21px;
    border-radius: 0 4px 4px 0;
    padding: 8px 0;
    border-left: none;
    width: 28%;
    display: inline-block;
    height: 48px; }

@media only screen and (max-width: 46rem) {
  #checkout #reservation-button-bottom {
    font-size: 14px; } }

#checkout .vip-wrapper {
  background: #17314A;
  color: white;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04); }
  #checkout .vip-wrapper label {
    color: white;
    display: inline;
    margin: 0; }
  #checkout .vip-wrapper input {
    margin: 0; }
  #checkout .vip-wrapper a {
    margin-top: 10px;
    text-decoration: underline;
    color: white; }
  #checkout .vip-wrapper .checkout-vip-learn-more-modal {
    display: block; }
  #checkout .vip-wrapper img {
    margin-top: 15px; }

#checkout .summary-wrapper {
  border: 1px solid #EAEDF3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
  background: white;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */ }
  @media only screen and (max-width: 46rem) {
    #checkout .summary-wrapper {
      margin-top: 0;
      margin-bottom: 15px; } }
  #checkout .summary-wrapper .rewards-points-total {
    margin-top: 15px; }
    #checkout .summary-wrapper .rewards-points-total h5 {
      display: inline-block; }

#checkout .charity input[type="checkbox"] {
  margin-top: 4px; }

#checkout input[type="checkbox"] {
  margin-top: 3px;
  margin-right: 5px; }

#checkout #pnlAmazon {
  background-color: #43464F;
  padding: 20px 15px;
  display: inline-block; }
  #checkout #pnlAmazon img {
    margin-bottom: 15px; }
  #checkout #pnlAmazon p {
    margin: 0;
    color: white; }
  #checkout #pnlAmazon #AmazonPayButton {
    margin-top: 57px; }

#checkout #pnlMasterpass {
  border: #bebebe 1px solid;
  padding: 15px; }

#checkout .tabs-content {
  margin: 0 !important;
  padding: 0; }

#checkout #pnlCreditCard {
  padding: 0;
  clear: both; }

#checkout ul.payment-option-selector {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0; }
  #checkout ul.payment-option-selector li {
    display: inline-block;
    position: relative;
    float: left;
    margin: 0px 10px 20px 0; }
    @media only screen and (max-width: 46rem) {
      #checkout ul.payment-option-selector li {
        margin: 0;
        float: none; } }
    #checkout ul.payment-option-selector li input[type=radio] {
      display: none; }
    #checkout ul.payment-option-selector li input[type=radio] + a {
      text-decoration: underline; }
    #checkout ul.payment-option-selector li input[type=radio]:checked + a {
      color: #666666;
      text-decoration: none; }
  @media only screen and (max-width: 46rem) {
    #checkout ul.payment-option-selector label {
      font-size: 14px; } }

#checkout .currency-code {
  display: inline; }

#checkout .ion-close-circled {
  margin-right: 10px; }

#checkout button.reservation, #checkout button.purchase {
  width: 100%;
  margin: 0;
  text-align: center; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #checkout button.reservation, #checkout button.purchase {
      text-align: center; } }
  #checkout button.reservation span.dueonline, #checkout button.purchase span.dueonline {
    padding: 5px 10px;
    margin-left: 3%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */ }
    @media only screen and (max-width: 46rem) {
      #checkout button.reservation span.dueonline, #checkout button.purchase span.dueonline {
        margin-left: 3%;
        margin-right: -18px; } }

#checkout button.purchase {
  background: #417505; }

#checkout button.vip-purchase {
  width: 100%;
  margin: 0; }

#checkout #offer-time-left {
  margin-bottom: 12px;
  display: block; }
  #checkout #offer-time-left i {
    margin-right: 5px; }

#checkout .gift-card-checkbox {
  display: block; }

#checkout #checkout-agree-terms, #checkout .policy {
  margin: 15px 0 5px 0; }
  @media only screen and (max-width: 46rem) {
    #checkout #checkout-agree-terms, #checkout .policy {
      margin: 2px 0 2px 0; } }
  #checkout #checkout-agree-terms .additional-details-copy input, #checkout .policy .additional-details-copy input {
    margin-left: 10px; }
  #checkout #checkout-agree-terms #agree-terms-top, #checkout .policy #agree-terms-top {
    margin-bottom: 70px; }
  @media only screen and (max-width: 46rem) {
    #checkout #checkout-agree-terms #agree-terms-bottom, #checkout .policy #agree-terms-bottom {
      margin-bottom: 70px; } }

#checkout .bbb-container img {
  height: 25px;
  max-width: none !important; }

#checkout .bbb-container {
  text-align: center;
  margin-right: 10px; }
  @media only screen and (max-width: 46rem) {
    #checkout .bbb-container {
      text-align: right; }
      #checkout .bbb-container img {
        padding: 0 5px; } }

#checkout .gn-pays-with-masterpass {
  float: right; }
  #checkout .gn-pays-with-masterpass p {
    padding-top: 13px;
    margin-right: 5px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #checkout .gn-pays-with-masterpass p {
        font-size: 10px; } }
    @media only screen and (max-width: 46rem) {
      #checkout .gn-pays-with-masterpass p {
        padding-top: 8px; } }
  #checkout .gn-pays-with-masterpass img {
    max-height: 45px;
    width: 45px;
    margin-right: 10px;
    margin-left: 5px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #checkout .gn-pays-with-masterpass img {
        margin-right: 5px;
        width: 37px !important; } }
    @media only screen and (max-width: 46rem) {
      #checkout .gn-pays-with-masterpass img {
        padding-right: 0;
        max-height: 35px; } }

#checkout #gn-partners {
  margin-bottom: 65px; }
  @media only screen and (max-width: 46rem) {
    #checkout #gn-partners {
      margin-bottom: 20px; } }
  #checkout #gn-partners h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px; }
    @media only screen and (max-width: 46rem) {
      #checkout #gn-partners h3 {
        font-size: 16px; } }
  #checkout #gn-partners img {
    float: left;
    margin-right: 10px; }
    @media only screen and (max-width: 46rem) {
      #checkout #gn-partners img {
        margin-top: 8px;
        width: 50%; } }
  #checkout #gn-partners a {
    color: #0076BB;
    text-decoration: underline;
    font-size: 14px; }
    @media only screen and (max-width: 46rem) {
      #checkout #gn-partners a {
        font-size: 12px; } }

.totals-wrapper {
  border: 1px solid #EAEDF3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  background: white;
  padding: 15px;
  margin-bottom: 35px;
  /* KEN STUFF */ }
  @media only screen and (max-width: 46rem) {
    .totals-wrapper {
      margin-bottom: 15px; } }
  .totals-wrapper .border-bottom {
    border-bottom: solid 1px #E0E0E0;
    padding: 10px 0 5px 0; }
    .totals-wrapper .border-bottom h5 {
      display: inline-block; }
  .totals-wrapper .donation-row {
    display: none; }
    .totals-wrapper .donation-row.active {
      display: block; }

#checkout {
  /* KEN STUFF */ }
  #checkout .currency-code {
    display: inline; }
  #checkout .course-details h3 {
    font-size: 18px;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 46rem) {
      #checkout .course-details h3 {
        font-size: 16px; } }
  #checkout .course-details address, #checkout .course-details p, #checkout .course-details .course-rating {
    font-size: 14px;
    font-style: normal;
    margin: 0; }
    @media only screen and (max-width: 46rem) {
      #checkout .course-details address, #checkout .course-details p, #checkout .course-details .course-rating {
        font-size: 13px; }
        #checkout .course-details address br, #checkout .course-details p br, #checkout .course-details .course-rating br {
          display: none; } }
  #checkout .totals-wrapper-inside {
    margin-top: 15px; }
  #checkout .additional-details span {
    background: transparent;
    color: #666666;
    font-size: 14px;
    padding: 5px 15px;
    margin: 10px 4px 0 0;
    border-radius: 500px;
    display: inline-block;
    border: solid 1px #666666; }
    @media only screen and (max-width: 46rem) {
      #checkout .additional-details span {
        display: none; } }
  #checkout .teeTimeDate, #checkout .teeTimeTime, #checkout .teeGolfers, #checkout .rewardsPoints {
    display: inline-block;
    margin-right: 10px; }
    #checkout .teeTimeDate:last-child, #checkout .teeTimeTime:last-child, #checkout .teeGolfers:last-child, #checkout .rewardsPoints:last-child {
      margin-right: 0; }
    #checkout .teeTimeDate p, #checkout .teeTimeTime p, #checkout .teeGolfers p, #checkout .rewardsPoints p {
      font-size: 16px;
      margin: 0; }
      @media only screen and (max-width: 46rem) {
        #checkout .teeTimeDate p, #checkout .teeTimeTime p, #checkout .teeGolfers p, #checkout .rewardsPoints p {
          font-size: 13px;
          font-family: "Cabin", sans-serif;
          font-weight: 800; } }
    #checkout .teeTimeDate small, #checkout .teeTimeTime small, #checkout .teeGolfers small, #checkout .rewardsPoints small {
      font-size: 14px; }
  @media only screen and (max-width: 46rem) {
    #checkout .mobile-checkout-btn {
      position: fixed;
      background: white;
      bottom: 0;
      left: 0;
      padding: 10px 10px 0 10px;
      z-index: 999;
      border-top: 1px solid #E0E0E0;
      box-shadow: 0 -4px 10px 0 rgba(178, 178, 178, 0.27); }
      #checkout .mobile-checkout-btn label {
        color: #3E3F42; }
        #checkout .mobile-checkout-btn label a {
          color: #0076BB; } }
  #checkout .checkout-input {
    width: 70%;
    float: left; }
    @media only screen and (max-width: 46rem) {
      #checkout .checkout-input {
        width: 100%;
        float: none; } }
  #checkout .checkout-btn-submit {
    width: 20%;
    float: left; }
    @media only screen and (max-width: 46rem) {
      #checkout .checkout-btn-submit {
        width: 100%;
        float: none; } }
  #checkout #btnPromoCode, #checkout #gift-card-apply-button, #checkout #voucher-apply-button {
    margin: 0 0 0 10px; }
    @media only screen and (max-width: 46rem) {
      #checkout #btnPromoCode, #checkout #gift-card-apply-button, #checkout #voucher-apply-button {
        margin: 0; } }
  #checkout #promocoderesult {
    display: none; }
  #checkout #billing-address.hide-children .child-hide, #checkout #creditcardform.hide-children .child-hide {
    display: none; }
  #checkout .promoCodeThrobber, #checkout .charityThrobber, #checkout .giftCardThrobber, #checkout .account-balance-throbber {
    display: none;
    padding-top: 10px;
    text-align: center; }
  #checkout .charity-details fieldset {
    background: white;
    border: #bebebe 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    margin: 0 0 35px 0px; }
    @media only screen and (max-width: 46rem) {
      #checkout .charity-details fieldset {
        margin: 0 0 15px 0; } }
    #checkout .charity-details fieldset .other-amt-box label {
      display: inline-block;
      float: left;
      padding-right: 5px; }
    #checkout .charity-details fieldset .other-amt-box input {
      width: 80%;
      float: left; }
  #checkout #walletWidgetDiv {
    height: 250px; }
  #checkout #discount-list {
    display: block; }
    #checkout #discount-list:before {
      content: '('; }
    #checkout #discount-list:after {
      content: ')'; }
  #checkout .split-pay-toggle {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    background: white;
    padding: 15px 0; }
    @media only screen and (max-width: 46rem) {
      #checkout .split-pay-toggle p.font-14 {
        font-size: 13px;
        width: 70%; } }
  #checkout .roundup-charity-wrapper {
    --primary-charity-color: #0076BB;
    border: 1px solid;
    border-color: var(--primary-charity-color);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    background: white;
    padding: 15px;
    margin-bottom: 35px; }
    @media only screen and (max-width: 46rem) {
      #checkout .roundup-charity-wrapper {
        padding: 10px;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 46rem) {
      #checkout .roundup-charity-wrapper h4.charity-name {
        font-size: 13px; } }
    @media only screen and (max-width: 46rem) {
      #checkout .roundup-charity-wrapper p.charity-description {
        font-size: 12px; } }
    #checkout .roundup-charity-wrapper .roundup-charity-image {
      font-size: 12px; }
      #checkout .roundup-charity-wrapper .roundup-charity-image a {
        color: var(--primary-charity-color); }
    #checkout .roundup-charity-wrapper .other-amt-box label {
      display: inline-block;
      float: left;
      padding-right: 5px;
      padding-top: 10px; }
    #checkout .roundup-charity-wrapper .other-amt-box input {
      width: 50%;
      float: left; }
      @media only screen and (max-width: 46rem) {
        #checkout .roundup-charity-wrapper .other-amt-box input {
          width: 35%; } }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        #checkout .roundup-charity-wrapper .other-amt-box input {
          width: 30%; } }
    #checkout .roundup-charity-wrapper a.aoi-other-amount-apply {
      color: var(--primary-charity-color);
      float: left;
      padding-top: 10px;
      padding-left: 5px; }
      @media only screen and (max-width: 46rem) {
        #checkout .roundup-charity-wrapper a.aoi-other-amount-apply {
          font-size: 12px; } }
      #checkout .roundup-charity-wrapper a.aoi-other-amount-apply:hover {
        text-decoration: underline; }
    #checkout .roundup-charity-wrapper .donation-button-group {
      list-style: none;
      margin: 0;
      left: 0; }
      #checkout .roundup-charity-wrapper .donation-button-group:before, #checkout .roundup-charity-wrapper .donation-button-group:after {
        content: " ";
        display: table; }
      #checkout .roundup-charity-wrapper .donation-button-group:after {
        clear: both; }
      #checkout .roundup-charity-wrapper .donation-button-group .donation-button {
        border-style: solid;
        border-width: 0;
        cursor: pointer;
        font-family: "Cabin", sans-serif;
        font-weight: normal;
        line-height: normal;
        margin: 0 0 1.25rem;
        position: relative;
        text-decoration: none;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 0;
        display: inline-block;
        padding-top: 1rem;
        padding-right: 2rem;
        padding-bottom: 1.0625rem;
        padding-left: 2rem;
        font-size: 1rem;
        background-color: #0076BB;
        border-color: #005e96;
        color: #FFFFFF;
        transition: background-color 300ms ease-out; }
        #checkout .roundup-charity-wrapper .donation-button-group .donation-button:hover, #checkout .roundup-charity-wrapper .donation-button-group .donation-button:focus {
          background-color: #005e96; }
        #checkout .roundup-charity-wrapper .donation-button-group .donation-button:hover, #checkout .roundup-charity-wrapper .donation-button-group .donation-button:focus {
          color: #FFFFFF; }
      #checkout .roundup-charity-wrapper .donation-button-group > li {
        margin: 0 -2px;
        display: inline-block;
        margin: 0 1px; }
        #checkout .roundup-charity-wrapper .donation-button-group > li > button, #checkout .roundup-charity-wrapper .donation-button-group > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        #checkout .roundup-charity-wrapper .donation-button-group > li:first-child button, #checkout .roundup-charity-wrapper .donation-button-group > li:first-child .button {
          border-left: 0; }
        @media only screen and (max-width: 46rem) {
          #checkout .roundup-charity-wrapper .donation-button-group > li {
            margin: -1px; } }
        #checkout .roundup-charity-wrapper .donation-button-group > li > a.button.charity {
          color: var(--primary-charity-color);
          background-color: white;
          border-color: var(--primary-charity-color);
          border: 1px solid;
          margin-bottom: 5px;
          padding-left: 20px;
          padding-right: 20px; }
          @media only screen and (max-width: 46rem) {
            #checkout .roundup-charity-wrapper .donation-button-group > li > a.button.charity {
              font-size: 12px;
              padding-left: 15px;
              padding-right: 15px; } }
          #checkout .roundup-charity-wrapper .donation-button-group > li > a.button.charity.selected {
            background-color: var(--primary-charity-color);
            color: white;
            transform: none;
            box-shadow: none; }
          #checkout .roundup-charity-wrapper .donation-button-group > li > a.button.charity.no-thanks {
            border: none; }
            #checkout .roundup-charity-wrapper .donation-button-group > li > a.button.charity.no-thanks:hover {
              transform: none;
              box-shadow: none;
              text-decoration: underline; }
            #checkout .roundup-charity-wrapper .donation-button-group > li > a.button.charity.no-thanks.selected {
              border: 1px solid; }
  #checkout .payment-options-logo {
    height: 15px; }

.reservation-details {
  clear: both; }
  .reservation-details h5 {
    display: inline-block;
    font-family: "Cabin", sans-serif; }

@media only screen and (max-width: 46rem) {
  .modalButtons .button {
    width: 100%; } }

#newsletter .signup {
  display: block;
  clear: both; }

#newsletter label {
  padding-bottom: 5px;
  font-size: 13px !important; }
  #newsletter label input[type="checkbox"] {
    margin-top: 2px; }

#newsletter #subscriptionInputs p {
  clear: both; }

section.totals-wrapper label {
  display: block; }

section.totals-wrapper #agree-terms-top {
  width: 13px;
  height: 13px;
  padding: 0;
  margin-bottom: 105px !important; }

.vip-checkout .terms-summary-standalone {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21px; }
  @media only screen and (max-width: 46rem) {
    .vip-checkout .terms-summary-standalone {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 14px; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .vip-checkout .terms-summary-standalone {
      font-size: 14px; } }

@media only screen and (max-width: 46rem) {
  .vip-checkout #agree-terms-bottom {
    margin-bottom: 105px !important; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  .vip-checkout #agree-terms-bottom {
    margin-bottom: 60px !important; } }

.redeem-rewards-code-rows-container {
  height: 312px;
  overflow-y: auto;
  padding-right: 5px; }
  @media only screen and (max-width: 46rem) {
    .redeem-rewards-code-rows-container hr {
      margin: 0 0 25px 0; } }

.redeem-rewards-code-rows-container::-webkit-scrollbar {
  -webkit-appearance: none; }

.redeem-rewards-code-rows-container::-webkit-scrollbar:vertical {
  width: 11px; }

.redeem-rewards-code-rows-container::-webkit-scrollbar:horizontal {
  height: 11px; }

.redeem-rewards-code-rows-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  /* for old Konqueror browsers */
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5); }

.rewards-modal-message {
  margin-top: 20px; }

.redeem-rewards-code-rows {
  display: grid;
  align-content: center;
  gap: 10px;
  grid-auto-flow: column;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0px;
  padding: 10px 0; }
  .redeem-rewards-code-rows .round {
    position: relative;
    display: inline-block; }
  .redeem-rewards-code-rows .round label {
    float: left;
    background-color: #fff;
    border: 1px solid #F5A623;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: 0 8px 0 0; }
  .redeem-rewards-code-rows .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 12px; }
  .redeem-rewards-code-rows .redeem-rewards-label {
    display: grid;
    align-content: center; }
    @media only screen and (max-width: 46rem) {
      .redeem-rewards-code-rows .redeem-rewards-label {
        padding: 0; }
        .redeem-rewards-code-rows .redeem-rewards-label span.font-12 {
          font-size: 10px !important; }
        .redeem-rewards-code-rows .redeem-rewards-label span {
          padding: 0 !important; } }
  .redeem-rewards-code-rows .redeem-rewards-moreinfo {
    display: none; }
  .redeem-rewards-code-rows .round input[type="checkbox"] {
    visibility: hidden; }
    @media only screen and (max-width: 46rem) {
      .redeem-rewards-code-rows .round input[type="checkbox"] {
        position: absolute; } }
  .redeem-rewards-code-rows .round input[type="checkbox"]:checked + label {
    background-color: #F5A623;
    border-color: #F5A623; }
  .redeem-rewards-code-rows .round input[type="checkbox"]:checked + label:after {
    opacity: 1; }
  .redeem-rewards-code-rows .disabled {
    background-color: #C5C5C5 !important;
    border-color: #C5C5C5 !important; }

body.account .invite-button.selected {
  background: #0076BB;
  color: white; }

#guest-create-account-modal h2.gn-benefits {
  margin-top: 0 !important;
  padding-top: 30px; }

#guest-create-account-modal .shadowBox {
  padding-top: 30px; }
  #guest-create-account-modal .shadowBox .ion-eye, #guest-create-account-modal .shadowBox .ion-eye-disabled {
    height: 2.8425rem;
    line-height: 2.9125rem; }

@media only screen and (max-width: 46rem) {
  #guest-create-account-modal input#EmailAddress, #guest-create-account-modal input#Password {
    height: 38px; }
  #guest-create-account-modal h4.gn-benefits {
    padding-top: 50px; }
    #guest-create-account-modal h4.gn-benefits a {
      color: #666666;
      text-decoration: none !important; }
  #guest-create-account-modal .shadowBox .ion-eye, #guest-create-account-modal .shadowBox .ion-eye-disabled {
    height: 2.3825rem;
    line-height: 2.5125rem; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  #guest-create-account-modal.reveal-modal.medium {
    width: 90%; } }

#confirmation-page {
  margin-top: 15px; }
  @media only screen and (max-width: 46rem) {
    #confirmation-page h1 {
      font-size: 18px;
      margin-top: 0; }
      #confirmation-page h1 .print-link {
        display: none; } }
  #confirmation-page h1 span {
    font-family: "Cabin", sans-serif;
    font-size: 14px; }
  #confirmation-page .taxes-fees {
    font-size: 14px;
    color: #9b9b9b;
    text-align: right;
    clear: both;
    display: block; }
  #confirmation-page .additional-details {
    display: block;
    clear: both; }
    #confirmation-page .additional-details span {
      background: transparent;
      color: #666666;
      font-size: 14px;
      padding: 5px 15px;
      margin: 10px 10px 0 0;
      border-radius: 500px;
      display: inline-block;
      border: solid 1px #666666; }
  #confirmation-page #perks-summary-confirmation {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    border: 1px solid #bebebe;
    background: white;
    padding: 15px;
    margin: 0 0 35px 0; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #confirmation-page #perks-summary-confirmation {
        margin-top: 0px; } }
    @media only screen and (max-width: 46rem) {
      #confirmation-page #perks-summary-confirmation {
        border: none;
        padding: 0;
        margin-top: 0px; } }
    @media only screen and (max-width: 46rem) {
      #confirmation-page #perks-summary-confirmation h3 {
        font-size: 16px; } }
    #confirmation-page #perks-summary-confirmation small {
      font-size: 14px; }
    #confirmation-page #perks-summary-confirmation .perk-items .perks-summary-item:nth-last-child(2) {
      display: inline-block; }
    #confirmation-page #perks-summary-confirmation .price-total {
      float: right; }
    #confirmation-page #perks-summary-confirmation .btn-golfpass {
      margin: 0; }
    #confirmation-page #perks-summary-confirmation .perks-summary-item {
      width: 49%;
      display: inline-block;
      float: left;
      min-height: 75px; }
      #confirmation-page #perks-summary-confirmation .perks-summary-item strong.line-clamp {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding: 0;
        margin-bottom: 3px; }
      #confirmation-page #perks-summary-confirmation .perks-summary-item .font-12 {
        height: 25px;
        overflow: hidden;
        position: relative;
        line-height: 1; }
        @media only screen and (max-width: 46rem) {
          #confirmation-page #perks-summary-confirmation .perks-summary-item .font-12 {
            height: 37px; } }
        @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
          #confirmation-page #perks-summary-confirmation .perks-summary-item .font-12 {
            height: 37px; } }
        #confirmation-page #perks-summary-confirmation .perks-summary-item .font-12:after {
          content: "";
          text-align: right;
          position: absolute;
          bottom: 0;
          right: 0;
          width: 20%;
          height: 2em;
          background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
          z-index: 9; }
  #confirmation-page .vip-details #perks-summary-confirmation {
    border: none;
    padding: 0; }
    #confirmation-page .vip-details #perks-summary-confirmation .copy {
      padding-bottom: 10px; }
    #confirmation-page .vip-details #perks-summary-confirmation #perksTitle, #confirmation-page .vip-details #perks-summary-confirmation .price-total {
      display: none; }
    #confirmation-page .vip-details #perks-summary-confirmation .perk-items .perks-summary-item {
      display: inline-block; }
  #confirmation-page .course-details {
    min-height: 100px; }
    #confirmation-page .course-details h3 a {
      color: #666666;
      font-weight: bold;
      margin-top: 15px; }
      @media only screen and (max-width: 46rem) {
        #confirmation-page .course-details h3 a {
          font-size: 14px; } }
    @media only screen and (max-width: 46rem) {
      #confirmation-page .course-details .columns.medium-8.large-9 {
        padding: 0; } }
    @media only screen and (max-width: 46rem) {
      #confirmation-page .course-details .course-tee-time.margin-top-10 {
        float: none !important; } }
    #confirmation-page .course-details .course-tee-time.margin-top-10 time {
      clear: both;
      display: block; }
    @media only screen and (max-width: 46rem) {
      #confirmation-page .course-details .course-tee-time.margin-top-10 {
        margin-top: 0; } }
    #confirmation-page .course-details address {
      font-style: normal; }
    @media only screen and (max-width: 46rem) {
      #confirmation-page .course-details .details-wrapper, #confirmation-page .course-details .medium-9 {
        padding: 0; } }
  #confirmation-page .course-content .course-details {
    border: #bebebe 1px solid;
    background: white;
    padding: 15px;
    margin: 0 0 20px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 250px; }
    @media only screen and (max-width: 46rem) {
      #confirmation-page .course-content .course-details {
        height: auto;
        margin: 0 0 20px 0; }
        #confirmation-page .course-content .course-details a.full-details {
          font-size: 13px;
          padding: 0;
          display: block;
          font-weight: bold;
          right: 15px;
          bottom: 10px; }
        #confirmation-page .course-content .course-details .taxes-fees {
          display: block;
          margin-top: 10px; } }
  @media only screen and (max-width: 46rem) {
    #confirmation-page .tee-policy-info {
      display: block;
      clear: both; } }
  #confirmation-page .reservation-details.rewards-points-total {
    margin-top: 10px;
    border-bottom: none; }
  #confirmation-page .reservation-details.border-top {
    border-top: solid 1px #E0E0E0;
    margin-top: 15px; }
  #confirmation-page .reservation-details h5 {
    display: inline-block;
    padding: 5px 0px;
    font-family: "Cabin", sans-serif; }
  #confirmation-page .full-details {
    font-size: 14px;
    position: absolute;
    width: 150px;
    right: 15px;
    bottom: 15px; }
  #confirmation-page .total-paid {
    margin-top: 0px; }
    @media only screen and (max-width: 46rem) {
      #confirmation-page .total-paid {
        border-bottom: solid 1px #E0E0E0;
        border-top: solid 1px #E0E0E0;
        text-align: left !important;
        padding: 0 0 10px 0;
        float: none !important; } }
    #confirmation-page .total-paid .color-green {
      font-size: 25px; }
      #confirmation-page .total-paid .color-green small {
        display: inline; }
      @media only screen and (max-width: 46rem) {
        #confirmation-page .total-paid .color-green {
          display: inline;
          font-size: 20px; } }
    @media only screen and (max-width: 46rem) {
      #confirmation-page .total-paid h3 {
        margin: 8px 0 0 0; } }
    @media only screen and (max-width: 46rem) {
      #confirmation-page .total-paid h3 small {
        display: inline;
        font-size: 12px; } }
  #confirmation-page .reservation-total small, #confirmation-page .price-total small, #confirmation-page .total-paid small {
    color: #9B9B9B;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: 5px; }
  #confirmation-page .reservation-total h3, #confirmation-page .price-total h3, #confirmation-page .due-at-course h3 {
    margin: 0; }
    @media only screen and (max-width: 46rem) {
      #confirmation-page .reservation-total h3, #confirmation-page .price-total h3, #confirmation-page .due-at-course h3 {
        font-size: 18px; }
        #confirmation-page .reservation-total h3 span, #confirmation-page .price-total h3 span, #confirmation-page .due-at-course h3 span {
          font-size: 16px;
          font-weight: bold; } }
  #confirmation-page .reservation-total .currency-code, #confirmation-page .price-total .currency-code {
    display: inline; }
  #confirmation-page .price-total small {
    margin-top: -5px; }
  #confirmation-page a#lnk-gift-this-course {
    width: 225px; }
    @media only screen and (max-width: 46rem) {
      #confirmation-page a#lnk-gift-this-course {
        width: 100%; } }
  #confirmation-page .teeTimeDate, #confirmation-page .teeTimeTime, #confirmation-page .teeGolfers {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px; }
    #confirmation-page .teeTimeDate:last-child, #confirmation-page .teeTimeTime:last-child, #confirmation-page .teeGolfers:last-child {
      margin-right: 0; }
    #confirmation-page .teeTimeDate p, #confirmation-page .teeTimeTime p, #confirmation-page .teeGolfers p {
      font-size: 16px;
      margin: 0; }
      @media only screen and (max-width: 46rem) {
        #confirmation-page .teeTimeDate p, #confirmation-page .teeTimeTime p, #confirmation-page .teeGolfers p {
          font-size: 12px;
          font-weight: bold; } }
    #confirmation-page .teeTimeDate small, #confirmation-page .teeTimeTime small, #confirmation-page .teeGolfers small {
      font-size: 14px;
      color: #9B9B9B; }
      @media only screen and (max-width: 46rem) {
        #confirmation-page .teeTimeDate small, #confirmation-page .teeTimeTime small, #confirmation-page .teeGolfers small {
          font-size: 12px; } }
  #confirmation-page .confirmation-ad-side:first-child {
    margin-bottom: 15px; }
  #confirmation-page .confirmation-ad-bottom {
    margin-bottom: 15px; }
  #confirmation-page #gb_confirmationpage_bottom_all_5_small {
    max-width: 290px;
    max-height: 50px;
    overflow: hidden;
    float: left; }
  #confirmation-page #gb_confirmationpage_bottom_all_5_medium {
    max-width: 468px;
    max-height: 60px;
    overflow: hidden;
    float: left; }
  #confirmation-page #gb_confirmationpage_bottom_all_5_large {
    max-width: 728px;
    max-height: 90px;
    overflow: hidden;
    float: left; }
  #confirmation-page #gb_confirmationpage_right_large_3 {
    max-width: 300px;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
  #confirmation-page .print-link {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #0076BB;
    margin: 5px 0 5px 0;
    padding: 0;
    display: inline-block; }
    #confirmation-page .print-link .ion-ios-printer-outline {
      color: #666666; }
  #confirmation-page .invite-play-wrapper {
    border: #bebebe 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    padding: 15px;
    margin: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 46rem) {
      #confirmation-page .invite-play-wrapper {
        margin: 20px 0 20px 0; } }
    #confirmation-page .invite-play-wrapper .button {
      margin: 20px 0 0 0; }
    #confirmation-page .invite-play-wrapper .invited-profiles {
      display: block;
      min-height: 60px;
      clear: both; }
      #confirmation-page .invite-play-wrapper .invited-profiles .invited-profile {
        display: inline-block;
        position: relative;
        margin-right: 10px; }
        #confirmation-page .invite-play-wrapper .invited-profiles .invited-profile .small-profile-pic {
          border-radius: 50%;
          height: 60px;
          width: 60px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          background-color: #a1a1a1;
          margin-right: 10px;
          float: left; }
          #confirmation-page .invite-play-wrapper .invited-profiles .invited-profile .small-profile-pic.initials {
            background: #a1a1a1 !important; }
          #confirmation-page .invite-play-wrapper .invited-profiles .invited-profile .small-profile-pic span {
            padding-top: 8px;
            font-size: 28px;
            display: block !important;
            font-family: "Cabin", sans-serif;
            font-weight: 800;
            color: white;
            text-align: center; }
        #confirmation-page .invite-play-wrapper .invited-profiles .invited-profile p {
          font-size: 12px;
          color: #0076BB;
          text-align: center;
          margin-left: -10px;
          margin-bottom: 0;
          max-width: 78px;
          line-height: 20px;
          clear: both;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        #confirmation-page .invite-play-wrapper .invited-profiles .invited-profile i {
          position: absolute;
          right: 5px;
          bottom: 21px;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          display: block;
          color: white;
          padding: 0;
          text-align: center;
          font-size: 13px;
          padding: 2px; }
          #confirmation-page .invite-play-wrapper .invited-profiles .invited-profile i.ion-forward {
            background: #0076BB; }
          #confirmation-page .invite-play-wrapper .invited-profiles .invited-profile i.ion-checkmark {
            background: #77BC43; }
          #confirmation-page .invite-play-wrapper .invited-profiles .invited-profile i.ion-close-round {
            background: #D0021B; }
    #confirmation-page .invite-play-wrapper .golfers-accepted-info {
      margin: 25px auto 0 auto; }

#guest-create-account-modal div.gn-benefits {
  margin-top: 0 !important; }

span.postfix, label.postfix {
  height: 45px;
  padding: 4px 0; }
  span.postfix::before, label.postfix::before {
    font-size: 14px; }
  span.postfix.ion-eye::before, label.postfix.ion-eye::before {
    font-size: 20px; }

.accordion {
  margin: 0 0 35px 0; }
  .accordion .accordion-navigation > a {
    background: white;
    border: solid 1px #E0E0E0;
    font-weight: 300;
    font-size: 32px;
    color: #666666;
    padding: 20px 25px; }
    .accordion .accordion-navigation > a:hover {
      background: #0076BB;
      color: white; }
      .accordion .accordion-navigation > a:hover span {
        color: white; }
    .accordion .accordion-navigation > a span {
      font-size: 16px;
      font-weight: 400;
      text-transform: none; }
    .accordion .accordion-navigation > a .ion-chevron-down {
      float: right; }
    .accordion .accordion-navigation > a .ion-chevron-up {
      display: none; }
    @media only screen and (max-width: 46rem) {
      .accordion .accordion-navigation > a {
        font-size: 20px; }
        .accordion .accordion-navigation > a span {
          clear: both;
          font-size: 12px;
          display: block; } }
  .accordion .accordion-navigation > .content.active {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    background: white;
    border: solid 1px #E0E0E0;
    padding: 0; }
  .accordion .accordion-navigation.active > a {
    background: #0076BB;
    color: white; }
    .accordion .accordion-navigation.active > a span {
      color: white; }
    .accordion .accordion-navigation.active > a .ion-chevron-up {
      float: right;
      color: #666666;
      display: inline; }
    .accordion .accordion-navigation.active > a .ion-chevron-down {
      display: none; }
  .accordion .accordion {
    margin: 0; }
    .accordion .accordion .accordion-navigation {
      margin-bottom: 0 !important;
      border-bottom: solid 1px #E0E0E0; }
      .accordion .accordion .accordion-navigation:last-child {
        border-bottom: none; }
      .accordion .accordion .accordion-navigation > a {
        background: transparent;
        border: none;
        font-weight: 400;
        font-size: 24px;
        padding: 15px 25px; }
        @media only screen and (max-width: 46rem) {
          .accordion .accordion .accordion-navigation > a {
            font-size: 20px; } }
        .accordion .accordion .accordion-navigation > a:hover {
          background: transparent;
          color: #666666 !important; }
        .accordion .accordion .accordion-navigation > a span {
          font-size: 16px;
          font-weight: 400;
          text-transform: none;
          color: #666666; }
        .accordion .accordion .accordion-navigation > a .ion-chevron-down {
          float: right;
          margin-top: 10px; }
        .accordion .accordion .accordion-navigation > a .ion-chevron-up {
          display: none; }
        .accordion .accordion .accordion-navigation > a:after {
          content: "\f123";
          font-family: Ionicons;
          font-style: normal;
          text-align: right;
          float: right;
          vertical-align: top; }
          @media only screen and (max-width: 46rem) {
            .accordion .accordion .accordion-navigation > a:after {
              text-align: inherit;
              float: none;
              position: absolute;
              right: 1.5rem; } }
      .accordion .accordion .accordion-navigation.active > a {
        background: transparent;
        color: #0076BB; }
        .accordion .accordion .accordion-navigation.active > a .ion-chevron-up {
          float: right;
          margin-top: 10px;
          color: #0076BB;
          display: inline; }
        .accordion .accordion .accordion-navigation.active > a .ion-chevron-down {
          display: none; }
        .accordion .accordion .accordion-navigation.active > a:after {
          text-align: right;
          float: right; }
          @media only screen and (max-width: 46rem) {
            .accordion .accordion .accordion-navigation.active > a:after {
              text-align: inherit;
              float: none;
              position: absolute;
              right: 1.5rem; } }
    .accordion .accordion .accordion {
      margin: 0 0 20px 0; }
      .accordion .accordion .accordion .accordion-navigation {
        border-bottom: none; }
        .accordion .accordion .accordion .accordion-navigation:last-child {
          border-bottom: none; }
        .accordion .accordion .accordion .accordion-navigation > a {
          background: transparent;
          border: none;
          font-weight: 600;
          font-size: 16px;
          padding: 10px 25px; }
          .accordion .accordion .accordion .accordion-navigation > a:hover {
            background: transparent; }
          .accordion .accordion .accordion .accordion-navigation > a .ion-chevron-down {
            float: right;
            margin-top: 10px; }
          .accordion .accordion .accordion .accordion-navigation > a .ion-chevron-up {
            display: none; }
          @media only screen and (max-width: 46rem) {
            .accordion .accordion .accordion .accordion-navigation > a {
              font-size: 14px;
              width: 300px; } }
        .accordion .accordion .accordion .accordion-navigation.active > a {
          background: transparent; }
          .accordion .accordion .accordion .accordion-navigation.active > a .ion-chevron-up {
            float: right;
            margin-top: 10px;
            display: inline; }
          .accordion .accordion .accordion .accordion-navigation.active > a .ion-chevron-down {
            display: none; }
        .accordion .accordion .accordion .accordion-navigation > .content.active {
          background: white;
          border: 1px solid #E0E0E0;
          padding: 10px;
          margin: 0 25px;
          font-size: 16px;
          font-weight: 300; }
          @media only screen and (max-width: 46rem) {
            .accordion .accordion .accordion .accordion-navigation > .content.active {
              margin: 0 15px; } }

.contact-us {
  background: white;
  border: 1px solid #E0E0E0;
  padding: 10px;
  margin: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  list-style: none; }
  @media only screen and (max-width: 46rem) {
    .contact-us .golfnow-care-phone, .contact-us .booking-center-phone {
      float: none;
      margin: 0px;
      font-size: 12px; } }
  .contact-us #contact-us-panel p {
    font-size: 16px;
    font-weight: normal; }
    @media only screen and (max-width: 46rem) {
      .contact-us #contact-us-panel p {
        font-size: 12px; } }
  .contact-us h2 {
    font-weight: 300;
    font-size: 32px;
    padding: 0 15px;
    margin: 0; }
    @media only screen and (max-width: 46rem) {
      .contact-us h2 {
        font-size: 18px; } }
    .contact-us h2 p {
      font-size: 16px;
      font-weight: normal; }
      @media only screen and (max-width: 46rem) {
        .contact-us h2 p {
          font-size: 12px; } }

@media only screen and (max-width: 46rem) {
  .contact-us p, .reservation-change p {
    font-size: 14px; } }

.contact-us form, .reservation-change form {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }
  .contact-us form select.error, .reservation-change form select.error {
    margin-bottom: 0 !important; }
  .contact-us form .validation-summary .error, .reservation-change form .validation-summary .error {
    color: #D0021B; }

.service-centers {
  margin-bottom: 50px; }
  .service-centers h3 {
    color: #0076BB;
    font-size: 21px;
    margin: 0; }
  .service-centers a {
    color: #666666;
    text-decoration: underline; }
  .service-centers p {
    font-size: 16px; }
  .service-centers .closed h3, .service-centers .closed a, .service-centers .closed p, .service-centers .closed p.status {
    color: #E0E0E0; }
  .service-centers p.status {
    text-transform: uppercase;
    color: #77BC43; }

.overlay {
  background-image: url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/wait_sm_btn.gif?v=333041751");
  background-x: 5px;
  background-color: #77BC43;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 55px; }

#customer-support .accordion .accordion-navigation > a .ion-chevron-down, #customer-support .accordion .accordion-navigation.active > a .ion-chevron-up {
  position: absolute;
  right: 15px; }

#customer-support .accordion .accordion-navigation {
  margin-bottom: 35px !important;
  position: relative; }
  #customer-support .accordion .accordion-navigation > a {
    padding: 10px 32px 10px 35px;
    margin-right: 50px; }
    @media only screen and (max-width: 46rem) {
      #customer-support .accordion .accordion-navigation > a {
        padding: 10px 40px 10px 15px;
        margin-right: 0;
        line-height: 20px; } }
  #customer-support .accordion .accordion-navigation > a:after {
    position: absolute;
    top: 5px;
    right: 35px; }
    @media only screen and (max-width: 46rem) {
      #customer-support .accordion .accordion-navigation > a:after {
        right: 15px !important; } }
  #customer-support .accordion .accordion-navigation a.first {
    margin-right: 0px; }
    #customer-support .accordion .accordion-navigation a.first p {
      font-size: 16px;
      font-weight: normal; }
      @media only screen and (max-width: 46rem) {
        #customer-support .accordion .accordion-navigation a.first p {
          font-size: 12px; } }
  #customer-support .accordion .accordion-navigation a:hover p {
    color: white; }
  #customer-support .accordion .accordion-navigation.active {
    background: white; }

#customer-support .accordion .accordion .accordion-navigation {
  margin-bottom: 0 !important; }

li.faqs .vip {
  display: none; }

li.faqs .non-vip {
  display: block; }

body.vip li.faqs .vip {
  display: block; }

body.vip li.faqs .non-vip {
  display: none; }

ul.terms-of-use li {
  font-size: 16px; }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  .search-input-row .search-field form {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }

.search-field input, .search-field input:active {
  color: #666666; }

@media only screen and (max-width: 46rem) {
  .search-field {
    padding-top: 15px;
    padding-bottom: 15px; }
    .search-field input {
      margin: 0; } }

div.clearing-container .carousel ul.clearing-thumbs li.clearing-featured-img .favorite-course.favorite-course-pos, div.clearing-container .carousel ul.clearing-thumbs li.clearing-featured-img .share-course, div.clearing-container .carousel ul.clearing-thumbs li.clearing-featured-img .button, div.clearing-container .carousel ul.clearing-thumbs li.clearing-featured-img .golfpass-perks, div.clearing-container .carousel ul.clearing-thumbs li.clearing-featured-img .golfpass-perks-logo {
  display: none; }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  .search-refine-options {
    padding: 0 30px; } }

@media only screen and (max-width: 46rem) {
  .search-refine-options .search-results-headline {
    padding: 10px 0; } }

.search-refine-options .search-results-headline h1 {
  color: #666666;
  font-weight: 300;
  padding-bottom: 0; }
  .search-refine-options .search-results-headline h1 b {
    font-weight: 400; }
  @media only screen and (max-width: 46rem) {
    .search-refine-options .search-results-headline h1 {
      padding: 0; } }

.search-refine-options .search-results-headline ul {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none; }
  .search-refine-options .search-results-headline ul li {
    text-align: center;
    display: inline;
    margin-right: 20px;
    color: #9b9b9b;
    font-weight: 300;
    font-size: 16px; }

@media only screen and (max-width: 46rem) {
  .search-refine-options .search-results-headline .list-refined-items {
    display: none; } }

.search-refine-options .search-results-headline .back-link i {
  padding-top: 22px;
  font-size: 20px !important; }
  @media only screen and (max-width: 46rem) {
    .search-refine-options .search-results-headline .back-link i {
      padding: 0; } }

.search-refine-options .search-results-headline .refine-search-link {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  color: #0076BB;
  font-weight: 400;
  margin-top: 29px; }
  @media only screen and (min-width: 64.0625rem) {
    .search-refine-options .search-results-headline .refine-search-link {
      font-size: 16px;
      font-size: 1rem;
      display: inline;
      text-decoration: underline;
      margin-top: 0; } }
  @media only screen and (max-width: 46rem) {
    .search-refine-options .search-results-headline .refine-search-link {
      font-size: 13px;
      font-size: 0.8125rem;
      margin-top: 0; } }

@media only screen and (max-width: 46rem) {
  .search-refine-options .search-results-headline .hot-deal-filter {
    display: none; } }

.search-refine-options .search-results-headline .hot-deal-filter p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #F5A623;
  line-height: 15px;
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 0; }

.search-refine-options .search-results-headline .hot-deal-filter span {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #9b9b9b;
  font-style: italic; }

.search-refine-options .search-results-headline .hot-deal-filter img {
  float: left;
  margin-right: 5px; }

.search-refine-options .search-results-headline .hot-deal-filter div.columns {
  margin-top: 29px;
  padding-left: 5px; }

.select-rate-results {
  padding-left: 15px;
  padding-right: 15px; }
  .select-rate-results .result {
    margin: 15px; }

#sort-listing-button {
  border: solid 1px #D8DCE6 !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  margin: 5px 0 10px 0;
  display: inline-block;
  color: #666666; }
  @media only screen and (max-width: 46rem) {
    #sort-listing-button {
      width: 100%;
      padding: 10px;
      position: relative; }
      #sort-listing-button i {
        float: right;
        margin-top: 4px; } }

#sort-dropdown-list #sort-listing-button {
  width: 143px;
  padding: 8px 0;
  background: white !important; }

div.option.sort .sort-dropdown-menu #sort-listing-button {
  width: 100% !important;
  padding: 10px 15px !important; }

.filtersToggle {
  border: solid 1px #E0E0E0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  padding: 5px 15px;
  background-color: #FAFAFA;
  color: #0076BB;
  font-weight: bold;
  display: block;
  margin-top: 15px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .filtersToggle {
      height: 60px;
      width: 60px;
      background: #0076BB !important;
      color: white !important;
      border-radius: 50%;
      padding-top: 18px !important;
      font-size: 23px !important;
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 99; }
      .filtersToggle .ion-android-options {
        color: white !important; } }
  @media only screen and (max-width: 46rem) {
    .filtersToggle {
      height: 60px;
      width: 60px;
      background: #0076BB !important;
      color: white !important;
      border-radius: 50%;
      padding-top: 12px !important;
      font-size: 23px !important;
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 99; }
      .filtersToggle .ion-android-options {
        color: white !important; } }

.sort-dropdown-menu strong {
  display: inline-block;
  float: left;
  margin-top: 5px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .sort-dropdown-menu strong {
      display: none; } }

.view-information {
  margin-top: 18px;
  margin-bottom: 0;
  font-weight: 800;
  margin-right: 5px;
  float: left; }

span.option.views ul#view-options {
  width: 100%;
  padding: 0;
  margin: 0; }
  span.option.views ul#view-options li {
    margin: 0;
    width: 50%;
    text-align: center;
    padding: 0; }
    span.option.views ul#view-options li a {
      display: block;
      padding: 8px 15px; }

body.special-rates #date-options {
  width: 100%;
  padding: 0;
  margin: -2px 0 8px 0; }
  body.special-rates #date-options li {
    width: 20%;
    text-align: center;
    padding: 0; }
    body.special-rates #date-options li a {
      width: 100%;
      padding: 5px 0;
      display: block; }

body.special-rates #date-options.weekend-date-list {
  width: auto; }
  body.special-rates #date-options.weekend-date-list li {
    width: auto; }
  body.special-rates #date-options.weekend-date-list a {
    padding: 5px 14px; }

body.special-rates .hot-deal-tile-rollup {
  height: 295px; }
  body.special-rates .hot-deal-tile-rollup .tee-time-detail {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    float: left;
    background-color: #F5A623;
    text-align: center;
    border: 1px solid #f39c0b;
    margin-right: 3%;
    color: white;
    font-weight: 800;
    width: 30%;
    margin-top: 10px; }

ul.view-by-btns, ul.date-by-btns {
  display: inline-block;
  list-style-type: none;
  padding: 2px 0px;
  background-color: #FAFAFA;
  margin: 15px 0 8px 0;
  border: solid 1px #E0E0E0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24); }
  ul.view-by-btns li, ul.date-by-btns li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    float: left; }
    ul.view-by-btns li a, ul.date-by-btns li a {
      background-color: #FAFAFA;
      color: #0076BB;
      font-weight: bold;
      font-size: 14px;
      padding: 5px 14px;
      margin: 0;
      border-right: solid 1px #E0E0E0;
      list-style-type: none; }
      ul.view-by-btns li a.selected, ul.date-by-btns li a.selected {
        background-color: #0076BB;
        color: white !important;
        border: none; }
    ul.view-by-btns li:first-child a, ul.date-by-btns li:first-child a {
      border-radius: 4px 0px 0px 4px; }
    ul.view-by-btns li:last-child a, ul.date-by-btns li:last-child a {
      border-right: none;
      border-radius: 0px 4px 4px 0px; }

ul.view-by-icons {
  display: inline-block;
  list-style-type: none;
  padding: 0px;
  margin: 5px 0 8px 0;
  border: solid 1px #E0E0E0;
  background: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  overflow: hidden; }
  ul.view-by-icons li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    float: left; }
    ul.view-by-icons li a {
      color: #E0E0E0;
      font-weight: bold;
      font-size: 14px;
      display: block;
      padding: 0 15px;
      margin: 0;
      border-right: solid 1px #E0E0E0;
      list-style-type: none; }
      ul.view-by-icons li a.selected {
        background-color: white;
        color: #666666;
        border-bottom: solid 1px #666666; }
      ul.view-by-icons li a.Grouping span {
        font-size: 0; }
        ul.view-by-icons li a.Grouping span:before {
          font-family: Ionicons;
          font-size: 24px;
          display: inline-block;
          content: '\f35c'; }
      ul.view-by-icons li a.List span {
        font-size: 0; }
        ul.view-by-icons li a.List span:before {
          font-family: Ionicons;
          font-size: 24px;
          display: inline-block;
          content: '\f394'; }
    ul.view-by-icons li:first-child a {
      border-radius: 4px 0px 0px 4px; }
    ul.view-by-icons li:last-child a {
      border-right: none;
      border-radius: 0px 4px 4px 0px; }

@media only screen and (max-width: 46rem) {
  .search-result-actions a:hover, .search-results a:hover, #searchModal a:hover {
    color: #0076BB; } }

.search-result-actions .view-date-sort, .search-results .view-date-sort, #searchModal .view-date-sort {
  border-top: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  padding: 0;
  margin: 0; }
  .search-result-actions .view-date-sort > .row, .search-results .view-date-sort > .row, #searchModal .view-date-sort > .row {
    border: solid 1px #E0E0E0; }
  @media only screen and (max-width: 46rem) {
    .search-result-actions .view-date-sort i.ion-chevron-down, .search-results .view-date-sort i.ion-chevron-down, #searchModal .view-date-sort i.ion-chevron-down {
      display: none; } }

.search-result-actions .sort-dropdown-menu, .search-result-actions .view-dropdown-menu, .search-results .sort-dropdown-menu, .search-results .view-dropdown-menu, #searchModal .sort-dropdown-menu, #searchModal .view-dropdown-menu {
  padding-top: 15px; }
  @media only screen and (max-width: 46rem) {
    .search-result-actions .sort-dropdown-menu, .search-result-actions .view-dropdown-menu, .search-results .sort-dropdown-menu, .search-results .view-dropdown-menu, #searchModal .sort-dropdown-menu, #searchModal .view-dropdown-menu {
      padding: 10px 0; } }
  .search-result-actions .sort-dropdown-menu p, .search-result-actions .view-dropdown-menu p, .search-results .sort-dropdown-menu p, .search-results .view-dropdown-menu p, #searchModal .sort-dropdown-menu p, #searchModal .view-dropdown-menu p {
    color: #666666;
    font-weight: 600;
    margin: 0px;
    padding: 0; }
    @media only screen and (max-width: 46rem) {
      .search-result-actions .sort-dropdown-menu p, .search-result-actions .view-dropdown-menu p, .search-results .sort-dropdown-menu p, .search-results .view-dropdown-menu p, #searchModal .sort-dropdown-menu p, #searchModal .view-dropdown-menu p {
        font-size: 12px;
        font-size: 0.75rem; } }
  .search-result-actions .sort-dropdown-menu .dd-link, .search-result-actions .view-dropdown-menu .dd-link, .search-results .sort-dropdown-menu .dd-link, .search-results .view-dropdown-menu .dd-link, #searchModal .sort-dropdown-menu .dd-link, #searchModal .view-dropdown-menu .dd-link {
    display: block;
    color: #0076BB;
    font-size: 14px;
    font-size: 0.875rem; }
    .search-result-actions .sort-dropdown-menu .dd-link.medium-up, .search-result-actions .view-dropdown-menu .dd-link.medium-up, .search-results .sort-dropdown-menu .dd-link.medium-up, .search-results .view-dropdown-menu .dd-link.medium-up, #searchModal .sort-dropdown-menu .dd-link.medium-up, #searchModal .view-dropdown-menu .dd-link.medium-up {
      font-weight: 600; }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        .search-result-actions .sort-dropdown-menu .dd-link.medium-up, .search-result-actions .view-dropdown-menu .dd-link.medium-up, .search-results .sort-dropdown-menu .dd-link.medium-up, .search-results .view-dropdown-menu .dd-link.medium-up, #searchModal .sort-dropdown-menu .dd-link.medium-up, #searchModal .view-dropdown-menu .dd-link.medium-up {
          font-size: 13px;
          font-size: 0.8125rem; } }
    .search-result-actions .sort-dropdown-menu .dd-link.small, .search-result-actions .view-dropdown-menu .dd-link.small, .search-results .sort-dropdown-menu .dd-link.small, .search-results .view-dropdown-menu .dd-link.small, #searchModal .sort-dropdown-menu .dd-link.small, #searchModal .view-dropdown-menu .dd-link.small {
      font-weight: 400;
      margin: 2px 0 0 0;
      padding: 0; }
      @media only screen and (max-width: 46rem) {
        .search-result-actions .sort-dropdown-menu .dd-link.small, .search-result-actions .view-dropdown-menu .dd-link.small, .search-results .sort-dropdown-menu .dd-link.small, .search-results .view-dropdown-menu .dd-link.small, #searchModal .sort-dropdown-menu .dd-link.small, #searchModal .view-dropdown-menu .dd-link.small {
          font-size: 12px;
          font-size: 0.75rem;
          font-size: 12px; } }
    .search-result-actions .sort-dropdown-menu .dd-link.disabled, .search-result-actions .sort-dropdown-menu .dd-link .disabled, .search-result-actions .view-dropdown-menu .dd-link.disabled, .search-result-actions .view-dropdown-menu .dd-link .disabled, .search-results .sort-dropdown-menu .dd-link.disabled, .search-results .sort-dropdown-menu .dd-link .disabled, .search-results .view-dropdown-menu .dd-link.disabled, .search-results .view-dropdown-menu .dd-link .disabled, #searchModal .sort-dropdown-menu .dd-link.disabled, #searchModal .sort-dropdown-menu .dd-link .disabled, #searchModal .view-dropdown-menu .dd-link.disabled, #searchModal .view-dropdown-menu .dd-link .disabled {
      color: #6c6c6c; }
    .search-result-actions .sort-dropdown-menu .dd-link i.icon, .search-result-actions .view-dropdown-menu .dd-link i.icon, .search-results .sort-dropdown-menu .dd-link i.icon, .search-results .view-dropdown-menu .dd-link i.icon, #searchModal .sort-dropdown-menu .dd-link i.icon, #searchModal .view-dropdown-menu .dd-link i.icon {
      color: #0076BB; }
  .search-result-actions .sort-dropdown-menu .f-open-dropdown, .search-result-actions .view-dropdown-menu .f-open-dropdown, .search-results .sort-dropdown-menu .f-open-dropdown, .search-results .view-dropdown-menu .f-open-dropdown, #searchModal .sort-dropdown-menu .f-open-dropdown, #searchModal .view-dropdown-menu .f-open-dropdown {
    -moz-box-shadow: 0px 4px 5px 0px #ccc;
    -webkit-box-shadow: 0px 4px 5px 0px #ccc;
    box-shadow: 0px 4px 5px 0px #ccc; }
    @media only screen and (max-width: 46rem) {
      .search-result-actions .sort-dropdown-menu .f-open-dropdown, .search-result-actions .view-dropdown-menu .f-open-dropdown, .search-results .sort-dropdown-menu .f-open-dropdown, .search-results .view-dropdown-menu .f-open-dropdown, #searchModal .sort-dropdown-menu .f-open-dropdown, #searchModal .view-dropdown-menu .f-open-dropdown {
        left: 10px !important;
        top: 36px !important;
        border-top: solid 1px #666666 !important;
        max-width: 105px !important; } }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .search-result-actions .sort-dropdown-menu .f-open-dropdown, .search-result-actions .view-dropdown-menu .f-open-dropdown, .search-results .sort-dropdown-menu .f-open-dropdown, .search-results .view-dropdown-menu .f-open-dropdown, #searchModal .sort-dropdown-menu .f-open-dropdown, #searchModal .view-dropdown-menu .f-open-dropdown {
        left: 15px !important;
        top: 44px !important;
        border-top: solid 1px #666666 !important;
        max-width: 150px !important; } }
    @media only screen and (min-width: 64.0625rem) {
      .search-result-actions .sort-dropdown-menu .f-open-dropdown, .search-result-actions .view-dropdown-menu .f-open-dropdown, .search-results .sort-dropdown-menu .f-open-dropdown, .search-results .view-dropdown-menu .f-open-dropdown, #searchModal .sort-dropdown-menu .f-open-dropdown, #searchModal .view-dropdown-menu .f-open-dropdown {
        left: 93px !important;
        top: 47px !important;
        border-top: solid 1px #666666 !important;
        max-width: 152px !important; } }
  .search-result-actions .sort-dropdown-menu .f-dropdown.open:before, .search-result-actions .view-dropdown-menu .f-dropdown.open:before, .search-results .sort-dropdown-menu .f-dropdown.open:before, .search-results .view-dropdown-menu .f-dropdown.open:before, #searchModal .sort-dropdown-menu .f-dropdown.open:before, #searchModal .view-dropdown-menu .f-dropdown.open:before {
    border: none; }
  .search-result-actions .sort-dropdown-menu .f-dropdown.open:after, .search-result-actions .view-dropdown-menu .f-dropdown.open:after, .search-results .sort-dropdown-menu .f-dropdown.open:after, .search-results .view-dropdown-menu .f-dropdown.open:after, #searchModal .sort-dropdown-menu .f-dropdown.open:after, #searchModal .view-dropdown-menu .f-dropdown.open:after {
    display: none; }
  .search-result-actions .sort-dropdown-menu #view-options, .search-result-actions .sort-dropdown-menu #sort-options, .search-result-actions .view-dropdown-menu #view-options, .search-result-actions .view-dropdown-menu #sort-options, .search-results .sort-dropdown-menu #view-options, .search-results .sort-dropdown-menu #sort-options, .search-results .view-dropdown-menu #view-options, .search-results .view-dropdown-menu #sort-options, #searchModal .sort-dropdown-menu #view-options, #searchModal .sort-dropdown-menu #sort-options, #searchModal .view-dropdown-menu #view-options, #searchModal .view-dropdown-menu #sort-options {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    border: solid 1px #E0E0E0; }
    .search-result-actions .sort-dropdown-menu #view-options a, .search-result-actions .sort-dropdown-menu #sort-options a, .search-result-actions .view-dropdown-menu #view-options a, .search-result-actions .view-dropdown-menu #sort-options a, .search-results .sort-dropdown-menu #view-options a, .search-results .sort-dropdown-menu #sort-options a, .search-results .view-dropdown-menu #view-options a, .search-results .view-dropdown-menu #sort-options a, #searchModal .sort-dropdown-menu #view-options a, #searchModal .sort-dropdown-menu #sort-options a, #searchModal .view-dropdown-menu #view-options a, #searchModal .view-dropdown-menu #sort-options a {
      color: #666666;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: normal;
      padding: 15px 10px;
      position: relative; }
    .search-result-actions .sort-dropdown-menu #view-options a.selected, .search-result-actions .sort-dropdown-menu #view-options a:hover, .search-result-actions .sort-dropdown-menu #sort-options a.selected, .search-result-actions .sort-dropdown-menu #sort-options a:hover, .search-result-actions .view-dropdown-menu #view-options a.selected, .search-result-actions .view-dropdown-menu #view-options a:hover, .search-result-actions .view-dropdown-menu #sort-options a.selected, .search-result-actions .view-dropdown-menu #sort-options a:hover, .search-results .sort-dropdown-menu #view-options a.selected, .search-results .sort-dropdown-menu #view-options a:hover, .search-results .sort-dropdown-menu #sort-options a.selected, .search-results .sort-dropdown-menu #sort-options a:hover, .search-results .view-dropdown-menu #view-options a.selected, .search-results .view-dropdown-menu #view-options a:hover, .search-results .view-dropdown-menu #sort-options a.selected, .search-results .view-dropdown-menu #sort-options a:hover, #searchModal .sort-dropdown-menu #view-options a.selected, #searchModal .sort-dropdown-menu #view-options a:hover, #searchModal .sort-dropdown-menu #sort-options a.selected, #searchModal .sort-dropdown-menu #sort-options a:hover, #searchModal .view-dropdown-menu #view-options a.selected, #searchModal .view-dropdown-menu #view-options a:hover, #searchModal .view-dropdown-menu #sort-options a.selected, #searchModal .view-dropdown-menu #sort-options a:hover {
      background: #E0E0E0;
      color: #0076BB;
      font-weight: 700; }
    .search-result-actions .sort-dropdown-menu #view-options .round-top, .search-result-actions .sort-dropdown-menu #sort-options .round-top, .search-result-actions .view-dropdown-menu #view-options .round-top, .search-result-actions .view-dropdown-menu #sort-options .round-top, .search-results .sort-dropdown-menu #view-options .round-top, .search-results .sort-dropdown-menu #sort-options .round-top, .search-results .view-dropdown-menu #view-options .round-top, .search-results .view-dropdown-menu #sort-options .round-top, #searchModal .sort-dropdown-menu #view-options .round-top, #searchModal .sort-dropdown-menu #sort-options .round-top, #searchModal .view-dropdown-menu #view-options .round-top, #searchModal .view-dropdown-menu #sort-options .round-top {
      border-radius: 4px 4px 0 0; }
    .search-result-actions .sort-dropdown-menu #view-options .round-bottom, .search-result-actions .sort-dropdown-menu #sort-options .round-bottom, .search-result-actions .view-dropdown-menu #view-options .round-bottom, .search-result-actions .view-dropdown-menu #sort-options .round-bottom, .search-results .sort-dropdown-menu #view-options .round-bottom, .search-results .sort-dropdown-menu #sort-options .round-bottom, .search-results .view-dropdown-menu #view-options .round-bottom, .search-results .view-dropdown-menu #sort-options .round-bottom, #searchModal .sort-dropdown-menu #view-options .round-bottom, #searchModal .sort-dropdown-menu #sort-options .round-bottom, #searchModal .view-dropdown-menu #view-options .round-bottom, #searchModal .view-dropdown-menu #sort-options .round-bottom {
      border-radius: 0 0 4px 4px;
      border-bottom: none; }
  .search-result-actions .sort-dropdown-menu #view-options::before, .search-result-actions .sort-dropdown-menu #sort-options::before, .search-result-actions .view-dropdown-menu #view-options::before, .search-result-actions .view-dropdown-menu #sort-options::before, .search-results .sort-dropdown-menu #view-options::before, .search-results .sort-dropdown-menu #sort-options::before, .search-results .view-dropdown-menu #view-options::before, .search-results .view-dropdown-menu #sort-options::before, #searchModal .sort-dropdown-menu #view-options::before, #searchModal .sort-dropdown-menu #sort-options::before, #searchModal .view-dropdown-menu #view-options::before, #searchModal .view-dropdown-menu #sort-options::before {
    border-color: transparent transparent #F2F2F2 transparent; }

.search-result-actions .filters-button a.disabled, .search-result-actions .filters-button a .disabled, .search-results .filters-button a.disabled, .search-results .filters-button a .disabled, #searchModal .filters-button a.disabled, #searchModal .filters-button a .disabled {
  color: #6c6c6c; }

@media only screen and (max-width: 46rem) {
  .search-result-actions .filters-button a, .search-results .filters-button a, #searchModal .filters-button a {
    font-size: 12px;
    font-size: 0.75rem; } }

.search-result-actions .date-selection, .search-results .date-selection, #searchModal .date-selection {
  padding: 10px;
  border-left: solid 1px #E0E0E0;
  border-right: solid 1px #E0E0E0; }
  .search-result-actions .date-selection:first-child, .search-results .date-selection:first-child, #searchModal .date-selection:first-child {
    border-left: none; }
  .search-result-actions .date-selection:last-child, .search-results .date-selection:last-child, #searchModal .date-selection:last-child {
    border-right: none; }
  .search-result-actions .date-selection p, .search-results .date-selection p, #searchModal .date-selection p {
    font-size: 12px;
    font-size: 0.75rem;
    color: #666666;
    font-weight: 600;
    margin: 0 0 -5px 0;
    padding: 10px 0 5px 0;
    padding: 0; }
  .search-result-actions .date-selection a span, .search-results .date-selection a span, #searchModal .date-selection a span {
    color: #0076BB;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0; }

.search-result-actions hr, .search-results hr, #searchModal hr {
  padding: 0;
  margin: 0; }

@media only screen and (max-width: 46rem) {
  .search-result-actions .hot-deal-filter, .search-results .hot-deal-filter, #searchModal .hot-deal-filter {
    display: none; } }

.search-result-actions .hot-deal-filter p, .search-results .hot-deal-filter p, #searchModal .hot-deal-filter p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #F5A623;
  line-height: 15px;
  margin-right: 10px;
  margin-bottom: 0; }

.search-result-actions .hot-deal-filter span, .search-results .hot-deal-filter span, #searchModal .hot-deal-filter span {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #E0E0E0;
  font-style: italic; }

.search-result-actions .hot-deal-filter img, .search-results .hot-deal-filter img, #searchModal .hot-deal-filter img {
  float: left;
  margin-right: 5px; }

.search-result-actions .tabs, .search-results .tabs, #searchModal .tabs {
  /*margin-top: 20px;*/
  border: 1px solid #E0E0E0;
  border-bottom: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */ }
  .search-result-actions .tabs li.tab-title, .search-results .tabs li.tab-title, #searchModal .tabs li.tab-title {
    width: 50%;
    float: left;
    text-align: center; }
    .search-result-actions .tabs li.tab-title.active a, .search-results .tabs li.tab-title.active a, #searchModal .tabs li.tab-title.active a {
      background-color: #0076BB;
      color: white; }
    .search-result-actions .tabs li.tab-title a, .search-results .tabs li.tab-title a, #searchModal .tabs li.tab-title a {
      padding: 0.5rem 0;
      background-color: white;
      color: #0076BB;
      padding: 10px 0; }

.search-result-actions .tabs-content > .content, .search-results .tabs-content > .content, #searchModal .tabs-content > .content {
  padding: 0; }

.search-result-actions #map-wrapper, .search-results #map-wrapper, #searchModal #map-wrapper {
  display: none; }
  @media only screen and (min-width: 46.0625rem) {
    .search-result-actions #map-wrapper, .search-results #map-wrapper, #searchModal #map-wrapper {
      height: 595px; } }
  @media only screen and (max-width: 46rem) {
    .search-result-actions #map-wrapper .large-12, .search-results #map-wrapper .large-12, #searchModal #map-wrapper .large-12 {
      margin-top: 20px; } }
  .search-result-actions #map-wrapper #map-canvas, .search-results #map-wrapper #map-canvas, #searchModal #map-wrapper #map-canvas {
    width: 100%;
    margin: 0 0 25px 0;
    height: 425px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .search-result-actions #map-wrapper #map-canvas, .search-results #map-wrapper #map-canvas, #searchModal #map-wrapper #map-canvas {
        height: 425px;
        width: 95%;
        margin: 0 auto 35px 0; } }
    @media only screen and (max-width: 46rem) {
      .search-result-actions #map-wrapper #map-canvas, .search-results #map-wrapper #map-canvas, #searchModal #map-wrapper #map-canvas {
        height: 325px;
        width: 95%;
        margin: 0 auto 15px 0; } }
  @media only screen and (max-width: 46rem) {
    .search-result-actions #map-wrapper #map-info-window .result, .search-results #map-wrapper #map-info-window .result, #searchModal #map-wrapper #map-info-window .result {
      margin: 15px; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .search-result-actions #map-wrapper #map-info-window .result, .search-results #map-wrapper #map-info-window .result, #searchModal #map-wrapper #map-info-window .result {
      margin: 15px; } }
  .search-result-actions #map-wrapper #map-info-window .facility-address p, .search-results #map-wrapper #map-info-window .facility-address p, #searchModal #map-wrapper #map-info-window .facility-address p {
    font-size: 16px;
    font-size: 1rem; }
    @media only screen and (max-width: 46rem) {
      .search-result-actions #map-wrapper #map-info-window .facility-address p, .search-results #map-wrapper #map-info-window .facility-address p, #searchModal #map-wrapper #map-info-window .facility-address p {
        font-size: 16px;
        font-size: 1rem; } }

@media only screen and (max-width: 46rem) {
  .search-results-heading .view-dropdown-menu, .search-results-heading .sort-dropdown-menu {
    padding: 10px; } }

.search-results-heading #dayPicker, .search-results-heading #lnkfedresults {
  margin-left: 5px;
  text-decoration: underline; }

@media only screen and (max-width: 46rem) {
  #results-tee-times .price, #results-tee-times .time {
    font-size: 18px;
    font-size: 1.125rem; } }

.facility-listing-wrapper {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  border: solid 1px #BEBEBE;
  background: white;
  display: block;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 15px; }
  @media only screen and (min-width: 64.0625rem) {
    .facility-listing-wrapper {
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: 0px;
      margin-right: 0px; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .facility-listing-wrapper {
      margin-top: 15px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 46rem) {
    .facility-listing-wrapper {
      margin-top: 0;
      margin-bottom: 15px;
      padding: 0; } }
  .facility-listing-wrapper .favorite-course.show-for-small-only {
    right: 10px;
    left: auto;
    top: -117px !important; }
  .facility-listing-wrapper .facility-picture {
    background-color: #666666;
    border-radius: 4px 4px 0 0;
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: -15px -15px 15px -15px;
    position: relative;
    background-position: center; }
    @media only screen and (max-width: 46rem) {
      .facility-listing-wrapper .facility-picture {
        height: 110px;
        margin: 0 0 10px 0; } }
    .facility-listing-wrapper .facility-picture h2 {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 500;
      color: white;
      position: absolute;
      bottom: 15px;
      left: 15px; }
    .facility-listing-wrapper .facility-picture .golfpass-perks {
      top: 15px;
      left: 70px;
      position: absolute; }
      @media only screen and (max-width: 46rem) {
        .facility-listing-wrapper .facility-picture .golfpass-perks {
          top: 0px;
          left: 0px; } }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        .facility-listing-wrapper .facility-picture .golfpass-perks {
          left: 5px; } }
      .facility-listing-wrapper .facility-picture .golfpass-perks span {
        font-weight: 800; }
      .facility-listing-wrapper .facility-picture .golfpass-perks img {
        width: 88px;
        vertical-align: baseline; }
  @media only screen and (max-width: 46rem) {
    .facility-listing-wrapper .facility-feedback {
      border-top: solid 1px #E0E0E0;
      margin-top: 15px; } }
  @media only screen and (max-width: 46rem) {
    .facility-listing-wrapper .facility-feedback .average-rating {
      padding: 0px 5px;
      text-align: center !important; } }
  .facility-listing-wrapper .facility-feedback .average-rating span.course-rating {
    font-size: 14px;
    font-size: 0.875rem;
    float: right;
    display: inline-block;
    color: #0076BB; }
    .facility-listing-wrapper .facility-feedback .average-rating span.course-rating center {
      display: inline-block; }
      @media only screen and (max-width: 46rem) {
        .facility-listing-wrapper .facility-feedback .average-rating span.course-rating center {
          display: inline-block !important;
          width: 70px !important;
          margin-top: 5px !important; } }
    .facility-listing-wrapper .facility-feedback .average-rating span.course-rating p {
      font-size: 14px;
      font-size: 0.875rem;
      color: #0076BB; }
      @media only screen and (max-width: 46rem) {
        .facility-listing-wrapper .facility-feedback .average-rating span.course-rating p {
          display: block; } }
    @media only screen and (max-width: 46rem) {
      .facility-listing-wrapper .facility-feedback .average-rating span.course-rating {
        font-size: 11px;
        width: 100%; }
        .facility-listing-wrapper .facility-feedback .average-rating span.course-rating svg {
          margin-top: 10px; }
        .facility-listing-wrapper .facility-feedback .average-rating span.course-rating a {
          display: inline-block; } }
    @media only screen and (max-width: 46rem) and (orientation: landscape) {
      .facility-listing-wrapper .facility-feedback .average-rating span.course-rating a {
        margin-top: 12px !important; } }
    @media only screen and (max-width: 46rem) {
        .facility-listing-wrapper .facility-feedback .average-rating span.course-rating span {
          margin-top: -5px !important;
          display: block !important; } }
  @media only screen and (max-width: 46rem) {
    .facility-listing-wrapper .facility-feedback .recommended {
      border-right: solid 1px #E0E0E0;
      padding: 6px; }
      .facility-listing-wrapper .facility-feedback .recommended a.favorite-course {
        display: none; } }
  .facility-listing-wrapper .facility-feedback .recommended h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
    color: #417505;
    font-weight: 500; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .facility-listing-wrapper .facility-feedback .recommended h3 {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media only screen and (max-width: 46rem) {
      .facility-listing-wrapper .facility-feedback .recommended h3 {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 12px;
        text-align: center;
        padding: 11px 0 8px 0; } }
    .facility-listing-wrapper .facility-feedback .recommended h3 small {
      font-size: 16px;
      font-size: 1rem;
      color: #666666;
      font-weight: normal; }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        .facility-listing-wrapper .facility-feedback .recommended h3 small {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media only screen and (max-width: 46rem) {
        .facility-listing-wrapper .facility-feedback .recommended h3 small {
          font-size: 11px;
          font-size: 0.6875rem; } }
  .facility-listing-wrapper .facility-feedback p {
    font-size: 14px; }
    .facility-listing-wrapper .facility-feedback p a {
      color: #0076BB; }
  .facility-listing-wrapper .course-basic-info a {
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: underline; }
  .facility-listing-wrapper .course-basic-info h1 {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0; }
  .facility-listing-wrapper .course-basic-info address {
    font-size: 14px;
    font-size: 0.875rem;
    color: #666666;
    font-style: normal; }
  .facility-listing-wrapper .course-basic-info h3 {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #666666; }
    .facility-listing-wrapper .course-basic-info h3 span {
      margin-left: 8px;
      font-weight: bold; }
      @media only screen and (max-width: 46rem) {
        .facility-listing-wrapper .course-basic-info h3 span {
          margin-left: 3px; } }
      .facility-listing-wrapper .course-basic-info h3 span:first-child {
        margin-left: 0; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .facility-listing-wrapper .course-basic-info h3 {
        font-size: 12px;
        font-size: 0.75rem; } }
    @media only screen and (max-width: 46rem) {
      .facility-listing-wrapper .course-basic-info h3 {
        font-size: 11px;
        font-size: 0.6875rem; } }

#main-header .search-field ul.autocomplete-results .nearme a span, #search-box .search-field ul.autocomplete-results .nearme a span {
  width: inherit; }

#main-header .search-field ul.autocomplete-results li.message, #search-box .search-field ul.autocomplete-results li.message {
  text-align: center;
  margin: 25px 0 0 0;
  cursor: text; }

.location-heading {
  padding: 0;
  margin: 0; }
  .location-heading h1 {
    padding: 10px 0;
    margin: 0 0 0 0; }
    @media only screen and (max-width: 46rem) {
      .location-heading h1 {
        font-size: 12px;
        font-size: 0.75rem; } }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .location-heading h1 {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 10px 0; } }
  .location-heading .location {
    font-size: 11px;
    font-size: 0.6875rem; }
  .location-heading .location a {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #0076BB;
    display: inline-block;
    white-space: nowrap;
    font-weight: 300;
    margin: 20px 0 0 10px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .location-heading .location a {
        margin: 12px 0 0 10px; } }
    @media only screen and (max-width: 46rem) {
      .location-heading .location a {
        margin: 0 0 10px 0; } }
  .location-heading b {
    font-weight: 300; }

.special-rates #search-box {
  position: absolute;
  z-index: 1; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .special-rates #search-box {
      position: relative; } }

.go-play {
  background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/goplay-hero-lg.jpg?v=333041751);
  background-size: cover; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .go-play {
      background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/goplay-hero-md.jpg?v=333041751); } }
  @media only screen and (max-width: 46rem) {
    .go-play {
      background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/goplay-hero-sm.jpg?v=333041751); } }

@media only screen and (max-width: 46rem) {
  #special-rate-header .columns.small-12 {
    padding-left: 0;
    padding-right: 0; } }

.play-hero {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .play-hero {
      height: auto;
      background-position: center top; } }
  @media only screen and (max-width: 46rem) {
    .play-hero {
      height: 125px;
      background-position: center top; } }
  .play-hero a {
    color: white;
    text-decoration: underline; }
  .play-hero.play-nine {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/playnine-hero-lg.jpg?v=333041751); }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .play-hero.play-nine {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/playnine-hero-md.jpg?v=333041751); } }
    @media only screen and (max-width: 46rem) {
      .play-hero.play-nine {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/playnine-hero-sm.jpg?v=333041751); } }
  .play-hero.play-walk {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/playwalk-hero-lg.jpg?v=333041751);
    background-position: center center; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .play-hero.play-walk {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/playwalk-hero-md.jpg?v=333041751); } }
    @media only screen and (max-width: 46rem) {
      .play-hero.play-walk {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/playwalk-hero-sm.jpg?v=333041751); } }
  .play-hero.play-fast {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/playfast-hero-lg.jpg?v=333041751); }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .play-hero.play-fast {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/playfast-hero-md.jpg?v=333041751); } }
    @media only screen and (max-width: 46rem) {
      .play-hero.play-fast {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/playfast-hero-sm.jpg?v=333041751);
        background-position: initial;
        background-size: 52%; } }
  .play-hero.play-single {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/playsingle-hero-lg.jpg?v=333041751); }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .play-hero.play-single {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/playsingle-hero-md.jpg?v=333041751); } }
    @media only screen and (max-width: 46rem) {
      .play-hero.play-single {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/playsingle-hero-sm.jpg?v=333041751); } }
  .play-hero.twilight-golf-near-me {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/twilightgolf-hero-lg.png?v=333041751); }
    @media only screen and (min-width: 90.0625rem) {
      .play-hero.twilight-golf-near-me {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/twilightgolf-hero-xl.png?v=333041751); } }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .play-hero.twilight-golf-near-me {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/twilightgolf-hero-md.png?v=333041751); } }
    @media only screen and (max-width: 46rem) {
      .play-hero.twilight-golf-near-me {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/twilightgolf-hero-md.png?v=333041751); } }
  .play-hero.near-me {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/nearme-hero-lg.jpg?v=333041751); }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .play-hero.near-me {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/nearme-hero-md.jpg?v=333041751); } }
    @media only screen and (max-width: 46rem) {
      .play-hero.near-me {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/nearme-hero-sm.jpg?v=333041751); } }
  .play-hero.best-courses-near-me {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/best-courses-near-me-hero.jpg?v=333041751); }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .play-hero.best-courses-near-me {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/best-courses-near-me-md.jpg?v=333041751); } }
    @media only screen and (max-width: 46rem) {
      .play-hero.best-courses-near-me {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/best-courses-near-me-sm.jpg?v=333041751); } }
  .play-hero.premier-card {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/premiercard-hero-lg.jpg?v=333041751); }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .play-hero.premier-card {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/premiercard-hero-md.jpg?v=333041751); } }
    @media only screen and (max-width: 46rem) {
      .play-hero.premier-card {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/premiercard-hero-sm.jpg?v=333041751); } }
    .play-hero.premier-card h2 {
      font-size: 18px !important; }
  .play-hero.go-play-week {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/goplay-hero-lg.jpg?v=333041751); }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .play-hero.go-play-week {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/goplay-hero-md.jpg?v=333041751); } }
    @media only screen and (max-width: 46rem) {
      .play-hero.go-play-week {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/goplay-hero-sm.jpg?v=333041751); } }
  .play-hero.hot-deals {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/hot-deals-hero-lg.jpg?v=333041751);
    background-position: center center; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .play-hero.hot-deals {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/hot-deals-hero-md.jpg?v=333041751); } }
    @media only screen and (max-width: 46rem) {
      .play-hero.hot-deals {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/hot-deals-hero-sm.jpg?v=333041751); } }
  .play-hero.private-clubs {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/private-hero.jpg?v=333041751);
    background-position: center center; }
  .play-hero.featured-courses {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/featured-hero-lg.jpg?v=333041751);
    background-position: center center; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .play-hero.featured-courses {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/featured-hero-md.jpg?v=333041751); } }
    @media only screen and (max-width: 46rem) {
      .play-hero.featured-courses {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/featured-hero-sm.jpg?v=333041751); } }
  .play-hero.golf-pass {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/golfpass-perks-hero.png?v=333041751);
    background-position: center center; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .play-hero.golf-pass {
        min-height: 160px;
        background-size: cover; } }
  .play-hero.golfnow-reviews {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/review-hero.jpg?v=333041751);
    background-position: center center; }
  .play-hero.best-deals {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/best-deals.jpg?v=333041751);
    background-position: center center; }
  .play-hero.golf-instructors {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/instructor-banner-hero.jpg?v=333041751);
    background-position: center center; }
    @media only screen and (max-width: 46rem) {
      .play-hero.golf-instructors {
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/instructor-banner-hero-sm.jpg?v=333041751); } }
  .play-hero.deal-times {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/deal-times-hero-lg.jpg?v=333041751);
    background-position: top center; }
    @media only screen and (max-width: 46rem) {
      .play-hero.deal-times .margin-top {
        margin: 0; } }
  .play-hero.weekend-teetimes {
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/weekend-teetimes.jpg?v=333041751);
    background-position: center center; }
  .play-hero.text {
    padding: 35px 30px; }
    @media only screen and (max-width: 46rem) {
      .play-hero.text {
        padding-top: 35px; } }
    .play-hero.text h1 {
      font-size: 54px;
      font-weight: 800;
      color: white;
      margin: 0;
      line-height: 60px; }
      @media only screen and (max-width: 46rem) {
        .play-hero.text h1 {
          font-size: 32px;
          line-height: 32px; }
          .play-hero.text h1 img {
            width: 50px !important; } }
    .play-hero.text h2, .play-hero.text p {
      font-size: 20px;
      font-weight: normal;
      margin: 0 0 10px 0;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
      color: white;
      width: 60%; }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        .play-hero.text h2, .play-hero.text p {
          font-size: 16px;
          font-size: 1rem;
          margin: 0;
          width: 100%; } }
      @media only screen and (max-width: 46rem) {
        .play-hero.text h2, .play-hero.text p {
          display: none !important; } }
    .play-hero.text h1.color-green-primary, .play-hero.text h1.color-blue-primary {
      color: white !important; }
    .play-hero.text .orange {
      color: #F5A623;
      background: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hot-deals-icon.png?v=333041751) no-repeat left;
      padding: 0 0 0 95px;
      background-size: contain; }
      @media only screen and (max-width: 46rem) {
        .play-hero.text .orange {
          padding: 0 0 0 65px; } }
  .play-hero.hot-deals .text {
    text-align: center;
    margin-top: 65px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .play-hero.hot-deals .text {
        margin-top: 38px; } }
    @media only screen and (max-width: 46rem) {
      .play-hero.hot-deals .text {
        margin-top: 18px; } }
    .play-hero.hot-deals .text img {
      width: 220px; }
      @media only screen and (max-width: 46rem) {
        .play-hero.hot-deals .text img {
          width: 175px; } }
    .play-hero.hot-deals .text p {
      color: white;
      margin: 10px auto;
      font-weight: 500;
      text-align: center;
      font-size: 26px;
      line-height: 32px; }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        .play-hero.hot-deals .text p {
          width: 80%; } }
      @media only screen and (max-width: 46rem) {
        .play-hero.hot-deals .text p {
          visibility: visible;
          display: block !important;
          font-size: 16px;
          line-height: 20px; } }
  .play-hero.hot-deals .search-results-headline h1 {
    color: #666666;
    font-weight: 300;
    padding-bottom: 0; }
    .play-hero.hot-deals .search-results-headline h1 b {
      font-weight: 400; }
    @media only screen and (max-width: 46rem) {
      .play-hero.hot-deals .search-results-headline h1 {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 0;
        line-height: 16px; } }
  .play-hero.hot-deals .search-results-headline ul {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none; }
    .play-hero.hot-deals .search-results-headline ul li {
      font-size: 16px;
      font-size: 1rem;
      text-align: center;
      display: inline;
      margin-right: 20px;
      color: #9b9b9b;
      font-weight: 300; }
  @media only screen and (max-width: 46rem) {
    .play-hero.hot-deals .search-results-headline .list-refined-items {
      display: none; } }
  .play-hero.hot-deals .search-results-headline .back-link i {
    padding-top: 33px;
    font-size: 20px !important; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .play-hero.hot-deals .search-results-headline .back-link i {
        font-size: 18px;
        font-size: 1.125rem;
        padding-top: 20px; } }
    @media only screen and (max-width: 46rem) {
      .play-hero.hot-deals .search-results-headline .back-link i {
        font-size: 16px;
        font-size: 1rem;
        padding: 0; } }
  .play-hero.hot-deals .search-results-headline .refine-search-link {
    font-size: 20px;
    font-size: 1.25rem;
    display: block;
    color: #0076BB;
    font-weight: 400;
    margin-top: 29px; }
    @media only screen and (max-width: 46rem) {
      .play-hero.hot-deals .search-results-headline .refine-search-link {
        font-size: 13px;
        font-size: 0.8125rem;
        margin-top: 0; } }
  .play-hero .search-results-headline h1 {
    color: #666666;
    font-weight: 300;
    padding-bottom: 0; }
    .play-hero .search-results-headline h1 b {
      font-weight: 400; }
    @media only screen and (max-width: 46rem) {
      .play-hero .search-results-headline h1 {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 0;
        line-height: 16px; } }
  .play-hero .search-results-headline ul {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none; }
    .play-hero .search-results-headline ul li {
      font-size: 16px;
      font-size: 1rem;
      text-align: center;
      display: inline;
      margin-right: 20px;
      color: #9b9b9b;
      font-weight: 300; }
  @media only screen and (max-width: 46rem) {
    .play-hero .search-results-headline .list-refined-items {
      display: none; } }
  .play-hero .search-results-headline .refine-search-link {
    display: block;
    color: #0076BB;
    font-weight: 400;
    font-size: 20px;
    margin-top: 29px; }
    @media only screen and (max-width: 46rem) {
      .play-hero .search-results-headline .refine-search-link {
        font-size: 13px;
        margin-top: 0; } }

#Simulators section.simulator-hero {
  background: url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/simulator-hero.jpg?v=333041751");
  height: 380px;
  background-size: cover;
  background-position: center center; }
  @media only screen and (max-width: 46rem) {
    #Simulators section.simulator-hero {
      background: url("https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/simulator-hero-sm.jpg?v=333041751");
      background-position: top center; } }

.search-header {
  margin-top: 23px;
  display: block; }

.golf-instructors-center {
  background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/learn-from-best-instructors-hero.png?v=333041751);
  background-position: center center; }

@media only screen and (max-device-width: 1223px) and (orientation: landscape) {
  #facility-listing .clearing-featured-img, #course-detail-section .clearing-featured-img, #destinationsspotlightcourse .clearing-featured-img, #tee-time-details .clearing-featured-img {
    overflow: hidden; } }

#facility-listing .facility-image-lightbox .golfpass-perks-override-container, #course-detail-section .facility-image-lightbox .golfpass-perks-override-container, #destinationsspotlightcourse .facility-image-lightbox .golfpass-perks-override-container, #tee-time-details .facility-image-lightbox .golfpass-perks-override-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%; }
  @media only screen and (max-width: 46rem) {
    #facility-listing .facility-image-lightbox .golfpass-perks-override-container, #course-detail-section .facility-image-lightbox .golfpass-perks-override-container, #destinationsspotlightcourse .facility-image-lightbox .golfpass-perks-override-container, #tee-time-details .facility-image-lightbox .golfpass-perks-override-container {
      left: 0px;
      top: 5px; } }

#facility-listing .facility-image-lightbox .golfpass-perks, #course-detail-section .facility-image-lightbox .golfpass-perks, #destinationsspotlightcourse .facility-image-lightbox .golfpass-perks, #tee-time-details .facility-image-lightbox .golfpass-perks {
  top: 10px;
  left: 10px;
  position: absolute;
  z-index: 50; }
  #facility-listing .facility-image-lightbox .golfpass-perks img, #course-detail-section .facility-image-lightbox .golfpass-perks img, #destinationsspotlightcourse .facility-image-lightbox .golfpass-perks img, #tee-time-details .facility-image-lightbox .golfpass-perks img {
    width: 150px;
    margin: 5px 0 0 5px; }
    @media only screen and (max-width: 46rem) {
      #facility-listing .facility-image-lightbox .golfpass-perks img, #course-detail-section .facility-image-lightbox .golfpass-perks img, #destinationsspotlightcourse .facility-image-lightbox .golfpass-perks img, #tee-time-details .facility-image-lightbox .golfpass-perks img {
        width: 150px; } }

#facility-listing .facility-image-lightbox .private-course, #course-detail-section .facility-image-lightbox .private-course, #destinationsspotlightcourse .facility-image-lightbox .private-course, #tee-time-details .facility-image-lightbox .private-course {
  background-color: black;
  padding: 0 12px !important;
  line-height: 1.6;
  color: white !important;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: auto;
  border-radius: 10px;
  text-align: center;
  font-size: 14px !important;
  z-index: 3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

#facility-listing .facility-image-lightbox .featured-course, #course-detail-section .facility-image-lightbox .featured-course, #destinationsspotlightcourse .facility-image-lightbox .featured-course, #tee-time-details .facility-image-lightbox .featured-course {
  background-color: #77BC43;
  padding: 0 12px !important;
  line-height: 1.6;
  color: white !important;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: auto;
  border-radius: 10px;
  text-align: center;
  font-size: 14px !important;
  z-index: 3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

#facility-listing .facility-image-lightbox .new-course, #course-detail-section .facility-image-lightbox .new-course, #destinationsspotlightcourse .facility-image-lightbox .new-course, #tee-time-details .facility-image-lightbox .new-course {
  background-color: #0076BB;
  padding: 0 12px !important;
  line-height: 1.6;
  color: white !important;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: auto;
  border-radius: 10px;
  text-align: center;
  font-size: 14px !important;
  z-index: 3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  #searchModal #resetBtn, #searchModal #applyBtn {
    width: 48%; } }

@media only screen and (max-width: 46rem) {
  #searchModal .sort-dropdown-menu .f-open-dropdown {
    max-width: 90% !important;
    top: 157px !important;
    left: auto !important; } }

@media only screen and (max-width: 46rem) {
  #searchModal .sort-dropdown-menu #sort-options li {
    display: block;
    padding: 10px 15px;
    margin: 0 !important; } }

@media only screen and (max-width: 46rem) {
  #searchModal .sort-dropdown-menu #sort-options a {
    padding: 0; } }

@media only screen and (max-width: 46rem) {
  #searchModal .sort-dropdown-menu #sort-options a.selected {
    background: transparent; } }

#hot-deal-zone, #hot-deal-zone-more-deals {
  margin-bottom: 10px; }
  @media only screen and (max-width: 46rem) {
    #hot-deal-zone h2, #hot-deal-zone-more-deals h2 {
      margin-top: 25px;
      line-height: 18px; } }
  #hot-deal-zone h2 span, #hot-deal-zone-more-deals h2 span {
    font-weight: normal; }
    @media only screen and (max-width: 46rem) {
      #hot-deal-zone h2 span, #hot-deal-zone-more-deals h2 span {
        font-size: 13px; } }
  #hot-deal-zone h2 img, #hot-deal-zone-more-deals h2 img {
    margin-top: -5px; }
    @media only screen and (max-width: 46rem) {
      #hot-deal-zone h2 img, #hot-deal-zone-more-deals h2 img {
        width: 12px; } }
  #hot-deal-zone h2 hr, #hot-deal-zone-more-deals h2 hr {
    margin: 0; }
  @media only screen and (max-width: 46rem) {
    #hot-deal-zone hr, #hot-deal-zone-more-deals hr {
      margin: 1.25rem 0 0; } }
  #hot-deal-zone a, #hot-deal-zone-more-deals a {
    display: block; }
    #hot-deal-zone a p, #hot-deal-zone-more-deals a p {
      margin: 0 0 7px 0;
      text-align: center;
      font-size: 13px; }
  #hot-deal-zone .hot-deal-zone-tile, #hot-deal-zone-more-deals .hot-deal-zone-tile {
    width: 118px;
    height: 75px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    border: solid 1px #BEBEBE;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    float: left;
    background: white;
    margin: 0 0 25px 0; }
    #hot-deal-zone .hot-deal-zone-tile.sold, #hot-deal-zone-more-deals .hot-deal-zone-tile.sold {
      font-weight: 800;
      background: #9b9b9b;
      position: relative;
      border-color: #E0E0E0;
      cursor: default; }
      #hot-deal-zone .hot-deal-zone-tile.sold p.zone-price, #hot-deal-zone-more-deals .hot-deal-zone-tile.sold p.zone-price {
        color: white !important; }
    @media only screen and (max-width: 46rem) {
      #hot-deal-zone .hot-deal-zone-tile, #hot-deal-zone-more-deals .hot-deal-zone-tile {
        height: 58px;
        width: 100%; } }
    #hot-deal-zone .hot-deal-zone-tile time div, #hot-deal-zone-more-deals .hot-deal-zone-tile time div {
      font-size: 16px;
      font-size: 1rem;
      color: white;
      background: #F5A623;
      font-weight: 500;
      border-radius: 4px 4px 0 0;
      padding: 8px 12px;
      margin-top: -1px; }
      @media only screen and (max-width: 46rem) {
        #hot-deal-zone .hot-deal-zone-tile time div, #hot-deal-zone-more-deals .hot-deal-zone-tile time div {
          font-size: 13px;
          padding: 4px 10px;
          font-weight: 800; } }
    #hot-deal-zone .hot-deal-zone-tile p.zone-price, #hot-deal-zone-more-deals .hot-deal-zone-tile p.zone-price {
      font-size: 17px;
      margin: 0;
      font-weight: 800;
      color: #0076BB !important;
      text-align: left;
      padding: 3px 6px; }
      @media only screen and (max-width: 46rem) {
        #hot-deal-zone .hot-deal-zone-tile p.zone-price, #hot-deal-zone-more-deals .hot-deal-zone-tile p.zone-price {
          font-size: 13px;
          padding: 4px 10px;
          font-weight: 800; } }
      #hot-deal-zone .hot-deal-zone-tile p.zone-price span, #hot-deal-zone-more-deals .hot-deal-zone-tile p.zone-price span {
        font-size: 14px;
        color: #666666; }
        @media only screen and (max-width: 46rem) {
          #hot-deal-zone .hot-deal-zone-tile p.zone-price span, #hot-deal-zone-more-deals .hot-deal-zone-tile p.zone-price span {
            font-size: 12px;
            font-size: 0.75rem; } }
    #hot-deal-zone .hot-deal-zone-tile center, #hot-deal-zone-more-deals .hot-deal-zone-tile center {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 500;
      color: #0076BB; }

@media only screen and (max-width: 46rem) {
  .rounds-left .zone-price {
    padding: 4px 5px !important; } }

@media only screen and (min-width: 46.0625rem) {
  .headline-elements h1.multiple-rates {
    margin-bottom: 15px; } }

@media only screen and (max-width: 46rem) {
  .featured-mini h2 {
    margin-top: 10px; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  .featured-mini .large-4, .featured-mini .small-12 {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 46rem) {
  .featured-mini .large-4, .featured-mini .small-12 {
    padding: 0; } }

.featured-mini .featured-data-container {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  border: solid 1px #BEBEBE;
  background: white;
  display: block;
  height: auto;
  padding: 0;
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 107px; }
  @media only screen and (max-width: 46rem) {
    .featured-mini .featured-data-container {
      margin-bottom: 0px; } }
  .featured-mini .featured-data-container .tile-image {
    height: 105px;
    width: 105px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    float: left;
    margin-right: 10px;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .featured-mini .featured-data-container .tile-image p {
      background-color: #77BC43;
      padding: 0 12px !important;
      line-height: 1.6;
      color: white !important;
      margin: 0;
      position: absolute;
      bottom: 15px;
      left: 10px;
      width: auto;
      border-radius: 10px;
      text-align: center;
      font-size: 14px !important;
      z-index: 3;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      bottom: 8px;
      right: 8px;
      padding: 0 8px !important;
      font-size: 12px !important; }
  .featured-mini .featured-data-container h3 {
    font-size: 15px;
    padding-right: 5px;
    margin: 10px 0 0 0;
    line-height: 16px;
    color: #0076BB;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 47px;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .featured-mini .featured-data-container h3 {
        font-size: 12px;
        line-height: 14px; } }
  .featured-mini .featured-data-container .course-rating, .featured-mini .featured-data-container .course-distance {
    font-size: 14px;
    color: #666666; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .featured-mini .featured-data-container .course-rating, .featured-mini .featured-data-container .course-distance {
        font-size: 12px; } }
  .featured-mini .featured-data-container .course-rating .golfer-reviews {
    display: none; }

#select-rate-modal .rate-tile {
  border: solid 1px #BEBEBE;
  background: white;
  padding: 15px 0 15px 0;
  margin-bottom: 10px;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */ }
  #select-rate-modal .rate-tile strong {
    font-weight: 800; }
  #select-rate-modal .rate-tile .button {
    padding: 8px 0;
    margin: 20px 0 0 0; }
    @media only screen and (max-width: 46rem) {
      #select-rate-modal .rate-tile .button {
        width: 100%;
        margin: 15px 0 0 0; } }
  #select-rate-modal .rate-tile .hot-deal-flame.tt-details {
    position: absolute;
    top: 0;
    right: 0; }
    #select-rate-modal .rate-tile .hot-deal-flame.tt-details img {
      width: 40px; }
      @media only screen and (max-width: 46rem) {
        #select-rate-modal .rate-tile .hot-deal-flame.tt-details img {
          width: auto; } }

#select-rate-modal .time {
  padding: 0; }
  #select-rate-modal .time span.font-24 {
    font-weight: 600; }

#select-rate-modal .time p {
  margin: 0px; }

#select-rate-modal p.earn-points {
  font-size: 13px; }

@media only screen and (max-width: 46rem) {
  #select-rate-modal .columns.medium-4.small-12 p {
    font-size: 14px;
    margin: 0 0 0 26px; } }

body.tee-time-search .facility-filters div {
  border: none; }
  body.tee-time-search .facility-filters div .search-results-heading > div {
    margin: 0 !important;
    padding: 0 !important; }
  body.tee-time-search .facility-filters div .columns.small-6.large-8.medium-7 {
    width: 100%; }
  body.tee-time-search .facility-filters div h2 {
    font-size: 18px; }
    body.tee-time-search .facility-filters div h2 span {
      font-family: "Cabin", sans-serif; }

body.tee-time-search #course-quick-info p {
  margin-bottom: 0px;
  clear: both; }

body.tee-time-search #course-quick-info span .course-rating svg {
  float: none; }

body.tee-time-search #course-quick-info div.description {
  height: 45px !important;
  overflow-y: hidden;
  line-height: 20px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

@media only screen and (max-width: 46rem) {
  body.tee-time-search #perks-summary {
    padding: 9px;
    border: 1px solid #EAEDF3;
    margin-top: 10px; } }

body.tee-time-search #facility-listing #course-quick-info address {
  line-height: 1.2; }

body.tee-time-search #facility-listing #course-quick-info .course-statistics-slope, body.tee-time-search #facility-listing #course-quick-info .course-statistics-rating {
  display: none; }

.clearing-featured-img {
  position: relative; }
  @media only screen and (max-width: 46rem) {
    .clearing-featured-img {
      display: block;
      height: 125px;
      overflow: hidden;
      margin: 0 !important; } }
  .clearing-featured-img span.btn-gray {
    background: #979797;
    padding: 8px 16px;
    position: absolute;
    margin: 0;
    right: 10px;
    bottom: 10px;
    border: 1px solid #979797; }
    @media only screen and (max-width: 46rem) {
      .clearing-featured-img span.btn-gray {
        padding: 4px 5px;
        bottom: 0px !important; } }

.fdi-left-side .clearing-thumbs li, .fdi-left-side [data-clearing] li {
  margin-right: 0; }

.fdi-left-side .clearing-featured-img span.btn-gray {
  right: 15px;
  bottom: -5px;
  padding: 8px 12px;
  font-size: 13px; }

.fdi-left-side .clearing-assembled .favorite-course {
  top: 15px !important;
  left: 15px !important; }

.fdi-left-side .clearing-assembled .share-course {
  width: 38px !important;
  height: 36px !important;
  padding: 7px 8px 1px 7px !important;
  top: 15px !important;
  left: 65px !important; }

.fdi-left-side .golfer-feedback p, .fdi-left-side .course-stats {
  font-size: 12px !important;
  line-height: 16px; }

.fdi-left-side .golfer-feedback .course-rating {
  margin-left: 3px !important; }
  @media only screen and (max-width: 46rem) {
    .fdi-left-side .golfer-feedback .course-rating {
      margin-left: 0px !important; } }

.fdi-left-side .description {
  margin-top: 8px; }

li.related-course-tile {
  padding: 0 13px; }

@media only screen and (max-width: 46rem) {
  #facility-related-courses-title {
    display: none; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  #facility-related-courses-title {
    padding-left: 0;
    padding-right: 0; }
    #facility-related-courses-title .lSAction > .lSNext:before {
      right: 5px;
      top: -10px; }
    #facility-related-courses-title .lSAction > .lSPrev:before {
      left: 2px;
      top: -10px; } }

#facility-related-courses-slider {
  height: 125px; }
  #facility-related-courses-slider li.related-course-tile {
    background: #FFFFFF;
    padding: 10px 25px;
    margin: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    border: 1px solid #E0E0E0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21); }
    #facility-related-courses-slider li.related-course-tile :hover h3 {
      text-decoration: underline; }
    #facility-related-courses-slider li.related-course-tile address {
      margin-bottom: 0;
      line-height: 16px;
      padding-right: 15px;
      word-wrap: break-word; }

#course-quick-info.large-5 .tile-image {
  height: 55px !important;
  width: 55px !important;
  margin-bottom: 10px !important; }

#course-quick-info.large-5 li.related-course-tile {
  padding: 15px 35px 15px 50px !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #course-quick-info.large-5 li.related-course-tile {
      padding: 15px 35px 15px 70px !important; } }

.columns.large-7.medium-12.facility-image-lightbox .golfpass-perks {
  right: 82px !important; }
  @media only screen and (max-width: 46rem) {
    .columns.large-7.medium-12.facility-image-lightbox .golfpass-perks {
      right: 102px !important;
      top: 0px !important; } }

.columns.large-7.medium-12.facility-image-lightbox li.clearing-featured-img {
  width: 100%; }
  .columns.large-7.medium-12.facility-image-lightbox li.clearing-featured-img img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */ }

@media only screen and (max-width: 46rem) {
  body.tee-time-search .tooltip.tip-right.tip-override {
    right: 30px !important;
    left: auto !important;
    max-width: 290px !important; } }

#facility-policies-info {
  position: relative; }
  #facility-policies-info:before {
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(transparent, white);
    background: -o-linear-gradient(transparent, white);
    background: -moz-linear-gradient(transparent, white);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%);
    z-index: 99; }

section#available-promos-container {
  padding-top: 10px; }
  @media only screen and (max-width: 46rem) {
    section#available-promos-container {
      padding-bottom: 15px; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    section#available-promos-container {
      padding-bottom: 15px; } }
  section#available-promos-container div.hot-deal-flame {
    width: 150px;
    line-height: 13px;
    padding: 3px 12px 5px 7px;
    border-radius: 15px;
    font-size: 16px;
    background: #F5A623;
    color: white;
    transform: none; }
    @media only screen and (max-width: 46rem) {
      section#available-promos-container div.hot-deal-flame {
        text-align: center; } }
  section#available-promos-container .promoted-campaign-header {
    display: flex;
    align-items: center; }
  section#available-promos-container .promoted-campaign-description {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  section#available-promos-container i.promoted-campaign-moreinfo {
    display: none;
    padding-top: 8px; }
    @media only screen and (max-width: 46rem) {
      section#available-promos-container i.promoted-campaign-moreinfo {
        padding: 0px;
        margin: 0; } }
    section#available-promos-container i.promoted-campaign-moreinfo[data-overflow="true"] {
      display: initial; }
  section#available-promos-container [data-expandable] [data-expand-text] {
    --line-height: 1.5;
    --lines-to-show: 5;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    line-height: var(--line-height);
    height: calc(var(--line-height) * var(--lines-to-show) * 1em);
    z-index: 0; }
  section#available-promos-container [data-overflow="false"] [data-expand-text] {
    height: initial; }
  section#available-promos-container [data-expandable].expanded [data-expand-text] {
    height: initial; }
  section#available-promos-container [data-overflow="false"] [data-expand-button] {
    display: none; }
  section#available-promos-container [data-expandable] [data-expand-text]::before {
    content: '';
    position: absolute;
    height: 53px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    z-index: 99; }
  section#available-promos-container [data-expandable].expanded [data-expand-text]::before {
    z-index: 0; }
  section#available-promos-container [data-overflow="false"] [data-expand-text]::before {
    background: initial; }
  section#available-promos-container #promoted-campaigns-wrapper .promo-valid-grid-values span {
    font-size: 12px; }
    @media only screen and (max-width: 46rem) {
      section#available-promos-container #promoted-campaigns-wrapper .promo-valid-grid-values span {
        font-size: 10px; } }
  section#available-promos-container #promoted-campaigns-more-promos-container {
    text-align: center;
    margin-bottom: 10px;
    clear: both; }

.view-by-icons li a {
  color: #E0E0E0; }
  .view-by-icons li a.selected {
    color: #666666;
    border-bottom: solid 1px #666666; }

body.golfnow-reviews-courses ul.reviews-courses-tiles li {
  padding-bottom: 15px; }

body.golfnow-reviews-courses #golfnowreviewscoursesheader #autocomplete-wrapper {
  max-width: 130% !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    body.golfnow-reviews-courses #golfnowreviewscoursesheader #autocomplete-wrapper {
      width: 95% !important; } }
  @media only screen and (max-width: 46rem) {
    body.golfnow-reviews-courses #golfnowreviewscoursesheader #autocomplete-wrapper {
      border: solid 1px #cccccc;
      width: 92% !important; } }

body.golfnow-reviews-courses #golfnowreviewscoursesheader #golfnow-search-reviews-container {
  padding: 0;
  width: 80%;
  float: left; }
  body.golfnow-reviews-courses #golfnowreviewscoursesheader #golfnow-search-reviews-container #golfnow-search-reviews {
    margin-bottom: 0; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    body.golfnow-reviews-courses #golfnowreviewscoursesheader #golfnow-search-reviews-container {
      width: 70%; } }
  @media only screen and (max-width: 46rem) {
    body.golfnow-reviews-courses #golfnowreviewscoursesheader #golfnow-search-reviews-container {
      padding: 0 10px;
      width: 100%; } }

body.golfnow-reviews-courses #golfnowreviewscoursesheader #btn-search-review-courses-container {
  padding: 0;
  width: 20%;
  float: left; }
  body.golfnow-reviews-courses #golfnowreviewscoursesheader #btn-search-review-courses-container #btn-search-review-courses {
    margin: 0;
    border-radius: 0 4px 4px 0; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      body.golfnow-reviews-courses #golfnowreviewscoursesheader #btn-search-review-courses-container #btn-search-review-courses {
        font-size: 15px; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  body.best-tee-times-deals #ttresults {
    margin-left: 18px; } }

.available-offers {
  border-radius: 4px;
  padding: 5px 8px;
  color: white;
  clear: both; }
  .available-offers span {
    background: white;
    border: solid 1px #E0E0E0;
    color: #333;
    padding: 0 7px;
    border-radius: 2px;
    font-weight: 600;
    float: right;
    font-size: 11px; }

.left-off-canvas-menu {
  width: 25rem; }

.exit-off-canvas.pointerLink {
  box-shadow: none; }

.menuCloseBtn {
  right: 50px;
  position: absolute; }
  .menuCloseBtn a {
    color: #666666; }
  .menuCloseBtn i {
    font-size: 35px; }

.filters {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  background: white;
  border: solid 1px #bebebe; }
  @media only screen and (min-width: 64.0625rem) {
    .filters {
      margin: 15px 0; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .filters {
      padding: 20px 0 30px 0;
      border: none; } }
  @media only screen and (max-width: 46rem) {
    .filters {
      background: transparent;
      border: none;
      padding: 0 3px; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .filters .filter-options-wrap {
      background: white;
      border: none;
      margin-bottom: 30px; } }
  .filters .filter-options-wrap .option hr {
    margin: 5px 0 8px; }
  .filters .filter-options-wrap .switch.round label {
    margin: 0; }
  .filters ul li {
    list-style: none;
    display: inline-block;
    color: #666666;
    margin-top: 15px;
    font-size: 18px;
    font-size: 1.125rem; }
    .filters ul li i {
      color: #77BC43;
      margin-right: 10px; }
  .filters h3 {
    font-size: 18px; }
  .filters input {
    margin-top: 6px; }
  .filters input#hotdeals {
    margin-right: 10px !important; }
    @media only screen and (max-width: 46rem) {
      .filters input#hotdeals {
        height: 24px;
        width: 20px; } }
  .filters label.hot-deals {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #F5A623;
    margin: 10px 0; }
    .filters label.hot-deals em {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 300;
      font-style: none; }
  .filters .value-holder {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 18px; }
    @media only screen and (max-width: 46rem) {
      .filters .value-holder {
        margin-top: 15px; } }
  .filters .noUi-target {
    clear: both;
    height: 5px;
    border: none;
    box-shadow: none;
    margin: 50px 15px 30px 10px; }
    @media only screen and (max-width: 46rem) {
      .filters .noUi-target {
        height: 1px;
        margin-right: 25px;
        margin-bottom: 25px; } }
  .filters .noUi-handle {
    background: white;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    /* for old Konqueror browsers */
    height: 22px;
    width: 22px;
    border-color: #666666;
    cursor: pointer;
    left: -8px;
    box-shadow: none; }
    .filters .noUi-handle.noUi-handle-upper {
      left: 0; }
    @media only screen and (max-width: 46rem) {
      .filters .noUi-handle {
        width: 22px;
        height: 22px; } }
    .filters .noUi-handle:after, .filters .noUi-handle:before {
      background: none; }
  .filters .noUi-horizontal .noUi-handle {
    top: -9px; }
    @media only screen and (max-width: 46rem) {
      .filters .noUi-horizontal .noUi-handle {
        top: -11px; } }
  .filters .noUi-connect {
    background: #0076BB;
    box-shadow: none; }
  .filters .noUi-background {
    background: #E0E0E0; }
    @media only screen and (max-width: 46rem) {
      .filters .noUi-background {
        height: 1px; } }
  .filters ul.box-selector {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    font-weight: 400;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    border: 1px solid #e0e0e0;
    width: 100%;
    float: left;
    -moz-user-select: none;
    webkit-user-select: none;
    ms-user-select: none; }
    .filters ul.box-selector.golfers li {
      width: 20%; }
      .filters ul.box-selector.golfers li.active {
        background-color: #0076BB; }
        .filters ul.box-selector.golfers li.active a {
          color: white; }
    .filters ul.box-selector.holes li {
      width: 33.3%; }
      .filters ul.box-selector.holes li.active {
        background-color: #0076BB; }
        .filters ul.box-selector.holes li.active a {
          color: white; }
    .filters ul.box-selector li {
      margin: 0;
      padding: 0 !important;
      float: left;
      text-align: center;
      border-right: solid 1px #e0e0e0;
      cursor: pointer;
      font-size: 14px; }
      .filters ul.box-selector li.changed {
        background: #0076BB;
        color: white; }
        .filters ul.box-selector li.changed a {
          color: white; }
      .filters ul.box-selector li a {
        width: 100%;
        display: block;
        padding: 10px 0;
        cursor: pointer;
        -moz-user-select: none;
        webkit-user-select: none;
        ms-user-select: none; }
      .filters ul.box-selector li.rightSide {
        border-radius: 0 4px 4px 0;
        border-right: none; }
  .filters .special-location span {
    padding: 14px;
    display: block; }
  .filters .date-picker, .filters .locationToggle, .filters .special-location {
    background: white;
    border: solid 1px #E0E0E0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    margin: 0 0 15px 0;
    text-align: center; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .filters .date-picker, .filters .locationToggle, .filters .special-location {
        margin: 0 0 15px 0; } }
    @media only screen and (max-width: 46rem) {
      .filters .date-picker, .filters .locationToggle, .filters .special-location {
        margin-top: 10px; } }
    .filters .date-picker a, .filters .locationToggle a, .filters .special-location a {
      padding: 14px 0;
      display: block;
      width: 100%; }
    .filters .date-picker i, .filters .locationToggle i, .filters .special-location i {
      padding-right: 10px; }
    .filters .date-picker #currentDateRefineText, .filters .date-picker #locationDisplay, .filters .locationToggle #currentDateRefineText, .filters .locationToggle #locationDisplay, .filters .special-location #currentDateRefineText, .filters .special-location #locationDisplay {
      font-size: 16px;
      font-size: 1rem; }
      @media only screen and (max-width: 46rem) {
        .filters .date-picker #currentDateRefineText, .filters .date-picker #locationDisplay, .filters .locationToggle #currentDateRefineText, .filters .locationToggle #locationDisplay, .filters .special-location #currentDateRefineText, .filters .special-location #locationDisplay {
          font-size: 14px;
          font-size: 0.875rem; } }
    .filters .date-picker a.button, .filters .locationToggle a.button, .filters .special-location a.button {
      margin: 0; }
  .filters #ddbRateTypes {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 15px;
    background-color: white; }
    .filters #ddbRateTypes option {
      font-size: 16px;
      font-size: 1rem;
      font-family: "Cabin", sans-serif;
      padding: 5px; }

.featured-courses-in-city-state .special-location {
  background-color: #E0E0E0; }
  .featured-courses-in-city-state .special-location a {
    color: #3E3F42; }
  .featured-courses-in-city-state .special-location span {
    display: inline; }

.refine-filters-row {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  background: white; }
  .refine-filters-row li.refine-hot-deals {
    background: #F5A623 !important;
    border: solid 1px #F5A623 !important; }
    .refine-filters-row li.refine-hot-deals a, .refine-filters-row li.refine-hot-deals a i {
      color: white !important; }
  @media only screen and (min-width: 64.0625rem) {
    .refine-filters-row {
      margin: 15px 0; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .refine-filters-row .filter-options-wrap {
      background: white; } }
  @media only screen and (max-width: 46rem) {
    .refine-filters-row {
      background: transparent; } }
  .refine-filters-row ul li {
    list-style: none;
    display: inline-block;
    color: #666666;
    margin-top: 15px;
    font-size: 18px;
    font-size: 1.125rem; }
    @media only screen and (max-width: 46rem) {
      .refine-filters-row ul li {
        width: auto !important;
        min-width: unset; }
        .refine-filters-row ul li a {
          padding: 5px 10px; } }
    .refine-filters-row ul li.changed i {
      color: white; }
    .refine-filters-row ul li i {
      color: #666666;
      margin-right: 5px; }
      @media only screen and (max-width: 46rem) {
        .refine-filters-row ul li i {
          color: #0076BB;
          margin-right: 3px; } }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        .refine-filters-row ul li i {
          color: #0076BB;
          margin-right: 3px; } }
  .refine-filters-row ul.box-selector {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    font-weight: 600;
    list-style: none;
    margin: 6px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
    -moz-user-select: none;
    webkit-user-select: none;
    ms-user-select: none; }
    @media only screen and (max-width: 46rem) {
      .refine-filters-row ul.box-selector {
        margin: 6px 0 10px 0; } }
    .refine-filters-row ul.box-selector.golfers li {
      width: 20%; }
    .refine-filters-row ul.box-selector.holes li {
      width: 33.3%; }
    .refine-filters-row ul.box-selector li {
      margin: 0;
      padding: 0 !important;
      float: left;
      text-align: center;
      border: solid 1px #e0e0e0;
      cursor: pointer;
      font-size: 14px;
      margin-right: 5px;
      margin-bottom: 5px;
      width: auto;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      /* for old Konqueror browsers */
      background: white; }
      .refine-filters-row ul.box-selector li.changed {
        background: #0076BB;
        color: white; }
        .refine-filters-row ul.box-selector li.changed a {
          color: white; }
      @media only screen and (max-width: 46rem) {
        .refine-filters-row ul.box-selector li {
          min-width: 5%;
          border-radius: 4px;
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          -khtml-border-radius: 4px;
          /* for old Konqueror browsers */ } }
      .refine-filters-row ul.box-selector li a {
        width: 100%;
        display: block;
        padding: 8px 5px;
        cursor: pointer;
        -moz-user-select: none;
        webkit-user-select: none;
        ms-user-select: none;
        color: #666666; }
        @media only screen and (max-width: 46rem) {
          .refine-filters-row ul.box-selector li a {
            width: auto;
            padding: 5px 5px; } }
      .refine-filters-row ul.box-selector li.refine-hot-deals.active {
        background-color: #F5A623; }
        .refine-filters-row ul.box-selector li.refine-hot-deals.active a, .refine-filters-row ul.box-selector li.refine-hot-deals.active a i {
          color: white; }
      @media only screen and (min-width: 46.0625rem) {
        .refine-filters-row ul.box-selector li.refine-hot-deals {
          min-width: 12%; } }
      .refine-filters-row ul.box-selector li.rightSide {
        border-radius: 0 4px 4px 0;
        border-right: none; }
  .refine-filters-row .special-location span {
    padding: 14px;
    display: block; }
  .refine-filters-row .date-picker, .refine-filters-row .locationToggle, .refine-filters-row .special-location {
    background: white;
    border: solid 1px #E0E0E0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    margin: 0 0 15px 0;
    text-align: center;
    padding: 5px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .refine-filters-row .date-picker, .refine-filters-row .locationToggle, .refine-filters-row .special-location {
        margin: 0 0 15px 0; } }
    @media only screen and (max-width: 46rem) {
      .refine-filters-row .date-picker, .refine-filters-row .locationToggle, .refine-filters-row .special-location {
        margin-top: 10px; } }
    .refine-filters-row .date-picker a, .refine-filters-row .locationToggle a, .refine-filters-row .special-location a {
      padding: 14px 0;
      display: block;
      width: 100%; }
    .refine-filters-row .date-picker i, .refine-filters-row .locationToggle i, .refine-filters-row .special-location i {
      padding-right: 10px; }
    .refine-filters-row .date-picker #currentDateRefineText, .refine-filters-row .date-picker #locationDisplay, .refine-filters-row .locationToggle #currentDateRefineText, .refine-filters-row .locationToggle #locationDisplay, .refine-filters-row .special-location #currentDateRefineText, .refine-filters-row .special-location #locationDisplay {
      font-size: 16px;
      font-size: 1rem; }
      @media only screen and (max-width: 46rem) {
        .refine-filters-row .date-picker #currentDateRefineText, .refine-filters-row .date-picker #locationDisplay, .refine-filters-row .locationToggle #currentDateRefineText, .refine-filters-row .locationToggle #locationDisplay, .refine-filters-row .special-location #currentDateRefineText, .refine-filters-row .special-location #locationDisplay {
          font-size: 14px;
          font-size: 0.875rem; } }
    .refine-filters-row .date-picker a.button, .refine-filters-row .locationToggle a.button, .refine-filters-row .special-location a.button {
      margin: 0; }
  .refine-filters-row #ddbRateTypes {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 15px;
    background-color: white; }
    .refine-filters-row #ddbRateTypes option {
      font-size: 16px;
      font-size: 1rem;
      font-family: "Cabin", sans-serif;
      padding: 5px; }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  .search-results-heading {
    margin-bottom: 15px; }
    .search-results-heading .row {
      margin: 0.0115rem; } }

.search-results-heading h2 {
  color: #666666;
  font-size: 16px;
  font-size: 1rem; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .search-results-heading h2 {
      font-size: 14px;
      font-size: 0.875rem; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  .search-results-heading > div {
    display: block;
    clear: both; } }

@media only screen and (max-width: 46rem) {
  .search-results-heading > div {
    margin: 0 !important; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  .search-results-heading > div.remove-clear {
    clear: none; } }

.search-results-heading > div > div {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  background: white;
  border: solid 1px #bebebe; }

.search-filter-options .filters-button a {
  display: block;
  font-weight: 500;
  color: #666666;
  background: white;
  border-bottom: solid 1px #E0E0E0;
  padding: 10px 0;
  margin: 0; }
  @media only screen and (max-width: 46rem) {
    .search-filter-options .filters-button a {
      clear: both; } }
  .search-filter-options .filters-button a i {
    color: #0076BB;
    display: inline-block;
    padding-top: 5px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .search-filter-options .filters-button a i {
        padding-top: 0; } }

.filter-options-wrap .reset-filters.isEnabled, .filter-options-head-wrapper .reset-filters.isEnabled {
  margin: 15px;
  text-decoration: underline; }

.filter-options-wrap .reset-filters.isDisabled, .filter-options-head-wrapper .reset-filters.isDisabled {
  margin-bottom: 15px;
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none; }

@media only screen and (max-width: 46rem) {
  .filter-options-wrap h3, .filter-options-head-wrapper h3 {
    border: none !important;
    background-color: transparent !important;
    text-transform: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 15px 0 !important; } }

@media only screen and (max-width: 46rem) {
  .filter-options-head-wrapper {
    padding-bottom: 15px; } }

.tot-date-picker {
  border: solid 1px #D8DCE6 !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  height: 40px;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  margin-top: 10px; }
  @media only screen and (max-width: 46rem) {
    .tot-date-picker .date-next-previous, .tot-date-picker .date-next-previous {
      padding: 10px 0; } }
  .tot-date-picker .date-next-previous.disable-date-nav {
    color: #F2F2F2;
    height: 37px;
    cursor: default; }
    @media only screen and (max-width: 46rem) {
      .tot-date-picker .date-next-previous.disable-date-nav {
        height: 35px !important; } }
  @media only screen and (max-width: 46rem) {
    .tot-date-picker {
      font-size: 13px;
      height: 38px; } }
  .tot-date-picker div {
    padding: 8px 0; }
  .tot-date-picker .date-picker {
    border-left: solid 1px #D8DCE6 !important;
    border-right: solid 1px #D8DCE6 !important;
    color: #666666; }
    .tot-date-picker .date-picker:hover span, .tot-date-picker .date-picker:hover i {
      display: none; }
    .tot-date-picker .date-picker:hover:before {
      content: "Select Date";
      color: #0076BB; }
    .tot-date-picker .date-picker #search-header-date-nav {
      color: #0076BB; }
    @media only screen and (max-width: 46rem) {
      .tot-date-picker .date-picker {
        color: #666666; } }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) and (orientation: landscape) {
      .tot-date-picker .date-picker {
        color: #666666; } }

#alternate-search-box {
  line-height: 50px;
  position: relative;
  background: transparent;
  line-height: 50px;
  position: relative;
  margin: 10px 15px; }
  @media only screen and (max-width: 46rem) {
    #alternate-search-box {
      width: auto !important; }
      #alternate-search-box .small-4 {
        padding-left: 0;
        padding-right: 5px; } }
  #alternate-search-box #fed-search-big-date {
    border: solid 1px #E0E0E0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    margin: 0; }
    @media only screen and (max-width: 46rem) {
      #alternate-search-box #fed-search-big-date {
        font-size: 13px;
        background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/icons/icon-calendar-gray.png?v=333041751);
        background-repeat: no-repeat;
        background-position: 6% 12px;
        background-size: 16px;
        padding-left: 25px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        height: 42px;
        width: 100%; } }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) and (orientation: landscape) {
      #alternate-search-box #fed-search-big-date {
        height: 56px; } }
  #alternate-search-box .search-input-row {
    height: 56px;
    padding: 0;
    border: solid 1px #E0E0E0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/icons/map-marker-gray.png?v=333041751) !important;
    background-repeat: no-repeat !important;
    background-position: 3% 15px;
    background-size: 22px;
    padding-left: 35px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 46rem) {
      #alternate-search-box .search-input-row {
        height: 42px;
        background-size: 18px;
        padding-left: 25px;
        background-position: 3% 12px;
        margin: 0;
        background-color: white; } }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #alternate-search-box .search-input-row {
        padding-left: 54px; } }
  #alternate-search-box .center-wrap {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    position: absolute; }
    #alternate-search-box .center-wrap i {
      display: inline;
      font-size: 21px;
      float: left;
      padding: 0 0 0 15px; }
      @media only screen and (max-width: 46rem) {
        #alternate-search-box .center-wrap i {
          font-size: 16px; } }
  #alternate-search-box h1 {
    color: #666666;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0; }
    @media only screen and (max-width: 46rem) {
      #alternate-search-box h1 {
        padding: 0px;
        margin-right: 5px;
        font-family: "Cabin", sans-serif;
        font-weight: normal;
        line-height: 15px;
        font-size: 14px; } }
  #alternate-search-box i.ion-ios-search-strong {
    font-size: 26px;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px 20px;
    background: #0076BB;
    border-radius: 0 4px 4px 0;
    border: #0076BB 1px solid; }
  #alternate-search-box i.ion-navigate {
    font-size: 24px;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 20px;
    background: #0076BB; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #alternate-search-box i.ion-navigate {
        padding: 15px 20px;
        height: 56px; } }

@media only screen and (max-width: 46rem) {
  .view-date-sort > .row {
    background: white; } }

@media only screen and (max-width: 46rem) {
  .view-date-sort i.ion-chevron-down {
    display: none; } }

.action-buttons a.button {
  margin: 10px 0;
  width: 100%; }

@media only screen and (min-width: 64.0625rem) and (max-width: 90rem) {
  #explore-destination-homepage #explore-tiles {
    width: 101%;
    height: 460px; } }

#explore-destination-homepage #explore-tiles .inner-explore-tile img {
  width: 100%; }

body.tee-time-search .search-result-actions .sort-dropdown-menu .f-open-dropdown, body.special-rates .search-result-actions .sort-dropdown-menu .f-open-dropdown {
  left: 88px !important;
  top: 58px !important;
  text-align: center; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) and (orientation: portrait) {
    body.tee-time-search .search-result-actions .sort-dropdown-menu .f-open-dropdown, body.special-rates .search-result-actions .sort-dropdown-menu .f-open-dropdown {
      left: 17px !important; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) and (orientation: landscape) {
    body.tee-time-search .search-result-actions .sort-dropdown-menu .f-open-dropdown, body.special-rates .search-result-actions .sort-dropdown-menu .f-open-dropdown {
      left: 80px !important; } }

#searchModal.reveal-modal {
  min-height: 300px;
  top: 50px !important; }
  @media only screen and (max-width: 46rem) and (orientation: portrait) {
    #searchModal.reveal-modal {
      top: 0px !important; } }
  #searchModal.reveal-modal ul#sort-options.f-open-dropdown {
    width: 100%;
    max-width: none !important;
    left: 0px !important;
    top: 63px !important; }
    #searchModal.reveal-modal ul#sort-options.f-open-dropdown li {
      padding: 0;
      width: 100%; }

.search-options-wrap {
  padding: 15px; }
  @media only screen and (max-width: 46rem) {
    .search-options-wrap {
      min-height: 750px; } }

#promo-campaign-container {
  padding: 10px 15px;
  margin: 0 -15px;
  background: transparent linear-gradient(270deg, #F7A520 0%, #E08B2D 100%) 0% 0% no-repeat padding-box;
  color: white;
  height: 42px;
  margin-bottom: 10px;
  clear: both; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #promo-campaign-container {
      margin: 0 -10px 0 -15px; } }
  #promo-campaign-container .promo-campaign-toggle {
    float: right;
    margin-top: -3px;
    width: auto; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #promo-campaign-container .promo-campaign-toggle {
        margin-right: -5px;
        margin-top: -2px; } }
    #promo-campaign-container .promo-campaign-toggle input#promocampaigntoggle {
      margin-right: 10px;
      height: 15px;
      width: 15px; }
      #promo-campaign-container .promo-campaign-toggle input#promocampaigntoggle:checked + label {
        background: #0076BB;
        box-shadow: inset 0 1px 3px 0 #1c4903; }
      @media only screen and (max-width: 46rem) {
        #promo-campaign-container .promo-campaign-toggle input#promocampaigntoggle {
          height: 20px;
          width: 20px; } }
  #promo-campaign-container .switch.small label {
    background: #AD7230; }

.switch input:checked + label {
  background: #0076BB;
  box-shadow: inset 0 1px 3px 0 #1c4903; }

#previouslyvisitedcourses .featured {
  height: auto; }
  @media only screen and (max-width: 46rem) {
    #previouslyvisitedcourses .featured {
      padding: 15px 15px 0 15px; }
      #previouslyvisitedcourses .featured .course-info-wrap {
        border: none; }
      #previouslyvisitedcourses .featured .course-details.course-info-wrap {
        border-bottom: solid 1px #E0E0E0; } }
  #previouslyvisitedcourses .featured .button.check-next-day {
    margin-top: 0; }
  #previouslyvisitedcourses .featured .price {
    margin: 5px 0 0 0; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #previouslyvisitedcourses .featured .price {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media only screen and (max-width: 46rem) {
      #previouslyvisitedcourses .featured .price {
        margin: 0; } }
  #previouslyvisitedcourses .featured .all-booked {
    margin: 8px 0; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #previouslyvisitedcourses .featured time {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #previouslyvisitedcourses .featured .tt-hours, #previouslyvisitedcourses .featured .prices-column {
      padding: 0; } }
  @media only screen and (max-width: 46rem) {
    #previouslyvisitedcourses .featured .prices-column {
      padding: 0; }
      #previouslyvisitedcourses .featured .prices-column .currency-code {
        color: #0076BB;
        font-style: normal;
        font-size: inherit; } }

.result {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  border: solid 1px #BEBEBE;
  background: white;
  display: block;
  height: auto;
  padding: 10px 15px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .result {
      padding: 15px 0; } }
  @media only screen and (max-width: 46rem) {
    .result {
      height: auto;
      margin: 15px 0;
      padding: 10px 0 0 0; } }
  .result .label-heading {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    color: #666666;
    margin: 0; }
  .result .hot-deal-flame img {
    position: absolute;
    right: 0;
    top: 0; }
    @media only screen and (max-width: 46rem) {
      .result .hot-deal-flame img {
        height: 35px; } }
  .result address {
    font-size: 14px;
    font-size: 0.875rem;
    color: #666666;
    font-family: "Cabin", sans-serif; }
    @media only screen and (max-width: 46rem) {
      .result address {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; } }
  .result p.tee-time-extras {
    font-size: 14px;
    font-size: 0.875rem;
    color: #666666;
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-bottom: solid 1px #E0E0E0; }
    .result p.tee-time-extras strong {
      margin-left: 10px; }
      .result p.tee-time-extras strong:first-child {
        margin-left: 0; }
      @media only screen and (max-width: 46rem) {
        .result p.tee-time-extras strong {
          margin-left: 3px; } }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .result p.tee-time-extras {
        font-size: 12px;
        font-size: 0.75rem; } }
    @media only screen and (max-width: 46rem) {
      .result p.tee-time-extras {
        border-bottom: none; } }
  .result .ion-ios-clock-outline {
    font-size: 30px;
    color: #666666; }
  .result .time {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    color: #0076BB;
    border-right: solid 1px #E0E0E0; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .result .time {
        font-size: 16px;
        font-size: 1rem; } }
    @media only screen and (max-width: 46rem) {
      .result .time {
        font-size: 14px;
        padding: 7px 0px; } }
  .result .reviews {
    display: inline-block; }
  .result .price, .result .tt-price {
    font-size: 21px;
    color: #0076BB;
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    margin-bottom: 5px;
    line-height: 24px; }
    .result .price span, .result .tt-price span {
      font-size: 18px;
      display: inline !important;
      font-style: normal;
      margin-left: 3px; }
    @media only screen and (max-width: 46rem) {
      .result .price, .result .tt-price {
        font-size: 14px;
        margin: 0 0 !important;
        padding: 5px 0px;
        width: 100%; }
        .result .price span, .result .tt-price span {
          font-size: 11px;
          display: inline !important;
          font-style: normal;
          margin-left: 3px; } }
  .result .tt-price {
    margin-bottom: 0px;
    line-height: 24px;
    font-size: 23px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .result .tt-price {
        font-size: 22px; }
        .result .tt-price span {
          font-size: 14px; } }
    @media only screen and (max-width: 46rem) {
      .result .tt-price {
        font-size: 17px;
        margin: 0;
        padding: 10px 0px;
        line-height: 18px;
        display: block !important; } }
  .result p.tt-percent-discount {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 5px 0; }
  .result .course-distance {
    font-size: 14px;
    font-size: 0.875rem;
    color: #666666; }
  .result .course-details {
    border-right: solid 1px #E0E0E0;
    padding-left: 5px; }
    @media only screen and (max-width: 46rem) {
      .result .course-details {
        border-right: none;
        border-bottom: solid 1px #E0E0E0;
        padding-bottom: 5px;
        min-height: 50px !important;
        margin-top: 0px;
        padding-left: 0px; } }
    .result .course-details h3 {
      color: #0076BB;
      font-size: 18px;
      font-size: 1.125rem;
      margin: 0;
      padding: 0;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: block;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      -ms-word-wrap: break-word;
      word-wrap: break-word;
      white-space: nowrap; }
      @media only screen and (max-width: 46rem) {
        .result .course-details h3 {
          font-size: 16px; } }
    .result .course-details address {
      font-size: 13px;
      font-size: 0.8125rem;
      font-style: normal;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding-right: 10px; }
    .result .course-details .favorite-course {
      left: auto;
      right: 10px;
      top: 0px; }
      @media only screen and (max-width: 46rem) {
        .result .course-details .favorite-course {
          bottom: 74px;
          top: auto; } }
    .result .course-details .course-rating {
      font-size: 14px;
      font-weight: 400;
      display: inline-block;
      padding: 5px 0 0 0;
      line-height: 26px;
      margin: 0;
      margin-top: 5px;
      color: #0076BB;
      border-top: solid 1px #E0E0E0;
      width: 100%; }
      @media only screen and (max-width: 46rem) {
        .result .course-details .course-rating {
          border: none;
          margin: 0;
          padding: 0; } }
    .result .course-details .course-rating-nc {
      font-size: 14px;
      font-weight: 400;
      display: inline-block;
      line-height: 26px;
      margin: 0;
      margin-top: 0px;
      padding-right: 10px;
      color: #0076BB;
      border-top: solid 1px #E0E0E0;
      width: 100%; }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        .result .course-details .course-rating-nc {
          border: none;
          width: auto; } }
    .result .course-details .rate-type {
      clear: both; }
      .result .course-details .rate-type h4 {
        font-size: 14px;
        font-size: 0.875rem;
        color: #666666;
        font-weight: 500;
        display: inline-block; }
        .result .course-details .rate-type h4 i {
          font-size: 16px;
          font-size: 1rem;
          color: #0076BB; }
        .result .course-details .rate-type h4.prepaid-rate {
          color: #F5A623; }
          .result .course-details .rate-type h4.prepaid-rate span {
            color: #666666; }
        .result .course-details .rate-type h4 span.tt-percent-discount {
          font-size: 12px;
          font-size: 0.75rem;
          font-weight: normal; }
        .result .course-details .rate-type h4.membership-flag {
          background: #0076BB;
          color: white;
          padding: 0 10px;
          margin: 8px 0 0 0; }
    .result .course-details .additional-details {
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 300;
      font-style: normal;
      margin: 0;
      padding: 0;
      color: #666666;
      display: block; }
    .result .course-details .course-name-favorite, .result .course-details .tile-image-favorite {
      position: relative;
      padding-bottom: 0; }
      @media only screen and (max-width: 46rem) {
        .result .course-details .course-name-favorite, .result .course-details .tile-image-favorite {
          height: 16px;
          height: auto !important;
          border: none;
          padding: 0; } }
      .result .course-details .course-name-favorite h3, .result .course-details .tile-image-favorite h3 {
        padding-right: 27px; }
        @media only screen and (max-width: 46rem) {
          .result .course-details .course-name-favorite h3, .result .course-details .tile-image-favorite h3 {
            margin-bottom: 0px; } }
  .result .other-courses-prices .favorite-course {
    right: 0px;
    left: auto;
    top: 0; }
    @media only screen and (max-width: 46rem) {
      .result .other-courses-prices .favorite-course {
        right: 5px;
        bottom: 14px;
        top: auto; } }
  .result .rate-type-mobile {
    clear: both;
    border-top: solid 1px #E0E0E0; }
    @media only screen and (max-width: 46rem) {
      .result .rate-type-mobile {
        display: block !important; } }
    .result .rate-type-mobile h4 {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 5px 15px 2px 15px;
      font-weight: 500; }
      .result .rate-type-mobile h4 span {
        font-size: 12px;
        font-size: 0.75rem;
        color: #666666; }
      .result .rate-type-mobile h4.prepaid-rate {
        color: #F5A623; }
        .result .rate-type-mobile h4.prepaid-rate span {
          color: #666666;
          font-weight: bold; }
  .result .all-booked {
    font-size: 16px;
    font-size: 1rem;
    margin: 40px 0 43px 0; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .result .all-booked {
        font-size: 14px;
        font-size: 0.875rem;
        margin: 27px 0 28px 0; } }
    @media only screen and (max-width: 46rem) {
      .result .all-booked {
        font-size: 12px;
        font-size: 0.75rem;
        margin: 10px;
        color: #0076BB;
        text-align: left; }
        .result .all-booked span {
          text-decoration: underline;
          float: right;
          display: inline; } }
  .result .rating-info {
    font-size: 14px;
    font-size: 0.875rem;
    color: #666666;
    font-weight: normal;
    margin-top: 5px; }
    @media only screen and (max-width: 46rem) {
      .result .rating-info {
        border-top: none;
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
        display: block;
        font-size: 12px; } }
  .result .prepaid-rate img {
    height: 15px;
    margin-top: -5px; }
  @media only screen and (max-width: 46rem) {
    .result .cta-button {
      padding: 0; }
      .result .cta-button .currency-code {
        color: #0076BB;
        font-style: normal;
        font-size: inherit; } }
  .result .button {
    padding: 10px 0;
    margin: 0;
    width: 100%; }
    .result .button.check-next-day {
      margin-top: 28px; }
  .result .tee-time-view .course-rating {
    border: none;
    padding: 0;
    margin: 0;
    display: inline; }
  .result .tee-time-view .rate-type h4 {
    padding: 5px 10px 0 0;
    margin: 0; }
    .result .tee-time-view .rate-type h4 .golfpass-perks-logo {
      width: 120px; }
  @media only screen and (max-width: 46rem) {
    .result .tee-time-view .time, .result .tee-time-view .tt-price, .result .tee-time-view .price {
      padding: 5px 0px; } }
  .result .tee-time-view .course-name-favorite {
    position: relative;
    padding-bottom: 0px; }
    @media only screen and (max-width: 46rem) {
      .result .tee-time-view .course-name-favorite {
        height: auto !important; } }
    .result .tee-time-view .course-name-favorite h3 {
      padding-right: 25px; }

@media only screen and (min-width: 46.0625rem) {
  .cta-button.strikethrough .tt-price, .cta-button.strikethrough p.price, .facility-cta-button.strikethrough .tt-price, .facility-cta-button.strikethrough p.price {
    padding: 0 !important;
    margin: 0 !important; } }

@media only screen and (max-width: 46rem) {
  .cta-button.strikethrough .tt-price, .cta-button.strikethrough p.price, .facility-cta-button.strikethrough .tt-price, .facility-cta-button.strikethrough p.price {
    display: inline; } }

p.tt-ipo {
  margin: 0;
  font-size: 16px;
  line-height: 16px; }
  @media only screen and (max-width: 46rem) {
    p.tt-ipo {
      display: none; } }

.result.prepaid .btn-green {
  background: #F5A623; }

@media only screen and (min-width: 46.0625rem) {
  .result.prepaid .tt-price {
    padding: 0;
    margin: 0; } }

.result.prepaid.prepaid-no-savings .tt-price {
  margin: 11px 0px 15px 0; }
  @media only screen and (max-width: 46rem) {
    .result.prepaid.prepaid-no-savings .tt-price {
      margin: 0px; } }

.result.prepaid .facility-result p.tt-price {
  margin-bottom: 0; }

.result.prepaid .prepaid-padding {
  padding: 0 5px !important; }

.result.display-savings-percent .facility-result p.price {
  margin-bottom: 10px;
  margin-top: 5px; }

@media only screen and (max-width: 46rem) {
  .result .facility-result {
    padding: 0;
    margin-top: -10px; }
    .result .facility-result p.tt-ipo {
      display: block; } }

.result .facility-result .time {
  font-size: 24px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 46rem) {
    .result .facility-result .time {
      font-size: 16px;
      margin-bottom: 0px;
      padding: 10px 0 10px 15px; } }
  .result .facility-result .time span {
    font-size: 14px;
    font-size: 0.875rem;
    color: #666666;
    font-weight: normal; }
    @media only screen and (max-width: 46rem) {
      .result .facility-result .time span {
        display: none; } }

.result .facility-result p.price {
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 30px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .result .facility-result p.price {
      font-size: 24px; } }
  @media only screen and (max-width: 46rem) {
    .result .facility-result p.price {
      font-size: 17px;
      line-height: 13px;
      display: block;
      margin-bottom: 0px !important;
      margin-top: 8px !important;
      width: 100%; } }

@media only screen and (max-width: 46rem) {
  .result .facility-result .facility-cta-button {
    padding: 3px 10px 0 10px; }
    .result .facility-result .facility-cta-button .button {
      width: 100%;
      font-size: 13px;
      padding: 3px 0;
      margin: 5px 0 0 0; } }

.result .facility-result p.tt-percent-discount {
  color: #666666;
  padding-bottom: 7px;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 14px;
  margin: 0; }
  @media only screen and (max-width: 46rem) {
    .result .facility-result p.tt-percent-discount {
      font-size: 10px;
      font-size: 0.625rem;
      vertical-align: middle; } }

.result .facility-result .tt-detail {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 25px; }
  .result .facility-result .tt-detail strong {
    margin-left: 8px; }
    .result .facility-result .tt-detail strong:first-child {
      margin-left: 0; }
    @media only screen and (max-width: 46rem) {
      .result .facility-result .tt-detail strong {
        margin-left: 3px;
        font-size: 13px; } }
  @media only screen and (max-width: 46rem) {
    .result .facility-result .tt-detail {
      margin-bottom: 7px;
      font-size: 13px; } }

.result .facility-result h4 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  border-top: solid 1px #E0E0E0;
  font-weight: 500;
  padding-top: 15px;
  margin: 0;
  line-height: 12px; }
  .result .facility-result h4.prepaid-rate {
    color: #F5A623;
    font-weight: 500; }
    .result .facility-result h4.prepaid-rate span {
      color: #666666; }
      .result .facility-result h4.prepaid-rate span.vip-badge {
        font-weight: 500; }
  @media only screen and (max-width: 46rem) {
    .result .facility-result h4 {
      font-weight: 500;
      font-size: 12px;
      font-size: 0.75rem;
      padding: 10px 0 0 0; }
      .result .facility-result h4 span {
        font-size: 8px; }
        .result .facility-result h4 span.vip-badge {
          font-weight: 500;
          font-size: 12px; } }

.tee-time-search .featured address {
  display: inline; }

gn-search-results .share-course {
  padding: 10px 0;
  font-size: 1rem;
  text-decoration: underline; }
  @media only screen and (max-width: 46rem) {
    gn-search-results .share-course {
      padding-top: 0px;
      padding-right: 5px;
      font-size: .8rem; } }

.featured {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  border: solid 1px #BEBEBE;
  background: white;
  display: block;
  height: 125px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .featured {
      padding: 15px 0; } }
  @media only screen and (max-width: 46rem) {
    .featured {
      height: auto !important;
      margin: 15px 0;
      padding: 0; } }
  .featured p {
    color: #666;
    margin: 0;
    line-height: 16px;
    font-size: 1rem;
    font-weight: normal; }
  .featured .featured-image {
    height: 123px;
    border-radius: 4px 0 0 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -15px;
    padding: 0; }
    @media only screen and (max-width: 46rem) {
      .featured .featured-image {
        height: 88px;
        margin-top: 0;
        margin-bottom: 0px; } }
  .featured h3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    line-height: 22px;
    color: #0076BB;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
    @media only screen and (max-width: 46rem) {
      .featured h3 {
        font-size: 14px;
        line-height: 16px; } }
  @media only screen and (max-width: 46rem) {
    .featured .course-details {
      border: none;
      min-height: 50px !important; } }
  .featured .course-details address {
    font-size: 14px;
    font-size: 0.875rem;
    color: #666666;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .featured .course-details address {
        font-size: 12px;
        font-size: 0.75rem; } }
  @media only screen and (max-width: 46rem) {
    .featured .course-info-wrap {
      border-bottom: solid 1px #E0E0E0;
      border-right: none;
      padding-bottom: 5px; } }
  .featured .course-rating {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    margin-top: 5px;
    padding: 5px 0;
    color: #0076BB; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .featured .course-rating {
        font-size: 12px; } }
    @media only screen and (max-width: 46rem) {
      .featured .course-rating {
        margin: 0;
        padding: 0;
        font-size: 11px;
        font-size: 0.6875rem;
        border: none;
        display: block;
        padding: 0;
        margin-bottom: 5px; } }
  .featured .ion-ios-clock-outline {
    font-size: 30px;
    color: #666666; }
  .featured .course-distance {
    color: #666666;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .featured .course-distance {
        font-size: 12px;
        font-size: 0.75rem; } }
  .featured .tee-times, .featured .tee-time-price, .featured time, .featured .price {
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    color: #0076BB; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .featured .tee-times, .featured .tee-time-price, .featured time, .featured .price {
        font-size: 16px;
        font-size: 1rem; } }
    @media only screen and (max-width: 46rem) {
      .featured .tee-times, .featured .tee-time-price, .featured time, .featured .price {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 12px;
        padding: 7px 0;
        margin: 0;
        display: block;
        border-top: solid 1px #E0E0E0; }
        .featured .tee-times span, .featured .tee-time-price span, .featured time span, .featured .price span {
          font-size: 11px;
          color: #666666;
          display: inline !important;
          font-style: normal; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .featured .time {
      font-size: 16px;
      font-size: 1rem; } }
  @media only screen and (max-width: 46rem) {
    .featured .time {
      padding: 2px 0 3px 0;
      border-top: solid 1px #E0E0E0; } }
  .featured .tee-time-price, .featured .price {
    margin-bottom: 5px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .featured .tee-time-price, .featured .price {
        font-size: 16px;
        font-size: 1rem; } }
    @media only screen and (max-width: 46rem) {
      .featured .tee-time-price, .featured .price {
        margin: 0; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .featured .tt-hours p {
      margin: 0; } }
  @media only screen and (max-width: 46rem) {
    .featured .tt-hours {
      padding: 0; } }
  @media only screen and (max-width: 46rem) {
    .featured .cta-button, .featured .view-tt-button {
      padding: 0; }
      .featured .cta-button .currency-code, .featured .view-tt-button .currency-code {
        color: #0076BB;
        font-style: normal;
        font-size: inherit; } }
  .featured p {
    color: #666666;
    margin: 0;
    line-height: 16px;
    font-size: 15px;
    font-weight: normal; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .featured p {
        font-size: 14px;
        font-size: 0.875rem; } }
  .featured .all-booked {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    margin: 40px 0 43px 0; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .featured .all-booked {
        font-size: 14px;
        font-size: 0.875rem;
        margin: 27px 0 28px 0; } }
    @media only screen and (max-width: 46rem) {
      .featured .all-booked {
        font-size: 12px;
        font-size: 0.75rem;
        margin: 7px 0;
        color: #0076BB;
        text-align: left; }
        .featured .all-booked span {
          text-decoration: underline;
          float: right;
          display: inline; } }
  .featured .button {
    margin: 0;
    padding: 8px 0;
    width: 100%;
    font-size: 16px;
    font-size: 1rem; }
    .featured .button.check-next-day {
      margin-top: 28px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .featured .button {
        font-size: 13px; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  body.homepage .featured {
    padding: 15px; } }

@media only screen and (max-width: 46rem) {
  body.homepage .featured {
    padding: 0 15px;
    margin: 0 0 15px 0; } }

body.homepage #previouslyvisitedcourses .featured .course-distance {
  color: white !important; }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  body.destination-city .featured.result {
    padding: 15px; } }

@media only screen and (max-width: 46rem) {
  body.destination-city .featured.result {
    padding: 0 15px;
    margin: 0 0 15px 0;
    height: auto; } }

body.destination-city .result {
  margin: 15px;
  padding: 15px; }
  @media only screen and (max-width: 46rem) {
    body.destination-city .result {
      margin: 15px;
      padding: 10px 0 0 0; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    body.destination-city .result h4 {
      margin: 0; } }
  @media only screen and (max-width: 46rem) {
    body.destination-city .result time {
      font-size: 12px;
      margin: 0;
      padding: 7px 0;
      display: block;
      font-weight: 500; } }

.earn-points {
  margin: 0 0 5px 0;
  display: inline-block; }
  @media only screen and (max-width: 46rem) {
    .earn-points {
      margin: 0; } }

@media only screen and (max-width: 46rem) {
  #loading, .throbber {
    padding: 0; } }

#loading .result, .throbber .result {
  padding: 15px; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative; }

.hot-deal-loading {
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  background: #fff;
  height: 300px;
  width: 32%;
  margin-right: 10px;
  margin-bottom: 15px;
  float: left; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .hot-deal-loading {
      width: 47%; } }
  @media only screen and (max-width: 46rem) {
    .hot-deal-loading {
      width: 97%;
      margin-right: 0; } }
  .hot-deal-loading .background-masker.header-left {
    top: 200px;
    left: 31%;
    height: 60px; }
  .hot-deal-loading .background-masker.header-left2 {
    top: 200px;
    left: 67%;
    height: 60px;
    width: 10px;
    background: #fff;
    position: absolute; }
  .hot-deal-loading .background-masker.content-top {
    top: 150px;
    height: 10px; }
  .hot-deal-loading .background-masker.subheader-left {
    right: 0;
    height: 36px;
    left: auto;
    width: 60px;
    top: 155px; }
  .hot-deal-loading .background-masker.header-bottom {
    top: 190px;
    height: 10px;
    left: 0;
    width: 100%; }
  .hot-deal-loading .animated-background {
    height: 260px; }

.hot-deal-loading.featured-chip .background-masker.header-left {
  top: 230px;
  left: 0;
  height: 15px;
  width: 100%; }

.hot-deal-loading.featured-chip .background-masker.header-left2 {
  top: 198px;
  left: auto;
  right: 0;
  height: 70px;
  width: 45%; }

.tot-chip2 .background-masker.header-bottom {
  top: 75px;
  height: 10px;
  left: 0;
  width: 100%; }

.tot-chip2 .animated-background {
  height: 105px; }

.tot-chip2 .background-masker.content-top {
  height: 42px; }

.background-masker {
  background: #fff;
  position: absolute; }

/* Every thing below this is just positioning */
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
  display: none; }

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 0px;
  left: 60px;
  height: 40px;
  width: 10px; }

.background-masker.header-right {
  height: 0; }

.background-masker.header-bottom {
  top: 18px;
  height: 6px;
  left: 60px;
  display: block !important; }

.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px; }

.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0; }

.background-masker.subheader-right {
  display: none; }

.background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
  display: none; }

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 39px;
  left: 0;
  right: 0;
  height: 6px; }

.background-masker.content-top {
  height: 60px; }

.tot-chip {
  width: 119px;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  border: solid 1px #BEBEBE;
  background: white;
  display: inline-block;
  padding: 0;
  margin-right: 8px; }
  @media only screen and (max-width: 46rem) {
    .tot-chip {
      width: 92px;
      height: 68px;
      margin: 0 0 10px 0; } }
  .tot-chip p.rateName {
    font-size: 12px;
    text-align: center;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .tot-chip time {
    background: #0076BB;
    color: white;
    width: 100%;
    padding: 7px 0;
    text-align: center;
    display: block;
    font-family: "Cabin", sans-serif;
    font-weight: 800; }
    .tot-chip time.hot-deal {
      background: #F5A623; }
    @media only screen and (max-width: 46rem) {
      .tot-chip time {
        font-size: 13px; } }
  .tot-chip p.price {
    text-align: center;
    display: block;
    color: #0076BB;
    font-size: 18px;
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    padding: 5px 0 0 0;
    margin: 0; }
    @media only screen and (max-width: 46rem) {
      .tot-chip p.price {
        font-size: 16px; } }

.tot-chip2 {
  width: 150px;
  height: 125px;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  border: solid 1px #BEBEBE;
  background: white;
  display: inline-block;
  padding: 0; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .tot-chip2 {
      margin: 0 4px 10px 0; } }
  @media only screen and (max-width: 46rem) {
    .tot-chip2 {
      width: 100%;
      min-height: 115px;
      margin: 0 0 10px 0; } }
  @media only screen and (max-width: 20em) {
    .tot-chip2 {
      width: 100%;
      min-height: 115px;
      margin: 0 0 10px 0; } }
  .tot-chip2 time {
    background: #0076BB;
    color: white;
    width: 100%;
    padding: 7px 0;
    text-align: center;
    display: block;
    font-family: "Cabin", sans-serif;
    font-weight: 800; }
    .tot-chip2 time.hot-deal {
      background: #F5A623; }
    @media only screen and (max-width: 46rem) {
      .tot-chip2 time {
        font-size: 13px; } }
  .tot-chip2 p.price {
    text-align: center;
    display: block;
    color: #0076BB;
    font-size: 18px;
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    padding: 10px 0 0 0;
    margin-bottom: 0; }
    @media only screen and (max-width: 46rem) {
      .tot-chip2 p.price {
        font-size: 14px; } }
  .tot-chip2 p.rateName {
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-family: "Cabin", sans-serif;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .tot-chip2 p.tt-detail {
    text-align: center;
    display: block;
    font-size: 14px;
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    padding: 0; }
    .tot-chip2 p.tt-detail span {
      font-size: 14px;
      line-height: 1.8em; }
      .tot-chip2 p.tt-detail span.icon-break {
        color: #9b9b9b; }
      @media only screen and (max-width: 46rem) {
        .tot-chip2 p.tt-detail span {
          font-size: 12px; } }
    .tot-chip2 p.tt-detail i.gn-icon {
      font-size: 18px;
      vertical-align: sub;
      line-height: 1.5em; }
      @media only screen and (max-width: 46rem) {
        .tot-chip2 p.tt-detail i.gn-icon {
          font-size: 14px;
          vertical-align: text-top;
          line-height: normal; } }

.course-tile-wide {
  display: inline-block;
  font-size: 14px;
  padding-bottom: 10px; }
  .course-tile-wide p {
    margin-bottom: 0.5em; }
    .course-tile-wide p.price {
      font-size: 28px;
      font-weight: 700;
      line-height: 1.2em;
      padding-top: 14px;
      margin-bottom: 3px;
      color: #666666; }
      .course-tile-wide p.price.color-green-primary {
        color: #77BC43; }
    .course-tile-wide p.rateName {
      font-size: 12px;
      line-height: 14px;
      text-align: center;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .course-tile-wide p.time, .course-tile-wide p.player-rule, .course-tile-wide p.tt-detail {
      margin-bottom: 0;
      line-height: 16px; }
  .course-tile-wide .tee-time-detail {
    text-align: center;
    border: solid 1px #ccc;
    color: #000;
    cursor: pointer;
    display: inline-block;
    float: left;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    height: 150px;
    width: 85px !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    margin: 2px 1px; }
    .course-tile-wide .tee-time-detail:hover {
      -webkit-transform: translate(0, -4px);
      transform: translate(0, -4px);
      -webkit-transition: all .3s;
      transition: all .3s; }
    .course-tile-wide .tee-time-detail .tile-top-half {
      padding: 3px;
      width: 100%;
      font-size: 19px; }
      .course-tile-wide .tee-time-detail .tile-top-half .hot-deal-flame {
        top: -0.09em;
        left: -0.1em; }
      .course-tile-wide .tee-time-detail .tile-top-half .green-dealtime {
        position: absolute;
        top: -12px;
        left: -1px; }

body.special-rates .view-information {
  display: none; }

body.special-rates .small-6.large-8.medium-9 {
  padding-top: 19px; }

body.special-rates .result .tee-time-view .course-name-favorite {
  border: none; }

@media only screen and (max-width: 46rem) {
  body.special-rates .result .course-details {
    margin-top: 0; }
  body.special-rates .result .cta-button {
    padding: 3px 0 0 0;
    border-top: none; } }

.result.course-view.featured .course-details h3 {
  -webkit-line-clamp: 2;
  white-space: normal; }

@media only screen and (max-width: 46rem) {
  .result.course-view.featured .course-name-favorite {
    border: none;
    padding: 0;
    margin-top: 10px; } }

.result.course-view.featured .course-rating {
  border: none;
  width: auto; }

.course-features span strong {
  color: #0076BB;
  font-size: 16px; }

.spotlight-loading {
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  background: #fff;
  height: 273px;
  width: 24%;
  margin-right: 10px;
  margin-bottom: 15px;
  float: left; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .spotlight-loading {
      width: 47%; } }
  @media only screen and (max-width: 46rem) {
    .spotlight-loading {
      width: 97%;
      margin-right: 0; } }

.promoted-campaign-wrapper {
  width: 150px;
  display: inline-grid;
  vertical-align: top; }
  @media only screen and (max-width: 46rem) {
    .promoted-campaign-wrapper {
      width: 31%; }
      .promoted-campaign-wrapper.promoted-campaign-padding {
        width: 35%; } }
  @media only screen and (max-width: 20em) {
    .promoted-campaign-wrapper {
      width: 48%; } }

.promoted-campaign-padding {
  padding: 7px;
  background: #da931e;
  background: linear-gradient(180deg, #da931e 0%, #f5a623 100%);
  display: inline-block;
  margin: 0px 0px 10px 0px; }
  .promoted-campaign-padding .tot-chip2 {
    border-color: #F5A623;
    width: 100%; }

#hot-deal-zone .promoted-campaign-wrapper, #hot-deal-zone-more-deals .promoted-campaign-wrapper {
  width: 118px;
  float: left;
  margin-right: 10px; }
  @media only screen and (max-width: 46rem) {
    #hot-deal-zone .promoted-campaign-wrapper, #hot-deal-zone-more-deals .promoted-campaign-wrapper {
      width: 30%;
      margin-right: 3px; } }
  #hot-deal-zone .promoted-campaign-wrapper.promoted-campaign-padding, #hot-deal-zone-more-deals .promoted-campaign-wrapper.promoted-campaign-padding {
    margin-top: 0;
    padding-bottom: 0px;
    width: 128px; }
    @media only screen and (max-width: 46rem) {
      #hot-deal-zone .promoted-campaign-wrapper.promoted-campaign-padding, #hot-deal-zone-more-deals .promoted-campaign-wrapper.promoted-campaign-padding {
        width: 32%; } }
    #hot-deal-zone .promoted-campaign-wrapper.promoted-campaign-padding p, #hot-deal-zone .promoted-campaign-wrapper.promoted-campaign-padding span, #hot-deal-zone-more-deals .promoted-campaign-wrapper.promoted-campaign-padding p, #hot-deal-zone-more-deals .promoted-campaign-wrapper.promoted-campaign-padding span {
      color: white; }
    #hot-deal-zone .promoted-campaign-wrapper.promoted-campaign-padding .hot-deal-zone-tile, #hot-deal-zone-more-deals .promoted-campaign-wrapper.promoted-campaign-padding .hot-deal-zone-tile {
      border-color: #F5A623;
      width: 100% !important; }

#hot-deal-zone h3, #hot-deal-zone-more-deals h3 {
  clear: both; }

#ttresults.columns.large-12 .promoted-campaign-wrapper {
  width: auto; }
  @media only screen and (max-width: 46rem) {
    #ttresults.columns.large-12 .promoted-campaign-wrapper .tot-chip {
      width: 68px; } }

.result.featured.new-course {
  height: 170px; }
  @media only screen and (max-width: 46rem) {
    .result.featured.new-course .image-info-combo {
      padding: 0; } }
  .result.featured.new-course .featured-image {
    margin-right: 10px;
    position: relative;
    height: 170px;
    width: 280px;
    float: left; }
    @media only screen and (max-width: 46rem) {
      .result.featured.new-course .featured-image {
        height: 160px;
        margin-bottom: 10px;
        width: 100% !important;
        clear: both; } }
  .result.featured.new-course div.hot-deal-flame {
    position: absolute;
    left: 10px !important;
    top: 10px !important;
    right: auto !important;
    width: auto;
    height: auto;
    line-height: 13px;
    padding: 3px 12px 5px 7px;
    border-radius: 15px;
    font-size: 14px;
    background: #F5A623;
    color: white;
    transform: none; }
  .result.featured.new-course .favorite-course {
    right: auto;
    left: 235px;
    top: -3px; }
    @media only screen and (min-width: 64.0625rem) {
      .result.featured.new-course .favorite-course:hover {
        -webkit-transform: translate(0, -2px);
        transform: translate(0, -2px);
        -webkit-transition: all .3s;
        transition: all .3s;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border: solid 1px #E0E0E0; } }
    @media only screen and (max-width: 46rem) {
      .result.featured.new-course .favorite-course {
        right: 10px;
        top: 10px;
        left: auto; } }
    @media only screen and (min-width: 64.0625rem) {
      .result.featured.new-course .favorite-course i:hover {
        -webkit-transform: translate(0, -2px);
        transform: translate(0, -2px);
        -webkit-transition: all .3s;
        transition: all .3s;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } }
  .result.featured.new-course .course-details {
    border-right: none;
    padding-left: 295px; }
    @media only screen and (max-width: 46rem) {
      .result.featured.new-course .course-details {
        padding: 0 10px;
        margin-bottom: 10px;
        width: 60%;
        float: left;
        clear: both; } }
    .result.featured.new-course .course-details h3 a {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-weight: 600; }
      @media only screen and (max-width: 46rem) {
        .result.featured.new-course .course-details h3 a {
          line-height: 20px; } }
    .result.featured.new-course .course-details address {
      display: block; }
      @media only screen and (max-width: 46rem) {
        .result.featured.new-course .course-details address {
          display: none; } }
    .result.featured.new-course .course-details .course-rating {
      padding: 0;
      margin: 0;
      width: 100%; }
  .result.featured.new-course span.course-features span {
    border: solid 1px #3E3F42 !important;
    margin: 3px 3px 0 0 !important;
    font-size: 11px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    font-weight: normal !important;
    width: auto !important;
    padding: 0 5px !important;
    float: left;
    color: #3E3F42 !important; }
    .result.featured.new-course span.course-features span strong {
      color: #3E3F42;
      font-size: 11px; }
    .result.featured.new-course span.course-features span .gn-thumbsUp-alt, .result.featured.new-course span.course-features span .gn-booked.hide {
      display: inline-block;
      color: #0076BB;
      padding: 3px 2px 0 0;
      float: left;
      font-size: 18px; }
  .result.featured.new-course .time {
    border: none;
    color: #666666; }
  .result.featured.new-course .price {
    font-size: 26px;
    margin-bottom: 10px; }
  .result.featured.new-course .cta-button {
    position: absolute;
    bottom: 15px;
    right: 0px; }
    @media only screen and (max-width: 46rem) {
      .result.featured.new-course .cta-button {
        padding-right: 10px;
        width: 40%;
        float: left; }
        .result.featured.new-course .cta-button .time span {
          font-size: 13px; }
        .result.featured.new-course .cta-button .price {
          border: none;
          font-size: 18px;
          line-height: 18px;
          padding: 0; } }
    .result.featured.new-course .cta-button .button {
      float: right;
      max-width: 160px; }

#destination p.golf-destination-description {
  margin-bottom: 0; }

#destination .hero-image h2 {
  color: white; }

#destination .slider-no-results {
  padding-left: 30px; }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  #destination #golfDestinationsContainer .vertical-center, #destination .hero-image .vertical-center {
    height: 200px; } }

#destination .button {
  padding: 10px 0; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #destination .button {
      width: 100%; } }
  #destination .button.btn-orange {
    padding: 10px 20px;
    margin: 0; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #destination .button.btn-orange {
        width: auto;
        margin: 5px 0 0 0; } }

#destination .federatedSuggestedSearches .button {
  padding: 10px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #destination .federatedSuggestedSearches .button {
      width: auto; } }

#destination .button.btn-orange {
  margin-right: 10px; }

#destination .course-details, #destination .course-details .distance {
  font-size: 13px; }

#destination section#othercourses, #destination section#featuredcourses-hpw {
  display: none; }

#destination .moredestinations h2 {
  color: #666666 !important; }

#destination #destinations-spotlight-course span.course-rating span {
  line-height: 18px !important; }

#destination #destinations-spotlight-course span.course-rating .reviews {
  display: inline-block;
  font-size: 13px; }

#destination #featured-city-course {
  background-position: center, center;
  background-size: cover;
  height: 400px;
  position: relative; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #destination #featured-city-course {
      height: 332px; } }
  @media only screen and (max-width: 46rem) {
    #destination #featured-city-course {
      height: 204px; } }
  #destination #featured-city-course .content {
    position: absolute;
    bottom: 60px; }
    @media only screen and (max-width: 46rem) {
      #destination #featured-city-course .content {
        bottom: 30px; } }
    #destination #featured-city-course .content a.button {
      margin: 0;
      padding: 10px 0; }
    #destination #featured-city-course .content h2 {
      margin: 0;
      font-size: 40px;
      font-weight: bold;
      color: #fff; }
      @media only screen and (max-width: 46rem) {
        #destination #featured-city-course .content h2 {
          font-size: 26px;
          line-height: 27px; } }
    #destination #featured-city-course .content h3 {
      margin: 0;
      font-size: 32px;
      font-weight: normal;
      line-height: 35px;
      margin-bottom: 10px;
      color: #fff; }
      @media only screen and (max-width: 46rem) {
        #destination #featured-city-course .content h3 {
          font-size: 24px; } }

#destination #city-description .adimage {
  margin-top: 60px; }
  @media only screen and (max-width: 46rem) {
    #destination #city-description .adimage {
      margin-top: 0px; } }

#destination #city-description h2.city-name {
  font-size: 48px; }

@media only screen and (max-width: 46rem) {
  #destination #city-description img {
    float: none; } }

#destination #city-description p {
  font-size: 16px; }

#destination a.show-more {
  font-weight: 500;
  font-size: 18px; }

#destination .destination-course-header, #destination #other-courses-header, #destination #featured-courses-header {
  padding-bottom: 0; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #destination .destination-course-header, #destination #other-courses-header, #destination #featured-courses-header {
      margin-bottom: 0; } }
  @media only screen and (max-width: 46rem) {
    #destination .destination-course-header, #destination #other-courses-header, #destination #featured-courses-header {
      margin-bottom: 0; } }
  #destination .destination-course-header h2, #destination .destination-course-header p, #destination #other-courses-header h2, #destination #other-courses-header p, #destination #featured-courses-header h2, #destination #featured-courses-header p {
    float: left;
    margin: 0;
    padding: 0; }
  #destination .destination-course-header h2, #destination #other-courses-header h2, #destination #featured-courses-header h2 {
    font-size: 24px;
    color: #666666; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #destination .destination-course-header h2, #destination #other-courses-header h2, #destination #featured-courses-header h2 {
        font-size: 18px; } }
    @media only screen and (max-width: 46rem) {
      #destination .destination-course-header h2, #destination #other-courses-header h2, #destination #featured-courses-header h2 {
        font-size: 16px;
        padding-bottom: 10px;
        clear: both;
        width: 100%; } }
  #destination .destination-course-header h3, #destination #other-courses-header h3, #destination #featured-courses-header h3 {
    color: #003460;
    font-size: 24px; }
    @media only screen and (max-width: 46rem) {
      #destination .destination-course-header h3, #destination #other-courses-header h3, #destination #featured-courses-header h3 {
        font-size: 16px; } }
  #destination .destination-course-header p, #destination #other-courses-header p, #destination #featured-courses-header p {
    font-size: 18px;
    color: #3E3F42;
    margin: 5px 0 0 0;
    float: right; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #destination .destination-course-header p, #destination #other-courses-header p, #destination #featured-courses-header p {
        font-size: 13px;
        margin: 0; } }
    @media only screen and (max-width: 46rem) {
      #destination .destination-course-header p, #destination #other-courses-header p, #destination #featured-courses-header p {
        font-size: 14px;
        background-color: #F2F2F2;
        width: 100%;
        padding: 5px 0;
        margin: 0;
        text-align: center;
        clear: both; } }

#destination .result-divider {
  display: block !important; }

#destination .courses-should-play .results-heading h2 {
  margin-bottom: 0;
  font-size: 24px;
  color: #003460;
  font-weight: 300; }

#destination .courses-should-play .result div.row {
  padding: 0 15px; }

#destination .courses-should-play h2 a {
  font-size: 13px;
  white-space: nowrap; }

#destination .courses-should-play .time-row {
  margin-top: 0; }
  @media only screen and (max-width: 46rem) {
    #destination .courses-should-play .time-row {
      margin-top: 0; } }

@media only screen and (max-width: 46rem) {
  #destination #featured-destination .titlebar .gotodestinations {
    width: 300px;
    margin: 0 auto; } }

#destination #featured-destination .titlebar h1 {
  margin-top: 25px;
  font-size: 26px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #destination #featured-destination .titlebar h1 {
      font-size: 24px; } }
  @media only screen and (max-width: 46rem) {
    #destination #featured-destination .titlebar h1 {
      text-align: center;
      font-size: 24px; } }
  #destination #featured-destination .titlebar h1 span {
    font-weight: 300; }
  #destination #featured-destination .titlebar h1 .hide-for-small {
    display: inline !important; }
    @media only screen and (max-width: 46rem) {
      #destination #featured-destination .titlebar h1 .hide-for-small {
        display: none !important;
        visibility: none !important; } }

#destination #featured-destination .titlebar a {
  font-size: 16px;
  font-weight: 500;
  color: #0076BB;
  margin-top: 38px;
  line-height: 14px;
  display: block;
  text-align: right; }
  @media only screen and (max-width: 46rem) {
    #destination #featured-destination .titlebar a {
      text-align: center; } }
  #destination #featured-destination .titlebar a i {
    float: right;
    margin: 0 0 0 5px; }

#destination #featured-destination article a.button {
  margin: 0; }
  @media only screen and (min-width: 64.0625rem) {
    #destination #featured-destination article a.button {
      width: 170px; } }

#destination .listheadline {
  margin-top: 15px; }

#destination .destinationlist {
  margin: 0 0 0 30px !important; }
  #destination .destinationlist li {
    font-size: 11px;
    color: #0076BB; }
    @media only screen and (max-width: 46rem) {
      #destination .destinationlist li {
        margin: 0 0 25px 0; } }
    #destination .destinationlist li a {
      color: #0076BB;
      font-size: 14px;
      font-weight: bold; }

#destination #other-courses section {
  height: auto; }
  @media only screen and (max-width: 46rem) {
    #destination #other-courses section .course-info-wrap {
      border: none; }
    #destination #other-courses section .course-details.course-info-wrap {
      border-bottom: solid 1px #E0E0E0; } }
  #destination #other-courses section .ion-ios-clock-outline {
    font-size: 30px;
    color: #666666; }
  #destination #other-courses section .course-distance {
    color: #666666;
    font-size: 14px;
    font-size: 0.875rem; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #destination #other-courses section .course-distance {
        font-size: 12px;
        font-size: 0.75rem; } }
    @media only screen and (max-width: 46rem) {
      #destination #other-courses section .course-distance.show-for-small-only {
        display: inline !important; } }
  #destination #other-courses section .tee-times, #destination #other-courses section .tee-time-price, #destination #other-courses section time, #destination #other-courses section .price {
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    color: #0076BB; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #destination #other-courses section .tee-times, #destination #other-courses section .tee-time-price, #destination #other-courses section time, #destination #other-courses section .price {
        font-size: 16px;
        font-size: 1rem; } }
    @media only screen and (max-width: 46rem) {
      #destination #other-courses section .tee-times, #destination #other-courses section .tee-time-price, #destination #other-courses section time, #destination #other-courses section .price {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 12px;
        padding: 10px 0;
        margin: 0;
        display: block; }
        #destination #other-courses section .tee-times span, #destination #other-courses section .tee-time-price span, #destination #other-courses section time span, #destination #other-courses section .price span {
          color: #666666;
          display: inline !important;
          font-style: italic; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #destination #other-courses section .time {
      font-size: 16px;
      font-size: 1rem; } }
  @media only screen and (max-width: 46rem) {
    #destination #other-courses section .time {
      padding: 0; } }
  #destination #other-courses section .tee-time-price, #destination #other-courses section .price {
    margin-bottom: 5px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #destination #other-courses section .tee-time-price, #destination #other-courses section .price {
        font-size: 16px;
        font-size: 1rem; } }
    @media only screen and (max-width: 46rem) {
      #destination #other-courses section .tee-time-price, #destination #other-courses section .price {
        margin: 0; } }
  @media only screen and (max-width: 46rem) {
    #destination #other-courses section .tt-hours {
      padding: 0; } }
  @media only screen and (max-width: 46rem) {
    #destination #other-courses section .cta-button, #destination #other-courses section .view-tt-button {
      padding: 0; }
      #destination #other-courses section .cta-button .currency-code, #destination #other-courses section .view-tt-button .currency-code {
        color: #0076BB;
        font-style: normal;
        font-size: inherit; } }
  #destination #other-courses section p {
    color: #666;
    margin: 0;
    line-height: 16px;
    font-size: 1rem;
    font-weight: normal; }
  #destination #other-courses section h4 {
    margin: 0;
    line-height: 16px;
    font-weight: normal; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #destination #other-courses section h4 {
        font-size: 14px;
        font-size: 0.875rem; } }
  #destination #other-courses section .all-booked {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 32px;
    line-height: 18px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #destination #other-courses section .all-booked {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media only screen and (max-width: 46rem) {
      #destination #other-courses section .all-booked {
        font-size: 12px;
        font-size: 0.75rem;
        margin: 7px 0;
        color: #0076BB;
        text-align: left; }
        #destination #other-courses section .all-booked span {
          text-decoration: underline;
          float: right;
          display: inline; } }
  #destination #other-courses section .button {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    font-size: 1rem; }
    #destination #other-courses section .button.check-next-day {
      margin-top: 28px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #destination #other-courses section .button {
        font-size: 13px; } }

#destination .us-destination-wrapper {
  background: white;
  border: solid 1px #E0E0E0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  margin: 15px; }
  #destination .us-destination-wrapper .col-20 {
    width: 16%;
    display: inline-block;
    margin: 15px 0 15px 3%;
    vertical-align: top; }
    #destination .us-destination-wrapper .col-20 ul {
      margin: 0; }
      #destination .us-destination-wrapper .col-20 ul li {
        list-style: none;
        color: #0076BB;
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 10px;
        font-weight: normal; }
        #destination .us-destination-wrapper .col-20 ul li.country-heading {
          text-transform: uppercase;
          color: #666666;
          font-weight: 800; }
        #destination .us-destination-wrapper .col-20 ul li:hover {
          background: transparent; }
      #destination .us-destination-wrapper .col-20 ul .f-dropdown li a {
        color: #0076BB; }
      #destination .us-destination-wrapper .col-20 ul .f-dropdown.drop-right {
        margin-top: -5px;
        margin-left: 10px; }
    #destination .us-destination-wrapper .col-20 .static-name {
      font-weight: 600;
      color: #666666;
      padding: 10px 0 0 8px;
      cursor: default; }
    #destination .us-destination-wrapper .col-20 a.other-golf-destination-cities {
      border-top: 1px solid #E0E0E0;
      color: #666666;
      padding-top: 16px; }

.hero-image-wrapper .hero-image {
  background-position: center, center;
  background-size: cover;
  height: 350px;
  position: relative; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .hero-image-wrapper .hero-image {
      height: 300px; } }
  @media only screen and (max-width: 46rem) {
    .hero-image-wrapper .hero-image {
      height: 250px; } }

.hero-image-wrapper .content {
  position: absolute;
  bottom: 60px;
  left: 55px; }
  @media only screen and (max-width: 46rem) {
    .hero-image-wrapper .content {
      bottom: 30px;
      left: 25px; } }
  .hero-image-wrapper .content a.button {
    margin: 0; }
    @media only screen and (min-width: 46.0625rem) {
      .hero-image-wrapper .content a.button {
        width: 170px !important; } }
    @media only screen and (max-width: 46rem) {
      .hero-image-wrapper .content a.button {
        padding: 10px 18px !important; } }
  .hero-image-wrapper .content h2 {
    margin: 0;
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }
    @media only screen and (max-width: 46rem) {
      .hero-image-wrapper .content h2 {
        font-size: 32px; } }

.no-destination-available, .listheadline {
  display: none; }

body.destination-city .result .course-details h3 {
  -webkit-line-clamp: 1; }

body.destination-city .result .course-details .course-rating {
  margin: 0 !important;
  padding: 0 !important;
  border-top: none; }

body.destination-city .result .course-details .course-name-favorite {
  border: none; }

body.destination-state ul.state-courses-tiles li {
  height: auto;
  padding-bottom: 15px; }

#sign-in h2 {
  font-size: 24px;
  font-size: 1.5rem;
  padding-bottom: 10px; }
  @media only screen and (max-width: 46rem) {
    #sign-in h2 {
      padding-bottom: 20px; }
      #sign-in h2 i {
        margin-top: 0; } }

#sign-in .button {
  background-color: #77BC43;
  padding: 13px 30px; }
  #sign-in .button.sign-in-ccb-btn {
    width: auto; }

#sign-in article {
  border-right: solid 1px #E0E0E0;
  padding: 0 25px 0 25px; }
  #sign-in article:last-child {
    border-right: none; }
  @media only screen and (max-width: 46rem) {
    #sign-in article {
      border-right: none;
      padding: 0 0.9375rem; } }

#sign-in ul.membership-features {
  margin: 0;
  padding: 0; }
  #sign-in ul.membership-features .columns.small-3 {
    padding-right: 0; }
  #sign-in ul.membership-features p.font-18 {
    font-size: 14px; }
  #sign-in ul.membership-features .gn-rewards {
    font-size: 48px;
    display: block;
    margin-top: 5px; }

#sign-in .membership-features .row {
  margin-bottom: 15px !important; }

#sign-in .accordion .accordion-navigation > .content.active {
  background: transparent; }

#sign-in .accordion .accordion .accordion-navigation > a:after {
  content: ""; }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  #sign-in form label {
    margin: 0;
    padding: 0; } }

@media only screen and (max-width: 46rem) {
  #sign-in form label {
    margin: 0;
    padding: 0; } }

#sign-in form .forgot {
  font-size: 12px;
  font-size: 0.75rem;
  color: #0076BB;
  margin-bottom: 20px; }
  @media only screen and (max-width: 46rem) {
    #sign-in form .forgot {
      padding: 10px 0 10px 10px; } }

#sign-in form ul li {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 20px; }

#sign-in form .checkbox-label {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  margin-bottom: 15px; }
  #sign-in form .checkbox-label input {
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    top: 2px; }

#sign-in .accordion .accordion-navigation.active > a, #sign-in .accordion .accordion-navigation > a {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0; }

#sign-in .accordion .accordion-navigation {
  border-bottom: 0; }
  @media only screen and (max-width: 46rem) {
    #sign-in .accordion .accordion-navigation {
      margin-bottom: 0 !important; } }
  @media only screen and (min-width: 46.0625rem) {
    #sign-in .accordion .accordion-navigation .content {
      display: block; } }
  #sign-in .accordion .accordion-navigation > .content, #sign-in .accordion .accordion-navigation .accordion dd > .content {
    padding: 0; }

#sign-in .accordion .accordion-navigation.active > a .ion-chevron-up {
  color: #0076BB; }

#sign-in .accordion .accordion-navigation > .content.active {
  border: none; }

#golfid-login-modal .forgot {
  padding: 50px 0 10px 0; }
  @media only screen and (max-width: 46rem) {
    #golfid-login-modal .forgot {
      font-size: 14px; } }

a.amazon-login img {
  margin-top: 24px; }

#split-sign-in .course-basic-info h2 {
  margin: 15px 0 0 0; }

#split-sign-in .course-basic-info address {
  font-style: normal; }

#split-sign-in p.star svg {
  width: 14px;
  height: 14px;
  float: left;
  margin-top: 2px; }

#split-sign-in .small-profile-pic {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  margin: 5px 5px 0 0;
  background-color: #E0E0E0; }
  #split-sign-in .small-profile-pic span {
    margin-top: 20px;
    font-size: 28px;
    display: block;
    font-weight: 600;
    color: white;
    text-align: center; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #split-sign-in .small-profile-pic {
      width: 40px;
      height: 40px;
      margin-bottom: 10px; }
      #split-sign-in .small-profile-pic span {
        margin-top: 5px;
        font-size: 19px; } }
  @media only screen and (max-width: 46rem) {
    #split-sign-in .small-profile-pic {
      width: 40px;
      height: 40px;
      margin-bottom: 10px; }
      #split-sign-in .small-profile-pic span {
        margin-top: 5px;
        font-size: 19px; } }

#login-menu-pic .small-profile-pic {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  margin-right: 10px;
  background-color: #E0E0E0; }
  #login-menu-pic .small-profile-pic span {
    margin-top: -4px;
    font-size: 18px;
    display: block;
    font-weight: 600;
    color: white;
    text-align: center; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #login-menu-pic .small-profile-pic {
      width: 40px;
      height: 40px;
      margin-bottom: 10px; }
      #login-menu-pic .small-profile-pic span {
        margin-top: 5px;
        font-size: 19px; } }
  @media only screen and (max-width: 46rem) {
    #login-menu-pic .small-profile-pic {
      width: 40px;
      height: 40px;
      margin-bottom: 10px; }
      #login-menu-pic .small-profile-pic span {
        margin-top: 5px;
        font-size: 19px; } }

#login-menu-pic-link {
  padding-right: 0 !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #login-menu-pic-link {
      padding-top: 25px; } }

p.course-stats {
  font-size: 13px; }
  @media only screen and (max-width: 46rem) {
    p.course-stats {
      margin: 0; } }
  p.course-stats span {
    font-family: "Cabin", sans-serif;
    margin-left: 15px; }
    p.course-stats span:first-child {
      margin-left: 0; }
    @media only screen and (max-width: 46rem) {
      p.course-stats span {
        margin-left: 5px;
        font-size: 13px; } }

#billing-address.hide-children .child-hide, #creditcardform.hide-children .child-hide {
  display: none; }

#course-details .tot-date-picker {
  height: 35px;
  padding: 0; }
  #course-details .tot-date-picker div {
    padding: 5px 1em; }
    @media only screen and (max-width: 46rem) {
      #course-details .tot-date-picker div {
        padding: 8px 0; } }
    #course-details .tot-date-picker div.picker__box {
      padding: 0 24px; }
  #course-details .tot-date-picker i.ion-arrow-right-b, #course-details .tot-date-picker i.ion-arrow-left-b {
    padding: 4px 0;
    display: block; }

#course-details #hot-deals {
  background-image: none;
  margin-top: 15px;
  padding: 0; }
  #course-details #hot-deals #hot-deal-zone {
    padding: 0; }

#course-details address {
  font-style: normal;
  font-size: 14px;
  margin-bottom: 10px; }

#course-details .course-detail-main h1 {
  margin: 0 0 10px 0;
  font-size: 36px;
  line-height: 37px; }
  @media only screen and (max-width: 46rem) {
    #course-details .course-detail-main h1 {
      font-size: 25px;
      line-height: 1; } }

#course-details p {
  font-size: 16px;
  line-height: 25px; }

#course-details #course-quick-info a.button {
  width: 100%;
  margin: 0; }

#course-details #course-quick-info h3 {
  font-weight: bold;
  margin: 0; }

#course-details #course-quick-info .golfer-feedback {
  font-weight: bold; }
  #course-details #course-quick-info .golfer-feedback p {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    line-height: 12px; }
  #course-details #course-quick-info .golfer-feedback .font-24 {
    font-family: "Cabin", sans-serif;
    font-weight: 800; }
  #course-details #course-quick-info .golfer-feedback .course-rating {
    display: inline-block;
    margin-top: 10px; }

#course-details #course-quick-info .teeBookBtn.sticky, #course-details #course-quick-info .teeBookBtnSticky {
  border: solid 1px #E0E0E0;
  padding: 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  background: white;
  min-height: 400px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #course-details #course-quick-info .teeBookBtn.sticky, #course-details #course-quick-info .teeBookBtnSticky {
      position: relative !important;
      z-index: 9 !important;
      top: 0 !important; } }

#course-details .pn-ProductNav_Wrapper {
  margin: 15px 0 10px 0;
  display: inline-block; }
  @media only screen and (max-width: 46rem) {
    #course-details .pn-ProductNav_Wrapper {
      margin: 12px 0 10px 0; } }
  #course-details .pn-ProductNav_Wrapper .pn-ProductNav {
    font-size: initial; }
    #course-details .pn-ProductNav_Wrapper .pn-ProductNav .pn-ProductNav_Link {
      min-height: initial;
      border-left-color: initial; }
      #course-details .pn-ProductNav_Wrapper .pn-ProductNav .pn-ProductNav_Link[aria-selected="true"] {
        border-color: #0076BB; }
    #course-details .pn-ProductNav_Wrapper .pn-ProductNav .pn-ProductNav_Indicator {
      display: none; }

#course-details ul.course-tees-list {
  margin: 22px 0 0 0;
  display: inline-block; }
  #course-details ul.course-tees-list li {
    display: inline-block;
    list-style: none;
    font-weight: 600;
    margin-right: 32px; }
    @media only screen and (max-width: 46rem) {
      #course-details ul.course-tees-list li {
        margin-right: 8px; } }

#course-details table#course-chart {
  width: 100%;
  margin-top: 15px; }
  #course-details table#course-chart thead {
    background: #0076BB; }
    #course-details table#course-chart thead tr th {
      font-size: 16px;
      font-size: 1rem;
      color: white;
      font-weight: 700;
      padding: 20px 5px;
      text-align: center; }
      @media only screen and (max-width: 46rem) {
        #course-details table#course-chart thead tr th {
          font-size: 12px; } }
  #course-details table#course-chart tbody tr td {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 5px;
    text-align: center; }
    @media only screen and (max-width: 46rem) {
      #course-details table#course-chart tbody tr td {
        font-size: 12px; } }

#course-details ul.rating-filters {
  margin: 0; }
  #course-details ul.rating-filters li {
    list-style: none;
    display: inline-block;
    float: right;
    border-right: solid 1px white;
    margin: 0; }
    #course-details ul.rating-filters li:first-child {
      border-right: none; }
    @media only screen and (max-width: 46rem) {
      #course-details ul.rating-filters li {
        width: 33%; } }
    #course-details ul.rating-filters li a {
      background: #666666;
      color: white;
      padding: 7px 15px;
      display: inline-block; }
      @media only screen and (max-width: 46rem) {
        #course-details ul.rating-filters li a {
          padding: 7px 0;
          margin-bottom: 10px;
          width: 100%;
          text-align: center; } }

#course-details #policies-info h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold; }

#course-details #policies-info ul {
  margin-top: 20px; }
  #course-details #policies-info ul li {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 15px; }

#course-details .no-tee-times-msg {
  margin-top: 25px; }
  @media only screen and (max-width: 46rem) {
    #course-details .no-tee-times-msg {
      font-size: 12px;
      font-size: 0.75rem;
      margin-top: 10px; } }

#course-details .button.btn-nearby-tt {
  margin-top: 5px; }

#course-details #weather .weather-header-sm {
  padding-bottom: 3px; }
  #course-details #weather .weather-header-sm .small-2 {
    padding: 0; }
  #course-details #weather .weather-header-sm h3 {
    font-size: 16px;
    font-size: 1rem;
    color: white;
    font-weight: 600;
    text-align: left;
    padding: 10px 0; }
    @media only screen and (max-width: 46rem) {
      #course-details #weather .weather-header-sm h3 {
        font-size: 14px;
        font-size: 0.875rem; } }

@media only screen and (max-width: 46rem) {
  #course-details #weather img.weather-channel {
    width: 45px; } }

#course-details #weather .condition {
  padding: 0;
  width: 18%;
  margin-right: 5px;
  display: inline-block; }
  #course-details #weather .condition:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 46rem) {
    #course-details #weather .condition {
      width: 20%;
      margin-right: 0;
      float: left; } }

#course-details #weather .day {
  background: white;
  border: solid 1px #E0E0E0;
  padding: 0 !important;
  text-align: center;
  margin: 20px 0; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #course-details #weather .day {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem;
      border-right: solid 1px #E0E0E0;
      margin-top: 15px; } }
  @media only screen and (max-width: 46rem) {
    #course-details #weather .day {
      margin-bottom: 0;
      margin-right: 0;
      border-bottom: solid 1px #E0E0E0;
      padding: 10px 0 5px 0;
      border-right: none; } }
  @media only screen and (max-width: 46rem) {
    #course-details #weather .day .columns {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 46rem) {
    #course-details #weather .day .weather-icon img {
      width: 25px; } }
  #course-details #weather .day .weekday {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 800;
    margin: 20px 0 0 0; }
    @media only screen and (max-width: 46rem) {
      #course-details #weather .day .weekday {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 600;
        margin: 0; } }
  #course-details #weather .day .date {
    font-size: 14px;
    font-weight: normal; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #course-details #weather .day .date {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media only screen and (max-width: 46rem) {
      #course-details #weather .day .date {
        font-size: 11px;
        font-size: 0.6875rem;
        font-weight: 200; } }
  #course-details #weather .day .high-temp {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #course-details #weather .day .high-temp {
        font-size: 32px;
        font-size: 2rem; } }
    @media only screen and (max-width: 46rem) {
      #course-details #weather .day .high-temp {
        font-size: 18px;
        font-size: 1.125rem; } }
  #course-details #weather .day .low-temp {
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 10px 0; }
    @media only screen and (max-width: 46rem) {
      #course-details #weather .day .low-temp {
        font-size: 14px; } }
  #course-details #weather .day .w-description {
    font-size: 14px;
    line-height: 16px;
    min-height: 50px;
    padding: 0 5px;
    margin: 0; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #course-details #weather .day .w-description {
        font-size: 14px;
        font-size: 0.875rem;
        margin: 10px 0 0 0; } }
    @media only screen and (max-width: 46rem) {
      #course-details #weather .day .w-description {
        font-size: 8px;
        line-height: 8px;
        min-height: 35px; } }
  #course-details #weather .day .rain {
    font-size: 14px;
    margin: 0; }
    @media only screen and (max-width: 46rem) {
      #course-details #weather .day .rain {
        margin: 25px 0 0 0; } }
    @media only screen and (max-width: 46rem) {
      #course-details #weather .day .rain {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.6;
        margin: 0;
        margin-bottom: 18px; } }
  #course-details #weather .day .wind {
    font-size: 14px;
    line-height: 14px; }
    @media only screen and (max-width: 46rem) {
      #course-details #weather .day .wind {
        font-size: 12px;
        line-height: 0.8;
        margin: 0;
        margin-bottom: 18px; } }

#course-details #ratings-snapshot {
  margin-bottom: 35px; }
  #course-details #ratings-snapshot .tabs dd.active a, #course-details #ratings-snapshot .tabs .tab-title.active a {
    background-color: #003460;
    color: white; }
  #course-details #ratings-snapshot .tabs dd > a, #course-details #ratings-snapshot .tabs .tab-title.tab-left > a {
    border-left: solid 1px #e0e0e0; }
  #course-details #ratings-snapshot .tabs dd > a, #course-details #ratings-snapshot .tabs .tab-title > a {
    background-color: white;
    color: #003460;
    border-top: solid 1px #E0E0E0;
    border-right: solid 1px #E0E0E0; }
    @media only screen and (max-width: 46rem) {
      #course-details #ratings-snapshot .tabs dd > a, #course-details #ratings-snapshot .tabs .tab-title > a {
        font-size: 13px;
        font-size: 0.8125rem;
        padding: 10px 15px; } }
  @media only screen and (max-width: 46rem) {
    #course-details #ratings-snapshot hr {
      margin-bottom: 0; } }

#course-details #RatingSnapshot ul {
  margin: 0; }
  #course-details #RatingSnapshot ul li {
    list-style: none; }

#course-details #RatingSnapshot span.has-tip center {
  display: inline-block; }

@media only screen and (max-width: 46rem) {
  #course-details #overall-average .breakdown {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0; } }

@media only screen and (max-width: 46rem) {
  #course-details #overall-average .columns.medium-6 {
    padding: 0; } }

#course-details #overall-average .rating-heading {
  font-size: 16px;
  clear: both; }
  @media only screen and (max-width: 46rem) {
    #course-details #overall-average .rating-heading {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #course-details #overall-average .rating-heading {
      font-size: 13px;
      font-size: 0.8125rem; } }

#course-details #overall-average .rating-heading-lg {
  font-size: 24px;
  font-weight: bold; }
  @media only screen and (max-width: 46rem) {
    #course-details #overall-average .rating-heading-lg {
      font-size: 16px;
      clear: both; } }
  #course-details #overall-average .rating-heading-lg i {
    font-size: 16px; }

#course-details #overall-average .course-rating {
  text-align: right;
  display: block; }

#course-details #overall-average .course-rating-lg {
  text-align: right; }
  @media only screen and (max-width: 46rem) {
    #course-details #overall-average .course-rating-lg {
      margin-top: 8px !important; } }
  #course-details #overall-average .course-rating-lg svg {
    width: 14px;
    float: left;
    margin-right: 1px; }

#course-details #overall-average .progress {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  padding: 0;
  height: 2.5rem;
  background: #9b9b9b; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #course-details #overall-average .progress {
      height: 32px; } }
  #course-details #overall-average .progress .meter {
    background-color: #003460;
    color: white;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 4px;
    text-shadow: 0px 0px 3px rgba(225, 255, 225, 0.2);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */ }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #course-details #overall-average .progress .meter {
        font-size: 13px;
        font-size: 0.8125rem; } }

#course-details #overall-average #share-course h3 {
  font-size: 42px;
  font-size: 2.625rem;
  color: #417505;
  font-weight: 500; }

#course-details #overall-average #share-course p {
  font-size: 16px;
  font-size: 1rem; }

#course-details #overall-average #share-course .share-course-inner {
  background-color: #F2F2F2;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  padding: 25px;
  height: 100%; }

#course-details #more-info-tabs {
  margin-bottom: 35px; }
  #course-details #more-info-tabs ul li {
    width: 33.33%; }
  #course-details #more-info-tabs hr {
    margin: 0;
    padding: 0; }
  #course-details #more-info-tabs .tabs .tab-title.active {
    background: #0076BB; }
    #course-details #more-info-tabs .tabs .tab-title.active a {
      color: white; }
    #course-details #more-info-tabs .tabs .tab-title.active.tab-left {
      border-radius: 4px 0 0 0; }
    #course-details #more-info-tabs .tabs .tab-title.active.tab-right {
      border-radius: 0 4px 0 0; }
  #course-details #more-info-tabs .tabs .tab-title {
    border: solid 1px #E0E0E0; }
    #course-details #more-info-tabs .tabs .tab-title a {
      background: transparent;
      color: #0076BB;
      padding: 10px 20px;
      border-bottom: none;
      text-align: center;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      /* for old Konqueror browsers */ }
      @media only screen and (max-width: 46rem) {
        #course-details #more-info-tabs .tabs .tab-title a {
          font-size: 11px;
          font-size: 0.6875rem;
          padding: 10px 0; } }
    #course-details #more-info-tabs .tabs .tab-title.tab-left {
      border-radius: 4px 0 0 0; }
    #course-details #more-info-tabs .tabs .tab-title.tab-right {
      border-radius: 0 4px 0 0; }

#course-details #reviews .filtering hr {
  margin-top: 0; }

#course-details #reviews .filtering input[type="checkbox"] {
  margin: 0 5px 0 0; }

#course-details #reviews #FilterReviewsButton {
  margin-top: 15px;
  padding: 8px 0; }

#course-details #reviews .reviews-filter {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  background: #0076BB;
  color: white;
  border: solid 1px #E0E0E0;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom: none; }
  @media only screen and (max-width: 46rem) {
    #course-details #reviews .reviews-filter {
      border-bottom: solid 1px #E0E0E0;
      width: 100%;
      margin-bottom: 15px; } }

#course-details #reviews img.golf-advisor {
  margin-top: 5px; }

#course-details #reviews .course-rating {
  font-size: 14px;
  color: #77BC43;
  margin-bottom: 10px; }

#course-details #reviews h3 {
  font-size: 17px; }

#course-details #reviews p.review-description {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  overflow-x: auto; }

#course-details #reviews h4.recommended {
  font-family: "Cabin", sans-serif;
  font-weight: 800; }

@media only screen and (max-width: 46rem) {
  #course-details #reviews .user-info p {
    margin: 0; } }

#course-details #reviews .verified {
  border: none;
  cursor: default;
  color: #77BC43; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #course-details #reviews .verified {
      padding: 10px; } }

#course-details #reviews .username, #course-details #reviews .play-date {
  margin: 0; }

#course-details #reviews .ReviewCommentButton {
  border-bottom: solid 1px #E0E0E0;
  padding-right: 50px;
  padding-bottom: 10px; }

#course-details #reviews .comments p {
  margin-bottom: 10px; }

#course-details #reviews .comment-block {
  color: #666666; }
  #course-details #reviews .comment-block b {
    word-wrap: break-word; }

#course-details #reviews .filtering .f-dropdown {
  max-width: 135% !important;
  background: white;
  padding: 10px 0;
  width: 140%; }
  #course-details #reviews .filtering .f-dropdown button, #course-details #reviews .filtering .f-dropdown .btn {
    background: #898989;
    color: #fff;
    border-color: #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    padding: 7px 35px 0 35px;
    font-size: 13px;
    clear: both;
    display: block;
    width: 100%; }

#course-details #reviews .filtering .f-dropdown.open::before {
  border-color: transparent transparent #e2e2e2 transparent; }

#course-details #reviews .filtering label {
  font-size: 12px;
  font-size: 0.75rem; }

#course-details #reviews .filtering svg {
  width: 13px !important;
  float: left;
  margin-top: 2px; }

#course-details #reviews .filtering b {
  margin: 5px 0 5px 0;
  display: block; }

#course-details #facility-images li {
  overflow: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */ }

#course-details #facility-images img:not(.swipe-loader) {
  max-width: 100%;
  min-width: 640px;
  max-height: 426px;
  width: 100%; }
  @media only screen and (max-width: 46rem) {
    #course-details #facility-images img:not(.swipe-loader) {
      max-height: 216px;
      min-width: 384px; } }

#course-details .condition-rating {
  font-size: 14px;
  margin: 15px 0;
  font-weight: bold; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #course-details .condition-rating {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media only screen and (max-width: 46rem) {
    #course-details .condition-rating {
      margin: 0; } }
  #course-details .condition-rating span {
    color: #0076BB;
    font-weight: normal; }
    @media only screen and (max-width: 46rem) {
      #course-details .condition-rating span {
        float: right; } }
  @media only screen and (max-width: 46rem) {
    #course-details .condition-rating br {
      display: none; } }

#course-details #related-courses-slider .course-slider-tile-pricing p {
  font-family: "Cabin", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px; }
  #course-details #related-courses-slider .course-slider-tile-pricing p a {
    font-family: "Cabin", sans-serif; }

#course-details #related-courses-slider .favorite-tile h3 {
  width: 290px; }

#course-details #related-courses-slider .course-rating svg {
  margin-top: 1px; }

#course-details .map-display {
  min-height: 450px;
  background: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/wait_sm.gif?v=333041751) center no-repeat; }
  @media only screen and (max-width: 46rem) {
    #course-details .map-display {
      min-height: 175px; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #course-details .map-display {
      min-height: 300px; } }

#course-details .map-actions a {
  margin: 15px 0;
  font-weight: bold; }

#course-details .mobile-tee-times .button {
  width: 100%;
  margin: 0; }

@media only screen and (max-width: 46rem) {
  #course-details #details-photo-gallery {
    margin-top: -15px; } }

#course-details #details-photo-gallery label.golfpass-perks {
  top: 18px !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #course-details #details-photo-gallery label.golfpass-perks {
      top: 14px !important; } }

#course-details #details-photo-gallery .private-course {
  background-color: black;
  padding: 0 12px !important;
  line-height: 1.6;
  color: white !important;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: auto;
  border-radius: 10px;
  text-align: center;
  font-size: 14px !important;
  z-index: 3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 46rem) {
  #course-details #facility-photo-gallery {
    margin-top: 10px; } }

#course-details .lg-toolbar.lg-icon {
  font-size: 50px;
  color: white; }

#facility-images img {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */ }

#tee-time-details {
  margin-top: 25px;
  min-height: 1250px; }
  @media only screen and (max-width: 46rem) {
    #tee-time-details .wrapper-cont-book {
      position: fixed;
      background: white;
      bottom: 0;
      left: 0;
      z-index: 99;
      padding: 10px;
      width: 100%;
      box-shadow: 0 -4px 10px 0 rgba(178, 178, 178, 0.27); }
      #tee-time-details .wrapper-cont-book h5 {
        margin-top: 13px !important; } }
  #tee-time-details p.star svg {
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 2px; }
  #tee-time-details select#selReviewSortOptions {
    margin: 15px 0 !important; }
  #tee-time-details .numGolfersLabel h4 {
    margin-top: 20px; }
  @media only screen and (max-width: 46rem) {
    #tee-time-details .earn-points {
      font-size: 16px; } }
  #tee-time-details #ttoffer-selection-section {
    padding: 0 0 10px 15px; }
  #tee-time-details .restricted-rate-message p {
    margin: 0; }
    #tee-time-details .restricted-rate-message p.restricted-rate-label {
      display: inline-block;
      width: 90%; }
      #tee-time-details .restricted-rate-message p.restricted-rate-label label {
        color: #D0021B; }
  #tee-time-details .restricted-rate-message #restricted-rate-checkbox {
    margin-top: 6px;
    margin-right: 10px;
    float: left; }
    #tee-time-details .restricted-rate-message #restricted-rate-checkbox label {
      line-height: 20px;
      margin: 0; }
  #tee-time-details .course-tee-chart table thead tr th {
    font-size: 16px;
    padding: 15px 23px;
    text-align: left; }
    @media only screen and (max-width: 46rem) {
      #tee-time-details .course-tee-chart table thead tr th {
        font-size: 12px;
        padding: 15px 5px; } }
  #tee-time-details .course-tee-chart table tbody tr td {
    font-size: 16px; }
    @media only screen and (max-width: 46rem) {
      #tee-time-details .course-tee-chart table tbody tr td {
        font-size: 12px;
        padding: 12px 5px; } }
  #tee-time-details .course-map address {
    font-style: normal;
    font-weight: 600;
    margin-top: 15px; }
  #tee-time-details #splitPaymentSection {
    border-top: solid 1px #BEBEBE; }
    #tee-time-details #splitPaymentSection .split-pay-toggle {
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      /* for old Konqueror browsers */
      background: white;
      padding: 0 0 10px 0; }
      @media only screen and (max-width: 46rem) {
        #tee-time-details #splitPaymentSection .split-pay-toggle p.font-14 {
          font-size: 13px;
          width: 70%; } }
  #tee-time-details #facility-photo-gallery .lSAction > .lSNext {
    right: 30px !important; }
    @media only screen and (max-width: 46rem) {
      #tee-time-details #facility-photo-gallery .lSAction > .lSNext {
        right: 15px !important; } }
  #tee-time-details .clearing-featured-img {
    position: relative; }
    #tee-time-details .clearing-featured-img img {
      border-radius: 4px; }
      @media only screen and (max-width: 46rem) {
        #tee-time-details .clearing-featured-img img {
          max-height: 216px;
          width: 100%; } }
    @media only screen and (max-width: 46rem) {
      #tee-time-details .clearing-featured-img {
        height: auto;
        width: 100%; } }
    #tee-time-details .clearing-featured-img span.btn-gray {
      background: #979797;
      padding: 8px 16px;
      position: absolute;
      left: 30px;
      bottom: 0;
      border: 1px solid #979797; }
      @media only screen and (max-width: 46rem) {
        #tee-time-details .clearing-featured-img span.btn-gray {
          padding: 5px;
          bottom: 10px !important;
          left: auto !important;
          right: 10px;
          width: 95px; } }
  #tee-time-details .tee-policy-link.show-text .policy-text, #tee-time-details .tee-notes-link.show-text .policy-text {
    display: block !important;
    margin-top: 10px; }
  #tee-time-details #course-hero-ttd {
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px; }
    @media only screen and (max-width: 46rem) {
      #tee-time-details #course-hero-ttd {
        height: 160px;
        margin-top: 25px; } }
  #tee-time-details .teeNotesText {
    margin-bottom: 25px; }
    #tee-time-details .teeNotesText .course-basic-info h2 {
      font-size: 36px;
      margin: 15px 0 0 0;
      padding: 0; }
      @media only screen and (max-width: 46rem) {
        #tee-time-details .teeNotesText .course-basic-info h2 {
          font-size: 19px;
          line-height: 25px;
          margin-bottom: 10px; } }
    #tee-time-details .teeNotesText .course-basic-info address, #tee-time-details .teeNotesText .course-basic-info p {
      font-size: 16px;
      font-style: normal;
      margin: 0;
      display: inline; }
    #tee-time-details .teeNotesText .course-basic-info p.star {
      display: inline-block; }
      #tee-time-details .teeNotesText .course-basic-info p.star svg {
        float: left;
        margin-top: 3px; }
  #tee-time-details ul.course-details-anchor, #tee-time-details ul.course-tees-list {
    margin: 22px 0 0 0;
    display: inline-block; }
    #tee-time-details ul.course-details-anchor li, #tee-time-details ul.course-tees-list li {
      display: inline-block;
      list-style: none;
      font-weight: 600;
      margin-right: 32px; }
      @media only screen and (max-width: 46rem) {
        #tee-time-details ul.course-details-anchor li, #tee-time-details ul.course-tees-list li {
          margin-right: 8px; } }
  #tee-time-details #reservation-summary-ttd .inner-res-summary {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    border: solid 1px #BEBEBE;
    background: white;
    padding: 15px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #tee-time-details #reservation-summary-ttd .inner-res-summary {
        margin-top: 20px; } }
    @media only screen and (max-width: 46rem) {
      #tee-time-details #reservation-summary-ttd .inner-res-summary {
        border: none;
        padding: 0;
        margin-top: 0px; } }
    #tee-time-details #reservation-summary-ttd .inner-res-summary h3 {
      font-size: 20px;
      margin-top: -3px; }
      @media only screen and (max-width: 46rem) {
        #tee-time-details #reservation-summary-ttd .inner-res-summary h3 {
          font-size: 16px; } }
    #tee-time-details #reservation-summary-ttd .inner-res-summary small {
      font-size: 14px; }
    #tee-time-details #reservation-summary-ttd .inner-res-summary .medium-course-image {
      background-repeat: no-repeat;
      background-size: cover;
      height: 200px;
      width: 40%;
      float: left;
      margin-right: 15px; }
    #tee-time-details #reservation-summary-ttd .inner-res-summary p.rate-names span {
      background: transparent;
      color: #666666;
      font-size: 13px;
      padding: 5px 10px;
      margin: 3px 7px 0 0;
      border-radius: 500px;
      display: inline-block;
      border: solid 1px #666666; }
      #tee-time-details #reservation-summary-ttd .inner-res-summary p.rate-names span.advisory {
        background: transparent;
        color: #D0021B;
        font-size: 14px;
        padding: 5px 15px;
        margin: 10px 10px 0 0;
        border-radius: 500px;
        display: inline-block;
        border: solid 1px #D0021B; }
        #tee-time-details #reservation-summary-ttd .inner-res-summary p.rate-names span.advisory span {
          margin: 0;
          padding: 0;
          border: none;
          color: #D0021B; }
      @media only screen and (max-width: 46rem) {
        #tee-time-details #reservation-summary-ttd .inner-res-summary p.rate-names span {
          font-size: 13px;
          padding: 5px 10px; } }
    #tee-time-details #reservation-summary-ttd .inner-res-summary .teeTimeDate, #tee-time-details #reservation-summary-ttd .inner-res-summary .teeTimeTime {
      display: inline-block; }
      #tee-time-details #reservation-summary-ttd .inner-res-summary .teeTimeDate p, #tee-time-details #reservation-summary-ttd .inner-res-summary .teeTimeTime p {
        font-size: 16px;
        margin: 0; }
    #tee-time-details #reservation-summary-ttd .inner-res-summary .numGolfersLabel {
      font-size: 16px; }
    #tee-time-details #reservation-summary-ttd .inner-res-summary select {
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
      border: solid 1px #0076BB; }
    #tee-time-details #reservation-summary-ttd .inner-res-summary .button {
      width: 100%; }
  #tee-time-details #reservation-summary-ttd #perks-summary {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    border: solid 1px #BEBEBE;
    background: white;
    padding: 15px;
    margin-top: 25px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #tee-time-details #reservation-summary-ttd #perks-summary {
        margin-top: 20px; } }
    @media only screen and (max-width: 46rem) {
      #tee-time-details #reservation-summary-ttd #perks-summary {
        border: none;
        padding: 0;
        margin-top: 0px; } }
    @media only screen and (max-width: 46rem) {
      #tee-time-details #reservation-summary-ttd #perks-summary h3 {
        font-size: 16px; } }
    #tee-time-details #reservation-summary-ttd #perks-summary small {
      font-size: 14px; }
  #tee-time-details #reservation-summary-ttd #tee-time-charges {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    border: solid 1px #BEBEBE;
    background: white;
    padding: 15px;
    margin-top: 25px;
    z-index: 999; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #tee-time-details #reservation-summary-ttd #tee-time-charges {
        position: relative !important;
        margin-bottom: 60px;
        top: 10px !important;
        left: 0 !important; } }
    @media only screen and (max-width: 46rem) {
      #tee-time-details #reservation-summary-ttd #tee-time-charges {
        border: none;
        padding: 0; } }
    #tee-time-details #reservation-summary-ttd #tee-time-charges .teeDetailText {
      clear: both; }
      #tee-time-details #reservation-summary-ttd #tee-time-charges .teeDetailText h5 {
        display: inline-block;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px; }
      #tee-time-details #reservation-summary-ttd #tee-time-charges .teeDetailText.amount-due {
        border: none; }
        #tee-time-details #reservation-summary-ttd #tee-time-charges .teeDetailText.amount-due h5 {
          font-weight: 600;
          font-size: 17px; }
    #tee-time-details #reservation-summary-ttd #tee-time-charges p.urgency-message {
      display: inline-block;
      margin-top: 15px; }
      #tee-time-details #reservation-summary-ttd #tee-time-charges p.urgency-message span {
        font-weight: 600;
        color: #0076BB; }
    #tee-time-details #reservation-summary-ttd #tee-time-charges span#feestotal {
      color: #417505;
      font-weight: bold; }
    #tee-time-details #reservation-summary-ttd #tee-time-charges small {
      font-size: 70%; }
    #tee-time-details #reservation-summary-ttd #tee-time-charges .btnBook {
      width: 100%;
      margin: 10px 0 0 0; }
      @media only screen and (max-width: 46rem) {
        #tee-time-details #reservation-summary-ttd #tee-time-charges .btnBook {
          width: 50%;
          float: right;
          margin: 0; }
          #tee-time-details #reservation-summary-ttd #tee-time-charges .btnBook.top-golf {
            width: 100%; } }
    #tee-time-details #reservation-summary-ttd #tee-time-charges .currency-code {
      display: inline;
      font-size: 12px; }
  #tee-time-details #splitPayHowItWorksModal div.split-describe {
    border-left: solid 2px #E0E0E0;
    padding-left: 25px;
    padding-bottom: 1px;
    margin: 0 0 5px 25px; }
  #tee-time-details #splitPayHowItWorksModal h3 {
    margin: 10px 0 0 0;
    font-family: "Cabin", sans-serif;
    font-weight: 800; }
  #tee-time-details #splitPayHowItWorksModal p {
    margin: 0 0 5px 0; }
  #tee-time-details #splitPayHowItWorksModal img {
    padding-left: 20px;
    margin-right: 10px; }
  #tee-time-details .switch input:checked + label {
    background: #77BC43; }
  #tee-time-details .switch label:after {
    border: solid 1px #666666;
    top: 0;
    left: 0; }
  #tee-time-details .switch.large label:after {
    height: 32px;
    width: 32px; }
  #tee-time-details .switch.large label {
    width: 50px;
    height: 32px; }
  #tee-time-details .switch.round label {
    margin: 0; }
  #tee-time-details .switch.large input:checked + label:after {
    left: 18px; }
  #tee-time-details .potential-rewards, #tee-time-details .potential-offer-rewards {
    display: inline-block; }
    @media only screen and (max-width: 46rem) {
      #tee-time-details .potential-rewards, #tee-time-details .potential-offer-rewards {
        display: block; } }
  #tee-time-details #facility-images img:not(.swipe-loader) {
    max-width: 100%;
    min-width: 640px;
    max-height: 426px;
    width: 100%; }
    @media only screen and (max-width: 46rem) {
      #tee-time-details #facility-images img:not(.swipe-loader) {
        max-height: 216px;
        min-width: 384px; } }

@media only screen and (max-width: 46rem) {
  body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%; } }

.reveal-modal-bg {
  background: rgba(0, 0, 0, 0.75); }

@media only screen and (max-width: 46rem) {
  .reveal-modal {
    padding: 15px; } }

.reveal-modal.small {
  max-width: 570px !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .reveal-modal.small {
      width: 80%; } }

#shipping-address-modal input {
  margin-bottom: 0px; }

#shipping-address-modal select {
  margin-bottom: 5px !important; }

#shipping-address-modal small.error {
  line-height: 30px; }

.reveal-modal .close-reveal-modal {
  color: #666666;
  float: none;
  top: 15px;
  left: 15px;
  padding: 0 15px; }
  @media only screen and (max-width: 46rem) {
    .reveal-modal .close-reveal-modal {
      left: 0; } }
  .reveal-modal .close-reveal-modal.button {
    color: #0076BB;
    position: relative;
    font-size: 16px;
    left: 0;
    top: auto;
    float: none;
    padding: 14px 30px;
    width: 49%; }
    @media only screen and (max-width: 46rem) {
      .reveal-modal .close-reveal-modal.button {
        width: 100%;
        margin-bottom: 0; } }
  .reveal-modal .close-reveal-modal.button.btn-blue {
    color: white !important; }

.reveal-modal button, .reveal-modal close-reveal-modal.button, .reveal-modal .button {
  width: 49%; }
  @media only screen and (max-width: 46rem) {
    .reveal-modal button, .reveal-modal close-reveal-modal.button, .reveal-modal .button {
      width: 100%;
      margin-bottom: 0; } }

.reveal-modal .button.expanded {
  width: 100%; }

.reveal-modal .modal-heading, .reveal-modal #modalTitle, .reveal-modal h2 {
  padding: 40px 0 10px 0;
  font-size: 28px;
  font-weight: 600; }

.reveal-modal p {
  font-size: 16px; }
  .reveal-modal p.lead {
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 18px; }

.modalCloseBtn {
  position: relative;
  font-size: 1.125rem !important;
  font-weight: 300;
  line-height: 1;
  padding: 20px !important; }

.worry-free-form-controls select.error {
  margin-bottom: 0px !important; }

#searchModal {
  background: white;
  padding: 0; }
  #searchModal .sort-dropdown-menu {
    position: relative; }
    @media only screen and (max-width: 46rem) {
      #searchModal .sort-dropdown-menu ul#sort-options.f-open-dropdown {
        left: 0 !important;
        top: 56px !important; }
        #searchModal .sort-dropdown-menu ul#sort-options.f-open-dropdown li a {
          padding: 8px 15px; } }
  #searchModal .hot-deals img {
    width: 20px;
    padding: 0; }
  #searchModal .close-reveal-modal i {
    right: 0;
    position: absolute; }
  #searchModal ul li {
    padding: 5px 0; }
    #searchModal ul li a {
      color: #666666;
      font-size: 14px;
      font-size: 0.875rem; }
      #searchModal ul li a i {
        color: #0076BB;
        width: 20px;
        font-size: 14px;
        display: inline-block; }
        #searchModal ul li a i.ion-ios-flag {
          color: #77BC43; }
    #searchModal ul li.active a {
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem; }
  #searchModal .location-heading {
    padding: 0; }
    #searchModal .location-heading h3 {
      background-color: #F2F2F2;
      margin: 0;
      padding: 15px 0;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 300;
      color: #666666; }
      #searchModal .location-heading h3 #fedresults-refine {
        font-weight: 500; }
  #searchModal .option {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #F2F2F2; }
    #searchModal .option .button {
      border-bottom: solid 1px #0076BB;
      font-size: 18px;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      /* for old Konqueror browsers */ }
      #searchModal .option .button.selected {
        background-color: #0076BB;
        color: white; }
  #searchModal label.dropdown-label {
    font-size: 18px;
    font-weight: 300;
    margin-top: 5px; }
    @media only screen and (max-width: 46rem) {
      #searchModal label.dropdown-label {
        font-size: 13px;
        margin-top: 10px; } }
  @media only screen and (min-width: 46.0625rem) {
    #searchModal .federatedWrap {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 46rem) {
    #searchModal .federatedWrap {
      height: auto;
      overflow-y: scroll;
      padding-left: 0px;
      padding-right: 0px; }
      #searchModal .federatedWrap .filter-options-cta-wrapper {
        position: relative;
        width: 95%;
        bottom: 0;
        padding: 0 0 20px 0;
        left: 10px;
        right: 0;
        margin-bottom: 0;
        background: white;
        z-index: 0; } }
    @media only screen and (max-width: 46rem) and (max-width: 46rem) {
      #searchModal .federatedWrap .filter-options-cta-wrapper {
        background: transparent; } }
  @media only screen and (max-width: 46rem) {
        #searchModal .federatedWrap .filter-options-cta-wrapper a.button {
          margin: 0;
          position: fixed;
          bottom: 0;
          left: 0; } }
  #searchModal .federatedStepTwo .tabs {
    margin-bottom: solid 1px #666666; }
  #searchModal #fedsearch {
    border: #E0E0E0 1px solid;
    color: #666666;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/icons/map-marker-gray.png?v=333041751);
    background-repeat: no-repeat;
    background-position: 3% 14px;
    background-size: 16px;
    padding-left: 30px;
    font-size: 14px; }
    @media only screen and (max-width: 46rem) {
      #searchModal #fedsearch {
        margin-bottom: 15px;
        background-color: #E9EBEE;
        color: #222; } }
  #searchModal input[type="radio"] {
    visibility: hidden; }
  #searchModal input[type="file"], #searchModal input[type="checkbox"], #searchModal input[type="radio"] {
    margin: 0;
    padding: 0; }
  #searchModal select {
    margin: 0 !important; }
  #searchModal .date-picker {
    border-bottom: solid 1px #E0E0E0;
    margin-bottom: 15px; }
    #searchModal .date-picker a#refine-day {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 200;
      padding-bottom: 0px; }
    @media only screen and (max-width: 46rem) {
      #searchModal .date-picker {
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        /* for old Konqueror browsers */
        border: solid 1px #E0E0E0;
        background: white; }
        #searchModal .date-picker a#refine-day {
          padding: 14px;
          font-size: 14px;
          font-size: 0.875rem; } }
  #searchModal .refine-labels {
    font-size: 18px;
    color: #666666;
    font-weight: 500;
    line-height: 45px; }
    @media only screen and (max-width: 46rem) {
      #searchModal .refine-labels {
        font-size: 13px; } }
    #searchModal .refine-labels span {
      font-weight: 300;
      font-style: italic;
      color: #9b9b9b;
      font-size: 13px; }
  #searchModal .success-button {
    width: 270px;
    color: white; }
    @media only screen and (max-width: 46rem) {
      #searchModal .success-button {
        width: 100%; } }
  #searchModal .reset-button {
    width: 270px;
    margin-right: 15px; }
    @media only screen and (max-width: 46rem) {
      #searchModal .reset-button {
        width: 100%;
        margin-right: 0; } }
  #searchModal .tabs dd.active a, #searchModal .tabs .tab-title.active a {
    background-color: transparent;
    color: #666666; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #searchModal .tabs dd.active a, #searchModal .tabs .tab-title.active a {
        border-bottom: 5px solid #77BC43;
        position: relative;
        top: -1px;
        z-index: 2; } }
    @media only screen and (max-width: 46rem) {
      #searchModal .tabs dd.active a, #searchModal .tabs .tab-title.active a {
        border-bottom: 5px solid #77BC43;
        position: relative;
        top: -1px;
        z-index: 2; } }
  @media only screen and (max-width: 46rem) {
    #searchModal .tabs .tab-title {
      width: 50%; } }
  #searchModal .tabs dd > a, #searchModal .tabs .tab-title > a {
    padding: 0.5rem 1rem;
    font-weight: 500;
    background-color: transparent;
    color: #666666; }
    @media only screen and (max-width: 46rem) {
      #searchModal .tabs dd > a, #searchModal .tabs .tab-title > a {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 16px;
        text-align: center; } }
    #searchModal .tabs dd > a span, #searchModal .tabs .tab-title > a span {
      color: #9b9b9b;
      font-weight: normal; }
  #searchModal .tabs-content > .content {
    position: relative;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: -3px;
    z-index: 1; }
  #searchModal .switch input:checked + label {
    background: #F5A623; }
  #searchModal .hot-deals-text p {
    color: #F5A623;
    font-weight: 400;
    font-size: 18px; }
    @media only screen and (max-width: 46rem) {
      #searchModal .hot-deals-text p {
        font-size: 13px; } }
    #searchModal .hot-deals-text p img {
      margin-top: -5px; }
    #searchModal .hot-deals-text p span {
      font-style: italic;
      color: #9b9b9b;
      font-weight: 200; }
    #searchModal .hot-deals-text p span.switch label {
      margin-left: 10px;
      margin-bottom: -8px; }
  #searchModal ul.number-golfers li {
    width: 20%; }
  #searchModal ul.course-distance li {
    width: 33.333%; }
  #searchModal ul.number-holes li {
    width: 33.333%; }
  #searchModal .distance .course-distance {
    margin: 1rem 0;
    font-weight: 400;
    color: #0076BB; }
  #searchModal ul.number-golfers, #searchModal ul.course-distance, #searchModal ul.number-holes {
    font-weight: 400;
    list-style: none;
    margin: 0 15px 0 0;
    padding: 0;
    border: 1px solid #E0E0E0;
    width: 100%;
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */ }
    #searchModal ul.number-golfers li, #searchModal ul.course-distance li, #searchModal ul.number-holes li {
      margin: 0;
      padding: 5px 0;
      float: left;
      text-align: center;
      border-right: solid 1px #E0E0E0;
      cursor: pointer; }
      #searchModal ul.number-golfers li:last-child, #searchModal ul.course-distance li:last-child, #searchModal ul.number-holes li:last-child {
        border-right: none; }
      #searchModal ul.number-golfers li.inactive, #searchModal ul.course-distance li.inactive, #searchModal ul.number-holes li.inactive {
        background-color: white; }
        #searchModal ul.number-golfers li.inactive a, #searchModal ul.course-distance li.inactive a, #searchModal ul.number-holes li.inactive a {
          color: #E0E0E0; }
        #searchModal ul.number-golfers li.inactive:hover, #searchModal ul.course-distance li.inactive:hover, #searchModal ul.number-holes li.inactive:hover {
          background-color: white;
          color: #E0E0E0; }
      #searchModal ul.number-golfers li.active, #searchModal ul.course-distance li.active, #searchModal ul.number-holes li.active {
        background-color: #0076BB; }
        #searchModal ul.number-golfers li.active a, #searchModal ul.course-distance li.active a, #searchModal ul.number-holes li.active a {
          color: white; }
    #searchModal ul.number-golfers li.inactive a:hover, #searchModal ul.course-distance li.inactive a:hover, #searchModal ul.number-holes li.inactive a:hover {
      color: #E0E0E0 !important; }

#checkout-rewards-modal .gray-light {
  margin-bottom: 25px; }

#checkout-rewards-modal h2 {
  font-weight: bold;
  margin-top: 25px; }

#checkout-rewards-modal img {
  width: 90%;
  margin: 20px 0; }

#checkout-rewards-modal .regular-16 {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  margin-left: 0;
  margin-right: 0; }

#checkout-rewards-modal .regular-30 {
  font-family: "Cabin", sans-serif;
  font-size: 25px;
  margin-left: 0;
  margin-right: 0; }

#sortModal h2.modal-heading, #viewModal h2.modal-heading {
  padding: 20px 0;
  color: white;
  background-color: #003460;
  text-align: center; }

#sortModal .close-reveal-modal i, #viewModal .close-reveal-modal i {
  color: white; }

#sortModal ul, #viewModal ul {
  list-style: none; }
  #sortModal ul li a, #viewModal ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #666666;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    border-bottom: solid 1px #E0E0E0; }
    #sortModal ul li a i, #viewModal ul li a i {
      font-size: 16px;
      font-size: 1rem;
      color: #0076BB;
      padding-right: 10px;
      display: inline-block;
      text-align: block;
      width: 25px; }

#confirmYesButton {
  padding: 13px 30px !important; }

#change-location-modal .search-field {
  background-color: inherit; }

@media only screen and (max-width: 46rem) {
  #change-location-modal .button {
    padding: 13px 15px; } }

#change-location-modal .f-dropdown {
  left: auto; }
  @media only screen and (max-width: 46rem) {
    #change-location-modal .f-dropdown.medium {
      max-width: 90.5%; } }

#confirmModal ul, #auto-renew-off-confirm-modal ul {
  margin-left: 0;
  list-style: none; }
  #confirmModal ul img, #auto-renew-off-confirm-modal ul img {
    float: left;
    margin: 0 40px 45px 0; }

#smartplay-pay-checkin-modal .tabs-content {
  margin-bottom: 0; }

#smartplay-pay-checkin-modal #billing-address .row {
  margin-left: -15px; }
  #smartplay-pay-checkin-modal #billing-address .row label {
    padding-left: 10px; }

@media only screen and (max-width: 46rem) {
  body.account #bookinghistory {
    padding: 15px !important; } }

@media only screen and (max-width: 46rem) {
  #my-account-information .vip-info span.hide-for-small {
    display: none !important; } }

#my-account-information span {
  display: inline-block; }

@media only screen and (max-width: 46rem) {
  #my-account-information .btn-green, #my-account-information .btn-gray {
    float: none !important;
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important; } }

#my-account-information span.optional {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200; }

@media only screen and (max-width: 46rem) {
  #my-account-information .button-row {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0; } }

#my-account-information .button-row-info {
  padding-right: 0; }
  @media only screen and (max-width: 46rem) {
    #my-account-information .button-row-info {
      margin-right: 0;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0; } }

#my-account-information .required-key {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 10px;
  font-style: italic; }
  #my-account-information .required-key sup {
    font-size: 12.8px;
    font-size: 0.8rem; }

#my-account-information .featured {
  margin-bottom: 0;
  padding-top: 15px; }
  #my-account-information .featured h3, #my-account-information .featured h4 {
    font-size: 14px;
    font-size: 0.875rem; }
  #my-account-information .featured .button {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 10px 5px; }
  #my-account-information .featured img {
    padding-top: 8px; }
  #my-account-information .featured .course-rating, #my-account-information .featured .marker-distance {
    font-size: 11px;
    font-size: 0.6875rem;
    float: left; }
  #my-account-information .featured .tee-times, #my-account-information .featured .tee-time-price {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Cabin", sans-serif;
    color: #666666; }
  #my-account-information .featured .tee-time-price span.per-golfer {
    font-size: 11px;
    font-size: 0.6875rem;
    font-style: italic;
    display: inline-block !important; }

#my-account-information #update-account {
  margin-top: 35px;
  margin-bottom: 0px; }
  @media only screen and (max-width: 46rem) {
    #my-account-information #update-account {
      margin-top: 0;
      padding: 0; } }
  #my-account-information #update-account h2 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 0;
    font-weight: 700;
    margin: 0; }
    @media only screen and (max-width: 46rem) {
      #my-account-information #update-account h2 {
        font-size: 16px;
        font-size: 1rem;
        padding: 15px; } }
  #my-account-information #update-account fieldset {
    margin: 0 0 30px 0;
    border: solid 1px #BEBEBE;
    position: relative;
    background: white; }
    @media only screen and (max-width: 46rem) {
      #my-account-information #update-account fieldset {
        border: none; } }
  #my-account-information #update-account label sup {
    font-size: 10px;
    font-size: 0.625rem;
    color: #9b9b9b; }
  #my-account-information #update-account label .has-tip {
    font-size: 10px;
    font-size: 0.625rem;
    border: none; }

@media only screen and (min-width: 46.0625rem) {
  #my-account-information .accordion .accordion-navigation .content {
    padding: 0;
    background-color: transparent; } }

#my-account-information .add-new-gcard {
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  top: 17px;
  right: 15px;
  color: #0076BB; }

@media only screen and (max-width: 46rem) {
  #my-account-information .menu-slider-tiles {
    height: 50px !important; } }

@media only screen and (max-width: 46rem) {
  #my-account-information .menu-slider-tiles li {
    font-size: 12pt;
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #666666; } }

#my-account-information .menu-slider-tiles li a, #my-account-information .menu-slider-tiles li a:visited {
  color: #666666; }

@media only screen and (max-width: 46rem) {
  #my-account-information .menu-slider-tiles li.selected {
    border-bottom: solid 5px #0076BB; } }

#my-account-information .my-account-nav {
  margin-top: 35px;
  padding: 0; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #my-account-information .my-account-nav {
      padding: 0 15px; } }
  @media only screen and (max-width: 46rem) {
    #my-account-information .my-account-nav {
      margin-top: 0;
      min-height: 50px; } }
  #my-account-information .my-account-nav h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 26px; }
    @media only screen and (min-width: 64.0625rem) {
      #my-account-information .my-account-nav h2 {
        padding: 15px 0px 5px 0px; } }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #my-account-information .my-account-nav h2 {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 15px 0 5px 0px; } }
    @media only screen and (max-width: 46rem) {
      #my-account-information .my-account-nav h2 {
        margin: 0;
        padding: 0px; } }
    #my-account-information .my-account-nav h2 span.vip-badge {
      margin-top: 0; }
  #my-account-information .my-account-nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    padding-bottom: 35px; }
    #my-account-information .my-account-nav ul li {
      font-size: 16px;
      font-size: 1rem;
      list-style: none;
      font-family: "Cabin", sans-serif;
      font-weight: 400;
      margin: 0; }
      @media only screen and (min-width: 64.0625rem) {
        #my-account-information .my-account-nav ul li {
          padding: 10px 15px 10px 30px; } }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        #my-account-information .my-account-nav ul li {
          padding: 15px 15px 15px 15px; } }
      #my-account-information .my-account-nav ul li:first-child {
        border-top: solid 1px #E0E0E0;
        padding-top: 15px; }
      #my-account-information .my-account-nav ul li.selected {
        color: #0076BB;
        font-weight: 600; }
        #my-account-information .my-account-nav ul li.selected a {
          color: #0076BB; }
      #my-account-information .my-account-nav ul li a {
        color: #666666; }

@media only screen and (max-width: 46rem) {
  .payments.credit-zone {
    padding: 15px !important; } }

@media only screen and (max-width: 46rem) {
  .gift-card-form .small-3.end {
    padding-right: 15px !important; } }

.account-btn .button {
  margin-left: 15px; }
  @media only screen and (max-width: 46rem) {
    .account-btn .button {
      width: 100%;
      margin: 0 0 10px 0; } }

form.new-payment-form input[type='checkbox'] {
  margin-top: 6px; }

@media only screen and (max-width: 46rem) {
  fieldset.payments {
    padding: 0; } }

@media only screen and (max-width: 46rem) {
  form#dataManagementForm p {
    margin: 0 15px; } }

input#VoucherNumber {
  height: 47px; }

.gift-card-details p, .voucher-details p {
  font-weight: 400;
  color: #666666;
  margin: 0;
  padding: 0;
  margin-top: 25px; }

.gift-card-details small, .voucher-details small {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #3E3F42; }

.gift-card-details span.postfix.apply, .voucher-details span.postfix.apply {
  background: #77BC43;
  color: white;
  border-color: #77BC43;
  height: 47px;
  padding-top: 4px;
  font-family: "Cabin", sans-serif;
  border-radius: 0 4px 4px 0; }

.gcard-chevs {
  display: none; }
  @media only screen and (max-width: 46rem) {
    .gcard-chevs {
      display: block;
      margin-top: 20px; } }

.gcard-action {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-weight: 400;
  text-transform: none;
  color: #0076BB; }
  @media only screen and (max-width: 46rem) {
    .gcard-action {
      display: none; } }

.card-list {
  list-style: none;
  margin: 0 15px; }
  .card-list li.row {
    background-color: white; }
    @media only screen and (min-width: 46.0625rem) {
      .card-list li.row {
        margin-bottom: 15px !important; } }
    @media only screen and (max-width: 46rem) {
      .card-list li.row {
        font-size: 13px;
        font-size: 0.8125rem;
        padding-top: 0px;
        margin: 15px 0 0 0;
        border-top: none; } }
    .card-list li.row .giftcard-border {
      border-bottom: solid 1px #E0E0E0;
      margin-bottom: 15px;
      padding-bottom: 15px; }
    .card-list li.row .card-details {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 500;
      color: #666666; }
      .card-list li.row .card-details.expired {
        color: #D0021B; }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        .card-list li.row .card-details {
          font-size: 13px;
          margin-top: 2px; }
          .card-list li.row .card-details .ending-in, .card-list li.row .card-details .card-type-name {
            font-size: 13px; } }
      @media only screen and (max-width: 46rem) {
        .card-list li.row .card-details {
          font-size: 13px;
          font-size: 0.8125rem;
          margin-top: 20px; } }
      .card-list li.row .card-details span {
        float: left;
        padding-right: 5px; }
      .card-list li.row .card-details span.default {
        font-style: italic;
        color: #3E3F42;
        font-weight: 400;
        float: right; }
    @media only screen and (max-width: 46rem) {
      .card-list li.row .add-new-card {
        margin-top: 20px;
        display: block; } }
  .card-list .card-toggle i {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600; }

.past-reservations-info .button {
  margin: 0 5px 0 0;
  display: inline-block;
  float: left;
  padding: 8px 0;
  width: 110px; }

.reservations ul, .vip-info ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .reservations ul li, .vip-info ul li {
    border-bottom: solid 1px #E0E0E0;
    padding: 15px 0;
    margin-bottom: 15px !important; }

.reservations span.canceled {
  color: #D0021B;
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem; }

@media only screen and (min-width: 46.0625rem) {
  .reservations .show-for-small-only.canceled.left {
    display: none !important; } }

.reservations .cancel-reservation-link {
  color: #0076BB;
  -webkit-touch-callout: none;
  float: right;
  margin-top: 10px; }

@media only screen and (max-width: 46rem) {
  .reservations ul li {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #9b9b9b; } }

.reservations ul li time {
  font-weight: 600;
  color: #666666; }

@media only screen and (max-width: 46rem) {
  .reservations ul li br {
    display: none; } }

.reservations ul li .course-name {
  font-weight: 600;
  color: #666666;
  font-size: 16px; }
  @media only screen and (max-width: 46rem) {
    .reservations ul li .course-name {
      font-size: 14px;
      font-size: 0.875rem; } }
  .reservations ul li .course-name .button {
    padding: 8px 0 !important;
    margin: 10px 5px 0 0 !important;
    height: auto !important;
    width: 120px !important; }
  .reservations ul li .course-name .tee-time-info time {
    float: right !important; }

.vip-info .heading, .vip-info .detail {
  font-size: 14px;
  font-size: 0.875rem; }

.vip-info .heading {
  font-weight: 600; }

.my-recent-reviews .course-name .course-rating center {
  display: inline-block !important; }

.my-reviews-overview .voucher-details {
  border-bottom: solid 1px #E0E0E0;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.my-reviews-overview .my-recent-reviews {
  border: solid 1px #BEBEBE;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .my-reviews-overview .my-recent-reviews img {
    width: 100%; }
  .my-reviews-overview .my-recent-reviews h4 {
    font-size: 18px;
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    margin-top: 10px;
    clear: both; }
    .my-reviews-overview .my-recent-reviews h4.recommended {
      font-size: 16px;
      font-size: 1rem;
      color: #417505;
      margin-bottom: 25px; }
  .my-reviews-overview .my-recent-reviews p {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Cabin", sans-serif;
    font-weight: normal; }

.my-reviews-overview .my-reviews-overview {
  padding-bottom: 32px; }
  @media only screen and (max-width: 46rem) {
    .my-reviews-overview .my-reviews-overview {
      padding-bottom: 0; } }

.my-reviews-overview .review-stats {
  font-size: 16px;
  font-size: 1rem;
  padding-right: 16px !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .my-reviews-overview .review-stats {
      padding: 0 !important;
      margin-bottom: 25px; } }
  @media only screen and (max-width: 46rem) {
    .my-reviews-overview .review-stats {
      padding-right: 0px !important; } }
  @media only screen and (max-width: 46rem) {
    .my-reviews-overview .review-stats .item {
      padding: 0 15px; } }

.my-reviews-overview .review-courses {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  padding-left: 16px !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .my-reviews-overview .review-courses {
      padding: 0 !important;
      border: none; } }
  @media only screen and (max-width: 46rem) {
    .my-reviews-overview .review-courses {
      border: none;
      padding-left: 0px !important; } }
  .my-reviews-overview .review-courses .item.titlebar {
    background-color: #F2F2F2; }
    @media only screen and (max-width: 46rem) {
      .my-reviews-overview .review-courses .item.titlebar {
        margin: 0;
        padding-bottom: 0; } }
  .my-reviews-overview .review-courses .item {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #666666; }
    @media only screen and (max-width: 46rem) {
      .my-reviews-overview .review-courses .item {
        font-size: 14px;
        font-size: 0.875rem;
        margin: 0 14px;
        padding: 14px 0;
        border-bottom: 1px solid #F2F2F2; } }
    @media only screen and (max-width: 46rem) {
      .my-reviews-overview .review-courses .item .collapse-fix {
        padding: 0 !important; } }
    .my-reviews-overview .review-courses .item a {
      font-size: 13px;
      font-size: 0.8125rem; }
      @media only screen and (max-width: 46rem) {
        .my-reviews-overview .review-courses .item a {
          font-size: 10px;
          font-size: 0.625rem; } }
  .my-reviews-overview .review-courses .data {
    text-align: center; }
    @media only screen and (max-width: 46rem) {
      .my-reviews-overview .review-courses .data {
        text-align: right; } }
  @media only screen and (min-width: 64.0625rem) {
    .my-reviews-overview .review-courses .course-name {
      margin-top: 15px; } }
  .my-reviews-overview .review-courses .view-more {
    margin-bottom: 50px; }
    @media only screen and (max-width: 46rem) {
      .my-reviews-overview .review-courses .view-more {
        margin-bottom: 0; } }
    .my-reviews-overview .review-courses .view-more a {
      border-top: 1px solid #9b9b9b;
      border-bottom: 1px solid #9b9b9b;
      display: block;
      padding: 15px;
      text-align: center; }
      @media only screen and (max-width: 46rem) {
        .my-reviews-overview .review-courses .view-more a {
          text-align: left;
          font-weight: normal; } }
    @media only screen and (max-width: 46rem) {
      .my-reviews-overview .review-courses .view-more .ion-chevron-down {
        display: block !important;
        float: right; } }

#myreviews fieldset {
  border: none; }

#myreviews .accordion .accordion-navigation > .content.active {
  border: none; }

#comments-panel {
  border: solid 1px #E0E0E0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */ }

.review-comments {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Cabin", sans-serif; }
  .review-comments h3 {
    margin-top: 18px; }
  .review-comments p {
    font-family: "Cabin", sans-serif; }
  .review-comments .title {
    margin-bottom: 15px;
    background: #003460;
    padding: 5px 5px; }
    .review-comments .title h2 {
      font-size: 16px;
      font-size: 1rem;
      margin: 0;
      font-weight: bold;
      color: #fff; }
  .review-comments .comment {
    padding: 10px 10px; }
    .review-comments .comment .comment-course a {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: bold; }
    .review-comments .comment .comment-date {
      font-size: 14px;
      font-size: 0.875rem;
      text-align: right; }
      @media only screen and (max-width: 46rem) {
        .review-comments .comment .comment-date {
          text-align: left; } }
    .review-comments .comment .comment-text {
      padding-left: 40px; }
      .review-comments .comment .comment-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal; }
      .review-comments .comment .comment-text a {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal; }

#my-account-information .my-reviews .accordion .accordion-navigation > a:link,
#my-account-information .my-reviews .accordion .accordion-navigation > a:visited,
#my-account-information .my-reviews .accordion .accordion-navigation > a:hover {
  padding: 0 !important;
  background-color: transparent; }

#panel4694695 {
  border: none; }

.accordion .accordion-navigation.active > a {
  background: transparent;
  color: #666666;
  padding: 18px 0; }

.accordion-navigation.active a, .accordion-navigation > a {
  background: transparent;
  padding: 18px 0; }
  .accordion-navigation.active a:hover, .accordion-navigation > a:hover {
    color: #666666; }

div#panel4633225 {
  border: none !important; }

#my-account-information .delete-wallet-option {
  display: inline-block; }

#my-account-information .accordion .accordion-navigation .content.active {
  border: none; }

#my-account-information .accordion .accordion-navigation a {
  height: 64px;
  padding: 20px 0; }
  @media only screen and (max-width: 46rem) {
    #my-account-information .accordion .accordion-navigation a {
      padding: 0;
      height: auto; } }
  #my-account-information .accordion .accordion-navigation a span {
    color: #666666; }
  #my-account-information .accordion .accordion-navigation a:hover {
    background: transparent; }
    #my-account-information .accordion .accordion-navigation a:hover span {
      color: #666666; }
  #my-account-information .accordion .accordion-navigation a .expired span.card-type-name, #my-account-information .accordion .accordion-navigation a .expired span.ending-in, #my-account-information .accordion .accordion-navigation a .expired span.card-mask {
    color: #D0021B; }
  #my-account-information .accordion .accordion-navigation a .card-details {
    text-transform: none; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #my-account-information .accordion .accordion-navigation a span {
      font-size: 13px; } }
  #my-account-information .accordion .accordion-navigation a span.card-type-name {
    clear: none;
    text-transform: uppercase;
    margin-top: -1px;
    color: #666666; }
    @media only screen and (max-width: 46rem) {
      #my-account-information .accordion .accordion-navigation a span.card-type-name {
        display: none !important; } }
  #my-account-information .accordion .accordion-navigation a span.ending-in {
    clear: none; }
    @media only screen and (max-width: 46rem) {
      #my-account-information .accordion .accordion-navigation a span.ending-in {
        display: none !important; } }
  #my-account-information .accordion .accordion-navigation a span.card-mask {
    clear: none; }
    @media only screen and (min-width: 46.0625rem) {
      #my-account-information .accordion .accordion-navigation a span.card-mask {
        display: none !important; } }
  #my-account-information .accordion .accordion-navigation a span.default {
    clear: none; }
  #my-account-information .accordion .accordion-navigation a.add-new-card {
    font-size: 16px;
    font-size: 1rem;
    color: #0076BB;
    text-transform: none; }

@media only screen and (max-width: 46rem) {
  #my-account-information .accordion .reservations .panel3a {
    padding: 15px; } }

@media only screen and (max-width: 46rem) {
  #my-account-information .accordion .reservations .course-name .canceled {
    display: none !important; } }

@media only screen and (min-width: 46.0625rem) {
  #my-account-information .accordion .reservations .links-upcoming .canceled {
    display: none !important; } }

#my-account-information .gift-card-button {
  cursor: pointer; }

#my-account-information .giftCardThrobber, #my-account-information .newCardThrobber, #my-account-information .updateCardThrobber, #my-account-information .voucher-throbber {
  display: none; }

#my-account-information .giftCardThrobber, #my-account-information .voucher-throbber {
  margin: 0 0 0 10px; }

.credit-zone h3 {
  padding-bottom: 20px;
  margin: 0;
  font-size: 20px; }

.credit-zone h5 {
  margin: 0; }

.credit-zone ul {
  margin: 0; }

.credit-zone ul.credits-list {
  margin: 0 15px; }
  .credit-zone ul.credits-list li {
    border-bottom: solid 1px #E0E0E0;
    list-style: none;
    margin-top: 20px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 500; }

#privacy h3 {
  font-size: 18px;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  margin: 0; }

#privacy label p {
  margin-bottom: 5px; }

#privacy ul.profile-links {
  margin-top: 15px; }
  #privacy ul.profile-links li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 13px; }
    #privacy ul.profile-links li a {
      color: #666666; }
    #privacy ul.profile-links li.active a {
      color: #0076BB;
      font-family: "Cabin", sans-serif;
      font-weight: 600; }

.profile-info-container .button {
  width: 240px; }

@media only screen and (min-width: 64.0625rem) {
  #updateaccount {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 73.125rem; } }

ul.gn-benefits {
  margin-left: 50px; }
  ul.gn-benefits li {
    font-size: 16px;
    margin-bottom: 10px; }

h4.gn-benefits {
  font-size: 18px;
  font-weight: 500px;
  margin-top: 30px; }

.create-account-email-opt input[type="checkbox"] {
  float: left;
  margin: 5px 10px 10px 0; }

input.gn-password-textbox {
  padding-right: 30px; }

#profile-info-container input#GolfNowSubscribe {
  margin: 3px 8px 0 0; }

#frmCreateAccount #btnCreateAccount, #frmGuestCreateAccount #btnCreateAccount, #ResetPasswordForm #btnCreateAccount, #SetPasswordForm #btnCreateAccount {
  min-width: 250px; }
  @media only screen and (max-width: 46rem) {
    #frmCreateAccount #btnCreateAccount, #frmGuestCreateAccount #btnCreateAccount, #ResetPasswordForm #btnCreateAccount, #SetPasswordForm #btnCreateAccount {
      width: 100%; } }

@media only screen and (max-width: 46rem) {
  #frmCreateAccount section.margin-top-bottom, #frmGuestCreateAccount section.margin-top-bottom, #ResetPasswordForm section.margin-top-bottom, #SetPasswordForm section.margin-top-bottom {
    margin-bottom: 0; } }

@media only screen and (max-width: 46rem) {
  #frmCreateAccount h4.gn-benefits, #frmGuestCreateAccount h4.gn-benefits, #ResetPasswordForm h4.gn-benefits, #SetPasswordForm h4.gn-benefits {
    margin: 0; }
    #frmCreateAccount h4.gn-benefits a, #frmGuestCreateAccount h4.gn-benefits a, #ResetPasswordForm h4.gn-benefits a, #SetPasswordForm h4.gn-benefits a {
      text-decoration: underline; } }

#frmCreateAccount fieldset, #frmGuestCreateAccount fieldset, #ResetPasswordForm fieldset, #SetPasswordForm fieldset {
  border: none;
  background-color: transparent;
  padding: 0; }
  @media only screen and (max-width: 46rem) {
    #frmCreateAccount fieldset, #frmGuestCreateAccount fieldset, #ResetPasswordForm fieldset, #SetPasswordForm fieldset {
      margin-top: 0; } }

#frmCreateAccount span.field-icon, #frmGuestCreateAccount span.field-icon, #ResetPasswordForm span.field-icon, #SetPasswordForm span.field-icon {
  display: flex;
  flex-direction: column;
  justify-content: center; }

#frmCreateAccount span.field-icon::before, #frmGuestCreateAccount span.field-icon::before, #ResetPasswordForm span.field-icon::before, #SetPasswordForm span.field-icon::before {
  font-size: 20px; }

@media only screen and (max-width: 46rem) {
  #frmCreateAccount span.field-icon, #frmGuestCreateAccount span.field-icon, #ResetPasswordForm span.field-icon, #SetPasswordForm span.field-icon {
    height: 38px;
    margin: 0; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  #frmCreateAccount h2.gn-benefits, #frmGuestCreateAccount h2.gn-benefits, #ResetPasswordForm h2.gn-benefits, #SetPasswordForm h2.gn-benefits {
    font-size: 24px !important; }
  #frmCreateAccount div.gn-benefits p.font-18, #frmGuestCreateAccount div.gn-benefits p.font-18, #ResetPasswordForm div.gn-benefits p.font-18, #SetPasswordForm div.gn-benefits p.font-18 {
    font-size: 16px !important; } }

#tooltip-requirements {
  display: none;
  position: absolute;
  margin-top: 10px;
  padding: 10px 15px;
  background: #fff;
  right: 0;
  text-align: left;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  z-index: 9999;
  border: 2px solid #ccc;
  box-shadow: 1px 1px 3px #666;
  height: auto;
  width: auto; }
  @media only screen and (max-width: 46rem) {
    #tooltip-requirements {
      width: 98%; } }

.referred-account {
  padding-bottom: 25px;
  padding-top: 25px; }
  .referred-account .small-profile-pic {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #a1a1a1;
    margin-right: 10px;
    float: left; }
  .referred-account.initials {
    background: #a1a1a1; }
  .referred-account span {
    padding-top: 8px;
    font-size: 28px;
    display: block !important;
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    color: white;
    text-align: center; }

body.course-directory .hero-image {
  background-position: left; }
  @media only screen and (max-width: 46rem) {
    body.course-directory .hero-image {
      height: 160px; } }

body.course-directory p {
  font-size: 16px; }

body.course-directory .country-cube {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  border: solid 1px #BEBEBE;
  background: white;
  display: block;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  height: 75px; }
  body.course-directory .country-cube .country-image {
    margin-right: 15px;
    float: left;
    width: 170px;
    height: 100%;
    background-size: cover;
    background-position: center center; }
    @media only screen and (max-width: 46rem) {
      body.course-directory .country-cube .country-image {
        width: 98px; } }
  body.course-directory .country-cube h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
    color: #0076BB; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      body.course-directory .country-cube h2 {
        font-size: 14px;
        line-height: 16px; } }
    @media only screen and (max-width: 46rem) {
      body.course-directory .country-cube h2 {
        font-size: 14px;
        line-height: 16px; } }
  body.course-directory .country-cube p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      body.course-directory .country-cube p {
        font-size: 12px; } }
    @media only screen and (max-width: 46rem) {
      body.course-directory .country-cube p {
        font-size: 12px; } }

body.course-directory .city-cube {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  border: solid 1px #BEBEBE;
  background: white;
  display: block;
  height: auto;
  padding: 10px 0;
  margin-bottom: 20px;
  position: relative; }
  body.course-directory .city-cube h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #0076BB;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  body.course-directory .city-cube hr {
    margin: 10px 0; }
  body.course-directory .city-cube p {
    margin: 0;
    padding: 0;
    padding-left: 15px; }

body.course-directory h1 {
  font-size: 24px; }
  body.course-directory h1 span, body.course-directory h1 span a {
    font-size: 20px;
    font-weight: normal; }
    @media only screen and (max-width: 46rem) {
      body.course-directory h1 span, body.course-directory h1 span a {
        font-size: 12px; } }

@media only screen and (max-width: 46rem) {
  body.course-directory h2 {
    font-size: 16px; } }

@media only screen and (max-width: 46rem) {
  body.course-directory .featured-data-container .featured-image {
    margin-top: -15px;
    margin-bottom: 10px; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  body.course-directory .city-courses .featured {
    padding: 15px; } }

@media only screen and (max-width: 46rem) {
  body.course-directory .city-courses .featured {
    padding: 15px 0 0 0; }
    body.course-directory .city-courses .featured .course-details {
      border-bottom: solid 1px #e0e0e0; } }

body.course-directory .city-courses span.margin-left-right {
  margin: 0 10px; }

body.course-directory .city-courses .result {
  min-height: 117px; }
  body.course-directory .city-courses .result .course-details {
    padding-left: 15px;
    min-height: 100px; }
  body.course-directory .city-courses .result .check-next-day {
    width: 100%; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    body.course-directory .city-courses .result {
      padding: 15px; } }
  @media only screen and (max-width: 46rem) {
    body.course-directory .city-courses .result {
      min-height: auto;
      margin: 10px 0 0 0; }
      body.course-directory .city-courses .result .course-details {
        border-bottom: none; } }

body.course-directory .featured span.button {
  width: 100%;
  padding: 10px 0; }

body.course-directory .cities-letter {
  color: #666666;
  font-size: 16px;
  font-weight: 800; }

body.course-directory .country-heading {
  width: 100%;
  text-transform: uppercase;
  color: #666666;
  font-weight: 800;
  padding: 15px 15px 0 3%; }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  body.course-directory .col-20 {
    width: 29% !important;
    margin: 0px 10px 15px 3% !important; } }

@media only screen and (max-width: 46rem) {
  body.course-directory .col-20 {
    width: 95% !important; } }

body.course-directory i.back-to-top {
  display: none;
  z-index: 999;
  bottom: 20px;
  color: #0076BB;
  font-size: 50px; }

body.course-directory i.back-to-top-absolute {
  display: none; }

body.course-directory i.back-to-top-fixed {
  position: fixed;
  right: 20px; }

body.course-directory i:hover.back-to-top {
  cursor: pointer; }

ol.course-directory-breadcrumbs {
  margin-left: 0; }
  ol.course-directory-breadcrumbs li {
    display: inline;
    font-size: 24px;
    font-weight: 500;
    font-family: "Cabin", sans-serif;
    font-weight: 800; }

.us-destination-wrapper {
  background: white;
  border: solid 1px #E0E0E0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */ }
  .us-destination-wrapper .col-20 {
    width: 16%;
    display: inline-block;
    margin: 15px 0 15px 3%;
    vertical-align: top;
    font-size: 14px; }
    .us-destination-wrapper .col-20 ul {
      margin: 0;
      list-style: none; }
      .us-destination-wrapper .col-20 ul li {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: normal; }

.reviews-course-name {
  margin-top: 25px; }

.percentage p {
  color: #77BC43;
  font-size: 18px; }

.read-reviews-wrap hr {
  margin: 10px 0; }

.read-reviews-wrap .course-basic-info h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  color: #666666;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .read-reviews-wrap .course-basic-info h2 {
      font-size: 20px; } }
  @media only screen and (max-width: 46rem) {
    .read-reviews-wrap .course-basic-info h2 {
      font-size: 18px;
      line-height: 21px;
      margin-top: 15px; } }

.reviews-scorecard h2 {
  color: #003460;
  font-size: 1.5rem;
  font-weight: bold; }
  @media only screen and (max-width: 46rem) {
    .reviews-scorecard h2 {
      font-size: 16px; } }
  .reviews-scorecard h2 i {
    font-size: 1.5rem; }
    @media only screen and (max-width: 46rem) {
      .reviews-scorecard h2 i {
        font-size: 1.125rem; } }

.reviews-scorecard i {
  font-size: 1.125rem; }
  @media only screen and (max-width: 46rem) {
    .reviews-scorecard i {
      font-size: 16px; } }

.reviews-scorecard p {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  margin-bottom: 9px; }
  @media only screen and (max-width: 46rem) {
    .reviews-scorecard p {
      font-size: 13px; } }

.review-item {
  margin: 10px 0; }
  @media only screen and (max-width: 46rem) {
    .review-item {
      margin: 0; } }
  .review-item .stars {
    padding: 0; }
  .review-item h3 {
    font-size: 1.5rem;
    color: #666666; }
    @media only screen and (max-width: 46rem) {
      .review-item h3 {
        font-size: 16px; } }
  .review-item .review-text p {
    font-size: 16px; }
    @media only screen and (max-width: 46rem) {
      .review-item .review-text p {
        font-size: 13px; } }
  .review-item .review-heading i {
    font-size: 1.125rem; }
    @media only screen and (max-width: 46rem) {
      .review-item .review-heading i {
        font-size: 18px; } }
  @media only screen and (max-width: 46rem) {
    .review-item .user-details {
      margin-top: 15px; } }
  .review-item .user-details p {
    color: #003460;
    font-family: "Cabin", sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 46rem) {
      .review-item .user-details p {
        margin-bottom: 5px;
        text-align: left;
        font-size: 13px; } }
    .review-item .user-details p span {
      color: #666666;
      font-weight: normal; }

.BVStarsText {
  font-style: normal; }

#BVSubmissionContainer select {
  padding-left: 8px; }
  @media only screen and (min-width: 64.0625rem) {
    #BVSubmissionContainer select {
      width: 80%; } }

#BVSubmissionContainer .BVPageHeader {
  padding: 20px 0 30px; }
  #BVSubmissionContainer .BVPageHeader img {
    opacity: 0.7;
    margin: 0; }
  #BVSubmissionContainer .BVPageHeader .BVMEPageHeader {
    display: none; }

#BVSubmissionContainer .BVSection {
  margin: 0 !important;
  padding-bottom: 20px; }
  #BVSubmissionContainer .BVSection .BVHeader {
    margin: 0 0 15px; }
  #BVSubmissionContainer .BVSection .BVStarsField {
    margin: 0px; }

#BVSubmissionContainer .BVSubjectName {
  margin: 0; }

#BVSubmissionContainer .BVStarsField .BVRatingStarsLegendValue {
  font-style: normal; }

#BVSubmissionContainer .BVField div.star {
  height: 36px !important; }
  @media only screen and (min-width: 64.0625rem) {
    #BVSubmissionContainer .BVField div.star {
      height: 21px !important; } }
  @media only screen and (max-width: 46rem) {
    #BVSubmissionContainer .BVField div.star {
      height: 21px !important; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #BVSubmissionContainer .BVField div.star a {
      height: 36px !important; } }
  @media only screen and (max-width: 46rem) {
    #BVSubmissionContainer .BVField div.star a {
      height: 42px !important; } }

@media only screen and (max-width: 46rem) {
  #BVSubmissionContainer .BVField .star.star_live {
    height: 42px !important; } }

#BVSubmissionContainer #BVSubmissionContainer .BVField div.star_on a {
  background-position: 0 -32px !important; }

#BVSubmissionContainer .BVFieldLabelAdditionalFieldsPriceLabel {
  width: 100%; }

#BVSubmissionContainer .BVCustomRecommendConatinerDiv input#BVFieldAdditionalfieldDateOfPlayID {
  height: 38px;
  box-shadow: none; }

#BVSubmissionContainer .BVFieldPreview .BVButton {
  background-image: none;
  background: #878787;
  text-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  border: none; }

#BVSubmissionContainer .BVFieldSubmit .BVButton {
  background-image: none;
  background: #77BC43;
  text-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  border: none; }

#BVSubmissionContainer .BVPageBody .BVMERequiredFieldIndicatorSectionHeader {
  position: absolute;
  right: 15px; }

#BVSubmissionContainer #BVFieldSendemailoncommentLabelID {
  display: inline; }

#BVSubmissionContainer .BVFooter .BVImageReviewsBy {
  margin-right: 7px; }

#BVSubmissionContainer button.BVButton {
  padding: 8px 15px !important;
  font-size: 12px !important; }

#BVSubmissionContainer a {
  color: #0076BB; }

#BVSubmissionContainer * {
  font-family: "Cabin", sans-serif; }

#BVSubmissionContainer .BVFieldLabel {
  font-size: 16px;
  font-weight: bold !important; }

#BVSubmissionContainer .BVMESectionHeader {
  font-weight: bold;
  color: #0076BB; }

#BVSubmissionContainer .BVSubjectName {
  color: #0076BB;
  font-size: 32px; }
  @media only screen and (max-width: 46rem) {
    #BVSubmissionContainer .BVSubjectName {
      font-size: 21px; } }

#BVSubmissionContainer input#BVFieldAdditionalfieldPriceID {
  font-style: normal; }

#BVSubmissionContainer .BVMECustomSubmissionDisclaimer {
  margin-bottom: 50px;
  display: block; }

#BVSubmissionContainer .BVSection .BVStarsField {
  width: 100%; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #BVSubmissionContainer .BVSection .BVStarsField {
      width: 50%;
      min-width: 200px;
      display: inline-block; } }
  @media only screen and (max-width: 46rem) {
    #BVSubmissionContainer .BVSection .BVStarsField {
      width: 100%; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  #BVModuleRatingsID {
    width: 100%; } }

input[type='checkbox'] {
  float: left;
  display: inline-block; }

#BVFieldUseremailalertsContainerID {
  padding-top: 10px; }

label#BVFieldUseremailalertsLabelID {
  float: left;
  display: inline-block;
  margin-top: -8px;
  width: 85%; }

label#BVFieldSendemailoncommentLabelID {
  margin-top: -8px; }

.BVSectionBody .BVModuleRatings {
  width: 50%; }

.BVSectionBody .BVCustomRecommendConatinerDiv {
  width: 46%;
  float: left; }

@media only screen and (max-width: 40.063em) {
  .BVSectionBody .BVModuleRatings,
  .BVSectionBody .BVCustomRecommendConatinerDiv {
    width: 100%; } }

#BVFieldAdditionalfieldQuickTipsID {
  margin-bottom: 5px; }

.BVFieldText, .BVFieldText:focus, .BVFieldRequired .BVFieldText, .BVFieldRequired .BVFieldText:focus {
  box-shadow: none;
  height: 39px; }

.BVFieldTextArea, .BVFieldTextArea:focus, .BVFieldRequired .BVFieldTextArea, .BVFieldRequired .BVFieldTextArea:focus {
  box-shadow: none;
  height: auto; }

.BVFieldText, .BVFieldText:focus, .BVFieldRequired .BVFieldText, .BVFieldRequired .BVFieldText:focus {
  height: 37px;
  margin-bottom: 0; }

.BVFieldTagsGroup label {
  display: inline-block; }

.BVFieldTagsGroup input[type="file"], .BVFieldTagsGroup input[type="checkbox"], .BVFieldTagsGroup input[type="radio"], .BVFieldTagsGroup select {
  margin: 0 5px 0 0; }

.validation-summary-valid {
  display: none; }

.validation-summary-errors span small.error {
  margin-bottom: 0; }

#gnReviews i.gn-caret-right {
  display: none; }

#gnReviews .color-gray-dark span.font-13 {
  padding-left: 10px; }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  body.special-rates .breadcrumbs-inner {
    margin-bottom: 15px; } }

@media only screen and (max-width: 46rem) {
  #booking-breadcrumbs {
    display: none; } }

#booking-breadcrumbs .breadcrumbs-inner {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  border: solid 1px #bebebe;
  padding: 15px 0;
  background: #fff;
  margin-top: 15px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #booking-breadcrumbs .breadcrumbs-inner {
      padding: 10px 0; } }

#booking-breadcrumbs ul {
  margin: 0;
  list-style: none;
  text-align: center; }
  #booking-breadcrumbs ul li {
    display: inline-block;
    margin-right: 5px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #booking-breadcrumbs ul li {
        margin: 0;
        padding: 0; } }
    #booking-breadcrumbs ul li:last-child {
      margin-right: 0px; }
      #booking-breadcrumbs ul li:last-child img {
        display: none; }
    @media only screen and (min-width: 64.0625rem) {
      #booking-breadcrumbs ul li span.hide-for-medium-only {
        display: inline-block !important; } }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #booking-breadcrumbs ul li span.show-for-medium-only {
        display: inline-block !important; } }
    #booking-breadcrumbs ul li h4 {
      font-size: 16px;
      font-size: 1rem;
      font-weight: normal;
      margin: 0; }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        #booking-breadcrumbs ul li h4 {
          font-size: 14px;
          font-size: 0.875rem; } }
      #booking-breadcrumbs ul li h4.selected {
        font-weight: 500;
        color: #0076BB; }
      #booking-breadcrumbs ul li h4 i {
        margin-right: 7px; }

/* Confirmation Page and Reservation Details Page Printable View */
@media print {
  header#main-header, footer, aside[role], .button, script, .invite-play-wrapper {
    display: none !important; }
  .policy-text, .notes-text {
    display: block !important; }
  .due-at-course {
    margin-bottom: 0 !important; }
  .price-total {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  a:link, a:visited {
    background: transparent;
    font-weight: bold; }
  .reservation-name {
    width: 58.33333% !important; }
    .reservation-name br {
      display: none !important; }
    .reservation-name h2 {
      padding: 15px !important;
      font-size: 18px !important; }
  .confirmation-number {
    width: 41.66667% !important; }
    .confirmation-number h2 {
      padding: 15px !important;
      font-size: 18px !important; }
  .columns {
    float: left !important;
    padding-left: 0.9375em !important;
    padding-right: 0.9375em !important; }
  .tee-time-date, .tee-time-hour {
    width: 50% !important; }
  .small-9 {
    width: 75% !important; }
  .small-8 {
    width: 66.66667% !important; }
  .small-7 {
    width: 58.33333% !important; }
  .small-6 {
    width: 50% !important; }
  .small-5 {
    width: 41.66667% !important; }
  .small-4 {
    width: 33.33333% !important; }
  .small-3 {
    width: 25% !important; }
  .row.collapse > .columns {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  hr {
    margin: 10px 0 !important; }
  .policy-text {
    font-size: 8px !important; }
    .policy-text h4 {
      font-size: 12px !important; }
    .policy-text p {
      font-size: 10px !important; }
  #globalteetimessearch {
    display: none !important; }
  a:link:after,
  a:visited:after {
    display: none !important; }
  a[href]:after {
    display: none !important; }
  body > img {
    display: none !important; }
  .reservation-details h3 {
    font-size: 14px !important; }
  .reservation-total h3, .price-total h3 {
    font-size: 16px !important; }
  .amount-due h2 {
    font-size: 18px !important; }
  .logo-image {
    padding: 0 15px !important; } }

.flexbox-state-wrapper {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .flexbox-state-wrapper {
      padding: 0 25px; } }
  @media only screen and (max-width: 46rem) {
    .flexbox-state-wrapper {
      padding: 10px 15px; } }

.private-clubs-directory-columns {
  margin-bottom: 50px;
  margin-right: 25px;
  position: relative;
  width: 31%; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .private-clubs-directory-columns {
      margin-right: 12px;
      width: 48%; } }
  @media only screen and (max-width: 46rem) {
    .private-clubs-directory-columns {
      width: 100%;
      height: auto; } }
  .private-clubs-directory-columns a.privateAll {
    position: absolute;
    bottom: -10px;
    text-align: center;
    width: 100%; }
    @media only screen and (max-width: 46rem) {
      .private-clubs-directory-columns a.privateAll {
        bottom: -20px; } }

#privateclubdirectoryheader {
  background-image: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/hero-img/private-hero.jpg?v=333041751);
  background-position: center center;
  background-size: cover;
  margin-bottom: 25px;
  height: 283px; }
  @media only screen and (max-width: 46rem) {
    #privateclubdirectoryheader {
      height: 155px; } }

#private-clubs-directory, .private-clubs-directory-modal, #featured-private-club-section {
  margin: 0; }
  #private-clubs-directory h1, #private-clubs-directory h2, .private-clubs-directory-modal h1, .private-clubs-directory-modal h2, #featured-private-club-section h1, #featured-private-club-section h2 {
    font-size: 24px; }
  #private-clubs-directory ul, .private-clubs-directory-modal ul, #featured-private-club-section ul {
    margin: 0; }
  #private-clubs-directory.private-clubs-directory-modal, .private-clubs-directory-modal.private-clubs-directory-modal, #featured-private-club-section.private-clubs-directory-modal {
    overflow: auto;
    height: 800px; }
    @media only screen and (max-width: 46rem) {
      #private-clubs-directory.private-clubs-directory-modal, .private-clubs-directory-modal.private-clubs-directory-modal, #featured-private-club-section.private-clubs-directory-modal {
        height: 250px; } }
  #private-clubs-directory .tile-courses.tile-private-clubs, #private-clubs-directory .private-club-tile, .private-clubs-directory-modal .tile-courses.tile-private-clubs, .private-clubs-directory-modal .private-club-tile, #featured-private-club-section .tile-courses.tile-private-clubs, #featured-private-club-section .private-club-tile {
    border: solid 1px #E0E0E0;
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 25px;
    position: relative;
    list-style: none; }
    @media only screen and (max-width: 46rem) {
      #private-clubs-directory .tile-courses.tile-private-clubs, #private-clubs-directory .private-club-tile, .private-clubs-directory-modal .tile-courses.tile-private-clubs, .private-clubs-directory-modal .private-club-tile, #featured-private-club-section .tile-courses.tile-private-clubs, #featured-private-club-section .private-club-tile {
        margin-bottom: 12px; } }
    #private-clubs-directory .tile-courses.tile-private-clubs h3, #private-clubs-directory .private-club-tile h3, .private-clubs-directory-modal .tile-courses.tile-private-clubs h3, .private-clubs-directory-modal .private-club-tile h3, #featured-private-club-section .tile-courses.tile-private-clubs h3, #featured-private-club-section .private-club-tile h3 {
      color: #0076BB;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      margin: 0;
      line-height: 24px; }
    #private-clubs-directory .tile-courses.tile-private-clubs a.favorite-course, #private-clubs-directory .private-club-tile a.favorite-course, .private-clubs-directory-modal .tile-courses.tile-private-clubs a.favorite-course, .private-clubs-directory-modal .private-club-tile a.favorite-course, #featured-private-club-section .tile-courses.tile-private-clubs a.favorite-course, #featured-private-club-section .private-club-tile a.favorite-course {
      display: none; }
    #private-clubs-directory .tile-courses.tile-private-clubs p.star, #private-clubs-directory .private-club-tile p.star, .private-clubs-directory-modal .tile-courses.tile-private-clubs p.star, .private-clubs-directory-modal .private-club-tile p.star, #featured-private-club-section .tile-courses.tile-private-clubs p.star, #featured-private-club-section .private-club-tile p.star {
      display: inline-block;
      margin: 0; }
    #private-clubs-directory .tile-courses.tile-private-clubs .tile-image, #private-clubs-directory .private-club-tile .tile-image, .private-clubs-directory-modal .tile-courses.tile-private-clubs .tile-image, .private-clubs-directory-modal .private-club-tile .tile-image, #featured-private-club-section .tile-courses.tile-private-clubs .tile-image, #featured-private-club-section .private-club-tile .tile-image {
      width: 65px !important;
      height: 65px !important;
      float: left;
      margin-right: 15px;
      border-radius: 50%;
      background-position: center; }
    #private-clubs-directory .tile-courses.tile-private-clubs i.gn-caret-right, #private-clubs-directory .private-club-tile i.gn-caret-right, .private-clubs-directory-modal .tile-courses.tile-private-clubs i.gn-caret-right, .private-clubs-directory-modal .private-club-tile i.gn-caret-right, #featured-private-club-section .tile-courses.tile-private-clubs i.gn-caret-right, #featured-private-club-section .private-club-tile i.gn-caret-right {
      position: absolute;
      right: 5px;
      top: 33px;
      color: #E0E0E0; }
  #private-clubs-directory .favorite-tile .favorite-tile-image-container, .private-clubs-directory-modal .favorite-tile .favorite-tile-image-container, #featured-private-club-section .favorite-tile .favorite-tile-image-container {
    max-width: none;
    width: 100%; }

.private-near-me i.gn-caret-right {
  display: none; }

.private-near-me address {
  margin: 0 10px; }

#featured-private-club-section li {
  display: inline-block;
  width: 319px;
  margin-right: 50px; }

section.city-info .private-club-tile {
  border: solid 1px #E0E0E0;
  padding: 10px 20px 0 20px;
  border-radius: 4px;
  margin: 25px 40px 0 0;
  position: relative;
  display: inline-block;
  width: 320px;
  height: 85px; }
  section.city-info .private-club-tile .tile-image {
    width: 65px !important;
    height: 65px !important;
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    background-position: center; }
  section.city-info .private-club-tile p {
    line-height: 24px;
    font-size: 18px;
    margin-top: 8px; }
  section.city-info .private-club-tile i.gn-caret-right {
    position: absolute;
    right: 5px;
    top: 33px;
    color: #E0E0E0; }

ol.private-club-directory-breadcrumbs {
  margin-left: 0; }
  @media only screen and (max-width: 46rem) {
    ol.private-club-directory-breadcrumbs {
      padding: 0 15px; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    ol.private-club-directory-breadcrumbs {
      padding-left: 20px; } }
  ol.private-club-directory-breadcrumbs li {
    display: inline;
    font-size: 24px;
    font-weight: 500;
    font-family: "Cabin", sans-serif;
    font-weight: 800; }

.us-destination-wrapper, .us-private-club-states-wrapper, .ca-private-club-states-wrapper {
  background: white;
  border: solid 1px #E0E0E0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */ }
  .us-destination-wrapper .col-20, .us-private-club-states-wrapper .col-20, .ca-private-club-states-wrapper .col-20 {
    width: 16%;
    display: inline-block;
    margin: 15px 0 15px 3%;
    vertical-align: top;
    font-size: 14px; }
    .us-destination-wrapper .col-20 ul, .us-private-club-states-wrapper .col-20 ul, .ca-private-club-states-wrapper .col-20 ul {
      margin: 0;
      list-style: none; }
      .us-destination-wrapper .col-20 ul li, .us-private-club-states-wrapper .col-20 ul li, .ca-private-club-states-wrapper .col-20 ul li {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: normal; }

#us-private-club-states, #ca-private-club-states {
  padding: 10px 0; }
  #us-private-club-states h3, #ca-private-club-states h3 {
    margin: 15px 15px 0 15px; }
  #us-private-club-states .col-20, #ca-private-club-states .col-20 {
    width: 100%; }
    #us-private-club-states .col-20 ul, #ca-private-club-states .col-20 ul {
      -webkit-column-count: 5;
      -moz-column-count: 5;
      column-count: 5; }

#tabRewardsContents hr {
  margin: 0; }

#tabRewardsContents dl {
  display: grid;
  align-content: center;
  gap: 10px;
  grid-auto-flow: column;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0px;
  padding: 10px 0; }
  #tabRewardsContents dl dt {
    width: 100% !important;
    min-width: 123px;
    display: grid;
    align-content: center;
    font-weight: normal;
    margin: 0; }
    #tabRewardsContents dl dt span {
      line-height: 18px !important; }
  #tabRewardsContents dl dd {
    display: grid;
    align-content: center;
    font-weight: bold;
    margin: 0; }
  #tabRewardsContents dl .font-11 {
    display: block; }

@media only screen and (max-width: 46rem) {
  #tabRewardsContents {
    padding: 0; } }

#tabRewardsContents p.text-center {
  border-top: solid 5px #F2F2F2;
  display: inline-block;
  padding: 3px 25px; }

@media only screen and (max-width: 46rem) {
  #tabRewardsContents .current-rewards-points {
    min-height: 350px; } }

#tabRewardsContents .rewards-progress-bar {
  clear: both;
  width: 100%;
  margin: 30px auto 0 auto;
  position: relative;
  text-align: center; }
  #tabRewardsContents .rewards-progress-bar .rewards-barOverflow {
    width: 300px;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin: 0 auto; }
    #tabRewardsContents .rewards-progress-bar .rewards-barOverflow .rewards-bar {
      width: 300px;
      height: 300px;
      border-radius: 50%;
      box-sizing: border-box;
      border: 15px solid #eee;
      border-bottom-color: #eee;
      border-right-color: #eee; }
    #tabRewardsContents .rewards-progress-bar .rewards-barOverflow .rewards-progress-bar-fill {
      border-bottom-color: #0076BB;
      border-right-color: #0076BB; }

#tabRewardsContents .rewards-list h3 {
  color: #575757 !important; }

#tabRewardsContents .rewards-cube {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  background: white;
  border: solid 1px #EAEDF3; }
  @media only screen and (max-width: 46rem) {
    #tabRewardsContents .rewards-cube {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      -khtml-border-radius: 0px;
      /* for old Konqueror browsers */
      border: none; } }
  @media only screen and (max-width: 46rem) {
    #tabRewardsContents .rewards-cube strong {
      margin-top: 12px; } }

#view-all-rewards-modal dl dt h3, #tabRewardsContents dl dt h3, .view-all-credits-modal dl dt h3 {
  margin: 0;
  padding: 0;
  line-height: 15px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
  @media only screen and (max-width: 46rem) {
    #view-all-rewards-modal dl dt h3, #tabRewardsContents dl dt h3, .view-all-credits-modal dl dt h3 {
      font-size: 14px; } }

@media only screen and (max-width: 46rem) {
  #view-all-rewards-modal dl dt, #tabRewardsContents dl dt, .view-all-credits-modal dl dt {
    width: 55%; }
    #view-all-rewards-modal dl dt span, #tabRewardsContents dl dt span, .view-all-credits-modal dl dt span {
      display: inline-block;
      line-height: 12px; }
      #view-all-rewards-modal dl dt span.extra-spaces, #tabRewardsContents dl dt span.extra-spaces, .view-all-credits-modal dl dt span.extra-spaces {
        display: none; } }

#RewardsLanding section.callout-container {
  margin-bottom: 50px; }

#RewardsLanding .card {
  height: 257px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  /* for old Konqueror browsers */
  padding: 20px;
  margin-bottom: 20px; }
  #RewardsLanding .card i {
    font-size: 300px;
    color: white;
    position: absolute;
    top: -30px;
    opacity: .19;
    right: 0; }

@media only screen and (max-width: 46rem) {
  #RewardsLanding #join-rewards {
    position: fixed;
    bottom: 0;
    z-index: 77;
    margin-bottom: 0 !important;
    text-align: left !important;
    padding: 10px 0 !important; }
    #RewardsLanding #join-rewards .button {
      width: 46%;
      padding: 10px 5px; } }

#RewardsLanding #golfpass-plus-earnings {
  background-image: linear-gradient(180deg, #009FE4 0%, #00395C 100%); }

#RewardsLanding #golfpass-earnings {
  background-image: linear-gradient(180deg, #5DC124 0%, #337D15 100%); }

#RewardsLanding #teeoff-earnings {
  background-color: black; }

#RewardsLanding section.comparsion-table table {
  background: #FFFFFF;
  border: 1px solid #EAEDF3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  font-size: 16px;
  color: #767676;
  line-height: 22px;
  margin-bottom: 55px; }
  #RewardsLanding section.comparsion-table table thead {
    background: #FFFFFF;
    color: #767676; }
  #RewardsLanding section.comparsion-table table tr {
    border-bottom: solid 1px #EAEDF3;
    background-color: white !important; }
    #RewardsLanding section.comparsion-table table tr th {
      padding: 24px 30px;
      text-align: left;
      color: #767676;
      font-size: 12px; }
      @media only screen and (max-width: 46rem) {
        #RewardsLanding section.comparsion-table table tr th {
          padding: 10px 3px; } }
      #RewardsLanding section.comparsion-table table tr th img {
        width: 110px; }
        @media only screen and (max-width: 46rem) {
          #RewardsLanding section.comparsion-table table tr th img {
            padding: 10px 3px; } }
  #RewardsLanding section.comparsion-table table td {
    width: 33%;
    padding: 24px 30px;
    font-size: 16px; }
    @media only screen and (max-width: 46rem) {
      #RewardsLanding section.comparsion-table table td {
        padding: 13px 8px;
        font-size: 13px; } }

@media only screen and (max-width: 46rem) {
  .credits-container {
    padding: 0 10px; } }

.credits-list dt h3, .rewards-list dt h3 {
  margin: 0;
  padding: 0;
  line-height: 18px;
  width: 100%; }

@media only screen and (max-width: 46rem) {
  .credits-list dt span.extra-spaces, .rewards-list dt span.extra-spaces {
    display: none; } }

/* Styling for the tabbed rewards and credits lists and modal lists */
.tab {
  float: none;
  text-align: center;
  overflow: hidden; }

.tab button {
  background-color: white;
  color: black;
  border: 1px solid #0076BB;
  border-radius: 6px;
  white-space: nowrap;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: small;
  overflow: hidden;
  width: 30%;
  height: 20%; }
  @media only screen and (max-width: 46rem) {
    .tab button {
      width: 49%; } }

.tab button:hover {
  background-color: #0076BB; }

.tab button.active {
  background-color: #0076BB;
  color: white; }

.tabcontent-rewards-modal hr, .view-all-credits-modal hr, #golf-coupon-list-modal hr {
  margin: 0; }

.tabcontent-rewards-modal dl, .view-all-credits-modal dl, #golf-coupon-list-modal dl {
  display: grid;
  align-content: center;
  gap: 10px;
  grid-auto-flow: column;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0px;
  padding: 10px 0; }
  .tabcontent-rewards-modal dl dt, .view-all-credits-modal dl dt, #golf-coupon-list-modal dl dt {
    width: 100% !important;
    min-width: 123px;
    display: grid;
    align-content: center;
    font-weight: normal;
    margin: 0; }
    .tabcontent-rewards-modal dl dt span, .view-all-credits-modal dl dt span, #golf-coupon-list-modal dl dt span {
      line-height: 18px !important; }
  .tabcontent-rewards-modal dl dd, .view-all-credits-modal dl dd, #golf-coupon-list-modal dl dd {
    display: grid;
    align-content: center;
    font-weight: bold;
    margin: 0; }
  .tabcontent-rewards-modal dl .font-11, .view-all-credits-modal dl .font-11, #golf-coupon-list-modal dl .font-11 {
    display: block; }

#product-redeem .boxed {
  border: solid 1px #E0E0E0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  padding: 15px; }

#product-redeem .button {
  min-width: 285px; }
  @media only screen and (max-width: 46rem) {
    #product-redeem .button {
      width: 100%;
      min-width: 100px; } }

#product-redeem #clear-code {
  font-size: 13px;
  margin-right: 5px; }

#product-redeem #checkout-agree-terms label, #product-redeem .policy label {
  width: 88%; }

@media only screen and (min-width: 64.0625rem) and (max-width: 90rem) {
  #vip-redeem h1 {
    margin-right: 15px; } }

#vip-redeem ul {
  margin: 0; }
  @media only screen and (max-width: 46rem) {
    #vip-redeem ul {
      margin-top: 20px; } }
  #vip-redeem ul li {
    list-style: none; }
    #vip-redeem ul li img {
      display: inline-block;
      width: 35px;
      float: left;
      margin-right: 10px; }

#vip-redeem .button {
  min-width: 385px; }
  @media only screen and (max-width: 46rem) {
    #vip-redeem .button {
      width: 100%;
      min-width: 100px; } }

.pn-ProductNav_Wrapper {
  position: relative;
  box-sizing: border-box; }
  @media only screen and (max-width: 46rem) {
    .pn-ProductNav_Wrapper {
      background: white;
      padding: 0;
      margin-bottom: 20px; } }

@media only screen and (max-width: 46rem) {
  #bio-tabs {
    padding: 0; } }

.find-friends i.friend-suggestion-close {
  font-size: 32px;
  margin-top: -25px; }
  @media only screen and (max-width: 46rem) {
    .find-friends i.friend-suggestion-close {
      margin-top: 0;
      position: absolute;
      right: 10px; } }

i.friend-suggestion-close {
  font-size: 32px;
  margin-top: -12px; }

.suggestion-profile {
  width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.pn-ProductNav {
  /* Make this scrollable when needed */
  overflow-x: auto;
  /* We don't want vertical scrolling */
  overflow-y: hidden;
  /* For WebKit implementations, provide inertia scrolling */
  -webkit-overflow-scrolling: touch;
  /* We don't want internal inline elements to wrap */
  white-space: nowrap;
  /* If JS present, let's hide the default scrollbar */
  /* positioning context for advancers */
  position: relative;
  font-size: 0; }
  .js .pn-ProductNav {
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Remove the default scrollbar for WebKit implementations */ }
    .js .pn-ProductNav::-webkit-scrollbar {
      display: none; }

.pn-ProductNav_Contents {
  float: left;
  transition: transform .2s ease-in-out;
  position: relative; }

.pn-ProductNav_Contents-no-transition {
  transition: none; }

.pn-ProductNav_Link {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: none;
  padding: 0px 11px;
  color: #666666; }
  .pn-ProductNav_Link + .pn-ProductNav_Link {
    border-left-color: #eee; }
  .pn-ProductNav_Link[aria-selected="true"] {
    color: #0076BB; }
  @media only screen and (max-width: 46rem) {
    .pn-ProductNav_Link {
      font-size: 14px;
      padding: 22px 10px; } }

.pn-Advancer {
  /* Reset the button */
  appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  /* Now style it as needed */
  position: absolute;
  top: 0;
  bottom: 0;
  /* Set the buttons invisible by default */
  opacity: 0;
  transition: opacity .3s; }
  .pn-Advancer:focus {
    outline: 0; }
  .pn-Advancer:hover {
    cursor: pointer; }

.pn-Advancer_Left {
  left: 0; }
  [data-overflowing="both"] ~ .pn-Advancer_Left,
  [data-overflowing="left"] ~ .pn-Advancer_Left {
    opacity: 1; }

.pn-Advancer_Right {
  right: 10px; }
  [data-overflowing="both"] ~ .pn-Advancer_Right,
  [data-overflowing="right"] ~ .pn-Advancer_Right {
    opacity: 1; }

.pn-Advancer_Icon {
  width: 14px;
  height: 61px;
  margin-left: 10px;
  fill: #bbb;
  display: none; }

.pn-ProductNav_Indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100px;
  background-color: transparent;
  transform-origin: 0 0;
  transition: transform .2s ease-in-out, background-color .2s ease-in-out; }

@media only screen and (max-width: 46rem) {
  #profile-tabs {
    padding: 0; } }

.small-profile-pic.initials {
  background: #a1a1a1 !important; }

.large-block-grid-2 > li {
  margin-right: 2% !important;
  width: 48% !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .large-block-grid-2 > li {
      width: 100% !important; } }
  @media only screen and (max-width: 46rem) {
    .large-block-grid-2 > li {
      width: 100% !important; } }

#invite-more-modal button[disabled].btn-red-o {
  border-color: #E0E0E0 !important; }

#friend-list .dropdown.button::after, #friend-list button.dropdown::after {
  right: 10px;
  display: none; }

#friend-list li {
  margin-bottom: 20px;
  padding: 15px;
  position: relative; }
  #friend-list li:nth-child(even) {
    margin-right: 0; }
  @media only screen and (max-width: 46rem) {
    #friend-list li {
      padding: 10px 0 0 10px;
      border: none; } }
  #friend-list li .small-profile-pic {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 10px;
    background-color: #E0E0E0; }
    #friend-list li .small-profile-pic span {
      margin-top: 20px;
      font-size: 28px;
      display: block;
      font-weight: 600;
      color: white;
      text-align: center; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #friend-list li .small-profile-pic {
        width: 40px;
        height: 40px;
        margin-bottom: 10px; }
        #friend-list li .small-profile-pic span {
          margin-top: 5px;
          font-size: 19px; } }
    @media only screen and (max-width: 46rem) {
      #friend-list li .small-profile-pic {
        width: 40px;
        height: 40px;
        margin-bottom: 10px; }
        #friend-list li .small-profile-pic span {
          margin-top: 5px;
          font-size: 19px; } }
  #friend-list li address {
    font-size: 14px;
    font-style: normal; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #friend-list li address {
        margin-right: 82px;
        line-height: 15px;
        margin-top: 5px; } }
    @media only screen and (max-width: 46rem) {
      #friend-list li address {
        margin-right: 82px;
        line-height: 15px; } }
  #friend-list li h3 {
    margin: 16px 0 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 115px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #friend-list li h3 {
        margin: 0;
        padding-right: 82px;
        line-height: 18px; } }
    @media only screen and (max-width: 46rem) {
      #friend-list li h3 {
        margin: 0;
        padding-right: 82px;
        font-size: 16px; } }
  #friend-list li ul.f-dropdown li {
    padding: 0;
    margin: 0;
    background: white; }
    #friend-list li ul.f-dropdown li a {
      color: #0076BB;
      font-weight: bold; }
  #friend-list li .button {
    width: 100px;
    padding: 6px 0;
    margin: -17px 0 0 0;
    position: absolute;
    right: 15px;
    top: 50%; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #friend-list li .button {
        width: 80px; } }
    @media only screen and (max-width: 46rem) {
      #friend-list li .button {
        font-size: 13px;
        width: 75px;
        top: 15px;
        margin: 4px 0 0 0; } }

#profile-pic-uploader.profile-picture.initials {
  text-align: center;
  background: #a1a1a1;
  color: white; }
  #profile-pic-uploader.profile-picture.initials span {
    font-size: 58px;
    width: 100%;
    display: block !important;
    font-weight: 600;
    padding-top: 15px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #profile-pic-uploader.profile-picture.initials span {
        font-size: 50px;
        margin-top: 17px;
        padding-top: 0; } }
    @media only screen and (max-width: 46rem) {
      #profile-pic-uploader.profile-picture.initials span {
        font-size: 48px;
        margin-top: 7px;
        padding-top: 0px; } }

@media only screen and (max-width: 46rem) {
  #profile-pic-uploader.slim.profile-picture.initials span {
    padding-top: 20px; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  #profile-pic-uploader.slim.profile-picture.initials span {
    padding-top: 20px; } }

@media only screen and (max-width: 46rem) {
  .non-owner .profile-fast-facts button.resolve-request {
    width: 50% !important; }
    .non-owner .profile-fast-facts button.resolve-request.btn-white-o.right {
      right: 0; } }

.social-box, .friend-request {
  border: 1px solid #EAEDF3;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
  background: white; }

#social-profile .ion-android-pin {
  margin: 0; }

@media only screen and (max-width: 46rem) {
  #social-profile .padding-25.gray-light {
    padding: 0; } }

#social-profile .button.btn-white-o.resolve-request {
  background: white;
  color: #D0021B;
  margin: 13px 15px 13px 0 !important;
  border: none; }
  @media only screen and (max-width: 46rem) {
    #social-profile .button.btn-white-o.resolve-request {
      color: #D0021B;
      background: transparent;
      margin: 10px 0 !important; } }

#social-profile .profile-header-image {
  height: 329px;
  background-position: center, center;
  background-size: cover;
  position: relative;
  margin-bottom: 50px; }
  @media only screen and (max-width: 46rem) {
    #social-profile .profile-header-image {
      height: 150px;
      margin-bottom: 170px; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #social-profile .profile-header-image {
      height: 150px;
      margin-bottom: 50px; } }
  #social-profile .profile-header-image .profile-fast-facts {
    height: 60px;
    width: 100%;
    background: rgba(0, 0, 0, 0.53);
    position: absolute;
    bottom: 0;
    padding-left: 180px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #social-profile .profile-header-image .profile-fast-facts {
        padding-left: 210px; } }
    @media only screen and (max-width: 46rem) {
      #social-profile .profile-header-image .profile-fast-facts {
        height: 7px;
        padding-left: 0;
        background: white;
        bottom: -45px; }
        #social-profile .profile-header-image .profile-fast-facts h3 {
          margin: 0;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    #social-profile .profile-header-image .profile-fast-facts span {
      display: inline-block;
      color: white;
      text-align: center;
      padding: 8px 20px;
      line-height: 22px;
      float: left;
      font-size: 14px; }
      #social-profile .profile-header-image .profile-fast-facts span strong {
        display: block;
        font-size: 18px; }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        #social-profile .profile-header-image .profile-fast-facts span {
          padding: 14px 17px; } }
      @media only screen and (max-width: 46rem) {
        #social-profile .profile-header-image .profile-fast-facts span {
          padding: 8px 0;
          font-size: 12px;
          text-align: center;
          width: 25%;
          color: #666666; }
          #social-profile .profile-header-image .profile-fast-facts span strong {
            font-size: 13px;
            color: #0076BB; } }
    #social-profile .profile-header-image .profile-fast-facts .button {
      margin: 13px 15px;
      padding: 6px 17px; }
      @media only screen and (max-width: 46rem) {
        #social-profile .profile-header-image .profile-fast-facts .button {
          margin: 10px 0;
          width: 100%;
          bottom: -118px;
          left: 0;
          position: absolute;
          border: #666666 1px solid;
          color: white; } }

#social-profile .profile-picture, #social-profile .profile-pic-uploader {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  position: absolute;
  bottom: -30px;
  left: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #social-profile .profile-picture, #social-profile .profile-pic-uploader {
      height: 100px;
      width: 100px;
      bottom: -30px;
      left: 38px; } }
  @media only screen and (max-width: 46rem) {
    #social-profile .profile-picture, #social-profile .profile-pic-uploader {
      top: 83px;
      margin-left: -45px;
      bottom: auto;
      left: 50%;
      height: 85px;
      width: 85px; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  #profile-info-container {
    float: left;
    width: 48%;
    margin: 0 2%; }
    #profile-info-container .padding-0-15 {
      padding: 15px;
      min-height: 265px; } }

@media only screen and (max-width: 46rem) {
  #profile-info-container {
    margin: 0; }
    #profile-info-container .member-status {
      display: none; }
    #profile-info-container .white {
      padding: 1px 15px 0 15px; }
      #profile-info-container .white p {
        margin: 0; } }

#profile-info-container span.vip-badge {
  height: 19px;
  width: 80px;
  float: left;
  background-image: url("//i8p7v6z9.map2.ssl.hwcdn.net/content/images/golfpass/GP-MEMBER-Flag.svg");
  background-size: cover;
  background-size: auto;
  background-repeat: no-repeat;
  margin-left: 0;
  padding: 3px 5px 1px 5px; }

#profile-info-container span.golfpass-plus-badge {
  height: 19px;
  width: 80px;
  float: left;
  background-image: url("//i8p7v6z9.map2.ssl.hwcdn.net/content/images/golfpass/GPplusTag.svg");
  background-size: cover;
  background-size: auto;
  background-repeat: no-repeat;
  margin-left: 0;
  padding: 3px 5px 1px 5px; }

#profile-info-container span.golfpass-plus-vip-badge {
  height: 19px;
  width: 80px;
  float: left;
  background-image: url("//i8p7v6z9.map2.ssl.hwcdn.net/content/images/golfpass/GP+VIP.svg");
  background-size: cover;
  background-size: auto;
  background-repeat: no-repeat;
  margin-left: 0;
  padding: 3px 5px 1px 5px; }

@media only screen and (max-width: 46rem) {
  #profile-info-container h2 {
    display: none; } }

@media only screen and (max-width: 46rem) {
  #profile-info-container h3 {
    margin-top: 10px; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  #profile-info-container.edit-profile {
    width: 96%; } }

.find-friends .suggested-friend {
  border: 1px solid #EAEDF3;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
  background: white;
  padding: 15px; }

.suggested-friend {
  margin-bottom: 25px;
  position: relative; }
  .suggested-friend.flex-container {
    display: flex;
    flex-direction: column; }
    .suggested-friend.flex-container .flex-item-right {
      align-self: center; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .suggested-friend.flex-container {
        flex-direction: row; }
        .suggested-friend.flex-container .flex-item-left {
          flex: 50%; }
        .suggested-friend.flex-container .flex-item-right {
          flex: 50%;
          text-align: right; } }
  @media only screen and (max-width: 46rem) {
    .suggested-friend {
      width: 120px;
      padding: 15px;
      margin-bottom: 10px; }
      .suggested-friend i.friend-suggestion-close {
        position: absolute;
        color: white;
        right: 10px; } }
  .suggested-friend .small-profile-pic {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 10px;
    background-color: #a1a1a1; }
    .suggested-friend .small-profile-pic span {
      margin-top: 8px;
      font-size: 18px;
      display: block;
      font-weight: 600;
      font-family: "Cabin", sans-serif;
      color: white;
      text-align: center; }
    @media only screen and (max-width: 46rem) {
      .suggested-friend .small-profile-pic {
        height: 120px;
        width: 120px;
        border-radius: 0;
        margin-left: -16px;
        margin-bottom: 18px; }
        .suggested-friend .small-profile-pic span {
          font-size: 60px;
          margin-top: 15px; } }
  .suggested-friend p {
    margin: 0; }
  .suggested-friend address {
    font-size: 12px;
    font-style: normal; }
    @media only screen and (max-width: 46rem) {
      .suggested-friend address {
        float: none !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 20px;
        line-height: 18px;
        padding-top: 7px; } }
  .suggested-friend i {
    margin: 0; }
  .suggested-friend strong {
    font-size: 14px;
    line-height: 13px;
    display: block; }
  .suggested-friend .button {
    font-size: 12px;
    margin: 5px 5px 0 0;
    padding: 5px 10px;
    border: solid 1px #E0E0E0; }
    .suggested-friend .button:hover {
      color: white; }
    @media only screen and (max-width: 46rem) {
      .suggested-friend .button {
        width: 100%; } }
  @media only screen and (max-width: 46rem) {
    .suggested-friend .small-2 {
      width: 100%; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  #profile-suggestion-container {
    clear: both; } }

#friend-suggestions-container ul {
  margin: 0; }
  #friend-suggestions-container ul li {
    list-style: none; }
    @media only screen and (max-width: 46rem) {
      #friend-suggestions-container ul li {
        max-width: 145px; } }

#friend-suggestions-container .friend-suggestion-close.button {
  margin-right: 0; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #friend-suggestions-container .friend-suggestion-close.button {
      margin-right: 5px; } }
  #friend-suggestions-container .friend-suggestion-close.button:hover {
    color: inherit; }

#profile-suggestions .friend-suggestion-close.button:hover {
  color: inherit; }

#profile-suggestions .flex-container {
  display: flex;
  flex-direction: row; }
  #profile-suggestions .flex-container .flex-item-left {
    flex: 50%; }
  #profile-suggestions .flex-container .flex-item-right {
    flex: 50%;
    text-align: right; }

.find-friends .suggested-friend strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 115px;
  font-size: 16px;
  line-height: 18px;
  padding-top: 7px; }

.find-friends .suggested-friend .button {
  font-size: 14px;
  padding: 5px 10px;
  width: auto; }
  @media only screen and (max-width: 46rem) {
    .find-friends .suggested-friend .button {
      width: 100%;
      position: relative;
      margin: 7px 0; } }

#extended-bio-container {
  padding-bottom: 25px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #extended-bio-container {
      float: left;
      width: 48%;
      padding-bottom: 0; }
      #extended-bio-container .padding-0-15 {
        padding: 15px;
        min-height: 265px; } }
  @media only screen and (max-width: 46rem) {
    #extended-bio-container {
      padding-bottom: 0; }
      #extended-bio-container .padding-0-15 {
        padding: 15px; } }
  #extended-bio-container .play-style-list li {
    background: #0076BB;
    color: white; }

.pn-ProductNav_Tab_Content {
  padding-left: 0; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .pn-ProductNav_Tab_Content {
      padding: 0 10px; } }

textarea {
  width: 100%; }

select {
  height: 48px; }

.invite-request .small-2 {
  width: 12%; }
  @media only screen and (max-width: 46rem) {
    .invite-request .small-2 {
      width: 18%; } }

.invite-request .small-10 {
  width: 88%;
  margin-bottom: 15px; }
  @media only screen and (max-width: 46rem) {
    .invite-request .small-10 {
      width: 80%; } }

.small-10.friend-request.collapse-sub {
  padding-left: 15px; }

#activity-container .friend-request hr {
  margin: 0;
  border: none; }

.friend-request {
  position: relative;
  padding: 15px 0 10px 0;
  margin-bottom: 15px !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .friend-request {
      margin: 0 0 15px 0 !important;
      padding: 15px; }
      .friend-request hr {
        margin: 1.25rem -15px 1.1875rem; } }
  @media only screen and (max-width: 46rem) {
    .friend-request {
      margin: 0 0 15px 0 !important;
      padding: 15px; }
      .friend-request hr {
        margin: 1.25rem -15px 1.1875rem; } }
  .friend-request .small-2 {
    width: 12%; }
    @media only screen and (max-width: 46rem) {
      .friend-request .small-2 {
        padding: 0; } }
  .friend-request .small-10 {
    width: 88%;
    margin-bottom: 15px; }
  .friend-request .friend-request-sub {
    margin-bottom: 15px; }
  .friend-request .small-profile-pic {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #a1a1a1;
    float: left;
    margin-right: 10px; }
    .friend-request .small-profile-pic span {
      margin-top: 8px;
      font-size: 18px;
      display: block;
      font-family: "Cabin", sans-serif;
      font-weight: 600;
      color: white;
      text-align: center; }
  .friend-request button.button {
    padding: 6px 25px;
    margin: 10px 0 0 0; }
    @media only screen and (max-width: 46rem) {
      .friend-request button.button {
        padding: 5px 14px; } }
  .friend-request p {
    margin: 0 80px 0 0; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .friend-request p {
        margin: 0; } }
    @media only screen and (max-width: 46rem) {
      .friend-request p {
        margin: 0; } }
    .friend-request p.right {
      margin: 0;
      clear: both; }
      @media only screen and (max-width: 46rem) {
        .friend-request p.right {
          margin-top: 0; } }
  .friend-request i.ion-android-close {
    margin: 0px;
    float: right; }
  .friend-request h3 {
    margin: 0; }
    @media only screen and (max-width: 46rem) {
      .friend-request h3 {
        font-size: 16px; } }

@media only screen and (min-width: 64.0625rem) {
  .upcoming-res li.friend-request {
    margin: 15px 0px !important; } }

@media only screen and (max-width: 46rem) {
  #update-account .reservations {
    margin: 15px;
    width: auto; } }

@media only screen and (max-width: 46rem) {
  #tabActivityContents {
    padding: 15px; }
    #tabActivityContents h2 {
      padding: 0; }
    #tabActivityContents p.right {
      margin-bottom: 15px !important;
      padding-right: 0 !important;
      clear: both; } }

ul.play-style-list {
  margin: 0; }
  ul.play-style-list li {
    display: inline-block;
    list-style: none;
    background: white;
    color: #0076BB;
    font-size: 14px;
    padding: 5px 10px;
    margin: 10px 10px 0 0;
    border-radius: 500px;
    cursor: pointer; }
    ul.play-style-list li.selected {
      background: #0076BB;
      color: white; }
    @media only screen and (max-width: 46rem) {
      ul.play-style-list li {
        padding: 5px 10px; } }

@media only screen and (max-width: 46rem) {
  .cropControls i.ion-edit {
    font-size: 14px !important;
    padding: 7px !important;
    width: 30px !important;
    height: 30px !important; } }

@media only screen and (max-width: 46rem) {
  #no-results {
    margin: 15px; } }

#no-results ul#result-items p, #no-results ul#recent-invites p {
  margin: 30px 0 0 0;
  padding: 0; }

#pnProductNav.profile-nav {
  list-style: none;
  position: absolute;
  top: -69px;
  left: 170px; }
  @media only screen and (max-width: 46rem) {
    #pnProductNav.profile-nav {
      margin: 0px;
      position: relative;
      top: 0;
      left: 0; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #pnProductNav.profile-nav {
      margin-right: 15px; } }

@media only screen and (max-width: 46rem) {
  #friend-search .btn-blue-o {
    width: 100%; } }

@media only screen and (max-width: 46rem) {
  #invite-result-container ul#result-items ul#recent-invites {
    padding: 0; } }

#invite-friends-to-reservation-modal ul#result-items ul#recent-invites, #invite-more-modal ul#result-items #result-items#recent-invites {
  overflow-y: scroll;
  height: 300PX;
  padding: 0 10px !important; }

ul#result-items, ul#recent-invites {
  border: solid 1px #E0E0E0;
  padding: 0 30px 30px 30px;
  margin: 0; }
  @media only screen and (max-width: 46rem) {
    ul#result-items, ul#recent-invites {
      padding: 0 15px 15px 15px;
      border: none; } }
  ul#result-items li, ul#recent-invites li {
    width: 100%;
    border-bottom: solid 1px #E0E0E0;
    padding: 0 0 10px 0;
    list-style: none;
    height: 75px;
    font-size: 16px;
    margin-top: 15px;
    position: relative; }
    @media only screen and (max-width: 46rem) {
      ul#result-items li, ul#recent-invites li {
        height: 55px;
        clear: both;
        padding: 0 0 15px 0; } }
    ul#result-items li address, ul#recent-invites li address {
      font-style: normal;
      font-size: 15px;
      text-transform: lowercase;
      text-transform: capitalize;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 115px; }
      @media only screen and (max-width: 46rem) {
        ul#result-items li address, ul#recent-invites li address {
          font-size: 12px;
          display: block;
          padding-right: 82px; } }
    ul#result-items li .small-profile-pic, ul#recent-invites li .small-profile-pic {
      border-radius: 50%;
      height: 60px;
      width: 60px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #a1a1a1;
      float: left;
      margin-right: 10px; }
      ul#result-items li .small-profile-pic span, ul#recent-invites li .small-profile-pic span {
        margin-top: 8px;
        font-size: 28px;
        display: block;
        font-family: "Cabin", sans-serif;
        font-weight: 600;
        color: white;
        text-align: center; }
      @media only screen and (max-width: 46rem) {
        ul#result-items li .small-profile-pic, ul#recent-invites li .small-profile-pic {
          margin-bottom: 30px;
          height: 40px;
          width: 40px; }
          ul#result-items li .small-profile-pic span, ul#recent-invites li .small-profile-pic span {
            margin-top: 5px;
            font-size: 19px; } }
    ul#result-items li strong, ul#recent-invites li strong {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 115px;
      display: block; }
      @media only screen and (max-width: 46rem) {
        ul#result-items li strong, ul#recent-invites li strong {
          display: block;
          line-height: 16px;
          font-size: 14px;
          padding-right: 82px; } }
    ul#result-items li a.button, ul#result-items li button.button, ul#recent-invites li a.button, ul#recent-invites li button.button {
      margin: 0;
      padding: 6px 0;
      width: 110px;
      position: absolute;
      right: 0;
      top: 15%; }
      @media only screen and (max-width: 46rem) {
        ul#result-items li a.button, ul#result-items li button.button, ul#recent-invites li a.button, ul#recent-invites li button.button {
          padding: 5px 0;
          font-size: 12px;
          width: 70px;
          position: absolute;
          top: 50%;
          margin-top: -24px;
          right: 0; } }

#invite-friends-to-reservation-modal .scroll-area {
  overflow-y: scroll;
  height: 300PX;
  clear: both; }

#invite-friends-to-reservation-modal ul #result-items, #invite-friends-to-reservation-modal #invite-more-modal ul#result-items {
  padding: 0 10px !important; }

#invite-friends-to-reservation-modal .button.expand {
  width: 100%; }

#invite-friends-to-reservation-modal .btn-red-o {
  border: solid 1px #D0021B; }
  #invite-friends-to-reservation-modal .btn-red-o:visited {
    border: solid 1px #D0021B; }
  #invite-friends-to-reservation-modal .btn-red-o:hover, #invite-friends-to-reservation-modal .btn-red-o:active {
    border: solid 1px #D0021B; }

@media only screen and (max-width: 46rem) {
  .private {
    margin-bottom: 94px !important; } }

.private #profile-pic-uploader span {
  margin-top: 53px; }
  @media only screen and (max-width: 46rem) {
    .private #profile-pic-uploader span {
      font-size: 40px !important;
      margin-top: 14px !important; } }

@media only screen and (max-width: 46rem) {
  .private .profile-fast-facts .button {
    bottom: -38px !important; } }

.reservation-invite-detail .course-rating svg {
  margin-top: 4px; }

.reservation-invite-detail .course-rating span {
  margin-top: 0; }

.reservation-invite-detail .invite-play-wrapper .small-profile-pic {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  margin-right: 10px;
  background-color: #E0E0E0; }
  .reservation-invite-detail .invite-play-wrapper .small-profile-pic span {
    margin-top: 20px;
    font-size: 28px;
    display: block;
    font-family: "Cabin", sans-serif;
    font-weight: 600;
    color: white;
    text-align: center; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .reservation-invite-detail .invite-play-wrapper .small-profile-pic {
      width: 40px;
      height: 40px;
      margin-bottom: 10px; }
      .reservation-invite-detail .invite-play-wrapper .small-profile-pic span {
        margin-top: 5px;
        font-size: 19px; } }
  @media only screen and (max-width: 46rem) {
    .reservation-invite-detail .invite-play-wrapper .small-profile-pic {
      width: 40px;
      height: 40px;
      margin-bottom: 10px; }
      .reservation-invite-detail .invite-play-wrapper .small-profile-pic span {
        margin-top: 5px;
        font-size: 19px; } }

.checkoutWrap #splitPaymentSection.reservation-inviter-profile, .confirmationWrap #splitPaymentSection.reservation-inviter-profile, .account #splitPaymentSection.reservation-inviter-profile {
  height: 75px;
  margin-bottom: 20px; }
  .checkoutWrap #splitPaymentSection.reservation-inviter-profile.invite-play-wrapper, .confirmationWrap #splitPaymentSection.reservation-inviter-profile.invite-play-wrapper, .account #splitPaymentSection.reservation-inviter-profile.invite-play-wrapper {
    height: auto; }
  .checkoutWrap #splitPaymentSection.reservation-inviter-profile .small-profile-pic, .confirmationWrap #splitPaymentSection.reservation-inviter-profile .small-profile-pic, .account #splitPaymentSection.reservation-inviter-profile .small-profile-pic {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 10px;
    background-color: #E0E0E0;
    text-align: center; }
    .checkoutWrap #splitPaymentSection.reservation-inviter-profile .small-profile-pic span, .confirmationWrap #splitPaymentSection.reservation-inviter-profile .small-profile-pic span, .account #splitPaymentSection.reservation-inviter-profile .small-profile-pic span {
      margin-top: 20px;
      font-size: 28px;
      display: block;
      font-family: "Cabin", sans-serif;
      font-weight: 600;
      color: white;
      text-align: center; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .checkoutWrap #splitPaymentSection.reservation-inviter-profile .small-profile-pic, .confirmationWrap #splitPaymentSection.reservation-inviter-profile .small-profile-pic, .account #splitPaymentSection.reservation-inviter-profile .small-profile-pic {
        width: 40px;
        height: 40px;
        margin-bottom: 10px; }
        .checkoutWrap #splitPaymentSection.reservation-inviter-profile .small-profile-pic span, .confirmationWrap #splitPaymentSection.reservation-inviter-profile .small-profile-pic span, .account #splitPaymentSection.reservation-inviter-profile .small-profile-pic span {
          margin-top: 5px;
          font-size: 19px; } }
    @media only screen and (max-width: 46rem) {
      .checkoutWrap #splitPaymentSection.reservation-inviter-profile .small-profile-pic, .confirmationWrap #splitPaymentSection.reservation-inviter-profile .small-profile-pic, .account #splitPaymentSection.reservation-inviter-profile .small-profile-pic {
        width: 40px;
        height: 40px;
        margin-bottom: 10px; }
        .checkoutWrap #splitPaymentSection.reservation-inviter-profile .small-profile-pic span, .confirmationWrap #splitPaymentSection.reservation-inviter-profile .small-profile-pic span, .account #splitPaymentSection.reservation-inviter-profile .small-profile-pic span {
          margin-top: 5px;
          font-size: 19px; } }

#invite-more-modal ul#result-items, #invite-more-modal ul#recent-invites {
  padding: 0;
  border: none; }
  #invite-more-modal ul#result-items i, #invite-more-modal ul#recent-invites i {
    border-radius: 50%;
    width: 23px;
    height: 23px;
    display: block;
    color: white;
    padding: 0;
    text-align: center;
    position: absolute;
    left: -10px; }
    #invite-more-modal ul#result-items i.invite-pending, #invite-more-modal ul#recent-invites i.invite-pending {
      background: #0076BB; }
    #invite-more-modal ul#result-items i.invite-accepted, #invite-more-modal ul#recent-invites i.invite-accepted {
      background: #77BC43; }
    #invite-more-modal ul#result-items i.invite-rejected, #invite-more-modal ul#recent-invites i.invite-rejected {
      background: #D0021B; }

#invite-more-modal .btn-red-o {
  border: solid 1px #D0021B; }
  #invite-more-modal .btn-red-o:focus {
    background-color: transparent;
    color: #D0021B; }
  #invite-more-modal .btn-red-o.selected {
    background-color: #D0021B;
    color: white !important; }

.invite-by-email {
  position: relative;
  padding: 15px 0 1px 0; }
  .invite-by-email .small-profile-pic {
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 15px;
    background-size: cover; }
  .invite-by-email p {
    margin-top: 25px; }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  #profile-tabs #update-account {
    width: 100%; } }

.titlebar.social-box .item center {
  display: inline; }

@media only screen and (max-width: 46rem) {
  .favorite-courses-container {
    padding-left: 4px;
    padding-right: 4px; } }

ul#favorite-courses {
  height: 300px !important; }
  ul#favorite-courses li.favorite-tile {
    min-width: 270px;
    max-width: 270px; }
    @media only screen and (max-width: 46rem) {
      ul#favorite-courses li.favorite-tile {
        min-width: initial; } }

body.social-profile .favorite-course {
  top: 5px;
  right: 5px;
  left: auto; }

/* videojs (video player) styles */
.video-player .description {
  margin-top: 5px; }

.video-player p {
  margin-bottom: 10px; }

.video-player .btn-golfpass {
  width: 100%; }

.video-player.social-box {
  margin-bottom: 12px;
  padding-top: 0.9375rem;
  padding-left: 9px;
  padding-right: 9px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .video-player.social-box {
      width: 96%; } }

.video-player .video-player-gp-logo {
  margin-bottom: 7px; }

@media only screen and (max-width: 46rem) {
  .video-player p {
    padding-left: 6px;
    padding-right: 6px; } }

@media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
  .video-player {
    clear: both;
    padding-left: 2%;
    padding-right: 2%; } }

@media only screen and (max-width: 46rem) {
  .video-player {
    padding-left: 1%;
    padding-right: 1%; } }

.video-player .vjs-custom-styles .vjs-big-play-button {
  font-size: 2em;
  width: 2em;
  border-radius: 0;
  border-color: transparent;
  /* Align bottom left */
  left: 0.5em;
  top: auto;
  bottom: -10px; }

.video-player .vjs-custom-styles:hover .vjs-big-play-button {
  background-color: #089AD6; }

.video-player .vjs-custom-styles:hover .vjs-play-control, .video-player .vjs-custom-styles:hover .vjs-volume-panel, .video-player .vjs-custom-styles:hover .vjs-mute-control, .video-player .vjs-custom-styles:hover .vjs-progress-control, .video-player .vjs-custom-styles:hover .vjs-picture-in-picture-control, .video-player .vjs-custom-styles:hover .vjs-fullscreen-control, .video-player .vjs-custom-styles:hover .vjs-subs-caps-button {
  background-color: transparent; }

.video-player .vjs-custom-styles:hover .vjs-menu-button .vjs-resolution-button {
  background-color: transparent; }

#inner-smart-play-features {
  border: solid 1px #E0E0E0;
  padding: 15px;
  margin-top: 25px;
  margin-bottom: 15px;
  border-radius: 4px; }

.smartplay-feature {
  margin-top: 10px !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .smartplay-feature {
      width: 49%;
      float: left;
      margin-top: 15px !important; }
      .smartplay-feature div img {
        width: 70px; } }
  .smartplay-feature img {
    width: 50px; }
  .smartplay-feature p {
    margin-bottom: 0; }

.color-swatch {
  outline: solid 1px rgba(36, 28, 21, 0.15);
  outline-offset: -1px;
  overflow: hidden;
  width: 100%;
  padding: 15px;
  margin: 0 0 15px 0; }

#spotlight-landing .spotlight-card .spotlight-card-wrapper {
  border-radius: 4px;
  border: solid 1px #E0E0E0;
  padding: 15px;
  box-shadow: 0 2px 4px #E0E0E0;
  height: 185px;
  margin-bottom: 15px; }
  #spotlight-landing .spotlight-card .spotlight-card-wrapper .spotlight-card-date {
    font-size: 13px; }
  #spotlight-landing .spotlight-card .spotlight-card-wrapper .spotlight-card-summary {
    font-size: 16px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #spotlight-landing .spotlight-card .spotlight-card-wrapper .spotlight-card-summary {
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; } }
    @media only screen and (max-width: 46rem) {
      #spotlight-landing .spotlight-card .spotlight-card-wrapper .spotlight-card-summary {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; } }
  @media only screen and (max-width: 46rem) {
    #spotlight-landing .spotlight-card .spotlight-card-wrapper {
      overflow-y: hidden; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #spotlight-landing .spotlight-card .spotlight-card-wrapper {
      overflow-y: hidden; } }

#spotlight-landing .spotlight-card img {
  border-radius: 50%;
  margin-top: 10px; }

#spotlight-landing .spotlight-card h2 {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

#spotlight-landing .spotlight-card a, #spotlight-landing .spotlight-card p {
  color: #666666; }

#spotlight-course-info .read-more-panel-wrapper {
  position: relative; }

#spotlight-course-info .read-more-panel {
  position: relative;
  max-height: 92px;
  overflow: hidden;
  transition: max-height .5s ease; }

#spotlight-course-info .show, #spotlight-course-info .hide {
  position: absolute;
  bottom: -1.6em;
  z-index: 100;
  text-align: center;
  font-size: 14px; }

#spotlight-course-info .hide {
  display: none; }

#spotlight-course-info .show:target {
  display: none; }

#spotlight-course-info .show:target ~ .hide {
  display: block; }

#spotlight-course-info .show:target ~ .panel {
  max-height: 2000px; }

#spotlight-course-info .show:target ~ .fade {
  margin-top: 0;
  height: 50px; }

#spotlight-course-info .fade {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 75%);
  height: 65px;
  margin-top: -65px;
  position: relative; }

#spotlight-course-info ul.course-stats {
  margin: 0; }
  #spotlight-course-info ul.course-stats li {
    display: inline-block;
    list-style: none;
    margin-right: 15px; }

@media only screen and (max-width: 46rem) {
  #spotlight-multi-facility {
    padding: 15px; } }

#spotlight-multi-facility #top-hero img {
  width: 100%;
  height: auto !important; }

#spotlight-multi-facility h1.hero-title {
  position: absolute;
  color: white;
  top: 40%;
  left: 20px;
  font-size: 50px; }
  @media only screen and (max-width: 46rem) {
    #spotlight-multi-facility h1.hero-title {
      font-size: 28px;
      line-height: 30px;
      top: 24%;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; } }

#spotlight-multi-facility #top-hero {
  overflow: hidden;
  height: 300px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #spotlight-multi-facility #top-hero {
      height: 220px; } }
  @media only screen and (max-width: 46rem) {
    #spotlight-multi-facility #top-hero {
      height: 140px; } }

#spotlight-multi-facility p {
  font-size: 15px;
  line-height: 32px; }

#spotlight-multi-facility article {
  margin: 15px 0; }
  #spotlight-multi-facility article .article-wrapper {
    padding: 15px;
    border: solid 1px #bebebe;
    border-radius: 4px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    min-height: 260px;
    position: relative; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      #spotlight-multi-facility article .article-wrapper {
        max-height: 290px; } }
  #spotlight-multi-facility article h4 {
    margin-bottom: 0; }
  #spotlight-multi-facility article time {
    color: #77BC43;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    display: block; }
  #spotlight-multi-facility article a.view-more {
    position: absolute;
    bottom: 5px;
    font-size: 13px; }

#spotlight-multi-facility .article-thumbnail {
  height: 120px;
  width: 100%;
  background-size: cover;
  background-position: center center; }

body.instructor-search {
  font-family: "Cabin", sans-serif !important; }
  body.instructor-search div, body.instructor-search p, body.instructor-search h2, body.instructor-search h2, body.instructor-search h3, body.instructor-search h4, body.instructor-search h5, body.instructor-search ul, body.instructor-search li {
    font-family: "Cabin", sans-serif !important; }
  body.instructor-search .row .row:before, body.instructor-search .row .row:after, body.instructor-search .studentdash-img-label {
    display: none; }
  body.instructor-search #instructorSearch {
    min-height: 800px; }
  body.instructor-search .gmd-booking-contents {
    min-height: 500px; }
    body.instructor-search .gmd-booking-contents .gmd-booking-instruct-label {
      color: #666666 !important; }
  body.instructor-search .gmd .modal {
    position: absolute !important;
    bottom: auto !important;
    top: 100px !important; }
  body.instructor-search #gmd-main-modal > .modal-dialog {
    margin-top: 0 !important; }
  @media only screen and (max-width: 46rem) {
    body.instructor-search .gmd .close {
      font-size: 40px !important; } }
  body.instructor-search ul﻿.typeahead.dropdown-menu {
    width: 100% !important; }
  body.instructor-search .gmd_container.gmd .dropdown-menu > .active > a, body.instructor-search .gmd_container.gmd .dropdown-menu > .active > a:hover, body.instructor-search .gmd_container.gmd .dropdown-menu > .active > a:focus {
    background-color: #0076BB;
    color: white; }
  body.instructor-search .gmd .dropdown-menu > .active > a {
    background-color: #fff !important; }
  body.instructor-search .gmd .dropdown-menu > .active > a:hover {
    text-decoration: underline !important; }
  body.instructor-search .gmd .dropdown-menu > li > a {
    padding: 5px 20px;
    color: #666666 !important; }
  @media only screen and (max-width: 46rem) {
    body.instructor-search .gmd .col-lg-3 {
      width: 50%; } }
  body.instructor-search ﻿.gmd_container.gmd, body.instructor-search h1, body.instructor-search h2, body.instructor-search h3, body.instructor-search h4, body.instructor-search h5, body.instructor-search p, body.instructor-search label, body.instructor-search input, body.instructor-search .reservation-details {
    font-family: "Cabin", sans-serif !important; }
  body.instructor-search h1, body.instructor-search h2, body.instructor-search h3, body.instructor-search h4, body.instructor-search h5 {
    font-weight: bold !important; }
  body.instructor-search .gmd_container.gmd .text-success, body.instructor-search .gmd_container.gmd a:active, body.instructor-search .gmd_container.gmd a:focus, body.instructor-search .gmd_container.gmd .text-primary, body.instructor-search .gmd_container.gmd .text-primary div, body.instructor-search .gmd_container.gmd .text-primary span {
    color: #0076BB !important; }
  body.instructor-search .gmd_container.gmd .label-primary {
    background: #0076BB;
    border-color: #0076BB; }
  body.instructor-search p.pack-item-price-value {
    color: #0076BB;
    font-family: "Cabin",sans-serif;
    font-weight: 800;
    font-size: 18px; }
  body.instructor-search .thriv-search-top .col-xs-12.col-sm-12.col-md-5 {
    width: 100% !important; }
  body.instructor-search .thriv-search-top .col-xs-3.col-sm-3.col-md-3.text-right, body.instructor-search .thriv-search-top .thriv-search-type-group {
    display: none !important; }
  body.instructor-search .thriv-search-top .input-outline {
    border-radius: 4px !important; }
    body.instructor-search .thriv-search-top .input-outline .thriv-search-input-x {
      display: none !important; }
  body.instructor-search .thriv-search-top i.fa-map-marker {
    font-size: 18px !important;
    top: 9px !important;
    position: absolute;
    left: -2px !important; }
  body.instructor-search .thriv-search-top i.fa-times {
    font-size: 18px;
    top: 15px;
    position: absolute;
    right: 10px; }
  body.instructor-search .thriv-search-top input.search-field-inline {
    font-size: 14px !important;
    padding: 25px 0 !important;
    margin: 0 0 0 30px !important;
    font-family: 'Cabin', sans-serif !important; }
  body.instructor-search .gmd-booking-header {
    display: block !important; }
    body.instructor-search .gmd-booking-header .dropdown, body.instructor-search .gmd-booking-header .gmd-signin-link, body.instructor-search .gmd-booking-header .gmd-booking-header-logo {
      display: none !important; }
  body.instructor-search .gmd-booking-profile-section h4 {
    color: #000; }
  body.instructor-search .gmd-booking-profile-section .gmd-location-drop-placeholder {
    background-color: #eee !important;
    color: #000; }
  body.instructor-search .gmd-coach-search-item-card .gmd-coach-search-item {
    border-radius: 4px !important; }
  body.instructor-search .gmd-coach-search-item-card .gmd-coach-search-item-content-avatar {
    height: 100px !important;
    width: 100px !important;
    border-radius: 50% !important;
    padding-bottom: 0 !important;
    border: none !important;
    margin-top: 15px !important;
    z-index: 0 !important; }
  body.instructor-search .gmd-coach-search-item-card .gmd-coach-search-item-cover-outer {
    border-radius: 4px 0 0 !important;
    padding-top: 15px !important; }
  body.instructor-search .gmd-coach-search-item-card div.gmd-coach-search-item-cover {
    height: 55px !important;
    border-radius: 0px !important; }
  body.instructor-search .gmd-coach-search-item-card .gmd-coach-search-item-content-actions {
    margin-top: 30px !important; }
  body.instructor-search .gmd-coach-search-item-card .gmd-coach-search-item-content-text h3 {
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: 'Cabin', sans-serif !important; }
    @media only screen and (max-width: 46rem) {
      body.instructor-search .gmd-coach-search-item-card .gmd-coach-search-item-content-text h3 {
        font-size: 16px !important; } }
  body.instructor-search .gmd-coach-search-item-card .gmd-coach-search-item-content-text p {
    text-align: center !important;
    font-size: 14px !important;
    font-family: 'Cabin', sans-serif !important; }
  body.instructor-search .gmd-coach-search-item-card .gmd-coach-search-item-content-action-profile-btn.text-main2 {
    width: 100% !important;
    text-align: center !important;
    background: #77BC43;
    margin: 10px 0;
    font-size: 14px !important;
    color: white !important;
    border-radius: 4px;
    font-weight: 500 !important; }
  body.instructor-search .gmd-coach-search-item-card .gmd-coach-search-item-content-action-profile-btn.text-main2:hover {
    background-color: #6ba93c;
    opacity: inherit !important;
    color: #fff !important; }
  body.instructor-search .gmd-coach-search-item-card .gmd-coach-search-item-content-action-book-btn.text-main1 {
    width: 100% !important;
    text-align: center !important;
    background: #77BC43;
    margin: 10px 0;
    font-size: 14px !important;
    color: white !important;
    border-radius: 4px;
    font-weight: 500 !important;
    display: none !important; }
  body.instructor-search .gmd-booking-content-instructor-item-actions .gmd-booking-btn, body.instructor-search .gmd-booking-content-instructor-item-actions2 {
    display: none; }
  body.instructor-search .gmd_container.gmd .gmd-booking-content-instructor-item-social {
    padding: 0; }
  body.instructor-search .gmd-booking-profile-content-inner .gmd-booking-content-instructor-item-photo {
    margin-right: 5px !important;
    margin-top: 5px !important;
    width: 125px !important; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      body.instructor-search .gmd-booking-profile-content-inner .gmd-booking-content-instructor-item-photo {
        float: left !important; } }
    @media only screen and (max-width: 46rem) {
      body.instructor-search .gmd-booking-profile-content-inner .gmd-booking-content-instructor-item-photo {
        margin-top: 15px !important;
        margin-bottom: 0; } }
    body.instructor-search .gmd-booking-profile-content-inner .gmd-booking-content-instructor-item-photo img {
      border-radius: 50% !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    body.instructor-search .gmd-booking-profile-content-inner .gmd-booking-content-instructor-item-actions-mobile {
      padding-top: 20px;
      text-align: left;
      float: right;
      text-align: right;
      margin-top: 15px;
      clear: none !important; } }
  body.instructor-search .gmd-booking-profile-content-inner .gmd-booking-content-instructor-item-actions-mobile .gmd-booking-btn {
    display: none; }
  body.instructor-search .gmd-booking-profile-content-inner .gmd-booking-content-instructor-item-info {
    margin-left: 120px !important; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      body.instructor-search .gmd-booking-profile-content-inner .gmd-booking-content-instructor-item-info {
        margin-right: 0px;
        margin-left: 0px;
        text-align: left; } }
    @media only screen and (max-width: 46rem) {
      body.instructor-search .gmd-booking-profile-content-inner .gmd-booking-content-instructor-item-info {
        margin-left: 0px !important; } }
    body.instructor-search .gmd-booking-profile-content-inner .gmd-booking-content-instructor-item-info .text-secondary {
      display: none; }
    body.instructor-search .gmd-booking-profile-content-inner .gmd-booking-content-instructor-item-info a {
      display: none; }
    body.instructor-search .gmd-booking-profile-content-inner .gmd-booking-content-instructor-item-info h2 {
      margin-top: 40px !important;
      color: #fff !important;
      border-bottom: none !important;
      font-size: 25px !important; }
      @media only screen and (max-width: 46rem) {
        body.instructor-search .gmd-booking-profile-content-inner .gmd-booking-content-instructor-item-info h2 {
          font-size: 18px !important;
          color: #3E3F42 !important;
          margin-top: 0px !important; } }
    body.instructor-search .gmd-booking-profile-content-inner .gmd-booking-content-instructor-item-info .gmd-go-review {
      position: absolute !important; }
  body.instructor-search .gmd-booking-mini-header .gmd-booking-content-instructor-item-photo {
    width: 125px !important; }
    body.instructor-search .gmd-booking-mini-header .gmd-booking-content-instructor-item-photo img {
      border-radius: 50% !important; }
  body.instructor-search .selected-lesson-info .selected-lesson-item {
    padding-top: 5px; }
    @media only screen and (max-width: 46rem) {
      body.instructor-search .selected-lesson-info .selected-lesson-item {
        padding: 10px; } }
  body.instructor-search .gmd-lesson-time-select .bg-main1 {
    background-color: #eee !important;
    color: #0076BB !important; }
  body.instructor-search .gmd-profileinfo-tabs-nav {
    margin-top: 35px !important;
    margin-left: 125px !important;
    border-bottom: none !important; }
    @media only screen and (max-width: 46rem) {
      body.instructor-search .gmd-profileinfo-tabs-nav {
        margin-left: 0px !important;
        margin-top: 0px !important; } }
    body.instructor-search .gmd-profileinfo-tabs-nav a {
      font-size: 16px !important; }
  body.instructor-search .gmd-profileinfo-tabs-section-title {
    border-top: solid 1px #E0E0E0 !important;
    border-left: solid 1px #E0E0E0 !important;
    border-right: solid 1px #E0E0E0 !important; }
    body.instructor-search .gmd-profileinfo-tabs-section-title h4 {
      margin: 0 !important;
      padding: 15px !important;
      color: #000 !important;
      font-weight: bold !important; }
  body.instructor-search .gmd-profileinfo-tabs-outer {
    border: solid 1px #E0E0E0 !important;
    padding: 15px; }
    body.instructor-search .gmd-profileinfo-tabs-outer .gmd-profileinfo-tabs {
      padding: 0 !important; }
    body.instructor-search .gmd-profileinfo-tabs-outer .gmd-profileinfo-bio {
      padding: 0 !important; }
  body.instructor-search .gmd-booking-profile-content-inner {
    position: relative;
    overflow: hidden;
    margin-top: -90px; }
    @media only screen and (max-width: 46rem) {
      body.instructor-search .gmd-booking-profile-content-inner {
        margin-top: -180px;
        z-index: 99; } }
  body.instructor-search .gmd-booking-profile-header-outer .profile-header-wrapper {
    border: solid 1px #E0E0E0 !important; }
    body.instructor-search .gmd-booking-profile-header-outer .profile-header-wrapper .gmd-booking-profile-header {
      margin: auto !important;
      box-shadow: none !important; }
  body.instructor-search .gmd-booking-profile-content {
    margin: 0 !important; }
  body.instructor-search .gmaps-container, body.instructor-search .contact-info-container {
    padding: 15px;
    border: solid 1px #E0E0E0;
    border-radius: 4px; }
  body.instructor-search .gmd-booking-profile-header-t {
    background-image: none !important; }
  body.instructor-search .gmd-lesson-category-item {
    cursor: default !important; }
    body.instructor-search .gmd-lesson-category-item .inner-inner {
      border-bottom: none !important; }
      body.instructor-search .gmd-lesson-category-item .inner-inner .gmd-lesson-choose-item-actions .gmd-show-lessons-btn {
        display: none !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    body.instructor-search .gmd_container.gmd .gmd-lesson-category-item .gmd-lesson-choose-item-info .lesson-title {
      font-size: 16px !important;
      line-height: 20px; } }
  body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson {
    border: solid 1px #BEBEBE;
    background: white;
    display: block;
    height: auto;
    padding: 10px 15px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 2px; }
    body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson .booking-not-available {
      text-align: center;
      padding: 17px 0px; }
    @media only screen and (min-width: 64.0625rem) {
      body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson .right-side-lesson-item {
        border-left: solid 1px #E0E0E0 !important; } }
    body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson .lesson-title {
      color: #0076BB !important;
      font-weight: bold !important;
      font-size: 18px !important;
      margin-bottom: 10px !important; }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson .lesson-title {
          font-size: 16px !important;
          line-height: 20px; } }
      body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson .lesson-title .text-main2 i {
        display: none; }
    body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson .gmd-lesson-choose-item-actions-schedule {
      padding: 0 !important; }
      body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson .gmd-lesson-choose-item-actions-schedule .gmd-booking-btn {
        width: 100% !important;
        text-align: center !important;
        background: #77BC43;
        margin: 10px 0;
        font-size: 14px !important;
        color: white !important;
        border-radius: 4px;
        font-weight: 500 !important; }
        body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson .gmd-lesson-choose-item-actions-schedule .gmd-booking-btn span {
          color: #fff !important; }
      body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson .gmd-lesson-choose-item-actions-schedule .gmd-booking-btn:hover {
        background-color: #6ba93c; }
      body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson .gmd-lesson-choose-item-actions-schedule .text-success {
        text-align: center !important;
        font-size: 24px !important;
        font-weight: bold !important; }
        body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson .gmd-lesson-choose-item-actions-schedule .text-success span {
          font-size: 16px !important;
          font-weight: normal !important; }
    body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson .left-side-lesson-item .gmd-lesson-choose-item-info {
      margin: 0; }
      body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson .left-side-lesson-item .gmd-lesson-choose-item-info .lesson-item-icon {
        margin-right: 0;
        line-height: 1.8em;
        color: black !important;
        float: left; }
        body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson .left-side-lesson-item .gmd-lesson-choose-item-info .lesson-item-icon i {
          margin-right: 3px; }
      body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson .left-side-lesson-item .gmd-lesson-choose-item-info .icon-break {
        color: black !important;
        margin: 0;
        float: left;
        margin: 0 5px;
        line-height: 2.2em; }
    body.instructor-search .gmd-lesson-choose-item .gmd-lesson-choose-item-lesson .text-primary .gmd-lesson-item-student-label {
      color: #666666 !important;
      margin: 0 !important;
      font-weight: bold !important; }
  body.instructor-search .border-both-sides {
    border-left: solid 1px #E0E0E0 !important;
    border-right: solid 1px #E0E0E0 !important; }
  body.instructor-search .border-hidden {
    border: hidden !important; }
  body.instructor-search .height-auto {
    height: auto !important; }
  body.instructor-search .gmd-lesson-choose-item-lessons-outer {
    height: auto !important; }
  body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item {
    border: solid 1px #BEBEBE;
    background: white;
    display: block;
    height: auto;
    padding: 10px 15px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 2px; }
    body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-package-buts {
      padding: 20px 0; }
    body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-bottom {
      background-color: transparent !important;
      padding: 20px 0 !important; }
      body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-bottom .pack-item-price-label {
        font-size: 16px; }
      body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-bottom .pack-item-price-value {
        font-size: 18px; }
      body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-bottom p {
        text-align: center !important; }
    body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-top {
      padding: 0 !important; }
      body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-top .countee {
        color: #666666 !important;
        font-weight: bold; }
      body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-top .gmd-package-details-but {
        color: #0076BB !important; }
        body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-top .gmd-package-details-but i {
          display: none; }
      body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-top .text-primary {
        padding: 0 !important;
        font-weight: bold !important;
        font-size: 20px !important;
        margin-bottom: 10px !important; }
        @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
          body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-top .text-primary {
            font-size: 16px !important; } }
      body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-top .gmd-package-details-desc {
        overflow: visible !important;
        height: auto !important;
        margin-top: 0 !important; }
      body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-top .gmd-package-details-desc-inner {
        max-height: none !important; }
      @media only screen and (max-width: 46rem) {
        body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-top .gmd-lesson-item-price {
          margin-right: 0; } }
      @media only screen and (max-width: 46rem) {
        body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-top .gmd-lesson-item-price p.text-main1 {
          display: none !important; } }
      body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-top .gmd-lesson-choose-item-info-sub {
        font-size: 13px; }
        @media only screen and (max-width: 46rem) {
          body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-top .gmd-lesson-choose-item-info-sub {
            border-bottom: solid 1px #E0E0E0;
            padding-bottom: 10px;
            margin-bottom: 10px; } }
      @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
        body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-top .gmd-lesson-choose-item-info-sub > span {
          font-size: 13px !important;
          margin-top: 0; } }
      @media only screen and (max-width: 46rem) {
        body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .gmd-packgrid-item-top .gmd-lesson-choose-item-info-sub > span {
          font-size: 12px;
          margin-right: 5px !important;
          margin-top: 0; } }
    body.instructor-search .gmd_container.gmd .gmd-packgrid .gmd-packgrid-item .btn-green {
      width: 100% !important;
      text-align: center !important;
      background: #77BC43;
      margin: 10px 0;
      font-size: 14px !important;
      color: white !important;
      border-radius: 4px;
      font-weight: 500 !important; }
  body.instructor-search .gmd_container.gmd .gmd-packgrid .package-detail-info .list-group-item {
    padding: 0 !important;
    border: none !important; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    body.instructor-search .gmd_container.gmd .gmd-lesson-choose-item-info-sub > span {
      font-size: 14px !important;
      margin-right: 5px !important;
      margin-top: 0; } }
  @media only screen and (max-width: 46rem) {
    body.instructor-search .gmd_container.gmd .gmd-lesson-choose-item-info-sub > span {
      font-size: 12px;
      margin-right: 5px !important;
      margin-top: 0; } }
  @media only screen and (max-width: 46rem) {
    body.instructor-search .gmd-overall-header-top {
      margin-top: 0; } }
  body.instructor-search .gmd-overall-header-top .gmd-cart-view-link {
    color: #0076BB;
    font-size: 16px;
    margin-top: 15px;
    display: inline-block; }
  body.instructor-search .gmd-view-booking .datepicker .datepicker-months table tr td:hover, body.instructor-search .gmd-view-booking .datepicker .datepicker-years table tr td:hover, body.instructor-search .gmd-view-booking .datepicker .datepicker-decades table tr td:hover, body.instructor-search .gmd-view-booking .datepicker .datepicker-centuries table tr td:hover {
    background-color: transparent !important; }
  body.instructor-search .gmd-view-booking .datepicker table tr td.active.disabled.disabled-date.day, body.instructor-search .gmd-view-booking .datepicker table tr td.active.day, body.instructor-search .gmd-view-booking .datepicker table tr td.active.day:hover {
    background-color: #0089ec !important; }
  body.instructor-search .gmd-view-booking .datepicker table tr td span {
    text-align: center; }
  body.instructor-search .gmd-view-booking .datepicker table tr td:hover, body.instructor-search .gmd-view-booking .datepicker table tr td span:hover:not(.disabled) {
    background-color: #b1dcfb !important; }
  body.instructor-search .gmd-view-cart .gmd-cart-logged, body.instructor-search .gmd-view-cart .gmd-overall-header-top, body.instructor-search .gmd-view-cart .gmd-cart-item-img, body.instructor-search .gmd-view-cart .book_btn i, body.instructor-search .gmd-view-cart .panel-heading h2 i, body.instructor-search .gmd-view-cart .cart-parentchild, body.instructor-search .gmd-view-cart .gmd-cart-item-price {
    display: none !important; }
  body.instructor-search .gmd-view-cart .font-16 {
    font-size: 16px !important; }
  body.instructor-search .gmd-view-cart .pay-at-facility-message {
    padding-left: 20px; }
  body.instructor-search .gmd-view-cart .customer-notes-wrapper, body.instructor-search .gmd-view-cart .cc_enter_new, body.instructor-search .gmd-view-cart .gmd-cart-panel, body.instructor-search .gmd-view-cart .custom-cart-panel, body.instructor-search .gmd-view-cart .panel-body {
    border: 1px solid #EAEDF3 !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04) !important;
    background: white !important;
    padding: 15px !important;
    margin-bottom: 25px !important;
    border-radius: 4px !important; }
  body.instructor-search .gmd-view-cart .cc_enter_new_but {
    vertical-align: top; }
  body.instructor-search .gmd-view-cart .panel-heading {
    padding: 0 !important; }
  body.instructor-search .gmd-view-cart .panel-footer {
    background-color: transparent !important;
    border: none !important; }
  body.instructor-search .gmd-view-cart .gmd-cart-total-border {
    border-bottom: none !important; }
  body.instructor-search .gmd-view-cart .custom-cart-total-value {
    font-size: 16px;
    text-align: right; }
  body.instructor-search .gmd-view-cart .custom-cart-total-value-due {
    font-size: 16px;
    font-weight: bold;
    text-align: right; }
  body.instructor-search .gmd-view-cart .totals-wrapper h2 {
    font-weight: bold;
    color: #3E3F42; }
  body.instructor-search .gmd-view-cart .gmd-cart-item {
    border: 1px solid #EAEDF3 !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 10px 15px 20px 15px !important;
    position: relative;
    margin-bottom: 15px; }
    body.instructor-search .gmd-view-cart .gmd-cart-item i {
      width: 20px; }
    body.instructor-search .gmd-view-cart .gmd-cart-item .gmd-cart-subitem {
      border: 1px solid #EAEDF3 !important;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
      border-radius: 4px;
      padding: 10px 15px 20px 15px !important;
      position: relative;
      margin: 15px; }
    body.instructor-search .gmd-view-cart .gmd-cart-item .more-package-items-container {
      margin-bottom: 15px; }
    body.instructor-search .gmd-view-cart .gmd-cart-item .gmd-cart-item-package-items {
      display: block; }
    body.instructor-search .gmd-view-cart .gmd-cart-item .gmd-cart-item-text-top a {
      color: #0076BB !important;
      font-weight: bold !important; }
    body.instructor-search .gmd-view-cart .gmd-cart-item .gmd-cart-item-text-top, body.instructor-search .gmd-view-cart .gmd-cart-item .gmd-cart-item-text-middle {
      border-bottom: none !important; }
    body.instructor-search .gmd-view-cart .gmd-cart-item .btn-gmd-remove-item {
      margin: 0 !important;
      padding: 5px 10px;
      font-size: 13px; }
    body.instructor-search .gmd-view-cart .gmd-cart-item .addLessonToPackageBtn {
      margin: 25px 0;
      padding: 13px 30px; }
  body.instructor-search .gmd-view-cart .panel-body-inner .gmd-cart-item:last-child {
    border-bottom: none !important;
    padding: 20px 15px 10px 15px !important; }
  body.instructor-search .gmd-view-cart .book_btn {
    width: 100% !important;
    text-align: center !important;
    background: #77BC43;
    margin: 10px 0;
    color: white !important;
    border-radius: 4px;
    font-weight: 500 !important; }
  body.instructor-search .gmd-view-cart .button.btn-green.book_btn:hover {
    color: #fff !important;
    background-color: #6ba93c; }
  body.instructor-search .gmd-view-cart .gmd-cart-subitem .btn {
    color: #fff !important; }
  @media only screen and (max-width: 46rem) {
    body.instructor-search .gmd-view-cart .mobile-complete-booking-section {
      position: fixed;
      background: white;
      bottom: 0;
      left: 0;
      padding: 0 15px 15px 15px;
      z-index: 999;
      border-top: 1px solid #E0E0E0;
      padding-top: 10px; }
      body.instructor-search .gmd-view-cart .mobile-complete-booking-section .book_btn {
        margin: 0; }
      body.instructor-search .gmd-view-cart .mobile-complete-booking-section .gmd-cart-back {
        display: none; } }
  body.instructor-search .gmd-booking .gmd-booking-choose-item-toggle-open {
    background-color: transparent !important; }
  body.instructor-search .gmd-booking .events-near-section, body.instructor-search .gmd-booking .events-near-header {
    display: none !important; }
  body.instructor-search .gmd_container.gmd .gmd-booking .gmd-lesson-time-choose a.gmd-lesson-time-choose-item {
    width: 119px;
    height: 75px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border: solid 1px #bebebe;
    background: #fff;
    display: inline-block;
    padding: 0; }
    body.instructor-search .gmd_container.gmd .gmd-booking .gmd-lesson-time-choose a.gmd-lesson-time-choose-item .gmd-lesson-time-choose-item-actions {
      color: #0076bb !important;
      width: 100%;
      padding: 7px 0;
      text-align: center;
      display: block;
      font-family: "Cabin", ssans-serif;
      font-weight: 800;
      float: none; }
      body.instructor-search .gmd_container.gmd .gmd-booking .gmd-lesson-time-choose a.gmd-lesson-time-choose-item .gmd-lesson-time-choose-item-actions i {
        display: none; }
    body.instructor-search .gmd_container.gmd .gmd-booking .gmd-lesson-time-choose a.gmd-lesson-time-choose-item .gmd-lesson-time-choose-item-label {
      margin-right: 0;
      text-align: center;
      display: block;
      color: #fff !important;
      font-size: 18px;
      font-family: "Cabin", sans-serif;
      font-weight: 800;
      padding: 5px 0;
      background-color: #0076BB; }
  body.instructor-search a.gmd-lesson-time-choose-item:hover {
    background: #fff !important; }
  body.instructor-search #checkout a.close {
    position: relative;
    top: 10px;
    right: 10px;
    opacity: 1;
    top: -14px;
    right: -10px;
    padding: 10px; }
  body.instructor-search #gmd-cart-modal .modal-content {
    padding: 1.875rem; }
  body.instructor-search #gmd-cart-modal .modal-body {
    padding: 0; }
  body.instructor-search #gmd-cart-modal .rate-tile {
    border: solid 1px #BEBEBE;
    background: white;
    padding: 15px 0 15px 0;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 2px; }
    body.instructor-search #gmd-cart-modal .rate-tile .lesson-type-header {
      margin-left: 8px; }
    body.instructor-search #gmd-cart-modal .rate-tile strong {
      font-weight: 800; }
    body.instructor-search #gmd-cart-modal .rate-tile .button {
      padding: 8px 0;
      margin: 20px 0 0 0;
      width: 100%;
      color: #fff; }
      @media only screen and (max-width: 46rem) {
        body.instructor-search #gmd-cart-modal .rate-tile .button {
          width: 100%;
          margin: 15px 0 0 0; } }
  body.instructor-search #gmd-cart-modal .time {
    padding: 0; }
    body.instructor-search #gmd-cart-modal .time span.font-24 {
      font-weight: 600; }
  body.instructor-search #gmd-cart-modal .time p {
    margin: 0px; }
  body.instructor-search #gmd-cart-modal p.earn-points {
    font-size: 13px; }
  @media only screen and (max-width: 46rem) {
    body.instructor-search #gmd-cart-modal .columns.medium-4.small-12 p {
      font-size: 14px;
      margin: 0 0 0 26px; } }
  body.instructor-search .cities-noresults-section a.search-result-item {
    height: auto;
    padding: 0; }
  @media only screen and (max-width: 46rem) {
    body.instructor-search .gmd-cart-tot-outer .customer-booking-info {
      margin-bottom: 20px !important; } }
  body.instructor-search #instructorsLoginModal {
    padding-top: 2.875rem; }
  @media only screen and (min-width: 46.0625rem) {
    body.instructor-search .instructors-signInMethods .content {
      display: block !important; } }
  body.instructor-search .instructors-signInMethods #btnInstructorCreateAccount, body.instructor-search .instructors-signInMethods #btnProceedToLogin {
    width: 100%; }
  body.instructor-search .instructors-signInMethods #instructors-member-checkout {
    border-right: solid 1px #E0E0E0;
    min-height: 350px; }
    @media only screen and (min-width: 64.0625rem) {
      body.instructor-search .instructors-signInMethods #instructors-member-checkout .text-container {
        min-height: 211px;
        height: auto !important; } }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      body.instructor-search .instructors-signInMethods #instructors-member-checkout .text-container {
        min-height: 233px;
        height: auto !important; } }
  body.instructor-search .instructors-signInMethods .thriv-title1 {
    color: #D02132; }
  body.instructor-search .instructors-signInMethods .thriv-title2 {
    color: black; }
  body.instructor-search .gmd-profile-tabs .search-results-row.events .search-result-item-avatar {
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: auto;
    border-radius: 2px; }
    body.instructor-search .gmd-profile-tabs .search-results-row.events .search-result-item-avatar .search-result-item-avatar-right {
      color: #000; }
  body.instructor-search .gmd-view-clinic .clinix-footer {
    display: none; }
  body.instructor-search .gmd-view-transcripts .transcript-filemanager .fa-spin {
    display: none; }
  body.instructor-search .gmd_container.gmd .pagination > .active > a, body.instructor-search .gmd_container.gmd .pagination > .active > span, body.instructor-search .gmd_container.gmd .pagination > .active > span:hover, body.instructor-search .gmd_container.gmd .pagination > .active > a:focus, body.instructor-search .gmd_container.gmd .pagination > .active > span:focus, body.instructor-search .gmd_container.gmd .pagination > li > a, body.instructor-search .gmd_container.gmd .pagination > li > span {
    background: white;
    border-color: #0076BB;
    color: #0076BB;
    height: 45px; }
  body.instructor-search .gmd_container.gmd .pagination > .active > a {
    color: white !important;
    background: #0076BB; }
  body.instructor-search .gmd .pagination > li {
    height: 46px; }
  body.instructor-search .gmd_container.gmd .studentdash-lesson-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto; }
  body.instructor-search .gmd table tr:nth-child(even) {
    background-color: white; }
  body.instructor-search .gmd td, body.instructor-search .gmd th {
    font-family: "Cabin", sans-serif;
    color: #3E3F42;
    font-size: 16px;
    padding: 10px; }
    body.instructor-search .gmd td p, body.instructor-search .gmd th p {
      padding-top: 13px; }
      @media only screen and (max-width: 46rem) {
        body.instructor-search .gmd td p, body.instructor-search .gmd th p {
          padding-top: 6px;
          font-size: 12px; } }
  body.instructor-search .gmd_container.gmd .thriv-search-top .btn-outline {
    border-radius: 4px !important;
    height: 52px;
    color: #3E3F42; }
  body.instructor-search .btn-blue.butViewTranscript {
    background-color: #0076BB !important;
    color: white !important;
    margin: 10px 0 30px 0; }
    body.instructor-search .btn-blue.butViewTranscript:visited {
      background-color: #0076BB;
      color: white !important; }
    body.instructor-search .btn-blue.butViewTranscript:hover {
      color: white !important; }
  body.instructor-search .btn-green {
    background-color: #77BC43 !important;
    color: white !important; }
    body.instructor-search .btn-green:visited {
      background-color: #77BC43;
      color: white !important; }
    body.instructor-search .btn-green:hover {
      color: white !important; }
  @media only screen and (max-width: 46rem) {
    body.instructor-search .panel.panel-default, body.instructor-search .panel-body, body.instructor-search .table-responsive {
      padding: 0;
      border: none; }
      body.instructor-search .panel.panel-default .btn-green, body.instructor-search .panel-body .btn-green, body.instructor-search .table-responsive .btn-green {
        font-size: 12px;
        padding: 8px; } }

#membership-lookup .boxed {
  border: solid 1px #E0E0E0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  padding: 15px; }

#membership-lookup .button {
  min-width: 285px; }
  @media only screen and (max-width: 46rem) {
    #membership-lookup .button {
      width: 100%;
      min-width: 100px; } }

#membership-lookup #clear-code {
  font-size: 13px;
  margin-right: 5px; }

.top-sitewide-ad {
  display: none; }

.visitor-location-note, .perks-summary-item {
  height: 65px; }
  @media only screen and (max-width: 46rem) {
    .visitor-location-note, .perks-summary-item {
      height: 75px; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .visitor-location-note, .perks-summary-item {
      height: 75px; } }
  .visitor-location-note .font-11, .perks-summary-item .font-11 {
    display: block;
    height: 35px;
    margin-left: 40px;
    overflow: hidden;
    position: relative;
    line-height: 1; }
    .visitor-location-note .font-11:after, .perks-summary-item .font-11:after {
      content: "";
      text-align: right;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 20%;
      height: 2em;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
      z-index: 9; }
  .visitor-location-note strong, .perks-summary-item strong {
    padding-left: 42px;
    display: block;
    line-height: 1.3; }
  .visitor-location-note strong.line-clamp, .perks-summary-item strong.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0; }
  @media only screen and (max-width: 46rem) {
    .visitor-location-note i, .perks-summary-item i {
      margin-right: 0 !important;
      margin-bottom: 15px; } }

@media only screen and (max-width: 46rem) {
  .vip-info-bullets ul {
    margin: 0; } }

.vip-info-bullets ul li {
  list-style: none;
  margin-bottom: 35px;
  overflow: hidden; }
  @media only screen and (max-width: 46rem) {
    .vip-info-bullets ul li {
      clear: both;
      margin-bottom: 0; } }
  .vip-info-bullets ul li h3 {
    font-size: 20px; }
  .vip-info-bullets ul li img {
    margin-right: 10px;
    width: 60px;
    margin-bottom: 35px; }
    @media only screen and (max-width: 46rem) {
      .vip-info-bullets ul li img {
        margin-bottom: 105px; } }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .vip-info-bullets ul li img {
        margin-bottom: 75px; } }

#viperks {
  background: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/vip/viperks-bg.jpg?v=333041751);
  background-repeat: repeat-x;
  height: 550px;
  padding: 30px 0; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #viperks {
      background-color: #013354;
      background: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/vip/viperks-bg-sm.png?v=333041751);
      height: auto; } }
  @media only screen and (max-width: 46rem) {
    #viperks {
      background-color: #013354;
      background: url(https://y8x5j2b5.map2.ssl.hwcdn.net/Content/images/vip/viperks-bg-sm.png?v=333041751);
      height: auto; } }
  #viperks p {
    color: white;
    margin-top: 15px; }
    @media only screen and (max-width: 46rem) {
      #viperks p {
        font-size: 14px; } }
  @media only screen and (max-width: 46rem) {
    #viperks img {
      width: 121px; } }
  #viperks .viperks-benefit {
    height: 280px;
    background-size: cover !important;
    width: 100%;
    margin-bottom: 25px; }
    #viperks .viperks-benefit h4 {
      padding: 116px 0 0 0;
      margin: 0;
      color: white;
      font-size: 20px; }
    #viperks .viperks-benefit p {
      color: white;
      margin: 0; }

span.vip-badge {
  display: none; }

body.vip span.vip-badge {
  display: inline-block;
  font-weight: 400;
  padding: 3px 7px 2px 5px;
  border-radius: 5px 0px;
  background: #0BA0DD; }

#vip-tcs ul {
  margin-left: 30px; }
  #vip-tcs ul li {
    list-style: none; }

.vip-checkout #checkout-agree-terms input#agree-on-terms {
  margin-bottom: 50px !important; }
  @media only screen and (max-width: 46rem) {
    .vip-checkout #checkout-agree-terms input#agree-on-terms {
      margin-bottom: 130px !important; } }

.vip-checkout .validation-summary-errors {
  font-weight: bold !important;
  color: #D0021B !important;
  border: #D0021B 1px solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  padding: 15px 15px 5px 15px;
  margin-bottom: 10px;
  background-color: #ecc8c5; }
  .vip-checkout .validation-summary-errors ul {
    margin: 0px; }
    .vip-checkout .validation-summary-errors ul li {
      list-style: none;
      margin: 0 0 10px 0; }

.vip-checkout #payment {
  border: 1px solid #EAEDF3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */ }
  @media only screen and (max-width: 46rem) {
    .vip-checkout #payment {
      border: none;
      padding: 0; } }

.vip-interstitial, #checkout-vip-learn-more-modal {
  display: none;
  color: #666666; }
  @media only screen and (max-width: 46rem) {
    .vip-interstitial gn-vip-interstitial, #checkout-vip-learn-more-modal gn-vip-interstitial {
      padding-top: 25px; } }
  .vip-interstitial .button, #checkout-vip-learn-more-modal .button {
    width: 220px;
    margin: 10px 10px 10px 0;
    padding: 13px 10px;
    color: white; }
    @media only screen and (max-width: 46rem) {
      .vip-interstitial .button, #checkout-vip-learn-more-modal .button {
        width: 100%; } }
  .vip-interstitial .inner-offer-wrapper, #checkout-vip-learn-more-modal .inner-offer-wrapper {
    width: 655px;
    margin: 0 auto; }
    .vip-interstitial .inner-offer-wrapper img, #checkout-vip-learn-more-modal .inner-offer-wrapper img {
      margin-top: -12px;
      width: 150px; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .vip-interstitial .inner-offer-wrapper, #checkout-vip-learn-more-modal .inner-offer-wrapper {
        width: 665px; }
        .vip-interstitial .inner-offer-wrapper img, #checkout-vip-learn-more-modal .inner-offer-wrapper img {
          width: 130px;
          margin-top: -10px;
          margin-right: 15px; } }
    @media only screen and (max-width: 46rem) {
      .vip-interstitial .inner-offer-wrapper, #checkout-vip-learn-more-modal .inner-offer-wrapper {
        width: 95%; }
        .vip-interstitial .inner-offer-wrapper img, #checkout-vip-learn-more-modal .inner-offer-wrapper img {
          width: 107px;
          margin-top: 0;
          margin-right: 10px; }
        .vip-interstitial .inner-offer-wrapper p, #checkout-vip-learn-more-modal .inner-offer-wrapper p {
          font-size: 12px;
          line-height: 18px; }
          .vip-interstitial .inner-offer-wrapper p span, #checkout-vip-learn-more-modal .inner-offer-wrapper p span {
            font-size: 16px;
            line-height: 16px; } }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .vip-interstitial #vip-benefits .text-left, #checkout-vip-learn-more-modal #vip-benefits .text-left {
      width: 50% !important;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 46rem) {
    .vip-interstitial #vip-benefits .text-left, #checkout-vip-learn-more-modal #vip-benefits .text-left {
      width: 100% !important;
      margin-bottom: 10px; } }
  .vip-interstitial a#aInterstitialRemindLater, #checkout-vip-learn-more-modal a#aInterstitialRemindLater {
    text-decoration: underline;
    font-size: 14px;
    padding: 25px 0 0 0;
    display: block; }
    @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
      .vip-interstitial a#aInterstitialRemindLater, #checkout-vip-learn-more-modal a#aInterstitialRemindLater {
        padding: 22px 0 0 0; } }
    @media only screen and (max-width: 46rem) {
      .vip-interstitial a#aInterstitialRemindLater, #checkout-vip-learn-more-modal a#aInterstitialRemindLater {
        padding: 0;
        margin-bottom: 10px;
        text-align: center; } }
  .vip-interstitial .vip-actions, #checkout-vip-learn-more-modal .vip-actions {
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: solid 1px #e1e1e1;
    background-color: white; }

#checkout-vip-learn-more-modal a.close-reveal-modal {
  color: white !important;
  font-size: 35px !important; }

@media only screen and (max-width: 46rem) {
  #checkout-vip-learn-more-modal {
    padding: 0px !important; } }

#checkout-vip-learn-more-modal h1 {
  font-size: 26px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #checkout-vip-learn-more-modal h1 {
      font-size: 17px; } }

#checkout-vip-learn-more-modal h3 {
  font-size: 18px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #checkout-vip-learn-more-modal h3 {
      font-size: 12px; } }

.vip-details {
  border: #bebebe 1px solid;
  padding: 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */
  margin: 0 15px 15px 15px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .vip-details {
      margin: 0; } }
  .vip-details img {
    margin-bottom: 15px; }
  .vip-details p {
    margin-bottom: 0; }

.vip-purchase-checkout-item {
  display: none; }

.vip-strike {
  color: #D0021B;
  text-decoration: line-through; }

#vipinterstitial #golfpass-header {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%); }

@media only screen and (max-width: 46rem) {
  #vipinterstitial #golfpass-header p.font-24 {
    font-size: 14px !important; }
  #vipinterstitial #vip-benefits {
    margin-top: 20px; }
  #vipinterstitial #golfpass-header {
    background-image: url(https://i8p7v6z9.ssl.hwcdn.net/content/images/golfpass/rory-cover-may-sm.png) !important;
    height: 275px !important;
    margin-bottom: 25px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
    #vipinterstitial #golfpass-header h1 {
      margin-top: 15px;
      font-size: 40px !important;
      color: #3E3F42; }
    #vipinterstitial #golfpass-header img {
      display: none !important; }
  #vipinterstitial .inter-button-hero-group {
    position: fixed;
    padding: 10px;
    bottom: 0;
    left: 0;
    border-top: solid 1px #e1e1e1;
    background-color: white;
    z-index: 99; }
    #vipinterstitial .inter-button-hero-group .btn-white-o {
      color: #0076BB;
      border: solid 1px #E0E0E0; } }

#sidecart-product-modal {
  padding: 40px; }
  #sidecart-product-modal #sidecart-product-modal-body .vip-wrapper {
    background: #17314A;
    color: white;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    border: 1px solid #EAEDF3;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04); }
  #sidecart-product-modal #sidecart-product-modal-body label {
    color: white;
    display: inline;
    margin: 0; }
  #sidecart-product-modal #sidecart-product-modal-body .checkout-vip-learn-more-modal {
    display: block; }
  #sidecart-product-modal #sidecart-product-modal-body a {
    margin-top: 10px;
    text-decoration: underline;
    color: white; }
  #sidecart-product-modal #sidecart-product-modal-body input[type="checkbox"] {
    margin-top: 3px;
    margin-right: 5px;
    margin-bottom: 0; }
  #sidecart-product-modal #sidecart-product-modal-body #sidecart-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.SubscriptionCallout {
  background-color: #fff;
  color: #333;
  height: 100%;
  overflow: hidden;
  padding: 25px 38px 107px;
  position: relative;
  text-align: center;
  list-style: none;
  height: 950px !important;
  margin-right: 15px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    .SubscriptionCallout {
      height: 1100px !important; } }
  @media only screen and (max-width: 46rem) {
    .SubscriptionCallout {
      height: auto !important; } }

.ThreeColumnContainer > div {
  width: 40%; }

.ThreeColumnContainer > div, .SubscriptionCalloutContainer .TwoColumnContainer > div {
  margin-top: 23px; }

.ThreeColumnContainer, .SubscriptionCalloutContainer .TwoColumnContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  place-content: center;
  margin-top: 47px; }
  @media only screen and (max-width: 46rem) {
    .ThreeColumnContainer, .SubscriptionCalloutContainer .TwoColumnContainer {
      display: inline-block; } }

.SubscriptionCalloutContainer .ThreeColumnContainer > div:nth-child(2) .SubscriptionCallout {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.17);
  height: calc(100% + 27px + 11px);
  padding-bottom: 118px;
  z-index: 1; }

.SubscriptionCallout-items {
  margin: 0; }

.SubscriptionCallout-items-item {
  background: url(https://memberships.golfnow.com/wp-content/uploads/sites/2/2019/04/blue-check.png) 0 -3px no-repeat;
  padding-left: 29px;
  background-size: 27px;
  list-style: none;
  text-align: left;
  margin-bottom: 10px; }

.SubscriptionCallout-banner {
  font-size: 20px;
  background-color: #2f6d97;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.45;
  margin-top: 15px;
  margin-left: -60px;
  margin-right: -60px;
  margin-bottom: 35px;
  padding: 7px 15px 4px;
  text-align: center; }

.SubscriptionCallout-price-dollarPrice {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3; }

.SubscriptionCallout-price-priceTerm {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  vertical-align: 20%; }

.SubscriptionCallout-media img {
  height: 15.6px;
  display: inline-block;
  width: auto; }

.SubscriptionCalloutContainer-rows {
  list-style: none; }

.SubscriptionCallout-cta {
  bottom: 30px;
  left: 0;
  padding: 17px 15px;
  position: absolute;
  text-align: center;
  width: 100%;
  color: white; }

.SubscriptionCallout-cta a {
  color: white; }

.SubscriptionCalloutContainer .ThreeColumnContainer > div:nth-child(2) .SubscriptionCallout-banner {
  background-color: #2e9cd3;
  line-height: 18px;
  padding: 12px 0; }

.golfpass-bullets h4 {
  font-weight: 800;
  font-size: 20px; }

.golfpass-bullets p {
  min-height: 105px; }

@media (min-width: 768px) and (max-width: 1024px) {
  #golfpass-header img {
    width: 225px !important; }
  .SubscriptionCalloutContainer-rows {
    margin: 0; }
  .rory-wrapper {
    height: 470px; }
  .rory-hero h2 {
    font-size: 38px !important; }
  .rory-hero p span {
    font-size: 18px !important;
    line-height: 28px !important; }
  .SubscriptionCallout {
    padding: 27px 15px 107px !important; }
  .SubscriptionCallout-banner {
    font-size: 14px !important; }
  li.SubscriptionCallout-items-item {
    font-size: 16px !important; }
  .SubscriptionCallout-cta a {
    font-size: 15px; }
  #rory-sticky-golfpass-plus .btn-golfpass {
    width: 220px; }
  #rory-sticky-golfpass-plus {
    text-align: right; } }

@media (min-width: 320px) and (max-width: 480px) {
  body.page-id-4177 footer, body.page-id-4177 #main-header {
    margin-left: 0px; }
  .rory-hero {
    height: 300px; }
  .rory-hero h2 {
    font-size: 18px !important;
    margin-top: 3px !important; }
  .rory-hero p span {
    display: none; }
  .value-prop-golfpass p {
    width: 95% !important;
    padding-top: 10px; }
  .ThreeColumnContainer > div {
    width: 100%;
    display: block !important; }
  .SubscriptionCalloutContainer-rows {
    margin: 0; }
  .SubscriptionCalloutContainer .ThreeColumnContainer > div:nth-child(2) .SubscriptionCallout {
    margin: 0;
    padding: 27px 15px 107px 15px !important; }
  li.SubscriptionCallout-items-item {
    font-size: 13px !important; }
  .ThreeColumnContainer {
    display: block; }
  .main {
    margin: 0; }
  .main h2 img {
    float: right; }
  #rory-sticky-golfpass-plus img {
    width: 129px; }
  #rory-sticky-golfpass-plus .btn-golfpass {
    width: 220px; }
  #rory-sticky-golfpass-plus {
    width: 230px !important;
    left: 60% !important;
    top: 45%;
    text-align: right; }
  .learn-images {
    height: 700px; }
  .learn-images img {
    height: 210px;
    width: 45%;
    margin-bottom: 15px; }
  .main .btn-golfpass {
    width: 100%;
    font-size: 13px; } }

table#golfpass-rewards td {
  border-right: solid 1px #E0E0E0;
  height: 75px; }

#mobile-app .devices {
  margin-top: 25px; }
  @media only screen and (max-width: 46rem) {
    #mobile-app .devices {
      margin-top: 0; } }

#mobile-app p {
  font-weight: normal; }

#mobile-app .content h2, #mobile-app .content h4 {
  font-weight: bold;
  margin: 0 0 0 0; }

#mobile-app .content h2 {
  color: #77BC43;
  font-size: 29px;
  line-height: 27px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #mobile-app .content h2 {
      font-size: 20px; } }
  @media only screen and (max-width: 46rem) {
    #mobile-app .content h2 {
      font-size: 20px; } }

#mobile-app .content h4 {
  font-size: 18px;
  line-height: 22px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #mobile-app .content h4 {
      font-size: 18px; } }
  @media only screen and (max-width: 46rem) {
    #mobile-app .content h4 {
      font-size: 18px; } }

#mobile-app .content .app-features h2 {
  font-size: 18px;
  margin: 10px 0 10px 0; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #mobile-app .content .app-features h2 {
      font-size: 18px; } }
  @media only screen and (max-width: 46rem) {
    #mobile-app .content .app-features h2 {
      font-size: 16px; } }

#mobile-app .content .app-features ul {
  margin-left: 45px;
  font-weight: normal; }
  #mobile-app .content .app-features ul li {
    marign-bottom: 10px; }

#mobile-app .user-guide h2, #mobile-app .visit-app-store h2 {
  margin: 0 0 10px 0;
  font-size: 18px; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    #mobile-app .user-guide h2, #mobile-app .visit-app-store h2 {
      font-size: 18px; } }
  @media only screen and (max-width: 46rem) {
    #mobile-app .user-guide h2, #mobile-app .visit-app-store h2 {
      font-size: 16px; } }

#mobile-app .user-guide h3, #mobile-app .visit-app-store h3 {
  font-weight: bold;
  margin: 10px 0 10px 0; }

#mobile-app .user-guide img, #mobile-app .visit-app-store img {
  margin: 10px 0 25px 0; }

#mobile-app .user-guide .btn-green, #mobile-app .visit-app-store .btn-green {
  margin: 5px 0 0 0;
  padding: 13px 0;
  width: 165px;
  display: inline-block; }
  @media only screen and (max-width: 46rem) {
    #mobile-app .user-guide .btn-green, #mobile-app .visit-app-store .btn-green {
      width: 100%; } }

html.gr__fr-test-golfnow_onelink-translations_com footer .language-toggle-fr, html.gr__fr-ca_golfnow_com footer .language-toggle-fr {
  display: none; }

html.gr__fr-test-golfnow_onelink-translations_com footer .language-toggle-en, html.gr__fr-ca_golfnow_com footer .language-toggle-en {
  display: block; }

html:lang(fr) .top-bar-section li:not(.has-form) a:not(.button) {
  padding: 0 5px;
  font-size: 14px;
  font-weight: 500; }

html:lang(fr) body.homepage #description h1 {
  margin: 9% 0 0 0; }
  @media only screen and (max-width: 46rem) {
    html:lang(fr) body.homepage #description h1 {
      margin: 61px 0 0 0; } }

html:lang(fr) body.homepage .btn-orange {
  padding: 10px 5px;
  font-size: 14px; }

html:lang(fr) .top-bar-section .dropdown {
  width: 275px !important; }

html:lang(fr) footer .language-toggle-fr {
  display: none; }

html:lang(fr) footer .language-toggle-en {
  display: block; }

html:lang(fr) #rewards .points .points-one span {
  font-size: 28px; }

html:lang(fr) #booking-breadcrumbs ul li h4 {
  font-size: 13px; }
  html:lang(fr) #booking-breadcrumbs ul li h4 img {
    display: none; }
  @media only screen and (min-width: 46.0625rem) and (max-width: 64rem) {
    html:lang(fr) #booking-breadcrumbs ul li h4 {
      font-size: 10px; }
      html:lang(fr) #booking-breadcrumbs ul li h4 img {
        display: none; } }

html:lang(fr) .search-result-actions .view-dropdown-menu .dd-link, html:lang(fr) .search-result-actions .sort-dropdown-menu .dd-link, html:lang(fr) .search-results .view-dropdown-menu .dd-link, html:lang(fr) .search-results .sort-dropdown-menu .dd-link {
  font-size: 12px; }

#PencilAd {
  background-color: #EBEBEB; }
  #PencilAd p {
    color: #63513D;
    margin: 12px 0;
    font-weight: 700; }
    #PencilAd p a {
      color: #956300;
      text-decoration: underline; }

.contain-to-grid, .contain-to-grid .top-bar, #checkout-header {
  background-color: #63513D;
  border-bottom-color: transparent; }

.top-bar-section li:not(.has-form) a:not(.button), #checkout-header p, #checkout-header p a {
  color: White; }
  .top-bar-section li:not(.has-form) a:not(.button):hover, #checkout-header p:hover, #checkout-header p a:hover {
    color: white; }

.top-bar-section .right li:not(.has-form) a:not(.button), .top-bar-section .right li:not(.has-form) a:not(.button):hover, .top-bar-section .right li:not(.has-form) a:not(.button):active {
  color: white; }

p.large-customer-welcome-label {
  color: white; }

.top-bar-section li:not(.has-form) a:not(.button)::after {
  border-color: #FFF  transparent transparent; }

header#main-header .logo-image, #checkout-header .logo-image, .logo-image {
  background: url(https://i8p7v6z9.map2.ssl.hwcdn.net/content/images/military/gn-logo-military.svg);
  width: 140px;
  height: 42px;
  margin-top: -3px !important;
  background-repeat: no-repeat; }

header#main-header .logo-image {
  margin-top: 0px; }

#checkout-header {
  margin-bottom: 0 !important; }
  #checkout-header .row {
    max-width: 80em; }
  #checkout-header p {
    margin-top: 7px; }

.contain-to-grid .top-bar .toggle-topbar.menu-icon a {
  color: White; }

@media only screen and (min-width: 64.0625rem) {
  main#checkout {
    background: white;
    padding: 15px 25px 55px 25px;
    max-width: 80rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; } }

@media only screen and (min-width: 64.0625rem) {
  body.homepage, body.checkoutWrap {
    background: url(https://i8p7v6z9.map2.ssl.hwcdn.net/content/images/military/camo-bg.jpg);
    background-repeat: repeat; } }

@media only screen and (min-width: 64.0625rem) {
  .home-widget-container {
    max-width: 90rem;
    margin: 0 auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0 0 4px 4px; } }

.gn_section {
  background: white; }

.search-input-row .contain-to-grid.sticky.fixed {
  background: #63513D;
  padding: 8px 0 0 0; }
  .search-input-row .contain-to-grid.sticky.fixed > div {
    background: #63513D; }

#main-header .contain-to-grid.fixed {
  padding-bottom: 1px;
  border: none; }

.contain-to-grid.fixed .search-top, .contain-to-grid.fixed .gn_section, .contain-to-grid.fixed #search-box {
  background: #63513D; }

#compete-ad {
  margin: 0;
  padding: 55px 0px; }

