@charset "UTF-8";
/* --- _variables.scss --- */
.pre-login-header {
  width: 100%;
  padding: 5px 0;
  background: white;
}
.pre-login-header .pre-login-head-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pre-login-header .pre-login-head-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .pre-login-header .pre-login-head-flex a {
    display: block;
    width: 100%;
  }
}
.pre-login-header .pre-login-head-flex a img {
  width: 163px;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .pre-login-header .pre-login-head-flex a img {
    margin: 0 auto 10px;
  }
}
.pre-login-header .pre-login-head-flex .pre-login-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .pre-login-header .pre-login-head-flex .pre-login-navigation {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .pre-login-header .pre-login-head-flex .pre-login-navigation .dropdown {
    width: 100%;
    text-align: center;
    order: 3;
    margin: 5px 0;
  }
}
.pre-login-header .pre-login-head-flex .pre-login-navigation .dropdown .dropdown-toggle {
  color: #2994d2;
  font-weight: 800;
  font-size: 18px;
  font-family: "gotham_rounded", sans-serif;
  display: inline-block;
}
.pre-login-header .pre-login-head-flex .pre-login-navigation .dropdown-menu {
  padding: 10px 20px;
}
.pre-login-header .pre-login-head-flex .pre-login-navigation .dropdown-menu .dropdown-item {
  display: block;
  border-bottom: 1px solid #14597e;
  color: #2994d2;
  padding: 5px 0;
}
.pre-login-header .pre-login-head-flex .pre-login-navigation .dropdown-menu .dropdown-item:last-child {
  border: 0;
}
.pre-login-header .pre-login-head-flex .pre-login-navigation .dropdown-menu .dropdown-item.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  text-transform: none !important;
}
.pre-login-header .pre-login-head-flex .pre-login-navigation .btn {
  width: auto;
  display: inline-block;
  margin-left: 12px;
  font-weight: 800;
  font-size: 16px;
  height: 60px;
  text-align: center;
  line-height: 56px;
  padding: 0 35px;
  border-radius: 100px;
  text-transform: uppercase;
  font-family: "gotham_rounded", sans-serif;
}
@media (max-width: 767px) {
  .pre-login-header .pre-login-head-flex .pre-login-navigation .btn {
    margin-left: 0;
  }
}
.pre-login-header .pre-login-head-flex .pre-login-navigation .btn-secondary {
  background: white;
  color: #f47521;
  border: 2px solid #f47521;
}
@media (max-width: 767px) {
  .pre-login-header .pre-login-head-flex .pre-login-navigation .btn-secondary {
    margin-left: 10px;
  }
}
.pre-login-header .pre-login-head-flex .pre-login-navigation .btn-secondary:hover, .pre-login-header .pre-login-head-flex .pre-login-navigation .btn-secondary:focus, .pre-login-header .pre-login-head-flex .pre-login-navigation .btn-secondary:active {
  border: 2px solid #f47521;
  background: #f47521;
  color: white;
}

#head {
  background: #2994d2;
}
#head .important-alert {
  display: none;
  position: absolute;
  width: 600px;
  padding: 5px;
  left: 52%;
  top: 10px;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.85);
}
@media (max-width: 1199px) {
  #head .important-alert {
    width: 100%;
    position: relative;
    border-radius: 0;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
#head .important-alert p {
  color: #dc3545 !important;
  font-size: 14px;
  margin-bottom: 0;
}
#head .open > .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 20px 40px;
  text-align: center;
  top: 33px;
  border: 1px solid #14597e;
}
#head .open > .dropdown-menu li {
  width: 100%;
}
#head .open > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 1em;
  border-bottom: 1px solid #14597e;
  color: #2994d2;
  line-height: 36px;
  height: 36px;
  text-shadow: none;
}
#head .open > .dropdown-menu li a:hover {
  color: #14597e;
  background: transparent;
  box-shadow: 0;
}
#head .open > .dropdown-menu li:last-child a {
  border-bottom: 0;
}
#head .open > .leftDrop.dropdown-menu {
  left: auto;
  right: 0;
}
#head .profile-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
#head .profile-header .profile-info {
  font-size: 0.875em;
  float: left;
  padding: 0 15px;
  color: white;
  margin: 15px 0px;
}
#head .profile-header .profile-info.my-account {
  display: flex;
}
#head .profile-header .profile-info .dropdown {
  display: inline-block;
}
#head .profile-header .profile-info .dropdown > button {
  border: 0;
  background: transparent;
  color: white;
  padding: 0;
}
#head .profile-header .profile-info .dropdown > button i {
  font-size: 1.25em;
  position: relative;
  top: 2px;
}
#head .profile-header .profile-info .dropdown > button:hover {
  color: #98ca3e;
}
#head .profile-header .profile-info .userProfilePoints {
  font-weight: 900;
  font-size: 1.25em;
}
#head .profile-header .profile-info a {
  color: white;
  text-decoration: none;
}
#head .profile-header .profile-info a:hover {
  color: #98ca3e;
}
#head .main-navigation {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  #head .main-navigation {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
#head .main-navigation .open > .dropdown-menu {
  top: 55px;
}
@media (max-width: 767px) {
  #head .main-navigation .mobile-box {
    text-align: center;
  }
  #head .main-navigation .mobile-box img {
    width: 110px;
    height: 32px;
  }
  #head .main-navigation .mobile-box button {
    position: absolute;
    color: white;
    font-size: 1.375em;
    right: 15px;
    top: 5px;
    padding: 0;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
  }
}
#head .main-navigation .mobile-box > a.flag-icon {
  width: 25px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid white;
  overflow: hidden;
  position: relative;
  top: 4px;
  margin-right: 5px;
  cursor: default;
}
#head .main-navigation .mobile-box > a.flag-icon > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
#head .main-navigation .mobile-box > a.flag-icon.other {
  cursor: pointer;
  opacity: 0.5;
  filter: grayscale(1);
}
#head .main-navigation .mobile-box > a.flag-icon.other:hover {
  opacity: 1;
}
#head .desktop-nav {
  color: white;
  text-align: right;
}
#head .desktop-nav .dropdown {
  display: inline-block;
}
@media (max-width: 767px) {
  #head .desktop-nav .dropdown {
    display: none;
  }
}
#head .desktop-nav button, #head .desktop-nav > a {
  margin-left: 15px;
  line-height: 50px;
  font-size: 1.75em;
  border: 0;
  background: transparent;
  color: white;
  padding: 0;
  font-weight: 900;
  outline: none;
  text-decoration: none;
  display: inline-block;
}
#head .desktop-nav button i, #head .desktop-nav > a i {
  font-size: 1.25em;
  position: relative;
  top: 2px;
}
#head .desktop-nav button:hover, #head .desktop-nav > a:hover {
  color: #fcb122;
}
@media (min-width: 768px) and (max-width: 991px) {
  #head .desktop-nav button, #head .desktop-nav > a {
    font-size: 1.55em;
  }
}
#head .desktop-nav > a.flag-icon {
  width: 26px;
  height: 26px;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  top: 4px;
  border: 1px solid white;
  cursor: default;
}
#head .desktop-nav > a.flag-icon > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
#head .desktop-nav > a.flag-icon.other {
  cursor: pointer;
  opacity: 0.5;
  filter: grayscale(1);
}
#head .desktop-nav > a.flag-icon.other:hover {
  opacity: 1;
}
#head .mobile-bar {
  position: fixed;
  bottom: 0;
  background: white;
  border-top: 1px solid #eeeeee;
  box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 55px;
  z-index: 9999;
  padding: 5px 15px;
}
#head .mobile-bar > button {
  width: 20%;
  text-align: center;
  display: block;
  float: left;
  font-size: 0.875em;
  color: #808080;
  outline: none !important;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
}
#head .mobile-bar > button i {
  font-size: 2.25em;
  display: block;
  color: #3d3d3d;
}
#head .mobile-menu.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
#head .mobile-menu {
  position: fixed;
  z-index: 999;
  bottom: 0;
  transition: transform 0.15s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.1);
  padding-bottom: 55px;
  background: #eeeeee;
  width: 100%;
}
#head .mobile-menu .extra {
  background: #2994d2;
  text-align: center;
  color: white;
  padding: 10px 15px;
  font-size: 1.25em;
}
#head .mobile-menu ul {
  list-style: none;
  padding: 0;
  padding-top: 10px;
}
#head .mobile-menu ul li {
  line-height: 1.4em;
  font-size: 1.125em;
  padding: 8px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#head .mobile-menu ul li:last-child {
  border: 0;
}
#head .mobile-menu ul li a {
  color: #3d3d3d;
}
#head .mobile-menu ul li a span {
  float: right;
  color: #808080;
}
#head .mobile-menu ul li a span.fa {
  position: relative;
  top: 3px;
}

