@import url("/styles/font.css");
@import url("/Styles/Foundation/foundation.min.css");
/*base*/
/* Nav */
/*sub-nav*/
/* login */
/* Reward Credits or Points*/
/* savings bank */
/* forms */
/*searchbox*/
/* mobile */
/* Footer */
/* SubFooter */
/* Layout */
/* Member Savings */
/* Images */
/* REM based on 14px base size

8px = 0.5714rem
9px = 0.6429rem
10px = 0.7143rem
11px = 0.7857rem
12px = 0.8571rem
13px = 0.9286rem
14px = 1rem (base)
15px = 1.071rem
16px = 1.143rem
18px = 1.286rem
20px = 1.429rem
22px = 1.571rem
24px = 1.714rem
26px = 1.857rem
28px = 2rem
30px = 2.143rem
32px = 2.286rem
34px = 2.429rem
36px = 2.571rem
38px = 2.714rem
40px = 2.857rem

*/
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.collapsed {
  margin: 0 !important;
  padding: 0 !important; }

.row {
  margin: 0 auto;
  max-width: 70.313rem;
  width: 100%; }

.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 {
  margin: 0 -0.5rem;
  max-width: 70.313rem;
  width: auto; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto; }

.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; }

.column + .column.end,
.columns + .column.end,
.column + .columns.end,
.columns + .columns.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 {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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; }
  .small-uncollapsed,
  .row.small-uncollapse > .column:not(:first-child):not(:last-child),
  .row.small-uncollapse > .columns:not(:first-child):not(:last-child) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .row.small-uncollapse > .column:first-child,
  .row.small-uncollapse > .columns:first-child {
    padding-right: 0.9375rem; }
  .row.small-uncollapse > .column:last-child,
  .row.small-uncollapse > .columns:last-child {
    padding-left: 0.9375rem; } }

@media only screen and (min-width: 768px) {
  .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 {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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; }
  .medium-collapsed,
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapsed,
  .row.medium-uncollapse > .column:not(:first-child):not(:last-child),
  .row.medium-uncollapse > .columns:not(:first-child):not(:last-child) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .row.medium-uncollapse > .column:first-child,
  .row.medium-uncollapse > .columns:first-child {
    padding-right: 0.9375rem; }
  .row.medium-uncollapse > .column:last-child,
  .row.medium-uncollapse > .columns:last-child {
    padding-left: 0.9375rem; }
  .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: 1200px) {
  .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.5rem;
    padding-right: 0.5rem;
    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 {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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; }
  .large-collapsed,
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapsed,
  .row.large-uncollapse > .column:not(:first-child):not(:last-child),
  .row.large-uncollapse > .columns:not(:first-child):not(:last-child) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .row.large-uncollapse > .column:first-child,
  .row.large-uncollapse > .columns:first-child {
    padding-right: 0.9375rem; }
  .row.large-uncollapse > .column:last-child,
  .row.large-uncollapse > .columns:last-child {
    padding-left: 0.9375rem; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.row-withspacing {
  margin: 10px 0; }

.row-withspacing label {
  display: block;
  margin-bottom: 3px; }

@media screen and (max-width: 767px) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 1200px) {
  .hide-for-large {
    display: none !important; } }

@media screen and (min-width: 1200px) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 1199px) {
  .show-for-large-only {
    display: none !important; }
  .show-for-large {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important; } }

body.non-responsive .hide-for-non-responsive {
  display: none !important; }

