/* Minification failed. Returning unminified contents.
(1642,285): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1646,285): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 55%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sup.payMeBack {
    font-size: 30% !important;
    top: -2em !important;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
@charset "UTF-8";
/* GLOBAL */
/**/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  width: 100%; }

body
{
  -webkit-font-smoothing: subpixel-antialiased;
  color: #303030;
  position: relative;
  width: 100%;
  min-width: 20em;
  font-family: "Open Sans","sans-serif" !important;

}

.rwd-break {
  display: block; }
  @media screen and (max-width: 770px) {
    .rwd-break {
      display: inline; } }

@media screen and (max-width: 770px) {
  #slider-carousel .rwd-break {
    display: block; } }

.block {
  position: relative;
  margin: 0 auto;
  padding: 2.625em 2em;
  max-width: 1300px; }

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  #outer-wrap.tan {
    background: #ededed; }
.tan { width:100%; background: #ededed;}
#inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 15em; }
  @media screen and (max-width: 1175px) {
    #inner-wrap {
      margin-top: 19em; } }
  @media screen and (max-width: 770px) {
    #inner-wrap {
      margin-top: 0em;
      padding-top: 9em; } }

img {
  max-width: 100%;
  height: auto; }

.display-none {display:none !important;}

/* Alert styles */
.more_content {display: none; color: #666; text-transform: initial; clear: both; margin-top: 40px; border-top: solid 1px #666;}
.more_content h3 {margin-top: 0;}
#read_more {font-weight: normal; font-size: 18px; text-transform: initial; cursor: pointer;}
.alert { border-top: 3px solid #002d72; margin-bottom: 20px}
.alert h2 { text-transform: none; color: #666666; }
.alert .close {position: absolute; right: 20px; top: 16px;}
.alert .alert-icon { float: left; margin-right: 40px; margin-top: 10px; }

/* END GLOBAL */
/** HEADER **/
#nav {
  position: fixed;
  width: 100%;
  color: #fff;
  background: #002d72;
  z-index: 999;
  top: 98px; }
  @media screen and (max-width: 770px) {
    #nav {
      position: absolute;
      top: 0;
      padding-top: 1.5em; } }
  #nav .mobile-only {
    display: none; }
    @media screen and (max-width: 770px) {
      #nav .mobile-only {
        display: block; } }
  #nav .desktop-only {
    display: block; }
    @media screen and (max-width: 770px) {
      #nav .desktop-only {
        display: none !important; } }
  #nav .close-btn {
    display: none; }
#nav .block {
    z-index: 2;
    position: relative;
    padding: 0;
}
    @media screen and (max-width: 770px) {
      #nav .block {
        position: relative;
        padding: 0; } }
  #nav ul {
    *zoom: 1;
    display: block;
    padding: 0 3px;
    margin: 0;
   }
    @media screen and (max-width: 770px) {
      #nav ul {
        padding: 0; } }
    #nav ul:before, #nav ul:after {
      content: "";
      display: table; }
    #nav ul:after {
      clear: both; }
    @media screen and (min-width: 770px) {
      #nav ul {
        text-align: left;
        white-space: nowrap; } }
    @media screen and (min-width: 770px) {
      #nav ul li:hover a {
        color: #fff;
        background: #002d72; }
         #nav ul li a:hover {
        color: #002d72;
        background: #fff; } }
  #nav .log-in {
    position: absolute;
    right: 0.5em;
    top: 0;
    text-align: right; }
    @media screen and (max-width: 1175px) {
      #nav .log-in {
        position: relative;
        background-color: #012459;
        right: 0em;
        padding-right: 1em; } }
    #nav .log-in .signin-dropdown {
      display: none;
      position: absolute;
      top: 100%;
      width: 23em;
      right: 0;
      box-shadow: 0px 0px 2px #606060;
      text-align: left;
      padding: 1.3em 1.3em 0.7em;
      color: #666;
      background: #fff;
      z-index: 1; }
      #nav .log-in .signin-dropdown span {
        color: #666666;
        display: block;
        padding: 0.3em 0; }
      #nav .log-in .signin-dropdown input[type="text"],
      #nav .log-in .signin-dropdown input[type="number"],
      #nav .log-in .signin-dropdown input[type="Password"] {
        width: 100%;
        border: 1px solid #d5d5d5;
        border-radius: 5px;
        color: #666666;
        padding: 0.5em;
        font-size: 1.3em; }
      #nav .log-in .signin-dropdown input[type="checkbox"] {
        margin: 1em 0.5em 1em 0; }
      .signin-btn {
        width: 100%;
        display: block;
        font-size: 1.5em;
        color: #fff;
        font-weight: bold;
        padding: 0.5em 0.5em;
        text-align: center;
        background: #77ba29;
        margin: 0.8em auto 0;
        cursor: pointer;
        border-radius: 0px;
        text-transform: uppercase; }
        .signin-btn:hover {
          opacity: 0.9; }
      #nav .log-in .signin-dropdown a {
        color: #2e59a8;
        text-decoration: none;
        font-weight: bold; }
    #nav .log-in .signin, #nav .log-in .register {
      display: inline-block;
      color: #fff;
      line-height: 1.28571em;
      font-weight: normal;
      outline: none;
      text-decoration: none;
      padding: 1.2em;
      position: relative;
      font-size: 1.4em;
      z-index: 2; }
      #nav .log-in .signin.active {
        background: #fff;
        color: #002d72; }
      @media screen and (max-width: 860px) {
        #nav .log-in .signin {
          padding: 1.2em 1em; } }
      @media screen and (max-width: 770px) {
        #nav .log-in .signin {
          padding: 0.85714em 2.14286em;
          color: #606060; } }
      @media screen and (min-width: 770px) {
        #nav .log-in .signin:hover, #nav .log-in .register:hover {
          color: #002d72;
          background: #fff; } }
    #nav .log-in:hover.is-active:after {
      display: none; }
  #nav ul.log-out {
    position: absolute;
    right: 0.5em;
    top: 0;
    text-align: right;
    z-index: 1; }
    #nav ul.log-out li.welcome {
      border-right: 2px solid #fff;
      padding: 0em 1.2em; }
    @media screen and (max-width: 1175px) {
      #nav ul.log-out {
        position: relative;
        background-color: #012459;
        right: 0em; } }
  #nav ul ul {
    display: none; }
    @media screen and (max-width: 770px) {
      #nav ul ul {
        display: block; } }
  #nav ul ul {
    background: #002d72;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
    /* left: -1px; */
    border-left: 1px solid #002d72;
    border-right: 1px solid #002d72;
    border-bottom: 1px solid #002d72;
    min-width: 210px; }
    @media screen and (max-width: 770px) {
      #nav ul ul {
        position: relative;
        background: none;
        border: none; } }
    #nav ul ul li {
      float: none;
      position: relative;
      display: block;
      text-align: left;
      width: 100%;
      /* padding-left:20px; */
      }
      #nav ul ul li a {
        padding: 15px 20px 15px 40px;
        background-color: #002d72;
        color:#fff;
        font-size: 0.7em;
         }
        @media screen and (max-width: 770px) {
          #nav ul ul li a {
            color: #fff;
            background:#002d72;
            padding: 0.85714em 2.14286em 0.85714em 4em;
            font-size: 0.75em; } }
        @media screen and (min-width: 770px) {
          #nav ul ul li a:hover {
            background: #fff;
            color:#002d72; } }
  #nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    border-top: 1px solid #e5e5e5; }
    #nav ul ul ul li a {
      font-size: 0.5em;
       }
  #nav ul li:hover > ul {
    display: block;
     }
  #nav li
  {

    display: inline-block;
    position: relative;
    font-size: 1.4em; }
    @media screen and (max-width: 860px) {
      #nav li {
        font-size: 1.3em; } }
    @media screen and (max-width: 770px) {
      #nav li {
        display: block; } }
    #nav li a {
      display: block;
      color: #fff;
      line-height: 1.28571em;
      font-weight: normal;
      outline: none;
      text-decoration: none;
      padding: 1.2em; }
      @media screen and (max-width: 860px) {
        #nav li a {
          padding: 1.2em 1em; } }
      @media screen and (max-width: 770px) {
        #nav li a {
          padding: 0.85714em 2.14286em;
          color: #ffffff;
          display: block; } }
      @media screen and (min-width: 770px) {
        #nav li a:hover {
          color: #002d72;
          background: #fff; } }
    #nav li:hover.is-active:after {
      display: none; }
    #nav li.is-active:after {
      content: "";
      display: block;
      width: 0;
      border: 10px solid #002d72;
      border-color: #002d72 transparent transparent transparent;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -10px; }
      @media screen and (max-width: 770px) {
        #nav li.is-active:after {
          display: none; } }
    @media screen and (min-width: 770px) {
      #nav li {
        display: inline-block; }
        #nav li:last-child {
          border-right: none; } }
    @media screen and (max-width: 770px) {
      #nav li {
        position: relative;
        border-top: 1px solid #2f598b; } }
  #nav .searchbar {
    border-radius: 5px;
    border: 0;
    padding: 5px;
    color: #606060;
    width: 85%;
    margin: 0 auto 1.5em;
    box-shadow: 0 0 2px #606060;
    background-color: #fff; }
    #nav .searchbar input[type="text"] {
      display: inline-block;
      border: 0;

      width: 80%;
      height: 2.5em;
      padding: 5px 10px;
      font-size: 1.2em; }
    #nav .searchbar input[type="button"] {
      vertical-align: top;
      background: url(../images/search.png) no-repeat center center;
      border-radius: 5px;
      border: 0;
      width: 3em;
      height: 3em;
      float: right; }
      #nav .searchbar input[type="button"]:hover {
        opacity: 0.7; }

@media screen and (max-width: 770px) {
  #nav:not(:target) {
    z-index: 0;
    height: 0; }

  #nav:target .close-btn {
    display: block; }

  #nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em; }

  #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid; }

  #nav li.is-active a {
    color: #606060;
    font-weight: bold; }

  .js-ready #nav {
    height: 100%;
    width: 70%;
    background: #012e72;
    -webkit-box-shadow: inset 1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5);
    box-shadow: inset 1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5); }

  .js-ready #nav .block {
    background: transparent; }

  .js-ready #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }

  .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

  .js-ready #nav {
    right: -70%; }

  .js-ready #inner-wrap {
    right: 0; }

  .js-nav #inner-wrap {
    right: 70%; }

  .csstransforms3d.csstransitions.js-ready #nav {
    right: 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);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

  .csstransforms3d.csstransitions.js-ready #inner-wrap, .csstransforms3d.csstransitions.js-ready #overview {
    right: 0 !important;
    -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);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

  .csstransforms3d.csstransitions.js-nav #inner-wrap, .csstransforms3d.csstransitions.js-nav #overview {
    -webkit-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1); }

  .csstransforms3d.csstransitions.js-ready #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(-10%, 0, 0) scale3d(0.8, 0.8, 0.8);
    -moz-transform: translate3d(-10%, 0, 0) scale3d(0.8, 0.8, 0.8);
    -ms-transform: translate3d(-10%, 0, 0) scale3d(0.8, 0.8, 0.8);
    -o-transform: translate3d(-10%, 0, 0) scale3d(0.8, 0.8, 0.8);
    transform: translate3d(-10%, 0, 0) scale3d(0.8, 0.8, 0.8);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%; }

  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -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); } }