footer {
  padding: 30px 0 0;
  height: auto;
  background: #14597e;
  margin: 0;
  border: none;
  color: white;
}
footer a {
  outline: none !important;
  color: white;
}
footer img {
  margin-bottom: 25px;
  max-width: 130px;
}
footer .social {
  margin-bottom: 20px;
}
footer .social a {
  color: white;
  font-size: 1.65em;
  margin-right: 10px;
}
footer .social a:last-child {
  margin: 0;
}
footer ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  footer ul {
    margin-bottom: 15px;
  }
}
footer ul li {
  color: white;
  font-size: 1em;
  font-weight: bold;
}
footer ul li a {
  font-size: 0.875em;
  color: white;
  font-weight: normal;
}
footer ul li a:hover, footer ul li a:active, footer ul li a:focus {
  color: #eeeeee;
}
footer ul li a span {
  display: none;
}
footer .sub-header {
  margin-top: 40px;
  padding-bottom: 30px;
}
footer .sub-header hr {
  background: white;
  margin: 0 auto 20px;
}
footer .sub-header > div {
  font-size: 0.875em;
  color: white;
}
footer .sub-header > div > a {
  color: white;
}
footer .sub-header > div > a:hover, footer .sub-header > div > a:active, footer .sub-header > div > a:focus {
  color: #eeeeee;
}
@media (max-width: 767px) {
  footer .sub-header > div.text-right {
    text-align: left;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer #footer-menu > .col-sm-12.col-md-10 > .row > .col-sm-2 {
    width: 20%;
  }
}

#copyright {
  width: 100%;
  padding: 25px 0;
  background: #2994d2;
}
#copyright p {
  color: white;
  line-height: 1.42em;
  font-size: 0.813em;
  text-align: center;
}

.translate-box {
  background: white;
}
@media (max-width: 767px) {
  .translate-box {
    padding-bottom: 70px;
  }
}
.translate-box .goog-te-gadget img {
  margin: 0;
}

.fade.show {
  opacity: 1;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.login-backdrop {
  background: url(../img/pre-login-back.jpg) #14597e no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #14597e;
  background-size: cover;
  background-position: center;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 20s ease-out, opacity 0.15s ease-out;
  opacity: 0;
}

.confirmation-backdrop {
  background: #14597e no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1038;
  background-color: #14597e;
  background-size: cover;
  background-position: center;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 20s ease-out, opacity 0.15s ease-out;
  opacity: 0;
}

.modal-open .login-backdrop.show {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal-open .confirmation-backdrop.show {
  opacity: 0.8;
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  z-index: 999999;
}
@media (max-width: 767px) {
  .modal-dialog {
    display: block;
  }
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal.fade .modal-dialog {
  -webkit-transform: translateZ(75px);
  -moz-transform: translateZ(75px);
  -o-transform: translateZ(75px);
  transform: translateZ(75px);
  transition: transform 0.4s ease-out;
}

.modal.show .modal-dialog {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.modal-dialog {
  max-width: 830px;
  width: auto;
}

#xoomLogin, #xoomConfirmation, #xoomMaintenance {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  perspective: 500px;
  background: #14597e;
}
#xoomLogin .modal-content, #xoomConfirmation .modal-content, #xoomMaintenance .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background: #f2f2f2;
}
@media (max-width: 991px) {
  #xoomLogin .modal-content, #xoomConfirmation .modal-content, #xoomMaintenance .modal-content {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
  }
}
#xoomLogin .left-box,
#xoomLogin .right-box, #xoomConfirmation .left-box,
#xoomConfirmation .right-box, #xoomMaintenance .left-box,
#xoomMaintenance .right-box {
  float: left;
  width: 50%;
}
#xoomLogin .left-box, #xoomConfirmation .left-box, #xoomMaintenance .left-box {
  padding: 60px 50px;
  position: relative;
  text-align: center;
  background: white;
}
@media (max-width: 991px) {
  #xoomLogin .left-box, #xoomConfirmation .left-box, #xoomMaintenance .left-box {
    display: none;
  }
}
#xoomLogin .left-box img.big, #xoomConfirmation .left-box img.big, #xoomMaintenance .left-box img.big {
  border-radius: 100%;
  position: relative;
  max-width: 350px;
  width: 100%;
}
#xoomLogin .left-box .logo-box, #xoomConfirmation .left-box .logo-box, #xoomMaintenance .left-box .logo-box {
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 100%;
  overflow: hidden;
  background: #98ca3e;
  bottom: 50px;
  left: 40px;
}
#xoomLogin .left-box .logo-box img, #xoomConfirmation .left-box .logo-box img, #xoomMaintenance .left-box .logo-box img {
  position: relative;
  max-width: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  #xoomLogin .right-box, #xoomConfirmation .right-box, #xoomMaintenance .right-box {
    width: 100%;
  }
}
#xoomLogin .right-box .right-head, #xoomConfirmation .right-box .right-head, #xoomMaintenance .right-box .right-head {
  color: #14597e;
  font-weight: bold;
  font-size: 1em;
  padding: 15px;
  border-bottom: 1px solid white;
  position: relative;
  margin-bottom: 30px;
}
#xoomLogin .right-box .right-head .close, #xoomConfirmation .right-box .right-head .close, #xoomMaintenance .right-box .right-head .close {
  float: none;
  position: absolute;
  z-index: 9999;
  right: 15px;
  top: 13px;
  color: #98ca3e;
  opacity: 1;
  transition: color 0.15s ease;
}
#xoomLogin .right-box .right-head .close:hover, #xoomConfirmation .right-box .right-head .close:hover, #xoomMaintenance .right-box .right-head .close:hover {
  color: #2994d2;
}
#xoomLogin .right-box .form-control, #xoomConfirmation .right-box .form-control, #xoomMaintenance .right-box .form-control {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  border: 0;
  display: block;
  width: 100%;
  background: white;
  margin: 15px auto;
  line-height: 40px;
  height: 40px;
  color: #63656C;
  border-radius: 0;
}
#xoomLogin .right-box .form-control:focus, #xoomConfirmation .right-box .form-control:focus, #xoomMaintenance .right-box .form-control:focus {
  outline: 0;
  -moz-box-shadow: 0 0 0 2px rgba(154, 202, 78, 0.6);
  -webkit-box-shadow: 0 0 0 2px rgba(154, 202, 78, 0.6);
  -khtml-box-shadow: 0 0 0 2px rgba(154, 202, 78, 0.6);
  box-shadow: 0 0 0 2px rgba(154, 202, 78, 0.6);
}
#xoomLogin .right-box #btnForgotPassword, #xoomConfirmation .right-box #btnForgotPassword, #xoomMaintenance .right-box #btnForgotPassword {
  color: #63656C;
  cursor: pointer;
  display: block;
  margin-bottom: 30px;
}
#xoomLogin .right-box .right-foot, #xoomConfirmation .right-box .right-foot, #xoomMaintenance .right-box .right-foot {
  border-top: 1px solid white;
  padding: 15px;
  margin-top: 20px;
  color: #63656C;
}
#xoomLogin .right-box .right-foot a, #xoomConfirmation .right-box .right-foot a, #xoomMaintenance .right-box .right-foot a {
  color: #98ca3e;
  cursor: pointer;
}

#xoomConfirmation .right-box, #xoomMaintenance .right-box {
  position: absolute;
  right: 0;
  height: 100%;
}
@media (max-width: 991px) {
  #xoomConfirmation .right-box, #xoomMaintenance .right-box {
    position: relative;
    padding: 40px 10px;
  }
  #xoomConfirmation .right-box .vertical-align, #xoomMaintenance .right-box .vertical-align {
    top: 0;
    transform: none;
  }
}
#xoomConfirmation .right-box h1, #xoomMaintenance .right-box h1 {
  font-size: 20px;
  color: #14597e;
  text-align: center;
  margin-bottom: 35px;
}
#xoomConfirmation .right-box p, #xoomMaintenance .right-box p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 35px;
}

.form-control {
  border-radius: 0;
  font-size: 1em;
  line-height: 45px;
  height: 45px;
  border: 1px solid #eeeeee;
}
.form-control:focus {
  outline: 0;
  border: 1px solid #98ca3e;
  -moz-box-shadow: 0 0 0 2px rgba(154, 202, 78, 0.6);
  -webkit-box-shadow: 0 0 0 2px rgba(154, 202, 78, 0.6);
  -khtml-box-shadow: 0 0 0 2px rgba(154, 202, 78, 0.6);
  box-shadow: 0 0 0 2px rgba(154, 202, 78, 0.6);
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 15px;
  width: 100%;
  border-radius: 0;
  background: url("http://cdn.augeobiz.com/static/plus/caret-down.svg") no-repeat transparent;
  background-size: 10px 10px;
  background-position: right 15px top 17px;
}