.culture-options-trigger {
  cursor: pointer;
  display: inline-block;
  height: 18px; }
  .culture-options-trigger .globe-icon {
    display: inline-block;
    height: 18px;
    vertical-align: top;
    width: 18px; }
  .culture-options-trigger .language-text {
    display: inline-block; }
    .culture-options-trigger .language-text .pipe {
      display: inline-block;
      height: 13px;
      overflow: hidden; }
  .culture-options-trigger .down-chevron:after {
    content: "\f3d0";
    font-family: "Ionicons";
    padding: 3px 5px 0px 5px; }
  .culture-options-trigger .language-text, .culture-options-trigger .down-chevron {
    color: #fff !important; }

.culture-options-popup {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  display: none;
  margin-top: 10px;
  padding: 20px 32px;
  position: absolute;
  z-index: 107159; }
  .culture-options-popup .select {
    background-color: #fff;
    border: 1px solid black;
    display: inline-block;
    height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 130px; }
    .culture-options-popup .select:after {
      background-color: #fff;
      color: black;
      content: "\f123";
      font-weight: 100;
      font-family: "Ionicons";
      line-height: 25px;
      position: absolute;
      top: -2px;
      bottom: 0;
      padding: 3px 5px 0px 5px; }
    .culture-options-popup .select select {
      background: transparent;
      color: initial;
      height: 100%;
      padding: 0 0 0 5px;
      width: 130px !important; }
    .culture-options-popup .select select[disabled] {
      background: #E9E9E9 !important; }
  .culture-options-popup .button {
    padding: 7px 16px !important;
    text-align: center;
    width: 130px; }
  .culture-options-popup .ui-selectmenu-menu {
    width: 130px !important; }
  .culture-options-popup .ui-selectmenu-button {
    margin-bottom: 10px; }
  .culture-options-popup .ui-selectmenu-button .icon-flag,
  .culture-options-popup .ui-selectmenu-menu .ui-menu .icon-flag {
    display: inline-block;
    width: 25px; }
  .culture-options-popup .ui-selectmenu-button .icon-flag img,
  .culture-options-popup .ui-selectmenu-menu .ui-menu .icon-flag img {
    max-height: 14px;
    max-width: 22px; }
  .culture-options-popup .ui-selectmenu-menu li {
    padding: 0 !important;
    width: 100%; }

#loginpage-header .language-selector {
  display: inline-block;
  height: 25px; }
  #loginpage-header .language-selector select {
    background: #4b4a4a;
    color: #fff;
    height: 25px;
    padding-right: 26px; }
  #loginpage-header .language-selector:after {
    display: none; }

*, form {
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  min-height: 100%; }

body {
  width: 100%;
  text-align: left;
  font: normal 14px Arial, Helvetica, sans-serif;
  line-height: 18px; }

p {
  margin: 0 0 10px 0;
  padding: 0; }

h1 {
  font-size: 30px;
  line-height: 45px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #4B4A4A; }

.error {
  color: Red; }

.success {
  color: #DAC167; }

.bold {
  font-weight: 700;
  font-size: .925rem; }

a {
  -moz-outline: none; }

a img {
  border: none; }

a, a:link, a:active {
  color: #3D6DB6;
  text-decoration: underline; }

a:hover {
  color: #F37736;
  text-decoration: underline; }

ul {
  line-height: 1.7em;
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul li {
  margin: 0;
  padding: 0; }

.buttons_largeorange {
  box-shadow: 0px 2px 4px 0px #ccc;
  border: 2px solid #d8dde5;
  display: inline-block;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 6px 16px !important;
  text-decoration: none !important;
  white-space: nowrap;
  font-style: normal !important;
  background-color: #272727 !important;
  border: 1px solid #272727 !important;
  font-size: 1.25rem !important;
  line-height: 1.5rem !important; }

a.button-disabled {
  background-color: darkgray;
  border: 1px solid darkgray;
  pointer-events: none; }

/* #region Layout */
div#page {
  width: 100%;
  position: absolute; }

div#page div#content {
  position: relative;
  margin: 215px auto 0 auto;
  width: 690px; }

div#page div#content div#logo {
  text-align: center;
  padding: 20px 0;
  background: #fff; }

div#page div#content div#main {
  position: relative;
  padding: 35px 0 60px 0;
  background: rgba(255, 255, 255, 0.7); }

div#page div#content div#main div#maincontent {
  width: 400px;
  margin: 30px auto 0 auto; }

div#page div#content div#main div#maincontent > div {
  margin-bottom: 10px; }