.top {
  z-index: 101;
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0; }

  @media screen and (max-width: 770px)
  {
    .top { position:absolute; }
  }
  .top .signin-mobile-btn, .top .signout-mobile-btn {
    position: absolute;
    top: 1em;
    right: 1.4em;
    font-size: 1.3em;
    color: #606060;
    cursor: pointer; }
  .top .nav-btn {
    position: absolute;
    top: 4.1em;
    right: 1.875em;
    display: block;
    width: 2.5em;
    height: 2.4em;
    padding: 0;
    border: 0;
    outline: none;
    background: url("../images/nav-icon.png") left center no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    -webkit-tap-highlight-color: transparent; }
    .top .nav-btn:hover, .top .nav-btn:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    @media screen and (min-width: 770px) {
      .top .nav-btn {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; } }
  .top .fav-btn {
    background: url(../images/fav-icon.png) no-repeat center center !important;
    width: 2.5em;
    height: 2.3em;
    cursor: pointer;
    position: absolute;
    top: 4.2em;
    right: 11em; }
  .top .cart-btn {
    background: url(../images/cart-icon.png) no-repeat center center !important;
    width: 3.6em;
    height: 3.4em;
    cursor: pointer;
    position: absolute;
    top: 2.5em;
    right: 6em; }

   .top .cart-btn-mobile {
    background: url(../images/cart-icon-mobile.png) no-repeat center center !important;
    width: 2.3em;
    height: 2.2em;
    cursor: pointer;
    position: absolute;
    top: 4.2em;
    right: 9.5em; }

    .top .account-btn-mobile {
    background: url(../images/account-icon.png) no-repeat center center !important;
    width: 1.8em;
    height: 2.4em;
    cursor: pointer;
    position: absolute;
    top: 4.1em;
    right: 6em; }

  .top .block {
    padding: 1.5em 2em; }
    @media screen and (max-width: 770px) {
      .top .block {
        padding: 1.5em 2em; } }
  .top .mobile-only {
    display: none; }
    @media screen and (max-width: 770px) {
      .top .mobile-only {
        display: block; } }
  .top .desktop-only {
    display: block; }
    @media screen and (max-width: 770px) {
      .top .desktop-only {
        display: none; } }
   .top .logo.mobile-only-small {
      display: none; }
  .top .logo.mobile-only {
    display: none; }
  .top .logo.desktop-only {
    display: block; }
  @media screen and (max-width: 770px)
  {
     .top .logo.mobile-only-small {
      display: none; }
    .top .logo.mobile-only {
      display: block; }
    .top .logo.desktop-only {
      display: none; } }

      @media screen and (max-width: 400px)
      {
     .top .logo.mobile-only-small {
      display: block; }
    .top .logo.mobile-only {
      display: none; }
    .top .logo.desktop-only {
      display: none; } }

  .top .icon-container {
    position: absolute;
    right: 2em;
    top: 3.8em; }
    @media screen and (max-width: 770px) {
      .top .icon-container {
        display: none; } }
  .top .search-container, .top .search-container-logged-in, .top .search-container-logged-out  {
    position: relative;
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
    overflow: hidden;
    height: 4em;
    width: 10em;
    border-radius: 5px;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s; }
    .top .search-container.logged-in {
      right: 240px;
      top: -2px; }
    .top .search-container:hover, .top .search-container-logged-in:hover, .top .search-container-logged-out:hover  {
      box-shadow: 0 0 2px #606060;
      width: 27em;
      border-radius: 5px; }
      .top .search-container:hover input, .top .search-container-logged-in:hover input, .top .search-container-logged-out:hover input {
        display: inline-block;
        width: 15em;
        padding: 6px; }
    .top .search-container input, .top .search-container-logged-in input, .top .search-container-logged-out input  {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      float: left;
      width: 0em;
      height: 2em;
      margin: 0.5em 0 0 0.5em;
      background: white;
      color: #606060;
      font-size: 1.3em;
      border: 0;
      border-radius: 5px;
      -moz-transition: all 0.25s;
      -webkit-transition: all 0.25s;
       }
    .top .search-container .button, .top .search-container-logged-in .button, .top .search-container-logged-out .button {
      float: right;
      cursor: pointer;
      width: 4em;
      height: 4em;
      text-align: center;
      background: url(../images/search.png) no-repeat 0% center;
      border: 0; }
  .top .fav-container {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    position: relative;
    width: 2.5em;
    height: 2.3em; }
    .top .fav-container .fav-icon {
      background: url(../images/fav-icon.png) no-repeat center center;
      width: 2.9em;
      height: 2.3em;
      cursor: pointer; }
    .top .fav-container .dropdown {
      top: 190%; }
  .top .cart-container {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    width: 3.6em;
    height: 3.4em;
    position: relative; }
    .top .cart-container .cart-icon {
      background: url(../images/cart-icon.png) no-repeat center center;
      width: 3.6em;
      height: 3.4em;
      cursor: pointer; }
    .top .cart-container span.item-notification {
      position: absolute;
      top: -1em;
      right: -1.4em;
      background: red;
      color: white;
      font-size: 1em;
      padding: 0.2em 0.6em;
      border: 2px solid white;
      border-radius: 2em;
      text-align: center;
      box-shadow: 0px 0px 5px #606060; }
    .top .cart-container .dropdown {
      top: 340%; }
  .top .dropdown {
    position: absolute;
    width: 25em;
    min-height: 7em;
    margin-left: -12.5em;
    left: 50%;
    display: none; }
  .top .drop-content {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 10px; }
    .top .drop-content a {
      color: #333;
      text-decoration: none; }
    .top .drop-content .total-points {
      font-weight: bold;
      text-align: center;
      display: block;
      margin-top: 1.3em;
      font-size: 1.3em; }
    .top .drop-content ul {
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0;
      max-height: 200px;
      overflow: auto; }
      .top .drop-content ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding: 1em 0;
        position: relative; }
        .top .drop-content ul li:hover {
          cursor: pointer;
          opacity: 0.7; }
        .top .drop-content ul li:after {
          /*content: "x";*/
          font-size: 1.5em;
          font-weight: bold;
          position: absolute;
          top: 0.2em;
          right: 1.1em;
          color: red;
          cursor: pointer; }
          .top .drop-content ul li:after:hover {
            opacity: 0.2;
            -ms-transform: scale(2, 2);
            -webkit-transform: scale(2, 2);
            transform: scale(2, 2); }
        .top .drop-content ul li:last-child {
          border-bottom: 0; }
        .top .drop-content ul li img {
          display: inline-block;
          vertical-align: middle; }
        .top .drop-content ul li span {
          display: block; }
        .top .drop-content ul li .details {
          display: inline-block;
          vertical-align: middle;
          width: 155px; }
          .top .drop-content ul li .details .title {
            font-weight: bold; }
          .top .drop-content ul li .details .points {
            color: #606060; }
  .top .btn {
    width: 15em;
    display: block;
    font-size: 1.5em;
    color: #fff !important;
    font-weight: normal;
    padding: 0.3em 0.5em;
    text-align: center;
    background: #77ba29;
    margin: 0.8em auto 0;
    cursor: pointer;
    border-radius: 0px;
    text-transform: uppercase; }
    .top .btn:hover {
      opacity: 0.9; }
  .top .arrow {
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    z-index: 11; }
  .top .shadow {
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: 0px 0px 5px #606060;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    z-index: 9; }
  .top .points-container {
    display: inline-block;
    vertical-align: middle;
    padding: 0.5em 0.7em;
    border-radius: 5px;
    background-color: #682145;
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    font-weight: bold; }

/** END HEADER **/
.breadCrumb {
  position: relative;
  background-color: #ffffff;
  color: #002d72;
  font-size: 1.4em;
  text-transform: uppercase; }
  .breadCrumb .block {
    padding: 0.5em 1.4em; }

.breadCrumb li {
  display: inline; }
  .breadCrumb li a {
    color: #002d72;
    text-decoration: none; }
    .breadCrumb li a:hover {
      text-decoration: underline; }

.breadCrumb ul {
  margin-left: 0;
  padding: 0; }

/* GRID 2021 */

hr                            {box-sizing: content-box;height: 0;overflow: visible;}

h1, h2, h3, h4, h5, h6        {margin-top: 0;margin-bottom: 0.5rem;}

p                             {margin-top: 0;margin-bottom: 1rem;}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6            {margin-bottom: 0.5rem;font-weight: 500;line-height: 1.5;}

h1, .h1                     {font-size: 2.5rem;}
h2, .h2                     {font-size: 2rem;}
h3, .h3                     {font-size: 1.75rem;}
h4, .h4                     {font-size: 1.5rem;}
h5, .h5                     {font-size: 1.25rem;}
h6, .h6                     {font-size: 1rem;}

.lead                       {font-size: 1.25rem;font-weight: 300;}
.display-1                  {font-size: 6rem;font-weight: 300;line-height: 1.2;}
.display-2                  {font-size: 5.5rem;font-weight: 300;line-height: 1.2;}
.display-3                  {font-size: 4.5rem;font-weight: 300;line-height: 1.2;}
.display-4                  {font-size: 3.5rem;font-weight: 300;line-height: 1.2;}

.font-lvl-1                  {font-size:42px;}
.font-lvl-2                  {font-size:48px;}
.font-lvl-3                  {font-size:54px;}
.font-lvl-4                  {font-size:60px;}
.font-lvl-5                  {font-size:66px;}
.font-lvl-6                  {font-size:72px;}
.font-lvl-7                  {font-size:78px;}
.font-lvl-8                  {font-size:84px;}
.font-lvl-9                  {font-size:90px;}

sub, sup                      {position: relative;font-size: 75%;line-height: 0;vertical-align: baseline;}
sub                           {bottom: -.25em;}

sup                           {top: -.5em;}

.text-monospace 				{font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;}

.text-justify 				  	{text-align: justify !important;}
.text-wrap 						{white-space: normal !important;}
.text-nowrap 					{white-space: nowrap !important;}
.text-truncate 					{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

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

@media (min-width: 576px) {
.text-sm-left 					{text-align: left !important;}
.text-sm-right 					{text-align: right !important;}
.text-sm-center 				{text-align: center !important;}
}

@media (min-width: 768px) {
.text-md-left 					{text-align: left !important;}
.text-md-right 					{text-align: right !important;}
.text-md-center 				{text-align: center !important;}
}

@media (min-width: 992px) {
.text-lg-left 					{text-align: left !important;}
.text-lg-right 					{text-align: right !important;}
.text-lg-center 				{text-align: center !important;}
}

@media (min-width: 1200px) {
.text-xl-left 					{text-align: left !important;}
.text-xl-right 					{text-align: right !important;}
.text-xl-center 				{text-align: center !important;}
}

.text-lowercase           {text-transform: lowercase !important;}
.text-uppercase           {text-transform: uppercase !important;}
.text-capitalize          {text-transform: capitalize !important;}
.font-weight-light        {font-weight: 300 !important;}
.font-weight-lighter      {font-weight: lighter !important;}
.font-weight-normal       {font-weight: 400 !important;}
.font-weight-bold         {font-weight: 700 !important;}
.font-weight-bolder       {font-weight: 900 !important;}
.font-italic              {font-style: italic !important;}
.text-white               {color:#fff !important;}
.text-primary             {color:#002d72 !important;}

a.text-primary:hover, a.text-primary:focus {color:#002d72 !important;}

.text-secondary           {color: #6D7483 !important;}
a.text-secondary          {text-decoration:underline;}
a.text-secondary:hover,
a.text-secondary:focus    {color: #494f54 !important;}
.text-green               {color: #318012 !important;}
a.text-green:hover,
a.text-green:focus        {color: #19692c !important;}
.text-info                {color: #318012 !important;}
a.text-info:hover,
a.text-info:focus         {color: #0f6674 !important;}
.text-yellow              {color: #ffe000 !important;}
a.text-yellow:hover,
a.text-yellow:focus       {color: #ba8b00 !important;}
.text-danger              {color: #E80000 !important;}
a.text-danger:hover,
a.text-danger:focus       {color: #a71d2a !important;}
.text-light               {color: #eeeeee !important;}
a.text-light:hover,
a.text-light:focus        {color: #cbd3da !important;}
.text-dark                {color: #616B76 !important;}
a.text-dark:hover,
a.text-dark:focus         {color: #121416 !important;}
.text-body                {color: #212529 !important;}
.text-gray                {color: #91959F !important;}
.text-black-50            {color: rgba(0, 0, 0, 0.5) !important;}
.text-white-50            {color: rgba(255, 255, 255, 0.5) !important;}
.text-hide                {font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0;}
.text-decoration-none     {text-decoration: none !important;}

.align-baseline         {vertical-align: baseline !important;}
.align-top              {vertical-align: top !important;}
.align-middle           {vertical-align: middle !important;}
.align-bottom           {vertical-align: bottom !important;}
.align-text-bottom      {vertical-align: text-bottom !important;}
.align-text-top         {vertical-align: text-top !important;}

.bg-primary                           {background-color:#002d72 !important;}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus               {background-color:#002d72 !important;}

.bg-secondary                         {background-color: #6D7483 !important;}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus             {background-color: #545b62 !important;}

.bg-gray                              {background-color: #BCBEC4 !important;}
a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus                  {background-color: #B2B6BF !important;}

.bg-white-smoke                       {background-color: #eeeeee !important;}
a.bg-white-smoke:hover, a.bg-white-smoke:focus,
button.bg-white-smoke:hover,
button.bg-white-smoke:focus           {background-color: #dae0e5 !important;}

.bg-white-overlay                     {background-color: rgba(255, 255, 255, 0.85);position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}
.bg-white-smoke-overlay               {background-color: rgba(238, 238, 238, 0.85);position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}

.bg-solitude-aqua                     {background-color: #F7F9FB !important;}
a.bg-solitude-aqua:hover, a.bg-solitude-aqua:focus,
button.bg-solitude-aqua:hover,
button.bg-solitude-aqua:focus         {background-color: #F7F9FB !important;}

.bg-shuttle-gray                              {background-color: #616B76 !important;}
a.bg-shuttle-gray:hover, a.bg-shuttle-gray:focus,
button.bg-shuttle-gray:hover,
button.bg-shuttle-gray:focus                  {background-color: #1d2124 !important;}

.overflow-auto        {overflow: auto !important;}
.overflow-hidden      {overflow: hidden !important;}
.position-static      {position: static !important;}
.position-relative    {position: relative !important;}
.position-absolute    {position: absolute !important;}
.position-fixed       {position: fixed !important;}
.position-sticky      {position: -webkit-sticky !important;position: sticky !important;}

.fixed-top            {position:fixed;top:0;right:0;left:0;z-index:1030;}
.fixed-bottom         {position:fixed;right:0;bottom:0;left:0;z-index:1030;}
.fixed-one            {position:fixed;top:72px;left:0;left:0;z-index:1030;}
.fixed-two            {position:fixed;top:120px;left:0;left:0;z-index:1030;}

.shadow-sm 						{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,0.05);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,0.05);box-shadow:1px 1px 3px 1px rgba(0,0,0,0.05);}
.shadow 						{box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;}
.shadow-lg 						{box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;}
.shadow-none 					{box-shadow: none !important;}
.w-10{width:10% !important}.w-20{width:20% !important}.w-25{width:25% !important}.w-30{width:30% !important}.w-40{width:40% !important}.w-50{width:50% !important}.w-60{width:60% !important}.w-70{width:70% !important}.w-75{width:75% !important}.w-80{width:80% !important}.w-90{width:90% !important}.w-100{width:100% !important}.w-auto{width:auto !important}
.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}
.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}
.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}
.vw-25{width:25vw !important}.vw-50{width:50vw !important}.vw-75{width:75vw !important}.vw-100{width:100vw !important}
.vh-25{height:25vh !important}.vh-50{height:50vh !important}.vh-75{height:75vh !important}.vh-100{height:100vh !important}
@media (min-width: 576px) {
.w-sm-10{width:10% !important}.w-sm-20{width:20% !important}.w-sm-25{width:25% !important}.w-sm-30{width:30% !important}.w-sm-40{width:40% !important}.w-sm-50{width:50% !important}.w-sm-60{width:60% !important}.w-sm-70{width:70% !important}.w-sm-75{width:75% !important}.w-sm-80{width:80% !important}.w-sm-90{width:90% !important}.w-sm-100{width:100% !important}.w-sm-auto{width:auto !important}
.h-sm-25{height:25% !important}.h-sm-50{height:50% !important}.h-sm-75{height:75% !important}.h-sm-100{height:100% !important}.h-sm-auto{height:auto !important}
.mw-sm-100{max-width:100% !important}.mh-sm-100{max-height:100% !important}
.min-vw-sm-100{min-width:100vw !important}.min-vh-sm-100{min-height:100vh !important}
.vw-sm-25{width:25vw !important}.vw-sm-50{width:50vw !important}.vw-sm-75{width:75vw !important}.vw-sm-100{width:100vw !important}
.vh-sm-25{height:25vh !important}.vh-sm-50{height:50vh !important}.vh-sm-75{height:75vh !important}.vh-sm-100{height:100vh !important}
}

@media (min-width: 768px) {
.w-md-10{width:10% !important}.w-md-20{width:20% !important}.w-md-25{width:25% !important}.w-md-30{width:30% !important}.w-md-40{width:40% !important}.w-md-50{width:50% !important}.w-md-60{width:60% !important}.w-md-70{width:70% !important}.w-md-75{width:75% !important}.w-md-80{width:80% !important}.w-md-90{width:90% !important}.w-md-100{width:100% !important}.w-md-auto{width:auto !important}
.h-md-25{height:25% !important}.h-md-50{height:50% !important}.h-md-75{height:75% !important}.h-md-100{height:100% !important}.h-md-auto{height:auto !important}
.mw-md-100{max-width:100% !important}.mh-md-100{max-height:100% !important}
.min-vw-md-100{min-width:100vw !important}.min-vh-md-100{min-height:100vh !important}
.vw-md-25{width:25vw !important}.vw-md-50{width:50vw !important}.vw-md-75{width:75vw !important}.vw-md-100{width:100vw !important}
.vh-md-25{height:25vh !important}.vh-md-50{height:50vh !important}.vh-md-75{height:75vh !important}.vh-md-100{height:100vh !important}
}

@media (min-width: 992px) {
.w-lg-10{width:10% !important}.w-lg-20{width:20% !important}.w-lg-25{width:25% !important}.w-lg-30{width:30% !important}.w-lg-40{width:40% !important}.w-lg-50{width:50% !important}.w-md-60{width:60% !important}.w-lg-70{width:70% !important}.w-lg-75{width:75% !important}.w-lg-80{width:80% !important}.w-lg-90{width:90% !important}.w-lg-100{width:100% !important}.w-lg-auto{width:auto !important}
.h-lg-25{height:25% !important}.h-lg-50{height:50% !important}.h-lg-75{height:75% !important}.h-lg-100{height:100% !important}.h-lg-auto{height:auto !important}
.mw-lg-100{max-width:100% !important}.mh-lg-100{max-height:100% !important}
.min-vw-lg-100{min-width:100vw !important}.min-vh-lg-100{min-height:100vh !important}
.vw-lg-25{width:25vw !important}.vw-lg-50{width:50vw !important}.vw-lg-75{width:75vw !important}.vw-lg-100{width:100vw !important}
.vh-lg-25{height:25vh !important}.vh-lg-50{height:50vh !important}.vh-lg-75{height:75vh !important}.vh-lg-100{height:100vh !important}
}

@media (min-width: 1200px) {
.w-xl-10{width:10% !important}.w-xl-20{width:20% !important}.w-xl-25{width:25% !important}.w-xl-30{width:30% !important}.w-xl-40{width:40% !important}.w-xl-50{width:50% !important}.w-xl-60{width:60% !important}.w-xl-70{width:70% !important}.w-xl-75{width:75% !important}.w-xl-80{width:80% !important}.w-xl-90{width:90% !important}.w-xl-100{width:100% !important}.w-xl-auto{width:auto !important}
.h-xl-25{height:25% !important}.h-xl-50{height:50% !important}.h-xl-75{height:75% !important}.h-xl-100{height:100% !important}.h-xl-auto{height:auto !important}
.mw-xl-100{max-width:100% !important}.mh-xl-100{max-height:100% !important}
.min-vw-xl-100{min-width:100vw !important}.min-vh-xl-100{min-height:100vh !important}
.vw-xl-25{width:25vw !important}.vw-xl-50{width:50vw !important}.vw-xl-75{width:75vw !important}.vw-xl-100{width:100vw !important}
.vh-xl-25{height:25vh !important}.vh-xl-50{height:50vh !important}.vh-xl-75{height:75vh !important}.vh-xl-100{height:100vh !important}
}
.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.my-2{margin-top:0.5rem !important}.mr-2,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}

.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}

.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}

@media (min-width: 320px){
.m-xs-0{margin:0 !important}.mt-xs-0,.my-xs-0{margin-top:0 !important}.mr-xs-0,.mx-xs-0{margin-right:0 !important}.mb-xs-0,.my-xs-0{margin-bottom:0 !important}.ml-xs-0,.mx-xs-0{margin-left:0 !important}.m-xs-1{margin:0.25rem !important}.mt-xs-1,.my-xs-1{margin-top:0.25rem !important}.mr-xs-1,.mx-xs-1{margin-right:0.25rem !important}.mb-xs-1,.my-xs-1{margin-bottom:0.25rem !important}.ml-xs-1,.mx-xs-1{margin-left:0.25rem !important}.m-xs-2{margin:0.5rem !important}.mt-xs-2,.my-xs-2{margin-top:0.5rem !important}.mr-xs-2,.mx-xs-2{margin-right:0.5rem !important}.mb-xs-2,.my-xs-2{margin-bottom:0.5rem !important}.ml-xs-2,.mx-xs-2{margin-left:0.5rem !important}.m-xs-3{margin:1rem !important}.mt-xs-3,.my-xs-3{margin-top:1rem !important}.mr-xs-3,.mx-xs-3{margin-right:1rem !important}.mb-xs-3,.my-xs-3{margin-bottom:1rem !important}.ml-xs-3,.mx-xs-3{margin-left:1rem !important}.m-xs-4{margin:1.5rem !important}.mt-xs-4,.my-xs-4{margin-top:1.5rem !important}.mr-xs-4,.mx-xs-4{margin-right:1.5rem !important}.mb-xs-4,.my-xs-4{margin-bottom:1.5rem !important}.ml-xs-4,.mx-xs-4{margin-left:1.5rem !important}.m-xs-5{margin:3rem !important}.mt-xs-5,.my-xs-5{margin-top:3rem !important}.mr-xs-5,.mx-xs-5{margin-right:3rem !important}.mb-xs-5,.my-xs-5{margin-bottom:3rem !important}.ml-xs-5,.mx-xs-5{margin-left:3rem !important}.p-xs-0{padding:0 !important}.pt-xs-0,.py-xs-0{padding-top:0 !important}.pr-xs-0,.px-xs-0{padding-right:0 !important}.pb-xs-0,.py-xs-0{padding-bottom:0 !important}.pl-xs-0,.px-xs-0{padding-left:0 !important}.p-xs-1{padding:0.25rem !important}.pt-xs-1,.py-xs-1{padding-top:0.25rem !important}.pr-xs-1,.px-xs-1{padding-right:0.25rem !important}.pb-xs-1,.py-xs-1{padding-bottom:0.25rem !important}.pl-xs-1,.px-xs-1{padding-left:0.25rem !important}.p-xs-2{padding:0.5rem !important}.pt-xs-2,.py-xs-2{padding-top:0.5rem !important}.pr-xs-2,.px-xs-2{padding-right:0.5rem !important}.pb-xs-2,.py-xs-2{padding-bottom:0.5rem !important}.pl-xs-2,.px-xs-2{padding-left:0.5rem !important}.p-xs-3{padding:1rem !important}.pt-xs-3,.py-xs-3{padding-top:1rem !important}.pr-xs-3,.px-xs-3{padding-right:1rem !important}.pb-xs-3,.py-xs-3{padding-bottom:1rem !important}.pl-xs-3,.px-xs-3{padding-left:1rem !important}.p-xs-4{padding:1.5rem !important}.pt-xs-4,.py-xs-4{padding-top:1.5rem !important}.pr-xs-4,.px-xs-4{padding-right:1.5rem !important}.pb-xs-4,.py-xs-4{padding-bottom:1.5rem !important}.pl-xs-4,.px-xs-4{padding-left:1.5rem !important}.p-xs-5{padding:3rem !important}.pt-xs-5,.py-xs-5{padding-top:3rem !important}.pr-xs-5,.px-xs-5{padding-right:3rem !important}.pb-xs-5,.py-xs-5{padding-bottom:3rem !important}.pl-xs-5,.px-xs-5{padding-left:3rem !important}.m-xs-n1{margin:-0.25rem !important}.mt-xs-n1,.my-xs-n1{margin-top:-0.25rem !important}.mr-xs-n1,.mx-xs-n1{margin-right:-0.25rem !important}.mb-xs-n1,.my-xs-n1{margin-bottom:-0.25rem !important}.ml-xs-n1,.mx-xs-n1{margin-left:-0.25rem !important}.m-xs-n2{margin:-0.5rem !important}.mt-xs-n2,.my-xs-n2{margin-top:-0.5rem !important}.mr-xs-n2,.mx-xs-n2{margin-right:-0.5rem !important}.mb-xs-n2,.my-xs-n2{margin-bottom:-0.5rem !important}.ml-xs-n2,.mx-xs-n2{margin-left:-0.5rem !important}.m-xs-n3{margin:-1rem !important}.mt-xs-n3,.my-xs-n3{margin-top:-1rem !important}.mr-xs-n3,.mx-xs-n3{margin-right:-1rem !important}.mb-xs-n3,.my-xs-n3{margin-bottom:-1rem !important}.ml-xs-n3,.mx-xs-n3{margin-left:-1rem !important}.m-xs-n4{margin:-1.5rem !important}.mt-xs-n4,.my-xs-n4{margin-top:-1.5rem !important}.mr-xs-n4,.mx-xs-n4{margin-right:-1.5rem !important}.mb-xs-n4,.my-xs-n4{margin-bottom:-1.5rem !important}.ml-xs-n4,.mx-xs-n4{margin-left:-1.5rem !important}.m-xs-n5{margin:-3rem !important}.mt-xs-n5,.my-xs-n5{margin-top:-3rem !important}.mr-xs-n5,.mx-xs-n5{margin-right:-3rem !important}.mb-xs-n5,.my-xs-n5{margin-bottom:-3rem !important}.ml-xs-n5,.mx-xs-n5{margin-left:-3rem !important}.m-xs-auto{margin:auto !important}.mt-xs-auto,.my-xs-auto{margin-top:auto !important}.mr-xs-auto,.mx-xs-auto{margin-right:auto !important}.mb-xs-auto,.my-xs-auto{margin-bottom:auto !important}.ml-xs-auto,.mx-xs-auto{margin-left:auto !important}}

@media (min-width: 576px){
.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}

@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}

@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}

@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}

.d-none               {display: none !important;}
.d-inline             {display: inline !important;}
.d-inline-block       {display: inline-block !important;}
.d-block              {display: block !important;}
.d-table              {display: table !important;}
.d-table-row          {display: table-row !important;}
.d-table-cell         {display: table-cell !important;}
.d-flex               {display: -ms-flexbox !important;display: flex !important;}
.d-inline-flex        {display: -ms-inline-flexbox !important;display: inline-flex !important;}

@media (min-width: 576px) {
.d-sm-none            {display: none !important;}
.d-sm-inline          {display: inline !important;}
.d-sm-inline-block    {display: inline-block !important;}
.d-sm-block           {display: block !important;}
.d-sm-table           {display: table !important;}
.d-sm-table-row       {display: table-row !important;}
.d-sm-table-cell      {display: table-cell !important;}
.d-sm-flex            {display: -ms-flexbox !important;display: flex !important;}
.d-sm-inline-flex     {display: -ms-inline-flexbox !important;display: inline-flex !important;}
}

@media (min-width: 768px) {
.d-md-none            {display: none !important;}
.d-md-inline          {display: inline !important;}
.d-md-inline-block    {display: inline-block !important;}
.d-md-block           {display: block !important;}
.d-md-table           {display: table !important;}
.d-md-table-row       {display: table-row !important;}
.d-md-table-cell      {display: table-cell !important;}
.d-md-flex            {display: -ms-flexbox !important;display: flex !important;}
.d-md-inline-flex     {display: -ms-inline-flexbox !important;display: inline-flex !important;}
}

@media (min-width: 992px) {
.d-lg-none            {display: none !important;}
.d-lg-inline          {display: inline !important;}
.d-lg-inline-block    {display: inline-block !important;}
.d-lg-block           {display: block !important;}
.d-lg-table           {display: table !important;}
.d-lg-table-row       {display: table-row !important;}
.d-lg-table-cell      {display: table-cell !important;}
.d-lg-flex            {display: -ms-flexbox !important;display: flex !important;}
.d-lg-inline-flex     {display: -ms-inline-flexbox !important;display: inline-flex !important;}
}

@media (min-width: 1200px) {
.d-xl-none            {display: none !important;}
.d-xl-inline          {display: inline !important;}
.d-xl-inline-block    {display: inline-block !important;}
.d-xl-block           {display: block !important;}
.d-xl-table           {display: table !important;}
.d-xl-table-row       {display: table-row !important;}
.d-xl-table-cell      {display: table-cell !important;}
.d-xl-flex            {display: -ms-flexbox !important;display: flex !important;}
.d-xl-inline-flex     {display: -ms-inline-flexbox !important;display: inline-flex !important;}
}

@media print {
.d-print-none         {display: none !important;}
.d-print-inline       {display: inline !important;}
.d-print-inline-block {display: inline-block !important;}
.d-print-block        {display: block !important;}
.d-print-table        {display: table !important;}
.d-print-table-row    {display: table-row !important;}
.d-print-table-cell   {display: table-cell !important;}
.d-print-flex         {display: -ms-flexbox !important;display: flex !important;}
.d-print-inline-flex  {display: -ms-inline-flexbox !important;display: inline-flex !important;}
}

/* BANER HERO */
.contentBanner{position:relative;display:block;height:575px;margin:0px;background-size:cover !important}
.contentBanner > .panel-content-wrapper{padding:0px}
.contentBanner > .panel-content-wrapper .panel-content-1{position:relative;top:120px;background:rgba(255, 255, 255, 0.0);color:#002d72}
.contentBanner > .panel-content-wrapper .panel-content-2{position:relative;top:120px;background:rgba(0, 45, 114, 0.0);color:#ffffff}
.contentBanner > .panel-content-wrapper .panel-content-3{position:relative;top:120px;background:rgba(255, 255, 255, 0.0);color:#000000}

.contentBanner .bannerCaption{margin-left:420px;text-align:center;position:absolute;color:#666;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.contentBanner .bannerCaption a{text-decoration:none}
.contentBanner .bannerCaption .btn{width:13em;display:block;font-size:1.5em;color:#fff;font-weight:normal;padding:0.5em;text-align:center;background:#682145;margin:1.2em auto 0;cursor:pointer;border-radius:0px;text-transform:uppercase}
.contentBanner .bannerCaption .btn:hover{opacity:0.9}

.contentBanner .bannerCaption.browse{right:20px;top:95px;width:475px;color:#666}
.contentBanner .bannerCaption.special{right:40px;top:105px;width:400px;color:#fff}

.contentBanner .bannerCaption.travel{right:20px;top:95px;width:575px;color:#606060}
.contentBanner .bannerCaption.gift-card{right:100px;top:95px;width:340px}
.contentBanner .bannerCaption.pay-my-loan{right:100px;top:95px;width:520px;color:#002d72}
.contentBanner .bannerCaption.cash-back{right:100px;top:95px;width:520px;color:#fff}

.contentBanner .bannerCaption.merch{right:100px;top:95px;width:340px}
.contentBanner .bannerCaption.merch h1{color:#fff}
.contentBanner .bannerCaption.merch p{color:#fff}

.contentBanner .bannerCaption.digital{right:100px;top:95px;width:340px}
.contentBanner .bannerCaption.digital h1{color:#fff}
.contentBanner .bannerCaption.digital p{color:#fff}

.contentBanner .bannerCaption h1.browse{font-weight:bold;font-size:2.5em;margin-bottom:0.35em;max-width:50em;text-transform:uppercase;text-align:center}
.contentBanner .bannerCaption h1{-webkit-font-smoothing:antialiased;font-weight:100;font-size:4.5rem;margin:0em 0 0.15em;text-align:left;max-width:50em}
.contentBanner .bannerCaption p.big{-webkit-font-smoothing:antialiased;font-weight:100;font-size:3em;margin:0em 0 0.5em;text-align:center;max-width:50em;line-height:1em}
.contentBanner .bannerCaption p{font-size:1.4em;line-height:1.8em;text-align:left;max-width:50em;margin:0 auto}

.fcb-card-blue-wave-pattern{position:relative;display:block;overflow:hidden;border-radius:18px;}
.fcb-card-blue-wave-pattern > .pattern-container{position:absolute;display:block;width:100%;height:100%;top:0px;left:0px;transition: opacity .4s ease-in-out;background:#006ba6;z-index:0}
.fcb-card-blue-wave-pattern > .pattern-container::after{position:absolute;display:block;width:100%;height:100%;max-width:100%;top:0px;left:0px;content:' ';background:url('../../images/patterns/wave-pattern-blue.svg') no-repeat;background-size:100%;background-position:50% 50%;z-index:1;opacity:.3}

.fcb-card-blue-wave-pattern > .fcb-card__eyebrow{position:absolute;display:block;width:100%;height:100%;z-index:2}
.fcb-card-blue-wave-pattern > .fcb-card-title, .fcb-card-blue-wave-pattern > .fcb-card-body, .fcb-card-blue-wave-pattern > .fcb-card-footer{position:relative;display:block;z-index:2}

.fcb-card-green-wave-pattern{position:relative;display:block;overflow:hidden;border-radius:18px;}
.fcb-card-green-wave-pattern > .pattern-container{position:absolute;display:block;width:100%;height:100%;top:0px;left:0px;transition: opacity .4s ease-in-out;background:#007255;z-index:0}
.fcb-card-green-wave-pattern > .pattern-container::after{position:absolute;display:block;width:100%;height:100%;max-width:100%;top:0px;left:0px;content:' ';background:url('../../images/patterns/wave-pattern-green.svg') no-repeat;background-size:100%;background-position:50% 50%;z-index:1;opacity:.3}

.fcb-card-green-wave-pattern > .fcb-card__eyebrow{position:absolute;display:block;width:100%;height:100%;z-index:2}
.fcb-card-green-wave-pattern > .fcb-card-title, .fcb-card-green-wave-pattern > .fcb-card-body, .fcb-card-green-wave-pattern > .fcb-card-footer{position:relative;display:block;z-index:2}

.fcb-card-blue-wave-pattern > .container, .fcb-card-green-wave-pattern > .container{z-index:2}

@media only screen and (min-width:1750px) and (max-width:3000px) {
    .vertical-position-20{top:20px !important}.vertical-position-40{top:40px !important}.vertical-position-60{top:60px !important}.vertical-position-80{top:80px !important}.vertical-position-100{top:100px !important}.vertical-position-120{top:120px !important}.vertical-position-140{top:140px !important}.vertical-position-160{top:160px !important}.vertical-position-180{top:180px !important}.vertical-position-200{top:200px !important}.vertical-position-220{top:220px !important}.vertical-position-240{top:240px !important}.vertical-position-260{top:260px !important}
}
@media only screen and (min-width:1360px) and (max-width:1749px) {
    .vertical-position-20{top:20px !important}.vertical-position-40{top:40px !important}.vertical-position-60{top:60px !important}.vertical-position-80{top:80px !important}.vertical-position-100{top:100px !important}.vertical-position-120{top:120px !important}.vertical-position-140{top:140px !important}.vertical-position-160{top:160px !important}.vertical-position-180{top:180px !important}.vertical-position-200{top:200px !important}.vertical-position-220{top:220px !important}.vertical-position-240{top:240px !important}.vertical-position-260{top:260px !important}
}
@media only screen and (max-width:1360px) {.contentBanner{position:relative;height:500px}.contentBanner > .panel-content-wrapper .panel-content-1, .contentBanner > .panel-content-wrapper .panel-content-2, .contentBanner > .panel-content-wrapper .panel-content-3{top:60px;max-width:80%);}}
@media only screen and (min-width:1200px) and (max-width:1360px) {
    .vertical-position-20{top:20px !important}.vertical-position-40{top:40px !important}.vertical-position-60{top:60px !important}.vertical-position-80{top:80px !important}.vertical-position-100{top:100px !important}.vertical-position-120{top:120px !important}.vertical-position-140{top:140px !important}.vertical-position-160{top:160px !important}.vertical-position-180{top:180px !important}.vertical-position-200{top:200px !important}.vertical-position-220{top:220px !important}.vertical-position-240{top:240px !important}.vertical-position-260{top:260px !important}
}
@media only screen and (max-width:1199px) {.contentBanner{position:relative;height:450px}.contentBanner > .panel-content-wrapper .panel-content-1, .contentBanner > .panel-content-wrapper .panel-content-2, .contentBanner > .panel-content-wrapper .panel-content-3{top:60px;max-width:90%);}}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .vertical-position-20{top:20px !important}.vertical-position-40{top:40px !important}.vertical-position-60{top:60px !important}.vertical-position-80{top:80px !important}.vertical-position-100{top:100px !important}.vertical-position-120{top:120px !important}.vertical-position-140{top:140px !important}.vertical-position-160{top:160px !important}.vertical-position-180{top:180px !important}.vertical-position-200{top:200px !important}.vertical-position-220{top:220px !important}.vertical-position-240{top:240px !important}.vertical-position-260{top:260px !important}
}
@media only screen and (max-width:991px) {
.contentBanner{position:relative;height:395px}.contentBanner > .panel-content-wrapper .panel-content-1, .contentBanner > .panel-content-wrapper .panel-content-2, .contentBanner > .panel-content-wrapper .panel-content-3{max-width:90%}
h1, .h1                     {font-size: 2.5rem;}
h2, .h2                     {font-size: 2rem;}
h3, .h3                     {font-size: 1.75rem;}
h4, .h4                     {font-size: 1.5rem;}
h5, .h5                     {font-size: 1.25rem;}
h6, .h6                     {font-size: 1rem;}
}
@media only screen and (min-width:769px) and (max-width:991px) {

}
@media only screen and (max-width:768px) {
.bg-position-0{background-position:0% 0px !important}.bg-position-25{background-position:25% 0px !important}.bg-position-50{background-position:50% 0px !important}.bg-position-75{background-position:75% 0px !important}.bg-position-100{background-position:100% 0px !important}.bg-position-0{background-position:0% 0px !important}.bg-position-25{background-position:25% 0px !important}.bg-position-50{background-position:50% 0px !important}.bg-position-75{background-position:75% 0px !important}.bg-position-100{background-position:100% 0px !important}
.contentBanner{position:relative;height:auto;background-size:auto 330px !important}.pay-my-loan{background-position:25%  0px !important}.cash-back-rewards{background-position:100% 0px !important}.giftcards{background-position:50%  0px !important}
.contentBanner > .panel-content-wrapper{padding:320px 0px 0px 0px}.contentBanner > .panel-content-wrapper .panel-content-1, .contentBanner > .panel-content-wrapper .panel-content-2, .contentBanner > .panel-content-wrapper .panel-content-3{top:0px;max-width:100%;background:none}.contentBanner > .panel-content-wrapper .panel-content-2{color:#000000}
.fcb-card-blue-wave-pattern > .pattern-container::after, .fcb-card-green-wave-pattern > .pattern-container::after{background-size:250%;}
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
h1, .h1                     {font-size: 2.5rem;}
h2, .h2                     {font-size: 2rem;}
h3, .h3                     {font-size: 1.75rem;}
h4, .h4                     {font-size: 1.5rem;}
h5, .h5                     {font-size: 1.25rem;}
h6, .h6                     {font-size: 1rem;}
}
@media only screen and (min-width: 430px) and (max-width: 575px) {

}
@media only screen and (min-width: 321px) and (max-width: 429px) {

}
@media only screen and (max-width: 320px) {

}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}

@media (min-width: 576px) {
.container, .container-sm {max-width: 540px;}
}

@media (min-width: 768px) {
.container, .container-sm, .container-md {max-width: 720px;}
}

@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {max-width: 960px;}
}

@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {max-width: 1140px;}
}

.row                                    {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}

.no-gutters                             {margin-right: 0;margin-left: 0;}
.no-gutters > .col,
.no-gutters > [class*="col-"]           {padding-right: 0;padding-left: 0;}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,

.col-xl-auto                            {position: relative;width: 100%;padding-right: 15px;padding-left: 15px;}
.col                                    {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}

.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table th, .table td{padding:0.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm th, .table-sm td{padding:0.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered th, .table-bordered td{border:1px solid #dee2e6}.table-bordered thead th, .table-bordered thead td{border-bottom-width:2px}.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0, 0, 0, 0.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,0.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#b8daff}.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody+tbody{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover > td, .table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#d6d8db}.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody+tbody{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-success th, .table-success td, .table-success thead th, .table-success tbody+tbody{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover > td, .table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-info th, .table-info td, .table-info thead th, .table-info tbody+tbody{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover > td, .table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody+tbody{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover > td, .table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody+tbody{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover > td, .table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:#fdfdfe}.table-light th, .table-light td, .table-light thead th, .table-light tbody+tbody{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover > td, .table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>th,.table-dark>td{background-color:#c6c8ca}.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover > td, .table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>th,.table-active>td{background-color:rgba(0, 0, 0, 0.075)}.table-hover .table-active:hover{background-color:rgba(0, 0, 0, 0.075)}.table-hover .table-active:hover > td, .table-hover .table-active:hover>th{background-color:rgba(0, 0, 0, 0.075)}.table .thead-dark th{color:#fff;background-color:#616B76;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#616B76}.table-dark th, .table-dark td, .table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255, 255, 255, 0.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255, 255, 255, 0.075)}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}

.border-top           {border-top: 1px solid #91959F !important;}
.border-right         {border-right: 1px solid #91959F !important;}
.border-bottom        {border-bottom: 1px solid #91959F !important;}
.border-left          {border-left: 1px solid #91959F !important;}
.border-0             {border: 0 !important;}
.border-top-0         {border-top: 0 !important;}
.border-right-0       {border-right: 0 !important;}
.border-bottom-0      {border-bottom: 0 !important;}
.border-left-0        {border-left: 0 !important;}
.border-primary       {border-color: #0a4abb !important;}
.border-secondary     {border-color: #707070 !important;}
.border-gray          {border-color: #91959F !important;}
.border-success       {border-color: #318012 !important;}
.border-info          {border-color: #318012 !important;}
.border-warning       {border-color: #ffe000 !important;}
.border-danger        {border-color: #E80000 !important;}
.border-white-smoke   {border-color: #eeeeee !important;}
.border-shuttle-gray  {border-color: #616B76 !important;}
.border-white         {border-color: #fff !important;}

.rounded-xs           {border-radius: 0.25rem !important;}
.rounded-sm           {border-radius: 0.55rem !important;}
.rounded              {border-radius: 1.45rem !important;}
.rounded-top          {border-top-left-radius: 1.45rem !important;border-top-right-radius: 1.45rem !important;border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important;}
.rounded-right        {border-top-right-radius: 1.45rem !important;border-bottom-right-radius: 1.45rem !important;border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;}
.rounded-bottom       {border-top-left-radius:0 !important;border-top-right-radius:0 !important;border-bottom-right-radius: 1.45rem !important;border-bottom-left-radius: 1.45rem !important;}
.rounded-left         {border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;border-top-left-radius: 1.45rem !important;border-bottom-left-radius: 1.45rem !important;}
.rounded-lg           {border-radius: 1.45rem !important;}
.rounded-circle       {border-radius: 50% !important;}
.rounded-pill         {border-radius: 50rem !important;}
.rounded-pill-top     {border-top-left-radius:50rem !important;border-top-right-radius:50rem !important;border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important;}
.rounded-pill-right   {border-top-right-radius:50rem !important;border-bottom-right-radius:50rem !important;border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;}
.rounded-pill-bottom  {border-top-left-radius:0 !important;border-top-right-radius:0 !important;border-bottom-right-radius:50rem !important;border-bottom-left-radius:50rem !important;}
.rounded-pill-left    {border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;border-top-left-radius:50rem !important;border-bottom-left-radius:50rem !important;}
.rounded-0            {border-radius: 0 !important;}

.border-one-right     {border-right: 1px solid;}
.border-two-right     {border-right: 1px solid;}
.border-three-right   {border-right: 1px solid;}
.border-four-right    {border-right: 1px solid;}
@media only screen and (min-width:1750px) and (max-width:3000px) {

}
@media only screen and (min-width:1360px) and (max-width:1749px) {

}
@media only screen and (max-width:1360px) {}
@media only screen and (min-width:1200px) and (max-width:1360px) {

}
@media only screen and (max-width:1199px) {}
@media only screen and (min-width:992px) and (max-width:1199px) {

}
@media only screen and (max-width:991px) {}
@media only screen and (min-width:769px) and (max-width:991px) {
.border-two-right                     {display:block;border-right:0px;border-bottom:1px solid;}
}
@media only screen and (max-width:768px) {.border-one-right                     {display:block;border-right:0px;border-bottom:1px solid;}}
@media only screen and (min-width: 576px) and (max-width: 768px) {
.border-two-right                     {display:block;border-right:0px;border-bottom:1px solid;}
}
@media only screen and (min-width: 430px) and (max-width: 575px) {
.border-two-right                     {display:block;border-right:0px;border-bottom:1px solid;}
}
@media only screen and (min-width: 321px) and (max-width: 429px) {
.border-two-right                     {display:block;border-right:0px;border-bottom:1px solid;}
}
@media only screen and (max-width: 320px) {
.border-two-right                     {display:block;border-right:0px;border-bottom:1px solid;}
}

/* HOME */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 999;
  height: 100%; }

.status {
  width: 200px;
  height: 200px;
  position: fixed;
  left: 50%;
  top: 25%;
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: -100px; }

.greenText {
  color: #77ba29 !important; }

#slider-carousel .slider-content-wrapper {
    left: 50%;
    margin-left: -630px;
    max-width: 1260px;
    position: absolute;
    top: 6em;
    width: 100%;
}

#slider-carousel .desktop-large-only {
    display: block; }

#slider-carousel {
  display: none !important; }

 #slider-carousel .desktop-only {
    display: none; }

@media screen and (max-width: 1260px)
  {
  #slider-carousel .slider-content-wrapper {
    left:0%;
    margin-left: 0px;
    top: 3em;
    width: 100%; }
  }

  @media screen and (max-width: 1100px) {

 #slider-carousel .desktop-large-only {
    display: none; }
     #slider-carousel .desktop-only {
    display: block; }
    #slider-carousel {
      display: block !important; } }
  #slider-carousel .owl-controls {
    padding: 0 !important;
    position: absolute;
     }
  #slider-carousel .owl-pagination {
    margin: -50px 0 15px;
    z-index: 10; }

    @media screen and (max-width: 450px) {
      #slider-carousel .desktop-only {
        display: none; } }
  #slider-carousel .mobile-only {
    display: none; }
    @media screen and (max-width: 450px) {
      #slider-carousel .mobile-only {
        display: block; } }
  #slider-carousel img {
    width: 100%; }
  #slider-carousel #slide-1 {
    width: 100%; }
    #slider-carousel #slide-1 .content {
      width: 280px;
      left: 2em; }
    @media screen and (max-width: 770px) {
      #slider-carousel #slide-1 .content {
        left: 2em;
        width: 250px; } }
    @media screen and (max-width: 450px) {
      #slider-carousel #slide-1 .content {
        left: 2em;
        width: 190px; } }
  #slider-carousel #slide-2 {
    width: 100%; }
    #slider-carousel #slide-2 .content {
      right: 1%;
      width: 390px; }
    @media screen and (max-width: 770px) {
      #slider-carousel #slide-2 .content {
        right: 3em;
        width: 290px; } }
    @media screen and (max-width: 450px) {
      #slider-carousel #slide-2 .content {
        right: 2.5em;
        width: 200px; } }
  #slider-carousel #slide-3 {
    width: 100%; }
    #slider-carousel #slide-3 .content {
      left: 2em;
      width: 360px; }
      #slider-carousel #slide-3 .content p {
        color: #ffffff; }
      #slider-carousel #slide-3 .content h2 {
        color: #ffffff; }
    @media screen and (max-width: 450px) {
      #slider-carousel #slide-3 .content {
        left: 2em;
        width: 170px; }
        #slider-carousel #slide-3 .content p {
          color: #606060; }
        #slider-carousel #slide-3 .content h2 {
          color: #606060; } }
  #slider-carousel .item {
    position: relative; }
    #slider-carousel .item .content {
      position: absolute;
      top: 10%; }
      @media screen and (max-width: 770px) {
        #slider-carousel .item .content {
          width: 250px;
          text-align: left; } }
      #slider-carousel .item .content h2 {
        font-size: 3em;
        margin: 0 0 0.25em;
        color: #606060; }
      #slider-carousel .item .content p {
        font-size: 1.4em;
        margin: 0.5em 0 1em;
        color: #606060; }
      #slider-carousel .item .content .btn {
        width: 13em;
        display: block;
        font-size: 1.7em;
        color: #fff;
        font-weight: normal;
        padding: 0.7em 0.4em;
        text-align: center;
        background: #77ba29;
        cursor: pointer;
        border-radius: 0px;
        text-transform: uppercase;
        text-decoration: none; }
        @media screen and (max-width: 770px) {
          #slider-carousel .item .content .btn {
            font-size: 1.3em;
            width: 13em; } }
        #slider-carousel .item .content .btn:hover {
          opacity: 0.9; }
      @media screen and (max-width: 770px) {
        #slider-carousel .item .content h2 {
          font-size: 1.7em;
          line-height: 17px; }

        #slider-carousel .item .content p {
          font-size: 1.2em;
          line-height: 1.2em; } }

.panel_container {
  position: relative;
  max-width: 2200px;
  margin: 0 auto; }

.panel {
  height: max-content;
  width: 100%;
  overflow: hidden;
  webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  position: relative;
}
@media screen and (max-width: 900px) {
  .panel {
    height: auto;
  }
}

@media screen and (max-width:400px) {
  .panel {
    padding-top:15px;
    padding-bottom:15px;
  }
}
  .panel .trigger-btn {
    position: absolute;
    background: url(../images/trigger-arrow.png) no-repeat center center;
    width: 42px;
    height: 42px;
    margin-left: -21px;
    left: 50%;
    bottom: 50px;
    z-index: 2;
    cursor: pointer; }
  .panel .panel-content-wrapper {
    max-width: 1260px;
    width: 100%;
    left: 50%;
    top: 0;
    margin-left: -630px;
    position: absolute; }
    @media screen and (max-width: 1300px) {
      .panel .panel-content-wrapper {
        left: 0;
        margin-left: 0; } }
    .panel .panel-content-wrapper .panel-content-1 {
      position: absolute;
      width: 100%;
      top: 50px;
      left: 0;
      z-index: 3;
      webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden; }
      @media screen and (max-width: 1300px) {
        .panel .panel-content-wrapper .panel-content-1 {
          padding: 0 2em; } }
    .panel .panel-content-wrapper .panel-content-2 {
      position: absolute;
      width: 55em;
      top: 130px;
      right: 0px;
      webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden; }
      @media screen and (max-width: 1300px) {
        .panel .panel-content-wrapper .panel-content-2 {
          padding: 0 2em; } }
    .panel .panel-content-wrapper .panel-content-3 {
      position: absolute;
      width: 55em;
      top: 130px;
      left: 0;
      webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden; }
      @media screen and (max-width: 1300px) {
        .panel .panel-content-wrapper .panel-content-3 {
          padding: 0 2em; } }
      .panel .panel-content-wrapper .panel-content-3 h2, .panel .panel-content-wrapper .panel-content-3 p {
        color: #fff; }
    @media screen and (max-width: 1300px) {
      .panel .panel-content-wrapper {
        width: 100%;
        padding: 0; } }
    .panel .panel-content-wrapper h2 {
      font-size: 4em;
      color: #606060;
      margin: 0;
      line-height: 1em; }
    .panel .panel-content-wrapper p {
      font-size: 1.9em;
      color: #606060;
      font-weight: 300;
      margin-top: 0.75em;
      webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden; }
    .panel .panel-content-wrapper .btn {
      width: 13em;
      display: block;
      font-size: 1.7em;
      color: #fff;
      font-weight: normal;
      padding: 0.7em 0.4em;
      text-align: center;
      background: #77ba29;
      cursor: pointer;
      border-radius: 0px;
      text-transform: uppercase;
      text-decoration: none;
      margin-left: auto;
      margin-right: auto;
    }
      .panel .panel-content-wrapper .btn:hover {
        opacity: 0.9; }

/*.credit-card {
  top: 360px;
  position: absolute;
  left: 380px;
  z-index: 1;
  webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0ms ease;
  -moz-transition: -moz-transform 0ms ease;
  -o-transition: -o-transform 0ms ease;
  transition: transform 0ms ease; }*/
  /*@media screen and (max-width: 1800px) {
    .credit-card {
      left: 340px; } }
  @media screen and (max-width: 1550px) {
    .credit-card {
      left: 240px; } }
  @media screen and (max-width: 1350px) {
    .credit-card {
      left: 70px; } }*/
  /*.credit-card .card {
    background: url(../images/card.png) no-repeat 50% 0;
    width: 329px;
    height: 190px; }*/
  /*.credit-card .card-shadow {
    width: 296px;
    height: 82px;
    bottom: 0px;
    display: none;
    position: absolute;
    background: url(../images/card-shadow.png) no-repeat center center;
    z-index: -1; }*/

.panel_1-bg {
  background: url(../images/panel_1-bg.jpg) no-repeat;
  height: 1000px;
  width: 2200px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0); }

.panel_1-hand {
  background: url(../images/panel_1-hand.png) no-repeat;
  height: 1000px;
  width: 2200px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  position: absolute;
  top: 0px;
  left: -130px; }
  @media screen and (max-width: 1800px) {
    .panel_1-hand {
      left: -170px; } }
  @media screen and (max-width: 1550px) {
    .panel_1-hand {
      left: -270px; } }
  @media screen and (max-width: 1350px) {
    .panel_1-hand {
      left: -435px; } }

.panel_1-thumb {
  background: url(../images/panel_1-thumb.png) no-repeat;
  height: 1000px;
  width: 2200px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  z-index: 2;
  position: absolute;
  top: 0px;
  left: -130px; }
  @media screen and (max-width: 1800px) {
    .panel_1-thumb {
      left: -170px; } }
  @media screen and (max-width: 1550px) {
    .panel_1-thumb {
      left: -270px; } }
  @media screen and (max-width: 1350px) {
    .panel_1-thumb {
      left: -435px; } }

.panel_1-table {
  background: url(../images/panel_1-table.png) no-repeat;
  height: 1000px;
  width: 2200px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 1800px) {
    .panel_1-table {
      left: -150px; } }
  @media screen and (max-width: 1550px) {
    .panel_1-table {
      left: -290px; } }
  @media screen and (max-width: 1350px) {
    .panel_1-table {
      left: -420px; } }

.panel_2-bg {
  background: url(../images/panel_2-bg.jpg) no-repeat;
  height: 1000px;
  width: 2200px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 1800px) {
    .panel_2-bg {
      left: -150px; } }
  @media screen and (max-width: 1550px) {
    .panel_2-bg {
      left: -290px; } }
  @media screen and (max-width: 1350px) {
    .panel_2-bg {
      left: -420px; } }

.panel_2-desk {
  background: url(../images/panel_2-desk.png) no-repeat;
  height: 1000px;
  width: 2200px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 1800px) {
    .panel_2-desk {
      left: -150px; } }
  @media screen and (max-width: 1550px) {
    .panel_2-desk {
      left: -290px; } }
  @media screen and (max-width: 1350px) {
    .panel_2-desk {
      left: -420px; } }

.panel_3-bg {
  background: url(../images/panel_3-bg.jpg) no-repeat;
  height: 1000px;
  width: 2200px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 1800px) {
    .panel_3-bg {
      left: -150px; } }
  @media screen and (max-width: 1550px) {
    .panel_3-bg {
      left: -290px; } }
  @media screen and (max-width: 1350px) {
    .panel_3-bg {
      left: -420px; } }

.panel_3-table {
  background: url(../images/panel_3-table.png) no-repeat;
  height: 1000px;
  width: 2200px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 1800px) {
    .panel_3-table {
      left: -150px; } }
  @media screen and (max-width: 1550px) {
    .panel_3-table {
      left: -290px; } }
  @media screen and (max-width: 1350px) {
    .panel_3-table {
      left: -420px; } }

.featured-rewards {
  background: #fff;
  margin: 17px auto 0;
  text-align: center;
  max-width: 845px; }
  .featured-rewards h3 {
    color: #2e59a8;
    font-size: 3.2em;
    margin: 0; }
    @media screen and (max-width: 770px) {
      .featured-rewards h3 {
        font-size: 2em; } }
  @media screen and (max-width: 770px) {
    .featured-rewards {
      padding-top: 5px;
      line-height: 25px;
      -webkit-background-size: 50px;
      -moz-background-size: 50px;
      -o-background-size: 50px;
      background-size: 50px; } }

.item-carousel {
  max-width:900px;
  margin: 0 auto;
}
.item-carousel .item
{
  position:relative;
  padding: 0;
  margin: 30px 10px 10px 10px;
  text-align: center;
  webkit-backface-visibility: hidden; }
  .item-carousel .item img {
    margin-bottom: 12px; }
  .item-carousel .item span {
    display: block; }
  .item-carousel .item .item-bold {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 1.8em;
    margin: 0 0 0.35em; }
  .item-carousel .item .item-desc {
    font-weight: 400;
    font-size: 1.4em;
    margin: 0; }
  .item-carousel .item a.btn {
    display: block;
    position:absolute;
    left:50%;
    margin-left:-75px;
    bottom:1em;
    width:150px;
    color: #2e59a8;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.6em;
    text-decoration: none;
    border-radius: 0px; }

.travel-redemption-images {
  border-bottom: 0 !important; }
  .travel-redemption-images img {
    width: 100%; }

.reward-controls {
  width: 97%;
  position: absolute;
  top: 150px; }
  @media screen and (max-width: 770px) {
    .reward-controls {
      display: none; } }
  .reward-controls .next {
    background: url(../images/reward-next.png);
    width: 31px;
    height: 59px;
    position: absolute;
    right: -30px;
    cursor: pointer; }
    @media screen and (max-width: 1340px) {
      .reward-controls .next {
        right: 5px; } }
  .reward-controls .prev {
    background: url(../images/reward-prev.png);
    width: 31px;
    height: 59px;
    position: absolute;
    left: -30px;
    cursor: pointer; }
    @media screen and (max-width: 1340px) {
      .reward-controls .prev {
        left: 5px; } }

.rewards {
  text-align: center;
  padding: 35px 2em;
  webkit-backface-visibility: hidden;
}
.rewards .container {
  text-align: center;
  margin: 50px auto;
  max-width: 1100px;
}
.rewards .col {
  position: relative;
}
.rewards .new-banner {
  background-color: #cd163f;
  padding: 7px;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 0px;
  font-size:1.8rem;
  line-height:1.8rem;
  z-index:51;
}
.rewards h1 {
  font-size: 6rem;
  line-height: 6rem;
  font-weight: normal;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 770px) {
  .rewards h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  .rewards .filter-container .section .col {
    max-width: 60rem;
    margin: 0 auto;
    float: none;
  }
}
.rewards p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin: 0 auto;
  font-weight: normal;
  max-width:800px;
}
.rewards.small p {
  max-width: 625px;
}
@media screen and (max-width: 770px) {
  .rewards p {
    font-size: 1.7em;
  }
}
.rewards .reward-carousel .item p {
  color: #2e59a8;
  line-height: 18px;
  font-size: 1.5em;
  font-weight: 400;
}
.rewards .reward-carousel .item:hover {
  opacity: 0.7;
  cursor: pointer;
}
.rewards .owl-controls {
  padding: 25px 0;
}
.rewards .icon {
  height: 80px;
  margin: 0 auto 5px;
  max-width: 200px;
  transition-duration: 0.35s;
  transition-property: max-width;
  vertical-align: middle;
}
.rewards .icon img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 1175px) {
  .rewards {
    padding: 3em 2em 35px;
  }
  .prev, .next {
    display:none;
  }
  .item-carousel .item a.btn
  {
    bottom:0;
  }

}
  @media screen and (max-width: 770px) {
    .rewards {
      padding: 50px 5%; } }

.pool-points {
  min-height: 275px;
  background-color: #2e59a8;
  padding: 30px 0 30px;
}
.pool-points h1 {
  font-size: 6rem;
  line-height: 6rem;
  font-weight: normal;
  vertical-align: middle;
  margin: 0;
}
.pool-points h2 {
  font-size: 3rem;
  line-height:3.9rem;
  font-weight: normal;
}
@media screen and (max-width: 770px) {
  .pool-points {
    padding: 25px 0 45px;
    margin-top: 0px;
  }
  .pool-points h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
  .pool-points .container {
    text-align: center;
    padding: 0 6%; }
  .pool-points h3 {
    font-size: 2.8em;
    color: white;
    font-weight: 400;
    margin: 20px 0 15px; }
    @media screen and (max-width: 770px) {
      .pool-points h3 {
        font-size: 2.2em;
        line-height: 26px;
        margin: 25px 0 20px; } }
  .pool-points p {
    margin: 0 auto 35px;
    max-width: 915px;
    color: white;
    line-height: 22px;
    font-size: 1.8em;
    text-align: left; }
    @media screen and (max-width: 770px) {
      .pool-points p {
        font-size: 1.4em; } }
  .pool-points a.btn {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.8em;
    padding: 0.6em 0.4em;
    max-width: 20em;
    margin: 0.7em auto 0;
    border-radius: 0px;
    background: none repeat scroll 0 0 #77ba29;
    text-decoration: none !important; }
    .pool-points a.btn.bottom {
      margin-bottom: 30px; }
  .pool-points img {
    margin: 0 auto; }

.reward-slider-wrapper {
  position: relative; }
  .reward-slider-wrapper .reward-slide-title {
    width: 1260px;
    left: 50%;
    margin-left: -630px;
    position: absolute;
    z-index: 1;
    top: -11px; }
    .reward-slider-wrapper .reward-slide-title p {
      color: #fff;
      font-weight: 700;
      font-size: 3.2em;
      text-align: center;
      margin-top: 0.3em; }
      @media screen and (max-width: 770px) {
        .reward-slider-wrapper .reward-slide-title p {
          font-size: 2.5em; } }
    .reward-slider-wrapper .reward-slide-title .reward-slide-content {
      width: 450px;
      height: 100px;
      background: #2e59a8;
      position: absolute;
      top: 0;
      left: 65px;
      -webkit-backface-visibility: hidden; }
      @media screen and (max-width: 770px) {
        .reward-slider-wrapper .reward-slide-title .reward-slide-content {
          height: 80px; } }
      @media screen and (max-width: 1100px) {
        .reward-slider-wrapper .reward-slide-title .reward-slide-content {
          left: 50%;
          margin-left: -225px; } }
      .reward-slider-wrapper .reward-slide-title .reward-slide-content:before {
        content: "";
        width: 9px;
        height: 11px;
        background: url(../images/slider-tag-left.png);
        position: absolute;
        left: -9px;
        top: 0;
        z-index: 2;
        -webkit-backface-visibility: hidden; }
      .reward-slider-wrapper .reward-slide-title .reward-slide-content:after {
        content: "";
        width: 9px;
        height: 11px;
        background: url(../images/slider-tag-right.png);
        position: absolute;
        right: -9px;
        top: 0;
        z-index: 2;
        -webkit-backface-visibility: hidden; }
  .reward-slider-wrapper .owl-controls {
    bottom: 0 !important;
    position: absolute !important; }
  .reward-slider-wrapper .reward-slider-controls {
    position: absolute;
    bottom: 20px;
    width: 10%;
    left: 50%;
    margin-left: -5%; }
    @media screen and (max-width: 770px) {
      .reward-slider-wrapper .reward-slider-controls {
        display: none; } }
    .reward-slider-wrapper .reward-slider-controls .next {
      float: right;
      width: 12px;
      height: 21px;
      background: url(../images/arrow-right.png) no-repeat;
      cursor: pointer; }
    .reward-slider-wrapper .reward-slider-controls .prev {
      float: left;
      width: 12px;
      height: 21px;
      background: url(../images/arrow-left.png) no-repeat;
      cursor: pointer; }
.slide {
  width: 100%;
  height: 565px;
  position: relative;
 }
 .slide .slide-content-wrapper.text-left {
   text-align: left; }
   @media screen and (max-width: 1100px) {
     .slide .slide-content-wrapper.text-left {
       text-align: center;
       padding: 0 10px;
       width: 100%;
       margin-left: 0;
       left: 0; } }
  .slide .slide-content-wrapper {
    width: 1100px;
    margin-left: -550px;
    position: absolute;
    left: 50%;
    top: 130px;
    text-align: center; }
    .slide .slide-content-wrapper .slide-content {
      width: 43em; }
      @media screen and (max-width: 1100px) {
        .slide .slide-content-wrapper {
          width: 100%;
          margin-left:0;
          left:0;
          padding: 0 10px;
        }
        .slide .slide-content-wrapper .slide-content {
          width: 100%; } }
      .slide .slide-content-wrapper .slide-content p.header-title {
        margin: 0 0 0.35em 0;
        color: #00336d;
        font-size: 4em;
        font-weight: 600; }
        @media screen and (max-width: 1100px) {
          .slide .slide-content-wrapper .slide-content p.header-title {
            font-size: 3em;
          }
        }
      .slide .slide-content-wrapper .slide-content p.title {
        margin: 0;
        color: #606060;
        font-size: 2em;
        font-weight: 600; }
        @media screen and (max-width: 770px) {
          .slide .slide-content-wrapper .slide-content p.title {
            font-size: 1.5em; } }
      .slide .slide-content-wrapper .slide-content p {
        margin: 0;
        color: #606060;
        font-size: 1.6em;
        font-weight: 300; }
        @media screen and (max-width: 770px) {
          .slide .slide-content-wrapper .slide-content p {
            font-size: 1.4em; } }
      .slide .slide-content-wrapper .slide-content .btn {
        color: #fff;
        border-radius: 0px;
        background: #682145;
        padding: 0.4em 0.5em;
        font-size: 1.7em;
        font-weight: normal;
        display: block;
        max-width: 10em;
        margin: 1.25em auto 0;
        text-transform: uppercase;
        text-decoration: none; }
      .slide .slide-content-wrapper .slide-content img {
        margin: 0 auto 1em; }

.morph-button-container {
  left: 50%;
  margin: 0 auto 0 -650px;
  max-width: 1300px;
  padding: 2em;
  position: absolute;
  top: 245px;
  z-index: 10; }
  @media screen and (max-width: 1300px) {
    .morph-button-container {
      width: 100%;
      max-width: 100%;
      left: 0%;
      margin: 0; } }
  @media screen and (max-width: 1100px) {
    .morph-button-container {
      display: none; } }

/* END Home*/
.main {
  background: #fff;

  /** Start Right Sidebar **/
  /** END Right Sidebar **/
  /** Start Left Content **/
  /** END Left Content **/
  /** Start ACCOUNT PAGE **/
  /** Start Alert **/ }
  @media screen and (max-width: 770px) {
    .main {
      text-align: center; }
      .main.block {
        padding: 2em 0.25em; }
        .main.block.left {
            text-align:left;
        }
  }
  .main.tan {
    background: #ededed; }
  .main.points {
    max-width: 103em;
    padding: 20px 0; }
  .main h1 {
    font-size: 2.4em;
    font-weight: 400;
    color: #606060;
    margin: 0 0 0.5em;
    -webkit-backface-visibility: hidden; }
    .main h1.left {
      text-align: left; }
      @media screen and (max-width: 860px) {
        .main h1.left {
          text-align: center; } }
    @media screen and (max-width: 860px) {
      .main h1 {
        font-size: 2.1em; } }
    @media screen and (max-width: 770px) {
      .main h1 {
        font-size: 1.8em; } }
  .main h2.cashback-title {
    font-size: 2.4em;
    text-transform: uppercase;
    font-weight: 200;
    text-align: left;
    margin-bottom: 1em; }
    @media screen and (max-width: 770px) {
      .main h2.cashback-title {
        font-size: 2em;
        text-align: center; } }
  .main h3 {
    font-size: 1.8em;
    color: #606060;
    margin: 0;
    -webkit-backface-visibility: hidden; }
  .main h4 {
    font-size: 1.5em;
    color: #2e59a8;
    margin: 5px 0;
    text-align: left; }
    @media screen and (max-width: 770px) {
      .main h4 {
        text-align: center; } }
  .main p {
    font-size: 1.3em;
    margin: 0;
    text-align: left;
    -webkit-backface-visibility: hidden; }
    .main p.reward {
      font-size: 1.5em !important; }
    @media screen and (max-width: 860px) {
      .main p {
        font-size: 1.3em; } }
    @media screen and (max-width: 770px) {
      .main p {
        font-size: 1.2em;
        text-align: left; } }
  .main a {
    color: #2e59a8;
    font-weight: 600;
    -webkit-backface-visibility: hidden;
    text-decoration: none; }
  .main .btn {
    display: inline-block;
    border-radius: 0px;
    font-size: 1.6rem;
    margin-right: 0.5em;
    padding: 0.5em 2em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    -webkit-backface-visibility: hidden; }

  .main .btn.green {
    background-color: #77ba29;
    color: #fff; }
    .main .btn.green.cashback {
      margin: 5px 0; }
    .main .btn.green.right {
      float: right; }
      @media screen and (max-width: 770px) {
        .main .btn.green.right {
          float: none;
          margin:0 auto;
          margin-bottom: 20px; } }
    .main .btn.green.left {
      float: left; }
      @media screen and (max-width: 770px) {
        .main .btn.green.left {
          float: none; } }
  .main .btn.purple {
    background-color: #682145;
    color: #fff; }
    .main .btn.purple.paymeback {
      margin-right: 65px; }
      @media screen and (max-width: 770px) {
        .main .btn.purple.paymeback {
          margin-right: 0px; } }
    .main .btn.purple.right {
      float: right; }
      @media screen and (max-width: 770px) {
        .main .btn.purple.right {
          float: none;
          margin-bottom: 20px;
          display:block;
          width: 100%;
        } }
    .main .btn.purple.left {
      float: left; }
      @media screen and (max-width: 770px) {
        .main .btn.purple.left {
          float: none; } }
  .main .btn.red {
    background-color: #ba0c2f;
    color: #fff; }
  .main .btn.grey {
    background-color: #b2b2b2;
    color: #fff; }
  .main .btn.dark-grey {
    background-color: #666666;
    color: #fff; }
  .main span.cancel {
    font-size: 1.7em;
    color: #666;
    font-weight: 300; }
    .main span.cancel a {
      color: #666;
      cursor: pointer;
      font-weight: 300; }
      .main span.cancel a:hover {
        text-decoration: underline; }
  .main .textRed {
    color: #ba0c2f; }
  .main .textLeft {
    text-align: left !important; }
  .main .displayBlock {
    display: block; }
  .main .mbottom-0 {
    margin-bottom: 0px; }
  .main .mbottom-5 {
    margin-bottom: 5px; }
  .main .mbottom-10 {
    margin-bottom: 10px; }
  .main .mbottom-20 {
    margin-bottom: 20px; }
  .main .mbottom-25 {
    margin-bottom: 25px; }
  .main .mbottom-30 {
    margin-bottom: 30px; }
  .main p.desktop-only {
    display: block; }
    @media screen and (max-width: 860px) {
      .main p.desktop-only {
        display: none; } }
  .main .right-sidebar {
    padding: 0 5em 0 1em;
    max-width: 62em; }
    @media screen and (max-width: 1175px) {
      .main .right-sidebar {
        padding: 0 1em;
        text-align: left; } }
    @media screen and (max-width: 770px) {
      .main .right-sidebar {
        margin-top: 2.5em; } }
    .main .right-sidebar h3 {
      margin-bottom: 0.2em; }
    .main .right-sidebar p {
      font-size: 1.3em;
      line-height: 1.5em; }
      @media screen and (max-width: 860px) {
        .main .right-sidebar p {
          font-size: 1.2em;
          max-width: 40em; } }
      @media screen and (max-width: 860px) {
        .main .right-sidebar p {
          text-align: left; } }
    .main .right-sidebar p a {
      font-size: 1em;
      display: inline; }
    .main .right-sidebar a {
      display: block;
      font-weight: bold;
      text-decoration: none;
      margin-bottom: 0.2em;
      color: #2e59a8; }
    .main .right-sidebar .btn {
      display: inline-block;
      font-size: 1.5em; }
    .main .right-sidebar ul {
      padding-left: 1em;
      font-size: 1.3em;
      list-style-image: url(../images/greencircle.png); }
      .main .right-sidebar ul li {
        line-height: 1.7em; }
        @media screen and (max-width: 770px) {
          .main .right-sidebar ul li {
            margin-bottom: 0.8em; }
            .main .right-sidebar ul li li:last-child {
              margin-bottom: 0; } }
    .main .right-sidebar ol {
      padding-left: 1.5em;
      font-size: 1.3em;
      color: #606060;
      margin-bottom: 2.5em; }
      .main .right-sidebar ol li {
        padding-left: 1em;
        margin-bottom: 0.5em; }
    .main .right-sidebar a.learn-more {
      display: inline-block;
      margin-left: 1.3em;
      font-size: 1.3em; }
  .main .left-content {
    padding: 0 0 0 0; }
    @media screen and (max-width: 1175px) {
      .main .left-content {
        padding: 0 4em 0 0; } }
    @media screen and (max-width: 770px) {
      .main .left-content {
        padding: 0 1em; } }
  .main .alert {
    width: 100%;
    border-top: 5px solid #002d72;
    color: #666;
    min-height: 9em;
    position: relative;
    padding: 1.8em 0 0 12em;
    margin-bottom: 2.5em; }
    .main .alert .close {
      display: block !important; }
    .main .alert.positive {
      background: url(../images/alert.png) no-repeat 2% 15px white; }
    .main .alert.sweepswinner {
      background: url(../images/Icon_SweepsWinner.png) no-repeat 2% 15px white; }
    .main .alert.pointsexpired {
      background: url(../images/alert-2.png) no-repeat 2% 15px white; }
    .main .alert.pooling {
      padding: 1.8em 29em 1.8em 12em;
       }
       @media screen and (max-width: 1185px) {
            .main .alert.pooling {
              padding: 1.8em 2em 1.8em 12em;
       }
       }
       @media screen and (max-width: 860px) {
            .main .alert.pooling {
              padding: 2em;
       }
       }
      @media screen and (max-width: 860px) {
        .main .alert.positive {
          background: url(../images/alert.png) no-repeat center 10% white; } }
    .main .alert.negative {
      background: url(../images/alert-2.png) no-repeat 2% center white; }
      @media screen and (max-width: 860px) {
        .main .alert.negative {
          background: url(../images/alert-2.png) no-repeat center 10% white; } }
              .main .alert.sweeps {
      background: url(../images/sweeps-alert.png) no-repeat 2% 12px white;
      padding: 1.8em 8em 0 12em; }
      @media screen and (max-width: 860px) {
        .main .alert.sweeps {
          padding: 1.8em 2em 0 2em;
          background: url(../images/sweeps-alert.png) no-repeat center 12px white; }

          .main .alert.pooling .cta .btn {
              margin-right:0;
          }
          }
    @media screen and (max-width: 860px) {
      .main .alert {
        text-align: center;
        padding: 2em 1em 2em;
        margin: 0 auto 2.5em;
        width: 95%; }
        .main .alert p {
          text-align: center; } }
    .main .alert .close {
      width: 43px;
      height: 43px;
      position: absolute;
      right: 2%;
      top: 18px;
      cursor: pointer; }
      @media screen and (max-width: 860px) {
        .main .alert .close {
          right: -1em;
          top: -1.5em;
          width: 25px;
          height: 25px; } }
    .main .alert p {
      font-size: 1.3em;
      vertical-align: middle; }
      .main .alert p.big {
        font-size: 2.4em;
        font-weight: 600;}
        @media screen and (max-width: 860px) {
          .main .alert p.big {
            margin-top: 3.5em;
            font-size: 2.2em; } }
             .main .alert .cta {
      position: absolute;
      top: 2.5em;
      right: 14em; }
      .main .alert.pooling .cta {
          right:1em;
      }
      @media screen and (max-width: 860px) {
      .main .alert.pooling .cta {
          right:0;
      }
      }
      @media screen and (max-width: 1185px) {
        .main .alert .cta {
          position: relative;
          top: 0;
          right: 0;
          padding: 2em 0; } }
          .main .alert .rules {
      margin-top: 4em;
      padding-bottom: 4em; }
      .main .alert .rules p {
        margin-bottom: 1em; }
      @media screen and (max-width: 1185px) {
        .main .alert .rules {
          margin-top: 1em; } }
  .main .last-login {
    text-align: right;
    color: #002d72;
    font-size: 1.2em;
    margin-bottom: 0.25em; }
  .main .account-overview {
    width: 100%;
    background: #fff;
    border-top: 5px solid #002d72;
    min-height: 25em;
    padding: 0 1.8em;
    -webkit-transition: -webkit-transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    -o-transition: -o-transform 1s ease;
    transition: transform 1s ease; }
    .main .account-overview .welcome {
      width: 100%;
      margin: 0 auto;
      border-bottom: 1px solid #002d72;
      padding: 0.8em 0.5em 0.25em 0;
      font-size: 2.4em;
      color: #002d72; }
    .main .account-overview .span_1_of_3 {
      position: relative;
      padding: 1.3em 0 0 1em;
      font-size: 1.2em;
      min-height: 22em; }
      @media screen and (max-width: 770px) {
        .main .account-overview .span_1_of_3 {
          min-height: 10em;
          padding: 1.3em 0 0 0; } }
      .main .account-overview .span_1_of_3 .textBold {
        font-weight: 600; }
      .main .account-overview .span_1_of_3 p {
        margin-bottom: 0.5em; }
        @media screen and (max-width: 770px) {
          .main .account-overview .span_1_of_3 p {
            font-size: 1.3em; } }
      .main .account-overview .span_1_of_3 p.title {
        text-transform: uppercase;
        margin-bottom: 1em;
        font-weight: 600; }
      .main .account-overview .span_1_of_3 .btn {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 1.2em;
        padding: 0.6em 0.8em; }
        @media screen and (max-width: 770px) {
          .main .account-overview .span_1_of_3 .btn {
            position: relative;
            margin: 1.5em auto;
            width: 100%; } }
    .main .account-overview .myaccount {
      color: #3c3c3c;
      border-right: 1px solid #002d72; }
      @media screen and (max-width: 770px) {
        .main .account-overview .myaccount {
          border-right: 0; } }
    .main .account-overview .pooled {
      color: #2e59a8;
      border-right: 1px solid #002d72; }
      @media screen and (max-width: 770px) {
        .main .account-overview .pooled {
          border-right: 0;
          border-bottom: 1px solid #002d72; } }
    .main .account-overview .pie-section p {
      font-size: 1.2em;
      margin-bottom: 1em; }
  .main.rewards {
    text-align: center;
    max-width: 122em; }
    @media screen and (max-width: 700px) {
      .main.rewards.cashback table td:nth-of-type(1):before {
        content: "Point Value";
        font-weight: bold; }
      .main.rewards.cashback table td:nth-of-type(2):before {
        content: "Cash Back";
        font-weight: bold; } }
    @media screen and (max-width: 700px) {
      .main.rewards.paymeback table td:nth-of-type(1):before {
        content: "Date";
        font-weight: bold; }
        .main.rewards.paymeback table#paymeback-table td.notransaction:nth-of-type(1):before {
        content: "";
         }
         .main.rewards.paymeback table td.notransaction {
            text-align:center;
          }
      .main.rewards.paymeback table td:nth-of-type(2):before {
        content: "Points Needed";
        font-weight: bold; } }


/*Mobile View*/ 
@media only screen and  (max-width: 760px) { 

    #paymeback-table td, tr { display: block; } 
    /* Hide table headers (but not display: none;, for accessibility) */
    #paymeback-table thead tr { 
        left: -9999px; 
    } 

    tr {
         /*border: 1px solid #E74C3C;*/
    } 
    #paymeback-table tr + tr { margin-top: 1.5em; } 
    #paymeback-table td { 
        /* make like a "row" */ 
        border: none; 
        border-bottom: 1px solid #eee; 
        position: relative; 
        padding-left: 50%; 
    /* background-color: #F8D9D5;  */
        text-align: left; 
    } 
    #paymeback-table td:before { 
        content: attr(data-label); 
        display: inline-block; 
        line-height: 1.5; 
        margin-left: -100%; 
        width: 100%; 
        white-space: nowrap; 
    } 
} 




  .main .pic-box-wide {
    max-width: 100%;
    height: 30em;
    position: relative;
    margin: 0 auto;
    background: #666;
    overflow: hidden; }
    @media screen and (max-width: 860px) {
      .main .pic-box-wide {
        height: 25em; } }
    @media screen and (max-width: 770px) {
      .main .pic-box-wide {
        height: 20em; } }
    .main .pic-box-wide .center-caption {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      padding: 0.75em;
      width: 280px;
      text-align: center;
      z-index: 2;
      text-transform: uppercase; }
      @media screen and (max-width: 860px) {
        .main .pic-box-wide .center-caption {
          display: none !important; } }
      .main .pic-box-wide .center-caption p {
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        text-align: center;
        font-size: 2.25em;
        max-width: 28em; }
    .main .pic-box-wide a {
      display: block;
      position: relative; }
      .main .pic-box-wide a img {
        max-width: 1340px;
        width: 1340px;
        left: -20px;
        position: relative;
        top: -20px;
        height: 326px; }
        @media screen and (max-width: 860px) {
          .main .pic-box-wide a img {
            position: absolute; } }
      .main .pic-box-wide a span.light-background {
        display: none;
        height: 100%;
        position: absolute;
        text-align: center;
        text-decoration: none;
        width: 100%;
        z-index: 4; }
        @media screen and (max-width: 860px) {
          .main .pic-box-wide a span.light-background {
            display: block !important;
            position: relative; } }
    .main .pic-box-wide .light-background {
      background: rgba(255, 255, 255, 0.8);
      color: #000;
      text-align: center;
      padding: 9em 2.5em 0; }
      @media screen and (max-width: 860px) {
        .main .pic-box-wide .light-background {
          padding: 1em;
          position: absolute;
          left: 0;
          top: 15em;
          height: 10em; } }
      @media screen and (max-width: 770px) {
        .main .pic-box-wide .light-background {
          top: 11em; } }
      .main .pic-box-wide .light-background p.title {
        font-weight: 400;
        font-size: 2.5em;
        color: #2e59a8;
        margin-bottom: 0; }
        @media screen and (max-width: 860px) {
          .main .pic-box-wide .light-background p.title {
            font-size: 1.5em;
            font-weight: bold; } }
      .main .pic-box-wide .light-background p {
        font-size: 1.4em;
        color: #606060;
        font-weight: 400;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 1em;
        line-height: 1.5em; }
        @media screen and (max-width: 860px) {
          .main .pic-box-wide .light-background p {
            text-align: left; } }
      .main .pic-box-wide .light-background img {
        max-width: 42px;
        height: auto;
        margin: 0 auto;
        left: 0;
        top: 0; }
        @media screen and (max-width: 860px) {
          .main .pic-box-wide .light-background img {
            display: none; } }
    .main .pic-box-wide .caption {
      padding: 1em;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 860px) {
        .main .pic-box-wide .caption {
          display: none !important; } }
      .main .pic-box-wide .caption.white {
        background: rgba(255, 255, 255, 0.8);
        color: #002d72; }
        .main .pic-box-wide .caption.white a {
          color: #2e59a8;
          font-weight: 700; }
      .main .pic-box-wide .caption.blue {
        background: rgba(0, 45, 114, 0.8);
        color: #fff; }
        .main .pic-box-wide .caption.blue p.title {
          color: #fff; }
        .main .pic-box-wide .caption.blue a {
          color: #fff;
          font-weight: 700; }
      .main .pic-box-wide .caption p.title {
        font-weight: 300;
        font-size: 2.2em;
        text-align: center;
        color: #2e59a8; }
      .main .pic-box-wide .caption a {
        font-weight: 300;
        font-size: 1.2em;
        text-decoration: none;
        text-transform: uppercase; }
        .main .pic-box-wide .caption a:hover {
          text-decoration: underline; }
  .main .pic-box {
    max-width: 58em;
    height: 30em;
    position: relative;
    margin: 0 auto;
    background: #666;
    overflow: hidden; }
  .main .pic-box.full {
    max-width: none; }
    @media screen and (max-width: 860px) {
      .main .pic-box {
        height: 25em; } }
    @media screen and (max-width: 770px) {
      .main .pic-box {
        height: 20em; }
      .main .pic-box.full {
        max-width: 58em; } }
    .main .pic-box .center-caption {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      padding: 0.75em;
      width: 280px;
      text-align: center;
      z-index: 2;
      text-transform: uppercase; }
      @media screen and (max-width: 860px) {
        .main .pic-box .center-caption {
          display: none !important; } }
      .main .pic-box .center-caption p {
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        text-align: center;
        font-size: 2.25em;
        max-width: 28em; }
    .main .pic-box a {
      display: block;
      position: relative; }
    .main .pic-box.full .content-wrapper {
      position: absolute;
      top: 20%;
      left: 5%;
      z-index: 1;
      width: 95%; }
    @media screen and (max-width: 860px) {
      .main .pic-box.full .content-wrapper {
        top: 20px;
        left: 0;
        width: 100%;
        padding: 0 20px; } }
    .main .pic-box.full .content-wrapper .content {
      width: 45%; }
    @media screen and (max-width: 860px) {
      .main .pic-box.full .content-wrapper .content {
        width: 100%; } }
    .main .pic-box.full .content-wrapper .content .header-title {
      color: #00336d;
      font-weight: bold;
      font-size: 3em;
      margin-bottom: 0.35em;
    }
    .main .pic-box.full a img {
      max-width: none;
      right: 0; }
    @media screen and (max-width: 1100px) {
      .main .pic-box.full a img {
        left: -130px !important;
      }
    }
    @media screen and (max-width: 950px) {
      .main .pic-box.full a img {
        left: -220px !important;
      }
    }
    @media screen and (max-width: 860px) {
      .main .pic-box.full a img {
        max-width: 930px;
        left: -50px !important;
        height:auto !important; } }
    @media screen and (max-width: 770px) {
      .main .pic-box.full .content-wrapper .content .header-title {
        font-size: 2em; }
      .main .pic-box.full a img {
        left: -340px !important;;
        } }
      .main .pic-box a img {
        max-width: 630px;
        width: 630px;
        left: -20px;
        position: relative;
        top: -20px;
        height: 326px; }
        /* @media screen and (max-width: 860px) {
          .main .pic-box a img {
            position: absolute; } } */
      .main .pic-box a span.light-background {
        display: none;
        height: 100%;
        position: absolute;
        text-align: center;
        text-decoration: none;
        width: 100%;
        z-index: 5; }
        @media screen and (max-width: 860px) {
          /* .main .pic-box a span.light-background {
            display: block !important;
            position: relative; } */
          .main .pic-box.full a span.light-background {
            top: 18em; } }
        @media screen and (max-width: 770px) {
          .main .pic-box.full a span.light-background {
            top: 13em;
          }
        }
    .main .pic-box .light-background {
      background: rgba(255, 255, 255, 0.8);
      color: #000;
      text-align: center;
      padding: 9em 2.5em 0; }
      @media screen and (max-width: 860px) {
        .main .pic-box .light-background {
          padding: 3em 2em 17em;
          position: absolute;
          left: 0;
          height: 10em; }
          .main .pic-box .light-background.new {
            padding: 6em 2em 17em;
        }
      }
      @media screen and (max-width: 770px) {
        /* .main .pic-box .light-background {
          top: 11em; } */
        }
      .main .pic-box .light-background p.title {
        font-weight: 400;
        font-size: 2.5em;
        color: #2e59a8;
        margin-bottom: 0; }
        @media screen and (max-width: 860px) {
          .main .pic-box .light-background p.title {
            font-size: 1.5em;
            font-weight: bold; } }
      .main .pic-box .light-background p {
        font-size: 1.4em;
        color: #606060;
        font-weight: 400;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 1em;
        line-height: 1.5em; }
        @media screen and (max-width: 860px) {
          .main .pic-box .light-background p {
            text-align: left; } }
      .main .pic-box .light-background img {
        max-width: 42px;
        height: auto;
        margin: 0 auto;
        left: 0;
        top: 0; }
      .main .pic-box.full .light-background img {
        max-width: 42px;
        height: auto;
        margin: 0 auto;
        left: 0;
        top: 0; }
        /* @media screen and (max-width: 860px) {
          .main .pic-box .light-background img {
            display: none; }
          .main .pic-box.full .light-background img {
            display: none; } } */
    .main .pic-box .caption {
      padding: 1em;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 860px) {
        /* .main .pic-box .caption {
          display: none !important;
        } */
      }
      .main .pic-box .caption.white {
        background: rgba(255, 255, 255, 0.8);
        color: #002d72; }
        .main .pic-box .caption.white p.small {
          color: #2e59a8;
          font-weight: 700;
          text-align:center; }
      .main .pic-box .caption.blue {
        background: rgba(0, 45, 114, 0.8);
        color: #fff; }
        .main .pic-box .caption.blue p.title {
          color: #fff; }
        .main .pic-box .caption.blue a {
          color: #fff;
          font-weight: 700; }
      .main .pic-box .caption p.title {
        font-weight: 300;
        font-size: 2.2em;
        text-align: center;
        color: #2e59a8; }
      .main .pic-box .caption a {
        font-weight: 300;
        font-size: 1.2em;
        text-decoration: none;
        text-transform: uppercase; }
        .main .pic-box .caption a:hover {
          text-decoration: underline; }
@media screen and (max-width: 420px) {
  .main .pic-box a {
    height: 100%;
  }

  /* .main .pic-box a img {
    max-width: none;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: auto; } 

    .main .pic-box {
      height: 15.2em;
    }

    .main .pic-box a span.light-background {
    top: auto;
    bottom: 0;
    position: absolute;
    height: auto;
    } */
}

/* END OF MAIN */
/* Account Tabs */
.tabs-menu {
  height: 45px;
  clear: both;
  margin-bottom: -1px;
  padding: 0;
  width: 100%;
  list-style: none; }
  .tabs-menu .desktop-only {
    display: block; }
  .tabs-menu .mobile-only {
    display: none; }
  @media screen and (max-width: 770px) {
    .tabs-menu .desktop-only {
      display: none; }
    .tabs-menu .mobile-only {
      display: block; } }
  .tabs-menu li {
    float: left;
    background-color: #bebebe;
    list-style-image: none !important;
    width: 50%;
    text-align: center;
    font-size: 2em; }
    .tabs-menu li:hover {
      background-color: #bcbcbc; }
    .tabs-menu li:first-child {
      border-right: 1px solid #fff; }
    .tabs-menu li.current:after {
      content: "";
      display: block;
      width: 0;
      border: 10px solid #002d72;
      border-color: #002d72 transparent transparent transparent;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -10px; }
    .tabs-menu li.current {
      position: relative;
      z-index: 5;
      background-color: #002d72; }
      .tabs-menu li.current:hover {
        background-color: #002d72; }
    .tabs-menu li a {
      height: 60px;
      width: 100%;
      padding: 0.87em 0;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      color: #fff !important;
      font-weight: 400 !important; }
      @media screen and (max-width: 770px) {
        .tabs-menu li a {
          font-size: 0.8em;
          height: 50px; } }
      @media screen and (max-width: 380px) {
        .tabs-menu li a {
          padding: 0.5em 1.4em;
          height: 60px; } }

.tab {
  background-color: #fff;
  width: 100%;
  text-align: center; }
  .tab.account-page .award-header {
    width: 100%;
    display: inline-block; }
  .tab.account-page h2 {
    font-size: 2.2em;
    text-align: left;
    color: #002d72;
    font-weight: 400;
    width: 95%;
    margin: 0 auto;
    padding: 0.5em 1em 0; }
    @media screen and (max-width: 770px) {
      .tab.account-page h2 {
        padding: 0.5em 0 0; } }
    .tab.account-page h2.account {
      width: 70%;
      margin: 0;
      padding: 0.5em 0 0 1.5em;
      display: inline-block;
      text-align: left; }
      @media screen and (max-width: 770px) {
        .tab.account-page h2.account {
          width: 95%;
          padding: 0.5em 0 0;
          text-align: center; } }
  .tab.account-page .form {
    padding: 0 2.5em 0 0;
    text-align: right;
    display: inline-block;
    width: 25%; }
    .tab.account-page .form .form-block {
      margin: 0; }
      .tab.account-page .form .form-block.account .notIE {
        display: inline;
        margin: 0;
        padding: 0 0 1.5em; }
    @media screen and (max-width: 770px) {
      .tab.account-page .form {
        padding: 20px 0 10px;
        width: 95%;
        text-align: center; }
        .tab.account-page .form .form-block.account .notIE {
          width: 95%;
          float: none;
          padding: 0.5em 0 0; } }
  .tab.account-page .btn-container {
    width: 95%;
    margin: 0 auto;
    text-align: right; }
    @media screen and (max-width: 770px) {
      .tab.account-page .btn-container {
        width: 100%;
        text-align: center; } }
  .tab.account-page .btn {
    margin-right: 0; }
    @media screen and (max-width: 770px) {
      .tab.account-page .btn {
        width: 100% !important; } }

.tab-content {
  padding: 30px 20px;
  display: none; }



#awardsummary {
  display: block; }

/* END Account Tabs */
@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0); } }
@-webkit-keyframes bake-pie {
  from {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0); } }
.pieID {
  display: block;
  vertical-align: top; }

.pie {
  height: 180px;
  width: 180px;
  position: relative;
  margin:0 auto;

  }

   @media screen and (max-width: 1000px) {
    .pie {
      margin:0 auto; } }

.pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 50%;
  top: 25px;
  left: 25px; }

.slice {
  position: absolute;
  width: 180px;
  height: 180px;
  clip: rect(0px, 180px, 180px, 90px);
  animation: bake-pie 1s;
  -webkit-animation: bake-pie 1s; }

.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  clip: rect(0px, 180px, 180px, 90px); }

ul.legend {
  list-style-type: none;
  padding: 0;
  margin-top:2em;
  margin-left:50px;
  background: #FFF;
  width:100%;
  text-align:center;
  font-size: 1em; }
  @media screen and (max-width: 1190px) {
    ul.legend
    {

      padding: 0;
      font-size: 1em;
      } }
  @media screen and (max-width: 1000px) {
    ul.legend
    {
      margin: 2em auto 0;
      width: 100%; } }

.legend li {
  width: 110px;
  height: 1.25em;
  margin: 0 auto 1.75em;
  float:left;
  padding-left: 0.5em;
  text-align:left;
  border-left: 1.25em solid black; }
  @media screen and (max-width: 1000px) {
    .legend li {
      display: inline-block; } }
  @media screen and (max-width: 400px) {
    .legend li {
      margin: 0 auto 1.75em; } }

.legend em {
  font-style: normal; }

.legend span {
  display: none; }

/* Table */
table.styled-table {
  width: 95%;
  border-collapse: collapse;
  margin: 20px auto;
  border: 1px solid #dddddd;
  font-size: 16px;
  background: #fff; }
  table.styled-table.no-margin {
    margin: 0;
    border: none;
    width: 100%; }

table.styled-table.cart {
  font-size: 1.4em;
  margin-bottom: 30;
  width: 100%; }
  table.styled-table.cart td:first-child, table.styled-table.cart th:first-child {
    text-align: left; }
    @media screen and (max-width: 700px) {
      table.styled-table.cart td:first-child, table.styled-table.cart th:first-child {
        text-align: right; } }

table.styled-table.checkout {
  font-size: 1.4em;
  margin-bottom: 30;
  width: 100%; }
  table.styled-table.checkout td:first-child, table.styled-table.checkout th:first-child {
    text-align: left; }
    @media screen and (max-width: 700px) {
      table.styled-table.checkout td:first-child, table.styled-table.checkout th:first-child {
        text-align: right; } }
  table.styled-table.checkout td {
    padding: 20px; }
  table.styled-table.checkout tfoot td {
    background: #fff;
    color: #606060;
    border: 0;
    text-align: center; }

table.styled-table.pool {
  margin-bottom: 30px;
  font-size: 1.4em; }
  table.styled-table.pool span.total-points {
    padding-right: 20px; }
  table.styled-table.pool td:nth-child(1), table.styled-table.pool th:nth-child(1) {
    width: 45%; }
    @media screen and (max-width: 700px) {
      table.styled-table.pool td:nth-child(1), table.styled-table.pool th:nth-child(1) {
        width: 100%; } }
  table.styled-table.pool td:nth-child(2), table.styled-table.pool th:nth-child(2) {
    width: 45%; }
    @media screen and (max-width: 700px) {
      table.styled-table.pool td:nth-child(2), table.styled-table.pool th:nth-child(2) {
        width: 100%; } }
  table.styled-table.pool tfoot td {
    border: 0; }
    @media screen and (max-width: 700px) {
      table.styled-table.pool tfoot td:nth-child(1), table.styled-table.pool tfoot td:nth-child(3) {
        display: none; } }

table.styled-table.purchase {
  width: 100%; }
  table.styled-table.purchase td:nth-child(1), table.styled-table.purchase th:nth-child(1) {
    width: 45%; }
    @media screen and (max-width: 700px) {
      table.styled-table.purchase td:nth-child(1), table.styled-table.purchase th:nth-child(1) {
        width: 100%; } }
  table.styled-table.purchase td:nth-child(2), table.styled-table.purchase th:nth-child(2) {
    width: 45%; }
    @media screen and (max-width: 700px) {
      table.styled-table.purchase td:nth-child(2), table.styled-table.purchase th:nth-child(2) {
        width: 100%; } }
  table.styled-table.purchase thead tr {
    background-color: #2e59a8; }
    @media screen and (max-width: 700px) {
      table.styled-table.purchase thead tr {
        position: relative;
        top: 0;
        left: 0; } }
  table.styled-table.purchase thead tr td {
    color: white;
    font-size: 0.8em;
    margin: 0 auto;
    padding: 10px;
    text-align: left; }
    @media screen and (max-width: 700px) {
      table.styled-table.purchase thead tr td {
        text-align: center; } }
  table.styled-table.purchase td {
    text-align: left; }
    table.styled-table.purchase td:first-child {
      width: 200px; }
      @media screen and (max-width: 700px) {
        table.styled-table.purchase td:first-child {
          width: 100%; } }
  @media screen and (max-width: 700px) {
    table.styled-table.purchase tbody tr td:nth-child(1) {
      float: left !important;
      width: 150px !important; } }

table.styled-table tr:nth-of-type(even) {
  background: #ededed; }

table.styled-table th {
  background: #2e59a8;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 400; }

table.styled-table td, table.styled-table th {
  padding: 12px 20px;
  text-align: center; }

table.styled-table thead th {
  border: 0; }

table.styled-table tfoot td {
  border-right: 1px solid #d1dcea;
  border-left: 1px solid #d1dcea; }

table.styled-table tfoot tr {
  background: #2e59a8;
  color: #fff; }

table.styled-table tfoot td {
  text-align: right; }

table.styled-table tfoot tr td {
  border-top: 1px solid #d1dcea; }

table.styled-table tfoot td .points-text {
  width: 150px;
  text-align: center;
  margin-right: 12%;
  display: inline-block; }

@media only screen and (max-width: 700px) {
  table, thead, tbody, th, td, tr {
    /*display: block;*/ }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  table.styled-table td {
    border: none;
    border-bottom: 1px solid #d1dcea;
    position: relative;
    min-height: 45px;
    font-size: 13px; }

  table.styled-table tr:nth-of-type(even) td {
    border-bottom: 1px solid #fff; }

  table.styled-table td:first-child {
    border-right: none; }

  table.styled-table td:last-child {
    border-left: none; }

  td:before {
    position: relative;
    left: 6px;
    padding-right: 10px;
    white-space: nowrap; }

  table.styled-table td, table.styled-table th,
  table.styled-table td:nth-child(2), table.styled-table th:nth-child(2) {
    text-align: right; }

  table.styled-table tfoot {
    text-align: right; }

  table.styled-table tfoot td {
    border: 0 !important;
    text-align: right;
    padding: 12px 6px; }

  table.styled-table tfoot td .points-text {
    margin-right: 0;
    width: 110px;
    text-align: right; } }

@media only screen and (max-width: 770px) {

  table.cart-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  table.styled-table.cart-table td {
    border: none;
    border-bottom: 1px solid #d1dcea;
    position: relative;
    min-height: 45px;
    font-size: 13px; }

  table.styled-table.cart-table tr:nth-of-type(even) td {
    border-bottom: 1px solid #fff; }

  table.styled-table.cart-table td:first-child {
    border-right: none; }

  table.styled-table.cart-table td:last-child {
    border-left: none; }

  table.cart-table td:before {
    position: absolute;
    left: 6px;
    padding-right: 10px;
    white-space: nowrap; }

  table.styled-table.cart-table td, table.styled-table.cart-table th,
  table.styled-table.cart-table td:nth-child(2), table.styled-table.cart-table th:nth-child(2) {
    text-align: right; }

  table.styled-table.cart-table tfoot {
    text-align: right; }

  table.styled-table.cart-table tfoot td {
    border: 0 !important;
    text-align: right;
    padding: 12px 6px; }

  table.styled-table.cart-table tfoot td .points-text {
    margin-right: 0;
    width: 110px;
    text-align: right; }
}
/** Statement exp table **/
.statement-details {
  text-align: left;
  width: 95%;
  margin: 10px auto 20px;
  border: 1px solid #dbe1ed; }

.statement-head {
  background-color: #2e59a8;
  padding: 10px 10px 10px 58px;
  color: #fff;
  font-size: 1.6em; }
  .statement-head p {
    margin-bottom: 0; }
  @media (max-width: 700px) {
    .statement-head {
      padding: 10px 0px 10px 10px;
      font-size: 1.4em; } }

.arrow-up {
  float: left;
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  color: #2e59a8; }
  @media (max-width: 770px) {
    .arrow-up {
      display: none !important; } }

.arrow-down {
  float: left;
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  color: #2e59a8; }
  @media (max-width: 770px) {
    .arrow-down {
      display: none !important; } }

p.statement-heading {
  margin-bottom: 0;
  border: 1px solid #dbe1ed; }

.statement-heading {
  font-size: 1.7em;
  background: #2E59A8;
  cursor: pointer;
  font-size: 1.6em;
  width: 100%;
  padding: 12px 8px 12px 24px; }
  .statement-heading.blue {
    background: #EDEDED; }
  .statement-heading.white {
    background: #fff; }
    .noarrow
    {
        padding-left:60px;
    }
  .statement-heading:hover {
    background: #e1e0e0; }
  @media (max-width: 700px) {
    .statement-heading {
      font-size: 1.5em;
      padding: 12px 8px; } }
  @media (max-width: 550px) {
    .statement-heading {
      font-size: 1.2em; } }

.statement-content p {
  margin-bottom: 10px; }
.statement-content a {
  color: #000 !important;
  text-decoration: underline; }

.statement-content .sub-item {
  font-size: 1.4em;
  border-bottom: 1px solid #dbe1ed;
  padding: 5px 8px 5px 45px;
  color: #666666; }
  @media (max-width: 770px) {
    .statement-content .sub-item {
      padding: 5px 5px 5px 5px;
       font-size: 1.2em;
    }

  }

@media (max-width: 700px) {
  .statement-details {
    width: 100%; } }
.statement-details .points {
  text-align: right;
  float: right;
  margin-right: 55px;
  width: 150px; }
.statement-details .pointsHistory {
  text-align: right;
  float: right;
  margin-right: 55px;
  width: 100px; }
  @media (max-width: 700px) {
    .statement-details .points {
      width: 130px;
      margin-right: 15px; } }
  @media (max-width: 480px) {
    .statement-details .points {
      float: none;
      text-align: left;
      font-weight: bold;
      margin-right: 0;
      margin-left: 10px;
      display: inline; } }

.statement-footer {
  font-size: 1.6em;
  padding: 10px 5px;
  text-align: right;
  background-color: #2E59A8;
  color: #fff; }
  @media (max-width: 700px) {
    .statement-footer {
      font-size: 1.2em;
      text-align: left;
      padding: 10px 20px; } }

/** END Statement exp table **/
/** Start form Section **/
span.error {
  font-weight: bold;
  color: #ba0c2f;
  font-size: 1.5em;
  margin-bottom: 0.75em;
  display: block; }

.error-messages ul{
  list-style: none !important;
  padding: 0 !important;
  }
  .error-messages li {
    color: #ba0c2f;
    font-weight: bold;
    font-size:1.3em;
     }

.form {
  padding: 2em 0; }
  .form textarea {
    width: 100%;
    padding: 0.7em 0.5em;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    font-size: 1.3em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0.6em 0;
    -webkit-backface-visibility: hidden;
    min-height: 10em; }
  .form.checkout {
    padding: 0; }
  .form.consumer {
    display: none; }
  .form input[type="text"], .form input[type="number"], .form input[type="password"] {
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    padding: 0.7em 0.5em;
    font-size: 1.3em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0.6em 0;
    -webkit-backface-visibility: hidden; }
    .form input[type="text"].error, .form input[type="number"].error, .form input[type="password"].error {
      border: 1px solid #ba0c2f;
      color: #ba0c2f; }
    @media screen and (max-width: 770px) {
      .form input[type="text"], .form input[type="number"], .form input[type="password"] {
        text-align: center; }
        .form input[type="text"].ssn, .form input[type="number"].ssn, .form input[type="password"].ssn {
          text-align: left; } }
  .form input[type="text"].full-width, .form input[type="number"].full-width, .form input[type="password"].full-width
  {
      max-width:720px;
    width: 95.3%; }
  .form input[type="text"].half-width, .form input[type="number"].half-width, .form input[type="password"].half-width {
    width: 49.4%; }
    @media screen and (max-width: 770px) {
      .form input[type="text"].half-width, .form input[type="number"].half-width, .form input[type="password"].half-width {
        width: 99.3%; } }
  .form input[type="text"].quarter-width, .form input[type="number"].quarter-width {
    width: 24.5%; }
    @media screen and (max-width: 770px) {
      .form input[type="text"].quarter-width, .form input[type="number"].quarter-width
      {
        width: 94.3%; } }
  .form span.top-title {
    display: block;
    font-size: 1.3em;
    color: #606060; }
  .form .form-block {
    margin: 1.5em 0;
   }
   .ssn
   {
       max-width: 275px;
       }

       .lastpayment
       {
           width:330px!important;
       }
       .password
       {
           width:645px!important;
       }

    .form .form-block input[type="text"], .form .form-block input[type="number"], .form .form-block input[type="password"] {
      margin: 0; }
    .form .form-block input[type="radio"] {
      border: 1px solid #c0c0c0;
      vertical-align:middle;
      margin-right: 10px; }
    .form .form-block span {
      width: 40%;
      font-size: 1.3em;
      font-weight: bold;
      color: #606060;
      margin: 0.8em 0;
      text-transform: uppercase;
      -webkit-backface-visibility: hidden; }
        .form .form-block:not(.custom) td {
      width: 40%;
      font-size: 1.3em;
      margin: 0 0;
      padding:5px;
      color: #606060;
      text-transform: uppercase;
      -webkit-backface-visibility: hidden; }
        .form .form-block.custom td {
      font-size: 1.3em;
      margin: 0 0;
      padding:5px;
      color: #606060;
      text-transform: uppercase;
      -webkit-backface-visibility: hidden; }
      .form .form-block.custom td .NCARPin {
        width: 100%;
      }
      @media screen and (min-width: 771px) {
        .form .form-block.custom td .NCARPin {
          max-width: 6em;
        }
      }
      @media screen and (max-width: 1175px) {
        .form .form-block span {
          width: 48%; } }
      .form .form-block span.shipping {
        width: auto; }
      @media screen and (max-width: 770px) {
        .form .form-block span {
          font-size: 1.1em; } }
    .form .form-block span.title {
      display: inline-block;
      vertical-align: top; }
      .form .form-block span.title.cashBack {
        float: left;
        text-align: left; }
        @media screen and (max-width: 770px) {
          .form .form-block span.title.cashBack {
            float: none;
            text-align: center; } }
    .form .form-block span.ssn-helper
    {
      font-weight: 200;
      color: #606060;
        padding-right: 128px;
      display: block;
        width: 100%;
      margin: 0.2em 0 0 0.5em; }
      @media screen and (max-width: 770px) {
        .form .form-block span.ssn-helper
        {
          margin: 0.2em 0; } }

    .form .form-block span.radio {
      font-weight: normal;
      text-transform: none; }
    .form .form-block .left-input {
      display: inline-block;
      width: 49%;
      vertical-align:top;
      text-align: left; }
      @media screen and (max-width: 1175px) {
        .form .form-block .left-input {
          width: 100%;
          text-align: left; } }
      @media screen and (max-width: 770px) {
        .form .form-block .left-input {
          width: 100%;
          text-align: center; } }
      .form .form-block .left-input .helper {
        font-weight: 300;
        color: #606060;
        display: block;
        font-size: 1.1em;
        width: 100%;
        margin: 0; }
      .form .form-block .left-input .approval {
        /* float: right; */
        font-style: italic; }
        .form .form-block .left-input .approval a {
          font-weight: 300;
          text-transform: lowercase;
          text-decoration: none; }
       .form .form-block .left-input .approval .approve, .form .form-block .left-input .approval .upgrade, .form .form-block .left-input .approval .downgrade {
          color: #77ba29;
          cursor: pointer;
          background: url(../images/approve-icon.png) left no-repeat;
          padding: 0 10px 0 15px;
          display: inline-block;
          vertical-align: middle; }
        .form .form-block .left-input .approval .deny, .form .form-block .left-input .approval .basecard-cancel, .form .form-block .left-input .approval .optimumcard-cancel {
          color: #ba0c2f;
          cursor: pointer;
          background: url(../images/remove-member.png) left no-repeat;
          padding-left: 15px;
          display: inline-block;
          vertical-align: middle; }
      .form .form-block .left-input .user {
        float: left;
        font-weight: 300; }
    .form .form-block .right-input {
      display: inline-block;
      text-align: right;
        padding-left: 50px; }
    .form .form-block span.helper {
      display: inline-block;
      text-align: left;
        text-transform: initial;
        width: 100%; }
      .form .form-block .right-input.shipping {
        width: auto;
        margin-left: 20px; }
      @media screen and (max-width: 1175px) {
        .form .form-block .right-input {
          width: 100%;
          text-align: left; } }
      @media screen and (max-width: 770px) {
        .form .form-block .right-input {
          width: 100%;
          text-align: center; } }


           .notIE label{
		    position: relative;
		    display:block;
		    margin-top:0.5em;
		    padding:0;
		  }

		  .notIE label select {
		    width:100%;
		    margin:0;
		    background:none;
		    border: 1px solid transparent;
		    outline: none;
		    -webkit-box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    box-sizing: border-box;
		    appearance: none;
		    -webkit-appearance: none;
		    font-size:12px;
		    font-family: "Open Sans","sans-serif";
		    font-weight: normal;
		    color: #444;
		    padding: .6em 1.9em .5em .8em;
		    line-height:1.3;
		  }

		  .notIE label::after {
		    content: "";
		    position: absolute;
		    width: 9px;
		    height: 8px;
		    top: 50%;
		    right: 1em;
		    margin-top:-4px;
		    background-image: url(../images/select-arrow.png);
		    background-repeat: no-repeat;
		    background-size: 100%;
		    pointer-events:none;
		  }

		  .notIE label option {
		    font-weight:normal;
		  }

		  x:-o-prefocus, .notIE label::after {
		    display:none;
		  }

		  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		    .notIE label select::-ms-expand {
		      display: none;
		    }
		    .notIE label select:focus::-ms-value {
		      background: transparent;
		      color: #222;
		    }
		  }

		  @-moz-document url-prefix() {
		    .notIE label {
		      overflow: hidden;
		    }
		    .notIE label select {
		      width: 120%;
		      width: -moz-calc(100% + 3em) !important;
		      width: calc(100% + em);
		    }

		  }

		  .notIE label select:-moz-focusring {
		    color: transparent;
		    text-shadow: 0 0 0 #000;
		  }

		  .notIE label {
		  	border: 1px solid #bbb;
		  	border-radius: .7em;
		  	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
		  	background: #fff; /* Old browsers */

		  }
		  .notIE {
		  	display:inline-block;
		  	margin:0 auto;
		  	font-size: 0.9em;
		  	color:#777;
		  	width:18em;
			vertical-align:middle;
		  }

/** END form Section **/
.remembered {
  font-weight: 600;
  color: #606060;
  font-size: 1.2em; }
  .remembered a {
    text-decoration: none;
    font-color: #2e59a8; }
  @media screen and (max-width: 1175px) {
    .remembered {
      float: none;
      display: block;
      margin: 2em auto 0; } }

.loginForgotLink {
  display: block;
  margin-bottom: 30px;
  font-size: 1.3em; }
  .loginForgotLink a {

    font-weight: 600 !important;
    color: #2e59a8; }

.news-featured {
  border-top: 5px solid #002d72;
 }
  

 

.favorited {
  display: none;
  position: fixed;
  width: 20em;
  left: 50%;
  margin-left: -10em;
  top: 25%;
  height: 20em;
  border-radius: 8px;
  text-align: center;
  padding: 16em 2em 2em;
  background: url(../images/favorited.png) no-repeat center 35% rgba(0, 0, 0, 0.5); }
  .favorited span {
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    vertical-align: bottom; }

.filter-container {
  border-bottom: 2px solid #666;
  text-align: left;
  margin-bottom: 1em; }
  .filter-container.form {
    padding: 0; }
  .filter-container.no-border {
    border-bottom: none; }
  .filter-container .head {
    background: #2e59a8;
    padding: 1em;
    color: #fff;
    font-weight: 600;
    font-size: 1.4em;
    text-transform: uppercase; }
    .filter-container .head.center {
      text-align: center; }
  .filter-container .options {
    padding: 1em;
    min-height: 5.75em; }
    .filter-container .options span {
      font-weight: 300;
      font-style: italic;
      font-size: 1.2em;
      padding-right: 0.75em;
      vertical-align: middle; }
      @media screen and (max-width: 770px) {
        .filter-container .options span {
          display: none; } }
    .filter-container .options .notIE {
      margin-right:1em; }
      @media screen and (max-width: 770px)
      {
          .filter-container .options .notIE {
      display:block;
      margin-right:0; }
        .filter-container .options .notIE.last {
          margin-right: 0; } }
    .filter-container .options select {
      vertical-align: middle;
      width: 13.5em; z-index:2; }
      @media screen and (max-width: 770px) {
        .filter-container .options select {
          width: 100%; } }
    .filter-container .options select.selectSmall {
      width: 4em; }
    .filter-container .options .floatLeft {
      float: left; }
      @media screen and (max-width: 770px) {
        .filter-container .options .floatLeft {
          float: none;
          text-align:center;
          margin-bottom: 10px; } }
    .filter-container .options .floatRight {
      float: right; }
      @media screen and (max-width: 770px) {
        .filter-container .options .floatRight {
          float: none; } }
      .filter-container .options .floatRight .searchbar {
        border-radius: 5px;
        border: 0;
        padding: 0 5px;
        color: #606060;
        width: 100%;
        margin: 0 auto 1.5em;
        box-shadow: 0 0 2px #606060;
        background-color: #fff; }
        @media screen and (max-width: 770px) {
          .filter-container .options .floatRight .searchbar {
            margin: 0 auto; } }
        .filter-container .options .floatRight .searchbar input[type="text"] {
          display: inline-block;
          border: 0;

          width: 80%;
          padding: 5px 10px;
          font-size: 1.2em; }
          @media screen and (max-width: 770px) {
            .filter-container .options .floatRight .searchbar input[type="text"] {
              text-align: left !important; } }
        .filter-container .options .floatRight .searchbar a {
          vertical-align: top;
          background: url(../images/search.png) no-repeat center center;
          border-radius: 5px;
          margin-top: 5px;
          border: 0;
          width: 3em;
          height: 3em;
          float: right; }
          .filter-container .options .floatRight .searchbar input[type="button"]:hover {
            opacity: 0.7; }
  .filter-container .filter-btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 2px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #d5d5d5;
    height: 35px; }
    @media screen and (max-width: 770px) {
      .filter-container .filter-btn {
        display: none; } }
    .filter-container .filter-btn.right {
      border-radius: 0 4px 4px 0;
      margin-left: -3px; }
    .filter-container .filter-btn.left {
      border-radius: 4px 0 0 4px; }
    .filter-container .filter-btn:hover {
      background: rgba(0, 0, 0, 0.07); }

.reward-container {
  background-color: #fff;
  margin: 2em 0;
  position: relative; }
  .reward-container .reward-head {
    width: 100%;
    background-color: #002d72;
    color: #fff;
    text-transform: uppercase;
    padding: 0.8em 1.2em;
    margin-bottom: 2em;
    font-size: 2.2em;
    font-weight: 300; }
    @media screen and (max-width: 770px) {
      .reward-container .reward-head {
        font-size: 1.8em; } }
    .reward-container .reward-head a {
      float: right;
      font-size: 0.8em;
      font-weight: 300 !important;
      color: #fff !important;
      font-style: italic;
      display: inline-block; }
      @media screen and (max-width: 770px) {
        .reward-container .reward-head a {
          float: none;
          margin-top: 0.2em; } }
  .reward-container .reward-carousel-controls {
    position: absolute;
    bottom: 23px;
    width: 10%;
    left: 50%;
    margin-left: -5%; }
    @media screen and (max-width: 770px) {
      .reward-container .reward-carousel-controls {
        display: none; } }
    .reward-container .reward-carousel-controls .next {
      float: right;
      width: 12px;
      height: 21px;
      background: url(../images/arrow-right.png) no-repeat;
      cursor: pointer; }
    .reward-container .reward-carousel-controls .prev {
      float: left;
      width: 12px;
      height: 21px;
      background: url(../images/arrow-left.png) no-repeat;
      cursor: pointer; }
  .reward-container .reward-item {
    text-align: center;
    color: #fff;
    border-right: 1px solid #b2b2b2; }
    .reward-container .reward-item .options {
      text-align: right;
      padding: 0 0.75em; }
     .reward-container .reward-item .options img {
        padding: 0 0.25em;
        cursor: pointer;
        max-width:27px;}
    .reward-container .reward-item span {
      display: block; }
    .reward-container .reward-item .reward-details {
      background-color: #2e59a8;
      padding: 0.5em 1em 2.5em;
      text-align: left;
      width: 100%;
      max-width: 30em;
      margin: 0 auto 1em;
      position: relative; }
      .reward-container .reward-item .reward-details .title {
        font-size: 1.8em;
        font-weight: 200; }
        .reward-container .reward-item .image img
         {
             max-width:300px;
             margin-bottom:10px;
         }
      .reward-container .reward-item .reward-details .description {
        font-weight: 400;
        font-size: 1.2em; }
      .reward-container .reward-item .reward-details .points {
        font-size: 1.2em;
        position: absolute;
        right: 0.8em;
        bottom: 0.5em; }
    .reward-container .reward-item .btn {
      width: 100%;
      max-width: 18.7em;
      margin-right: 0 !important;
      border-radius: 0 !important;
      font-weight: normal !important;
      padding: 0.5em 1em !important; }

/** Start Footer **/
footer {
  background-color: #002d72;
  min-height: 10em;
  text-transform: uppercase;
  padding: 20px 0;
  color: white;
  font-size: 1.4em; }
  @media screen and (max-width: 770px) {
    footer {
      font-size: 1.3em; } }
  footer .container {
    text-align: center; }
  footer ul.footer-nav {
    padding: 0; }
    footer ul.footer-nav a {
      color: white;
      text-decoration: none; }
    footer ul.footer-nav li {
      display: inline-block;
      padding: 0 1.7em;
      border-right: 1px solid white; }
      @media screen and (max-width: 770px) {
        footer ul.footer-nav li {
          display: block;
          border-right: none;
          padding: 0.5em 0; } }
      footer ul.footer-nav li:last-child {
        border-right: 0; }
      footer ul.footer-nav li:hover {
        opacity: 0.7; }
  footer .copyright {
    margin: 30px 0;
    font-size: 1em; }

/* Code Added */
/* Points Section  */
#tabs-container {
  background-color: #2e59a8; }

#points-top {
  background-color: #2e59a8;
  margin: 0 auto;
  padding: 30px 0 10px 0px;
  text-align: center; }
  #points-top h1.white {
    color: white;
    text-transform: uppercase; }
  #points-top h3.white {
    color: white;
    font-weight: 400;
    text-transform: uppercase; }
  #points-top p.white {
    color: white;
    font-size: 1.4em;
    text-align: center; }
  @media screen and (max-width: 770px) {
    #points-top {
      padding: 20px; }
      #points-top h1.white {
        font-size: 2.1em; } }
  #points-top p.title-white {
    text-align: center;
    font-weight: 700;
    color: #ffffff; }

.half-width {
  max-width: 600px; }

.tabs-points {
  height: 180px;
  clear: both;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  list-style: none; }
  .tabs-points li {
    float: left;
    list-style-image: none !important;
    width: 25%;
    text-align: center;
    font-size: 2em;
    padding: 10px; }
    .tabs-points li svg path, .tabs-points li svg polygon, .tabs-points li svg circle {
      fill: #002d72; }
    .tabs-points li:hover a {
      color: #fff !important; }
    .tabs-points li:hover svg path, .tabs-points li:hover svg polygon, .tabs-points li:hover svg circle {
      fill: #ffffff; }
    .tabs-points li.current:after {
      content: "";
      display: block;
      width: 0;
      border: 20px solid #2e59a8;
      border-color: #2e59a8 transparent transparent transparent;
      position: absolute;
      top: 99%;
      left: 47%;
      margin-left: -10px; }
      .tabs-points li.current:after #white {
        fill: #ffffff; }
    .tabs-points li.current {
      position: relative;
      z-index: 5; }
      .tabs-points li.current a {
        color: #ffffff !important; }
      .tabs-points li.current .svg path, .tabs-points li.current .svg polygon, .tabs-points li.current .svg circle {
        fill: #fff; }
    .tabs-points li a {
      width: 100%;
      padding: 0.87em 0;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      color: #002d72 !important;
      font-weight: 400 !important;
      font-size: 0.8em;
      line-height: 2em; }
  .tabs-points li.half {
    width: 50%; }
  @media screen and (max-width: 770px) {
    .tabs-points li {
      width: 50%; }
      .tabs-points li.current:after {
        display: none; } }

@media screen and (max-width: 770px) {
  .tabs-points.pooling {
    height: 375px !important; } }
#how-it-works, .svg.how-it-works {
  height: 91px;
  width: 92px; }

#invite-members, .svg.invite-member {
  height: 91px;
  width: 91px; }

#my-pool, .svg.my-pool {
  height: 91px;
  width: 91px; }

#redeeming-points, .svg.redeeming-points {
  height: 91px;
  width: 79px; }

#earning-points {
  height: 91px;
  width: 109px; }

#earn-together {
  height: 63px;
  width: 93px; }

#pick-a-reward {
  height: 63px;
  width: 125px; }

#get-rewarded {
  height: 63px;
  width: 125px; }

#credit-option-business {
    height: 91px; }

#credit-option-personal {
    height: 91px; }

#darkblue {
  fill: #002d72; }

object {
  pointer-events: none; }

svg .points {
  fill: #002d72; }

svg:hover .points {
  fill: #ffffff; }

.tab-content {
  padding: 30px 0px;
  display: none; }

.tab {
  background-color: #fff;
  width: 100%;
  text-align: center; }
  .tab.points {
    padding: 2em 0em 0; }
    .tab.points h2 {
      font-size: 3em;
      text-align: center;
      color: #002D72;
      font-weight: 400;
      width: 95%;
      margin: 0 auto 12px; }
      .tab.points h2.right {
        text-align: right; }
    .tab.points .terms {
      margin: 20px 0;
      display: none; }
      .tab.points .terms p {
        text-align: left;
        margin-top: 10px; }
    .tab.points .tab-copy {
      padding: 0px 50px 20px 50px; }
    .tab.points .tab-rewards {
      width: 100%;
      padding: 0 3em 1em; }
    .tab.points .redeem-graphics {
      margin: 0 auto;
      max-width: 600px; }
    .tab.points .pooling-tips-spacer {
      width: 100%;
      height: 3em;
      background:#ededed; }
    .tab.points .list-copy {
      margin: 0 auto;
      text-align: left;
      max-width: 1200px;
      padding: 0 30px; }
      .tab.points .list-copy p.title {
        text-align: left;
        color: #606060;
        text-transform: uppercase; }
      .tab.points .list-copy span.blue {
        color: #002d72;
        font-weight: 700; }
      .tab.points .list-copy p.left {
        font-size: 1.3em;
        line-height: 1.7em;
        text-align: left; }
      .tab.points .list-copy ul {
        margin-top: 2em;
        padding-left: 1em;
        font-size: 1.3em;
        list-style-image: url(../images/greencircle.png); }
        .tab.points .list-copy ul.redeem {
          list-style: none;
          padding-left: 0; }
        .tab.points .list-copy ul li {
          line-height: 1.4em;
          margin-bottom: 1.4em; }
          @media screen and (max-width: 770px) {
            .tab.points .list-copy ul li {
              margin-bottom: 0.8em; }
              .tab.points .list-copy ul li li:last-child {
                margin-bottom: 0; } }
    .tab.points .btn-container {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
      .tab.points .btn-container.right {
        text-align: right; }
        @media screen and (max-width: 770px) {
          .tab.points .btn-container.right {
            text-align: center; } }
      .tab.points .btn-container a.margin-right {
        margin-right: 20px; }
      .tab.points .btn-container .btn-grey {
        background-color: #bebebe;
        color: white;
        font-size: 1.1em;
        font-weight: normal;
        text-transform: uppercase;
        cursor: pointer;
        padding: 0.25em 2em;
        border-radius: 0px; }
      @media screen and (max-width: 770px) {
        .tab.points .btn-container {
          width: 100%;
          text-align: center; } }
    .tab.points .btn {
      margin-right: 0; }
      @media screen and (max-width: 770px) {
        .tab.points .btn {
          width: 100% !important; } }
    .tab.points .box {
      width: 100%;
      text-align: right; }
      .tab.points .box.left {
        text-align: left; }
        @media screen and (max-width: 770px) {
          .tab.points .box.left {
            text-align: center; } }
      @media screen and (max-width: 770px) {
        .tab.points .box {
          text-align: center; } }
    .tab.points p {
      text-align: center;
      font-size: 1.5em; }
    .tab.points p.left {
      text-align: left; }
    .tab.points p.checkbox {
      text-align: left;
      display: inline;
      margin: 0; }
    .tab.points p.large {
      font-size: 1em;
      text-align: center;
      margin: 0; }
    .tab.points p.small {
      font-size: 0.8em;
      margin: 0;
      padding: 2px 0;
      text-align: center; }
    .tab.points p.title {
      text-align: center;
      font-weight: 700;
      color: #002d72; }
    .tab.points p.title-invited {
      font-size: 1.8em;
      text-transform: uppercase;
      font-weight: 400;
      text-align: left;
      color: #002d72; }
    .tab.points p.title-form {
      font-size: 1.6em;
      font-weight: 700;
      text-align: left; }
    .tab.points input[type="checkbox"] {
      margin-right: 8px;
      text-align: left;
      display: inline; }
    .tab.points textarea.full-width {
      width: 99.3%;
      min-height: 200px;
      vertical-align: top;
      font-size: 1.3em;
      margin: 0;
      padding: 10px;
      margin-top: 10px;
      border: 1px solid #d5d5d5; }
    .tab.points #textarea_count {
      text-align: right;
      padding-top: 5px;
      font-size: 1.3em; }
    .tab.points .points-content {
      width: 95%;
      margin: 0 auto;
      padding: 20px 0; }
      .tab.points .points-content h2 {
        text-transform: uppercase; }
      .tab.points .points-content .total {
        font-size: 2em;
        color: #002d72;
        font-weight: 400;
        text-align: right;
        padding-top: 20px; }
    .tab.points .invite-more {
      padding: 0 50px; }
    .tab.points .header {
      background-color: #2e59a8;
      width: 95%;
      margin: 0 auto;
      padding: 10px;
      font-size: 1.8em;
      color: white;
      text-align: left; }
      .tab.points .header.purchase {
        font-size: 1.3em; }
      .tab.points .header.tips {
        font-size: 2em;
        text-align: center;
        width: 100%; }
    .tab.points .border-gray {
      border-bottom: 1px solid #dddddd;
      margin-bottom: 20px;
      padding: 20px; }
    .tab.points ul.invited {
      padding: 10px;
      margin: 20px 0;
      border-top: 1px solid #d5d5d5;
      border-bottom: 1px solid #d5d5d5; }
      .tab.points ul.invited li {
        margin: 5px 0;
        text-align: center;
        font-size: 1.5em;
        line-height: 51px; }
        .tab.points ul.invited li.normal {
          line-height: normal; }
        .tab.points ul.invited li.border {
          border-right: 1px solid #d5d5d5; }

@media screen and (max-width: 770px) {
  .tab.points .header {
    text-align: center; }
  .tab.points h2.right {
    text-align: center; }
  .tab.points p.title-invited, .tab.points p.left, .tab.points p.title-form {
    text-align: center; }
  .tab.points textarea.full-width {
    width: 100%; }
  .tab.points ul.invited {
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
    margin: 0 0 20px 0; }
    .tab.points ul.invited li.border {
      border-right: none; }
    .tab.points ul.invited li {
      line-height: normal; }
    .tab.points ul.invited li.border-top {
      border-top: 1px solid #d5d5d5;
      padding-top: 10px;
      margin-top: 10px; }
  .tab.points .btn-container a.margin-right {
    margin-right: 0px;
    margin-bottom: 20px; } }
#howitworks, #favorites, #personal {
  display: block; }

.tab-content.cards {
  margin: 0 auto;
  max-width: 900px; }

@media screen and (max-width: 700px) {
  #mypool table td:nth-of-type(1):before {
    content: "Name On Card";
    font-weight: bold; }
  #mypool table td:nth-of-type(2):before {
    content: "Contributing Points";
    font-weight: bold; }
  #mypool table td:nth-of-type(3):before {
    content: ""; }
  #mypool table tfoot td:nth-of-type(2):before {
    content: ""; }
  #mypool table.styled-table tfoot {
    display: block; }
  #mypool table.styled-table tfoot td {
    text-align: center !important;
    margin-right: 0; }
  #mypool table.styled-table tfoot td .points-text {
    margin-right: 0;
    display: inline; } }

p.faq-title {
  font-size: 1.5em;
  font-weight: 700;
  margin: 25px 0; }

dd {
    -webkit-margin-start: 25px;
    margin-left:25px;
}

ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li{
  background: #c3c3c3;
  display: inline-block;
  cursor: pointer;
  color: white;
  padding: 10px;
  width: 49%;
  display: block;
  font-size: 24px;
  float: left;
  margin-right: .5%;
  transition: all .2s ease-in;
}

ul.tabs li.current{
  background: #002d72;
  color: #ffffff;
}

.tab-content{
  display: none;
}

.tab-content.current{
  display: inherit;
}

a.faq-question {
  color: #2e59a8;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4em;
  display: block;
  cursor: pointer; 
  margin-bottom: 20px;
  width: 80%; }
  a.faq-question .arrow-up {
    float: left;
    width: 16px;
    height: 34px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px;
    background: url(../images/arrow-down.png) top left no-repeat; }
  a.faq-question .arrow-down {
    float: left;
    width: 16px;
    height: 34px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px;
    background: url(../images/arrow-up.png) top left no-repeat; }

.faq-answer {
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px; }

.faq-for-individuals, .faq-for-business {
  display: none;
}

active .faq-for-individuals, active .faq-for-business {
  display: block;
}

a.programrules {
    color: #2e59a8;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4em;
    cursor: pointer;
    margin-bottom: 20px;
    width: 80%;
}

.support {
  width: 49.5%;
}

div.programrules {
    margin-bottom: 20px;
}

.cart .border-gray, .checkout .border-gray {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding: 20px; }
.cart p.total, .checkout p.total {
  font-size: 2em;
  color: #002d72;
  font-weight: 400;
  text-align: right;
  padding-top: 20px; }
.cart .btn-container, .checkout .btn-container {
  width: 95%;
  margin: 0 auto;
  text-align: center; }
  .cart .btn-container.left, .checkout .btn-container.left {
    text-align: left;
    width: 100%; }
  .cart .btn-container a.margin-right, .checkout .btn-container a.margin-right {
    margin-right: 20px; }
  @media screen and (max-width: 770px) {
    .cart .btn-container, .checkout .btn-container {
      width: 100%;
      text-align: center; } }
.cart .btn, .checkout .btn {
  margin-right: 0; }
  @media screen and (max-width: 770px) {
    .cart .btn, .checkout .btn {
      width: 100% !important; } }

@media screen and (max-width: 770px) {
  .close, .open, td.image {
    display: none; }

  .cart {
    padding: 0 10px 20px 10px; }
    .cart table td:nth-of-type(1):before {
      content: "";
      font-weight: bold; }
      .cart table td:nth-of-type(1)
      {
          text-align:left;
      }
    .cart table td:nth-of-type(2):before {
      content: "Quantity";
      font-weight: bold; }
    .cart table td:nth-of-type(3):before {
      content: "Points";
      font-weight: bold; }
    .cart table td:nth-of-type(4):before {
      content: "Total";
      font-weight: bold; }
    .cart table td:nth-of-type(5):before {
      content: "Action";
      font-weight: bold; }
    .cart table tfoot td:nth-of-type(1):before {
      content: ""; }
    .cart table tfoot td {
      text-align: center; }
    .cart .btn-container a.margin-right {
      margin-right: 0px;
      margin-bottom: 20px; }

  .checkout {
    padding: 0 10px; }
    .checkout table td:nth-of-type(1):before {
      content: "Description";
      font-weight: bold; }
    .checkout table td:nth-of-type(2):before {
      content: "Quantity";
      font-weight: bold; }
    .checkout table td:nth-of-type(3):before {
      content: "Points";
      font-weight: bold; }
    .checkout table td:nth-of-type(4):before {
      content: "Total";
      font-weight: bold; }
    .checkout table tfoot td:nth-of-type(1):before {
      content: ""; }
    .checkout table tfoot td:nth-of-type(2), .checkout table tfoot td:nth-of-type(3) {
      display: none; }
    .checkout table tfoot td:nth-of-type(4):before {
      content: ""; }
    .checkout table.styled-table tfoot {
      display: block; }
    .checkout table.styled-table tfoot td {
      text-align: center !important;
      margin-right: 0; } }
a.remove {
  color: #ba0c2f;
  cursor: pointer;
  background: url(../images/remove-member.png) left no-repeat;
  padding-left: 15px;
  vertical-align: middle; }

/* END Points Tabs */
.remove-item {
  cursor: pointer; }

ul.rewards {
  padding: 10px;
  margin: 10px 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5; }
  ul.rewards li {
    margin: 5px 0;
    text-align: center;
    font-size: 1.5em;
    line-height: 51px;
    height: 52px;
    text-transform: uppercase; }
    ul.rewards li span.small {
      font-size: 0.7em;
      font-weight: normal;
      margin: 0;
      padding: 0;
      text-transform: none; }
    ul.rewards li span.fav-small {
      font-size: 0.6em;
      font-weight: normal;
      font-style: italic;
      margin: 0 0 5px;
      padding: 0;
      text-transform: none; }
    ul.rewards li span.fav-red {
      font-size: 0.7em;
      color: #ff0000;
      font-weight: 700;
      margin: 0 0 5px;
      padding: 0;
      text-transform: uppercase; }
    ul.rewards li.left {
      text-align: left; }
    ul.rewards li.normal {
      font-size: 1.7em;
      margin-right: 20px;
      line-height: 0.8em !important; }
      @media screen and (max-width: 1250px) {
        ul.rewards li.normal {
          margin-right: 15px; } }
    ul.rewards li.title {
      font-size: 2.1em;
      padding: 14px 0; }
    ul.rewards li.border {
      border-right: 1px solid #d5d5d5; }
      @media screen and (max-width: 770px) {
        ul.rewards li.border {
          border-right: none; } }

.border-gray {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding: 10px 0; }

#overlay {
  display: none;
  /* ensures it’s invisible until it’s called */
  position: absolute;
  /* makes the div go into a position that’s absolute to the browser viewing area */
  left: 0%;
  /* makes the div span all the way across the viewing area */
  top: 0%;
  /* makes the div span all the way across the viewing area */
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 190;
  /* makes the div the second most top layer, so it’ll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */ }

#remove-member {
  position: fixed;
  /* makes the div go into a position that’s absolute to the browser viewing area */
  left: 38%;
  /* positions the div half way horizontally */
  top: 35%;
  /* positions the div half way vertically */
  padding: 25px;
  background-color: #ffffff;
  width: 25%;
  height: auto;
  z-index: 200;
  /* makes the div the top layer, so it’ll lay on top of the other content */
  text-align: center; }
  @media screen and (max-width: 770px) {
    #remove-member {
      width: 95%;
      left: 2%; } }
  #remove-member h1 {
    margin: 0 0 1em;
    font-size: 1.6em;
    font-weight: 400;
    color: #303030; }
  #remove-member .btn-container {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 770px) {
      #remove-member .btn-container {
        width: 100%;
        text-align: center; } }
  #remove-member .btn {
    display: inline-block;
    border-radius: 0px;
    font-size: 1.6em;
    margin-right: 0.5em;
    padding: 0.5em 2em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    -webkit-backface-visibility: hidden; }
    @media screen and (max-width: 500px) {
      #remove-member .btn {
        display: inline-block;
        width: 47%;
        text-align: center;
        margin: 0.2em 0.5em;
        padding: 0.5em 0; } }
  #remove-member .btn.green {
    background-color: #77ba29;
    color: #fff; }
  #remove-member .btn.red {
    background-color: #ba0c2f;
    color: #fff; }

a.phone {
  color: #2e59a8;
  text-decoration: none; }
  @media screen and (max-width: 770px) {
    a.phone {
      cursor: pointer; } }
  a.phone.home {
    color: #ffffff; }

.quantity .btn {
  font-size: 1em;
  margin-left: 15px; }
  @media screen and (max-width: 770px) {
    .quantity .btn {
      width: 25% !important; } }
.quantity .edit {
  display: none; }
  @media screen and (max-width: 770px) {
    .quantity .edit .btn {
      width: 50% !important; } }

.fav-rewards {
  zoom: 1;
  clear: both;
  padding: 0;
  margin: 0;
  text-align: left; }
  @media screen and (max-width: 770px) {
    .fav-rewards {
      text-align: center; } }
  .fav-rewards:before, .fav-rewards:after {
    content: "";
    display: table; }
  .fav-rewards:after {
    clear: both; }
  .fav-rewards .reward-col {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    width: 24%; }
    .fav-rewards .reward-col a:hover .icon {
      position: absolute;
      display: block;
      bottom: 10px;
      right: 10px;
      z-index: 999;
      background: url(../images/link-icon.png) bottom right no-repeat;
      height: 34px;
      width: 34px; }
    @media screen and (max-width: 1175px) and (min-width: 860px) {
      .fav-rewards .reward-col {
        width: 32%; } }
    @media screen and (max-width: 860px) {
      .fav-rewards .reward-col {
        width: 47%; } }
    @media screen and (max-width: 450px) {
      .fav-rewards .reward-col {
        width: 95%; } }
    .fav-rewards .reward-col a {
      width: 287px;
      height: 287px;
      cursor: pointer;
      overflow: auto;
      position: relative;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

.tabs-rewards li svg path, .tabs-rewards li svg polygon {
  fill: #b2b2b2; }
.tabs-rewards li a {
  display: block;
  margin-bottom: 0.5em; }
.tabs-rewards li a.tab-icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 3px;
}
.tabs-rewards li:hover a.favorite-icon svg path, .tabs-rewards li:hover a.favorite-icon svg polygon {
  fill: #ff0000; }
.tabs-rewards li:hover a.redeem-icon svg path, .tabs-rewards li:hover a.redeem-icon svg polygon {
  fill: #77ba29; }
.tabs-rewards li.current {
  position: relative;
  z-index: 5; }
  .tabs-rewards li.current a.favorite-icon .svg path, .tabs-rewards li.current a.favorite-icon .svg polygon {
    fill: #ff0000; }
  .tabs-rewards li.current a.redeem-icon .svg path, .tabs-rewards li.current a.redeem-icon .svg polygon {
    fill: #77ba29; }

.tabs-rewards img
{
    width:26px;
}


#favorite {
  width: 25px;
  height: 23px; }

#fav-icon {
  width: 45px;
  height: 43px; }
  #fav-icon.svg path, #fav-icon.svg polygon {
    fill: #b2b2b2; }

#redeemed {
  width: 26px;
  height: 26px; }

.redeem-statement {
  background-color: #e1e1e1;
  padding: 2.5em 3em;
  text-align: right; }
  @media screen and (max-width: 700px) {
    .redeem-statement table td:nth-of-type(1):before {
      content: "Date";
      font-weight: bold; }
    .redeem-statement table td:nth-of-type(2):before {
      content: "Transaction Amount";
      font-weight: bold; }
    .redeem-statement table td:nth-of-type(3):before {
      content: "Point Value";
      font-weight: bold; }
    .redeem-statement table td:nth-of-type(4):before {
      content: "Redeem";
      font-weight: bold; } }
  @media screen and (max-width: 770px) {
    .redeem-statement {
      text-align: center; } }
 /* .redeem-statement .redeem-confirm {
    display: none; } */

ul.item {
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  list-style: none; }
  ul.item li {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    height: 47px; }
    @media screen and (max-width: 770px) {
      ul.item li {
        text-align: center;
        height: auto; } }
    ul.item li.title {
      font-size: 2.1em;
      width: 82%;
      display: inline-block; }
      @media screen and (max-width: 1220px) {
        ul.item li.title {
          width: 78%; } }
     @media screen and (max-width: 955px) {
        ul.item li.title {
          width: 70%; } }
      @media screen and (max-width: 770px) {
        ul.item li.title {
          width: 100%; } }
      ul.item li.title span.small {
        font-size: 0.7em;
        margin: 0;
        padding: 0;
        text-transform: none;
        display: block; }
    ul.item li.fav-area {
      width: 13%;
      display: inline-block;
      padding: 0.5em 0; }
      @media screen and (max-width: 770px) {
        ul.item li.fav-area {
          width: 100%;
          margin: 0 auto; } }
      ul.item li.fav-area .text {
        float: left;
        text-align: left; }
        @media screen and (max-width: 770px) {
          ul.item li.fav-area .text {
            float: none;
            text-align: left;
            display: inline-block; } }
        ul.item li.fav-area .text span.fav-small {
          font-size: 1em;
          line-height: normal;
          font-style: italic;
          margin: 0;
          padding: 0;
          text-transform: none; }
        ul.item li.fav-area .text span.fav-red {
          font-size: 1.1em;
          color: #ff0000;
          font-weight: 700;
          margin: 0;
          padding: 0;
          text-transform: uppercase; }
      ul.item li.fav-area .img {
        float: left;
        margin-left: 10px; }
        @media screen and (max-width: 770px) {
          ul.item li.fav-area .img {
            float: none;
            margin-left: 0;
            display: inline-block; } }
        ul.item li.fav-area .img a {
          cursor: pointer; }
          ul.item li.fav-area .img a.on .svg path, ul.item li.fav-area .img a.on .svg polygon {
            fill: #ff0000; }
          ul.item li.fav-area .img a.off .svg path, ul.item li.fav-area .img a.off .svg polygon {
            fill: #b2b2b2; }
    ul.item li.border {
      border-right: 1px solid #d5d5d5;
      margin-right: 20px; }
      @media screen and (max-width: 770px) {
        ul.item li.border {
          border-right: none;
          margin-right: 0;
          margin-bottom: 5px; } }

.item-text {
  margin: 1em 0;
  padding: 1em 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  font-size: 1.3em; }

.item-images {
  margin: 1em 0;
  font-size: 1.2em;
  font-weight: 700; }
  @media screen and (max-width: 770px) {
    .item-images {
      text-align: center;
      margin: 0 auto; } }
  .item-images ul {
    display: block;
    margin: 1em 0;
    padding: 0;
    text-align: left; }
    .item-images ul li {
      display: inline-block;
      float: left;
      margin-left: 10px; }
    .item-images ul li:first-child {
      margin-left: 0; }

.item-image {
  display: none; }

.item-colors {
  margin: 1em 0;
  font-size: 0.9em;
  font-weight: 400; }
  @media screen and (max-width: 770px) {
    .item-colors {
      text-align: center;
      margin: 0 auto; } }
  .item-colors ul {
    display: block;
    padding: 0;
    text-align: left; }
    @media screen and (max-width: 770px) {
      .item-colors ul {
        text-align: center; } }
    .item-colors ul li {
      display: inline-block;
      float: left;
      margin-left: 10px;
      width: 31px;
      height: 28px;
      cursor: pointer; }
      .item-colors ul li.pink {
        background-color: #dc0666; }
      .item-colors ul li.lime-green {
        background-color: #bbd10f; }
      .item-colors ul li.black {
        background-color: #000; }
      .item-colors ul li.dark-blue {
        background-color: #001e69; }
      .item-colors ul li.current {
        border: 1px solid #666; }
      @media screen and (max-width: 770px) {
        .item-colors ul li {
          float: none;
          text-align: left; } }
    .item-colors ul li:first-child {
      margin-left: 0; }

#photo-01 {
  display: block; }

.account-section {
	border:1px solid #dddddd;
	margin:10px 0;
}

.account-section h3 {
	background:#dddddd;
	color:#666666;
	display:block;
	padding:10px 30px 10px 30px;
	font-size:13px;
	margin:0;
}

.account-section .form-block {
	border-bottom:1px solid #ddd;
	padding:10px 30px 10px 30px;
	margin:0;
}

.account-section .form-block.no-border {
	border-bottom:none;
}

.account-section .form-block span {
	line-height:24px;
}

.account-section .form-block span p {
	font-size: 12px;
	font-weight:normal;
	text-transform:none;
	line-height:18px;
	
}

.form .form-block .radio-container {
	margin:20px 0;
}

.form .form-block .radio-container span {
	margin:0 0 5px;
	vertical-align:top;
}
.form .form-block .radio-container input[type="radio"] {
	width:20px;
	display:inline-block;
	vertical-align:top;
	margin-top:3px;
}
.form .form-block .radio-container div {
	display:inline-block;
	vertical-align:top;
	width:85%;
}

.form .form-block .left-input .edit-btn {
    float: right;
    font-style: italic;
	text-align:right;
	font-weight:100;
}

.account-edit input {
	display:block;
	width:100%;
	margin-bottom:10px;
}





.account-edit {
  display: none; }
#sentMessage {
display:none;
}
.account-active .form, .account-edit .form {
  padding: 0 !important; }
.account-active h3, .account-edit h3 {
  display: inline-block; }
@media screen and (max-width: 770px) {
  .account-active, .account-edit {
    padding: 0 1em; } }

.account-updated {
  background-color: #77ba29;
  padding: 1em 1em 1em 4em;
  margin: 1em 0;
  color: white;
  font-size: 1.3em; }
  .account-updated img.icon {
    position:absolute;
    left:2.5em;
    display: inline-block; }
  .account-updated p.account-copy
  {
    text-align:left;
    font-size: 1.3em; }
    @media screen and (max-width: 770px)
    {
      .account-updated p.account-copy
      {
         text-align:left;
         font-size: 1.1em; }

        }

.col.titles, .col.base-card, .col.optimum-card {
  margin: 0; }

@media screen and (max-width: 770px) {
  .titles {
    display: none !important; } }
#business table.styled-table td:first-child {
  /*width: 25%;*/
  border-right: 1px solid #ededed; }
  @media screen and (max-width: 700px) {
    #business table.styled-table td:first-child {
      display: none; } }
/* #business table.styled-table td:nth-child(2) {
  text-align: left;
  padding: 0 0 0 2em; } */
  @media screen and (max-width: 700px) {
    #business table.styled-table td:nth-child(2) {
      text-align: center;
      padding: 0; } }
@media screen and (max-width: 700px) {
  #business.cards table.styled-table td.blue {
    height: 63px; } }

.cards {
  /* Table */ }
  .cards .tab-copy {
    padding: 0 !important; }
  .cards table.styled-table {
    width: 100%;
    margin: 20px auto;
    border: none;
    padding-top: 5px;
    color: #666666; }
  .cards table.styled-table td.blue {
    background: #2e59a8;
    color: #fff;
    font-weight: bold;
    height: 45px;
    font-size: 15px; }
  .cards table.styled-table tr:nth-of-type(even) {
    background: #ededed; }
  .cards table.styled-table th {
    background: #fff;
    color: #002d72;
    text-transform: uppercase;
    font-weight: 700;

    height: 50px; }
  .cards table.styled-table td, .cards table.styled-table th {
    padding: 0;
    text-align: center; }
  .cards table.styled-table td {
    height: 64px;
    font-size: 13px; }
  .cards table.styled-table td.title {
    text-align: left;
    padding-left: 15px;
    font-weight: 600;
  }
  .cards table.styled-table thead th {
    border: 0; }
  @media screen and (max-width: 700px) {
    .cards thead tr {
      display: inline-block;
      position: relative;
      top: 0;
      left: 0;
      text-align: center; }
    .cards table.styled-table tr {
      padding: 15px 5px; }
    .cards table.styled-table td {
      border-bottom: none;
      height: auto;
      padding: 5px 0;
      font-size: 12px; }
    .cards table thead tr:nth-of-type(1):before {
      content: "";
      font-weight: bold;
      font-size: 14px; }
    .cards table tr:nth-of-type(2):before {
      content: "ANNUAL REWARDS MEMBERSHIP FEE";
      font-weight: bold;
      font-size: 14px; }
    .cards table tr:nth-of-type(3):before {
      content: "EARNING POINTS";
      font-weight: bold;
      font-size: 14px; }
    .cards table tr:nth-of-type(4):before {
      content: "POINT EARNING CAP";
      font-weight: bold;
      font-size: 14px; }
    .cards table tr:nth-of-type(5):before {
      content: "POINT EXPIRATION";
      font-weight: bold;
      font-size: 14px; }
    .cards table tr:nth-of-type(6):before {
      content: "SIGN-UP BONUS";
      font-weight: bold;
      font-size: 14px; }
    .cards table tr:nth-of-type(7):before {
      content: "REWARDS CATALOG";
      font-weight: bold;
      font-size: 14px; }
    .cards table tr:nth-of-type(8):before {
      content: "ADDITIONAL WAYS TO USE POINTS";
      font-weight: bold;
      font-size: 14px; }
    .cards table.styled-table tr:nth-of-type(even) td {
      border-bottom: none; } }

.termsandconditions {
  cursor: pointer; }

.popUp {
    width:500px;
    padding:20px;
    margin-left:-250px;
    left:50%;
    top:150px;
    background:#fff;
    position:fixed;
    z-index:1999;
    border:1px solid #606060;
}
.popUp p
{
    font-size:15px;
}
.popUp .close-btn {
    position:absolute;
    top:-10px;
    right:-10px;
}
.popUp .close-btn img
{
    max-width:25px;
}
.bg-overlay
{
    width:100%;
    height:100%;
    background:#000;
    opacity:0.6;
    position:fixed;
     z-index:1998;
}

@media screen and (max-width: 550px)
{
    .popUp
    {
        width:90%;
        left:5%;
        margin-left:0;
    }
}

.sweeps-container {
  margin-bottom: 3em; }
  .sweeps-container img {
    display: inline-block;
    vertical-align: middle;
    margin-left: -100px; }
  .sweeps-container .sweeps-enter {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3em; }
  .sweeps-container h3 {
    color: #002d72;
    line-height: 2em; }
  .sweeps-container p {
    color: #606060;
    line-height: 1.4em;
    margin-bottom: 10px; }
    .sweeps-container p span.small {
      display: block;
      font-size: 0.8em; }
  .sweeps-container .input {
    font-weight: bold;
    font-size: 1.2em;
    color: #606060;
    margin-bottom: 10px; }
    .sweeps-container .input input[type="radio"] {
      margin-right: 15px; }

.register-sweeps-rules p {
	margin-bottom:1.5em;
}
@media screen and (max-width: 770px) {
  .sweeps-container img {
    margin-bottom: 1em; }
  .sweeps-container .sweeps-enter {
    margin-left: 0; } }

/*  .top .search-container-logged-in {
        right:230px;
    }
  .top .search-container-logged-out {
        right:0px;
    } */

.alert .rules {display:none;}


.validationSummary  {
	color: #ba0c2f;
    font-size: 1.3em;
    line-height: 140%;
}

.validationSummary ul {
    margin:0 0 10px;
    padding:0;
}

.validationSummary li {
    list-style:none;
	color: #FF0000;
    margin-left: 0;
    margin-bottom: 20px;
}

.POBoxError p {
    margin-bottom:12px;
    font-size:17px;
    font-weight:bold
}

.POBoxError span {
    display:block;
    max-width:1100px;
}
.required {
    color: #FF0000;
    display:inline;
}
.error {
    color: #FF0000;
}

#award-history .styled-table td, #award-history .styled-table tr, #award-history .styled-table th {
     text-align:left;
}

#award-history .styled-table tfoot td
{
    border:0;
}

.form .form-block span.textGreen
{
    font-weight:normal;
    color:#77ba29;
    text-transform:none;

}

.form .form-block span.textRed
{
    font-weight:normal;
    color:#ba0c2f;
    text-transform:none;

}

@media screen and (max-width: 770px)
{
  #award-history .styled-table td, #award-history .styled-table tr, #award-history .styled-table th {
     text-align:right;}
  #award-history table.styled-table thead {
      display:none;}
  #award-history table.styled-table table {
      margin-left:3em;}
  #award-history table.styled-table table tr td {
      border-bottom:0;
      padding:0;}
  #award-history table.styled-table table tr td:before {
      content:"" !important;}
  #award-history table.points-redeemed td:nth-of-type(1):before {
    content: "Date";
    font-weight: bold; }
  #award-history table.points-redeemed td:nth-of-type(2):before {
    content: "Reward";
    font-weight: bold; }
  #award-history table.points-redeemed td:nth-of-type(3):before {
    content: "Quant.";
    font-weight: bold; }
  #award-history table.points-redeemed td:nth-of-type(4):before {
    content: "Status";
    font-weight: bold; }
  #award-history table.points-redeemed td:nth-of-type(5):before {
    content: "Fulfill Date";
    font-weight: bold; }
  #award-history table.points-redeemed td:nth-of-type(6):before {
    content: "Pts Redeemed";
    font-weight: bold; }
  /* #award-history table tfoot {
        display:block; } */
  #award-history table tfoot td:nth-of-type(1):before,  #award-history table tfoot td:nth-of-type(2):before {
    content: "" !important; }
  #award-history table.points-redeemed tfoot td {
    text-align: center !important; }


#award-history table.points-earned td:nth-of-type(1):before {
  content: "Date";
  font-weight: bold; }
#award-history table.points-earned td:nth-of-type(2):before {
  content: "Descr.";
  font-weight: bold; }
#award-history table.points-earned td:nth-of-type(3):before {
  content: "Amount";
  font-weight: bold; }
#award-history table.points-earned td:nth-of-type(5):before {
  content: "Points" ;
  font-weight: bold; }

   #award-history table.other-pool-earned td:nth-of-type(1):before {
  content: "Acct. Type";
  font-weight: bold; }
#award-history table.other-pool-earned td:nth-of-type(2):before {
  content: "Name";
  font-weight: bold; }
#award-history table.other-pool-earned td:nth-of-type(3):before {
  content: "Points";
  font-weight: bold; }

  #award-history table.other-pool-redeemed td:nth-of-type(1):before {
  content: "Acct. Type";
  font-weight: bold; }
#award-history table.other-pool-redeemed td:nth-of-type(2):before {
  content: "Name";
  font-weight: bold; }
#award-history table.other-pool-redeemed td:nth-of-type(3):before {
  content: "Points";
  font-weight: bold; }

#award-history table.expired-points td:nth-of-type(1):before {
  content: "Date";
  font-weight: bold; }
#award-history table.expired-points td:nth-of-type(2):before {
  content: "Pts. Expired";
  font-weight: bold; }
}

@media screen and (max-width: 700px)
{
 table#paymeback-table td:nth-of-type(1):before {
  content: "Date";
  font-weight: bold; }
 table#paymeback-table td:nth-of-type(2):before {
  content: "Detail";
  font-weight: bold; }

 table#paymeback-table td:nth-of-type(3):before {
  content: "Account";
  font-weight: bold; }

 table#paymeback-table td:nth-of-type(4):before {
  content: "Transaction";
  font-weight: bold; }

 table#paymeback-table td:nth-of-type(5):before {
  content: "Value";
  font-weight: bold; }


table.cashback tr
{
    width:100%;
    display:block;
}
 table.cashback td {
  width:50%;
  border-top:1px solid #e1e1e1;
  border-bottom:none;
  float:left;
  text-align:left;
  font-weight: bold; }

}

 /* Styles for Max Length plugin v2.0.0 */
.maxlength-feedback {
	margin-left: 0.5em;
	font-size: 75%;
}
.maxlength-full {
	background-color: #fee;
}
.maxlength-overflow {
	background-color: #fcc;
}
.maxlength-disabled {
	opacity: 0.5;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

	@media print {
	    #nav, .top .icon-container, footer, a.btn, .btn {display:none;}
	     p {
	        font-family: "Open Sans","sans-serif";
	        font-size: 14px;
	    }
		#inner-wrap { margin-top:10em;}

	}
@media print {
    .screenOnly { display: none; }
}

@media screen {
    .printOnly { display: none; }
}

.yes {
	background-color: #77ba29;
    color: #fff !important;
    padding:0.5em 1em;
    width:12em;
    font-weight:bold;
    border-radius:3px;
	}

.yes span {
	 color:#fff !important;
	 font-size:1em !important;
	}
.no {
	background-color: #ba0c2f;
    color: #fff !important;
    padding:0.5em 1em;
    width:12em;
    font-weight:bold;
    border-radius:3px;
	}
	span.dropclose {
	    position:absolute; right:0; top:2px;
	}

	.boldBlue {
	color: #2e59a8;
    font-weight: 600;
    text-decoration: none;
	}

	.tcalert {
	    margin-top:10px;
	}

	.form .form-block span.error-message {
	text-transform:none;
	color:#ba0c2f;
	font-size:0.9em;
	}

@media screen and (max-width: 800px)
{

	.form-block.cashbackredeem
	{
	    text-align:center;
	}
	.form-block.cashbackredeem .btn
	{
	    margin-top:10px;
	}

}

#reward-carousel
{
    padding-bottom:75px;}

.styled-table.points-redeemed tr table tr { background:transparent;}

table.faq, table.faq th, table.faq td {
    border: 1px solid black;
    border-collapse: collapse;
}

/* single page reg */
.spinnerhide
{
    display:none;
}
.spinnershow
{
    display:inline;
}
.spinnerimage
{
    height:25px;
    vertical-align:middle;
    padding-left:5px;
}

.validationerror
{
    color:#cc0000 !important;
    font-size: 16px !important;
    font-weight: normal  !important;
    text-transform: none !important;
    width: auto !important;
}

@media screen and (min-width: 1170px)
{
    .registrationsubmitcontainer
    {
        padding-left: 343px;
    }
}
.address {
    padding: 5px;
    font-size: 1.5em;
}
#emailpreferences {
    font-size: 1.3em;
    max-width: 720px;
}
#emailpreferences .title {
    font-weight: bold;
}

#registrationsubmitcontainersteptwo {
    max-width: 720px;
}
#registrationsubmitcontainersteptwo .right-input {
    float: right;
}
#rbtnNoEmailPref {
    margin: 0px 5px 50px 0px;
    float: left;
}

/* NEW CASH BACK STYLES */

.bold {
	font-weight:bold;
}

.cash-back, .paymeback, .paymeback p {
	color:#666666;
	text-align:left;
}

.cash-back .container,
.paymeback .container {
	padding:0;
}

.cash-back .form input[type="text"],
.cash-back .form input[type="number"],
.cash-back .form input[type="password"] {
	margin:0;
	padding: 0.55em 0.5em;
}

.cash-back input[type="radio"] {
	margin-right:8px;
}

.cash-back .notIE label {
	margin-top:0;
}

@media screen and (max-width:770px) {
	.cash-back .radio-container, .cash-back .notIE  {
		margin-bottom:15px;
	}
}

input.full {
	width:100%;
}

.cash-back .radio-container {
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
	text-transform:uppercase;
}

a.text-link {
    color: #666666;
    font-size: 1.6em;
    font-weight: bold;
}

@media screen and (max-width:770px) {
	a.text-link {
		display:block;
		text-align:center;
	}
}

.amount-field
 {
	display:none;
}

.cash-back .info-btn {
	border-radius:200px;
	background:#acacac;
	width:32px;
	height:32px;
	margin:0 auto;
	display:block;
	text-align:center;
	color:#fff;
	font-weight:600;
	line-height:32px;
	font-size:20px;
	cursor:pointer;
}


.account-number {
	width:343px;
	height:79px;
	background:url('../cashback/images/account-number.png');
	display:block;
	content:"";
}
.routing-number {
	width:343px;
	height:79px;
	background:url('../cashback/images/routing-number.png');
	display:block;
	content:"";
}


.error-message {
    font:bold 12px arial;
    color:#cc0000;
    text-align:left;
    text-transform:none;
}

#holidaybanner {
    color:#ffffff;
    background-color:#002D72;
    font-size:1em;
    text-align:center;
    padding:25px;
}
#holidaybanner .title {
    font-size: 1.8em;
}
#holidaybanner .body {
    font-size: 1.2em;
    font-style:initial;
    color:#A3B3CB;
}
@media screen and (max-width:860px) {
  .small-text-center {
    text-align:center !important;
    padding: 0 !important;
  }
}

.registration-banner {
  background-color: #77ba29;
  position: relative;
  z-index: 1;
  padding: 3rem 2rem;
  text-transform: uppercase;
  text-align: center;
  top: 0;
  margin-bottom:2rem;
}
/*.registration-banner:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 100%;
  border-top: 20px solid #77ba29;
  border-right: 300px solid transparent;
}
.registration-banner:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 100%;
  border-top: 20px solid #77ba29;
  border-left: 300px solid transparent;
}*/
.registration-banner h1 {
  font-size: 2.4em;
  line-height: 1.2em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  /*.registration-banner {
    position: absolute;
    padding: 3rem;
    left: 45px;
    right: auto;
    top: 0;
  }
  .registration-banner:before {
    border-top: 20px solid #77ba29;
    border-right: 135px solid transparent;
  }
  .registration-banner:after {
    border-top: 20px solid #77ba29;
    border-left: 135px solid transparent;
  }*/
  .registration-banner h1 {
    font-size: 2.4em;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 992px) {
  /*.registration-banner {
    padding: 4rem;
    left: 75px;
  }
  .registration-banner:before {
    border-top: 30px solid #77ba29;
    border-right: 183px solid transparent;
  }
  .registration-banner:after {
    border-top: 30px solid #77ba29;
    border-left: 183px solid transparent;
  }*/
  .registration-banner h1 {
    font-size: 3.6em;
  }
}

.registration-image-crop {
  height: auto;
  overflow: visible;
}
@media screen and (min-width: 934px) {
  .registration-image-crop {
    height: 350px;
    overflow: hidden;
  }
}

#overview .col:first-child .overview-inner {
    border-left: 0 none;
}
#overview .overview-inner {
	color:#636563;
    padding: 30px;
}

#overview i {
    background-color: #666666;
    border: 3px solid #d3d4d3;
    border-radius: 150px;
    display: block;
    height: 140px;
    margin: 0 auto 30px;
    width: 140px;
}

#overview h3 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}

#overview p {
    font-size: 16px;
    line-height: 24px;
}

/* Unsubscribe Modal */
.unsubscribe-modal {
    width: 100%;
    padding: 20px;
    max-width: 640px;
    margin: 100px auto 0 auto;
    position: relative;
}
@media screen and (min-width: 680px) {
    .unsubscribe-modal {
        margin: 0 auto 0 auto;
    }
}
.unsubscribe-modal .unsubscribe-content {
    box-shadow: -3px 3px 8px rgba(0,0,0,0.25);
    padding: 20px 20px 20px 20px;
}
@media screen and (min-width: 680px) {
    .unsubscribe-modal .unsubscribe-content {
        padding: 25px 50px 50px 50px;
    }
}

.unsubscribe-modal h1 {
  font-size:24px;
  line-height:27px;
  font-weight:400;
}
.unsubscribe-modal p {
  font-size:14px;
  line-height:21px;
  margin-bottom:12px;
}
.unsubscribe-modal .radio {
  font-size:14px;
  line-height:21px;
  margin-bottom:12px;
}
.unsubscribe-modal .radio label {
    padding-left: 7px;
    display: inline;
}
.unsubscribe-modal .form-group {
    margin-bottom:20px;
    margin-top:20px;
}
.unsubscribe-modal .form-group input[type=text] {
    width:100%;
    max-width: 400px;
    padding:5px;
    display:inline-block;
    zoom:1;
}
.unsubscribe-modal .btn {
  width:13em;
  display: block;
  font-size:1.7em;
  color: #ffffff;
  font-weight: 400;
  padding: 0.7em 0.4em;
  text-align: center;
  background: #77ba29;
  cursor:pointer;
  border-radius: 0px;
  text-transform: uppercase;
  text-decoration: none;
  border:none;
  outline:none;
  margin: 40px auto 0 auto;
}

#sign-in {
  max-width:900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -120px;
  position: relative;
  -webkit-transition: margin-top 180ms ease-out;
  -o-transition: margin-top 180ms ease-out;
  transition: margin-top 180ms ease-out;
}
#sign-in.video_is_active {
  margin-top: 0px;
}
@media screen and (max-width:992px) {
  #sign-in {
    width: 100%;
    margin-top:0;
  }
  #sign-in.video_is_active {
    margin-top: 0;
  }
}
#sign-in p {
  font-size: 1.8rem;
  line-height:3.2rem;
}
#sign-in input[type="text"], #sign-in input[type="password"] {
  font-size:1.8rem;
  padding:1rem;
  margin-right:0.5rem;
  margin-left:0.5rem;
}
#sign-in .btn {
  width: 13em;
  display: block;
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  padding: 1rem 0;
  text-align: center;
  background: #77ba29;
  cursor: pointer;
  border-radius: 0px;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #77ba29;
  outline: none;
}
@media screen and (max-width: 992px) {
  #sign-in .left {
    float: none;
    width: 100%;
    text-align: center;
  }
  #sign-in .left input {
    margin-bottom: 20px;
    margin-right:0 !important;
    margin-left: 0 !important;
  }
  #sign-in .right {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  #sign-in .left input {
    width: 100%;
  }
  #sign-in .right input {
    width: 100%;
  }
}