.form-style {
  /* active state */
}
.form-style textarea {
  background-color: transparent;
  color: #808080;
  border: 2px solid rgba(128, 128, 128, 0.45);
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 15px;
  line-height: 1.4em;
  margin-bottom: 25px;
}
.form-style textarea:focus {
  border: 2px solid #2994d2;
  outline: none;
  box-shadow: none;
}
.form-style textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
}
.form-style textarea::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
}
.form-style textarea:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
}
.form-style textarea:-moz-placeholder { /* Firefox 18- */
  color: #808080;
}
.form-style .group {
  position: relative;
  width: 100%;
  margin: 0 0 15px;
}
.form-style .inputMaterial {
  font-size: 1em;
  display: block;
  height: 54px;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid rgba(128, 128, 128, 0.45);
  padding: 20px 0 7px;
  color: #808080;
}
.form-style select {
  height: 54px;
  padding: 0;
  line-height: 60px;
  border: 0;
  border-bottom: 2px solid rgba(128, 128, 128, 0.45);
  color: #808080;
  box-shadow: none;
  background-position: right 0 top 22px;
}
.form-style select:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
  border-bottom: 2px solid #2994d2;
}
.form-style select:read-only,
.form-style select:disabled {
  background-color: white;
}
.form-style .group label {
  color: #808080;
  font-size: 1em;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.form-style .group label.select {
  color: #808080;
  top: auto;
  transform: none;
  font-size: 0.875em;
  position: absolute;
  z-index: 10;
  color: #2994d2;
}
.form-style .inputMaterial:focus {
  padding: 20px 0 7px;
  border-bottom: 2px solid #2994d2;
  outline: none !important;
}
.form-style .inputMaterial:focus ~ label,
.form-style .inputMaterial:valid ~ label,
.form-style .inputMaterial.active ~ label {
  top: 5px;
  transform: translateY(0);
  font-size: 0.875em;
  color: #2994d2;
}
.form-style .inputMaterial:read-only {
  cursor: not-allowed;
}

.wrapper {
  background: #eeeeee;
  width: 100%;
  height: auto;
}
.wrapper > .container-fluid {
  max-width: 1440px;
  padding: 0;
}
@media (min-width: 1430px) {
  .wrapper > .container-fluid .container {
    width: 1400px;
  }
}

p.quote {
  font-size: 0.875em;
}

p.koiyn-disclaimers {
  font-size: 12px;
}

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

h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 4.5em;
  line-height: 0.9em;
  margin: 0;
}

h3 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 1.125em;
  line-height: 0.9em;
  margin: 0;
}

.outer-cont {
  width: 100%;
  background: white;
  padding: 30px 0;
  position: relative;
}

.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

body .slick-slide {
  height: auto;
}

.partner-layout {
  background: white;
}
.partner-layout .container {
  padding: 60px 15px;
}
.partner-layout .container a > img {
  max-width: 250px;
  float: right;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .partner-layout .container a > img {
    float: none;
    margin: 0 0 40px 0;
  }
}
.partner-layout .container p, .partner-layout .container ul {
  color: #808080;
  font-size: 1.125em;
  line-height: 1.7em;
}
.partner-layout .container p.legal {
  font-size: 0.75em;
  font-style: italic;
  line-height: 1.3em;
}
.partner-layout .container h4 {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 1.25em;
}
.partner-layout .image-box,
.partner-layout .info-box {
  height: 450px;
  float: left;
  position: relative;
}
.partner-layout .image-box a:not(.btn),
.partner-layout .info-box a:not(.btn) {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.partner-layout .info-box {
  width: 35%;
  background: #98ca3e;
  color: white;
  padding: 35px;
}
@media (max-width: 991px) {
  .partner-layout .info-box {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .partner-layout .info-box > .vertical-align {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    text-align: center;
  }
}
.partner-layout .info-box h3 {
  font-size: 1.5em;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}
.partner-layout .info-box p {
  font-size: 1.125em;
  line-height: 1.7em;
}
.partner-layout .info-box .btn {
  margin: 30px 0 0;
}
.partner-layout .image-box {
  width: 65%;
}
@media (max-width: 991px) {
  .partner-layout .image-box {
    display: none;
  }
}
.partner-layout #liberty-auto.image-box {
  background: url(../img/auto-stock.jpg) no-repeat center center;
  background-size: cover;
}
.partner-layout #travel-box.image-box {
  background: url("https://cdn.augeobiz.com/static/plus/travel-back.jpg") no-repeat center center;
  background-size: cover;
}
.partner-layout #restaurant-box.image-box {
  background: url(../img/restaurant-stock.jpg) no-repeat center center;
  background-size: cover;
}
.partner-layout #crm-color {
  background: url(../img/shop-back.jpg) no-repeat center center;
  background-size: cover;
}
.partner-layout #crm-color img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.leader-crawl {
  font-size: 16px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  clear: both;
}
.leader-crawl .col-sm-2, .leader-crawl .col-md-3, .leader-crawl .col-xs-12, .leader-crawl .col-sm-10, .leader-crawl .col-md-9, .leader-crawl .col-lg-2, .leader-crawl .col-lg-10 {
  padding: 0;
}
.leader-crawl .crawl-sibbling {
  background: #98ca3e;
  color: white;
  line-height: 49px;
  height: 50px;
  font-weight: 700;
  padding: 0 10px;
}
.leader-crawl .crawl-sibbling i {
  font-size: 3em;
  position: relative;
  height: 0px;
  line-height: 0;
  top: 16px;
}
.leader-crawl .crawl-sibbling i:before {
  height: 0px;
  line-height: 0;
}

.welcome-header {
  background: url(/program/xoomxtras/img/cover-xoom-xtras.jpg) no-repeat center left;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .welcome-header {
    background: #14597e;
    color: white !important;
    text-align: center;
  }
}
.welcome-header > .container {
  position: relative;
  z-index: 2;
}
.welcome-header h3 {
  margin-top: 10px;
  margin-bottom: 30px;
}

#info-section a {
  text-decoration: none !important;
}
#info-section .circle {
  width: 175px;
  height: 175px;
  border-radius: 125px;
  margin: 0 auto 20px;
  text-align: center;
  padding: 24px;
  background: #14597e;
  text-decoration: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  #info-section .circle {
    width: 135px;
    height: 135px;
  }
}
#info-section .circle i {
  font-size: 7em;
  color: white;
  text-decoration: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  #info-section .circle i {
    font-size: 5em;
  }
}
#info-section .circle.blue {
  padding: 39px;
  background: #2994d2;
}
@media (min-width: 768px) and (max-width: 991px) {
  #info-section .circle.blue {
    padding: 34px;
  }
}
#info-section .circle.orange {
  background: #f47521;
}
#info-section .circle.orange i {
  position: relative;
  left: -6px;
  top: 15px;
}
#info-section .circle.green {
  background: #98ca3e;
  padding: 33px;
}
#info-section .circle.navy {
  background: #14597e;
  padding: 39px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #info-section .circle.navy {
    padding: 35px;
  }
}
#info-section h3 {
  font-size: 1.375em;
  color: #3d3d3d;
}
#info-section p {
  color: #808080;
  font-size: 1.125em;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #info-section p {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .xoomenergy-slider {
    display: none;
  }
}
.xoomenergy-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 35px;
  border: 1px solid white;
  z-index: 10;
  background: transparent;
  color: white;
  box-shadow: none;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  font-size: 1.5em;
  outline: none !important;
}
.xoomenergy-slider .slick-arrow:hover {
  background: white;
  color: #98ca3e;
}
.xoomenergy-slider .slick-prev {
  left: 20px;
}
.xoomenergy-slider .slick-next {
  right: 20px;
}

.insurance-box {
  border: 2px solid #808080;
  padding: 40px 15px;
}
@media (max-width: 767px) {
  .insurance-box {
    margin-bottom: 15px;
  }
}
.insurance-box .image-box {
  width: 80%;
  height: 60px;
  position: relative;
  margin: 0 auto;
}
.insurance-box .image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.insurance-box h2 {
  font-size: 1.5em;
  color: #3d3d3d;
  margin: 30px auto 15px;
  font-weight: bold;
}
.insurance-box p {
  font-size: 1em;
  color: #808080;
  margin-bottom: 30px;
}