div#page div#content div#main div#maincontent input[type=text],
div#page div#content div#main div#maincontent input[type=email],
div#page div#content div#main div#maincontent input[type=password],
div#page div#content div#main div#maincontent input[type=tel],
div#page div#content div#main div#maincontent textarea {
  width: 100%;
  padding: 10px 0 10px 10px; }

div#page div#content div#main div#maincontent .address {
  margin-top: 30px;
  text-align: right; }

@media only screen and (max-width: 767px) {
  div#page div#content {
    width: 100%;
    margin-top: 0; }
  div#page div#content div#main div#maincontent {
    width: 90%; }
  div#page div#content div#main div#maincontent input[type=text],
  div#page div#content div#main div#maincontent input[type=email],
  div#page div#content div#main div#maincontent input[type=password],
  div#page div#content div#main div#maincontent input[type=tel],
  div#page div#content div#main div#maincontent textarea {
    width: 95%; }
  .clubaddress {
    display: none; } }

@media only screen and (max-width: 1023px) {
  div#page div#header div#nav {
    display: none !important; } }

/* #endregion */
/* #region HOME */
div#page div#content div#main div#maincontent div#loginbutton {
  float: right; }

/* #endregion */
/* #region Privacy Policy Popup */
.login-privacypolicy-panel {
  padding: 1rem 0; }

.privacy-panel-popup {
  padding: .5rem; }

.privacy-panel-popup h2 {
  font-size: 1rem; }

.privacy-panel-popup h1 {
  color: #3D6DB6;
  font-family: Georgia,Times,serif;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal; }

.privacy-panel-popup p {
  font-size: 1rem; }

@media only screen and (max-width: 1023px) {
  .login-privacypolicy-panel {
    display: none !important; } }

/* #endregion */
/*
    To facilitate our Mobile-First design, we can use this mixin function `from-breakpoint`.
    This mixin enables us to easily apply styles based on various screen sizes: mobile, tablet, laptop-s and laptop-m.
*/
#page header {
  position: absolute;
  width: 100%;
  background-color: #000000;
  height: 87px; }
  #page header .language-selector-container label {
    color: #fff; }
  #page header #language {
    display: flex;
    align-items: center;
    height: 87px;
    float: right;
    max-width: 50%; }
  #page header #branding {
    height: 87px;
    text-align: left;
    top: 0px !important;
    left: 0px;
    z-index: 100;
    padding: 8px 0px;
    display: inline-block;
    max-width: 50%; }
    #page header #branding a {
      display: flex;
      align-items: center;
      height: 100%; }
    #page header #branding img {
      max-height: 71px; }
  #page header .culture-options-popup {
    max-width: 200px; }
    @media only screen and (max-width: 1199px) {
      #page header .culture-options-popup {
        right: 0; } }
  #page header .language-selector-container {
    padding: 8px; }
    #page header .language-selector-container select {
      margin: 0; }
  #page header label {
    position: relative;
    overflow: hidden; }
  #page header label:after {
    content: "\e3b6";
    font-family: 'icomoon';
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    pointer-events: none;
    box-sizing: border-box;
    font-size: 26px; }
  #page header label > img {
    margin-top: -5px; }
  #page header label > select {
    background: #000000;
    color: #fff;
    border: none;
    font-size: 17px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    display: inline-block;
    width: auto;
    padding-right: 25px; }
  #page header label > select::-ms-expand {
    display: none; }
  #page header div#nav {
    display: none;
    width: 100%;
    text-align: center; }
  #page header div#nav, #page header div#nav a {
    font-size: 20px;
    color: #fff; }
  #page header div#nav a {
    padding: 0 10px;
    text-decoration: none; }
  #page header div#nav a:hover {
    color: #72b8cf; }
  #page header .inner-header {
    max-width: 1200px;
    position: relative;
    margin: 0 auto; }