#whyRegister h1 {
  font-size: 6rem;
  line-height:6rem;
  font-weight: normal;
}
@media screen and (max-width: 770px) {
  #whyRegister h1 {
    font-size: 4rem;
    line-height:4rem;
  }
}

#whyRegister p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#browseRewards h1 {
  font-size: 6rem;
  line-height: 6rem;
  margin:0;
  font-weight: normal;
}

@media screen and (max-width: 770px) {
  #browseRewards h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

/* Helpers */
.main-content {
  max-width: 122rem;
  margin:0 auto;
}

.content-container {
  max-width:1100px;
  margin: 0 auto;
}
.btn-green {
  width: 13em;
  display: block;
  font-size: 1.7rem;
  color: #ffffff !important;
  font-weight: normal !important;
  padding: 0.7em 0.4em;
  text-align: center;
  background: #77ba29;
  cursor: pointer;
  border-radius: 0px;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}

.link-text {
  font-size:1.8rem;
  line-height:2.8rem;
  color: #6b6b6b !important;
  display: inline-block;
}

.bg-blue {
  background-color: #2f59a8 !important;
}

.bg-dark-blue {
  background-color: #002d72 !important;
}

.bg-green {
  background-color: #77ba29 !important;
}

.bg-lightgray {
  background-color: #ededed !important;
}

.bg-gray {
  background-color: #4c4c4c !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.inline-block {
  display: inline-block !important;
}

.clear {
  clear: both;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-inline {
  display: inline !important;
}

.p-100 {
  width: 100%;
  max-width: none;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.border {
  border: 1px solid #d3d4d3 !important;
}
.border-top {
  border-top: 1px solid #d3d4d3 !important;
}
.border-bottom {
  border-bottom: 1px solid #d3d4d3 !important;
}
.border-right {
  border-right: 1px solid #d3d4d3 !important;
}
.border-left {
  border-left: 1px solid #d3d4d3 !important;
}

.hide {
  display: none !important;
}

/* tiny screens and up */
@media screen and (min-width: 0px) {
  .tiny-1-of-2 {
    width:50%;
    padding-left: 15px;
    padding-right:15px;
    float: left;
  }
  .tiny-1-of-3 {
    width: 33.33%;
    padding-left:15px;
    padding-right:15px;
    float: left;
  }
  .tiny-1-of-4 {
    width: 25%;
    padding-left:15px;
    padding-right:15px;
    float: left;
  }
  .tiny-1-of-6 {
    width: 16.66%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }

  .hide-for-tiny-up {
    display: none;
  }

  .tiny-border {
    border: 1px solid #d3d4d3 !important;
  }
  .tiny-border-top {
    border-top: 1px solid #d3d4d3 !important;
  }
  .tiny-border-bottom {
    border-bottom: 1px solid #d3d4d3 !important;
  }
  .tiny-border-right {
    border-right: 1px solid #d3d4d3 !important;
  }
  .tiny-border-left {
    border-left: 1px solid #d3d4d3 !important;
  }

  .tiny-padding-all-zero {
    padding: 0px !important;
  }
  .tiny-padding-all-tiny {
    padding: 0.5rem !important;
  }
  .tiny-padding-all-small {
    padding: 1rem !important;
  }
  .tiny-padding-all-medium {
    padding: 2rem !important;
  }
  .tiny-padding-all-large {
    padding: 4rem !important;
  }
  .tiny-padding-all-xlarge {
    padding: 5rem !important;
  }

  .tiny-margin-right-zero {
    margin-right: 0px !important;
  }
  .tiny-margin-right-tiny {
    margin-right: 0.5rem !important;
  }
  .tiny-margin-right-small {
    margin-right: 1rem !important;
  }
  .tiny-margin-right-medium {
    margin-right: 2rem !important;
  }
  .tiny-margin-right-large {
    margin-right: 4rem !important;
  }
  .tiny-margin-right-xlarge {
    margin-right: 5rem !important;
  }
}

/* small screens and up */
@media screen and (min-width: 481px) {
  .small-1-of-2 {
    width:50%;
    padding-left: 15px;
    padding-right:15px;
    float: left;
  }
  .small-1-of-3 {
    width: 33.33%;
    padding-left:15px;
    padding-right:15px;
    float: left;
  }
  .small-1-of-4 {
    width: 25%;
    padding-left:15px;
    padding-right:15px;
    float: left;
  }
  .small-1-of-6 {
    width: 16.66%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }

  .hide-for-small-up {
    display: none;
  }

  .small-border {
    border: 1px solid #d3d4d3 !important;
  }
  .small-border-top {
    border-top: 1px solid #d3d4d3 !important;
  }
  .small-border-bottom {
    border-bottom: 1px solid #d3d4d3 !important;
  }
  .small-border-right {
    border-right: 1px solid #d3d4d3 !important;
  }
  .small-border-left {
    border-left: 1px solid #d3d4d3 !important;
  }

  .small-padding-all-zero {
    padding: 0px !important;
  }
  .small-padding-all-tiny {
    padding: 0.5rem !important;
  }
  .small-padding-all-small {
    padding: 1rem !important;
  }
  .small-padding-all-medium {
    padding: 2rem !important;
  }
  .small-padding-all-large {
    padding: 4rem !important;
  }
  .small-padding-all-xlarge {
    padding: 5rem !important;
  }

  .small-margin-right-zero {
    margin-right: 0px !important;
  }
  .small-margin-right-tiny {
    margin-right: 0.5rem !important;
  }
  .small-margin-right-small {
    margin-right: 1rem !important;
  }
  .small-margin-right-medium {
    margin-right: 2rem !important;
  }
  .small-margin-right-large {
    margin-right: 4rem !important;
  }
  .small-margin-right-xlarge {
    margin-right: 5rem !important;
  }
}

/* medium screens and up */
@media screen and (min-width: 768px) {
  .medium-1-of-2 {
    width:50%;
    padding-left: 15px;
    padding-right:15px;
    float: left;
  }
  .medium-1-of-3 {
    width: 33.33%;
    padding-left:15px;
    padding-right:15px;
    float: left;
  }
  .medium-1-of-4 {
    width: 25%;
    padding-left:15px;
    padding-right:15px;
    float: left;
  }
  .medium-1-of-6 {
    width: 16.66%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }

  .hide-for-medium-up {
    display: none;
  }

  .medium-border {
    border: 1px solid #d3d4d3 !important;
  }
  .medium-border-top {
    border-top: 1px solid #d3d4d3 !important;
  }
  .medium-border-bottom {
    border-bottom: 1px solid #d3d4d3 !important;
  }
  .medium-border-right {
    border-right: 1px solid #d3d4d3 !important;
  }
  .medium-border-left {
    border-left: 1px solid #d3d4d3 !important;
  }

  .medium-padding-all-zero {
    padding: 0px !important;
  }
  .medium-padding-all-tiny {
    padding: 0.5rem !important;
  }
  .medium-padding-all-small {
    padding: 1rem !important;
  }
  .medium-padding-all-medium {
    padding: 2rem !important;
  }
  .medium-padding-all-large {
    padding: 4rem !important;
  }
  .medium-padding-all-xlarge {
    padding: 5rem !important;
  }

  .medium-margin-right-zero {
    margin-right: 0px !important;
  }
  .medium-margin-right-tiny {
    margin-right: 0.5rem !important;
  }
  .medium-margin-right-small {
    margin-right: 1rem !important;
  }
  .medium-margin-right-medium {
    margin-right: 2rem !important;
  }
  .medium-margin-right-large {
    margin-right: 4rem !important;
  }
  .medium-margin-right-xlarge {
    margin-right: 5rem !important;
  }
}

/* large screens and up */
@media screen and (min-width: 992px) {
  .large-1-of-2 {
    width:50%;
    padding-left: 15px;
    padding-right:15px;
    float: left;
  }
  .large-1-of-3 {
    width: 33.33%;
    padding-left:15px;
    padding-right:15px;
    float: left;
  }
  .large-1-of-4 {
    width: 25%;
    padding-left:15px;
    padding-right:15px;
    float: left;
  }
  .large-1-of-6 {
    width: 16.66%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }

  .hide-for-large-up {
    display: none;
  }

  .large-border {
    border: 1px solid #d3d4d3 !important;
  }
  .large-border-top {
    border-top: 1px solid #d3d4d3 !important;
  }
  .large-border-bottom {
    border-bottom: 1px solid #d3d4d3 !important;
  }
  .large-border-right {
    border-right: 1px solid #d3d4d3 !important;
  }
  .large-border-left {
    border-left: 1px solid #d3d4d3 !important;
  }

  .large-padding-all-zero {
    padding: 0px !important;
  }
  .large-padding-all-tiny {
    padding: 0.5rem !important;
  }
  .large-padding-all-small {
    padding: 1rem !important;
  }
  .large-padding-all-medium {
    padding: 2rem !important;
  }
  .large-padding-all-large {
    padding: 4rem !important;
  }
  .large-padding-all-xlarge {
    padding: 5rem !important;
  }

  .large-margin-right-zero {
    margin-right: 0px !important;
  }
  .large-margin-right-tiny {
    margin-right: 0.5rem !important;
  }
  .large-margin-right-small {
    margin-right: 1rem !important;
  }
  .large-margin-right-medium {
    margin-right: 2rem !important;
  }
  .large-margin-right-large {
    margin-right: 4rem !important;
  }
  .large-margin-right-xlarge {
    margin-right: 5rem !important;
  }
}

.padding-all-zero {
  padding: 0px !important;
}
.padding-all-tiny {
  padding: 0.5rem !important;
}
.padding-all-small {
  padding: 1rem !important;
}
.padding-all-medium {
  padding: 2rem !important;
}
.padding-all-large {
  padding: 4rem !important;
}
.padding-all-xlarge {
  padding: 5rem !important;
}

.padding-horiz-zero {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.padding-horiz-tiny {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.padding-horiz-small {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.padding-horiz-medium {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.padding-horiz-large {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.padding-horiz-xlarge {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.padding-vert-zero {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.padding-vert-tiny {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.padding-vert-small {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.padding-vert-medium {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.padding-vert-large {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.padding-vert-xlarge {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.padding-top-zero {
  padding-top: 0px !important;
}
.padding-top-tiny {
  padding-top: 0.5rem !important;
}
.padding-top-small {
  padding-top: 1rem !important;
}
.padding-top-medium {
  padding-top: 2rem !important;
}
.padding-top-large {
  padding-top: 4rem !important;
}
.padding-top-xlarge {
  padding-top: 5rem !important;
}

.padding-bottom-zero {
  padding-bottom: 0px !important;
}
.padding-bottom-tiny {
  padding-bottom: 0.5rem !important;
}
.padding-bottom-small {
  padding-bottom: 1rem !important;
}
.padding-bottom-medium {
  padding-bottom: 2rem !important;
}
.padding-bottom-large {
  padding-bottom: 4rem !important;
}
.padding-bottom-xlarge {
  padding-bottom: 5rem !important;
}

.padding-left-zero {
  padding-left: 0px !important;
}
.padding-left-tiny {
  padding-left: 0.5rem !important;
}
.padding-left-small {
  padding-left: 1rem !important;
}
.padding-left-medium {
  padding-left: 2rem !important;
}
.padding-left-large {
  padding-left: 4rem !important;
}
.padding-left-xlarge {
  padding-left: 5rem !important;
}

.padding-right-zero {
  padding-right: 0px !important;
}
.padding-right-tiny {
  padding-right: 0.5rem !important;
}
.padding-right-small {
  padding-right: 1rem !important;
}
.padding-right-medium {
  padding-right: 2rem !important;
}
.padding-right-large {
  padding-right: 4rem !important;
}
.padding-right-xlarge {
  padding-right: 5rem !important;
}

.margin-all-zero {
  margin: 0px !important;
}
.margin-all-tiny {
  margin: 0.5rem !important;
}
.margin-all-small {
  margin: 1rem !important;
}
.margin-all-medium {
  margin: 2rem !important;
}
.margin-all-large {
  margin: 4rem !important;
}
.margin-all-xlarge {
  margin: 5rem !important;
}

.margin-horiz-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.margin-horiz-tiny {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.margin-horiz-small {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.margin-horiz-small-bottom {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  margin-bottom: 2rem !important;
}
.margin-horiz-medium {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.margin-horiz-large {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.margin-horiz-xlarge {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.margin-vert-zero {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.margin-vert-tiny {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.margin-vert-small {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.margin-vert-medium {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.margin-vert-large {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.margin-vert-xlarge {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.margin-top-zero {
  margin-top: 0px !important;
}
.margin-top-tiny {
  margin-top: 0.5rem !important;
}
.margin-top-small {
  margin-top: 1rem !important;
}
.margin-top-medium {
  margin-top: 2rem !important;
}
.margin-top-large {
  margin-top: 4rem !important;
}
.margin-top-xlarge {
  margin-top: 5rem !important;
}

.margin-bottom-zero {
  margin-bottom: 0px !important;
}
.margin-bottom-tiny {
  margin-bottom: 0.5rem !important;
}
.margin-bottom-small {
  margin-bottom: 1rem !important;
}
.margin-bottom-medium {
  margin-bottom: 2rem !important;
}
.margin-bottom-large {
  margin-bottom: 4rem !important;
}
.margin-bottom-xlarge {
  margin-bottom: 5rem !important;
}

.margin-left-zero {
  margin-left: 0px !important;
}
.margin-left-tiny {
  margin-left: 0.5rem !important;
}
.margin-left-small {
  margin-left: 1rem !important;
}
.margin-left-medium {
  margin-left: 2rem !important;
}
.margin-left-large {
  margin-left: 4rem !important;
}
.margin-left-xlarge {
  margin-left: 5rem !important;
}

.margin-right-zero {
  margin-right: 0px !important;
}
.margin-right-tiny {
  margin-right: 0.5rem !important;
}
.margin-right-small {
  margin-right: 1rem !important;
}
.margin-right-medium {
  margin-right: 2rem !important;
}
.margin-right-large {
  margin-right: 4rem !important;
}
.margin-right-xlarge {
  margin-right: 5rem !important;
}

.text-blue {
  color: #2f59a8 !important;
}

.text-dark-blue {
  color: #002d72 !important;
}

.text-green {
  color: #77ba29 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-white {
  color: #ffffff !important;
}

.text-small {
  font-size:12px;
  line-height:14px;
}

.subhead {
  font-size: 1.8rem !important;
  line-height: 3.2rem !important;
}

.vert-middle {
  vertical-align: middle;
}

.left {
  float: left;
}

.right {
  float: right;
}

.mobile_charity {
  display: none;
}

#Charitable_Rewards {
  background-image: url(../images/Charitable_Rewards_bg.jpg);
}

.charity_left, .charity_right {
  position: absolute;
  top: 30px;
  height: 80%;
}

.charity_left {
  left: 0;
}

.charity_right {
  right: 0;
}

.charity_headline, .charity_content {
  float: left;
}

.charity_content {
  margin-left: 50px;
  width: 50%;
}

.charity_content p, .mobile_charity p  {
  font-size: 18px;
  line-height: 24px;
  margin: 40px 0;
  color: #ffffff;
}

@media screen and (max-width: 1169px) {
  .hide-for-medium-down {
    display: none!important;
  }
}
@media screen and (max-width: 991px) {
  .hide-for-small-down {
    display: none!important;
  }
  #Charitable_Rewards {
    background-position: left top;
    background-size: 100%;
    min-height: 930px;
    background-image: url(../images/Charitable_Rewards_bg_mobile.jpg);
  }
  .mobile_charity {
    display: block;
    padding: 0 5%;
  }
  .charity_left, .charity_right, .slide-content {
    display: none;
  }
  .slide-content-wrapper {
    width: 100%!important;
    left: 0!important;
  }
  .mobile_charity .mobile_charity_top {
    width: 60%;
    margin: 0 auto;
    margin-top: -100px;
  }
  .mobile_charity .mobile_header {
    width: 100%;
    max-width: 100%;
    margin: 50px 0;
  }
  .mobile_chartiy hr {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .hide-for-tiny-down {
    display: none!important;
  }
}
@media screen and (max-width: 480px) {
  .hide-for-micro-down {
    display: none!important;
  }
  #Charitable_Rewards {
    min-height: 700px;
    background-image: url(../images/Charitable_Rewards_bg_mobile.jpg);
  }
  .mobile_charity {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .hide-for-medium-up {
    display: none!important;
  }
}
@media screen and (min-width: 768px) {
  .hide-for-small-up {
    display: none!important;
  }
}
@media screen and (min-width: 481px) {
  .hide-for-tiny-up {
    display: none!important;
  }
}
@media screen and (min-width: 1170px) {
  .hide-for-large-up {
    display: none!important;
  }
}
@media screen and (min-width: 992px) {
  .medium-p-100 {
    width: 100% !important;
  }
}

/* Modals */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(5,41,95); /* Fallback color */
  background-color: rgba(5,41,95,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-header {
  margin: 15% auto 0 auto; /* 15% from the top and centered */
  padding: 20px;
  max-width:660px;
  width: 100%; /* Could be more or less, depending on screen size */
}

.modal-content {
  margin: 0 auto 15% auto; /* 15% from the top and centered */
  padding: 40px 20px;
  max-width:660px;
  width: 100%; /* Could be more or less, depending on screen size */
}

.modal-content h2 {
  font-size: 4.5rem;
  line-height:4.7rem;
  font-weight: normal;
  margin: 0;
}

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

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

/* ******** VIDEO ********* */
#videoPoster {
  position: absolute;
  top:50%;
  left:0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#videoPosterMobile {
  display: none;
  position: relative;
  top: 0;
}

#videoPosterMobile.active {
  display: block;
}

@media (max-width: 900px) {
  #videoPoster {
    top: 0;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 767px) {
  #videoTextWrapper {
    position: relative;
    top: 0;
  }
  #vidPlayButton {
    margin-top: 15px;
  }
}

#closeVideoButton {
  position:absolute;
  background-color: white;
  top:0;
  right:0;
  padding:10px 30px 10px 20px;
  font-size:12px;
  font-weight:bold;
  cursor:pointer;
  display:none;
}

#closeVideoButtonRewards {
  background-color: white;
  padding:10px 30px 10px 20px;
  font-size:12px;
  font-weight:bold;
  cursor:pointer;
  display:none;
}

#videoFCBLearnMore {
  display: none;
}

#videoFCBLearnMoreRewards {
  max-height: calc(100vh - 15em);
  display: none;
}

 #nav .registerNavLink {
      display: inline-block;
      color: #fff;
      line-height: 1.28571em;
      font-weight: normal;
      outline: none;
      text-decoration: none;
      padding: 1.2em;
      position: relative;
      font-size: 1.4em;
      z-index: 2; }
      @media screen and (min-width: 770px) {
        #nav .registerNavLink:hover {
           background-color: #fff !important;
        color: #002d72; } }
.div2020BannerAccount {
    padding: 1.0em 14.4em;
}
@media screen and (max-width: 800px) {
    .div2020BannerAccount {
        padding: 0em 0em !important;
    }
   
}
@media screen and (max-width: 580px) {
    .div2020BannerAccount {
        padding: 0em 0em !important;
    }
    .img2020BannerAccount {
        width: 550px  !important;
        height: auto !important;
    }
    .listBannerGiftCards{
    background-position: 0% 0px !important;
    /*background: url(../images/rewards2020heroSmall.jpg) no-repeat !important;*/
    height: 90px  !important;
        margin-left: 0.75em;
    }
}
.contentHero {
    
}

@media screen and (max-width: 880px) {
    .contentHero {
        height: 275px;
    }
}
@media screen and (max-width: 770px) {
    .contentHero { height: 175px; }
}
.paymebackbc {
    padding-top: 175px;
    /*padding-left: 550px;*/
    padding-right: 270px;
    text-align: right !important;
}
.paymebackh {
    text-align: right !important;
    font-size: 4em;
}
.paymebackp {
    max-width: 14em !important;
    font-size: 2.4em !important;
    text-align: right !important;
    margin-left: 102px;
}
@media screen and (max-width: 880px) {
     .paymebackbc {
         padding-top: 0px;
         padding-left: 0px;
         padding-right: 0px;
         text-align: center !important;
     }
    .paymebackp {
        font-size: 1.4em !important;
        text-align: center !important;
        margin-left: 80px;
    }
    .paymebackh {
        text-align: center !important;
        font-size: 2.5em;
    }
 }
@media screen and (max-width: 860px) {
    .contentBanner .paymebackbc {
        padding: 2em;
        background: rgba(255, 255, 255, 0.7);
        position: relative;
        margin: 0 auto;
        width: 100% !important;
        height: 300px;
        right: 0 !important;
        top: 0 !important; }
    .contentBanner .paymebackbc h1 {
        color: #000000; }
    .contentBanner .paymebackbc p {
        color: #000000; }

}
@media screen and (max-width: 1212px) {
    .contentBanner .paymebackbc {


    }
    .contentBanner .paymebackbc p {
        /*margin-left: 0px;*/

    }

}
@media screen and (max-width: 1111px) {
    .contentBanner .paymebackbc {
        /*padding-left: 400px;*/
        padding-right: 120px;

    }
    .paymebackbp {
        margin-left: 50px; 
        max-width: fit-content;
    }
    .paymebackbh {
        font-size: 3em;
    }
}
@media screen and (max-width: 900px) {
    .contentBanner .paymebackbc {
        padding-right: 120px;
    }
}
@media screen and (max-width: 400px) {
    .contentBanner .paymebackbc {
        padding-left: 0px;
        padding-right: 0px;
    }
    .contentBanner .paymebackbc p {
        margin-left: 80px; }

}
/*HeroBanner sizing*/

@media screen and (min-width: 1440px) and (min-width: 768px) {
    .heroCaption h1 { 
        font-size: 4.5rem;
        line-height: 4rem;
        font-weight: 700;
    }

    .heroCaption p {
        font-size: 18px;
    }
    .text-white-hero  {
        color: #ffffff !important;
    }
    .text-black-hero  {
        color: #082538 !important;
    }
    .text-green-hero   {
        color: #2a6b35 !important;
    }
    .text-gray-hero   {
        color: #666666 !important;
    }
    .text-left-hero  {
        text-align: left !important;
    }
    .text-right-hero  {
        text-align: right !important;
    }
    .text-center-hero  {
        text-align: center !important;
    }
}
@media screen and (min-width: 768px) {
    .heroCaption h1 { 
        font-size: 4.5rem;
        line-height: 4rem;
        font-weight: 700;
    }
    .heroCaption p {
        font-size: 18px;
    }
    .text-white-hero  {
        color: #ffffff !important;
    }
    .text-black-hero  {
        color: #082538 !important;
    }
    .text-green-hero   {
        color: #2a6b35 !important;
    }
    .text-gray-hero   {
        color: #666666 !important;
    }
    .text-left-hero  {
        text-align: left !important;
    }
    .text-right-hero  {
        text-align: right !important;
    }
    .text-center-hero  {
        text-align: center !important;
    }
}
@media screen and (max-width: 1024px) {

    .heroCaption h1 { 
        font-size: 1.875rem;
        line-height: 2.375rem;
    }
}
 
#first-slide 
{
    background: url(../images/fitbit-slide.jpg)  no-repeat scroll 100% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#second-slide 
{
    background: url(../images/mac-bg.jpg)  no-repeat scroll 20% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media screen and (max-width: 1100px) {
#first-slide 
{
    background: url(../images/fitbit-slide.jpg) no-repeat scroll 0% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#second-slide 
{
    background: url(../images/mac-bg.jpg)  no-repeat scroll 0% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
}

@media screen and (min-width: 2200px) {
#first-slide 
{
    background: url(../images/fitbit-slide.jpg)  no-repeat scroll 50% 100%;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}

#second-slide 
{
    background: url(../images/mac-bg.jpg)  no-repeat scroll 50% 100%;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}
}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	/*margin: 1% 0 1% 1.6%;*/
	padding: 1% 0 1% 1.6%;
}

.col:last-child {
	padding-right:1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

@media screen and (max-width:770px) {
	.col {
		padding: 10px;
	}
	.col:last-child {
		padding-right: 10px;
	}
}
		

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}


/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.13%; 
}

.span_1_of_3 {
	width: 32.26%; 
}


/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}

/*  GRID OF FIVE   ============================================================================= */

	
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%; 
}

.span_3_of_5 {
  	width: 59.36%; 
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 18.72%;
}

/*  GRID OF SIX   ============================================================================= */


.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}

.span_7_of_7 {
	width: 100%;
}

.span_6_of_7 {
	width: 85.48%;
}

.span_5_of_7 {
  	width: 70.97%;
}

.span_4_of_7 {
  	width: 56.45%;
}

.span_3_of_7 {
  	width: 41.94%;
}

.span_2_of_7 {
  	width: 27.42%;
}

.span_1_of_7 {
  	width: 12.91%;
}

/*  GRID OF EIGHT   ============================================================================= */

	
.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
	width: 87.3%; 
}

.span_6_of_8 {
	width: 74.6%; 
}

.span_5_of_8 {
	width: 61.9%; 
}

.span_4_of_8 {
	width: 49.2%; 
}

.span_3_of_8 {
	width: 36.5%;
}

.span_2_of_8 {
	width: 23.8%; 
}

.span_1_of_8 {
	width: 11.1%; 
}

/*  GRID OF NINE   ============================================================================= */


.span_9_of_9 {
	width: 100%;
}

.span_8_of_9 {
	width: 88.71%;
}

.span_7_of_9 {
	width: 77.42%; 
}

.span_6_of_9 {
	width: 66.13%; 
}

.span_5_of_9 {
	width: 54.84%; 
}

.span_4_of_9 {
	width: 43.55%; 
}

.span_3_of_9 {
	width: 32.26%;
}

.span_2_of_9 {
	width: 20.97%; 
}

.span_1_of_9 {
	width: 9.68%; 
}


/*  GRID OF TEN   ============================================================================= */


.span_10_of_10 {
	width: 100%;
}

.span_9_of_10 {
	width: 89.84%;
}

.span_8_of_10 {
	width: 79.68%;
}

.span_7_of_10 {
	width: 69.52%; 
}

.span_6_of_10 {
	width: 59.36%; 
}

.span_5_of_10 {
	width: 49.2%; 
}

.span_4_of_10 {
	width: 39.04%; 
}

.span_3_of_10 {
	width: 28.88%;
}

.span_2_of_10 {
	width: 18.72%; 
}

.span_1_of_10 {
	width: 8.56%; 
}

/*  GRID OF ELEVEN   ============================================================================= */

.span_11_of_11 {
	width: 100%;
}

.span_10_of_11 {
	width: 90.76%;
}

.span_9_of_11 {
	width: 81.52%;
}

.span_8_of_11 {
	width: 72.29%;
}

.span_7_of_11 {
	width: 63.05%; 
}

.span_6_of_11 {
	width: 53.81%; 
}

.span_5_of_11 {
	width: 44.58%; 
}

.span_4_of_11 {
	width: 35.34%; 
}

.span_3_of_11 {
	width: 26.1%;
}

.span_2_of_11 {
	width: 16.87%; 
}

.span_1_of_11 {
	width: 7.63%; 
}

/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
	width: 91.53%;
}

.span_10_of_12 {
	width: 83.06%;
}

.span_9_of_12 {
	width: 74.6%;
}

.span_8_of_12 {
	width: 66.13%;
}

.span_7_of_12 {
	width: 57.66%; 
}

.span_6_of_12 {
	width: 49.2%; 
}

.span_5_of_12 {
	width: 40.73%; 
}

.span_4_of_12 {
	width: 32.26%; 
}

.span_3_of_12 {
	width: 23.8%;
}

.span_2_of_12 {
	width: 15.33%; 
}

.span_1_of_12 {
	width: 6.86%; 
}

@media only screen and (max-width: 770px) {
	.col { 
		margin: 1% 0 1% 0%;
	}

	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
	
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
	
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
	
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
	
	.span_6_of_6:not(.force) {
		width: 100%; 
	}
	.span_5_of_6:not(.force) {
		width: 100%; 
	}
	.span_4_of_6:not(.force) {
		width: 100%; 
	}
	.span_3_of_6:not(.force) {
		width: 100%; 
	}
	.span_2_of_6:not(.force) {
		width: 100%; 
	}
	.span_1_of_6:not(.force) {
		width: 100%; 
	}
	
	.span_7_of_7 {
		width: 100%; 
	}
	.span_6_of_7 {
		width: 100%; 
	}
	.span_5_of_7 {
		width: 100%; 
	}
	.span_4_of_7 {
		width: 100%; 
	}
	.span_3_of_7 {
		width: 100%; 
	}
	.span_2_of_7 {
		width: 100%; 
	}
	.span_1_of_7 {
		width: 100%; 
	}
	
	.span_8_of_8 {
		width: 100%; 
	}
	.span_7_of_8 {
		width: 100%; 
	}
	.span_6_of_8 {
		width: 100%; 
	}
	.span_5_of_8 {
		width: 100%; 
	}
	.span_4_of_8 {
		width: 100%; 
	}
	.span_3_of_8 {
		width: 100%; 
	}
	.span_2_of_8 {
		width: 100%; 
	}
	.span_1_of_8 {
		width: 100%; 
	}
	
	.span_9_of_9 {
		width: 100%; 
	}
	.span_8_of_9 {
		width: 100%; 
	}
	.span_7_of_9 {
		width: 100%; 
	}
	.span_6_of_9 {
		width: 100%; 
	}
	.span_5_of_9 {
		width: 100%; 
	}
	.span_4_of_9 {
		width: 100%; 
	}
	.span_3_of_9 {
		width: 100%; 
	}
	.span_2_of_9 {
		width: 100%; 
	}
	.span_1_of_9 {
		width: 100%; 
	}
	
	.span_10_of_10 {
		width: 100%; 
	}
	.span_9_of_10 {
		width: 100%; 
	}
	.span_8_of_10 {
		width: 100%; 
	}
	.span_7_of_10 {
		width: 100%; 
	}
	.span_6_of_10 {
		width: 100%; 
	}
	.span_5_of_10 {
		width: 100%; 
	}
	.span_4_of_10 {
		width: 100%; 
	}
	.span_3_of_10 {
		width: 100%; 
	}
	.span_2_of_10 {
		width: 100%; 
	}
	.span_1_of_10 {
		width: 100%; 
	}
	
	.span_11_of_11 {
		width: 100%; 
	}
	.span_10_of_11 {
		width: 100%; 
	}
	.span_9_of_11 {
		width: 100%; 
	}
	.span_8_of_11 {
		width: 100%; 
	}
	.span_7_of_11 {
		width: 100%; 
	}
	.span_6_of_11 {
		width: 100%; 
	}
	.span_5_of_11 {
		width: 100%; 
	}
	.span_4_of_11 {
		width: 100%; 
	}
	.span_3_of_11 {
		width: 100%; 
	}
	.span_2_of_11 {
		width: 100%; 
	}
	.span_1_of_11 {
		width: 100%; 
	}
	
	.span_12_of_12 {
		width: 100%; 
	}
	.span_11_of_12 {
		width: 100%; 
	}
	.span_10_of_12 {
		width: 100%; 
	}
	.span_9_of_12 {
		width: 100%; 
	}
	.span_8_of_12 {
		width: 100%; 
	}
	.span_7_of_12 {
		width: 100%; 
	}
	.span_6_of_12 {
		width: 100%; 
	}
	.span_5_of_12 {
		width: 100%; 
	}
	.span_4_of_12 {
		width: 100%; 
	}
	.span_3_of_12 {
		width: 100%; 
	}
	.span_2_of_12 {
		width: 100%; 
	}
	.span_1_of_12 {
		width: 100%; 
	}
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width:100%;
}

.item-carousel.owl-carousel .owl-wrapper-outer 
{
    width: 99%;
}

#reward-carousel.owl-carousel .owl-wrapper-outer 
{
    width: 99.95%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
.owl-theme .owl-controls{
    left: 50%;
    margin-left: -50px;
    margin-top: 10px;
    padding: 20px 0;
    text-align: center;
    width: 100px;
    z-index: 2;
	position:absolute;
}

.item-carousel.owl-theme .owl-controls 
{
    width: 250px;
    margin-left: -125px;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #dad9d9;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #2e59a8;
	border:none;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* Component */

.morph-button {
	position: relative;
	display: block;
	margin: 0 auto;
}

.morph-button > button {
	width:13em;
	display:block;
	font-size:1.7em;
	color:#fff;
	font-weight:bold;
	padding:0.7em 0.4em;
	text-align:center;
	cursor:pointer;
	border-radius:2px;
	text-transform:uppercase;
	border:0;
}

.morph-button.open > button {
	pointer-events: none;
}

.morph-content {
	pointer-events: none;
}

.morph-button.open .morph-content {
	pointer-events: auto;
}

/* Common styles for overlay and modal type (fixed morph) */

.morph-button-fixed,
.morph-button-fixed .morph-content {
	width: 220px;
	height: 45px;
}

.morph-button-fixed > button {
	z-index: 1000;
	-webkit-transition: opacity 0.1s 0.5s;
	transition: opacity 0.1s 0.5s;
}

.morph-button-fixed.open > button {
	opacity: 0;
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1s;
}

.morph-button-fixed .morph-content {
	position: fixed;
	z-index: 900;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-fixed.open .morph-content {
	opacity: 1;
}

.morph-button-fixed .morph-content > div {
	visibility: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
	transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
}

.morph-button-fixed.open .morph-content > div {
	visibility: visible;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.morph-button-fixed.active > button {
	z-index: 2000;
}

.morph-button-fixed.active .morph-content {
	z-index: 1900;
}

.morph-button-modal::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	pointer-events: none;
}

.morph-button-modal.open::before {
	opacity: 1;
	pointer-events: auto;
}

.morph-button-modal.active::before {
	z-index: 1800;
}

.morph-button-modal .morph-content {
	overflow: hidden;
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-modal.open .morph-content {
	top: 50% !important;
	left: 50% !important;
	margin: -210px 0 0 -300px;
	width: 600px;
	height: 420px;
	-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

/* Colors and sizes for individual modals */

.morph-button.morph-button-modal-2 {
	display: inline-block;
}

.morph-button-modal-2 > button {
	background:#77ba29;
	color: #fff;
}
.morph-button-modal-2 .morph-content {
	background:#fff;
	color: #606060;
}

.morph-button-modal-2.open .morph-content {
	margin: -210px 0 0 -170px;
	width: 340px;
	height: 365px;
}

.morph-button-modal-2.open .morph-content > div
 {
 	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}



/* Content */

.icon-close {
	z-index: 100;
	display: block;
	overflow: hidden;
	width: 5em;
	height: 4em;
	text-align: center;
	line-height: 2;
	cursor: pointer;
}

.icon:before {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-transform: none;
	font-weight: 700;
	speak: none;
	font-size:2.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-close::before {
	content: "X";
}

.icon-close {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #606060 !important;
}

.icon-close:hover {
	color: #a50a05 !important;
}

.content-style-form {
	position: relative;
	text-align: left;
}

.content-style-form h2 {
	margin: 0.15em 0 0 !important;
	padding: 0.4em 0 0;
	text-align: center;
	font-weight: 600;
	font-size: 3.5em;
	color:#606060;
}

.content-style-form .form {
	padding: 10px 30px;
}

.content-style-form .form p {
	margin: 0 !important;
	font-size: 0.7em;
	color:#606060;
}
.content-style-form label {
	display: block;
	padding: 15px 0 5px;
	color: #606060;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 2em;
	font-weight: 300;
}

.content-style-form input[type="text"],
.content-style-form input[type="password"] {
	padding: 8px;
	width: 100%;
	border-radius:3px;
	border: 1px solid #e9e9e9;
	background: transparent;
	color: #666;
	font-weight: 300;
	font-size: 2em;
}

.content-style-form input[type="text"]:focus,
.content-style-form input[type="password"]:focus {
	border-color: #e5e5e5;
}


.content-style-form span {
	display:block;
	margin-top:10px;
}

.content-style-form span a{
	color:#2e59a8;
	font-weight:bold;
	text-decoration:none;
}

.content-style-form input:focus {
	outline: 0;
}

.content-style-form button {
 		width:280px;
 		display:block;
 		font-size:2em;
 		color:#fff;
 		font-weight:bold;
 		text-align:center;
 		background:#77ba29;
 		cursor:pointer;
 		border-radius:2px;
 		text-transform:uppercase;
		margin:1em auto 0;
		border:0;
		padding:0.8em;
}

.content-style-form .icon-close {
	top: -10px;
	right: 0;
	color: #fff;
}

.content-style-form .icon-close:hover {
	color: #e75854;
}

.js .content-style-form-1 h2,
.js .content-style-form-1 p,
.js .content-style-form-1 .icon-close {
	opacity: 0;
	-webkit-transition: opacity 0.2s 0.35s, -webkit-transform 0.2s 0.35s;
	transition: opacity 0.2s 0.35s, transform 0.2s 0.35s;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
}

.content-style-form-1 p:first-child {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.content-style-form-1 p:nth-child(2) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.content-style-form-1 p:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.morph-button.open .content-style-form-1 h2,
.morph-button.open .content-style-form-1 p,
.morph-button.open .content-style-form-1 .icon-close {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* No JS fallback: let's hide the button and show the content */
.no-js .morph-button > button {
	display: none;
}

.no-js .morph-button {
	margin: 10px 0;
	float: none;
}

.no-js .morph-button,
.no-js .morph-button .morph-content,
.no-js .morph-button .morph-content > div {
	position: relative;
	width: auto;
	height: auto;
	opacity: 1;
	visibility: visible;
	top: auto;
	left: auto;
	-webkit-transform: none;
	transform: none;
	pointer-events: auto;
}

.no-js .morph-button .morph-content .icon-close {
	display: none;
}

.no-js .morph-button-sidebar {
	width: 300px;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	height: 100%;
	background: #e85657;
	overflow: auto;
}

.no-transition {
	-webkit-transition: none !important;
	transition: none !important;
}