.index.btn {
  font-weight: 800;
  font-size: 16px;
  height: 60px;
  text-align: center;
  line-height: 56px;
  padding: 0 35px;
  border-radius: 100px;
  text-transform: uppercase;
  font-family: "gotham_rounded", sans-serif;
}

.landing-header {
  width: 100%;
  padding: 50px 0;
  background: url("https://cdn.augeobiz.com/static/plus/xoom-home-banner.jpg") center center;
  background-size: cover;
  position: relative;
}
.landing-header:after {
  content: "";
  background: url("https://cdn.augeobiz.com/static/plus/koiyn-index.svg") center center no-repeat;
  background-size: contain;
  width: 325px;
  height: 85%;
  position: absolute;
  right: 10px;
  bottom: -10%;
}
@media (max-width: 767px) {
  .landing-header:after {
    display: none;
  }
}
.landing-header h1 {
  color: white;
  font-family: "gotham_rounded", sans-serif;
  font-weight: 800;
  font-size: 80px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .landing-header h1 {
    font-size: 46px;
  }
}
.landing-header .btn {
  margin-bottom: 20px;
}

.landing-blurb {
  text-align: center;
  padding: 50px 0;
  background: white;
}
.landing-blurb h2 {
  color: #383635;
  font-size: 48px;
  font-weight: 800;
  font-family: "gotham_rounded", sans-serif;
  margin: 0 0 20px 0;
}
.landing-blurb p {
  font-family: "lucida_grande", sans-serif;
  font-size: 18px;
  color: #383635;
  max-width: 680px;
  margin: 0 auto;
}

.landing-tabs {
  background: white;
  overflow: hidden;
  position: relative;
}
.landing-tabs .container {
  position: relative;
  z-index: 2;
}
.landing-tabs .tab-row {
  list-style: none;
  max-width: 1030px;
  margin: 0 auto 40px auto;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #CFCFCF;
}
.landing-tabs .tab-row li {
  display: inline-block;
  margin-right: 35px;
}
.landing-tabs .tab-row li button {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-family: "gotham_rounded", sans-serif;
  color: #2994d2;
  padding-bottom: 15px;
  position: relative;
}
.landing-tabs .tab-row li button:hover, .landing-tabs .tab-row li button:active, .landing-tabs .tab-row li button:focus {
  font-weight: bold;
}
.landing-tabs .tab-row li button:hover:after, .landing-tabs .tab-row li button:active:after, .landing-tabs .tab-row li button:focus:after {
  content: "";
  position: absolute;
  background: #2994d2;
  height: 5px;
  width: 100%;
  z-index: 3;
  left: 0;
  bottom: -5px;
}
.landing-tabs .tab-row li button.active {
  font-weight: 800;
}
.landing-tabs .tab-row li button.active:after {
  content: "";
  position: absolute;
  background: #2994d2;
  height: 5px;
  width: 100%;
  z-index: 3;
  left: 0;
  bottom: -5px;
}
.landing-tabs .tab-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1030px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .landing-tabs .tab-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.landing-tabs .tab-content .tab {
  width: calc(33.333% - 10px);
  align-self: stretch;
  background: white;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .landing-tabs .tab-content .tab {
    width: 100%;
    max-width: 360px;
  }
}
.landing-tabs .tab-content .tab img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  background: white;
}
.landing-tabs .tab-content .tab .copy-content {
  background: white;
  padding: 15px;
}
.landing-tabs .tab-content .tab .copy-content h5 {
  font-size: 16px;
  font-family: "lucida_grande", sans-serif;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.landing-tabs .tab-content .tab .copy-content p {
  font-size: 15px;
  font-family: "lucida_grande", sans-serif;
  margin: 0;
}
.landing-tabs .btn.btn-primary.index {
  margin: 50px 0;
}
.landing-tabs .blue-underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 160px;
  background: #2994d2;
  z-index: 1;
}

.landing-testimonial {
  background: #15384C;
}
.landing-testimonial img.koiyn-stack {
  width: 140px;
  display: block;
  margin: 60px auto 20px;
}
.landing-testimonial .lead-in-copy h2 {
  color: white;
  font-size: 48px;
  font-weight: 800;
  font-family: "gotham_rounded", sans-serif;
  margin: 0 0 20px 0;
}
.landing-testimonial .lead-in-copy p {
  font-family: "lucida_grande", sans-serif;
  font-size: 18px;
  color: white;
  max-width: 680px;
  margin: 0 auto 30px;
}
.landing-testimonial .quote-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1030px;
  margin: 150px auto 20px;
}
.landing-testimonial .quote-box .quote-style {
  color: #98ca3e;
  font-size: 150px;
  font-family: "gotham_rounded", sans-serif;
  font-weight: 800;
  width: 155px;
  display: block;
  line-height: 1.02em;
  text-align: right;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .landing-testimonial .quote-box .quote-style {
    width: 77px;
  }
}
.landing-testimonial .quote-box .quote-holder {
  width: calc(100% - 185px);
}
@media (max-width: 767px) {
  .landing-testimonial .quote-box .quote-holder {
    width: calc(100% - 107px);
  }
}
.landing-testimonial .quote-box .quote-holder h3 {
  font-size: 22px;
  color: #98ca3e;
  font-family: "gotham_rounded", sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
}
.landing-testimonial .quote-box .quote-holder .slide-box {
  width: 100%;
  position: relative;
}
.landing-testimonial .quote-box .quote-holder .slide-box p.quote {
  font-size: 28px;
  font-weight: 800;
  color: white;
  font-family: "gotham_rounded", sans-serif;
  margin-bottom: 40px;
  line-height: 1.3em;
}
.landing-testimonial .quote-box .quote-holder .slide-box p.author {
  margin: 0;
  font-weight: 800;
  color: white;
  font-family: "gotham_rounded", sans-serif;
  font-size: 16px;
}
.landing-testimonial .dots-go-here {
  margin-bottom: 50px;
}
.landing-testimonial .dots-go-here .slick-dots {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.landing-testimonial .dots-go-here .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.landing-testimonial .dots-go-here .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.landing-testimonial .dots-go-here .slick-dots li button:before {
  font-family: "slick";
  font-size: 28px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #D5D5D5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.landing-testimonial .dots-go-here .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #2994d2;
  font-size: 46px;
}

.local-intro h2 {
  font-weight: bold;
  font-size: 1.375em;
  color: #3d3d3d;
  margin-top: 0;
}
.local-intro p {
  font-size: 1em;
  color: #808080;
}

.search-title {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .search-form-container {
    height: auto !important;
    margin-bottom: 30px;
  }
}

.local-search-form {
  width: 436px;
}
@media (min-width: 1200px) and (max-width: 1429px) {
  .local-search-form {
    width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .local-search-form {
    width: 299px;
  }
}
@media (max-width: 991px) {
  .local-search-form {
    width: 100%;
  }
}
.local-search-form .form-control {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .local-search-form.fixed {
    position: fixed;
    top: 115px;
  }
}

@media (min-width: 992px) {
  .local-search-form.bottom {
    position: absolute;
    bottom: 0;
    top: auto;
  }
}

.list-group-item {
  padding: 0;
  border-radius: 0 !important;
  border: 2px solid #eeeeee;
  margin-bottom: 20px;
}
.list-group-item .logo-holder {
  width: 25%;
  height: 125px;
  position: relative;
  border-right: 2px solid #eeeeee;
  float: left;
}
.list-group-item .logo-holder img {
  position: absolute;
  width: 80%;
  height: 90%;
  object-fit: contain;
  object-position: center center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.list-group-item .vendor-info {
  width: 50%;
  float: left;
  height: 125px;
}
.list-group-item .vendor-info > div {
  padding-left: 15px;
}
.list-group-item .vendor-info .name {
  font-weight: bold;
  font-size: 1.25em;
  color: #3d3d3d;
  margin-bottom: 10px;
}
.list-group-item .vendor-info span {
  color: #808080;
}
.list-group-item .offer-buttons {
  width: 25%;
  float: left;
  height: 125px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-count: 2;
  column-gap: 0;
}
.list-group-item .offer-buttons button, .list-group-item .offer-buttons > a {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125em;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  color: #2994d2;
  font-weight: bold;
  border: 0;
  border-left: 2px solid #eeeeee;
  cursor: pointer;
  outline: none !important;
}
.list-group-item .offer-buttons button:hover, .list-group-item .offer-buttons > a:hover {
  color: #98ca3e;
}
.list-group-item .offer-buttons button {
  border-bottom: 1px solid #eeeeee;
}
.list-group-item .offer-buttons > a {
  flex-direction: column;
  border-top: 1px solid #eeeeee;
}
.list-group-item .listing {
  position: relative;
}
.list-group-item .item-offer-link {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 1.125em;
  font-weight: bold;
  border-top: 2px solid #eeeeee;
  color: #2994d2;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item .item-offer-link:hover {
  background: #eeeeee;
  color: #2994d2;
}

#loadingmessage {
  background: url("/img/icons/loading.gif") no-repeat center center rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}

/* -- January, 2017 - New Local Search Styles -- */
#body .col-md-4.col-sm-12.col-xs-12.search-form-container.pull-left {
  padding-left: 15px;
}

#keyword-search {
  position: relative;
}