#page {
  width: 100%;
  position: absolute; }
  #page .loginpage-content-new-designe {
    max-width: none !important;
    margin: 87px auto 0 !important; }
  #page #loginpage-content {
    position: relative;
    max-width: 1200px;
    margin: 250px auto 0;
    /* Responsive layout for mobile */ }
    #page #loginpage-content .inputForRegi {
      border-radius: 4px;
      height: 38px;
      flex-shrink: 0; }
    #page #loginpage-content .marginTop {
      margin-top: 20px; }
    #page #loginpage-content .formGroupParent {
      display: flex;
      /* Use flexbox to align children in a row */
      justify-content: space-between;
      /* Ensure equal spacing between children */ }
      #page #loginpage-content .formGroupParent .form-group {
        flex: 1;
        /* Equal space for each child */
        display: flex;
        flex-direction: column;
        /* Align label and input vertically */ }
      #page #loginpage-content .formGroupParent .formGroupParentChild2 {
        margin-left: 24px; }
      #page #loginpage-content .formGroupParent .regiLabel {
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 325 !important;
        line-height: 145% !important;
        text-transform: capitalize !important;
        color: #212121;
        padding-bottom: 5px; }
    #page #loginpage-content .alredayAccontText {
      color: #000;
      /* text-align: center; */
      font-size: 16px;
      font-style: normal;
      font-weight: 325;
      line-height: 28px;
      padding-left: 8px; }
    #page #loginpage-content h4 {
      color: #000;
      font-size: 28px;
      font-style: normal;
      font-weight: 350;
      line-height: 40px;
      margin-left: 5px; }
    #page #loginpage-content .welcomeLabel {
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 325;
      line-height: 28px; }
    #page #loginpage-content .submitButtonRegi {
      width: 280px;
      background-color: #00a9d9 !important;
      color: #ffffff !important;
      font-size: 16px;
      font-weight: bold;
      border: none;
      border-color: #00a9d9 !important;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px !important;
      transition: background-color 0.3s ease; }
    #page #loginpage-content .main-Div {
      display: flex; }
    #page #loginpage-content .regiImage {
      height: 100%;
      width: 100%; }
    #page #loginpage-content .regi-section-div {
      width: 60%;
      padding: 40px;
      background-color: #fff;
      padding-left: 100px;
      padding-right: 100px; }
    #page #loginpage-content .image-section-div {
      width: 40%; }
    #page #loginpage-content .borderBottom {
      border-bottom: 1px solid #9E9E9E;
      margin-bottom: 24px; }
    @media (max-width: 768px) {
      #page #loginpage-content .main-Div {
        flex-direction: column; }
      #page #loginpage-content .regi-section-div {
        width: 100%; }
      #page #loginpage-content .image-section-div {
        display: none;
        /* Hide the image section in mobile view */ }
      #page #loginpage-content .formGroupParent {
        display: unset; }
        #page #loginpage-content .formGroupParent .formGroupParentChild2 {
          margin-left: 0px; }
      #page #loginpage-content .submitButtonRegi {
        width: -webkit-fill-available; }
      #page #loginpage-content .regi-section-div {
        padding-left: 10px;
        padding-right: 10px; }
      #page #loginpage-content .borderBottom {
        width: auto; } }
    @media (min-width: 768px) and (max-width: 1075px) {
      #page #loginpage-content .submitButtonRegi {
        width: 192px; }
      #page #loginpage-content .borderBottom {
        width: 405px; } }
    #page #loginpage-content .pad-left {
      padding-left: 15px; }
    #page #loginpage-content .inner-content {
      margin: 0;
      max-width: none; }
      #page #loginpage-content .inner-content.bordered {
        border: 2px solid rgba(255, 255, 255, 0.2); }
      #page #loginpage-content .inner-content #loginpage-content-blurb, #page #loginpage-content .inner-content #loginpage-content-form {
        height: 225px;
        padding: 20px; }
        #page #loginpage-content .inner-content #loginpage-content-blurb p, #page #loginpage-content .inner-content #loginpage-content-form p {
          line-height: normal;
          font-size: 18px;
          margin: 0 0 20px; }
        #page #loginpage-content .inner-content #loginpage-content-blurb .salutation-container, #page #loginpage-content .inner-content #loginpage-content-form .salutation-container {
          height: 100%;
          display: flex;
          justify-content: center;
          flex-direction: column; }
          #page #loginpage-content .inner-content #loginpage-content-blurb .salutation-container h1, #page #loginpage-content .inner-content #loginpage-content-form .salutation-container h1 {
            font-size: 25px;
            font-weight: bold;
            line-height: normal; }
          #page #loginpage-content .inner-content #loginpage-content-blurb .salutation-container p, #page #loginpage-content .inner-content #loginpage-content-form .salutation-container p {
            font-size: 23px; }
            @media only screen and (max-width: 1199px) {
              #page #loginpage-content .inner-content #loginpage-content-blurb .salutation-container p, #page #loginpage-content .inner-content #loginpage-content-form .salutation-container p {
                font-size: 18px; } }
        @media only screen and (max-width: 1199px) {
          #page #loginpage-content .inner-content #loginpage-content-blurb, #page #loginpage-content .inner-content #loginpage-content-form {
            margin: auto;
            height: auto; } }
      @media only screen and (max-width: 1199px) {
        #page #loginpage-content .inner-content #loginpage-content-blurb {
          padding: 20px 20px 0; } }
      @media only screen and (max-width: 1199px) {
        #page #loginpage-content .inner-content #loginpage-content-form {
          padding: 0 20px 20px; } }
    @media only screen and (max-width: 1199px) {
      #page #loginpage-content {
        margin: 200px 0 0 0;
        padding: 0 10px; } }
    @media only screen and (max-width: 767px) {
      #page #loginpage-content {
        width: 100%;
        margin-top: 135px; } }
    #page #loginpage-content .loginpage-content-logo {
      text-align: center;
      padding: 20px 0;
      background: #fff; }
    #page #loginpage-content #loginpage-content-form {
      background: rgba(255, 255, 255, 0.75); }
      @media only screen and (max-width: 1199px) {
        #page #loginpage-content #loginpage-content-form {
          background: white; } }
    #page #loginpage-content #loginpage-content-form #loginpage-content-form-expiredmessage {
      text-align: center;
      font-size: 22px; }
    #page #loginpage-content #loginpage-content-blurb {
      color: #4B4A4A;
      background: white; }
    #page #loginpage-content #loginpage-content-form #loginpage-content-form-controls input[type=text],
    #page #loginpage-content #loginpage-content-form #loginpage-content-form-controls input[type=email],
    #page #loginpage-content #loginpage-content-form #loginpage-content-form-controls input[type=password] {
      width: 100%;
      padding: 10px 0 10px 10px; }
    #page #loginpage-content #loginbutton {
      float: right;
      margin-top: 8px; }
      #page #loginpage-content #loginbutton > a {
        padding: 6px 28px;
        border-radius: 4px; }
      @media only screen and (max-width: 767px) {
        #page #loginpage-content #loginbutton {
          float: none;
          text-align: center; } }

@media only screen and (max-width: 767px) {
  #loginpage header {
    margin-bottom: 30px; } }

#subfooter + #cookie-footer {
  bottom: 35px; }

#cookie-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
  transition: all 0.5s ease-out;
  visibility: hidden;
  z-index: 100000; }
  #cookie-footer #cookie-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px; }
    @media only screen and (max-width: 767px) {
      #cookie-footer #cookie-flex {
        padding: 10px 15px; } }
    #cookie-footer #cookie-flex a {
      margin: 0;
      border-radius: 4px; }
    #cookie-footer #cookie-flex #cookie-message {
      padding: 15px; }
      #cookie-footer #cookie-flex #cookie-message p {
        font-size: 14px; }
        @media only screen and (max-width: 767px) {
          #cookie-footer #cookie-flex #cookie-message p {
            font-size: 12px; } }

.button-active {
  background-color: #808080 !important; }

#subfooter #subfootercontent {
  white-space: normal; }

.subfooter-content-section {
  text-align: center;
  margin: 0 0 1rem; }
  .subfooter-content-section ul {
    margin: 0;
    list-style: none; }

div#subfooter {
  position: relative; }
  div#subfooter h3 {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0px; }

body.livechat-active #subfooter #subfootercontentcontainer {
  height: 30px; }