#keyword-search .icon.fa.fa-search {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 1.125em;
  color: #808080;
}

#form-search .btn-form-reset {
  color: #f47521;
  float: left;
  margin: 5px 0 15px;
  width: 100%;
}

#form-search .btn-form-reset:hover,
#form-search .btn-form-reset:focus {
  color: #14597e;
}

#registration-submit {
  width: 100%;
}

#offerHolder {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  box-shadow: none;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  transform: translateZ(0px);
  width: 100%;
  z-index: 999;
}

#body .flexible-offer {
  background: #fff none repeat scroll 0 0;
  border: 4px solid #FFF;
  display: block;
  left: 40%;
  margin-left: -20%;
  max-height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 24px 16px 30px;
  position: fixed;
  top: 10%;
  width: 60%;
  z-index: 1000;
}

.flexible-map {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  box-shadow: none;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  transform: translateZ(0px);
  width: 100%;
  z-index: 999;
}

.flexible-map .closeBtn {
  background: #fff none repeat scroll 0 0;
  cursor: pointer;
  font-size: 1.6rem;
  left: 0;
  line-height: 1;
  margin: auto auto 10px;
  padding: 8px 12px 10px;
  position: fixed;
  right: 0;
  text-align: right;
  top: 65px;
  width: 700px;
}

#myMap {
  background-color: #fff;
  border: 0 none;
  left: 0;
  margin: auto;
  padding: 0;
  position: fixed;
  right: 0;
  top: 105px;
  width: 700px;
}

#offer-vendorDesc {
  margin-bottom: 40px;
}

.offer-id {
  margin-bottom: 14px;
}

.flexible-offer #deals-details .logo-detail-coupon {
  border: 3px solid #e3e3e3;
  border-radius: 70px;
  display: block;
  height: 110px;
  margin-right: 15px;
  overflow: hidden;
  text-align: center;
  width: 110px;
}

.flexible-offer #deals-details .merchant-row img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.flexible-offer #deals-details .logo-detail-coupon #icon-premium {
  background-color: #0099d6;
  border-radius: 20px;
  color: #ffffff;
  display: block;
  height: 34px;
  left: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 34px;
}

.flexible-offer #deals-details .logo-detail-coupon #icon-premium i {
  float: none;
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: top;
}

#offerHolder .flexible-offer .closeBtn {
  cursor: pointer;
  float: right;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  right: 26px;
  top: 20px;
  z-index: 1000;
}

#offerHolder .flexible-offer .closeBtn .fa {
  margin: 0;
}

#offerHolder .flexible-offer .closeBtn.closeBtn-mobile {
  display: none;
}

.flexible-offer #deals-details .bg-info {
  background-color: #f0f0f0;
  border: 1px solid #e3e3e3;
  padding: 28px 24px;
}

h5#offer-name-purch {
  margin: 0;
}

.flexible-offer #detail-btns .btn {
  margin: 4px 4px 4px 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 100;
}

.redeemed-offer-text {
  color: #0099d6;
  font-size: 1.2rem;
  font-weight: 400;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 35%;
  width: 100%;
}

.redeemed-offer {
  background: #ffffff none repeat scroll 0 0;
  height: 100%;
  left: 0;
  min-height: 100%;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 991px) {
  #body .flexible-offer {
    background: #fff none repeat scroll 0 0;
    border: 0px none;
    box-shadow: none;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: 100%;
    min-height: 100%;
    padding: 80px 20px 0;
    top: 0;
    width: 100%;
    z-index: 100000;
  }
  #offerHolder .flexible-offer .closeBtn {
    right: 0;
    text-align: right;
    top: 0;
  }
  .navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 100;
  }
  #offerHolder .flexible-offer .closeBtn.closeBtn-mobile {
    background: #0099D6;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    display: block;
    font-size: 18px;
    padding: 18px 34px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #myMap,
  .flexible-map .closeBtn {
    width: 88%;
  }
}
/********************** Mobile Local Search Styles ************************/
@media only screen and (max-width: 991px) {
  #body #mobile-local-form label {
    margin: 0;
    float: none;
    font-weight: normal;
  }
  #body #mobile-local-form #entertainment-offer-search {
    margin-top: 0;
  }
  #body #mobile-local-form .form-control,
  #body #mobile-local-form .select-row {
    background: transparent;
    min-height: 0px;
  }
  #body #mobile-local-form .select-row {
    height: auto;
  }
  #body #mobile-local-form .mini-input {
    padding-right: 5px;
    padding-left: 5px;
    float: left;
  }
  #body #mobile-local-form .mini-row {
    margin-right: -5px;
    margin-left: -5px;
  }
  #body #mobile-local-form .width-25 {
    width: 25%;
  }
  #body #mobile-local-form .width-30 {
    width: 30%;
  }
  #body #mobile-local-form .width-45 {
    width: 45%;
  }
  #body #mobile-local-form select.form-control,
  #body #mobile-local-form input#zip {
    border-radius: 0px;
    padding: 0 8px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #cccccc;
  }
  #body #mobile-local-form select.form-control {
    background: url("http://cdn.augeobiz.com/static/plus/caret-down.svg") no-repeat #fff;
    background-size: 10px 10px;
    background-position: right 8px top 11px;
  }
  #body #mobile-local-form select.form-control:focus,
  #body #mobile-local-form input.form-control:focus,
  #body #mobile-local-form input#zip:focus {
    border-color: #f47521;
  }
  #body #mobile-local-form .select-holder span.fa-caret-down {
    position: absolute;
    right: 12px;
    top: 32px;
  }
  #body #mobile-local-form .form-control {
    border: 0;
    box-shadow: none;
  }
  #body #mobile-local-form #keyword-search .form-control {
    padding: 8px 0;
    box-shadow: none;
    background: transparent;
    border: 0;
    border-radius: 0px;
    border-bottom: 1px solid #cccccc;
  }
  #body #mobile-local-form #keyword-search .form-control:focus {
    outline: none;
    border-bottom: 1px solid #0099D6;
  }
  #body #mobile-local-form #keyword-search .icon {
    top: 8px;
    right: 0px;
  }
}
#mobileCouponHolder .flexible-offer .modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#mobileCouponHolder .flexible-offer .modal-header .ent-gift {
  float: none;
  width: 30px;
}

#mobileCouponHolder .flexible-offer .modal-header .ent-logo {
  float: none;
  width: 140px;
}

#mobileCouponHolder .flexible-offer .modal-header h4 {
  width: 100%;
  margin: 15px auto;
  font-size: 11px;
}

#mobileCouponHolder .closeBtn-mobile {
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
}

#body #wrapper .default-text-color,
#body #wrapper .custom-pagination li a,
#body #wrapper .custom-pagination li.disabled a {
  color: #404040;
}
#body #wrapper .color-primary {
  color: #2994d2;
}
#body #wrapper .bg-primary {
  background-color: #2994d2;
}
#body #wrapper .main-button-styles,
#body #wrapper .filter-desktop .filter-container #searchVenues .search-submit-button {
  background-color: #2994d2;
  color: #fff;
}
#body #wrapper .main-button-styles:hover,
#body #wrapper .filter-desktop .filter-container #searchVenues .search-submit-button:hover {
  background-color: #14597e;
  color: #fff;
}
#body #wrapper .secondary-button-styles {
  border-color: #2994d2;
  color: #2994d2;
}
#body #wrapper .secondary-button-styles:hover {
  background-color: #2994d2;
  color: white;
}
#body #wrapper .main-link-styles,
#body #wrapper .offer-intro-flex .headline-box #searchLocation .zip-search-submit i {
  color: #2994d2;
}
#body #wrapper .main-link-styles:hover,
#body #wrapper .offer-intro-flex .headline-box #searchLocation .zip-search-submit i:hover {
  color: #3d70b2;
}
#body #wrapper .border-link-styles {
  border-bottom: 2px solid #2994d2;
}
#body #wrapper .border-link-styles:hover {
  border-bottom: 2px solid #3d70b2;
}
#body #wrapper .icon-color {
  color: #2994d2;
}
#body #wrapper .input-border-style {
  border: 2px solid #e2e8f0;
}
#body #wrapper .input-border-style:focus {
  border: 2px solid #2994d2;
  background-color: #2994d2;
}
#body #wrapper input.custom-checkbox:checked + div {
  border: 2px solid #2994d2;
  background-color: #2994d2;
}
#body #wrapper .accordion__trigger_active h3 {
  border-color: #2994d2;
}
#body #wrapper .custom-pagination a:hover,
#body #wrapper .custom-pagination a.active:hover {
  color: #f47521;
}
#body #wrapper .custom-pagination a.active {
  color: #2994d2;
}
#body #wrapper .custom-pagination a.disabled,
#body #wrapper .custom-pagination a.disabled:hover {
  color: #707070;
  opacity: 0.5;
}
#body #wrapper .offer-detail-flex .accordion__trigger_active .accordion-title {
  border-bottom: 4px solid #2994d2;
  color: #2994d2;
}

#body #wheel-game {
  background: white;
}

#spin h1 {
  font-size: 1.5em;
  color: #3d3d3d;
  margin-bottom: 15px;
}
#spin p {
  color: #808080;
  margin-bottom: 30px;
}

.already-played {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
}
.already-played .text-block {
  background: white;
  max-width: 500px;
  width: 90%;
  padding: 40px;
  border: 1px solid #808080;
  top: 50%;
  left: 50%;
  position: relative;
  transform: translate3d(-50%, -50%, 0);
}
.already-played .text-block h2 {
  font-size: 1.375em;
  color: #3d3d3d;
  font-weight: bold;
}
.already-played .text-block p {
  color: #808080;
  font-size: 1em;
}

/********************** Mobile Spin to Win Styles ************************/
@media only screen and (max-width: 1199px) {
  #body #wheel-game .wheel-holder .wheel {
    width: 520px;
    height: 520px;
  }
  #body #wheel-game {
    min-height: 530px;
  }
  #body #wheel-game .wheel-holder {
    height: 530px;
    width: 530px;
  }
  #body #wheel-game .wheel-holder .ticker-top {
    left: 232px;
    top: 0;
    width: 55px;
  }
}
@media only screen and (max-width: 991px) {
  #body #wheel-game .wheel-holder .wheel {
    width: 460px;
    height: 460px;
  }
  #body #wheel-game {
    min-height: 470px;
  }
  #body #wheel-game .wheel-holder {
    height: 470px;
    width: 470px;
  }
  #body #wheel-game .wheel-holder .ticker-top {
    left: 204px;
    top: 0;
    width: 55px;
  }
}
@media only screen and (max-width: 650px) {
  #body #wheel-game .wheel-holder .wheel {
    width: 340px;
    height: 340px;
  }
  #body #wheel-game {
    min-height: 382px;
  }
  #body #wheel-game .wheel-holder {
    height: 342px;
    width: 342px;
  }
  #body #wheel-game .wheel-holder .ticker-top {
    left: 131px;
    top: 0;
    width: 55px;
  }
}
@media only screen and (max-width: 400px) {
  #body #wheel-game .wheel-holder .wheel {
    width: 258px;
    height: 258px;
  }
  #body #wheel-game .wheel-holder .ticker-top {
    left: 94px;
    top: 0;
    width: 50px;
  }
}
.statement h3, .summary-table h3 {
  margin-top: 5px;
}

.activityCountIndicator {
  display: inline-block;
}

.activityPager {
  display: inline-block;
  margin: 15px 0;
  float: right;
}

.activityPagerButton {
  margin-left: 6px;
}

.activityPagerButton.activePage {
  font-weight: bold;
  color: #333;
  pointer-events: none;
  cursor: default;
}

.activityPagerButton .fa.fa-angle-right {
  float: none;
}

.tab-detail-box ul > li > a {
  padding-left: 10px;
}

.account {
  position: relative;
  text-align: center;
}
.account .avatar-row h1 {
  margin-bottom: 30px;
}
.account .avatar-display {
  display: inline-block;
  vertical-align: middle;
  width: 175px;
  height: 175px;
  overflow: hidden;
  border-radius: 175px;
  position: relative;
  margin-right: 30px;
  border: 1px solid #eeeeee;
  text-align: center;
  -moz-box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.03);
  -khtml-box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.03);
}
.account .avatar-display img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
}
.account .avatar-display i {
  color: #808080;
  font-size: 6em;
  line-height: 175px;
}
.account .avatar-buttons {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.account .avatar-buttons .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.form-box, .grey-form-box {
  width: 100%;
  border: 1px solid #eeeeee;
  padding: 40px;
  text-align: left;
  margin-top: 30px;
}
.form-box h4, .grey-form-box h4 {
  margin-top: 0;
  text-align: left;
  font-size: 1.25em;
  color: #3d3d3d;
  font-weight: bold;
}
@media (max-width: 767px) {
  .form-box, .grey-form-box {
    padding: 15px;
  }
}

.grey-form-box {
  background: #eeeeee;
  margin-top: 0;
}
.grey-form-box .utilities .checks {
  margin: 0 0 10px 0;
  display: block;
}

.satisfaction-container {
  margin-top: 40px;
  text-align: left;
}
.satisfaction-container h2 {
  font-size: 1.25em;
  font-weight: bold;
}

.koiyn-statement table {
  margin-top: 20px;
}
.koiyn-statement .summary-table tbody, .koiyn-statement .redeem_activity tbody {
  border: 1px solid #eeeeee;
  border-top: 0;
}
.koiyn-statement .summary-table tbody > tr:first-child > td, .koiyn-statement .redeem_activity tbody > tr:first-child > td {
  border-top: 0;
}
.koiyn-statement .summary-table thead, .koiyn-statement .redeem_activity thead {
  background: #2994d2;
  color: white;
  border: 1px solid #2994d2;
}
.koiyn-statement .summary-table thead th, .koiyn-statement .redeem_activity thead th {
  border-bottom: 0 !important;
}
.koiyn-statement .summary-table td, .koiyn-statement .redeem_activity td {
  color: #808080;
}
.koiyn-statement .summary-table td strong, .koiyn-statement .redeem_activity td strong {
  color: #3d3d3d;
}
.koiyn-statement .summary-table .table > thead > tr > th, .koiyn-statement .summary-table .table > tbody > tr > th, .koiyn-statement .summary-table .table > tfoot > tr > th, .koiyn-statement .summary-table .table > thead > tr > td, .koiyn-statement .summary-table .table > tbody > tr > td, .koiyn-statement .summary-table .table > tfoot > tr > td, .koiyn-statement .redeem_activity .table > thead > tr > th, .koiyn-statement .redeem_activity .table > tbody > tr > th, .koiyn-statement .redeem_activity .table > tfoot > tr > th, .koiyn-statement .redeem_activity .table > thead > tr > td, .koiyn-statement .redeem_activity .table > tbody > tr > td, .koiyn-statement .redeem_activity .table > tfoot > tr > td {
  padding: 12px;
  border-color: #eeeeee;
}

.auction {
  position: relative;
  min-height: 440px;
}
.auction .auction-left {
  width: 35%;
  height: 100%;
  position: absolute;
  color: white;
  background: #98ca3e;
  padding: 40px;
}
@media (max-width: 991px) {
  .auction .auction-left {
    width: 100%;
    height: auto;
    position: relative;
  }
  .auction .auction-left .vertical-align {
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .auction .auction-left {
    padding: 40px 20px;
  }
}
.auction .auction-left .icon {
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
  background: white;
  position: relative;
  border-radius: 150px;
}
.auction .auction-left .icon img {
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.auction .auction-left h1 {
  text-align: center;
  font-size: 1.375em;
  font-weight: bold;
  margin-bottom: 10px;
}
.auction .auction-left p {
  text-align: center;
  max-width: 375px;
  margin: 0 auto;
}
.auction .auction-right {
  width: 65%;
  height: auto;
  float: right;
  padding: 60px 40px 30px;
  background: white;
  min-height: 440px;
}
@media (max-width: 991px) {
  .auction .auction-right {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .auction .auction-right {
    padding: 40px 20px;
  }
}
.auction .auction-right .thumbnail {
  text-align: center;
  border-radius: 0;
  border: 1px solid #eeeeee;
  padding: 0;
  text-decoration: none;
  margin-bottom: 30px;
  -moz-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.03);
  -khtml-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.auction .auction-right .thumbnail:hover {
  -moz-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
}
.auction .auction-right .thumbnail:hover .content {
  color: #2994d2;
  text-decoration: none;
}
.auction .auction-right .thumbnail .image-box {
  width: 100%;
  height: 175px;
  position: relative;
}
.auction .auction-right .thumbnail .image-box img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.auction .auction-right .thumbnail .content {
  width: 100%;
  background: #f9f9f9;
  padding: 10px;
  border-top: 1px solid #eeeeee;
  color: #3d3d3d;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.bid-container {
  position: relative;
}
.bid-container .thumbnail {
  width: 50%;
  height: 100%;
  position: absolute;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .bid-container .thumbnail {
    width: 100%;
    position: relative;
    height: 275px;
    margin-bottom: 0;
  }
}
.bid-container .thumbnail img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
}
.bid-container .bid-info {
  width: 50%;
  position: relative;
  float: right;
  background: #eeeeee;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .bid-container .bid-info {
    width: 100%;
  }
}
.bid-container .bid-info .top-box {
  background: #14597e;
  padding: 30px;
  width: 100%;
}
.bid-container .bid-info .top-box > h3 {
  font-size: 1.375em;
  margin: 0 auto 10px;
  text-align: center;
  color: white;
}
.bid-container .bid-info .top-box #timeleft {
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  color: #3d3d3d;
  margin: 10px auto;
  background: white;
  padding: 8px;
  max-width: 220px;
  border-radius: 2px;
}
.bid-container .bid-info .top-box #timeleft span {
  font-size: 0.875em;
  color: #808080;
  font-weight: normal;
}
.bid-container .bid-info .top-box p {
  text-align: center;
  color: white;
}
.bid-container .bid-info .bid-box {
  padding: 30px;
}
.bid-container .bid-info .bid-box h2 {
  font-size: 2.75em;
  margin-top: 5px;
  color: #3d3d3d;
}
.bid-container .bid-info .bid-box h2 span {
  font-size: 0.35em;
  margin-left: 4px;
  font-style: italic;
  color: #808080;
}
.bid-container .bid-info .bid-box ul {
  padding-left: 16px;
  margin: 0 0 20px;
  color: #808080;
}
.bid-container .bid-info .bid-box ul li {
  font-size: 0.875em;
}
.bid-container .bid-info .bid-box ul li strong {
  color: #3d3d3d;
}
.bid-container .bid-info .bid-box a {
  color: #f47521;
  margin-top: 15px;
  display: inline-block;
}
.bid-container .bid-info p {
  color: #808080;
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 0;
}