/* Small Mobile Devices*/
@media screen and (max-width: 340px) {
  body.livechat-active #subfooter #subfootercontentcontainer {
    height: 30px !important; } }

/* Small Mobile Devices*/
@media screen and (max-width: 767px) {
  body.livechat-active #subfooter #subfootercontentcontainer {
    height: 30px; } }

/* Medium/Large Mobile Devices*/
@media screen and (min-width: 768px) {
  body.livechat-active #subfooter #subfootercontentcontainer {
    height: 30px; } }

/* Medium/Large Mobile Devices*/
/* Large Mobile Devices (iPhone 6p, Nexus 6, etc) */
@media screen and (min-width: 768px) {
  .subfooter-content-section {
    text-align: left; } }

/* Desktop or higher */
.subfooter-links {
  padding: 0.25rem; }
  .subfooter-links ul li {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0 11px; }

#subfooter a {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none; }

#subfooter a:hover {
  text-decoration: underline; }

#login-page-subfooter-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #4b4a4a;
  transition: all 0.5s ease-out;
  moz-box-shadow: 3px 3px 6px #000;
  -webkit-box-shadow: 3px 3px 6px #000;
  box-shadow: 3px 3px 6px #000;
  z-index: 100000;
  height: auto;
  text-align: center; }
  #login-page-subfooter-wrapper #cookie-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px; }
    @media only screen and (max-width: 767px) {
      #login-page-subfooter-wrapper #cookie-flex {
        padding: 10px 15px; } }
    #login-page-subfooter-wrapper #cookie-flex #cookie-message {
      padding: 15px; }
      #login-page-subfooter-wrapper #cookie-flex #cookie-message p {
        font-size: 14px; }
        @media only screen and (max-width: 767px) {
          #login-page-subfooter-wrapper #cookie-flex #cookie-message p {
            font-size: 12px; } }

.error-container {
  margin: 10px;
  text-align: center; }
  .error-container .error-navigation-controls a:first-of-type {
    margin-right: 15px; }
  .error-container div {
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px; }

.alert-error {
  color: #ff0000;
  font-weight: 700; }

/* Mobile */
.site-info-bar {
  transition: all 300ms ease-out;
  background-color: #fff;
  z-index: 101;
  position: absolute;
  padding: 0 14px 4px;
  color: #6c7378;
  font-family: "Roboto";
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 0 0 5px 5px;
  height: auto;
  transform: translateY(-100%); }
  .site-info-bar::after {
    position: absolute;
    right: 5%;
    padding: 5px 15px;
    margin-top: 4px;
    font-family: FontAwesome;
    font-size: 1rem;
    color: #676e73;
    border: 1px solid #e4e4e4;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background: #fff;
    content: "\f103";
    cursor: pointer; }
  .site-info-bar:hover {
    transform: translateY(0); }
  .site-info-bar .info-bar-inner {
    padding: 8px;
    text-align: center; }
    .site-info-bar .info-bar-inner div {
      display: block;
      margin: 2px 0; }
      .site-info-bar .info-bar-inner div span {
        padding: 0 2px; }
        .site-info-bar .info-bar-inner div span.info-item-title {
          margin-left: 10px;
          text-align: right;
          font-weight: 700; }
        .site-info-bar .info-bar-inner div span.info-item-text {
          color: #FF8501;
          font-weight: 500; }

@media only screen and (min-width: 768px) {
  .site-info-bar .info-bar-inner div {
    display: inline-block; } }

@media only screen and (max-width: 450px) {
  .site-info-bar {
    display: none; } }