.auction-result h2 {
  font-size: 1.375em;
  font-weight: bold;
}
.auction-result p strong {
  color: #3d3d3d;
  margin-bottom: 10px;
}
.auction-result a {
  color: #f47521;
  margin-top: 15px;
  display: inline-block;
}

.how-container h1 {
  font-size: 1.75em;
  font-weight: bold;
  color: #3d3d3d;
  text-align: center;
  display: block;
  margin-top: 0;
}
.how-container p {
  color: #808080;
  margin: 15px auto 40px;
  text-align: center;
}
.how-container p strong {
  display: block;
}

.landing-deals.discounts.how-page {
  background: #98ca3e;
}
.landing-deals.discounts.how-page > .container.redeem-section > div {
  display: block !important;
}
.landing-deals.discounts.how-page > .container.redeem-section > div > .deals-discounts.text-center h1, .landing-deals.discounts.how-page > .container.redeem-section > div > .deals-discounts.text-center p {
  color: white;
}

a.cube.no-hover {
  cursor: default;
}
a.cube.no-hover .side-a .copy-box {
  background: #eeeeee;
}
a.cube.no-hover:hover {
  -webkit-transform: none;
  transform: none; /* Text bleed at 90º */
}

a.cube {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 40px;
  display: block;
  -webkit-transition: -webkit-transform 0.33s;
  transition: transform 0.33s; /* Animate the transform properties */
  text-decoration: none;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; /* <-NB */
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  a.cube {
    height: auto;
  }
}

/* The two faces of the cube */
.side-a, .side-b {
  background: white;
  border: 1px solid rgba(147, 184, 189, 0.2);
  position: relative;
  -webkit-box-shadow: 0 2px 15px rgba(105, 108, 109, 0.1);
  box-shadow: 0 2px 15px rgba(105, 108, 109, 0.1);
  height: 40px;
}
@media (max-width: 767px) {
  .side-a, .side-b {
    box-shadow: none;
  }
}

/* Position the faces */
.side-a {
  -webkit-transform: translateZ(20px);
  transform: translateZ(20px);
}
@media (max-width: 767px) {
  .side-a {
    -webkit-transform: none;
    transform: none;
  }
}
.side-a .point-box {
  height: 100%;
  width: 70px;
  background: #98ca3e;
  color: white;
  font-weight: bold;
  font-size: 1.25em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .side-a .point-box {
    width: 60px;
    font-size: 1.125em;
  }
}
.side-a .point-box span {
  font-size: 0.65em;
}
.side-a .point-box i {
  font-size: 0.5em;
  position: relative;
  top: -4px;
}
.side-a .copy-box {
  position: relative;
  padding-left: 85px;
  padding-right: 15px;
  text-align: left;
  font-weight: bold;
  font-size: 1em;
  height: 40px;
  color: #808080;
}
@media (max-width: 767px) {
  .side-a .copy-box {
    font-size: 0.875em;
    line-height: 1.3em;
    padding-left: 70px;
  }
}
.side-a .copy-box > div {
  top: 46%;
}

.side-b {
  -webkit-transform: rotateX(-90deg) translateZ(-20px);
  transform: rotateX(-90deg) translateZ(-20px);
  background: #f47521;
}
@media (max-width: 767px) {
  .side-b {
    -webkit-transform: none;
    transform: none;
    height: 40px;
    padding: 0 15px;
  }
}
.side-b h2 {
  color: white;
  margin: 0;
  text-align: center;
  font-size: 1.25em;
  line-height: 38px;
}
@media (max-width: 767px) {
  .side-b h2 {
    font-size: 1.125em;
    text-align: left;
    -webkit-transform: none;
    transform: none;
    line-height: 38px;
  }
}

/* Rotate the cube */
.cube:hover {
  -webkit-transform: rotateX(91deg);
  transform: rotateX(91deg); /* Text bleed at 90º */
}
@media (max-width: 767px) {
  .cube:hover {
    -webkit-transform: none;
    transform: none;
  }
}

.redeem-section h2 {
  font-size: 1.875em;
}
.redeem-section p {
  max-width: 750px;
  color: white;
  margin: 0 auto 30px;
  font-size: 1.125em;
  line-height: 1.4em;
}
.redeem-section .col-xs-12.col-sm-4 {
  float: none;
  display: inline-block;
}
.redeem-section .how-item {
  width: 100%;
  margin-bottom: 30px;
  background: white;
  border-radius: 3px;
  -moz-box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.05);
}
.redeem-section .how-item a {
  display: block;
  outline: none;
  position: relative;
  overflow: hidden;
}
.redeem-section .how-item a:hover .deal-img-box > .box {
  border-color: #98ca3e;
}
.redeem-section .how-item a:hover .deal-img-box > .box i {
  color: #98ca3e;
}
.redeem-section .how-item a .deal-img-box {
  width: 100%;
  padding: 15px 0;
  float: left;
  background: #eeeeee;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.redeem-section .how-item a .deal-img-box > .box {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: white;
  position: relative;
  overflow: hidden;
  border: 3px solid #808080;
  transition: border 0.15s ease;
  text-align: center;
}
.redeem-section .how-item a .deal-img-box > .box i {
  font-size: 2.5em;
  line-height: 95px;
  color: #808080;
  transition: color 0.15s ease;
}
.redeem-section .how-item a .landing-deals-description {
  padding: 10px 30px;
  height: 130px;
  float: left;
  width: 100%;
  background: white;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .redeem-section .how-item a .landing-deals-description {
    padding: 10px 15px;
  }
}
.redeem-section .how-item a .landing-deals-description p {
  color: #808080;
  font-size: 1.125em;
  text-align: center;
  transition: color 0.15s ease;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.redeem-section .how-item a .landing-deals-description p strong {
  color: #3d3d3d;
  display: block;
  margin-bottom: 5px;
}

.get-deals {
  background: #98ca3e;
  padding: 60px 0;
  color: white;
  text-align: center;
}
.get-deals i {
  font-size: 6em;
  color: rgba(0, 0, 0, 0.25);
}
.get-deals h2 {
  font-size: 1.875em;
  font-weight: bold;
}
.get-deals p {
  margin: 0 auto 20px;
  max-width: 585px;
}

.articles a.cube .side-a .point-box {
  width: 75px;
  background: #2994d2;
}
.articles a.cube .side-a .point-box img {
  max-width: 25px;
}
.articles a.cube .side-a .copy-box {
  padding-right: 20px;
  padding-left: 95px;
}
.articles a.cube .side-b {
  background: #eeeeee;
}
.articles a.cube .side-b h2 {
  color: #14597e;
}

h4.poll, h4.caption {
  font-size: 1.125em;
  color: #3d3d3d;
}

ul.survey {
  margin: 10px 0 20px;
  padding: 0;
  list-style: none;
  width: 100%;
}
ul.survey li {
  color: #808080;
}

.radio label {
  padding-left: 0;
  line-height: 34px;
}

.radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  background: #eeeeee;
  box-shadow: inset 0 0 0 0.4em white, 0 0 0 0.3em;
  border-radius: 50%;
  transition: 0.2s;
  cursor: pointer;
  color: #3995CF;
  top: 7px;
  margin: 0;
  position: relative;
}
.radio input[type=radio]:hover, .radio input[type=radio]:checked {
  background: #3995CF;
  box-shadow: inset 0 0 0 0.6em white, 0 0 0 0.3em;
}
.radio input[type=radio]:disabled {
  background: #f0f0f0;
  color: #dddddd;
}
.radio input[type=radio]:checked {
  background: #f47521;
  box-shadow: inset 0 0 0 0.4em white, 0 0 0 0.3em #f47521;
}
.radio input[type=radio]:focus {
  outline: 0;
}

.social-links {
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
  font-size: 2.5rem;
}
.social-links li {
  display: inline-block;
}
.social-links li a {
  text-decoration: none;
  display: block;
  height: 52px;
  width: 52px;
  text-transform: uppercase;
  color: #f47622;
  text-shadow: 1px 1px 1px #ccc;
}

.canvas-box {
  position: relative;
  float: left;
}
.canvas-box .donut-hole {
  position: absolute;
  top: 10px;
  width: 20px;
  height: 20px;
  background: white;
  left: 10px;
  border-radius: 30px;
}

h4.caption {
  margin-top: 20px;
}

h4.percentage {
  float: left;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 40px;
  margin: 0 10px 0 5px;
}

.pull-left.answer {
  line-height: 40px;
}

.testimonial-form h1, .polls h1,
.concentration h1, .referral-container h1,
.articles h1, .auction-container h1,
.account h1, .bid-container h1,
.auction-result h1, .koiyn-statement h1,
.privacy-page h1, .terms-page h1, .register h1,
#password h1 {
  font-size: 1.5em;
  color: #3d3d3d;
  margin-bottom: 10px;
}
.testimonial-form p, .polls p,
.concentration p, .referral-container p,
.articles p, .auction-container p,
.account p, .bid-container p,
.auction-result p, .koiyn-statement p,
.privacy-page p, .terms-page p, .register p,
#password p {
  color: #808080;
  margin-bottom: 15px;
}
.testimonial-form textarea, .polls textarea,
.concentration textarea, .referral-container textarea,
.articles textarea, .auction-container textarea,
.account textarea, .bid-container textarea,
.auction-result textarea, .koiyn-statement textarea,
.privacy-page textarea, .terms-page textarea, .register textarea,
#password textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.privacy-page h5, .terms-page h5 {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 1.125em;
}
.privacy-page ul, .privacy-page ol, .terms-page ul, .terms-page ol {
  color: #808080;
  padding: 0 0 0 20px;
}

.referral-outer-back {
  margin-bottom: 20px;
}

.referral-container .well,
.tip-container .well {
  margin-top: 40px;
  background: #808080;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.referral-container .well h2,
.tip-container .well h2 {
  color: white;
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 0;
}
.referral-container .well .single-referral,
.tip-container .well .single-referral {
  color: white;
  line-height: 1.7em;
  font-size: 1.125em;
}
.referral-container .well .single-referral span,
.tip-container .well .single-referral span {
  color: #98ca3e;
  margin-right: 3px;
}

.tip-container .well {
  margin: 10px auto 25px;
  background: #f0f0f0;
  border: 1px solid #808080;
  border-radius: 3px;
  box-shadow: none;
  max-width: 700px;
}
.tip-container .well p {
  color: #808080;
  font-size: 1.375em;
  line-height: 1.4em;
  padding: 0 20px;
}

.faq-content {
  color: #808080;
}
.faq-content h1 {
  font-size: 1.75em;
  color: #3d3d3d;
  margin: 0 0 40px;
}
.faq-content strong {
  color: #3d3d3d;
  display: block;
  margin-bottom: 10px;
}
.faq-content ol, .faq-content ul {
  padding: 0 0 0 20px;
  margin: 10px 0;
}

.contact-page h1,
.deals-discounts h1 {
  font-size: 1.75em;
  color: #3d3d3d;
  margin-bottom: 10px;
}
.contact-page h3,
.deals-discounts h3 {
  font-size: 1.25em;
}
.contact-page p,
.deals-discounts p {
  color: #808080;
}

.deals-discounts h1 {
  padding-top: 50px;
}
.deals-discounts p {
  max-width: 750px;
  margin: 0 auto 50px;
}

.coming {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 75px;
  width: 100%;
  background: #98ca3e;
  opacity: 0.85;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  line-height: 75px;
  text-transform: uppercase;
}

.btn {
  padding: 12px 20px;
  border: 0;
  border-radius: 0;
  line-height: 1em;
  font-size: 16px;
  background: #f47521;
  color: #fff;
  font-weight: bold;
  transition: all 0.2s ease;
  text-decoration: none;
  border: 2px solid #f47521;
  text-shadow: none;
  box-shadow: none;
}
.btn:hover, .btn:active, .btn:active:focus, .btn:focus {
  background-color: transparent;
  outline: 0;
  color: #f47521;
  border: 2px solid #f47521;
}

.btn-sm {
  padding: 6px 10px;
  font-size: 14px;
}

.btn-xs {
  padding: 12px 12px;
  font-size: 12px;
}

.btn-default {
  background: #808080;
  color: white;
  border: 2px solid #808080;
}
.btn-default:hover, .btn-default:active, .btn-default:active:focus, .btn-default:focus {
  background-color: transparent;
  outline: 0;
  color: #808080;
  border: 2px solid #808080;
}

.btn-white {
  background-color: transparent;
  color: white;
  text-shadow: none;
  font-weight: bold;
  border: 2px solid white;
}
.btn-white:hover, .btn-white:active, .btn-white:active:focus, .btn-white:focus {
  border: 2px solid white;
  background: white;
  color: #98ca3e;
  outline: 0;
}

* {
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "lucida_grande";
  src: url("../fonts/lucida/lucidagrande-webfont.woff2") format("woff2"), url("../fonts/lucida/lucidagrande-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lucida_grande";
  src: url("../fonts/lucida/lucidagrande-bold-webfont.woff2") format("woff2"), url("../fonts/lucida/lucidagrande-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "gotham_rounded";
  src: url("../fonts/gotham-rounded/gotham_rounded_medium-webfont.woff2") format("woff2"), url("../fonts/gotham-rounded/gotham_rounded_medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gotham_rounded";
  src: url("../fonts/gotham-rounded/gotham_rounded_medium_italic-webfont.woff2") format("woff2"), url("../fonts/gotham-rounded/gotham_rounded_medium_italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "gotham_rounded";
  src: url("../fonts/gotham-rounded/gotham_rounded_bold-webfont.woff2") format("woff2"), url("../fonts/gotham-rounded/gotham_rounded_bold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "gotham_rounded";
  src: url("../fonts/gotham-rounded/gotham_rounded_light_italic-webfont.woff2") format("woff2"), url("../fonts/gotham-rounded/gotham_rounded_light_italic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "gotham_rounded";
  src: url("../fonts/gotham-rounded/gotham_rounded_light-webfont.woff2") format("woff2"), url("../fonts/gotham-rounded/gotham_rounded_light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "xoom";
  src: url("../fonts/xoom.eot");
  src: url("../fonts/xoom.eot?#iefix") format("embedded-opentype"), url("../fonts/xoom.woff") format("woff"), url("../fonts/xoom.ttf") format("truetype"), url("../fonts/xoom.svg#xoom") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "xoom" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "xoom" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-stars:before {
  content: "a";
}

.icon-percent-ticket:before {
  content: "b";
}

.icon-ones:before {
  content: "c";
}

.icon-help:before {
  content: "d";
}

.icon-user:before {
  content: "f";
}

.icon-learn:before {
  content: "e";
}

.icon-gift:before {
  content: "g";
}

.icon-refer:before {
  content: "h";
}

/*# sourceMappingURL=base.css.map */
